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

2023-01-25 Thread Andreas Sturmlechner
commit: b22646eb97c1a0b40d8527247a353de495dcecb8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 24 21:22:52 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 25 17:46:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22646eb

media-libs/gegl: drop 0.4.36-r3, 0.4.38-r1

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

 media-libs/gegl/Manifest  |   2 -
 media-libs/gegl/gegl-0.4.36-r3.ebuild | 152 -
 media-libs/gegl/gegl-0.4.38-r1.ebuild | 156 --
 3 files changed, 310 deletions(-)

diff --git a/media-libs/gegl/Manifest b/media-libs/gegl/Manifest
index 6adb5d584bfd..321bb9a827ab 100644
--- a/media-libs/gegl/Manifest
+++ b/media-libs/gegl/Manifest
@@ -1,3 +1 @@
-DIST gegl-0.4.36.tar.xz 5680876 BLAKE2B 
e2051d21eadfd6ff5c4547d337e749ebb9526be0b45bf80116cfdd1bb98b0fd3b4cced83b4700ecb04c003f83074928ac0c7b4bc8929134c57950a1ac957d50b
 SHA512 
4d681091b15e7911229f86bf22381d62268451da57bba072bcb8ee3f4db79e2719dd7e70ab208c2c021e5353f42a9f88c18f62132512b18fe78ed6ad279660f8
-DIST gegl-0.4.38.tar.xz 5722188 BLAKE2B 
8079326f50b18b4698e83f90a4fa8fd26722a3b6fd8d81a9cc1a735e765591e1b76a3dbbef37e7a793231becf265b28bd0bd235076e43ae00c4071d8986a2edf
 SHA512 
367aa67019557b10a19536c56dfbf6687ade183585eeefec65ce12d3c72f5d78330e02ae0ff403609bb7579dc25340a7132b81d36bbf84327c658a96a2d04d4c
 DIST gegl-0.4.40.tar.xz 5784744 BLAKE2B 
c4466a76ec4f7939161e9ead6980b8a701f3fc459c40c3de3e09caa688aae12fb1f4a9979ca82e95011437f229532ba07012590d00aeb97b610b69968faa454f
 SHA512 
99ace5f1b916e56f31483b60a38f885d0e09652c834122390bba4439d9bb1a137d84770e1518187330c44f3491e53393cfb8802ba9ede20658e1c8122e79

diff --git a/media-libs/gegl/gegl-0.4.36-r3.ebuild 
b/media-libs/gegl/gegl-0.4.36-r3.ebuild
deleted file mode 100644
index e8abf569d528..
--- a/media-libs/gegl/gegl-0.4.36-r3.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-# vala and introspection support is broken, bug #468208
-VALA_USE_DEPEND=vapigen
-
-inherit meson optfeature python-any-r1 vala
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gegl.git;
-   SRC_URI=""
-else
-   SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="A graph based image processing framework"
-HOMEPAGE="https://gegl.org/;
-
-LICENSE="|| ( GPL-3+ LGPL-3 )"
-SLOT="0.4"
-
-IUSE="cairo debug ffmpeg introspection lcms lensfun openexr pdf raw sdl svg 
test tiff umfpack vala v4l webp"
-REQUIRED_USE="
-   svg? ( cairo )
-   test? ( introspection )
-   vala? ( introspection )
-"
-
-RESTRICT="!test? ( test )"
-
-# NOTE: Even current libav 11.4 does not have AV_CODEC_CAP_VARIABLE_FRAME_SIZE
-#   so there is no chance to support libav right now (Gentoo bug #567638)
-#   If it returns, please check prior GEGL ebuilds for how libav was 
integrated.  Thanks!
-RDEPEND="
-   >=dev-libs/glib-2.68.2:2
-   >=dev-libs/json-glib-1.2.6
-   >=media-libs/babl-0.1.90[introspection?,lcms?,vala?]
-   media-libs/libnsgif
-   media-libs/libjpeg-turbo:=
-   >=media-libs/libpng-1.6.0:0=
-   >=sys-libs/zlib-1.2.0
-   >=x11-libs/gdk-pixbuf-2.32:2
-   >=x11-libs/pango-1.38.0
-   cairo? ( >=x11-libs/cairo-1.12.2 )
-   ffmpeg? ( media-video/ffmpeg:0= )
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-   lcms? ( >=media-libs/lcms-2.8:2 )
-   lensfun? ( >=media-libs/lensfun-0.2.5 )
-   openexr? ( >=media-libs/openexr-1.6.1:= )
-   pdf? ( >=app-text/poppler-0.71.0[cairo] )
-   raw? ( >=media-libs/libraw-0.15.4:0= )
-   sdl? ( >=media-libs/libsdl-1.2.0 )
-   svg? ( >=gnome-base/librsvg-2.40.6:2 )
-   tiff? ( >=media-libs/tiff-4:= )
-   umfpack? ( sci-libs/umfpack )
-   v4l? ( >=media-libs/libv4l-1.0.1 )
-   webp? ( >=media-libs/libwebp-0.5.0:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-lang/perl
-   >=dev-util/gtk-doc-am-1
-   >=sys-devel/gettext-0.19.8
-   >=sys-devel/libtool-2.2
-   virtual/pkgconfig
-   test? ( $(python_gen_any_dep 
'>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]') )
-   vala? ( $(vala_depend) )
-"
-
-DOCS=( AUTHORS docs/ChangeLog docs/NEWS.adoc )
-
-python_check_deps() {
-   use test || return 0
-   has_version -b ">=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-   default
-   # patch executables suffix
-   sed -i -e "s/'gegl'/'gegl-0.4'/" bin/meson.build || die
-   sed -i -e "s/'gegl-imgcmp'/'gegl-imgcmp-0.4'/" tools/meson.build || die
-   sed -i -e "s/gegl-imgcmp/gegl-imgcmp-0.4/" 

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

2023-01-25 Thread Joonas Niilola
commit: e1fc45e32d75cacbede33a8e30497caa7fb65329
Author: Marco Scardovi  proton  me>
AuthorDate: Sat Jan 14 09:33:06 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 25 17:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fc45e3

app-eselect/eselect-pinentry: update pinentry.eselect

Signed-off-by: Marco Scardovi  proton.me>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 
b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2
index c445cbf79276..7734fe870b22 100644
--- a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2
+++ b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 DESCRIPTION="Manage /usr/bin/pinentry implementation"
-MAINTAINER="zlog...@gentoo.org"
+MAINTAINER="maintainer-nee...@gentoo.org"
 VERSION="0.7.2"
 
 SYMLINK_PATH=/usr/bin/pinentry



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/files/, app-eselect/eselect-pinentry/

2023-01-25 Thread Joonas Niilola
commit: aacb1367eba1832c4102bc28a5ab4bf52e643417
Author: Marco Scardovi  proton  me>
AuthorDate: Sat Jan 14 09:36:28 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 25 17:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacb1367

app-eselect/eselect-pinentry: drop 0.7.1

Signed-off-by: Marco Scardovi  proton.me>
Closes: https://github.com/gentoo/gentoo/pull/29099
Signed-off-by: Joonas Niilola  gentoo.org>

 .../eselect-pinentry/eselect-pinentry-0.7.1.ebuild | 23 --
 .../eselect-pinentry/files/pinentry.eselect-0.7.1  | 12 ---
 2 files changed, 35 deletions(-)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.1.ebuild 
b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.1.ebuild
deleted file mode 100644
index 2dc9957138ff..
--- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Manage /usr/bin/pinentry symlink"
-HOMEPAGE="https://www.gentoo.org/proj/en/eselect/;
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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=""
-
-RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
-
-S="${FILESDIR}"
-
-src_install() {
-   default
-   insinto /usr/share/eselect/modules
-   newins pinentry.eselect-${PV} pinentry.eselect
-}

diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.1 
b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.1
deleted file mode 100644
index 77427c45da86..
--- a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.1
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Manage /usr/bin/pinentry implementation"
-MAINTAINER="zlog...@gentoo.org"
-VERSION="0.7.1"
-
-SYMLINK_PATH=/usr/bin/pinentry
-SYMLINK_TARGETS=( pinentry-gnome3 pinentry-qt5 pinentry-curses pinentry-tty )
-SYMLINK_DESCRIPTION='pinentry binary'
-
-inherit bin-symlink



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

2023-01-25 Thread Joonas Niilola
commit: 64bf913f5c44793f8de678f2432599740cf65de1
Author: Chris Mayo  gmail  com>
AuthorDate: Tue Jan 17 19:29:51 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 25 17:41:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bf913f

media-gfx/gscan2pdf: drop 2.12.8

Signed-off-by: Chris Mayo  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/gscan2pdf/Manifest|   1 -
 media-gfx/gscan2pdf/gscan2pdf-2.12.8.ebuild | 110 
 2 files changed, 111 deletions(-)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index e5d167bac855..37059f7eb60b 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,3 +1,2 @@
 DIST gscan2pdf-2.12.5.tar.xz 502636 BLAKE2B 
5fb92a4e5dfdbd985119058ed86ca015a58e97fd73edae4d46279e482351f9b5514045a60bb67ca2bfb58fa1e4315bc03ca67a2f2e3ed0cd2c941d8ae755fdfa
 SHA512 
c0940ef4a40b8cb7e961758e9688c94d980842ab36c4e52384099d1e28773f2967a75eb7c024ab713b880c2538d8395021bfabd68cffa7b334fdd35d773b
-DIST gscan2pdf-2.12.8.tar.xz 503940 BLAKE2B 
16433addec7306cab60a258b58b0239fb0eeea5b0a98ea24fda0de65d9f1901feca9093ab7a6f7fedfb6740abf4e59a16cdeac2d3d7de5141320c55855be7c79
 SHA512 
18d4bd12580d20b29e0086d1df541a2c044f03b98d8e7c8a91b87540622160aa5a9c2d13a888d5f557d1d975b5dc7a6ae8fd0f2c9be254e60d8a979c979e6040
 DIST gscan2pdf-2.13.0.tar.xz 503876 BLAKE2B 
784b52d9e06fe8a112b2e4d6ce281c037f1e834154e0d19ee9112b4027e2075971d52114f7f6d197bee024aabd84a2263fa98ba08e4cade6129dd0a0a4d2a104
 SHA512 
81a72d2241cf32dfdf628ab991476e435812e9f04f54c8fe311d0c7ef5e77e6d38091523aa4bf610382d76e1e4f5049cd5ba96c68f6d796298f9e2a584ff0d5d

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.12.8.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.12.8.ebuild
deleted file mode 100644
index 6915a1cf48b4..
--- a/media-gfx/gscan2pdf/gscan2pdf-2.12.8.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_TEST="do"
-
-inherit optfeature perl-module virtualx xdg-utils
-
-DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
-HOMEPAGE="http://gscan2pdf.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/Config-General
-   dev-perl/Data-UUID
-   dev-perl/Date-Calc
-   dev-perl/Filesys-Df
-   dev-perl/glib-perl
-   dev-perl/GooCanvas2
-   dev-perl/Gtk3
-   >=dev-perl/Gtk3-ImageView-10.0.0
-   dev-perl/Gtk3-SimpleList
-   dev-perl/HTML-Parser
-   dev-perl/Image-Sane
-   dev-perl/List-MoreUtils
-   dev-perl/Locale-Codes
-   dev-perl/Locale-gettext
-   dev-perl/Log-Log4perl
-   >=dev-perl/PDF-Builder-3.23.0
-   dev-perl/Proc-ProcessTable
-   dev-perl/Readonly
-   dev-perl/Set-IntSpan
-   dev-perl/Try-Tiny
-   virtual/perl-Archive-Tar
-   virtual/perl-Carp
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-Getopt-Long
-   virtual/perl-threads
-   virtual/perl-threads-shared
-   media-gfx/imagemagick[png,tiff,perl]
-   media-gfx/sane-backends
-   media-libs/tiff"
-
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   dev-perl/IPC-System-Simple
-   dev-perl/Sub-Override
-   media-libs/fontconfig
-
-   app-text/djvu[jpeg,tiff]
-   app-text/poppler[utils]
-   app-text/tesseract[-opencl,osd(+),png,tiff]
-   app-text/unpaper
-   
media-gfx/imagemagick[djvu,jpeg,png,tiff,perl,postscript,truetype]
-   media-gfx/sane-backends[sane_backends_test]
-   media-gfx/sane-frontends
-   )"
-
-PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod}.t )
-
-mydoc="History"
-
-src_test() {
-   einfo "Using:"
-   einfo "  $(best_version app-text/djvu)"
-   einfo "  $(best_version app-text/poppler)"
-   einfo "  $(best_version app-text/tesseract)"
-   einfo "  $(best_version dev-perl/Gtk3-ImageView)"
-   einfo "  $(best_version dev-perl/Image-Sane)"
-   einfo "  $(best_version dev-perl/PDF-Builder)"
-   einfo "  $(best_version media-gfx/imagemagick)"
-   einfo "  $(best_version media-gfx/sane-backends)"
-   einfo "  $(best_version media-libs/tiff)"
-
-   local confdir="${HOME}/.config/ImageMagick"
-   mkdir -p "${confdir}" || die
-   cat > "${confdir}/policy.xml" <<-EOT || die
-   
-   
-   
-   
-   EOT
-   NO_AT_BRIDGE=1 virtx perl-module_src_test
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-
-   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
-   optfeature "encrypting PDFs" app-text/pdftk
-   

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/

2023-01-25 Thread Joonas Niilola
commit: f64de191349095b3a12463c2f6432c23a73f845e
Author: Martin Gysel  bearsh  org>
AuthorDate: Sun Jan 15 11:40:44 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 25 17:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64de191

dev-vcs/git-cola: add 4.1.0

add python 3.11 support
reenable docs generation

Closes: https://bugs.gentoo.org/890927
Signed-off-by: Martin Gysel  bearsh.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-vcs/git-cola/Manifest  |  1 +
 dev-vcs/git-cola/git-cola-4.1.0.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-vcs/git-cola/Manifest b/dev-vcs/git-cola/Manifest
index bcce2ff071ce..036671e0e7f5 100644
--- a/dev-vcs/git-cola/Manifest
+++ b/dev-vcs/git-cola/Manifest
@@ -2,3 +2,4 @@ DIST git-cola-3.12.0.tar.gz 1004892 BLAKE2B 
9396768256341e59500dffc95136e710b2d3
 DIST git-cola-4.0.1.tar.gz 1018819 BLAKE2B 
523264bbee38526d12db5ad975d78c72ef6c0dae98566f5a8b5d51b115d222c8aa6daab838ba67fa4c697391c8f58d4b05ddb7920bf65913d217f562aabd352f
 SHA512 
c02150997982c1f8ce65a5f021364fc4c346339f5be4104f82ba6f7688cc05bad3d764e2cf920a22c5f209dc4b857c789907ff58c0d2809bc7ca7c3481b045fd
 DIST git-cola-4.0.2.tar.gz 1022362 BLAKE2B 
6f1d6aa6fa6c308f28150018eea8a110c2ceb35ac5e904844568a503e1ebfdb07d9d79b7fa6542aa734c62ae5e5b2e41bb26c99b23a7a84067c102598354cec1
 SHA512 
01a68caf12bff400b243a57a9b5a5f07c2c1bd1b90d50acc75806ffdd9377409a56dd591311667afab7508f1ff0d88e31744c1990db3f5f6ce9d977f3fa4068e
 DIST git-cola-4.0.3.tar.gz 1131525 BLAKE2B 
042ec4e0db5f9a9f947de3dcedc13c6dd2464ee29a9363f48b50622e88fbb878ed1034ff915e7a87b4a835f71dc11051e4649837e5f6de3ffe6bd84fea055d23
 SHA512 
06c032a9522dfefe4e95f64b00c79169da0bb68a4fc9966ac442da62cefc26a89155690b4b7bbe1fe79f8225d36e2459333bedb0cc0ef7e23521725607d9bc3b
+DIST git-cola-4.1.0.tar.gz 1140393 BLAKE2B 
3236e06f86d23a7311e3cd639cbf2adcecb18810abcae938d1ff7cf25b477d814e614fffa20ce39dd9a2c6ab4f8e6b6b67f3ad3144163abe6530ac227313ca98
 SHA512 
4d2617947d4dbf3273f02c072de5ede10a656981f3653273780e2c1b1d3d613cd359fbb93cfb0a1d5de24b0c90818503cd9041ad3fa1a05b2ecd2db305bbe1a0

diff --git a/dev-vcs/git-cola/git-cola-4.1.0.ebuild 
b/dev-vcs/git-cola/git-cola-4.1.0.ebuild
new file mode 100644
index ..1238acfabdb8
--- /dev/null
+++ b/dev-vcs/git-cola/git-cola-4.1.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_SINGLE_IMPL=true
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils
+
+DESCRIPTION="The highly caffeinated git GUI"
+HOMEPAGE="https://git-cola.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
+   dev-python/QtPy[gui,network,${PYTHON_USEDEP}]
+   dev-python/send2trash[${PYTHON_USEDEP}]
+   ')
+   dev-vcs/git
+"
+BDEPEND="sys-devel/gettext
+   $(python_gen_cond_dep "
+   test? (
+   ${VIRTUALX_DEPEND}
+   dev-python/pytest[\${PYTHON_USEDEP}]
+   dev-python/PyQt5[\${PYTHON_USEDEP},gui,widgets]
+   )
+   ")
+"
+
+distutils_enable_sphinx docs \
+   'dev-python/rst-linker'
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i "s|doc/git-cola =|doc/${PF} =|" setup.cfg || die
+   sed -i -e 's:--flake8::' pytest.ini || die
+   distutils-r1_src_prepare
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   cd "${T}" || die
+   GIT_CONFIG_NOSYSTEM=true LC_ALL="C.utf8" \
+   epytest "${S}"/test
+}
+
+src_compile() {
+   SETUPTOOLS_SCM_PRETEND_VERSION=${PV} distutils-r1_src_compile
+}
+
+src_install() {
+   distutils-r1_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2023-01-25 Thread Joonas Niilola
commit: fc58ee8044b88477818ceca080819ddbaa9563e9
Author: Chris Mayo  gmail  com>
AuthorDate: Tue Jan 17 19:29:51 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 25 17:41:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc58ee80

media-gfx/gscan2pdf: add 2.13.2

Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29149
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/gscan2pdf/Manifest|   1 +
 media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild | 110 
 2 files changed, 111 insertions(+)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 37059f7eb60b..c3205f889513 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,2 +1,3 @@
 DIST gscan2pdf-2.12.5.tar.xz 502636 BLAKE2B 
5fb92a4e5dfdbd985119058ed86ca015a58e97fd73edae4d46279e482351f9b5514045a60bb67ca2bfb58fa1e4315bc03ca67a2f2e3ed0cd2c941d8ae755fdfa
 SHA512 
c0940ef4a40b8cb7e961758e9688c94d980842ab36c4e52384099d1e28773f2967a75eb7c024ab713b880c2538d8395021bfabd68cffa7b334fdd35d773b
 DIST gscan2pdf-2.13.0.tar.xz 503876 BLAKE2B 
784b52d9e06fe8a112b2e4d6ce281c037f1e834154e0d19ee9112b4027e2075971d52114f7f6d197bee024aabd84a2263fa98ba08e4cade6129dd0a0a4d2a104
 SHA512 
81a72d2241cf32dfdf628ab991476e435812e9f04f54c8fe311d0c7ef5e77e6d38091523aa4bf610382d76e1e4f5049cd5ba96c68f6d796298f9e2a584ff0d5d
+DIST gscan2pdf-2.13.2.tar.xz 507244 BLAKE2B 
66ac15ddcf74ed2b04f231e24a663afa7494bd5df04ecb190b68b9822382e01953d97949174f3d6280fabc9d0a2ea1cc270c0aa333cf9992cfa2f58f645df156
 SHA512 
882b707b11df26310136ed72428eab6ec8e2c6cf34686675eee3b14181622f85d21be0e05cab411961f2a2441ad948e7b56c7fe24eecb558eae7a7ac6b4db9d1

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild
new file mode 100644
index ..aa305e28fcbd
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_TEST="do"
+
+inherit optfeature perl-module virtualx xdg-utils
+
+DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
+HOMEPAGE="http://gscan2pdf.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Config-General
+   dev-perl/Data-UUID
+   dev-perl/Date-Calc
+   dev-perl/Filesys-Df
+   dev-perl/glib-perl
+   dev-perl/GooCanvas2
+   dev-perl/Gtk3
+   >=dev-perl/Gtk3-ImageView-10.0.0
+   dev-perl/Gtk3-SimpleList
+   dev-perl/HTML-Parser
+   dev-perl/Image-Sane
+   dev-perl/List-MoreUtils
+   dev-perl/Locale-Codes
+   dev-perl/Locale-gettext
+   dev-perl/Log-Log4perl
+   >=dev-perl/PDF-Builder-3.23.0
+   dev-perl/Proc-ProcessTable
+   dev-perl/Readonly
+   dev-perl/Set-IntSpan
+   dev-perl/Try-Tiny
+   virtual/perl-Archive-Tar
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long
+   virtual/perl-threads
+   virtual/perl-threads-shared
+   media-gfx/imagemagick[png,tiff,perl]
+   media-gfx/sane-backends
+   media-libs/tiff"
+
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-perl/IPC-System-Simple
+   dev-perl/Sub-Override
+   media-libs/fontconfig
+
+   app-text/djvu[jpeg,tiff]
+   app-text/poppler[utils]
+   app-text/tesseract[-opencl,osd(+),png,tiff]
+   app-text/unpaper
+   
media-gfx/imagemagick[djvu,jpeg,png,tiff,perl,postscript,truetype]
+   media-gfx/sane-backends[sane_backends_test]
+   media-gfx/sane-frontends
+   )"
+
+PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod,169_import_scan}.t )
+
+mydoc="History"
+
+src_test() {
+   einfo "Using:"
+   einfo "  $(best_version app-text/djvu)"
+   einfo "  $(best_version app-text/poppler)"
+   einfo "  $(best_version app-text/tesseract)"
+   einfo "  $(best_version dev-perl/Gtk3-ImageView)"
+   einfo "  $(best_version dev-perl/Image-Sane)"
+   einfo "  $(best_version dev-perl/PDF-Builder)"
+   einfo "  $(best_version media-gfx/imagemagick)"
+   einfo "  $(best_version media-gfx/sane-backends)"
+   einfo "  $(best_version media-libs/tiff)"
+
+   local confdir="${HOME}/.config/ImageMagick"
+   mkdir -p "${confdir}" || die
+   cat > "${confdir}/policy.xml" <<-EOT || die
+   
+   
+   
+   
+   EOT
+   NO_AT_BRIDGE=1 virtx perl-module_src_test
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
+  

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

2023-01-25 Thread Joonas Niilola
commit: ae469e403c0f65e0e017f76c771b2c7593253cd4
Author: Marco Scardovi  proton  me>
AuthorDate: Sat Jan 14 07:24:00 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 25 17:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae469e40

app-eselect/eselect-pinentry: update EAPI 7 -> 8

Signed-off-by: Marco Scardovi  proton.me>
Signed-off-by: Joonas Niilola  gentoo.org>

 .../eselect-pinentry-0.7.2-r1.ebuild| 21 +
 1 file changed, 21 insertions(+)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild 
b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild
new file mode 100644
index ..a9b19ee5e67d
--- /dev/null
+++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Manage /usr/bin/pinentry symlink"
+HOMEPAGE="https://www.gentoo.org/proj/en/eselect/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
+
+S="${FILESDIR}"
+
+src_install() {
+   default
+   insinto /usr/share/eselect/modules
+   newins pinentry.eselect-${PV} pinentry.eselect
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/

2023-01-25 Thread Joonas Niilola
commit: c0bfdfba190dc0ff2a989152db3eb14792f5c170
Author: Martin Gysel  bearsh  org>
AuthorDate: Mon Jan 16 17:47:42 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 25 17:41:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bfdfba

dev-vcs/git-cola: drop 3.12.0, 4.0.2

Signed-off-by: Martin Gysel  bearsh.org>
Closes: https://github.com/gentoo/gentoo/pull/29116
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-vcs/git-cola/Manifest   |   2 -
 dev-vcs/git-cola/git-cola-3.12.0.ebuild | 111 
 dev-vcs/git-cola/git-cola-4.0.2.ebuild  |  79 ---
 3 files changed, 192 deletions(-)

diff --git a/dev-vcs/git-cola/Manifest b/dev-vcs/git-cola/Manifest
index 036671e0e7f5..17a62a8b71c2 100644
--- a/dev-vcs/git-cola/Manifest
+++ b/dev-vcs/git-cola/Manifest
@@ -1,5 +1,3 @@
-DIST git-cola-3.12.0.tar.gz 1004892 BLAKE2B 
9396768256341e59500dffc95136e710b2d3d1c9d5cb4d70fc7fba8e81e16a3656006b5558dae417fbbad7baf1373d953708006b96a8873f68502ea469462326
 SHA512 
4b8ec716f572682747f43ae1a9232612d95d44384d28bbf97ef461a93546cdfcc81125f816b4c8ea5efcf4d23f42edeb8a89df3c7167ceac4709eeeaf49965a9
 DIST git-cola-4.0.1.tar.gz 1018819 BLAKE2B 
523264bbee38526d12db5ad975d78c72ef6c0dae98566f5a8b5d51b115d222c8aa6daab838ba67fa4c697391c8f58d4b05ddb7920bf65913d217f562aabd352f
 SHA512 
c02150997982c1f8ce65a5f021364fc4c346339f5be4104f82ba6f7688cc05bad3d764e2cf920a22c5f209dc4b857c789907ff58c0d2809bc7ca7c3481b045fd
-DIST git-cola-4.0.2.tar.gz 1022362 BLAKE2B 
6f1d6aa6fa6c308f28150018eea8a110c2ceb35ac5e904844568a503e1ebfdb07d9d79b7fa6542aa734c62ae5e5b2e41bb26c99b23a7a84067c102598354cec1
 SHA512 
01a68caf12bff400b243a57a9b5a5f07c2c1bd1b90d50acc75806ffdd9377409a56dd591311667afab7508f1ff0d88e31744c1990db3f5f6ce9d977f3fa4068e
 DIST git-cola-4.0.3.tar.gz 1131525 BLAKE2B 
042ec4e0db5f9a9f947de3dcedc13c6dd2464ee29a9363f48b50622e88fbb878ed1034ff915e7a87b4a835f71dc11051e4649837e5f6de3ffe6bd84fea055d23
 SHA512 
06c032a9522dfefe4e95f64b00c79169da0bb68a4fc9966ac442da62cefc26a89155690b4b7bbe1fe79f8225d36e2459333bedb0cc0ef7e23521725607d9bc3b
 DIST git-cola-4.1.0.tar.gz 1140393 BLAKE2B 
3236e06f86d23a7311e3cd639cbf2adcecb18810abcae938d1ff7cf25b477d814e614fffa20ce39dd9a2c6ab4f8e6b6b67f3ad3144163abe6530ac227313ca98
 SHA512 
4d2617947d4dbf3273f02c072de5ede10a656981f3653273780e2c1b1d3d613cd359fbb93cfb0a1d5de24b0c90818503cd9041ad3fa1a05b2ecd2db305bbe1a0

diff --git a/dev-vcs/git-cola/git-cola-3.12.0.ebuild 
b/dev-vcs/git-cola/git-cola-3.12.0.ebuild
deleted file mode 100644
index 29c89753a8ec..
--- a/dev-vcs/git-cola/git-cola-3.12.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_SINGLE_IMPL=true
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils
-
-DESCRIPTION="The highly caffeinated git GUI"
-HOMEPAGE="https://git-cola.github.io/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/QtPy[gui,network,${PYTHON_USEDEP}]
-   dev-python/send2trash[${PYTHON_USEDEP}]
-   ')
-   dev-vcs/git
-"
-BDEPEND="sys-devel/gettext
-   $(python_gen_cond_dep "
-   doc? ( dev-python/sphinx[\${PYTHON_USEDEP}] )
-   test? (
-   ${VIRTUALX_DEPEND}
-   dev-python/pytest[\${PYTHON_USEDEP}]
-   dev-python/mock[\${PYTHON_USEDEP}]
-   dev-python/PyQt5[\${PYTHON_USEDEP},gui,widgets]
-   )
-   ")
-"
-
-python_prepare_all() {
-   # make sure that tests also use the system provided QtPy
-   rm -r qtpy || die
-
-   rm share/git-cola/bin/*askpass* || die
-
-   # don't install docs into wrong location
-   sed -i -e '/doc/d' setup.py || die
-
-   # fix doc directory reference
-   sed -i \
-   -e "s/'doc', 'git-cola'/'doc', '${PF}'/" \
-   cola/resources.py || die
-
-   # fix ssh-askpass directory reference
-   sed -i -e 's/resources\.share/resources\.prefix/' cola/app.py || die
-
-   # disable flake8 testing, it's not useful for ebuilds
-   sed -i -e 's:--flake8::' pytest.ini || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   DISTUTILS_ARGS=( --no-vendor-libs --no-private-libs )
-}
-
-python_compile_all() {
-   cd share/doc/${PN}/ || die
-   if use doc ; then
-   emake all
-   else
-   sed \
-   -e '/^install:/s:install-html::g' \
-   -e '/^install:/s:install-man::g' \
-  

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

2023-01-25 Thread Matt Turner
commit: 82afd329906102e73e9a1da5e02282cd48a4d1d3
Author: Diego Viola  gmail  com>
AuthorDate: Sun Dec 25 06:46:48 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 25 17:20:41 2023 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=82afd329

genkernel.conf: make section titles more consistent

by capitalizing all section titles and using the same amount of =
characters.

Closes: https://github.com/gentoo/genkernel/pull/45
Signed-off-by: Diego Viola  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 genkernel.conf | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/genkernel.conf b/genkernel.conf
index 9a262f0..75c6d39 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -5,7 +5,7 @@
 # with the internal settings being least important, configuration file
 # settings next, and command line options being most important.
 
-# =Common Command Line Option Defaults=
+# =COMMON COMMAND LINE OPTION DEFAULTS=
 
 # Install to $BOOTDIR
 #INSTALL="yes"
@@ -185,7 +185,7 @@ NOCOLOR="false"
 #CMD_CALLBACK=""
 
 
-# =Keymap Settings=
+# =KEYMAP SETTINGS=
 #
 # Force keymap selection at boot
 #DOKEYMAPAUTO="no"
@@ -194,7 +194,7 @@ NOCOLOR="false"
 #KEYMAP="yes"
 
 
-# =Low Level Compile Settings=
+# =LOW LEVEL COMPILE SETTINGS=
 #
 # Assembler to use for the kernel.  See also the --kernel-as command line
 # option.
@@ -282,7 +282,7 @@ NOCOLOR="false"
 #KERNEL_BINARY_OVERRIDE="arch/foo/boot/bar"
 
 
-# =GENKERNEL LOCATION CONFIGURATION
+# =GENKERNEL LOCATION CONFIGURATION=
 #
 # Variables:
 #   %%ARCH%%  - Final determined architecture
@@ -310,7 +310,7 @@ LOGFILE="/var/log/genkernel.log"
 LOGLEVEL=1
 
 
-# =COMPILED UTILS CONFIGURATION
+# =COMPILED UTILS CONFIGURATION=
 #
 # Default location of kernel source
 DEFAULT_KERNEL_SOURCE="/usr/src/linux"
@@ -329,7 +329,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
 #   You can still override these settings in here.
 
 
-# =MISC KERNEL CONFIGURATION
+# =MISC KERNEL CONFIGURATION=
 #
 # Set kernel filename which will be used when kernel will be installed
 # into BOOTDIR. See man page to learn more about available placeholders.
@@ -364,7 +364,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
 #KERNEL_MODULES_PREFIX=""
 
 
-# =MISC INITRAMFS CONFIGURATION
+# =MISC INITRAMFS CONFIGURATION=
 #
 # Set initramfs filename which will be used when initramfs will be
 # installed into BOOTDIR. See man page to learn more about available
@@ -432,7 +432,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
 #NETBOOT="no"
 
 
-# =MISC BOOT CONFIGURATION
+# =MISC BOOT CONFIGURATION=
 #
 # Specify a default for real_root=
 #REAL_ROOT="/dev/one/two/gentoo"



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

2023-01-25 Thread Florian Schmaus
commit: eb1ac78c6c95863fc7c5e589836fabbbda4907a0
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Jan 25 16:01:26 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 16:24:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1ac78c

app-emulation/xen-tools: drop vulnerable

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29268
Signed-off-by: Florian Schmaus  gentoo.org>

 app-emulation/xen-tools/Manifest   |   4 -
 .../xen-tools/xen-tools-4.15.4_pre1-r1.ebuild  | 537 -
 .../xen-tools/xen-tools-4.15.4_pre2-r1.ebuild  | 537 -
 .../xen-tools/xen-tools-4.16.3_pre-r1.ebuild   | 532 
 .../xen-tools/xen-tools-4.16.3_pre1-r1.ebuild  | 532 
 5 files changed, 2142 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index d783cadf74e9..a19fd3da527d 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -4,11 +4,7 @@ DIST brotli-666c3280cc11dc433c303d79a83d4ffbdd12cc8d.tar.gz 
23855739 BLAKE2B 740
 DIST edk2-7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5.tar.gz 13998677 BLAKE2B 
3614ceb69e295a6afb37c7905d0aec3534d8daf3d9f22137c1b722da6dc764a3669d99af03f96155d45feb5058a6f725acf37d1048186fecff4232d64f96e97c
 SHA512 
a1933d815b947fd4f13c96970a6dc36c3048e3ddf27c897684104b0129cf58331e46d3147062ae1fb8973f08cd373c319788dd850ac5e45da385eed8368571a4
 DIST ipxe-git-3c040ad387099483102708bb1839110bc788cefb.tar.gz 3962725 BLAKE2B 
a8084abaf93a4ab06ba170427a66dab08e68ba1288f42ea744e2cbc66d6bd2294bee82f6d0994260d2cd60daf6a6068e40eb74fdeba2bccaa432d090d81fd9db
 SHA512 
4ac1d07ce879a3a8c6c260380258c37f5e4ecddc880b27fb59afc38fbf3718e81b04a4dda2b58fe7a438a23175e00b6179fc067acbc4a75e33d93c4b85ff5d68
 DIST seabios-1.14.0.tar.gz 628985 BLAKE2B 
cc1126925dab1551a655680d20d06ebf28c12c386500d1ee4df9e1a99403b4c5bc6a66c2cc5ef58b4c3d6d7226f35007506a6a1855c2cf2742469dcb7aba05bb
 SHA512 
215c42f59425f8abd062be7b11fc0e39c977cee5001a2381551b0f851ac337d0dd53c065267e6dee0e710ffd700fa635f9007b89da8dfce0f47122c984ee8146
-DIST xen-4.15.3.tar.gz 40793144 BLAKE2B 
33932d855a0502cfe2768a7c8ae19d7da285d70b4970d96fd703daf0ee24a77ad47a3d1b4bcf5f465aa81aa7eb7f9295bce96302b2149ca208fa662cd966d6af
 SHA512 
c25903cc263891885ec76500488405226c8e025bb461d2bf0d590b9bd2d7ca5c2693de7ecc38b3655bfd6793cc96314826559f14a09cc139de8cfdbeb914cbd3
 DIST xen-4.15.4.tar.gz 40820669 BLAKE2B 
22edaf817851856c777d02b5211be932c1731bf50fb582545f948c7e8f871937f7c94636496a480642fa7ed8222e12dda091a06638c75b9ee935f3ff9bc2aea0
 SHA512 
fa6a4991c0699025af163ed117f8d0523c0a482102464615025eb3575d755ffacec5df394e3fe01871cde6028678f654d99f8e3c2533b138765971a2a7994cb8
-DIST xen-4.16.2.tar.gz 44995249 BLAKE2B 
a221d1e4578ab6eb3250754b3b0f36fb30133c1c83246532ebb9648c3d025b3f5132227371b5d3dd82099594f4ee738227480528ee944b8de6231d9c89892d15
 SHA512 
b6cd036c1073798dffa167ca14c954fbdfb4c0ef99662f7c435e7e5de687d1bde8856ff6bd030d0d2e661bd17ab631551f01b2cc728cad7e70b59aaa6e692783
 DIST xen-4.16.3.tar.gz 45003057 BLAKE2B 
6092cff33bffed1b6133daf8d3ce53c57204297e66df6ac58266b2da8d5585df62ae718cc8afaad36ebe6dabdce65b9979b0d13b88e60f2b23c01be21ae4db8e
 SHA512 
b8cbd6f95681de5f824ada2d3cbe0653a38514a18df0dafcf811fb255219c7abec96f46217bdb0c83e1119f685da9a6af7194eeaa94f1cc3c892702782133b4f
 DIST xen-gentoo-patches-4.15.3-gentoo-patchset-2.tar.bz2 4681 BLAKE2B 
59fe5c2d5f3b975f281778ee96f8771debde7ae738636fc8294e7e2578dffc40938d8c48e4e94f0341762b2ba8e1b6769f71b7783322fb3b2a0a187bbf2b5104
 SHA512 
8540aa3631277fb652f90c53f6f5b4e9d119a7ed267dec96d7aecca4eac2c465ec3be32b0b82057e79f858cc8115bfdfbf2af5c4879a0be3f98ed68cbe64fdae
 DIST xen-gentoo-patches-4.16.1-gentoo-patchset-2.tar.bz2 5403 BLAKE2B 
7fa3b4aa123b2deed260d02b8d34a35dd205207038edb92569278b25c6fe32e0f0e3857c0773e047f0eb0d9fe7f8b0816e0f3d7f68aee7929afaf6611dfd
 SHA512 
9e7d25640b24235acf756b031b8b7cee582dded65fe7b94a706c990232e9704d574036c3a9605f285e8e9534578d100a3f38719b27b22775f17ef8f68287997e
-DIST xen-upstream-patches-4.15.4-pre-patchset-1.tar.bz2 68066 BLAKE2B 
ee6aac9aa8988423fd1594fa09c54678ee8d089abfff27913fdbe4f60c1f2a038e06cca5d03924595036bd9ca9be8a7f61ed5d7662e6534b05a45da24c88babd
 SHA512 
65c7c900ca91f7444cdc03fa0902e8d58d68cd755cfa2d16cf1df76b657328e374fec0da3ceb734aefa10cfa874a46de5f731c3827ab4f815b4eabc305ed497f
-DIST xen-upstream-patches-4.16.3-pre-patchset-0.tar.bz2 36580 BLAKE2B 
7a16b452fda7cf00321c70c239f30fbff72204d5b021aba23e1e08b2d8dee0f1180a18301b5935f4d35dc54533e2e253f047681b837de187a2a174191a168c3c
 SHA512 
5e7328c8cd7ce98cdff47033a76705395419c1322d5212206aa1255d19aeb2fd3d097e71d39137ab97aeab0b9f991e1660b92a6ddb08f02c9407ceaa24aa9ec0

diff --git a/app-emulation/xen-tools/xen-tools-4.15.4_pre1-r1.ebuild 
b/app-emulation/xen-tools/xen-tools-4.15.4_pre1-r1.ebuild
deleted file mode 100644
index 35a35feb2aa0..
--- 

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

2023-01-25 Thread Florian Schmaus
commit: 848bafb214b5a637781a2362caeab266a8fac459
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Jan 25 16:00:48 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 16:24:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848bafb2

app-emulation/xen: drop vulnerable

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 app-emulation/xen/Manifest   |   4 -
 app-emulation/xen/xen-4.15.4_pre1.ebuild | 183 ---
 app-emulation/xen/xen-4.15.4_pre2.ebuild | 183 ---
 app-emulation/xen/xen-4.16.3_pre.ebuild  | 174 -
 app-emulation/xen/xen-4.16.3_pre1.ebuild | 174 -
 5 files changed, 718 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index d8695e060fae..732977659c67 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,7 +1,3 @@
-DIST xen-4.15.3.tar.gz 40793144 BLAKE2B 
33932d855a0502cfe2768a7c8ae19d7da285d70b4970d96fd703daf0ee24a77ad47a3d1b4bcf5f465aa81aa7eb7f9295bce96302b2149ca208fa662cd966d6af
 SHA512 
c25903cc263891885ec76500488405226c8e025bb461d2bf0d590b9bd2d7ca5c2693de7ecc38b3655bfd6793cc96314826559f14a09cc139de8cfdbeb914cbd3
 DIST xen-4.15.4.tar.gz 40820669 BLAKE2B 
22edaf817851856c777d02b5211be932c1731bf50fb582545f948c7e8f871937f7c94636496a480642fa7ed8222e12dda091a06638c75b9ee935f3ff9bc2aea0
 SHA512 
fa6a4991c0699025af163ed117f8d0523c0a482102464615025eb3575d755ffacec5df394e3fe01871cde6028678f654d99f8e3c2533b138765971a2a7994cb8
-DIST xen-4.16.2.tar.gz 44995249 BLAKE2B 
a221d1e4578ab6eb3250754b3b0f36fb30133c1c83246532ebb9648c3d025b3f5132227371b5d3dd82099594f4ee738227480528ee944b8de6231d9c89892d15
 SHA512 
b6cd036c1073798dffa167ca14c954fbdfb4c0ef99662f7c435e7e5de687d1bde8856ff6bd030d0d2e661bd17ab631551f01b2cc728cad7e70b59aaa6e692783
 DIST xen-4.16.3.tar.gz 45003057 BLAKE2B 
6092cff33bffed1b6133daf8d3ce53c57204297e66df6ac58266b2da8d5585df62ae718cc8afaad36ebe6dabdce65b9979b0d13b88e60f2b23c01be21ae4db8e
 SHA512 
b8cbd6f95681de5f824ada2d3cbe0653a38514a18df0dafcf811fb255219c7abec96f46217bdb0c83e1119f685da9a6af7194eeaa94f1cc3c892702782133b4f
 DIST xen-gentoo-patches-4.16.1-gentoo-patchset-2.tar.bz2 5403 BLAKE2B 
7fa3b4aa123b2deed260d02b8d34a35dd205207038edb92569278b25c6fe32e0f0e3857c0773e047f0eb0d9fe7f8b0816e0f3d7f68aee7929afaf6611dfd
 SHA512 
9e7d25640b24235acf756b031b8b7cee582dded65fe7b94a706c990232e9704d574036c3a9605f285e8e9534578d100a3f38719b27b22775f17ef8f68287997e
-DIST xen-upstream-patches-4.15.4-pre-patchset-1.tar.bz2 68066 BLAKE2B 
ee6aac9aa8988423fd1594fa09c54678ee8d089abfff27913fdbe4f60c1f2a038e06cca5d03924595036bd9ca9be8a7f61ed5d7662e6534b05a45da24c88babd
 SHA512 
65c7c900ca91f7444cdc03fa0902e8d58d68cd755cfa2d16cf1df76b657328e374fec0da3ceb734aefa10cfa874a46de5f731c3827ab4f815b4eabc305ed497f
-DIST xen-upstream-patches-4.16.3-pre-patchset-0.tar.bz2 36580 BLAKE2B 
7a16b452fda7cf00321c70c239f30fbff72204d5b021aba23e1e08b2d8dee0f1180a18301b5935f4d35dc54533e2e253f047681b837de187a2a174191a168c3c
 SHA512 
5e7328c8cd7ce98cdff47033a76705395419c1322d5212206aa1255d19aeb2fd3d097e71d39137ab97aeab0b9f991e1660b92a6ddb08f02c9407ceaa24aa9ec0

diff --git a/app-emulation/xen/xen-4.15.4_pre1.ebuild 
b/app-emulation/xen/xen-4.15.4_pre1.ebuild
deleted file mode 100644
index 41034e786407..
--- a/app-emulation/xen/xen-4.15.4_pre1.ebuild
+++ /dev/null
@@ -1,183 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
-   SRC_URI=""
-else
-   KEYWORDS="amd64 ~arm -x86"
-
-   XEN_PRE_PATCHSET_NUM=1
-   XEN_GENTOO_PATCHSET_NUM=
-   XEN_PRE_VERSION_BASE=4.15.3
-
-   XEN_BASE_PV="${PV}"
-   if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then
-   XEN_BASE_PV="${XEN_PRE_VERSION_BASE}"
-   fi
-
-   
SRC_URI="https://downloads.xenproject.org/release/xen/${XEN_BASE_PV}/xen-${XEN_BASE_PV}.tar.gz;
-
-   if [[ -n "${XEN_PRE_PATCHSET_NUM}" ]]; then
-   XEN_UPSTREAM_PATCHES_TAG="$(ver_cut 
1-3)-pre-patchset-${XEN_PRE_PATCHSET_NUM}"
-   
XEN_UPSTREAM_PATCHES_NAME="xen-upstream-patches-${XEN_UPSTREAM_PATCHES_TAG}"
-   SRC_URI+=" 
https://gitweb.gentoo.org/proj/xen-upstream-patches.git/snapshot/${XEN_UPSTREAM_PATCHES_NAME}.tar.bz2;
-   
XEN_UPSTREAM_PATCHES_DIR="${WORKDIR}/${XEN_UPSTREAM_PATCHES_NAME}"
-   fi
-   if [[ -n "${XEN_GENTOO_PATCHSET_NUM}" ]]; then
-   XEN_GENTOO_PATCHES_TAG="$(ver_cut 1-3 
${XEN_BASE_PV})-gentoo-patchset-${XEN_GENTOO_PATCHSET_NUM}"
-   
XEN_GENTOO_PATCHES_NAME="xen-gentoo-patches-${XEN_GENTOO_PATCHES_TAG}"
-   SRC_URI+=" 

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

2023-01-25 Thread Florian Schmaus
commit: d9db6a2eb77b259333c89f61c80e7008348a69f7
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Jan 25 15:56:03 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 16:24:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9db6a2e

app-emulation/xen-tools: add 4.16.3

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 app-emulation/xen-tools/Manifest|   1 +
 app-emulation/xen-tools/xen-tools-4.16.3.ebuild | 532 
 2 files changed, 533 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 63e4081294ac..d783cadf74e9 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -7,6 +7,7 @@ DIST seabios-1.14.0.tar.gz 628985 BLAKE2B 
cc1126925dab1551a655680d20d06ebf28c12c
 DIST xen-4.15.3.tar.gz 40793144 BLAKE2B 
33932d855a0502cfe2768a7c8ae19d7da285d70b4970d96fd703daf0ee24a77ad47a3d1b4bcf5f465aa81aa7eb7f9295bce96302b2149ca208fa662cd966d6af
 SHA512 
c25903cc263891885ec76500488405226c8e025bb461d2bf0d590b9bd2d7ca5c2693de7ecc38b3655bfd6793cc96314826559f14a09cc139de8cfdbeb914cbd3
 DIST xen-4.15.4.tar.gz 40820669 BLAKE2B 
22edaf817851856c777d02b5211be932c1731bf50fb582545f948c7e8f871937f7c94636496a480642fa7ed8222e12dda091a06638c75b9ee935f3ff9bc2aea0
 SHA512 
fa6a4991c0699025af163ed117f8d0523c0a482102464615025eb3575d755ffacec5df394e3fe01871cde6028678f654d99f8e3c2533b138765971a2a7994cb8
 DIST xen-4.16.2.tar.gz 44995249 BLAKE2B 
a221d1e4578ab6eb3250754b3b0f36fb30133c1c83246532ebb9648c3d025b3f5132227371b5d3dd82099594f4ee738227480528ee944b8de6231d9c89892d15
 SHA512 
b6cd036c1073798dffa167ca14c954fbdfb4c0ef99662f7c435e7e5de687d1bde8856ff6bd030d0d2e661bd17ab631551f01b2cc728cad7e70b59aaa6e692783
+DIST xen-4.16.3.tar.gz 45003057 BLAKE2B 
6092cff33bffed1b6133daf8d3ce53c57204297e66df6ac58266b2da8d5585df62ae718cc8afaad36ebe6dabdce65b9979b0d13b88e60f2b23c01be21ae4db8e
 SHA512 
b8cbd6f95681de5f824ada2d3cbe0653a38514a18df0dafcf811fb255219c7abec96f46217bdb0c83e1119f685da9a6af7194eeaa94f1cc3c892702782133b4f
 DIST xen-gentoo-patches-4.15.3-gentoo-patchset-2.tar.bz2 4681 BLAKE2B 
59fe5c2d5f3b975f281778ee96f8771debde7ae738636fc8294e7e2578dffc40938d8c48e4e94f0341762b2ba8e1b6769f71b7783322fb3b2a0a187bbf2b5104
 SHA512 
8540aa3631277fb652f90c53f6f5b4e9d119a7ed267dec96d7aecca4eac2c465ec3be32b0b82057e79f858cc8115bfdfbf2af5c4879a0be3f98ed68cbe64fdae
 DIST xen-gentoo-patches-4.16.1-gentoo-patchset-2.tar.bz2 5403 BLAKE2B 
7fa3b4aa123b2deed260d02b8d34a35dd205207038edb92569278b25c6fe32e0f0e3857c0773e047f0eb0d9fe7f8b0816e0f3d7f68aee7929afaf6611dfd
 SHA512 
9e7d25640b24235acf756b031b8b7cee582dded65fe7b94a706c990232e9704d574036c3a9605f285e8e9534578d100a3f38719b27b22775f17ef8f68287997e
 DIST xen-upstream-patches-4.15.4-pre-patchset-1.tar.bz2 68066 BLAKE2B 
ee6aac9aa8988423fd1594fa09c54678ee8d089abfff27913fdbe4f60c1f2a038e06cca5d03924595036bd9ca9be8a7f61ed5d7662e6534b05a45da24c88babd
 SHA512 
65c7c900ca91f7444cdc03fa0902e8d58d68cd755cfa2d16cf1df76b657328e374fec0da3ceb734aefa10cfa874a46de5f731c3827ab4f815b4eabc305ed497f

diff --git a/app-emulation/xen-tools/xen-tools-4.16.3.ebuild 
b/app-emulation/xen-tools/xen-tools-4.16.3.ebuild
new file mode 100644
index ..5cb850086cd6
--- /dev/null
+++ b/app-emulation/xen-tools/xen-tools-4.16.3.ebuild
@@ -0,0 +1,532 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE='ncurses,xml(+),threads(+)'
+
+inherit bash-completion-r1 flag-o-matic multilib python-single-r1 
readme.gentoo-r1 toolchain-funcs
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   REPO="xen.git"
+   EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
+   S="${WORKDIR}/${REPO}"
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+   SEABIOS_VER="1.14.0"
+   EDK2_COMMIT="7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5"
+   EDK2_OPENSSL_VERSION="1_1_1j"
+   EDK2_SOFTFLOAT_COMMIT="b64af41c3276f97f0e181920400ee056b9c88037"
+   EDK2_BROTLI_COMMIT="666c3280cc11dc433c303d79a83d4ffbdd12cc8d"
+   IPXE_COMMIT="3c040ad387099483102708bb1839110bc788cefb"
+
+   XEN_GENTOO_PATCHSET_NUM=2
+   XEN_GENTOO_PATCHSET_BASE=4.16.1
+   XEN_PRE_PATCHSET_NUM=
+   XEN_PRE_VERSION_BASE=
+
+   XEN_BASE_PV="${PV}"
+   if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then
+   XEN_BASE_PV="${XEN_PRE_VERSION_BASE}"
+   fi
+
+   SRC_URI="
+   
https://downloads.xenproject.org/release/xen/${XEN_BASE_PV}/xen-${XEN_BASE_PV}.tar.gz
+   https://www.seabios.org/downloads/seabios-${SEABIOS_VER}.tar.gz
+   ipxe? ( 
https://xenbits.xen.org/xen-extfiles/ipxe-git-${IPXE_COMMIT}.tar.gz )
+   ovmf? ( https://github.com/tianocore/edk2/archive/${EDK2_COMMIT}.tar.gz 
-> edk2-${EDK2_COMMIT}.tar.gz
+   

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

2023-01-25 Thread Florian Schmaus
commit: 5ef82416bdbd63fa4d84542d397b545e09553278
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Jan 25 16:00:06 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 16:24:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef82416

app-emulation/xen: add 4.16.3

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 app-emulation/xen/Manifest  |   1 +
 app-emulation/xen/xen-4.16.3.ebuild | 174 
 2 files changed, 175 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 2f3b0a87ec59..d8695e060fae 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,6 +1,7 @@
 DIST xen-4.15.3.tar.gz 40793144 BLAKE2B 
33932d855a0502cfe2768a7c8ae19d7da285d70b4970d96fd703daf0ee24a77ad47a3d1b4bcf5f465aa81aa7eb7f9295bce96302b2149ca208fa662cd966d6af
 SHA512 
c25903cc263891885ec76500488405226c8e025bb461d2bf0d590b9bd2d7ca5c2693de7ecc38b3655bfd6793cc96314826559f14a09cc139de8cfdbeb914cbd3
 DIST xen-4.15.4.tar.gz 40820669 BLAKE2B 
22edaf817851856c777d02b5211be932c1731bf50fb582545f948c7e8f871937f7c94636496a480642fa7ed8222e12dda091a06638c75b9ee935f3ff9bc2aea0
 SHA512 
fa6a4991c0699025af163ed117f8d0523c0a482102464615025eb3575d755ffacec5df394e3fe01871cde6028678f654d99f8e3c2533b138765971a2a7994cb8
 DIST xen-4.16.2.tar.gz 44995249 BLAKE2B 
a221d1e4578ab6eb3250754b3b0f36fb30133c1c83246532ebb9648c3d025b3f5132227371b5d3dd82099594f4ee738227480528ee944b8de6231d9c89892d15
 SHA512 
b6cd036c1073798dffa167ca14c954fbdfb4c0ef99662f7c435e7e5de687d1bde8856ff6bd030d0d2e661bd17ab631551f01b2cc728cad7e70b59aaa6e692783
+DIST xen-4.16.3.tar.gz 45003057 BLAKE2B 
6092cff33bffed1b6133daf8d3ce53c57204297e66df6ac58266b2da8d5585df62ae718cc8afaad36ebe6dabdce65b9979b0d13b88e60f2b23c01be21ae4db8e
 SHA512 
b8cbd6f95681de5f824ada2d3cbe0653a38514a18df0dafcf811fb255219c7abec96f46217bdb0c83e1119f685da9a6af7194eeaa94f1cc3c892702782133b4f
 DIST xen-gentoo-patches-4.16.1-gentoo-patchset-2.tar.bz2 5403 BLAKE2B 
7fa3b4aa123b2deed260d02b8d34a35dd205207038edb92569278b25c6fe32e0f0e3857c0773e047f0eb0d9fe7f8b0816e0f3d7f68aee7929afaf6611dfd
 SHA512 
9e7d25640b24235acf756b031b8b7cee582dded65fe7b94a706c990232e9704d574036c3a9605f285e8e9534578d100a3f38719b27b22775f17ef8f68287997e
 DIST xen-upstream-patches-4.15.4-pre-patchset-1.tar.bz2 68066 BLAKE2B 
ee6aac9aa8988423fd1594fa09c54678ee8d089abfff27913fdbe4f60c1f2a038e06cca5d03924595036bd9ca9be8a7f61ed5d7662e6534b05a45da24c88babd
 SHA512 
65c7c900ca91f7444cdc03fa0902e8d58d68cd755cfa2d16cf1df76b657328e374fec0da3ceb734aefa10cfa874a46de5f731c3827ab4f815b4eabc305ed497f
 DIST xen-upstream-patches-4.16.3-pre-patchset-0.tar.bz2 36580 BLAKE2B 
7a16b452fda7cf00321c70c239f30fbff72204d5b021aba23e1e08b2d8dee0f1180a18301b5935f4d35dc54533e2e253f047681b837de187a2a174191a168c3c
 SHA512 
5e7328c8cd7ce98cdff47033a76705395419c1322d5212206aa1255d19aeb2fd3d097e71d39137ab97aeab0b9f991e1660b92a6ddb08f02c9407ceaa24aa9ec0

diff --git a/app-emulation/xen/xen-4.16.3.ebuild 
b/app-emulation/xen/xen-4.16.3.ebuild
new file mode 100644
index ..c868fdb34a15
--- /dev/null
+++ b/app-emulation/xen/xen-4.16.3.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+
+   XEN_GENTOO_PATCHSET_NUM=2
+   XEN_GENTOO_PATCHSET_BASE=4.16.1
+   XEN_PRE_PATCHSET_NUM=
+   XEN_PRE_VERSION_BASE=
+
+   XEN_BASE_PV="${PV}"
+   if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then
+   XEN_BASE_PV="${XEN_PRE_VERSION_BASE}"
+   fi
+
+   
SRC_URI="https://downloads.xenproject.org/release/xen/${XEN_BASE_PV}/xen-${XEN_BASE_PV}.tar.gz;
+
+   if [[ -n "${XEN_PRE_PATCHSET_NUM}" ]]; then
+   XEN_UPSTREAM_PATCHES_TAG="$(ver_cut 
1-3)-pre-patchset-${XEN_PRE_PATCHSET_NUM}"
+   
XEN_UPSTREAM_PATCHES_NAME="xen-upstream-patches-${XEN_UPSTREAM_PATCHES_TAG}"
+   SRC_URI+=" 
https://gitweb.gentoo.org/proj/xen-upstream-patches.git/snapshot/${XEN_UPSTREAM_PATCHES_NAME}.tar.bz2;
+   
XEN_UPSTREAM_PATCHES_DIR="${WORKDIR}/${XEN_UPSTREAM_PATCHES_NAME}"
+   fi
+   if [[ -n "${XEN_GENTOO_PATCHSET_NUM}" ]]; then
+   XEN_GENTOO_PATCHES_TAG="$(ver_cut 1-3 
${XEN_GENTOO_PATCHSET_BASE})-gentoo-patchset-${XEN_GENTOO_PATCHSET_NUM}"
+   
XEN_GENTOO_PATCHES_NAME="xen-gentoo-patches-${XEN_GENTOO_PATCHES_TAG}"
+   SRC_URI+=" 
https://gitweb.gentoo.org/proj/xen-gentoo-patches.git/snapshot/${XEN_GENTOO_PATCHES_NAME}.tar.bz2;
+   XEN_GENTOO_PATCHES_DIR="${WORKDIR}/${XEN_GENTOO_PATCHES_NAME}"
+   fi
+fi
+
+DESCRIPTION="The Xen 

[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/

2023-01-25 Thread Andreas K. Hüttel
commit: a087a8d0531f717f495aa127833b8527464db969
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jan 25 16:19:34 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jan 25 16:19:34 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a087a8d0

mipsel3-n32: update_seed yes for split-usr

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec
index be36988d..d7b9fcb0 100644
--- a/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec
@@ -8,7 +8,7 @@ snapshot: @TIMESTAMP@
 source_subpath: mergedusr/stage3-mipsel3_n32-systemd-mergedusr-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
-update_seed: no
+update_seed: yes
 update_seed_command: -uDN @world
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng



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

2023-01-25 Thread Michał Górny
commit: 65e83fad05a6d65e8fc0132fc758f3c2b9b42cdb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 25 16:00:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 25 16:15:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e83fad

dev-python/userpath: New package, v1.8.0

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

 dev-python/userpath/Manifest  |  1 +
 dev-python/userpath/metadata.xml  | 13 +
 dev-python/userpath/userpath-1.8.0.ebuild | 29 +
 3 files changed, 43 insertions(+)

diff --git a/dev-python/userpath/Manifest b/dev-python/userpath/Manifest
new file mode 100644
index ..7cdb509a5054
--- /dev/null
+++ b/dev-python/userpath/Manifest
@@ -0,0 +1 @@
+DIST userpath-1.8.0.gh.tar.gz 11045 BLAKE2B 
ebf1077469210dfb66c63a859764becb5cac5734bc0060db691e50e3576241360b4644f141449f033f64f4dbdbf10d2b5a032493ce3c4745a2c981149105c7c9
 SHA512 
d2f082909fad22cf5b33f175afdeebe14a44ebd245c84506395f01a288eccf9c376ac28dcc4b618cc2464e1a23e740b41f4f4ad0e780a42e1185c5283ccc7330

diff --git a/dev-python/userpath/metadata.xml b/dev-python/userpath/metadata.xml
new file mode 100644
index ..2829383089f0
--- /dev/null
+++ b/dev-python/userpath/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   ofek/userpath
+   userpath
+   
+

diff --git a/dev-python/userpath/userpath-1.8.0.ebuild 
b/dev-python/userpath/userpath-1.8.0.ebuild
new file mode 100644
index ..d30e4432c79f
--- /dev/null
+++ b/dev-python/userpath/userpath-1.8.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Cross-platform tool for adding locations to the user PATH"
+HOMEPAGE="
+   https://github.com/ofek/userpath/
+   https://pypi.org/project/userpath/
+"
+SRC_URI="
+   https://github.com/ofek/userpath/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-01-25 Thread WANG Xuerui
commit: 92941ca313733d3542913e03f047f8f43b641274
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 16:10:03 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 16:10:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92941ca3

dev-python/rich: keyword 13.2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/rich/rich-13.2.0.ebuild 
b/dev-python/rich/rich-13.2.0.ebuild
index be8b1a56a841..bd8237dcdcdd 100644
--- a/dev-python/rich/rich-13.2.0.ebuild
+++ b/dev-python/rich/rich-13.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-it-py/

2023-01-25 Thread WANG Xuerui
commit: 4215eebef4238d696b719b0d3e35e28362afef3c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 16:10:01 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 16:10:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4215eebe

dev-python/markdown-it-py: keyword 2.1.0-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/markdown-it-py/markdown-it-py-2.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/markdown-it-py/markdown-it-py-2.1.0-r2.ebuild 
b/dev-python/markdown-it-py/markdown-it-py-2.1.0-r2.ebuild
index 012a14c819ca..1a8787a9bb29 100644
--- a/dev-python/markdown-it-py/markdown-it-py-2.1.0-r2.ebuild
+++ b/dev-python/markdown-it-py/markdown-it-py-2.1.0-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
dev-python/linkify-it-py[${PYTHON_USEDEP}]



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

2023-01-25 Thread WANG Xuerui
commit: f326949da0a13afff39b2ebf44d758ce4e65d68b
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 16:09:53 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 16:09:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f326949d

dev-python/pytest-datadir: keyword 1.4.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild 
b/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
index ec71b05c76e6..8bd2df0e2531 100644
--- a/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
+++ b/dev-python/pytest-datadir/pytest-datadir-1.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2023-01-25 Thread WANG Xuerui
commit: 0cc234dcce3ccd2d83811a9445175bffce15de5f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 16:09:51 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 16:09:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc234dc

dev-python/mdurl: keyword 0.1.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/mdurl/mdurl-0.1.2.ebuild 
b/dev-python/mdurl/mdurl-0.1.2.ebuild
index 1a30a0d8bae9..9b765206aea8 100644
--- a/dev-python/mdurl/mdurl-0.1.2.ebuild
+++ b/dev-python/mdurl/mdurl-0.1.2.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/uc-micro-py/

2023-01-25 Thread WANG Xuerui
commit: fbf535726f4a2bc01390c9a1b941457388a87b75
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 16:09:55 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 16:09:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf53572

dev-python/uc-micro-py: keyword 1.0.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild 
b/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild
index 25628a4eb202..eb0cd29a214a 100644
--- a/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild
+++ b/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild
@@ -22,6 +22,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/linkify-it-py/

2023-01-25 Thread WANG Xuerui
commit: c83533e4dbb96a3b2d49046e935d8c84c1d4e16b
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 16:09:57 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 16:09:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83533e4

dev-python/linkify-it-py: keyword 2.0.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild 
b/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild
index b6c84b31a4a5..fa4e1e9918e5 100644
--- a/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild
+++ b/dev-python/linkify-it-py/linkify-it-py-2.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
dev-python/uc-micro-py[${PYTHON_USEDEP}]



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

2023-01-25 Thread WANG Xuerui
commit: 2ad03c85a20111716879e6790fda8dd7e84c0aaf
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 16:09:59 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 16:09:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad03c85

dev-python/pytest-regressions: keyword 2.4.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-python/pytest-regressions/pytest-regressions-2.4.2.ebuild 
b/dev-python/pytest-regressions/pytest-regressions-2.4.2.ebuild
index 19752f26c106..11f92f4f1341 100644
--- a/dev-python/pytest-regressions/pytest-regressions-2.4.2.ebuild
+++ b/dev-python/pytest-regressions/pytest-regressions-2.4.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2023-01-25 Thread Craig Andrews
commit: 4e1027a2da57ed5fbd20ae3b21c313bc0a3ef385
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jan 25 15:51:00 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jan 25 15:51:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1027a2

dev-util/clinfo: drop 3.0.21.02.21, 3.0.21.02.21-r1

Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/clinfo/Manifest  |  1 -
 dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild | 25 -
 dev-util/clinfo/clinfo-3.0.21.02.21.ebuild| 25 -
 3 files changed, 51 deletions(-)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 37ac9208b8b4..65ec03f1f6cb 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1,2 +1 @@
-DIST clinfo-3.0.21.02.21.tar.gz 52783 BLAKE2B 
17316bb57e0e2eb3ed39efd64d99301237a3d5b10734e071c89a2d6aba2f8cd2ee7ecee73bbdbac0b4de7c666c1d4e2893469eb658353471d57ab180ea449c62
 SHA512 
f2fe5ec450edb258412dbb458fc8895530d67cf96589c6b94f27e135227db1796582173c0fa48a578a23c572b73ddce007a6e75c67a23b297986e47792c264ad
 DIST clinfo-3.0.23.01.25.tar.gz 58325 BLAKE2B 
20c6379c9fd22edd0d8938baa52fcec54f2d70687bd0ef21d153f4c29d54cf024be35f650f44c02b0a6cd340aa6aeeda93a198f51ec59847227b6de83adf7ad1
 SHA512 
c8e0f33a304a64f1fb4b4ffecb2a62bc10fb5e9777cc8d0cd44bf551e5c94141f04d4cafd28fe6e796bc365e356027297fc9c91359b23b152b1c98d9a128515c

diff --git a/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild 
b/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
deleted file mode 100644
index 24dcd892d0af..
--- a/dev-util/clinfo/clinfo-3.0.21.02.21-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo;
-LICENSE="CC0-1.0"
-SLOT="0"
-
-DEPEND=">=virtual/opencl-3"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}

diff --git a/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild 
b/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
deleted file mode 100644
index eb4487631051..
--- a/dev-util/clinfo/clinfo-3.0.21.02.21.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
-HOMEPAGE="https://github.com/Oblomov/clinfo;
-
-LICENSE="CC0-1.0"
-SLOT="0"
-DEPEND=">=virtual/opencl-3"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
-}



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

2023-01-25 Thread Craig Andrews
commit: 436072e7b1f661ed2c5232edb0103ae00772ddb2
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jan 25 15:50:04 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jan 25 15:51:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436072e7

dev-util/clinfo: add 3.0.23.01.25

Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/clinfo/Manifest   |  1 +
 dev-util/clinfo/clinfo-3.0.23.01.25.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest
index 82071bec4a70..37ac9208b8b4 100644
--- a/dev-util/clinfo/Manifest
+++ b/dev-util/clinfo/Manifest
@@ -1 +1,2 @@
 DIST clinfo-3.0.21.02.21.tar.gz 52783 BLAKE2B 
17316bb57e0e2eb3ed39efd64d99301237a3d5b10734e071c89a2d6aba2f8cd2ee7ecee73bbdbac0b4de7c666c1d4e2893469eb658353471d57ab180ea449c62
 SHA512 
f2fe5ec450edb258412dbb458fc8895530d67cf96589c6b94f27e135227db1796582173c0fa48a578a23c572b73ddce007a6e75c67a23b297986e47792c264ad
+DIST clinfo-3.0.23.01.25.tar.gz 58325 BLAKE2B 
20c6379c9fd22edd0d8938baa52fcec54f2d70687bd0ef21d153f4c29d54cf024be35f650f44c02b0a6cd340aa6aeeda93a198f51ec59847227b6de83adf7ad1
 SHA512 
c8e0f33a304a64f1fb4b4ffecb2a62bc10fb5e9777cc8d0cd44bf551e5c94141f04d4cafd28fe6e796bc365e356027297fc9c91359b23b152b1c98d9a128515c

diff --git a/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild 
b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
new file mode 100644
index ..92b64abc9e31
--- /dev/null
+++ b/dev-util/clinfo/clinfo-3.0.23.01.25.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git;
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A tool to display info about the system's OpenCL capabilities"
+HOMEPAGE="https://github.com/Oblomov/clinfo;
+LICENSE="CC0-1.0"
+SLOT="0"
+
+DEPEND=">=virtual/opencl-3"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4windowing/

2023-01-25 Thread WANG Xuerui
commit: c17871eea6b1b4d3551aabb79665b933bc9a9a85
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 15:47:59 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 15:47:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17871ee

xfce-base/libxfce4windowing: keyword 4.19.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild 
b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild
index 33cae87183eb..1ab29bd297ee 100644
--- a/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild
+++ b/xfce-base/libxfce4windowing/libxfce4windowing-4.19.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"
 IUSE="+introspection wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/

2023-01-25 Thread WANG Xuerui
commit: 6f92e5674eb44276b19bbe3a4ae9fa01e83b9cdc
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 15:48:02 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 15:48:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f92e567

xfce-base/xfce4-panel: keyword 4.19.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild
index 7f414a8f8d9f..09f8fbc5833c 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"
 IUSE="+dbusmenu introspection vala wayland X"
 REQUIRED_USE="
|| ( wayland X )



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-25 Thread WANG Xuerui
commit: 3eeef88956ed53d9ec786c5a781e02a7747b8b35
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 15:48:03 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 15:48:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eeef889

xfce-base/xfdesktop: keyword 4.19.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index 9d75f6835a99..a582f165f02f 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"
 IUSE="libnotify +thunar wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-01-25 Thread Ionen Wolkens
commit: 8f8e795909f5acd223c01b5291cd5606057e4cb1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jan 25 11:55:07 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jan 25 15:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8e7959

dev-games/godot: add 4.0_beta15

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

 dev-games/godot/Manifest|   1 +
 dev-games/godot/godot-4.0_beta15.ebuild | 240 
 2 files changed, 241 insertions(+)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 3c31abb3fe70..12e8234de0b6 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,2 +1,3 @@
 DIST godot-3.5.1-stable.tar.xz 24153448 BLAKE2B 
9d61276a2d82ef4f4487ec1046b7fa58f2b3626640b2db25c1f98c3f8e2ff40eddcf943fd9ffaaf6814fbafbbe7ef1d3f642d77af953b87731cff570ac3a5473
 SHA512 
59e5ca88534f542562971efb83b76561705f9ca8761311f01b4453857e7ae046c17cadd0d5ca6f6f56e262b5031294a8b9ad970fa6ffc95e1a6a1e1bae48d55f
 DIST godot-4.0-beta14.tar.xz 31634268 BLAKE2B 
6381d8efd0f2298a74c939a8c36f6d29f2b434ef870575fd01a844cfe04711fc29280d6c0a92a4abd0344102b3fb36a87b9629e2cc08233ac7fde65a3be0
 SHA512 
38c5f33ed4d6c35d4eb45337399b525059caab7fff2efe611b2bbe9a36a23413c02690a94976cc63e6f4b857a1db7a0c7b86a8db3a504fdbf12a8d38c644acf2
+DIST godot-4.0-beta15.tar.xz 31921348 BLAKE2B 
45482ac65e74b431d4f781a9055fdb578b8c838e659f459a09e3c39b80d50b1ee9222373159032d3eb25569f259330ef87967177765137491f793afe4d59ad93
 SHA512 
c0c0a139a437b2a27f38d6c104e64a2d4d9153d4b0c8ad66e157dde2422c86887796e1a1dd2eb9b9385013e7af2e513b8cd77d8bdcdb0750703fa5bba6770986

diff --git a/dev-games/godot/godot-4.0_beta15.ebuild 
b/dev-games/godot/godot-4.0_beta15.ebuild
new file mode 100644
index ..180498ade9c3
--- /dev/null
+++ b/dev-games/godot/godot-4.0_beta15.ebuild
@@ -0,0 +1,240 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit bash-completion-r1 desktop optfeature python-any-r1
+inherit scons-utils toolchain-funcs xdg
+
+MY_P="${PN}-$(ver_rs 2 -)"
+
+DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
+HOMEPAGE="https://godotengine.org/;
+SRC_URI="https://downloads.tuxfamily.org/godotengine/$(ver_rs 2 
/)/${MY_P}.tar.xz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="
+   MIT
+   AFL-2.1 Apache-2.0 BSD Boost-1.0 CC0-1.0 LGPL-2.1+ Unlicense ZLIB
+   gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )"
+SLOT="4"
+KEYWORDS="~amd64"
+# Enable roughly same as upstream by default so it works as expected,
+# except raycast (tools-only heavy dependency), and deprecated.
+IUSE="debug deprecated +gui raycast +runner test +theora +tools +upnp +vulkan 
+webp"
+# disable tests until out of beta, tests themselves are new and can be volatile
+RESTRICT="test"
+
+# dlopen: libX*,libglvnd
+RDEPEND="
+   app-arch/zstd:=
+   dev-games/recastnavigation:=
+   dev-libs/icu:=
+   dev-libs/libpcre2:=[pcre32]
+   media-libs/freetype[brotli,harfbuzz]
+   media-libs/harfbuzz:=[icu]
+   media-libs/libogg
+   media-libs/libpng:=
+   media-libs/libvorbis
+   

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

2023-01-25 Thread Ionen Wolkens
commit: 36be6b6e411885835fa55d6f93b51ccd632d2463
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jan 25 11:54:47 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jan 25 15:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36be6b6e

dev-games/godot: drop 4.0_beta13

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

 dev-games/godot/Manifest|   1 -
 dev-games/godot/godot-4.0_beta13.ebuild | 250 
 2 files changed, 251 deletions(-)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 98ebe0e876df..3c31abb3fe70 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,3 +1,2 @@
 DIST godot-3.5.1-stable.tar.xz 24153448 BLAKE2B 
9d61276a2d82ef4f4487ec1046b7fa58f2b3626640b2db25c1f98c3f8e2ff40eddcf943fd9ffaaf6814fbafbbe7ef1d3f642d77af953b87731cff570ac3a5473
 SHA512 
59e5ca88534f542562971efb83b76561705f9ca8761311f01b4453857e7ae046c17cadd0d5ca6f6f56e262b5031294a8b9ad970fa6ffc95e1a6a1e1bae48d55f
-DIST godot-4.0-beta13.tar.xz 31502056 BLAKE2B 
9a632c563fbba1c8a31a96ca31a7c55c393912a3ea7448080dbe95696e73b0458412d4caa3c5eb6e8ce93aad20cfa4fc1cfc64f1ebce5a4c8c75bcae25d43f82
 SHA512 
786f27071daf24611c4c0d0b6a731514bb59768bdfdab62b33de263fc388284e7b55cd46a19e086a4f7064f2aaf5f6569acd896358bea0a79ccf4a58408b233d
 DIST godot-4.0-beta14.tar.xz 31634268 BLAKE2B 
6381d8efd0f2298a74c939a8c36f6d29f2b434ef870575fd01a844cfe04711fc29280d6c0a92a4abd0344102b3fb36a87b9629e2cc08233ac7fde65a3be0
 SHA512 
38c5f33ed4d6c35d4eb45337399b525059caab7fff2efe611b2bbe9a36a23413c02690a94976cc63e6f4b857a1db7a0c7b86a8db3a504fdbf12a8d38c644acf2

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

[gentoo-commits] proj/releng:master commit in: tools/

2023-01-25 Thread Andreas K. Hüttel
commit: b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jan 25 15:06:38 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jan 25 15:07:00 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=b0cb15f4

Add missing mips upload command

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 tools/catalyst-auto-qemu-mips-common | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/catalyst-auto-qemu-mips-common 
b/tools/catalyst-auto-qemu-mips-common
index be2bd0b8..1c2e0592 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -176,6 +176,9 @@ post_build() {
stage3-mipsel3-o32-systemd-mu.spec)
upload stage3-mipsel3-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
+   stage3-mipsel3-n32-systemd-mu.spec)
+   upload stage3-mipsel3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+   ;;
stage3-mipsel3-n64-systemd-mu.spec)
upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;



[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-control-center-bin/

2023-01-25 Thread Marc Schiffbauer
commit: 0ae67aa79973fcdd890cc1bb5c1c2f74a801e5df
Author: Viktar Lukashonak  gmail  com>
AuthorDate: Mon Jan 23 20:17:34 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Jan 25 14:51:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae67aa7

tuxedo-control-center-bin add 1.2.4

Signed-off-by: Viktar Lukashonak  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29190
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-control-center-bin/Manifest  |  1 +
 .../tuxedo-control-center-bin-1.2.4.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/app-laptop/tuxedo-control-center-bin/Manifest 
b/app-laptop/tuxedo-control-center-bin/Manifest
index f43c7fc9343a..7739a715690f 100644
--- a/app-laptop/tuxedo-control-center-bin/Manifest
+++ b/app-laptop/tuxedo-control-center-bin/Manifest
@@ -1 +1,2 @@
 DIST tuxedo-control-center_1.1.4.rpm 86231740 BLAKE2B 
be8b7d7c6de05601acd90a89b3e6bb89c5e251a94a18c7f1021e88797fbc1fc9c580545ca3d86e1ebf11f689d2454d4b6eac1736be0a31eabf28668d0ca0b32c
 SHA512 
80e0c0f8ba81b8fe7bee2ec86b13a5f50c2a174b4260b7922a58df821a0b2ae89cd40c87e41c48de0a9e24a56ec1ad5123a664fc94123b95c05e61801db67072
+DIST tuxedo-control-center_1.2.4.rpm 87792476 BLAKE2B 
1d825b457be311da9022147eea8d86e17cc61c2c7decb5c334ad0f1cf44e7c0affe8026a650bcf6325fb21381fb4a17c3825a37c3815b489b059ea34b97f1794
 SHA512 
ac887b6681e6c56cd45f2c6f59dfb250c95f2a2ccdf1521c51126243461d680a7e7399a835672f1adf0512879fe7d69c8c7a3ca0e4ab217c3b617bfe41a7951d

diff --git 
a/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.2.4.ebuild 
b/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.2.4.ebuild
new file mode 100644
index ..b52b259557f6
--- /dev/null
+++ 
b/app-laptop/tuxedo-control-center-bin/tuxedo-control-center-bin-1.2.4.ebuild
@@ -0,0 +1,80 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rpm systemd xdg-utils
+
+MY_PN="${PN/-bin/}"
+
+DESCRIPTION="Tool to control performance, energy, fan and comfort settings on 
TUXEDO laptops"
+HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-control-center;
+SRC_URI="https://rpm.tuxedocomputers.com/opensuse/15.4/x86_64/${MY_PN}_${PV}.rpm;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="strip splitdebug"
+
+DEPEND=">=app-laptop/tuxedo-keyboard-3.1.3"
+RDEPEND="${DEPEND}"
+# See bug #827729
+BDEPEND="app-arch/xz-utils[extra-filters]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   default
+   rm -rf usr/lib || die "could not remove usr/lib"
+   mkdir files || die "could not create files dir"
+}
+
+src_install() {
+   insinto /
+   doins -r usr opt
+   find . -type f -perm -a=x | while read f; do
+   fperms 0755 "${f/./}"
+   done
+
+   dosym ../../opt/tuxedo-control-center/tuxedo-control-center 
/usr/bin/tuxedo-control-center
+
+   insinto /usr/share/dbus-1/system.d/
+   doins 
opt/tuxedo-control-center/resources/dist/tuxedo-control-center/data/dist-data/com.tuxedocomputers.tccd.conf
+
+   insinto /usr/share/polkit-1/actions
+   doins 
opt/tuxedo-control-center/resources/dist/tuxedo-control-center/data/dist-data/com.tuxedocomputers.tccd.policy
+
+   systemd_dounit 
opt/tuxedo-control-center/resources/dist/tuxedo-control-center/data/dist-data/tccd.service
+   systemd_dounit 
opt/tuxedo-control-center/resources/dist/tuxedo-control-center/data/dist-data/tccd-sleep.service
+
+   newinitd "${FILESDIR}/tccd.initd" tccd
+}
+
+pkg_config() {
+   ebegin "Reloading systemd"
+   systemctl daemon-reload
+   eend $?
+   ebegin "Enabling and starting tccd.service"
+   systemctl enable --now tccd
+   eend $?
+   ebegin "Enabling and starting tccd-sleep.service"
+   systemctl enable --now tccd-sleep
+   eend $?
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   elog
+   elog "You need to enable tccd and tccd-sleep service before running 
tuxedo-control-center"
+   elog
+   elog "For your convenience, if you use systemd, you may just call:"
+   elog "  emerge --config =app-laptop/${PF}"
+   elog
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-01-25 Thread Agostino Sarubbo
commit: 78c8bd54df284b76e43ed600d21d12d85e3639fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 25 14:37:13 2023 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 25 14:37:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c8bd54

app-admin/hcloud: remove old

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/hcloud/Manifest |  1 -
 app-admin/hcloud/hcloud-1.30.3.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-admin/hcloud/Manifest b/app-admin/hcloud/Manifest
index ce76f165228d..57ee4ab50bf6 100644
--- a/app-admin/hcloud/Manifest
+++ b/app-admin/hcloud/Manifest
@@ -1,2 +1 @@
-DIST hcloud-1.30.3.tar.xz 1690980 BLAKE2B 
115a6769d5bd5e6a10d812502506f9921a7659a262eea7088c88205e9fc748a570c1c9830e5061923f1be18a64d96104e6e930c9edc3316645e5d86450fbf69c
 SHA512 
64bc692b8d098149815ba63aec8346a7f4f2ff7461fac3369343595a733a5c727b41ec8341e4eee1a98804b14bfc5a94ff9fc0621abb798d381d9bc802818b77
 DIST hcloud-1.31.1.tar.xz 1735560 BLAKE2B 
66b2deaefbf61a72bf6a9e004c29d1198e5cfd40956e9936d5db27903aff5f8151c230da61b33ce4231885613d53ba5c96f99fb10df03fdcc241ec32fa465de5
 SHA512 
b61683ea54455be1db0ae196615642d0247e56ca51f3848847fba09124a45606aea2495f4408694acc5e819d9dc79ffdb2b9ce4e85aade7dea0335be94461066

diff --git a/app-admin/hcloud/hcloud-1.30.3.ebuild 
b/app-admin/hcloud/hcloud-1.30.3.ebuild
deleted file mode 100644
index 33ffb7d83afa..
--- a/app-admin/hcloud/hcloud-1.30.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A command-line interface for Hetzner Cloud"
-HOMEPAGE="https://github.com/hetznercloud/cli;
-SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-IUSE=""
-DEPEND="dev-lang/go:="
-RESTRICT="strip"
-QA_FLAGS_IGNORED=".*"
-
-src_compile() {
-   go build -mod vendor -o ${PN} -ldflags "-w -X 
github.com/hetznercloud/cli/internal/version.Version=${PV}-gentoo" ./cmd/${PN} 
|| die "build failed"
-}
-
-src_test() {
-   # For upstream a simple test is run 'hcloud version'
-   ./hcloud version
-   if [[ $? -ne 0 ]]
-   then
-   die "Test failed"
-   fi
-}
-
-src_install() {
-   dobin ${PN}
-}



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

2023-01-25 Thread Agostino Sarubbo
commit: 2748ffbf6a16fbfb1f5629ffec3c7b338130bcc8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 25 14:37:00 2023 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 25 14:37:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2748ffbf

app-admin/hcloud: amd64 stable

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-admin/hcloud/hcloud-1.31.1.ebuild 
b/app-admin/hcloud/hcloud-1.31.1.ebuild
index 82ba00ab5dca..ff665c30f1cc 100644
--- a/app-admin/hcloud/hcloud-1.31.1.ebuild
+++ b/app-admin/hcloud/hcloud-1.31.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE=""
 DEPEND="dev-lang/go:="



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

2023-01-25 Thread Mike Pagano
commit: 270a1414b98ea76d148bec60218d43cf5f569550
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:33:09 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:33:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270a1414

sys-kernel/gentoo-sources: drop 4.19.268

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-4.19.268.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 51da72caa84a..6bc1ec22bec4 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -7,9 +7,6 @@ DIST genpatches-4.14-314.extras.tar.xz 3656 BLAKE2B 
b5a48596912f85e798fdaf2145e7
 DIST genpatches-4.14-315.base.tar.xz 6039324 BLAKE2B 
fb61c62f58ca9d31761b3d635e48d47d1f8849f71079cafa12f2c09dc7e3bc8a5bf6aadcb5af35d89f829c21f8b15403725d4eeded2296294e4c60871d64ff79
 SHA512 
833ad046488de58b8602dc235a4e6410282e1cf99bd62f075e73996c07c2e3519da95c98cc15d8b92bad5dc5a90819beb87d805af552dc2dd37ea34f1757d0d0
 DIST genpatches-4.14-315.experimental.tar.xz 5708 BLAKE2B 
33786aded5e59e8bda4f20507e29fced88f5b059782d52ab9b943db553e475edf88e9e0013884dca40e30f742064629ddf4c70dae40d3e83a34bd1faaf4f35fe
 SHA512 
664d7c8f01fd03f18cec756e74719fb77f254b8416c21d1545f190bd9eb433f095484ec86190b1afa86521dc7b751ca8302fe3072a544acb74395dca6866511f
 DIST genpatches-4.14-315.extras.tar.xz 3656 BLAKE2B 
5eb652b720922c5c1d71eb4da728c3b807c9843e73c064b692eb8f84a5a32ea72309a7b358bf81c2f69858d28cf6127fb837fbe7b29dd23b419dd456170d93e5
 SHA512 
c073e3d1cf99926293fa98af7274bb393df4c137ce2432827dbbe0660d6404e6863a9c5cca90808eb707e11b550e2fffea80902d1d281d54d533bb5825bde3d7
-DIST genpatches-4.19-267.base.tar.xz 5855656 BLAKE2B 
b4d6829c04e09e0dd716b82fb58865b24ab4f69fe31e6e7ea5d3f9b249364155654c5b82d0c16597c566106825a4a435c713b6ff54b76beb3612528c5d029750
 SHA512 
e2003444d2add459efc201ab6a90e94288dd4df5caf1f69429029c6727052da165fff9f3e3ef217e040aeed88d213d2b893841556a1d3feb0a1e33ae62b93972
-DIST genpatches-4.19-267.experimental.tar.xz 5460 BLAKE2B 
0218d5f4cfdfdcfc3e4cd48c2badca7dc12ca6d768198ad4aa195ef4354da543d8c47673f774c1f7bd9fdf7da471be2bd78e937625b5561cc4a670c24d96acb2
 SHA512 
76f48dcb0f3ad99fa20a1dbe57240408488616cace550bd65b8d7205f85ba8c31033490de6e84de1c6d5bc0b5260f7118fbd82201a0c1c6daeb91e681420b27e
-DIST genpatches-4.19-267.extras.tar.xz 3664 BLAKE2B 
912ff8d25128d1e6b54d3d5e901495575a582a473e4264600de14562985ed8a061e9e04529fc068c1533bf7674dddc17b73495d6cb0f67f8dc7450612906e4c8
 SHA512 
354f5c9fe5abef8e2e47d8b47307c671aa5d9b7bf255cff74238c7f262de4f2a90a18473f70cad509a4b3b507e6799602e42dd097efff9bbe761b2fa2419933e
 DIST genpatches-4.19-268.base.tar.xz 5866076 BLAKE2B 
eab0f67b6ddc72c7d9ccd8073bf51ebc3998bbf6177973def77d0241f32e6a204fc14fcd2d58c31ebbb5492fab2aff12f96c64592dc611475c8dffcaba9faa9c
 SHA512 
0e501a12d97dcd8b9408e7c65eaa262d45a23b7db522054744749d219a0938f8306f88b3a11bc0715e29d8742a7168c4c89ba92a5fea03b32c997d582d54a8c3
 DIST genpatches-4.19-268.experimental.tar.xz 5460 BLAKE2B 
ff1b65fd218a0ac88f1f48be2a6f21aaa5a01f0609df74518ba34b42ca724ca7bc2fbe3841c1454db454162e7393a40cfaadefcf0faa150b41a1439ce260a9c2
 SHA512 
1812f45899972d821531843c294b34629396ac08eaac88fd26e229594690ebb64c80b139dde6aef1f3ecd904b7d75c9b56ea00d65f5076dd472dda0cf173f431
 DIST genpatches-4.19-268.extras.tar.xz 3664 BLAKE2B 
9a4401bb3e2d7b14a968af60f9e4a6ae6fb9a75cb76e7de340414de20a11040ddfabf6441f7b40a27df34703a9a6f659797aec3a4a17d75e9ccc404f235073ad
 SHA512 
9b58c6b5d7899443b20a42747f0e5b3b18016eaff75b9014960c5d72bfa93cfb988284a1474d051ac8e26331c8ec75b99c1f84df7b07cadc071d969f9981e77e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.268.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.268.ebuild
deleted file mode 100644
index b92b403d..
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.268.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="267"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Mike Pagano
commit: ea5ce532c5ed881ebe85e6341bf0308764b029f9
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:34:12 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:34:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ce532

sys-kernel/gentoo-sources: drop 6.1.5-r1

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.1.5-r1.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c59d98947e44..6b7454760215 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,9 +49,6 @@ DIST genpatches-6.0-19.extras.tar.xz 3804 BLAKE2B 
b3111f38985093d7ae6936f7ceedac
 DIST genpatches-6.1-10.base.tar.xz 591388 BLAKE2B 
5352d923a1df59c38cd1061ea9454041143a9786e4c81c195edb0e50ae9490f9629f2806482246c417db294a2ad9b643c9a6b38403c46c1b135c73a94506e6f2
 SHA512 
5ed3ea65e2ad63f4d59241b8e11f4de068564e5079c7fd6d511e9636867843e517b662f744577b615cbd572fa7313af260fb07c5c4e39e0cd114e4f315d3d777
 DIST genpatches-6.1-10.experimental.tar.xz 71516 BLAKE2B 
f4aea3abde7bc2cf1f0c58e4352ce3b4385de12d4fe9d5e13f4954c4cac6a382062ff88e76a7734e6fd3c25b044021abde37a706f65fe4a1d3f1f1b7da0c
 SHA512 
165d7e91b92e296df923cfc8787d0ab80d2cc07bba45097db15a695e0df8b4137c519263f1e0b95d9c0a6f64affe5bae7a9d7a3203eb0ca8229fc7d0a9bdc32b
 DIST genpatches-6.1-10.extras.tar.xz 3804 BLAKE2B 
2a713dcd63d5946368d0bf88fee904b05f3fceac266173aa3016c528cfb40eff98f7aeaca2fd67e52a02a39b80b430fd55c8abd65ff5e61dbb6e6cd6ee757282
 SHA512 
152c134efcd7ceeb233bd7d9211a871d6b4f633e4782ac73657d583e4f149763e37ad7cf0f19efbf1c4c25fc50f3c67167b15f024eabfcfcb016b1cb23c36ae0
-DIST genpatches-6.1-7.base.tar.xz 470576 BLAKE2B 
09a0d003fb9d121c51423d05729a9a72b27d5eb57e0e671d454cf14a8a72a1109a5d869ea25792602e3f7a53008d3ff7b568389b16400ff7bd04c9c1ee311a59
 SHA512 
80db2cdacffa2ac85830ebef934c33345dc113f5ccae252ad18201d322b7b4ad4bee5826e077cba4029f97e871fc16ce22fcd994d58cb787c71c74608834
-DIST genpatches-6.1-7.experimental.tar.xz 71512 BLAKE2B 
859ed2d30e1623526de98741ed3af523a1deb84bbde860e9b9713ce3f2b808c40db90af78aa6784fc29316661b1d40b1fd9986a01979ec59c1268db2c58cf601
 SHA512 
371a8d2b9e57325d07d9ebdc9793a367b9a982d37795162d05fe6cd714adf9d9f8b6f6b29c96026013ede227e3a0a0de492e2c05590cb88728c8168f5ccb4e6b
-DIST genpatches-6.1-7.extras.tar.xz 3808 BLAKE2B 
1640a94b258538c462e74f566b290e18a6c88a1993aad96e9442b40c498d8a8dd33b634816f53cd6ac39a1e95d9b0f9462d345970c706e3424ec6be8ff99d902
 SHA512 
e843e33fb1fefd0f3e0e426132ecf56dcc9702cca1d57cde74e4b43d414acc01e0334b3b1bf767391c2d1bbc4499d5e73508778b47ec849b256569392d77f84f
 DIST genpatches-6.1-8.base.tar.xz 477364 BLAKE2B 
29fa8d45feed6333883e1f4733ace6ed52b5424aeeada3e71917a0e3d85f87a7b99f0863ff468e678ee5631c6e0f0dd7c3a0115a58d80512ac1a27d58a2df149
 SHA512 
d1f32215ced0ed39cc1c6d224b1a12ae3f80bcc19f1ea23189e853367ebc661c74d17d335bd615c2fc1f3c21271f6f170a35caa38194b2dfd09f78e405739ae0
 DIST genpatches-6.1-8.experimental.tar.xz 71492 BLAKE2B 
0aea068983179672e69653af4c69a6189846324faaac7cf05085f1ec1d98b77a0d81e98f82d942fa54dc83af3d47b9c89352233d998e71ad1c5b7f26be76aa2f
 SHA512 
26420a0fed1147212a60776f2f401b25ca9d16e5a2ba2793d756f7426c3b0e20df41694205459d17bfd82c50834bcb3c67d3ea482a57276b79026220ae702683
 DIST genpatches-6.1-8.extras.tar.xz 3808 BLAKE2B 
af83b01895f1b3af4c0220a89b0dabc3642e578920475402c02dbe0300c520dbc621a2245eb66842addac48565c8b612198138c49491dca7909d594a9d2ef818
 SHA512 
22f9378bc7b4413d60672656c2e73bfbcc6debd10179a0eb2b523bceb5f3adeacecbd433ede3aa057143163a9cc2971d5023d73ac8187eaad59508dd229feba7

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.5-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.5-r1.ebuild
deleted file mode 100644
index 27607ceed7cc..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.5-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="7"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Mike Pagano
commit: a1fdc02340dc6d2ef1fd41be2b033267fe22c987
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:33:53 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:33:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fdc023

sys-kernel/gentoo-sources: drop 5.15.80

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.15.80.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8d0c78029b03..bbf53402bff1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,9 +25,6 @@ DIST genpatches-5.10-173.extras.tar.xz 3868 BLAKE2B 
e407ab499bdb66025b6a970de386
 DIST genpatches-5.10-174.base.tar.xz 4872732 BLAKE2B 
7198a28cd63f3a68899f39cdb8aabcd03dd7a5b6eec14d03135a18c04dc1412064544b6f20b62c19f6c86a247fba0ed64630c4718cd725015243272412c71ed4
 SHA512 
bbf400aaad4b3e817d530a5d732d9e601d92e4058359f48c6f522fa266026e20554610673c513b5d9d895f158146ea2b046517e26ac872d39c6975e7c1e57bb5
 DIST genpatches-5.10-174.experimental.tar.xz 16868 BLAKE2B 
a98416b9f3b256486f150cd1a62d4bf1cc9d2788f245a99b5bd97f678f05b0eff26f7d00ffb351f587a854e2e4eeedaa777f6c630a10880227fabfdead708d07
 SHA512 
e027cf4afd27eb90fa0187c3d2f68e5df0cba786a8af41f9e9a365c1e274da1ed290158ff153cba0907b7d55a0f6ae166189e96e1f09ac68d34183a16183fdaa
 DIST genpatches-5.10-174.extras.tar.xz 3868 BLAKE2B 
8a54440259b9dc9fbf8e7bf61c2193829e1c916e029b3a9fca7678698e17b4a71aca2fd3615e5f8f6466530f41cb0e6f09aea9d062b5c8d027aaf2deb6d7d51e
 SHA512 
db3d0513ac2b249d44eb0b69710643ae7c2edaf0f6161347d827f90e7f4f7946bd7307c1857aa813359c17902da72d58231deb210becf040df644029d3ff
-DIST genpatches-5.15-84.base.tar.xz 3361044 BLAKE2B 
355479d56f6234f63cdf7acad501784edc72f3e55ff6ac0e09ac26004c38aa30fff62893036ab413d0e8f1334a41568c59e075452b5c3909f88b8f48f0104748
 SHA512 
7a7a3b03d5aa348c7e4c5d4d7e4972c8538778367a9eb1984c1f0b3ab202ad27b92d1fd7f29dbc3fbc17cd413d3c1a571f5201355b27c22bf0f55bf7f0d57206
-DIST genpatches-5.15-84.experimental.tar.xz 5420 BLAKE2B 
c0447c336188b498ed5be31520efa81c6e763dfacef10d7084020bf9bd2364bcdb0d043ec87a391c33255c7c1a7f928964cd49c54281dee0f95aeae6d63a15f5
 SHA512 
6e2c4408b648a71973cfe1f3065fda20e63172a89886b1ed33ff326996fe0f7cb55e0fe42c71699788232d90182942a3bafa18b6f112c08c779034333b461e38
-DIST genpatches-5.15-84.extras.tar.xz 3932 BLAKE2B 
1729d46e8de60b40e69fdf7f63048d9c4142de4a4dfd75695f3303034b1b1732aee6c20a62a3f2d7b4b464e22babdd6261ae4249a79f79bcd7c817faef55ad5e
 SHA512 
223124d0323024c383ca342969404fcc514596364a90cc98bf8a8e0105e5c2420973a2efb6a47c732775a4672fcba4d3d4386a8fa5350e8ce8a98dcb6f5718fe
 DIST genpatches-5.15-91.base.tar.xz 3838856 BLAKE2B 
e42746d0b7342cd6e2ab1b6b907a202277365a4fe52df5eae5d3685c68efbcbce58ab1c6d00e0b89c1f581f6818ba830f35af96d40e1bbf80ac824b0be572715
 SHA512 
37b31c9f878dc1cc4c5446fe7810b6fb9caf556296e99975de1e37bde9e798f5f74e90cd6d825ae1f474bbd8ae31da3f07e5527d3ce6aff42761ce8425634949
 DIST genpatches-5.15-91.experimental.tar.xz 5420 BLAKE2B 
c946006fa74b472f40a8389832e482cd5c20d5ba620743e0986d62f298e47f2c3fd9b1a4a5232c628de9fc71a7a1ddd6bd29dad3c317507724c082ee29e3795c
 SHA512 
753284d7bab9453de103e87112c8df7eafe7bceb61c42267bf9462aaab636f1d51e017dad6ce2d7885c84449e8d67d0606fd3e53ee0671de7d6c8b130ea3aa26
 DIST genpatches-5.15-91.extras.tar.xz 3932 BLAKE2B 
139a9a7876504ce63abf76db63904b3b4330ab101ec7f0c97717ee83ff861595df31a36f5fe4fbaf3b70641e6029e399235a7ec3e26feb98522c57e6b4b5d71b
 SHA512 
9486f83b99c1f0bcd23e556229c7c0947be4fa097d688b510b6d57d94584e6fffcc9a2412c3620ceeffc2b347fad1ea1e12f58b2f0629cf93a2bde19f567ee5d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.80.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.80.ebuild
deleted file mode 100644
index f34d7ced4d07..
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.80.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="84"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Mike Pagano
commit: 9c733ef6a1f144b386b2084321de3cdfde0fc68e
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:34:00 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:34:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c733ef6

sys-kernel/gentoo-sources: drop 5.15.87

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.15.87.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index bbf53402bff1..c59d98947e44 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,9 +25,6 @@ DIST genpatches-5.10-173.extras.tar.xz 3868 BLAKE2B 
e407ab499bdb66025b6a970de386
 DIST genpatches-5.10-174.base.tar.xz 4872732 BLAKE2B 
7198a28cd63f3a68899f39cdb8aabcd03dd7a5b6eec14d03135a18c04dc1412064544b6f20b62c19f6c86a247fba0ed64630c4718cd725015243272412c71ed4
 SHA512 
bbf400aaad4b3e817d530a5d732d9e601d92e4058359f48c6f522fa266026e20554610673c513b5d9d895f158146ea2b046517e26ac872d39c6975e7c1e57bb5
 DIST genpatches-5.10-174.experimental.tar.xz 16868 BLAKE2B 
a98416b9f3b256486f150cd1a62d4bf1cc9d2788f245a99b5bd97f678f05b0eff26f7d00ffb351f587a854e2e4eeedaa777f6c630a10880227fabfdead708d07
 SHA512 
e027cf4afd27eb90fa0187c3d2f68e5df0cba786a8af41f9e9a365c1e274da1ed290158ff153cba0907b7d55a0f6ae166189e96e1f09ac68d34183a16183fdaa
 DIST genpatches-5.10-174.extras.tar.xz 3868 BLAKE2B 
8a54440259b9dc9fbf8e7bf61c2193829e1c916e029b3a9fca7678698e17b4a71aca2fd3615e5f8f6466530f41cb0e6f09aea9d062b5c8d027aaf2deb6d7d51e
 SHA512 
db3d0513ac2b249d44eb0b69710643ae7c2edaf0f6161347d827f90e7f4f7946bd7307c1857aa813359c17902da72d58231deb210becf040df644029d3ff
-DIST genpatches-5.15-91.base.tar.xz 3838856 BLAKE2B 
e42746d0b7342cd6e2ab1b6b907a202277365a4fe52df5eae5d3685c68efbcbce58ab1c6d00e0b89c1f581f6818ba830f35af96d40e1bbf80ac824b0be572715
 SHA512 
37b31c9f878dc1cc4c5446fe7810b6fb9caf556296e99975de1e37bde9e798f5f74e90cd6d825ae1f474bbd8ae31da3f07e5527d3ce6aff42761ce8425634949
-DIST genpatches-5.15-91.experimental.tar.xz 5420 BLAKE2B 
c946006fa74b472f40a8389832e482cd5c20d5ba620743e0986d62f298e47f2c3fd9b1a4a5232c628de9fc71a7a1ddd6bd29dad3c317507724c082ee29e3795c
 SHA512 
753284d7bab9453de103e87112c8df7eafe7bceb61c42267bf9462aaab636f1d51e017dad6ce2d7885c84449e8d67d0606fd3e53ee0671de7d6c8b130ea3aa26
-DIST genpatches-5.15-91.extras.tar.xz 3932 BLAKE2B 
139a9a7876504ce63abf76db63904b3b4330ab101ec7f0c97717ee83ff861595df31a36f5fe4fbaf3b70641e6029e399235a7ec3e26feb98522c57e6b4b5d71b
 SHA512 
9486f83b99c1f0bcd23e556229c7c0947be4fa097d688b510b6d57d94584e6fffcc9a2412c3620ceeffc2b347fad1ea1e12f58b2f0629cf93a2bde19f567ee5d
 DIST genpatches-5.15-92.base.tar.xz 3843196 BLAKE2B 
1a70c672f4ceda221611ba1bad20fc4e791a51e27f412995308cb7f39962c6e237efc1bb7912c67b8e3dabaffce3bb6ceb55d62f4f12b79671910b70c1e7a8dd
 SHA512 
33390b3e24783405971f2eacb24e715faf841a66e477a03d4055d61694fa72694d7563d799b95d47037ad0d7e7c234e56c894ddd7cd1dba59077efb901bbba26
 DIST genpatches-5.15-92.experimental.tar.xz 5420 BLAKE2B 
9f091fe8429c6479c27819dfe6cd0ac04cc7f35d2af28cd69c6a8f9498664162343ce63de56c77aa3a14e70f638e741e3ffbe08c26a2cbfceca2b9bd6fd852cf
 SHA512 
513f465509cb644e1420161bc909b7a1adc155ae6d7d7af4f0362d4fea4e7dcf5912cadb6737c1d33ed5b5b8dc5ab1b0de15c81bddd4d380b069307d1dc0d4b0
 DIST genpatches-5.15-92.extras.tar.xz 3932 BLAKE2B 
12936d0ac139d69f2e5947436ffd34add80625aa383aa23e51b4419a5e2ad3c38ace4d69c9e7066bfeae32ab727013e602c3a1c3424e128562597c517c7e5903
 SHA512 
6595eca7525db97672a15275228dbb9b14e7e234514b549e0fc17daeda4b48d298f6dbcde46e5862fe02bac9f50ffd7b05d82a174541469456289bdc6eb7f4b1

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.87.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.87.ebuild
deleted file mode 100644
index 3f2828556ca2..
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.87.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="91"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Mike Pagano
commit: 4a661d24dd680cfbc5b987849a6440bf82e4514d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:32:36 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:32:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a661d24

sys-kernel/gentoo-sources: drop 4.14.300

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-4.14.300.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1678664957e4..5f2b9299df45 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,6 +1,3 @@
-DIST genpatches-4.14-311.base.tar.xz 5957300 BLAKE2B 
aa47af151bce4193e96f53bd94bd851adc2528a173f33c101729dc74ab006e4ebc94f8d4d95dea0e6a96bed4d1cd109c325c03b9a65b56aed90915f8dd1d43b9
 SHA512 
7ab251f4988de4df9dcd5911ac8e16deaa09f33eb52d55c0032c84bb85ad03a089244881e750fc9b7eccd3d982fdea0a53e31206c94527cf1a42a600df21d46f
-DIST genpatches-4.14-311.experimental.tar.xz 5708 BLAKE2B 
711ca81bf725b3339a987bd2bed1e65be9b67910a7b55ed1c656bf9ac40fd3239b7504b083a2b1b13a710b4273e71d96960298427ab184fe2aae337cb5f6998c
 SHA512 
2e0bcf2cc70f34a473f7fe32d64c630f02e2f7b3fd779734d37bdbc15eedcd4fd0b43851d59a0d5238e4fb49bf455e9d2ce350f696ea7a203f5081011c59b60d
-DIST genpatches-4.14-311.extras.tar.xz 3656 BLAKE2B 
86df2db6fe9b49f498475900bcfcae7c14862800b911285aa4df1ec2e40a877b4b1ad4e594b331291c70fe59199d9d47969d05a8385caaa889d2b7850383ba6d
 SHA512 
6db2cbc3a8bc4224db523a160d89bb089f481f9dcfea268e3d6b7978b9a45c752d116a658955034d334c0770e867975e3e14054e3bb4c4c1c5d0886032f0173c
 DIST genpatches-4.14-313.base.tar.xz 5980128 BLAKE2B 
58ccfb6e2adaac90eea9d205b010176f9e9ddf802b3bb8133bdc4bc7ef7288357827d2f752e0b646a135407f8787855396e0d9d84a02b042463713e7652e1d31
 SHA512 
8b66fe30afb0a9118d47d3ba0464da673df4e714e6ee5632fdfdb05e1055ce30fff189abc8fb5c4ac9b8fd017cdf1abcfbaeb819f3697a883b7b9c35f070cecd
 DIST genpatches-4.14-313.experimental.tar.xz 5708 BLAKE2B 
0e49dfe6b66553bc8ae919e0d1ba40ea41e9934c1b89223b7e891ad8588c268ae2bb423ed7dac9fc1a770022f4bcfe4452b81cfa4f9a4a46de2998db2a197665
 SHA512 
79b4a3457c85c1931d9bd7da8e28283090b31b48e4216c52f3274a1b8e73aff06575450bb9a63e808b271bf274911e84fcb4a806788652a594b192e53fcb576a
 DIST genpatches-4.14-313.extras.tar.xz 3656 BLAKE2B 
fc628f367d77b737e998301f6b2d9ac9974ee637db68f549bc15de7b71973d6b8fa878055b5cbc307e19f3818b93babef8a683b2eea7502adba2de40c84de3f4
 SHA512 
b070563b582192bc8dc57165238ccc31af380c49c86543d81ab6733449e37665725fbb9c14bde111ceaa06e7f18ee89457e11b142bdc23e28ff8e4d41cf03a13

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.300.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.300.ebuild
deleted file mode 100644
index 08408bc88c0b..
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.300.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="311"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Mike Pagano
commit: a9688063c7080bdfdbd03dd6a92f638639a19015
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:33:24 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:33:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9688063

sys-kernel/gentoo-sources: drop 5.4.225

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.4.225.ebuild   | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 6bc1ec22bec4..031ad0f3d0f1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -43,9 +43,6 @@ DIST genpatches-5.15-93.extras.tar.xz 3932 BLAKE2B 
5bf45ac0d03e9fce3fad0ff4fa378
 DIST genpatches-5.15-94.base.tar.xz 3895440 BLAKE2B 
20c0f62124507de410d5a7c08b68d10a8ccae7be39588de1fa6b0e6b314fac937c0a47583a56cca4cfbcc658a0dcc57fbc3398bf601bb14897f89254db9379b4
 SHA512 
3843809ed14d94199945bf748bcf817a9b474b063c53e4652c3d4a1e87ca2c077de18c58f69fca0954e5e5c2ad614cb119dbc659ed100a36abd758711bd02b74
 DIST genpatches-5.15-94.experimental.tar.xz 5416 BLAKE2B 
8151ed8b755da3e9d6642ec23285e00cf7fce5e43b5421d0e3fb62906c278244398632ac4f548e251b6e1f3585d7f1ae5210892a0877aa3dfcd89387d85f1238
 SHA512 
ff862fe2e0d087981d593c808f374974329b1f932b669ee33db2524a557e0a78b47c3ab0619aec611efb68a56b91e0700a38781885f1642799cbccc0d79b
 DIST genpatches-5.15-94.extras.tar.xz 3932 BLAKE2B 
d29c5514f83ebc748f4187c255e985aabab31bb6a64bd0124ec1b9655fa183f5ac1cf173dfaf1a3cf1a7f9ee2bc5c10bdf83524af312778197a6e4879250432c
 SHA512 
15346f1d3aadb0481bcc0e521a4e335a6d3ff00ec45f0386577efb6c9798b871f17b47af77880bb7d8a8b2b530dc1b4c79047f916c87d1babba103b8a61e5efd
-DIST genpatches-5.4-230.base.tar.xz 5241272 BLAKE2B 
59a4ad6f7b2f3380e5521a2d48e7da526bb8dc177d04c147e5699b75efd76e62e94b97a96d7d2f50c70fdd684c57f76f1a0017fafc223f7a31f7d26ef24a5365
 SHA512 
f69615ad62cef31b53cb89ce072760e17f9f22a40217ca1057e34939ed2fbaadafea2811e68fbbb91f62aeb630d4ca71ed63442efa5448c1e44554a4cbb57b12
-DIST genpatches-5.4-230.experimental.tar.xz 16912 BLAKE2B 
993d8daee45da9acd7c54828694637c3e154f9df403a5e4c3bbd917d8459b00ec2b1ba2c370aeb69b39b7cca86d8c29305c04a6e619f616424287ee0b50d7f4d
 SHA512 
779078a726e6b247bd84f5c9454473b902204f73bb02e536af4e199b769479ee72319ea9741222849db94bfe8f1e61577d4f884970b9c3b79bb34110e1dd4b81
-DIST genpatches-5.4-230.extras.tar.xz 1812 BLAKE2B 
62c614ec2f856867ab6e6953fcbe533fba508263a2f0e0f9e422ba9c4f159af9564d8ad57368f4e8a9e645302b3cdc8ef1ac5a626cb8e18380c025f3290ba56a
 SHA512 
911595072c899538d66313d24585df62a9dd4e44e46980b14e1b6d0c61a64d55b6a66e4b30cae49965900bbbe634c2ebb36aac1d084038829da2a1a59b721186
 DIST genpatches-5.4-233.base.tar.xz 5294692 BLAKE2B 
357046687c6f2797d5d7090dad357e00675eed329ccef44223dd476551cf04e9f711f1020144cfc59796657cb5b1e6d76b607ecb164e27636869a8bc8984f567
 SHA512 
45f6b35dbca12e8b9e6a9f99d12c44e47a6e471e5091ab75c42346f1d8bc12dc454cbb335f1549b497842c2d9f13a5930c80b5000cb86bd3db7b03347dfebcf4
 DIST genpatches-5.4-233.experimental.tar.xz 16900 BLAKE2B 
8f1644021d72c6238a65c57f4bad157aa2599ae864f2de8f9cfa6f712554f7ddf6112b22c61c94e3e25f10e25823d63d62ff76d2c741b782ff40c089986f02a2
 SHA512 
ad9adf48a34c09fb91b0d9d9101dafd2db8680056e03552fcacbda36cdffb6c2e00faa52d16e8ae3867fd34391cb004ea6539c122876f32769aaaea4e6b6f4a7
 DIST genpatches-5.4-233.extras.tar.xz 1812 BLAKE2B 
abedf631da893391a98a98cf48d264f9eaf9f9f7811bf595c36a774c8dde21f105afaf6f4e113e04de472bd6ce0c759bd41fd95aa980b7e05499d8571f3e8a44
 SHA512 
16b09d0a4465123079360ef9f070e0c163f45f9784714e98fe53f7174e836fe7b2562af01e5c2dc932571bb3eafe2d9afedfd60b5c8467bd8410de651ab82473

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.225.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.225.ebuild
deleted file mode 100644
index 98ac411e5b7f..
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.225.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="230"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Mike Pagano
commit: 05e610e06dfad80b5120796598c8e6e1af42f2e1
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:33:01 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:33:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e610e0

sys-kernel/gentoo-sources: drop 4.19.267

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-4.19.267.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 5f2b9299df45..51da72caa84a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -7,9 +7,6 @@ DIST genpatches-4.14-314.extras.tar.xz 3656 BLAKE2B 
b5a48596912f85e798fdaf2145e7
 DIST genpatches-4.14-315.base.tar.xz 6039324 BLAKE2B 
fb61c62f58ca9d31761b3d635e48d47d1f8849f71079cafa12f2c09dc7e3bc8a5bf6aadcb5af35d89f829c21f8b15403725d4eeded2296294e4c60871d64ff79
 SHA512 
833ad046488de58b8602dc235a4e6410282e1cf99bd62f075e73996c07c2e3519da95c98cc15d8b92bad5dc5a90819beb87d805af552dc2dd37ea34f1757d0d0
 DIST genpatches-4.14-315.experimental.tar.xz 5708 BLAKE2B 
33786aded5e59e8bda4f20507e29fced88f5b059782d52ab9b943db553e475edf88e9e0013884dca40e30f742064629ddf4c70dae40d3e83a34bd1faaf4f35fe
 SHA512 
664d7c8f01fd03f18cec756e74719fb77f254b8416c21d1545f190bd9eb433f095484ec86190b1afa86521dc7b751ca8302fe3072a544acb74395dca6866511f
 DIST genpatches-4.14-315.extras.tar.xz 3656 BLAKE2B 
5eb652b720922c5c1d71eb4da728c3b807c9843e73c064b692eb8f84a5a32ea72309a7b358bf81c2f69858d28cf6127fb837fbe7b29dd23b419dd456170d93e5
 SHA512 
c073e3d1cf99926293fa98af7274bb393df4c137ce2432827dbbe0660d6404e6863a9c5cca90808eb707e11b550e2fffea80902d1d281d54d533bb5825bde3d7
-DIST genpatches-4.19-266.base.tar.xz 5836628 BLAKE2B 
4863ff407d7de8961db9fc96a636f97b21f61bdfc406b8494b53d5c1e252c50274f90ecdd880c2e13c1cf27522075405ee46e03090eb7e04a48d87137d86d1cc
 SHA512 
d218d4450bfd39054158e17b6fe0d61cdffca76e1e9fcd65a4b686221932fb6e192dd3781991e21dfff48d6730736fa6db5fa6817af3f9f53f6800dc3941ea81
-DIST genpatches-4.19-266.experimental.tar.xz 5460 BLAKE2B 
c62afd7cdcb181aa0d233496abbc97b17d4e65a78913caf60fd4c92d8c30f1db05c66d324c7e38b8b9ea72a6453ba3884976ae8749a238120869ffe29fced727
 SHA512 
cd5362a46e37503f7435f4ec261f128e49cc1d7d4048b54b0a1a6a0b08d2e6df8f3e21c41198ac20c4e675577184c993bc8e6f2ca55a9303ef65afd91413e255
-DIST genpatches-4.19-266.extras.tar.xz 3664 BLAKE2B 
6d5d8369a188591c26f99c7a8cae55d65dc29d3cfc9baa3f9af183398c953fe4131d2a5835b9e9529c6396bbf791cc3ae35d01ed3df3cfde438bcf1b8760cc76
 SHA512 
acf42f1e355a8d99770ed48a05818dc93b252aba7c798ad4993b8bd0f9ea92de884af3ffbc8a16d786d7e669e7601e10083ecf9a43d6178f5818fc3ec2875889
 DIST genpatches-4.19-267.base.tar.xz 5855656 BLAKE2B 
b4d6829c04e09e0dd716b82fb58865b24ab4f69fe31e6e7ea5d3f9b249364155654c5b82d0c16597c566106825a4a435c713b6ff54b76beb3612528c5d029750
 SHA512 
e2003444d2add459efc201ab6a90e94288dd4df5caf1f69429029c6727052da165fff9f3e3ef217e040aeed88d213d2b893841556a1d3feb0a1e33ae62b93972
 DIST genpatches-4.19-267.experimental.tar.xz 5460 BLAKE2B 
0218d5f4cfdfdcfc3e4cd48c2badca7dc12ca6d768198ad4aa195ef4354da543d8c47673f774c1f7bd9fdf7da471be2bd78e937625b5561cc4a670c24d96acb2
 SHA512 
76f48dcb0f3ad99fa20a1dbe57240408488616cace550bd65b8d7205f85ba8c31033490de6e84de1c6d5bc0b5260f7118fbd82201a0c1c6daeb91e681420b27e
 DIST genpatches-4.19-267.extras.tar.xz 3664 BLAKE2B 
912ff8d25128d1e6b54d3d5e901495575a582a473e4264600de14562985ed8a061e9e04529fc068c1533bf7674dddc17b73495d6cb0f67f8dc7450612906e4c8
 SHA512 
354f5c9fe5abef8e2e47d8b47307c671aa5d9b7bf255cff74238c7f262de4f2a90a18473f70cad509a4b3b507e6799602e42dd097efff9bbe761b2fa2419933e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.267.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.267.ebuild
deleted file mode 100644
index f20a7cbef023..
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.267.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="266"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Mike Pagano
commit: 0dcfb76d459f61f9555fe8d406dbfbbf0eae15d9
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 25 13:33:40 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 25 13:33:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcfb76d

sys-kernel/gentoo-sources: drop 5.10.156

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.10.156.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 031ad0f3d0f1..8d0c78029b03 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -16,9 +16,6 @@ DIST genpatches-4.19-269.extras.tar.xz 3664 BLAKE2B 
f76f5ee25db0d5af37c867cfebb7
 DIST genpatches-4.19-270.base.tar.xz 5970512 BLAKE2B 
6cb2739282b2a05444caa7c3250d0133e269365b8dc21d3c6efb23b76304a5c2494847b59487a0101f1759a041553bb1237eb7befda1857850832c8b0c5eb9bc
 SHA512 
c139ea5c6ada0271c73eef6e3bee9158391243e16bb3dfeabdda556eb7776b934c6c85dc1729f7e3781f5fc50679d16fba883e0eba4af709282c58d8a66958cf
 DIST genpatches-4.19-270.experimental.tar.xz 5464 BLAKE2B 
6341872dad85ac13799b3e7c20323a089d00957c0e2095c74dec5216213ebdf974a78d6bcba96addfd7c54ad52b15feb2639ef4df355173e74076d47b4e32f59
 SHA512 
7af14c231d8cc70fee5f9f94ec91c26fe3808863bc6cff1564dd4bdf263adc8390815c56027be12048474251b7a8074b0d26bc953b3c3f0cf8e54dc845f5e9fe
 DIST genpatches-4.19-270.extras.tar.xz 3664 BLAKE2B 
50843cd307477023e1005bbaa0e49f0855503bb1251655f593c6f0aeb06d32fc11ca6e05fe7a8cd00617ecae5233ddbdb3745440d112319a94743a665d2ee484
 SHA512 
1d04514c502f7df3d09dd1a28a4fcb7da74703395156dcee6f48df44dd854b1ac8ece2788c2b37742f395775d277c44eca8433f1567ff5967928dddbae1c20a7
-DIST genpatches-5.10-165.base.tar.xz 4410392 BLAKE2B 
67300432c6ae3009843c2dbdb514228296716b3fe884cec9307ae75c1848839633e504d287fb059f7766f7ff545fdab0566b79938d06053b1c82d2aa6f928f7d
 SHA512 
208dc3840efce5d0c2e57926ea7a29890f3998b56fa2def90046cdc1358dbd22a8a597aacca754f60b7b742c65a9e541fdbc5b57b9838fec287eec8131fa2023
-DIST genpatches-5.10-165.experimental.tar.xz 16876 BLAKE2B 
0698ca3769ca3f01dfbade8772d39d70daa9dcb3580a9e01896774b1fe7756b7458c42f8dcc4b0c892bb7d241d1b47fa8b39bd05e78780ed883f4ab0500600df
 SHA512 
6c257ab3fc025183fe69e990ddaf38581e10e7d4da7c4c080bab3212e4ebaccca98deb43e6d3228bc54f5ee2ba1e35bfd91c5091575967058825cc6af5aaf69c
-DIST genpatches-5.10-165.extras.tar.xz 3868 BLAKE2B 
1cf0214ea5d61c180a97e99697889bb0ab5b1e7a3a7c0f3c3492e9de424af586975dde56e9d8d24c0222f88872d27cdb763c02cdb64e293e755a6ea107e22a23
 SHA512 
b1a18819991cbc9265bd0aafe0ad4d20402efd6e96c7d68f509bdec0177cc4509d9f71b8dc41b906643498ebb9f51721df31fdaee6dd69652c01237fcb69717d
 DIST genpatches-5.10-172.base.tar.xz 4831748 BLAKE2B 
46acfe58044df90c98057fc25903c1af1ff3baccace354659b79b939ca6b2054488c8823c456620880e4af9221e0d26eadfd355aaccf4679989ce2e6077507e5
 SHA512 
8951a10959454b515269be97e163e73aa7cc8374abc7d0fa73243f67944bd1592051736ec06e2ce29ee01d4e0b79ec783d30b40664105f12aad24c9c4cff0a33
 DIST genpatches-5.10-172.experimental.tar.xz 16880 BLAKE2B 
ffcc645c2f82fa05d2bd07da4be09355a082de32f9192144917c1ec7f32038f07cf08c243087a20acf8efc8cf9b412b95bf9e1dd5e677f9f03e0ad1f9a6a1ae2
 SHA512 
baa241b96a5ff3aeb5db574843065db8714a91d7b3b33fcc83c917e4b092501b3479b05537901a3cebb86b7fedff82dbf5e861ff2d37d8c514131e1959940d44
 DIST genpatches-5.10-172.extras.tar.xz 3868 BLAKE2B 
32ee2c036c224c800ce53fa94d8f6676c70023bb733cef143355ed5907a4815cb252bc43d1660bedd841dffc814c15a9016d8c0d43b80ece58c9f4bf77c472eb
 SHA512 
10372d1ab1d8bd73dc1c7412498cfb5ce91dc74d5e40c6497aeac24fb71d9c007d03cdbe58b2b7d6304af11816a4981cfc4bdefcd39da19009cb2f0bef9ba5ea

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.156.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.156.ebuild
deleted file mode 100644
index d640b94c9f13..
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.156.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="165"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-01-25 Thread Andreas K. Hüttel
commit: 50ce3835c28fd0a8ca6bf6bbdc8e15e78c9963e4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jan 25 13:20:05 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jan 25 13:20:05 2023 +
URL:
https://gitweb.gentoo.org/proj/gentoo-ecosystem.git/commit/?id=50ce3835

Version bump, make pdf

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 gentoo-23.01.pdf | Bin 0 -> 121937 bytes
 gentoo.conf  |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gentoo-23.01.pdf b/gentoo-23.01.pdf
new file mode 100644
index 000..b669185
Binary files /dev/null and b/gentoo-23.01.pdf differ

diff --git a/gentoo.conf b/gentoo.conf
index 762cda7..05883d4 100644
--- a/gentoo.conf
+++ b/gentoo.conf
@@ -5,7 +5,7 @@
 
 infoBoxTitle = The Gentoo Ecosystem
 infoBoxTitleSize = 40
-infoBoxText = Version 21.08
+infoBoxText = Version 23.01
 infoBoxText = D. Robbins, mitzip - funtoo.org, A. K. Hüttel - gentoo.org
 infoBoxText = Thanks A. Lundqvist, D. Rodic - futurist.se/gldt for gnuclad
 infoBoxText = Published under the GNU Free Documentation License



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

2023-01-25 Thread Florian Schmaus
commit: dc4f88ad12ee38b4998539b8aaa5e6f0a9dd1a9f
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Jan 25 13:16:53 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 13:16:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4f88ad

sys-process/below: stabilize 0.6.3 for amd64

Signed-off-by: Florian Schmaus  gentoo.org>

 sys-process/below/below-0.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/below/below-0.6.3.ebuild 
b/sys-process/below/below-0.6.3.ebuild
index 57109bfb4efc..6402741c6075 100644
--- a/sys-process/below/below-0.6.3.ebuild
+++ b/sys-process/below/below-0.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -244,7 +244,7 @@ SRC_URI="
 "
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 ISC 
LGPL-2.1 MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 BDEPEND="
sys-devel/clang



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

2023-01-25 Thread Andreas K. Hüttel
commit: 132359e70bb5db19c765245ecd30de407ce51341
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jan 25 12:28:01 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jan 25 12:28:01 2023 +
URL:
https://gitweb.gentoo.org/proj/gentoo-ecosystem.git/commit/?id=132359e7

Clean up

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 gentoo-17.01.pdf | Bin 160462 -> 0 bytes
 gentoo-18.01.pdf | Bin 162238 -> 0 bytes
 gentoo-20.08.pdf | Bin 132543 -> 0 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gentoo-17.01.pdf b/gentoo-17.01.pdf
deleted file mode 100644
index 809d680..000
Binary files a/gentoo-17.01.pdf and /dev/null differ

diff --git a/gentoo-18.01.pdf b/gentoo-18.01.pdf
deleted file mode 100644
index 72153a0..000
Binary files a/gentoo-18.01.pdf and /dev/null differ

diff --git a/gentoo-20.08.pdf b/gentoo-20.08.pdf
deleted file mode 100644
index acd44c6..000
Binary files a/gentoo-20.08.pdf and /dev/null differ



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

2023-01-25 Thread Florian Schmaus
commit: 3c1560796223a5ad9d3142d6151551b7f926144f
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Jan 25 13:10:27 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 13:10:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c156079

app-text/xml2rfc: add 3.16.0

Closes: https://bugs.gentoo.org/889258
Signed-off-by: Florian Schmaus  gentoo.org>

 app-text/xml2rfc/Manifest  |  1 +
 app-text/xml2rfc/xml2rfc-3.16.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest
index 3b0945325b71..dd022a7b8995 100644
--- a/app-text/xml2rfc/Manifest
+++ b/app-text/xml2rfc/Manifest
@@ -1 +1,2 @@
 DIST xml2rfc-3.15.3.gh.tar.gz 2857354 BLAKE2B 
936c1f0c37d8de85b7a9966b6239da55dca090c3cb3e712a1198683244e436ccf6827fc6d00325e8c13a7be829af6954d311f690e4aa0367f2399c4d5cf9321f
 SHA512 
3022bfc071e9bbef2e8e6b73c9c6539690e18f0935e3d22f99d1fc3faa642b75f998d6dfbd8d8c019f7fc789c38957994e06667870638dff8e907c928578c904
+DIST xml2rfc-3.16.0.gh.tar.gz 2859379 BLAKE2B 
537815a648b9f5ed59b37a82a29ee092b7e2ad3d10c191a08c752a43d3aed0b81270a855b3a3ee1df935a1d14192715e62f82fe15c2de98eddf329ac554a4ba5
 SHA512 
893a71bd33c6971103188e624b91d1370f8324bb2316a542fa9496c02368875582b57336e57abd8753e207d80a5aed508c15407ea734056f91002dde9aafdad2

diff --git a/app-text/xml2rfc/xml2rfc-3.16.0.ebuild 
b/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
new file mode 100644
index ..0f99e95f2f55
--- /dev/null
+++ b/app-text/xml2rfc/xml2rfc-3.16.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generates RFCs and IETF drafts from document source in XML"
+HOMEPAGE="https://ietf-tools.github.io/xml2rfc/ 
https://github.com/ietf-tools/xml2rfc;
+SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+
+RESTRICT="!test? ( test )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   test? (
+   >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   dev-python/dict2xml[${PYTHON_USEDEP}]
+   dev-python/weasyprint[${PYTHON_USEDEP}]
+   media-fonts/noto[cjk]
+   )
+"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+   dev-python/intervaltree[${PYTHON_USEDEP}]
+   dev-python/google-i18n-address[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}/xml2rfc-Remove-broken-test.patch"
+)
+
+distutils_enable_tests setup.py
+
+#src_test() {
+   # https://github.com/ietf-tools/xml2rfc/issues/561
+#  emake tests-no-network
+#}



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

2023-01-25 Thread Florian Schmaus
commit: 085d9c99100158efa0c8d6df458cb9e339d8f6fc
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Jan 25 13:05:10 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 13:05:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085d9c99

app-text/kramdown-rfc: add 1.6.21

Signed-off-by: Florian Schmaus  gentoo.org>

 app-text/kramdown-rfc/Manifest   |  1 +
 app-text/kramdown-rfc/kramdown-rfc-1.6.21.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/app-text/kramdown-rfc/Manifest b/app-text/kramdown-rfc/Manifest
index 5891e2b12f48..cf43b9358876 100644
--- a/app-text/kramdown-rfc/Manifest
+++ b/app-text/kramdown-rfc/Manifest
@@ -1,2 +1,3 @@
 DIST kramdown-rfc2629-1.6.17.gem 55808 BLAKE2B 
7b3d8359eab9dc9ac9a2beeba74c541a75a9d92418f8f2f16798fb893a45c8347d4c51f11eb9d3032adae71324c5c67a0dcd809c8be06acd831a3615759f3b55
 SHA512 
e2284db908fa1ef5aa9b36ff6868b11d87a7e6622dce3c540878661eae837b378ed913af12df35d86b5cc8c233ae55e3ad981471390717b2ead3fcd0f3ca781e
 DIST kramdown-rfc2629-1.6.18.gem 55808 BLAKE2B 
536906e3f54d202808a06e8e86f4f431b3d30349056644c30fea7e9e57b5586d0a97f9e7e2a1511ddc68a33bf6115c94edc20d98057d84840871fba00a9d
 SHA512 
911a7a898567f5e085a788d8fbf135d8323af9d2e587ab302a43719f5a7abc820604c2d36eb6ac569dd999e7d08a3ee7a058eeb41c156ec1e295ce3ce9ed194c
+DIST kramdown-rfc2629-1.6.21.gem 56320 BLAKE2B 
80946169b6041d4f8011a93dc9c8fba82ef32a117d11fd9002704bf80a68caab21991edf9e74440e90853e2bcc41f13cd37256b15c8775d6cdf2b1a60ddf3d90
 SHA512 
3c5ad31d302a0b6ea87b2380aa95a2d1410b50fc6708623ec691e4dfe1dac71b27c5a79aae9f275ffeca577049eb615bdbe03481d5cb6036ca46ed5b8404355c

diff --git a/app-text/kramdown-rfc/kramdown-rfc-1.6.21.ebuild 
b/app-text/kramdown-rfc/kramdown-rfc-1.6.21.ebuild
new file mode 100644
index ..f1767b5f8329
--- /dev/null
+++ b/app-text/kramdown-rfc/kramdown-rfc-1.6.21.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+# The software got renamed from kramdown-rfc2629 to kramdown-rfc,
+# however the gem coordinate is still kramdown-rfc2629.
+RUBY_FAKEGEM_NAME="${PN}2629"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown 
markdown parser"
+HOMEPAGE="https://github.com/cabo/kramdown-rfc;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+ruby_add_rdepend "
+   >=dev-ruby/certified-1.0.0
+   >=dev-ruby/json-2.0.0
+   >=dev-ruby/kramdown-2.4.0
+   >=dev-ruby/kramdown-parser-gfm-1.1.0
+"
+
+all_ruby_prepare() {
+   sed -i 's/json_pure/json/' ../metadata || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/mill-bin/

2023-01-25 Thread Florian Schmaus
commit: 67a16492cbf895416fea1142669bb5a926b675cb
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Jan 25 13:09:46 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 13:09:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a16492

dev-java/mill-bin: add 0.10.11

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/mill-bin/Manifest|  1 +
 dev-java/mill-bin/mill-bin-0.10.11.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest
index 25dc0c36c50f..783f60960e5e 100644
--- a/dev-java/mill-bin/Manifest
+++ b/dev-java/mill-bin/Manifest
@@ -1,2 +1,3 @@
 DIST mill-bin-0.10.10 71059080 BLAKE2B 
acca082500d69ad87031dda36df363db38a5559188abc5eeea07b928892812063761566d4b909b3176e8a8a1d434540aafebfea0a46f368216c8273543817b34
 SHA512 
8bd4b3f86d6c85a15ee62c4ab3640d40f0e08232e1954a246915efa4f98f6cc78938cf042180f401daa1a40dad5ba98d7e3a2c4ecf2af6f0d27a3158157b2e0a
+DIST mill-bin-0.10.11 71060980 BLAKE2B 
05e0969685a3f2eef84709c8fca97c5b902db46ec2afdeca435a68ac24f99c3b674ed47227d2a13665de38c99b841bfaaf90eeb59577fe7337befbe5363b233e
 SHA512 
bbe63bf68f3cb4c5bf8f4dde2441b10337ee72645e388942dd8d2ea69e16b54c10bfc85a89047ddffbc76a623dd6886c4553be25b2accb97bd69aeb0a03650bc
 DIST mill-bin-0.10.9 71023828 BLAKE2B 
6cd71ad3a293b92957b504b850110103290f0017416c370f6de172247e96a42daffe94f7460325bff89b3136e3890eddb0ff7857418a0166327684e785a8e956
 SHA512 
494ad57e036180a285e44ff24ab8a7070b1b444e4267eb9ea76823f3717db4ca7bcab17013932764ed04fd7127272d87fef08cb59bc43ae257a76fdd715581e9

diff --git a/dev-java/mill-bin/mill-bin-0.10.11.ebuild 
b/dev-java/mill-bin/mill-bin-0.10.11.ebuild
new file mode 100644
index ..9a8976de48b3
--- /dev/null
+++ b/dev-java/mill-bin/mill-bin-0.10.11.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=${PN%-bin}
+
+DESCRIPTION="A Java/Scala build tool"
+HOMEPAGE="https://com-lihaoyi.github.io/mill/;
+SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly
 -> ${P}"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND=">=virtual/jre-1.8:*"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   newbin "${DISTDIR}"/${P} ${MY_PN}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/autorandr/

2023-01-25 Thread Florian Schmaus
commit: 8dfa48c691c7defba369ea7debb931ec182cd0f4
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Jan 25 13:03:32 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 13:04:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfa48c6

x11-misc/autorandr: add 1.13.3, drop 1.13.2

Signed-off-by: Florian Schmaus  gentoo.org>

 x11-misc/autorandr/Manifest | 2 +-
 x11-misc/autorandr/{autorandr-1.13.2.ebuild => autorandr-1.13.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/autorandr/Manifest b/x11-misc/autorandr/Manifest
index 3fc61c6f2fcb..a7ff290a6551 100644
--- a/x11-misc/autorandr/Manifest
+++ b/x11-misc/autorandr/Manifest
@@ -1,2 +1,2 @@
 DIST autorandr-1.12.1.tar.gz 45550 BLAKE2B 
5b434325d13c00c3fa70b5d09edb540cdcf3bb921307c60f2c616231e7a87ea85f60e39500ed8116f28619139f71ecc4a8fa153ffadc6b8d74df570736a0d815
 SHA512 
a7e095eb96e7e0d3a5b3b2122d68a3d3a5121d8be7a86ddd9f837ad42b7a53ed5ee45151f23861c5b900e214a4dfc0c575f45fe70c8c5587562a4035458137a0
-DIST autorandr-1.13.2.tar.gz 47607 BLAKE2B 
8e4fe1b8ece98abb5ee88218db512e18822cf96e0587b3b117f0bcb07130b1c8bc473c987cf110d1ab0f2a8ea2fed64833610c951cee5ed5b899d180b3a80704
 SHA512 
79c344317be2f881a19a4dbd798441da49c6dbeeba555ad6c4d6fe1e4cba97587f2016910f850472b78341e1b6b16467f0ad33b496f68300054442e5c1675e4a
+DIST autorandr-1.13.3.tar.gz 47630 BLAKE2B 
fb53316af4d3fa399f278be874e95d06cbd188bebf1e22793ca30ad4f9a8817674390c7d02d501f4a35a0a6f23b16202e97f2a6559727e67e908d21121de8a56
 SHA512 
6c3f99da52a029a8f1717020ebafbd7afb58d97651776a6620f47e299584704ab65c37be5e9497cca3c53d6268ebde11481f32967ec289adf606a73e587e874f

diff --git a/x11-misc/autorandr/autorandr-1.13.2.ebuild 
b/x11-misc/autorandr/autorandr-1.13.3.ebuild
similarity index 100%
rename from x11-misc/autorandr/autorandr-1.13.2.ebuild
rename to x11-misc/autorandr/autorandr-1.13.3.ebuild



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

2023-01-25 Thread Matt Turner
commit: 3464ac33a57eb80848e38fd934528b77143065b8
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Jan 25 11:34:59 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 25 13:02:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3464ac33

gnome-extra/zenity: Version bump to 3.44.0

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

 gnome-extra/zenity/Manifest |  1 +
 gnome-extra/zenity/zenity-3.44.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/gnome-extra/zenity/Manifest b/gnome-extra/zenity/Manifest
index 3e4d36e1e300..f6b2025387fb 100644
--- a/gnome-extra/zenity/Manifest
+++ b/gnome-extra/zenity/Manifest
@@ -1 +1,2 @@
 DIST zenity-3.42.1.tar.xz 3091752 BLAKE2B 
7364ce9175efb7d4954956c1c2bd347ffd8060f02be3c21ec65525ee84e082eeffd8af3cb72b3f051f401a9ff90595c0a015223efcd96b6069e9bc3d276de16e
 SHA512 
a8239e7dde351f3d3f75a59c95588f672c69333d4a53d50465d05fb73e61d1bbff6aca89acffc35a8d6802f465048ad2cbd7421bc3e3200a5a393ee3c9319106
+DIST zenity-3.44.0.tar.xz 3096684 BLAKE2B 
bd6cb333e30ca675bd6d49a8117fc81a8d5ffe2870b9d78f897f292b827849cfaee7d92d36ebc9dc784041400b221cca715d40878be0bb2f5aa47ccbf9c10965
 SHA512 
806fff8f239dfa5da32e75bbc1fc3a6dc50b49ea8e6ca64cead9dd40adfe4741237c25ae5caaac1997ec7f274e9379b6607d254caf8a509aa01f3eba03cb3e7c

diff --git a/gnome-extra/zenity/zenity-3.44.0.ebuild 
b/gnome-extra/zenity/zenity-3.44.0.ebuild
new file mode 100644
index ..9080ff54a435
--- /dev/null
+++ b/gnome-extra/zenity/zenity-3.44.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
+HOMEPAGE="https://wiki.gnome.org/Projects/Zenity;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+IUSE="libnotify webkit"
+
+# TODO: X11 dependency is automagically enabled
+RDEPEND="
+   >=x11-libs/gtk+-3.16.0:3[X]
+   >=dev-libs/glib-2.43.4:2
+   libnotify? ( >=x11-libs/libnotify-0.6.1:= )
+   webkit? ( >=net-libs/webkit-gtk-2.8.1:4.1 )
+   x11-libs/libX11
+
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+src_configure() {
+   local emesonargs=(
+   $(meson_use libnotify)
+   $(meson_use webkit webkitgtk)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   # Not really needed and prevent us from needing perl
+   rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2023-01-25 Thread Bernard Cafarelli
commit: 0121e815d224e009a06b66ee85797119e4a25d91
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jan 25 12:20:12 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jan 25 12:31:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0121e815

net-ftp/filezilla: add 3.63.0

Switch to wxWidgets 3.2, following upstream official builds

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.63.0.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 74abea34006d..0fbc446342a0 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,3 +1,4 @@
 DIST FileZilla_3.61.0_src.tar.bz2 4939127 BLAKE2B 
2c2096b7cb49223b02bea7ae363dde7b58eea4da3fbe62a228edcc6e82c0909e28ff20b6cf909ac7b36209308c66b99faf7c1c4fd571ecd9248c2c3f905c2e85
 SHA512 
97469bc038eab32f526859ae5db58eeef6f1a8128f67bc653b6b3707b1aa7c9771ef5caa780daa4d11d20d4e7ed8e5df24ef8bd70ee2353f80d77d5410cfa722
 DIST FileZilla_3.62.1_src.tar.bz2 4943946 BLAKE2B 
297ef46e89617324d0b85e3500785dba920709cc2634b63b0d646db89903ef0833fbff64c849fafd3d4d457502808515c00a4bcc0797a142caef404a6c12451c
 SHA512 
ac69596a528b2e4140dd9b24c00aba7c08c06c9e6ad50c33ffef5b88686e5487420d02dfb79dd00e8b8afd545125096abfe6d49d10561e64fd120e95670a13f1
 DIST FileZilla_3.62.2_src.tar.bz2 4944158 BLAKE2B 
84febe912d1e5337c085c3ae515969a10609444c5753270756d7e7dbd0f2a2c22f9b01c623f7eec8b7de5c4ae4da4acbc56fe65eca762fe1ea3f943192caea3a
 SHA512 
a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255
+DIST FileZilla_3.63.0_src.tar.bz2 4949450 BLAKE2B 
6fd21ece9615c6c16c63edecf769034a9c2b3a7183dfb7b6b9ae2effe710695ee1a078ca88c549f489d9d156fa884d9694c2a2ba3728527db482e3a813aeec87
 SHA512 
47065cfbc1944cd9f8b2c4d3b2a2bb1e9e169b083a46d79fe477cc3a628e91241822c739f308ce614212710f431c333f33193b9261f9b5ec677eb8c62a634364

diff --git a/net-ftp/filezilla/filezilla-3.63.0.ebuild 
b/net-ftp/filezilla/filezilla-3.63.0.ebuild
new file mode 100644
index ..e6832f8a78e9
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.63.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.2-gtk3"
+
+inherit autotools wxwidgets xdg
+
+MY_PV="${PV/_/-}"
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
+HOMEPAGE="https://filezilla-project.org/;
+SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2;
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="dbus nls test"
+RESTRICT="!test? ( test )"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND="
+   >=dev-libs/nettle-3.1:=
+   >=dev-db/sqlite-3.7
+   >=dev-libs/libfilezilla-0.40.0:=
+   >=dev-libs/pugixml-1.7
+   >=net-libs/gnutls-3.5.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   x11-misc/xdg-utils
+   dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+   test? ( >=dev-util/cppunit-1.13.0 )"
+BDEPEND="
+   virtual/pkgconfig
+   >=sys-devel/libtool-1.4
+   nls? ( >=sys-devel/gettext-0.11 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.22.1-debug.patch
+   "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
+   "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
+   "${FILESDIR}"/${PN}-3.52.2-slibtool.patch
+   "${FILESDIR}"/${PN}-3.60.1-desktop.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   setup-wxwidgets
+
+   local myeconfargs=(
+   --disable-autoupdatecheck
+   --with-pugixml=system
+   $(use_enable nls locales)
+   $(use_with dbus)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # no static archives
+   find "${ED}" -name '*.la' -delete || die
+}



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

2023-01-25 Thread Michał Górny
commit: 7cb222de23f9d470f1366507e9159ed244ce794e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 25 12:27:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 25 12:28:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb222de

sys-libs/libcxx: Backport GCC build fix to 15.0.7-r1

Closes: https://bugs.gentoo.org/869038
Signed-off-by: Michał Górny  gentoo.org>

 sys-libs/libcxx/Manifest|   1 +
 sys-libs/libcxx/libcxx-15.0.7-r1.ebuild | 205 
 2 files changed, 206 insertions(+)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 3ca8ad4d2446..5b33eb8a1939 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -1,5 +1,6 @@
 DIST llvm-gentoo-patchset-13.0.1.tar.xz 6288 BLAKE2B 
899222b962486e924e4f8a2b574d285531a3f87af9385ff68c81db92aa224a0cde6d4ee049b5405056bedb4b232b50e1d5840024071a4a215f6311853304c92d
 SHA512 
b2805337f1deca626768a44c5e7ac9ed16e0c31bead1647d44a493a8123c1b8e8f1c8ceee3536bcc6fa87fdd3fcec408229f701adf30eff07e7ef9889b847b01
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
+DIST llvm-gentoo-patchset-15.0.7-r1.tar.xz 21400 BLAKE2B 
6b149cb721ac476b728bf9b0197f630d3db40622b85e3d099cdbc1d85ec14872d4e1eb0c94be6edc20fc6187da29b42f934dfb765f2077425a5b919900bb97c0
 SHA512 
d84d48caa3781633c7c6147e0b786417e93e4b5c9d1393809164e6d355a56673013ed0ea9bc3309488d7cfb794c1b336c888adc52dcd95e70c16d9208c36bd15
 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99
 SHA512 
6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.6.src.tar.xz 112074576 BLAKE2B 
74b1aa967c95191fa492f06b3a21930842da0ccbd9995dd33b4c2cf07852bbedcae97041fd5966209b16c63b90c87cc02fb2e858eda13dd9cc0641edcede0f75
 SHA512 
3311d85f4e02610af52f06e83c8c6d2b93950d24324b831b7afc47c39a20a546d39683a14e1a315da87d226379042de900a3f36a0351053547482af9035ab949

diff --git a/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild 
b/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild
new file mode 100644
index ..705ae5fa64ac
--- /dev/null
+++ b/sys-libs/libcxx/libcxx-15.0.7-r1.ebuild
@@ -0,0 +1,205 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
+   toolchain-funcs
+
+DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
+HOMEPAGE="https://libcxx.llvm.org/;
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86 ~x64-macos"
+IUSE="+clang +libcxxabi static-libs test"
+REQUIRED_USE="test? ( clang )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   libcxxabi? (
+   ~sys-libs/libcxxabi-${PV}[static-libs?,${MULTILIB_USEDEP}]
+   )
+   !libcxxabi? ( >=sys-devel/gcc-4.7:=[cxx] )
+"
+DEPEND="
+   ${RDEPEND}
+   sys-devel/llvm:${LLVM_MAJOR}
+"
+BDEPEND="
+   clang? (
+   sys-devel/clang:${LLVM_MAJOR}
+   )
+   !test? (
+   ${PYTHON_DEPS}
+   )
+   test? (
+   >=dev-util/cmake-3.16
+   sys-devel/gdb[python]
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
+   )
+"
+
+LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake )
+LLVM_PATCHSET=${PV}-r1
+llvm.org_set_globals
+
+python_check_deps() {
+   use test || return 0
+   python_has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   # Darwin Prefix builds do not have llvm installed yet, so rely on
+   # bootstrap-prefix to set the appropriate path vars to LLVM instead
+   # of using llvm_pkg_setup.
+   if [[ ${CHOST} != *-darwin* ]] || has_version dev-lang/llvm; then
+   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
+   fi
+   python-any-r1_pkg_setup
+
+   if ! use libcxxabi && ! tc-is-gcc ; then
+   eerror "To build ${PN} against libsupc++, you have to use gcc. 
Other"
+   eerror "compilers are not supported. Please set CC=gcc and 
CXX=g++"
+   eerror "and try again."
+

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/

2023-01-25 Thread Andreas K. Hüttel
commit: bbf552829cb214908bbda0fd2fd45c793080b36a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jan 25 12:21:54 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jan 25 12:22:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf55282

dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: add 0.7.0

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild  | 27 ++
 dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
new file mode 100644
index ..b5aff0d2ef17
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=AKHUETTEL
+DIST_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="Add per-file per-year copyright information"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-perl/DateTime
+   dev-perl/Dist-Zilla
+   dev-perl/Git-Wrapper
+   >=dev-perl/List-MoreUtils-0.400.0
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+   dev-perl/Moose
+   dev-perl/Pod-Weaver
+   dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest 
b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 2adfb5807ce4..f67be4744ce3 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-AuthorsFromGit-0.006.tar.gz 5308 BLAKE2B 
809e3ef501b6269e002cb8b5cce87553e241b77867937cb4a156d7f3155c1f28558162147f4c16052a915f4521f1c285ea090a82f4c908c4e33e5664ed318752
 SHA512 
e140102881905d722bc8d9e2aa82807271020ee43f771c2bd1350549b782eb21050a4c9721cbe8d5c27798f106f69f9317a026b274b4023a27aa8a1fe81e572b
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.007.tar.gz 8148 BLAKE2B 
08051a0e3530d57a8fab5cd6c03ca42147ed50efa48cdf28ca90a0a6aa9c8729d2233bd3b1a55c7840be43ba1af10829475c098516434daa5afa8e6dd47a9177
 SHA512 
002fcabe59495f0e7443b639004a8dd6dfc027c6298b06e2ffa1de8922a8450edbc2b3b3564354bf345aed231c6ae637a644876c133a2086edcd966b42dc0e8b



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

2023-01-25 Thread Arthur Zamarin
commit: cb77fa69ccfb7e355cc12ec691e61ac69cb0657f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:57:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:57:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb77fa69

dev-python/coverage: Stabilize 7.0.5 sparc, #891987

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

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

diff --git a/dev-python/coverage/coverage-7.0.5.ebuild 
b/dev-python/coverage/coverage-7.0.5.ebuild
index de19c98377a3..fe5426e550f5 100644
--- a/dev-python/coverage/coverage-7.0.5.ebuild
+++ b/dev-python/coverage/coverage-7.0.5.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-01-25 Thread Arthur Zamarin
commit: 08fafc2de57e1d5f3d427a0dfde692affe7cec5a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:57:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:57:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fafc2d

dev-python/coverage: Stabilize 7.0.5 arm, #891987

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

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

diff --git a/dev-python/coverage/coverage-7.0.5.ebuild 
b/dev-python/coverage/coverage-7.0.5.ebuild
index fe5426e550f5..2fd0ce34c4af 100644
--- a/dev-python/coverage/coverage-7.0.5.ebuild
+++ b/dev-python/coverage/coverage-7.0.5.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-01-25 Thread Arthur Zamarin
commit: 49376a1227a0bf29ebd45ecaad315340c91d4453
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:57:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:57:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49376a12

dev-python/coverage: Stabilize 7.0.5 arm64, #891987

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

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

diff --git a/dev-python/coverage/coverage-7.0.5.ebuild 
b/dev-python/coverage/coverage-7.0.5.ebuild
index 2fd0ce34c4af..7aa359d140e7 100644
--- a/dev-python/coverage/coverage-7.0.5.ebuild
+++ b/dev-python/coverage/coverage-7.0.5.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-01-25 Thread Arthur Zamarin
commit: 20ad517cea4babc2f09aecccf3361bfe7601bdb7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ad517c

sys-kernel/gentoo-sources: Stabilize 5.10.163 ppc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
index 49b9db0b1bb0..6aebea15d791 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 8e4621f2485653de87d88d5577b6adcd8b68e54c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4621f2

sys-kernel/gentoo-sources: Stabilize 5.4.228 ppc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
index e07843ebc2dd..6f8364f0b745 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: fd7b6629032dde1a62f7ba515e8e2ce7d89d2d7c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7b6629

sys-kernel/gentoo-sources: Stabilize 5.15.88 sparc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
index 9d5946618c12..50a9ccfe0e70 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 3758071f7f91967e09586024490732e9d6129ce9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3758071f

sys-kernel/gentoo-sources: Stabilize 4.19.269 sparc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
index 6ad39f25510f..1b797875431b 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: c58e854ef6b7068fe397e84f88f2b5d9bd86f9a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58e854e

sys-kernel/gentoo-sources: Stabilize 4.14.302 ppc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
index 93f262f918c8..98881a99c6be 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: d16a23039d9e0af2348999884e4a877025686560
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16a2303

sys-kernel/gentoo-sources: Stabilize 4.19.269 hppa, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
index f296e2e7d41e..f1df87979a6d 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 0bb0b1ecf30f7b5c52676beba243099e5ea27965
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb0b1ec

sys-kernel/gentoo-sources: Stabilize 5.10.163 hppa, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
index 4270fc5989c4..49b9db0b1bb0 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: bb998f59ccc37b7c2ab648e2ed5061bffb3b0767
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb998f59

sys-kernel/gentoo-sources: Stabilize 5.15.88 ppc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
index 112542f705f2..9d5946618c12 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 59c8b13dad442e3a5d1c9bb64a7072457b1035c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c8b13d

sys-kernel/gentoo-sources: Stabilize 4.19.269 ppc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
index f1df87979a6d..6ad39f25510f 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.269.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 3d8e96367f61e8f96fce7c29be22ed04cc3cdc86
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8e9636

sys-kernel/gentoo-sources: Stabilize 4.14.302 sparc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
index 98881a99c6be..cd2a5851571d 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 3af93423c667703168b09611a2be4364f4844e05
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af93423

sys-kernel/gentoo-sources: Stabilize 5.10.163 sparc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
index 6aebea15d791..b23548e652b5 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.163.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 6fbd0b5e8b2329a9f2932c1cf7e779f8fdc0803a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbd0b5e

sys-kernel/gentoo-sources: Stabilize 5.4.228 sparc, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
index 6f8364f0b745..10ccdb17641c 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 76d36b5b4d980ddcee399cdb24689adb70f045cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d36b5b

sys-kernel/gentoo-sources: Stabilize 5.4.228 hppa, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
index 25234262b5c4..e07843ebc2dd 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.228.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: af7ce6bb485d046fb40131bd5288b766c792ca6e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7ce6bb

sys-kernel/gentoo-sources: Stabilize 5.15.88 hppa, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
index 34a70eb94f70..112542f705f2 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.88.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-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"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Arthur Zamarin
commit: 5207ba312bc1e10cd32cd1874327a2a5afa568b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 25 11:53:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 25 11:53:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5207ba31

sys-kernel/gentoo-sources: Stabilize 4.14.302 hppa, #891145

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
index 93707f7951fe..93f262f918c8 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.302.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2023-01-25 Thread Stephan Hartmann
commit: 7749cc6d8c99208972c965a11ea29cdbd770c34f
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Jan 25 11:17:07 2023 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Jan 25 11:17:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7749cc6d

www-client/chromium: stable channel bump to 109.0.5414.119

Closes: https://bugs.gentoo.org/891715
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest   |1 +
 www-client/chromium/chromium-109.0.5414.119.ebuild | 1250 
 .../chromium/files/chromium-109-v8-icu72.patch |  106 ++
 3 files changed, 1357 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index d5ed1165e35f..86b04b072b39 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,5 @@
 DIST chromium-109-patchset-2.tar.xz 7280 BLAKE2B 
b7f86dbb6c40005df67764a7dea57c845010a97ed52e542da0c91182b828d74b2b7266db9b9d21bb9349c83a6c56f4721bbf9fd440e83d3356155ff5f6337719
 SHA512 
3ec55aa9031cd2c82f99233700c9d3a62eeaef792724254b2d0605f597ba7446fffa0afa81166145aa0ff6e64c78136fe18b7231afe49dd2f33de2c7ae27de15
+DIST chromium-109.0.5414.119.tar.xz 1747968612 BLAKE2B 
9090fcb60165a8e4ba990df4c90cf0252798718407951947d50c35778f62bbbc91f588604af4e3de6cbcc069e7eea340379c450e28532f4b4bae29f3ab393c7c
 SHA512 
3942b282072489134a70e85c60669c8360b35ffdd64fb310f75306cffa4d1117db78fed7b04659d90d13b62c45922503cb31022e1ca9b29a2872c3c445023104
 DIST chromium-109.0.5414.74.tar.xz 1747778008 BLAKE2B 
dc2893c59398caf72546c42ada961215ce1b25785da66272b72fe14ac0db00ac4282b0de5ee65cca932e273fe69f41704b4ee2aa173d21da535708e8d0aab633
 SHA512 
79ff744b813e833ab4f257361a2f1847a57df579b9c925bad7575484f079c4c1b0b1c59c2c48e683bcee27a79e4bfd87f96c83fa28e0209ba4d3a71340842579
 DIST chromium-110-patchset-4.tar.xz 13584 BLAKE2B 
8ed3d438375ceabc02552ff66874ba8f15687fefa96239866cb2f86c57db72c162daafad6e1944df6117e792ca9d992b101c17d35132d429fc6edcf49db29940
 SHA512 
898416453e129e83dcd70728e382a2916e741b013887e8ec9b4d2737a4ef2738d83d4a868f9260c3906c4934bb9a7b3104a50cfc3d94064eb71a341279e9fcb9
 DIST chromium-110.0.5481.38.tar.xz 1703266068 BLAKE2B 
8b990eef533f8469afc6ea88c9fc70f316ccf33381fbbe30b43c89cde476a0487b201d7b07e8202bfdf94b44c2c5b184627f27225bb12ad7cef9fb505e608206
 SHA512 
4ad20231ce1c42d30886cfa179b154f1bd09efb61b971dc55a2aa70538a39141199f9a799c09b546c3e3501cf1981b6dd850e92e44aaa8f816ddb294fc194231

diff --git a/www-client/chromium/chromium-109.0.5414.119.ebuild 
b/www-client/chromium/chromium-109.0.5414.119.ebuild
new file mode 100644
index ..176c1bcbbdf8
--- /dev/null
+++ b/www-client/chromium/chromium-109.0.5414.119.ebuild
@@ -0,0 +1,1250 @@
+# Copyright 2009-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="xml(+)"
+LLVM_MAX_SLOT=15
+
+CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr 
gu he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk ur vi zh-CN zh-TW"
+
+VIRTUALX_REQUIRED="pgo"
+
+inherit check-reqs chromium-2 desktop flag-o-matic llvm ninja-utils pax-utils
+inherit python-any-r1 qmake-utils readme.gentoo-r1 toolchain-funcs virtualx 
xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="https://chromium.org/;
+PATCHSET="2"
+PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
+PATCHSET_URI_PPC64="https://quickbuild.io/~raptor-engineering-public;
+PATCHSET_NAME_PPC64="chromium_109.0.5414.74-2raptor0~deb11u1.debian"
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
+   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz
+   ppc64? (
+   
${PATCHSET_URI_PPC64}/+archive/ubuntu/chromium/+files/${PATCHSET_NAME_PPC64}.tar.xz
+   
https://dev.gentoo.org/~sultan/distfiles/www-client/chromium/chromium-ppc64le-gentoo-patches-1.tar.xz
+   )
+   pgo? ( 
https://github.com/elkablo/chromium-profiler/releases/download/v0.2/chromium-profiler-0.2.tar
 )"
+
+LICENSE="BSD"
+SLOT="0/stable"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+IUSE="+X component-build cups cpu_flags_arm_neon debug gtk4 +hangouts headless 
+js-type-check kerberos libcxx lto +official pgo pic +proprietary-codecs 
pulseaudio qt5 screencast selinux +suid +system-av1 +system-ffmpeg 
+system-harfbuzz +system-icu +system-png vaapi wayland widevine"
+REQUIRED_USE="
+   component-build? ( !suid !libcxx )
+   screencast? ( wayland )
+   !headless? ( || ( X wayland ) )
+   pgo? ( X !wayland )
+"
+
+COMMON_X_DEPEND="
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXfixes:=
+   >=x11-libs/libXi-1.6.0:=
+   x11-libs/libXrandr:=
+   x11-libs/libXrender:=
+ 

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

2023-01-25 Thread Viorel Munteanu
commit: 25221229422fb160c7d454a0e64484cddda6b990
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 10:21:56 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25221229

dev-python/python-dbus-next: disable py3.8

Drop doc; depends on obsolete packages and errors out.

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild 
b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
index af2574feb..d75c7a637 100644
--- a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
+++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="python-dbus-next is a Python library for DBus"
@@ -21,11 +21,9 @@ KEYWORDS="~amd64 ~x86"
 BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinxcontrib-asyncio \
-   dev-python/sphinxcontrib-fulltoc
 
 # some tests fail with:
-# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and 
could not get DISPLAY environment variable to get bus addres
+# dbus_next.errors.InvalidAddressError:
+# DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment 
variable to get bus addres
 # or require certain services to be installed (like 
org.freedesktop.DBus.Debug.Stats)
 RESTRICT="test"



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

2023-01-25 Thread Viorel Munteanu
commit: 23724b9b37ed32ad199385e266f79f267a97397c
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 10:18:52 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23724b9b

dev-python/desktop-notifier: drop 3.3.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/desktop-notifier/Manifest   |  1 -
 .../desktop-notifier/desktop-notifier-3.3.2.ebuild | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest 
b/dev-python/desktop-notifier/Manifest
index e87196e9b..5f5c8f6e3 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.3.2.gh.tar.gz 4595234 BLAKE2B 
c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85
 SHA512 
d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
 DIST desktop-notifier-3.4.2.gh.tar.gz 4598129 BLAKE2B 
61f2b7386e351e3f5bb936af147a127e66e16520b92aaedbe2c2570ffb33ca15e13ba3f46f2953c8fafd2e01c9d85bad00505f1e071f63a2412f39828204a6a2
 SHA512 
e00f3a33f2e6d719b8c293640049ad7238fb071cd2bc73d8b5bde538f761868d1498de110f052764b5be5bf8f42d6055e6364db2fdfaebdeeb0f608bf74dd511

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild 
b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
deleted file mode 100644
index 8ceb284a4..0
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-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="desktop-notifier is a Python library for cross-platform desktop 
notifications"
-HOMEPAGE="
-   https://desktop-notifier.readthedocs.io
-   https://pypi.org/project/desktop-notifier/
-   https://github.com/samschott/desktop-notifier
-"
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/wheel[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/python-dbus-next[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
-"



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

2023-01-25 Thread Viorel Munteanu
commit: d85ced7bd54b4ea907cb6bab27dc44eae3440639
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 10:38:23 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d85ced7b

dev-python/sphinxcontrib-fulltoc: treeclean

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/sphinxcontrib-fulltoc/Manifest  |  1 -
 dev-python/sphinxcontrib-fulltoc/metadata.xml  | 12 
 .../sphinxcontrib-fulltoc-1.2.ebuild   | 33 --
 3 files changed, 46 deletions(-)

diff --git a/dev-python/sphinxcontrib-fulltoc/Manifest 
b/dev-python/sphinxcontrib-fulltoc/Manifest
deleted file mode 100644
index c052bc08e..0
--- a/dev-python/sphinxcontrib-fulltoc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxcontrib-fulltoc-1.2.gh.tar.gz 12366 BLAKE2B 
229fed6e70f6908152b88ad192fcc19df862905d5c99580f0bd9be8dc44f2a6355c14d6121e69f6e9beec3111d2328d05158052712cc0e5f287f1872ed792e9b
 SHA512 
ea622e1918711390d58061e3608ea8e4d72ccc104c7f80577060c0cc8d608d78b5bdbf097302cf3f96153643266b4edc1a70d039b3f2e1ec555a230cd06671c9

diff --git a/dev-python/sphinxcontrib-fulltoc/metadata.xml 
b/dev-python/sphinxcontrib-fulltoc/metadata.xml
deleted file mode 100644
index 733a38efb..0
--- a/dev-python/sphinxcontrib-fulltoc/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   cea...@gentoo.org
-   Primary maintainer
-
-
-   sphinx-contrib/fulltoc
-   sphinxcontrib-fulltoc
-
-

diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild 
b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
deleted file mode 100644
index 0f876d09f..0
--- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="python-dbus-next is a Python library for DBus"
-HOMEPAGE="
-   https://github.com/sphinx-contrib/fulltoc
-   https://pypi.org/project/sphinxcontrib-fulltoc/
-   https://sphinxcontrib-fulltoc.readthedocs.io
-"
-SRC_URI="https://github.com/sphinx-contrib/fulltoc/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
-
-export OSLO_PACKAGE_VERSION=${PV}
-
-S="${WORKDIR}/fulltoc-${PV}"
-
-distutils_enable_tests setup.py
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${D}" -name '*.pth' -delete || die
-}



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

2023-01-25 Thread Viorel Munteanu
commit: 499e87172626abad429d1af52360d2d8619b105b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 10:15:07 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=499e8717

dev-python/sdnotify: disable py3.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild 
b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index 8db5658f5..a15bda889 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_SETUPTOOLS=no
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
@@ -18,3 +17,10 @@ 
SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb42
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
+python_prepare_all() {
+   # Fix QA warning.  No point in reporting upstream, the project seems 
abandoned
+   sed 's/description-file/description_file/' -i setup.cfg
+
+   distutils-r1_python_prepare_all
+}



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

2023-01-25 Thread Viorel Munteanu
commit: a9a8c5e113a80abcc353f84811892ce927e9d0c6
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 10:40:36 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9a8c5e1

dev-python/wrapio: disable py3.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/wrapio/wrapio-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild 
b/dev-python/wrapio/wrapio-2.0.0.ebuild
index ded66d47f..a98841ada 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Handling event-based streams in Python"



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

2023-01-25 Thread Viorel Munteanu
commit: 4f31e6651f2a1bfe9937f3a2c51c45d0ec713b83
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 10:39:29 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f31e665

dev-python/survey: disable py3.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/survey/survey-3.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/survey/survey-3.4.3.ebuild 
b/dev-python/survey/survey-3.4.3.ebuild
index 5e5c9028b..a631e53b4 100644
--- a/dev-python/survey/survey-3.4.3.ebuild
+++ b/dev-python/survey/survey-3.4.3.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="A simple library for creating beautiful interactive prompts"



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/

2023-01-25 Thread Viorel Munteanu
commit: 4b3787e9b558028a84d56fadd8afa7c64f35a0ba
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 09:46:32 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b3787e9

net-misc/maestral-qt: enable py3.11, disable py3.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-misc/maestral-qt/Manifest | 2 +-
 net-misc/maestral-qt/maestral-qt-1.5.3.ebuild | 5 ++---
 net-misc/maestral-qt/maestral-qt-1.6.5.ebuild | 3 +--
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-misc/maestral-qt/Manifest b/net-misc/maestral-qt/Manifest
index aef829ab6..53b2837e5 100644
--- a/net-misc/maestral-qt/Manifest
+++ b/net-misc/maestral-qt/Manifest
@@ -1,2 +1,2 @@
-DIST maestral-qt-1.5.3.tar.gz 1209467 BLAKE2B 
d810df1f7e21938b81565afb16049e385c5de1e295d64feeaa317966e139ddc76542a747db71ae76dc1c82a11ec7e266b69968cefa2839878941def4af7711f8
 SHA512 
fbc8723d6751e31504529a62f00f7becd4531d8613559edde2a4725bc0d5ac783e6c817814059489bead87923135462a871cdffd0f8d1f0f06481df20efde4f5
+DIST maestral-qt-1.5.3.gh.tar.gz 1209467 BLAKE2B 
d810df1f7e21938b81565afb16049e385c5de1e295d64feeaa317966e139ddc76542a747db71ae76dc1c82a11ec7e266b69968cefa2839878941def4af7711f8
 SHA512 
fbc8723d6751e31504529a62f00f7becd4531d8613559edde2a4725bc0d5ac783e6c817814059489bead87923135462a871cdffd0f8d1f0f06481df20efde4f5
 DIST maestral-qt-1.6.5.gh.tar.gz 1217959 BLAKE2B 
fb57171e3b6ed286e03d143e0fbd7dba0eae69bd4402c271bd9897549d84f3b509f459577f0c44ba252bca6a9b651d70bd825565e2afdb86a97966a728803eaf
 SHA512 
f34ca35fad1b1509a1cea605974c5f0ffb79763c2e6e6dcf68454246dd303d67274e1e46954270cd0d2eb171a427af2ef477cc19d0bb05634a3aeb593f69d7aa

diff --git a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild 
b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild
index 9817cf0bb..63d940d7a 100644
--- a/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild
+++ b/net-misc/maestral-qt/maestral-qt-1.5.3.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit desktop distutils-r1
 
 DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
 HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -22,7 +22,6 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/PyQt5-5.9[widgets,gui,${PYTHON_USEDEP}]
~net-misc/maestral-${PV}[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
 "
 BDEPEND="
dev-python/build[${PYTHON_USEDEP}]

diff --git a/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild 
b/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild
index 43ea84558..d8487dfb4 100644
--- a/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild
+++ b/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit desktop distutils-r1
@@ -22,7 +22,6 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/PyQt6[widgets,gui,svg,${PYTHON_USEDEP}]
~net-misc/maestral-${PV}[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
 "
 BDEPEND="
dev-python/build[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/stone/, dev-python/stone/files/

2023-01-25 Thread Viorel Munteanu
commit: 8638db6456176bed1182784e26f747639f57075b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 08:17:36 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8638db64

dev-python/stone: enable python3_11

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/stone/Manifest   |  2 +-
 dev-python/stone/files/stone-3.3.1-python3_11.patch | 15 +++
 dev-python/stone/stone-3.3.1.ebuild |  7 +--
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/dev-python/stone/Manifest b/dev-python/stone/Manifest
index 619d554c0..8a0159f95 100644
--- a/dev-python/stone/Manifest
+++ b/dev-python/stone/Manifest
@@ -1 +1 @@
-DIST stone-3.3.1.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa7e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73
+DIST stone-3.3.1.gh.tar.gz 282831 BLAKE2B 
b9a866e43feedea28cd33b89f78100be520a2756fa7e9a786ae27942a5c19df51010c0af952de70c782d3fc3588de1ae0f58450d807053989bb91d285f15
 SHA512 
ee07f01b6f10e771afbe6ca6f07d7efa24a5460e5c163f339ae84a8b7742a659f5cb535e674a2f315d1bfa95b7c02e56f46db1f397188b5b6705f6c00c1e9d73

diff --git a/dev-python/stone/files/stone-3.3.1-python3_11.patch 
b/dev-python/stone/files/stone-3.3.1-python3_11.patch
new file mode 100644
index 0..f2826fdc5
--- /dev/null
+++ b/dev-python/stone/files/stone-3.3.1-python3_11.patch
@@ -0,0 +1,15 @@
+Replace method deprecated in 3.10 and removed in 3.11.  Upstream is slow to 
release a fix.
+
+See also: https://github.com/dropbox/stone/issues/288
+
+--- a/stone/frontend/ir_generator.py
 b/stone/frontend/ir_generator.py
+@@ -1074,7 +1074,7 @@
+ assert issubclass(data_type_class, DataType), \
+ 'Expected stone.data_type.DataType, got %r' % data_type_class
+ 
+-argspec = inspect.getargspec(data_type_class.__init__)  # noqa: E501 
# pylint: disable=deprecated-method,useless-suppression
++argspec = inspect.getfullargspec(data_type_class.__init__)
+ argspec.args.remove('self')
+ num_args = len(argspec.args)
+ # Unfortunately, argspec.defaults is None if there are no defaults

diff --git a/dev-python/stone/stone-3.3.1.ebuild 
b/dev-python/stone/stone-3.3.1.ebuild
index 09fba448a..e588e6fa8 100644
--- a/dev-python/stone/stone-3.3.1.ebuild
+++ b/dev-python/stone/stone-3.3.1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
@@ -13,7 +14,7 @@ HOMEPAGE="
https://github.com/dropbox/stone
https://pypi.org/project/stone/
 "
-SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -24,6 +25,8 @@ RDEPEND="
>=dev-python/six-1.3.0[${PYTHON_USEDEP}]
 "
 
+PATCHES=( "${FILESDIR}"/${P}-python3_11.patch )
+
 distutils_enable_tests pytest
 
 python_prepare_all() {



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

2023-01-25 Thread Viorel Munteanu
commit: 50a4d1d417b022a182af3bac2e491bd68ec5fc86
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 08:22:53 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50a4d1d4

dev-python/dropbox-sdk-python: enable py3.11, disable py3.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/dropbox-sdk-python/Manifest  | 2 +-
 dev-python/dropbox-sdk-python/dropbox-sdk-python-11.28.0.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/dropbox-sdk-python/Manifest 
b/dev-python/dropbox-sdk-python/Manifest
index b21c57ee4..f5a57eb03 100644
--- a/dev-python/dropbox-sdk-python/Manifest
+++ b/dev-python/dropbox-sdk-python/Manifest
@@ -1 +1 @@
-DIST dropbox-sdk-python-11.28.0.tar.gz 1155409 BLAKE2B 
b4b664b0f3c0ebaef23a4878d5331293f015b23fd8c5ed4f691dd309a98a21b82f67bc4f7cd0eced446d055808d17d6871088b1126499e340f34b15e7d6a013f
 SHA512 
9776a75962d7370ea38b50d05801b662884086ccf865288f00cb0941143f41f8d9ab0947676cd403acdc92cd08fce519bf9f1471da9ccc64f0dd7278487be174
+DIST dropbox-sdk-python-11.28.0.gh.tar.gz 1155409 BLAKE2B 
b4b664b0f3c0ebaef23a4878d5331293f015b23fd8c5ed4f691dd309a98a21b82f67bc4f7cd0eced446d055808d17d6871088b1126499e340f34b15e7d6a013f
 SHA512 
9776a75962d7370ea38b50d05801b662884086ccf865288f00cb0941143f41f8d9ab0947676cd403acdc92cd08fce519bf9f1471da9ccc64f0dd7278487be174

diff --git a/dev-python/dropbox-sdk-python/dropbox-sdk-python-11.28.0.ebuild 
b/dev-python/dropbox-sdk-python/dropbox-sdk-python-11.28.0.ebuild
index 2a157f43b..da08fdbe6 100644
--- a/dev-python/dropbox-sdk-python/dropbox-sdk-python-11.28.0.ebuild
+++ b/dev-python/dropbox-sdk-python/dropbox-sdk-python-11.28.0.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="The offical Dropbox SDK for Python"
 HOMEPAGE="https://www.dropbox.com/developers;
-SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/

2023-01-25 Thread Viorel Munteanu
commit: d8744e11a690449980a94d3544e0670acf0303b5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jan 25 08:56:37 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jan 25 10:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8744e11

net-misc/maestral: enable py3.11, disable py3.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-misc/maestral/Manifest  |  2 +-
 net-misc/maestral/maestral-1.5.3.ebuild | 31 ++-
 net-misc/maestral/maestral-1.6.5.ebuild | 21 ++---
 3 files changed, 21 insertions(+), 33 deletions(-)

diff --git a/net-misc/maestral/Manifest b/net-misc/maestral/Manifest
index 993c01468..e38fa58d1 100644
--- a/net-misc/maestral/Manifest
+++ b/net-misc/maestral/Manifest
@@ -1,2 +1,2 @@
-DIST maestral-1.5.3.tar.gz 8280040 BLAKE2B 
dcda43880cea3fb00098b6bf87e43318a523a7c9d83886efff58be715cde17f67504b31735a006b951963e5cf0ef70b4b6431cb84200722cae186053a01edd63
 SHA512 
aa21277623f4e6f3283cd989be910eeb1caa3a842abca595b27a551c1c9bd1e7ef083e495ee0f096190accd91835939cb2f4a26624feae0046d8770d53aaac2f
+DIST maestral-1.5.3.gh.tar.gz 8280040 BLAKE2B 
dcda43880cea3fb00098b6bf87e43318a523a7c9d83886efff58be715cde17f67504b31735a006b951963e5cf0ef70b4b6431cb84200722cae186053a01edd63
 SHA512 
aa21277623f4e6f3283cd989be910eeb1caa3a842abca595b27a551c1c9bd1e7ef083e495ee0f096190accd91835939cb2f4a26624feae0046d8770d53aaac2f
 DIST maestral-1.6.5.gh.tar.gz 7983512 BLAKE2B 
b77cc7eb1a6089cc78e47680d99a53bc4c4752feed3970a57e67eefcf1ab2491c0b3aaebd2fb7caf6fc5420eef2e7fe8776e87047f82db7d1466a4c3d17beaf8
 SHA512 
ee182505b305dbd6730078ce71725eb75515fb5682889c5226c26a69d32f85ad28e335bcd65b57fd1624da8ecd8914df337a93f6b296d86dcc6e94d4f2747995

diff --git a/net-misc/maestral/maestral-1.5.3.ebuild 
b/net-misc/maestral/maestral-1.5.3.ebuild
index e62609106..178fe7ac2 100644
--- a/net-misc/maestral/maestral-1.5.3.ebuild
+++ b/net-misc/maestral/maestral-1.5.3.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 xdg-utils
+inherit distutils-r1 xdg
 
 DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
 HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/maestral/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+SRC_URI="https://github.com/samschott/maestral/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -32,29 +32,18 @@ RDEPEND="
>=dev-python/survey-3.4.3[${PYTHON_USEDEP}]
=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
python3_8)
 "
 BDEPEND="
dev-python/build[${PYTHON_USEDEP}]
test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )
 "
 
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # this test requires systemd
-   sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die
-
-   # this test requires network
-   sed -i -e 's/test_check_for_updates/_&/' tests/offline/test_main.py || 
die
+EPYTEST_DESELECT=(
+   # requires systemd
+   tests/offline/test_cli.py::test_autostart
 
-   distutils-r1_python_prepare_all
-}
+   # requires network
+   tests/offline/test_main.py::test_check_for_updates
+)
 
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}
+distutils_enable_tests pytest

diff --git a/net-misc/maestral/maestral-1.6.5.ebuild 
b/net-misc/maestral/maestral-1.6.5.ebuild
index a540a2de7..6ac6e7773 100644
--- a/net-misc/maestral/maestral-1.6.5.ebuild
+++ b/net-misc/maestral/maestral-1.6.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 xdg
@@ -32,21 +32,20 @@ RDEPEND="
>=dev-python/survey-3.4.3[${PYTHON_USEDEP}]
=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
python3_8)
 "
 BDEPEND="
dev-python/build[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )
 "
 
-distutils_enable_tests pytest
+EPYTEST_DESELECT=(
+   # requires dev-python/pytest-benchmark not available for py3.11
+   tests/offline/test_clean_local_events.py::test_performance
 
-python_prepare_all() {
-   # this test requires systemd
-   sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die
+   # requires systemd
+   tests/offline/test_cli.py::test_autostart
 
-   # this test requires network
-   sed -i -e 's/test_check_for_updates/_&/' tests/offline/test_main.py || 
die
+   # requires network
+   tests/offline/test_main.py::test_check_for_updates
+)
 
-   distutils-r1_python_prepare_all
-}
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:master commit in: sys-devel/just/

2023-01-25 Thread Florian Schmaus
commit: 4e0a850f4e5abe202e72e6c63ee332cffdf5a464
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jan 25 06:23:08 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 06:27:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e0a850f

sys-devel/just: add 1.13.0

No clue how to fix/ignore the failing tests,
bumping it anyway.

Signed-off-by: Joe Kappus  wt.gd>

 sys-devel/just/Manifest   |   6 ++
 sys-devel/just/just-1.13.0.ebuild | 155 ++
 2 files changed, 161 insertions(+)

diff --git a/sys-devel/just/Manifest b/sys-devel/just/Manifest
index 5cac9b05d..bb4a4b437 100644
--- a/sys-devel/just/Manifest
+++ b/sys-devel/just/Manifest
@@ -38,6 +38,7 @@ DIST io-lifetimes-1.0.4.crate 35815 BLAKE2B 
82485bfd13189e0762f7ee501626df0dc741
 DIST is-terminal-0.4.2.crate 7577 BLAKE2B 
4ef84768184203b58e2b155256e35fd7a74169a8ccd52c3c74aec7fb1d6aeefe6232d049bbdbc40ede2acaf0be453caac19f758cf1abfd04cd1efdf4022c4996
 SHA512 
ce4997ce1b9f529a7d1b875985cde02440de288a0e823f2f5a9647e3a34658c5f56d254e85dd7f152a987f08f428bd82ce7e2af626c4b3c76cde50e8ae1e9374
 DIST itoa-1.0.5.crate 10622 BLAKE2B 
0d08db487ee791a252389e40e08e47a649d9eb90faad16bfbdfdfde46366082d2e3561fb8a62da80b122e7771052c50a0483e9618260d094820e20748d99882e
 SHA512 
b90841e3a016a9a68cb090e4bf78959bbadecb3391cba71e0deeb5ac2723379ccd3251ec18a0bd055fba7cb6e71608ab1d7db990ad4d03cf2fd1289bd5834540
 DIST just-1.12.0.crate 207861 BLAKE2B 
226257583f433e7925424f6fd45839dfd730d13bf1627a75b1749179e004ea693dfb2eb23852817581970e51be6e90d2fd6d39fabbe175b95443ca9cc44e8b01
 SHA512 
74093d9c874baecca085b50a840501b77058001645a28b6dcba26a7c8262dafa4fbbc2d9909fb16bf721cd26c5fd8773a11638da98b824ce62824d24985b044e
+DIST just-1.13.0.crate 207993 BLAKE2B 
d96cac73cb7fec0041cda882991fa42d99bc9a9a03aad65adf78087f430f98e0629bee4b6d096ba3f0ad95db76d28f7eb9a871f6ebe4e81069299c1a149906fd
 SHA512 
9f7d1385b5bfc3fce7d934f06cd53512cdf8cffd88198d7613559884332876db03bdb11c5cd8edb9f2fff284aeb63faeafd07dd28997d708880cc51a596040fc
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 DIST lexiclean-0.0.1.crate 5362 BLAKE2B 
c60a82de8de091263d24c8f5de8f04f7a0908b7689d24daff1f85548ca158cc7f81f84a55ec50f4499fea237a26a7892a594f6d5319b2232db06232a0428a291
 SHA512 
5f60056a6830fcd21ece4fbdbaba5cf4b8bf33d85aa520c32de44a2f821c6dab60d2c9ec108981bd081f394e216ae45b62c9aa7f223eaf6702dd0586157ec868
 DIST libc-0.2.139.crate 638983 BLAKE2B 
e92b296cf8c916e10e859722ed75f4790401662ff7aa2fe8ed84ef9b94a00538768be33c272f0881e42da887c8c43e1fd44d061343386216492a76fe5d308598
 SHA512 
ff5fae517c49c382dee9b1d7479b65b0a818780453e5c00c416847d02f42186e2fcf19a8a8dc5e9cc2611300690c6ad324f9c0f0e8172e913a1b781fb7c0b5b4
@@ -46,12 +47,14 @@ DIST linux-raw-sys-0.1.4.crate 878981 BLAKE2B 
b8708b06e48ef4e32d820b5a0e25ce12d3
 DIST log-0.4.17.crate 38028 BLAKE2B 
b46be3719fc0a53e50b1f342762e188587e9f1ceb692c72473ce2663edfb8253742d30024e68c1444780ab7fc0e2d5b0601b8ea7228dc3405a9342a57548e605
 SHA512 
2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2
 DIST memchr-2.5.0.crate 65812 BLAKE2B 
57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab
 SHA512 
444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
 DIST nix-0.26.1.crate 277805 BLAKE2B 
7ba6efa24a5ab399184623fd019643a132a803cf72a9b8b4d0070caf839e123fb4394773e0b816c0d024494d657eae9b05b56b0b4cc6ace6d07db03a3d1c461b
 SHA512 
4d75ccc1a8c4627dc14b4a2080aeda721d22dd6d7c78e448131f7589d0ddb58fd5649eedd80816153a978571fc843f078256a6c09ceaf34b95fd3caa3e6b73e4
+DIST nix-0.26.2.crate 277973 BLAKE2B 
86adcbeda37edda784593196c390e92ee069761d283f706c0390bf8983ba8841a51486a98a1869f910fe4d518afba5572490e9c69a021e12c598d094b41361ad
 SHA512 
abf2d0a4eb83cd4bd43836e8b533f0f07f07979619c86c11302a2df0800d569f33f0dda0bc2c4136d36c79789d175eaf5d3928ecf16286319aabf93c720a1704
 DIST once_cell-1.17.0.crate 32736 BLAKE2B 
767fc8f362ce5ed7a9eafceb2f0764a2a1c7f4070e22d1e6e2498b3c841c5f761e77fb66a34b899a75d48f1563f6b9b73b90aa9431055d4e0269c47a1b043c1f
 SHA512 
291d87380c0ea17fb3ffc9fdff8620d2ff55601c06ef65b2f0c54254fecd5b488645c6e94c6026b82071893f4d420491ff712399a782e14efa1e323e5c299c46
 DIST output_vt100-0.1.3.crate 4473 BLAKE2B 
8c75dbcd413e1273ddf077f3b57996953d70376be6e438ee1a4de83a8c3c535d4cc866849aed91df74aa9b22d41d428b1142cefe035dab7404ec89af9efaa832
 SHA512 
ccca3b4c582e860b0643dea78302fbcb96f8f86b356041ae9c685e7c48f1721fd3366dd1bea39afc1bcef03b298d0f6c87918a1ba92a56e6b06bc8b4123c0d89
 DIST pretty_assertions-1.3.0.crate 79441 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: media-sound/jacktrip/

2023-01-25 Thread Florian Schmaus
commit: 57a23cdb84d5e9a3d1cdd91fdf61ec95bfe5112a
Author: Adrian Schollmeyer  nexadn  de>
AuthorDate: Tue Jan 24 23:02:54 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan 24 23:02:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57a23cdb

media-sound/jacktrip: add 1.7.0

Signed-off-by: Adrian Schollmeyer  nexadn.de>

 media-sound/jacktrip/Manifest  |  1 +
 media-sound/jacktrip/jacktrip-1.7.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/media-sound/jacktrip/Manifest b/media-sound/jacktrip/Manifest
index 62c1ad5d6..299ebf3a4 100644
--- a/media-sound/jacktrip/Manifest
+++ b/media-sound/jacktrip/Manifest
@@ -1 +1,2 @@
 DIST jacktrip-1.6.8.tar.gz 5789095 BLAKE2B 
ebe1b0c6ade7b40ff6e06bd9f628ba6423542dd496aeb447e5eed5865901b27c3f4ab5dbbc55bfdf22daa0ca03d8a2b734dcd8f80f3c9d64a0c8efda95941fbb
 SHA512 
dc0bf64461eddfbedaa773c177a4c1387e205b5f3efeaf1e999b5ead21abe53122eebdeb75e853cdaeeb03c73eeb968ac7d5d6962b4af27b5009b724775a823c
+DIST jacktrip-1.7.0.tar.gz 5795989 BLAKE2B 
7ae402a98feadb450e7ac36951f4f967bd34b7dd3ce99e23bfe657e74d7a21ac248519ff66fbd1a2e5c719f302b63ec1585dcdc757b86d6608bcc845898d17af
 SHA512 
c7020afc3a495f0fd9aa4014c8a0b4a6f3bad162ad74184a1448fc65591f0f8ae0cc8ddc5be55d2b02c37036e254b8741d1b37ff3d1b0f97f02f3b9ae214

diff --git a/media-sound/jacktrip/jacktrip-1.7.0.ebuild 
b/media-sound/jacktrip/jacktrip-1.7.0.ebuild
new file mode 100644
index 0..f753e329b
--- /dev/null
+++ b/media-sound/jacktrip/jacktrip-1.7.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Send JACK audio over a network"
+HOMEPAGE="https://jacktrip.github.io/jacktrip/ 
https://github.com/jacktrip/jacktrip;
+SRC_URI="https://github.com/jacktrip/jacktrip/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gui jack +rtaudio virtualstudio"
+REQUIRED_USE="
+   virtualstudio? ( gui )
+   || ( jack rtaudio )
+"
+
+DEPEND="
+   dev-qt/qtcore:5=
+   dev-qt/qtnetwork:5=
+
+   gui? (
+   dev-qt/qtgui:5=
+   dev-qt/qtwidgets:5=
+   )
+
+   jack? (
+   virtual/jack
+   )
+
+   rtaudio? (
+   media-libs/rtaudio:=
+   )
+
+   virtualstudio? (
+   dev-qt/qtdeclarative:5=
+   dev-qt/qtnetworkauth:5=
+   dev-qt/qtsvg:5=
+   dev-qt/qtwebsockets:5=
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   -Dweakjack=false
+   -Dnoupdater=true
+   -Dnogui=$(usex gui false true)
+   -Dnovs=$(usex virtualstudio false true)
+   $(meson_feature jack)
+   $(meson_feature rtaudio)
+   )
+
+   meson_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: virtual/notification-daemon/

2023-01-25 Thread Florian Schmaus
commit: 2adbf6778aeaf07311cb03da76cef78128c5
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jan 25 01:42:07 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 01:42:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2adbf677

Revert "virtual/notification-daemon: add gui-apps/swaync"

Adding to GURU is against rules since overwrites ::gentoo package.
Instead going to upstream gui-apps/swaync and add to ::gentoo.

Signed-off-by: Joe Kappus  wt.gd>

 .../notification-daemon-0-r1.ebuild| 27 --
 1 file changed, 27 deletions(-)

diff --git a/virtual/notification-daemon/notification-daemon-0-r1.ebuild 
b/virtual/notification-daemon/notification-daemon-0-r1.ebuild
deleted file mode 100644
index 86af78474..0
--- a/virtual/notification-daemon/notification-daemon-0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Virtual for notification daemon dbus service"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gnome kde"
-
-RDEPEND="
-   gnome? ( || ( x11-misc/notification-daemon
-   gnome-base/gnome-shell ) )
-   kde? ( kde-plasma/plasma-workspace )
-   !gnome? ( !kde? ( || (
-   x11-misc/notification-daemon
-   gnome-extra/cinnamon
-   gui-apps/mako
-   gui-apps/swaync
-   xfce-extra/xfce4-notifyd
-   x11-misc/notify-osd
-   x11-misc/dunst
-   >=x11-wm/awesome-3.4.4[dbus]
-   x11-wm/enlightenment
-   x11-misc/mate-notification-daemon
-   lxqt-base/lxqt-notificationd
-   net-misc/eventd[notification] ) ) )"



[gentoo-commits] repo/proj/guru:master commit in: app-doc/ford/

2023-01-25 Thread Florian Schmaus
commit: 0b463dd96e788dc93f026bc3f598397244a57145
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Jan 24 21:36:52 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan 24 21:38:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b463dd9

app-doc/ford: ford-6.1.13-r1 fix python compat with 3.9 restrict.

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-doc/ford/ford-6.1.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/ford/ford-6.1.13-r1.ebuild 
b/app-doc/ford/ford-6.1.13-r1.ebuild
index 9f6e6fbd8..277426ce6 100644
--- a/app-doc/ford/ford-6.1.13-r1.ebuild
+++ b/app-doc/ford/ford-6.1.13-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{3..10} )
+PYTHON_COMPAT=( python3_{9..10} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 toolchain-funcs



[gentoo-commits] repo/proj/guru:master commit in: net-libs/libomemo-c/

2023-01-25 Thread Florian Schmaus
commit: 422b997ef71d020e4a0b6ad6f99d97834367ad1a
Author: Tony Olagbaiye  fron  io>
AuthorDate: Tue Jan 24 15:07:32 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan 24 15:08:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=422b997e

net-libs/libomemo-c: new package, add 0.5.0, 

Signed-off-by: Tony Olagbaiye  fron.io>

 net-libs/libomemo-c/Manifest|  1 +
 net-libs/libomemo-c/libomemo-c-0.5.0.ebuild | 14 ++
 net-libs/libomemo-c/libomemo-c-.ebuild  | 14 ++
 net-libs/libomemo-c/metadata.xml|  9 +
 4 files changed, 38 insertions(+)

diff --git a/net-libs/libomemo-c/Manifest b/net-libs/libomemo-c/Manifest
new file mode 100644
index 0..be5fb92e2
--- /dev/null
+++ b/net-libs/libomemo-c/Manifest
@@ -0,0 +1 @@
+DIST libomemo-c-0.5.0.tar.gz 260987 BLAKE2B 
68a2e7488e1f079e32ed16124fc73e84f28e1140c96e19e60accde3e1434e4bfea0d3323c7550b2dc4bf55ad493d9353e284486920375c2efc32a1b51f0965bf
 SHA512 
2661ba0dea3eea308b1b71f1b46d7b8445fbe940bf52cc35f22eed110acdb8ee457841c1978e0fe9a53b9d9856c60d70c7f8f98ac182214c0ffb9ec3983240f0

diff --git a/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild 
b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild
new file mode 100644
index 0..71f6ced95
--- /dev/null
+++ b/net-libs/libomemo-c/libomemo-c-0.5.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO"
+HOMEPAGE="https://github.com/dino/libomemo-c/;
+SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="amd64 arm64 x86"
+
+LICENSE="GPL-3"
+SLOT="0"

diff --git a/net-libs/libomemo-c/libomemo-c-.ebuild 
b/net-libs/libomemo-c/libomemo-c-.ebuild
new file mode 100644
index 0..58aa0c05c
--- /dev/null
+++ b/net-libs/libomemo-c/libomemo-c-.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 cmake
+
+DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO"
+HOMEPAGE="https://github.com/dino/libomemo-c/;
+
+EGIT_REPO_URI="https://github.com/dino/libomemo-c;
+
+LICENSE="GPL-3"
+SLOT="0"

diff --git a/net-libs/libomemo-c/metadata.xml b/net-libs/libomemo-c/metadata.xml
new file mode 100644
index 0..b7b3547e5
--- /dev/null
+++ b/net-libs/libomemo-c/metadata.xml
@@ -0,0 +1,9 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dino/libomemo-c
+   https://github.com/dino/libomemo-c/issues
+   
https://github.com/dino/libomemo-c/blob/master/README.md
+   
+



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/ufiformat/

2023-01-25 Thread Florian Schmaus
commit: 75b669333fff0b9b7b6d42b9d6ce803ae99642be
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Jan 25 07:53:07 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jan 25 07:53:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75b66933

sys-fs/ufiformat: add myself as a maintainer

Signed-off-by: Joe Kappus  wt.gd>

 sys-fs/ufiformat/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-fs/ufiformat/metadata.xml b/sys-fs/ufiformat/metadata.xml
index 5ff2df21a..505d306db 100644
--- a/sys-fs/ufiformat/metadata.xml
+++ b/sys-fs/ufiformat/metadata.xml
@@ -1,6 +1,13 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
+
+j...@wt.gd
+joecool
+
+
+   tedigh/ufiformat
+
 
 Low-level formatter for USB floppy drives. Provides similar functionality
 that fdformat did for internal floppy drives.



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/libdbf/

2023-01-25 Thread Florian Schmaus
commit: c15120eac0e1e94488df744e5a2fee8e9ca24bc4
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Jan 24 16:11:20 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan 24 16:11:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c15120ea

dev-libs/libdbf: remove .la file

Closes: https://bugs.gentoo.org/891943
Signed-off-by: Joe Kappus  wt.gd>

 dev-libs/libdbf/libdbf-0.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libdbf/libdbf-0.0.1.ebuild 
b/dev-libs/libdbf/libdbf-0.0.1.ebuild
index e28716c30..d39049494 100644
--- a/dev-libs/libdbf/libdbf-0.0.1.ebuild
+++ b/dev-libs/libdbf/libdbf-0.0.1.ebuild
@@ -39,4 +39,5 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" install || die "make install failed"
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/proj/guru:master commit in: virtual/notification-daemon/

2023-01-25 Thread Florian Schmaus
commit: 1b57866cff7ec63e20e874d2e7551e9ba21d0358
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Jan 24 18:41:21 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan 24 18:41:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b57866c

virtual/notification-daemon: add gui-apps/swaync

We have swaync in GURU, ::gentoo doesn't
So update this virtual as swaync provides a working notification-daemon

Signed-off-by: Joe Kappus  wt.gd>

 virtual/notification-daemon/Manifest   |  1 +
 .../notification-daemon-0.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/virtual/notification-daemon/Manifest 
b/virtual/notification-daemon/Manifest
new file mode 100644
index 0..5083a1988
--- /dev/null
+++ b/virtual/notification-daemon/Manifest
@@ -0,0 +1 @@
+EBUILD notification-daemon-0.ebuild 779 BLAKE2B 
4585d75911ea829167f2f41894b0aad699eb7b254804ecb2f83fd383f882ede51e4043cbc0921cbf81fc469060e323da30d7616194fc947e789b3ce73b272f46
 SHA512 
074f71dc944825238cec1629e16ef56f536d3d205c099e22bd85eb6fba7cb37547fc8532a52a70f5bf3c86070bc1bd63f8a745d600b8c69b6868e1c796742cd5

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild 
b/virtual/notification-daemon/notification-daemon-0.ebuild
new file mode 100644
index 0..44040f089
--- /dev/null
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for notification daemon dbus service"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gnome kde"
+
+RDEPEND="
+   gnome? ( || ( x11-misc/notification-daemon
+   gnome-base/gnome-shell ) )
+   kde? ( kde-plasma/plasma-workspace )
+   !gnome? ( !kde? ( || (
+   x11-misc/notification-daemon
+   gnome-extra/cinnamon
+   gui-apps/mako
+   gui-apps/swaync
+   xfce-extra/xfce4-notifyd
+   x11-misc/notify-osd
+   x11-misc/dunst
+   >=x11-wm/awesome-3.4.4[dbus]
+   x11-wm/enlightenment
+   x11-misc/mate-notification-daemon
+   lxqt-base/lxqt-notificationd
+   net-misc/eventd[notification] ) ) )"



[gentoo-commits] repo/proj/guru:master commit in: virtual/notification-daemon/

2023-01-25 Thread Florian Schmaus
commit: dc8ceaacf6240d5f430be61fd89ce1450ac874db
Author: Joe Kappus  wt  gd>
AuthorDate: Tue Jan 24 18:55:39 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Jan 24 18:56:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc8ceaac

virtual/notification-daemon: revbump, EAPI8

Signed-off-by: Joe Kappus  wt.gd>

 virtual/notification-daemon/Manifest  | 1 -
 .../{notification-daemon-0.ebuild => notification-daemon-0-r1.ebuild} | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/virtual/notification-daemon/Manifest 
b/virtual/notification-daemon/Manifest
deleted file mode 100644
index 5083a1988..0
--- a/virtual/notification-daemon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD notification-daemon-0.ebuild 779 BLAKE2B 
4585d75911ea829167f2f41894b0aad699eb7b254804ecb2f83fd383f882ede51e4043cbc0921cbf81fc469060e323da30d7616194fc947e789b3ce73b272f46
 SHA512 
074f71dc944825238cec1629e16ef56f536d3d205c099e22bd85eb6fba7cb37547fc8532a52a70f5bf3c86070bc1bd63f8a745d600b8c69b6868e1c796742cd5

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild 
b/virtual/notification-daemon/notification-daemon-0-r1.ebuild
similarity index 94%
rename from virtual/notification-daemon/notification-daemon-0.ebuild
rename to virtual/notification-daemon/notification-daemon-0-r1.ebuild
index 44040f089..86af78474 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Virtual for notification daemon dbus service"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2023-01-25 Thread Andreas Sturmlechner
commit: 176e58440a7ad690443610338884bfb5a0046e0f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 25 10:07:58 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 25 10:18:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176e5844

kde-frameworks/kio: Fix WebDAV file loss

Bug: https://bugs.gentoo.org/891961
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kio/files/kio-5.99.0-fix-webdav-fileloss.patch | 26 +++
 kde-frameworks/kio/kio-5.99.0-r1.ebuild| 91 ++
 2 files changed, 117 insertions(+)

diff --git a/kde-frameworks/kio/files/kio-5.99.0-fix-webdav-fileloss.patch 
b/kde-frameworks/kio/files/kio-5.99.0-fix-webdav-fileloss.patch
new file mode 100644
index ..68190d3d4c17
--- /dev/null
+++ b/kde-frameworks/kio/files/kio-5.99.0-fix-webdav-fileloss.patch
@@ -0,0 +1,26 @@
+From 501091059ae9fc2877d621cdbc0fb3c5ece56dae Mon Sep 17 00:00:00 2001
+From: Harald Sitter 
+Date: Thu, 20 Oct 2022 12:47:59 +0200
+Subject: [PATCH] fix dav overwrite
+
+somehow the function call got lost
+---
+ src/ioslaves/http/http.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ioslaves/http/http.cpp b/src/ioslaves/http/http.cpp
+index ec3c8809f..c54e568d2 100644
+--- a/src/ioslaves/http/http.cpp
 b/src/ioslaves/http/http.cpp
+@@ -5522,7 +5522,7 @@ bool HTTPProtocol::davDestinationExists()
+ m_request.cacheTag.policy = CC_Reload;
+ m_request.davData.depth = 0;
+ 
+-(void)/* handling result via response codes */ (true);
++(void)/* handling result via response codes 
*/proceedUntilResponseContent(true);
+ 
+ if (!m_request.isKeepAlive) {
+ httpCloseConnection(); // close connection if server requested it.
+-- 
+GitLab
+

diff --git a/kde-frameworks/kio/kio-5.99.0-r1.ebuild 
b/kde-frameworks/kio/kio-5.99.0-r1.ebuild
new file mode 100644
index ..f30be3b779bb
--- /dev/null
+++ b/kde-frameworks/kio/kio-5.99.0-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org xdg-utils
+
+DESCRIPTION="Framework providing transparent file and data management"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="acl +handbook kerberos +kwallet X"
+
+# tests hang
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/libxml2
+   dev-libs/libxslt
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kauth-${PVCUT}*:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kbookmarks-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/solid-${PVCUT}*:5
+   acl? (
+   sys-apps/attr
+   virtual/acl
+   )
+   handbook? ( =kde-frameworks/kdoctools-${PVCUT}*:5 )
+   kerberos? ( virtual/krb5 )
+   kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 )
+   X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   test? ( sys-libs/zlib )
+"
+PDEPEND=">=kde-frameworks/kded-${PVCUT}:5"
+
+PATCHES=( "${FILESDIR}/${P}-fix-webdav-fileloss.patch" ) # bug 891961
+
+src_configure() {
+   local mycmakeargs=(
+   -DKIO_NO_PUBLIC_QTCONCURRENT=ON
+   $(cmake_use_find_package acl ACL)
+   $(cmake_use_find_package handbook KF5DocTools)
+   $(cmake_use_find_package kerberos GSSAPI)
+   $(cmake_use_find_package kwallet KF5Wallet)
+   -DWITH_X11=$(usex X)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   ecm_pkg_postrm
+   xdg_desktop_database_update
+}



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

2023-01-25 Thread Jakov Smolić
commit: 264812dfa1a2f206ab90cdb19d35a1841c100060
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 25 08:40:33 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 25 08:40:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264812df

dev-python/coverage: Stabilize 7.0.5 ppc, #891987

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

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

diff --git a/dev-python/coverage/coverage-7.0.5.ebuild 
b/dev-python/coverage/coverage-7.0.5.ebuild
index 07c1d5505c42..dc01c6710a8b 100644
--- a/dev-python/coverage/coverage-7.0.5.ebuild
+++ b/dev-python/coverage/coverage-7.0.5.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-01-25 Thread Jakov Smolić
commit: 8dffc1a2dddba027b6ec5a50543a5ac565dd63be
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 25 08:40:35 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 25 08:40:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dffc1a2

dev-python/coverage: Stabilize 7.0.5 ppc64, #891987

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

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

diff --git a/dev-python/coverage/coverage-7.0.5.ebuild 
b/dev-python/coverage/coverage-7.0.5.ebuild
index dc01c6710a8b..de19c98377a3 100644
--- a/dev-python/coverage/coverage-7.0.5.ebuild
+++ b/dev-python/coverage/coverage-7.0.5.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-01-25 Thread Andreas Sturmlechner
commit: 7db8a0fcc25152b0f663520f85843dbb358cb94c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 25 08:27:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 25 08:27:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db8a0fc

kde-misc/tellico: drop 3.4.5

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

 kde-misc/tellico/Manifest |  1 -
 kde-misc/tellico/tellico-3.4.5.ebuild | 90 ---
 2 files changed, 91 deletions(-)

diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest
index 0341542d8107..6e659e74a2b6 100644
--- a/kde-misc/tellico/Manifest
+++ b/kde-misc/tellico/Manifest
@@ -1,2 +1 @@
-DIST tellico-3.4.5.tar.xz 6602152 BLAKE2B 
cd308a500abaf9b85514e2a20b58bf576ccb3cffaf7d660111dabdeeb500a643aca469d4208163874fe842902b8664956f4d693575c2b1b7562068fdf4994a2d
 SHA512 
1b8d52da856a3860147dd0c8c69ea99339f99b411555b87ff328f2519385072c544fe97f680363d6bb2cad5056313c4ad07d1c5e0b6021a092dbe93c233709c4
 DIST tellico-3.4.6.tar.xz 6640952 BLAKE2B 
070f0f91abbcedd7b354e19b972c47df6fe429685476f2b22968546bbf3ed76981023e4f335196beb19b94c83342a5a56bb58ee242ef3c3a83f5722f17c1b980
 SHA512 
32f6bc05696987877b170689caccaedcec5136adb898dae6ffc01ef8a09ce30e6afa12602305d671f425f8ce5ac0ad0c5fc93b544cb745426180f0246ff4fecd

diff --git a/kde-misc/tellico/tellico-3.4.5.ebuild 
b/kde-misc/tellico/tellico-3.4.5.ebuild
deleted file mode 100644
index 442303323a41..
--- a/kde-misc/tellico/tellico-3.4.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_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Collection manager based on KDE Frameworks"
-HOMEPAGE="https://tellico-project.org/;
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   SRC_URI="https://tellico-project.org/files/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="5"
-IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
-
-# tests need network access
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/libxml2
-   dev-libs/libxslt
-   dev-qt/qtcharts:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   kde-frameworks/karchive:5
-   kde-frameworks/kcodecs:5
-   kde-frameworks/kcompletion:5
-   kde-frameworks/kconfig:5
-   kde-frameworks/kconfigwidgets:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kcrash:5
-   kde-frameworks/kguiaddons:5
-   kde-frameworks/kiconthemes:5
-   kde-frameworks/kitemmodels:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/kjobwidgets:5
-   kde-frameworks/kio:5
-   kde-frameworks/knewstuff:5
-   kde-frameworks/kparts:5
-   kde-frameworks/kservice:5
-   kde-frameworks/ktextwidgets:5
-   kde-frameworks/kwallet:5
-   kde-frameworks/kwidgetsaddons:5
-   kde-frameworks/kwindowsystem:5
-   kde-frameworks/kxmlgui:5
-   kde-frameworks/solid:5
-   kde-frameworks/sonnet:5
-   bibtex? ( >=dev-perl/Text-BibTeX-0.780.0-r1 )
-   cddb? ( kde-apps/libkcddb:5 )
-   discid? ( dev-libs/libcdio:= )
-   pdf? ( app-text/poppler[qt5] )
-   scanner? ( kde-apps/libksane:5 )
-   semantic-desktop? ( kde-frameworks/kfilemetadata:5 )
-   taglib? ( >=media-libs/taglib-1.5 )
-   v4l? ( >=media-libs/libv4l-0.8.3 )
-   xmp? ( >=media-libs/exempi-2:= )
-   yaz? ( >=dev-libs/yaz-2:0= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON
-   -DENABLE_BTPARSE=$(usex bibtex)
-   $(cmake_use_find_package cddb KF5Cddb)
-   $(cmake_use_find_package discid CDIO)
-   $(cmake_use_find_package pdf Poppler)
-   $(cmake_use_find_package scanner KF5Sane)
-   $(cmake_use_find_package semantic-desktop KF5FileMetaData)
-   $(cmake_use_find_package taglib Taglib)
-   -DENABLE_WEBCAM=$(usex v4l)
-   $(cmake_use_find_package xmp Exempi)
-   $(cmake_use_find_package yaz Yaz)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-nds/ldapvi/

2023-01-25 Thread Andreas Sturmlechner
commit: 111004fd4fe23bf3fc8673dbc58b4616b16b6488
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 25 08:24:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 25 08:24:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111004fd

net-nds/ldapvi: drop 1.7_p20101214-r3

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

 net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild | 52 ---
 1 file changed, 52 deletions(-)

diff --git a/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild 
b/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild
deleted file mode 100644
index 71a2b08d735a..
--- a/net-nds/ldapvi/ldapvi-1.7_p20101214-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Manage LDAP entries with a text editor"
-HOMEPAGE="http://www.lichteblau.com/ldapvi/;
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-S="${WORKDIR}"/${P}/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
-IUSE="gnutls sasl"
-
-RDEPEND="dev-libs/popt
-   dev-libs/glib:2
-   net-nds/openldap:=
-   sys-libs/readline:=
-   sys-libs/ncurses:0=
-   virtual/libcrypt:=
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? ( dev-libs/openssl:0= )
-   sasl? ( dev-libs/cyrus-sasl:2 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   # bug #459478
-   sed -i \
-   -e '/^AC_SEARCH_LIBS/s:curses ncurses:curses ncurses tinfo:' \
-   configure.in || die
-
-   mv configure.{in,ac} || die
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-libcrypto=$(usex gnutls gnutls openssl)
-}
-
-src_install() {
-   dobin ldapvi
-   doman ldapvi.1
-   dodoc NEWS manual/{bg.png,html.xsl,manual.{css,xml}}
-}



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

2023-01-25 Thread Andreas Sturmlechner
commit: 12d316ed148ec958600f952df661d87b6f859ae5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 25 08:22:12 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 25 08:22:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d316ed

app-text/xournal: drop 0.4.8.2016

Closes: https://bugs.gentoo.org/888441
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/xournal/xournal-0.4.8.2016.ebuild | 59 --
 1 file changed, 59 deletions(-)

diff --git a/app-text/xournal/xournal-0.4.8.2016.ebuild 
b/app-text/xournal/xournal-0.4.8.2016.ebuild
deleted file mode 100644
index 8ea556bd5054..
--- a/app-text/xournal/xournal-0.4.8.2016.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-[[ ${PV} == * ]] && GNOME2_EAUTORECONF=yes
-
-inherit gnome2
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.code.sf.net/p/xournal/code;
-   unset SRC_URI
-else
-   KEYWORDS="amd64 ~ppc64 ~x86"
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="An application for notetaking, sketching, and keeping a journal 
using a stylus"
-HOMEPAGE="http://xournal.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+pdf vanilla"
-
-COMMONDEPEND="
-   app-text/poppler[cairo]
-   dev-libs/atk
-   dev-libs/glib
-   gnome-base/libgnomecanvas
-   media-libs/freetype
-   media-libs/fontconfig
-   sys-libs/zlib
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/pango
-"
-RDEPEND="${COMMONDEPEND}
-   pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl )
-"
-DEPEND="${COMMONDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default_src_prepare
-   if ! use vanilla; then
-   eapply "${FILESDIR}"/xournal-0.4.8-aspectratio.patch
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   emake DESTDIR="${D}" desktop-install
-
-   dodoc ChangeLog AUTHORS README
-   dodoc -r html-doc/*
-}



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

2023-01-25 Thread Andreas Sturmlechner
commit: 85882759da4eb2b00c11bbfd2c44cfd5903f257e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 25 08:21:37 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 25 08:21:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85882759

dev-libs/appstream: drop 0.15.5

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

 dev-libs/appstream/Manifest|  1 -
 dev-libs/appstream/appstream-0.15.5.ebuild | 79 --
 .../appstream-0.14.3-disable-Werror-flags.patch| 12 
 3 files changed, 92 deletions(-)

diff --git a/dev-libs/appstream/Manifest b/dev-libs/appstream/Manifest
index c4334da85342..2e213f107408 100644
--- a/dev-libs/appstream/Manifest
+++ b/dev-libs/appstream/Manifest
@@ -1,2 +1 @@
-DIST AppStream-0.15.5.tar.xz 2499336 BLAKE2B 
a0710d1ef2756480fa814c8b740d066e1b06dffe6a3396a44697876372dc9d0f39088ff141817af549d0cf0ad99221e68305344dfdeb82e246f7cda18c3b63a7
 SHA512 
83202a8db9a31e4328b2a831b02e65389aad1ba95a4c2b2709084fb843cb3675af6fac73f932a31bb3a6d3ff5db85a863c01528be67d9bbd3b9614a978239771
 DIST AppStream-0.15.6.tar.xz 2517688 BLAKE2B 
09519205c7dfc5f0715b9d5ae7e99a67673ab499f1e2cb39815edde64defc1aa5059215575278bbcfc4482cd385a79e081c70f6acea3c446c5869dc6b2e18f6c
 SHA512 
7426bc89e22b751de7b3e27d7c07eb1c373f4439f9966868ce5ea410d209b8c5292e03695a34b7a49bfa61e2e62265c7f7cdffc0be871c950193c933f65757ef

diff --git a/dev-libs/appstream/appstream-0.15.5.ebuild 
b/dev-libs/appstream/appstream-0.15.5.ebuild
deleted file mode 100644
index 8978b5465107..
--- a/dev-libs/appstream/appstream-0.15.5.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg-utils
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ximion/${PN};
-else
-   MY_PN="AppStream"
-   
SRC_URI="https://www.freedesktop.org/software/appstream/releases/${MY_PN}-${PV}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-DESCRIPTION="Cross-distro effort for providing metadata for software in the 
Linux ecosystem"
-HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/;
-
-LICENSE="LGPL-2.1+ GPL-2+"
-# check as_api_level
-SLOT="0/4"
-IUSE="apt doc +introspection qt5 test"
-RESTRICT="test" # bug 691962
-
-RDEPEND="
-   >=dev-libs/glib-2.62:2
-   dev-libs/libxml2:2
-   >=dev-libs/libxmlb-0.3.6:=
-   dev-libs/libyaml
-   dev-libs/snowball-stemmer:=
-   >=net-misc/curl-7.62
-   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
-   qt5? ( dev-qt/qtcore:5 )
-"
-DEPEND="${RDEPEND}
-   test? ( qt5? ( dev-qt/qttest:5 ) )
-"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxslt
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   doc? ( app-text/docbook-xml-dtd:4.5 )
-   test? ( dev-qt/linguist-tools:5 )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.14.3-disable-Werror-flags.patch # bug 733774
-)
-
-src_prepare() {
-   default
-   sed -e "/^as_doc_target_dir/s/appstream/${PF}/" -i docs/meson.build || 
die
-   if ! use test; then
-   sed -e "/^subdir.*tests/s/^/#DONT /" -i {,qt/}meson.build || 
die # bug 675944
-   fi
-}
-
-src_configure() {
-   xdg_environment_reset
-
-   local emesonargs=(
-   -Dapidocs=false
-   -Ddocs=false
-   -Dcompose=false
-   -Dmaintainer=false
-   -Dstatic-analysis=false
-   -Dstemming=true
-   -Dvapi=false
-   -Dapt-support=$(usex apt true false)
-   -Dinstall-docs=$(usex doc true false)
-   -Dgir=$(usex introspection true false)
-   -Dqt=$(usex qt5 true false)
-   )
-
-   meson_src_configure
-}

diff --git 
a/dev-libs/appstream/files/appstream-0.14.3-disable-Werror-flags.patch 
b/dev-libs/appstream/files/appstream-0.14.3-disable-Werror-flags.patch
deleted file mode 100644
index 4e5a117061b4..
--- a/dev-libs/appstream/files/appstream-0.14.3-disable-Werror-flags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/meson.build
-+++ b/meson.build
-@@ -52,9 +52,6 @@
- add_project_arguments(maintainer_c_args, language: 'cpp')
- endif
- 
--# a few compiler warning flags we always want enabled
--add_project_arguments('-Werror=implicit-function-declaration', 
'-Wno-unused-parameter', language: 'c')
--add_project_arguments('-Wno-unused-parameter', language: 'cpp')
- add_project_arguments('-DAS_COMPILATION', language: 'c')
- 
- # Vendor extensions in system headers



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

2023-01-25 Thread Michał Górny
commit: 541aa1fb041bcc04258f7d0d9fbdd22d69f755a2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 25 08:04:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 25 08:10:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541aa1fb

sys-libs/llvm-libunwind: Add 17.0.0. live ebuild

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

 .../llvm-libunwind-17.0.0..ebuild  | 123 +
 1 file changed, 123 insertions(+)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0..ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0..ebuild
new file mode 100644
index ..6ffa6c4f81b8
--- /dev/null
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0..ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
+   toolchain-funcs
+
+DESCRIPTION="C++ runtime stack unwinder from LLVM"
+HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html;
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+KEYWORDS=""
+IUSE="+clang debug static-libs test"
+REQUIRED_USE="test? ( clang )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !sys-libs/libunwind
+"
+DEPEND="
+   sys-devel/llvm:${LLVM_MAJOR}
+"
+BDEPEND="
+   clang? (
+   sys-devel/clang:${LLVM_MAJOR}
+   )
+   !test? (
+   ${PYTHON_DEPS}
+   )
+   test? (
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
+   )
+"
+
+LLVM_COMPONENTS=( runtimes libunwind libcxx llvm/cmake cmake )
+LLVM_TEST_COMPONENTS=( libcxxabi llvm/utils/llvm-lit )
+llvm.org_set_globals
+
+python_check_deps() {
+   use test || return 0
+   python_has_version "dev-python/lit[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+multilib_src_configure() {
+   local libdir=$(get_libdir)
+
+   # https://github.com/llvm/llvm-project/issues/56825
+   # also separately bug #863917
+   filter-lto
+
+   if use clang; then
+   local -x CC=${CHOST}-clang
+   local -x CXX=${CHOST}-clang++
+   strip-unsupported-flags
+   fi
+
+   # link to compiler-rt
+   # https://github.com/gentoo/gentoo/pull/21516
+   local use_compiler_rt=OFF
+   [[ $(tc-get-c-rtlib) == compiler-rt ]] && use_compiler_rt=ON
+
+   local mycmakeargs=(
+   -DCMAKE_CXX_COMPILER_TARGET="${CHOST}"
+   -DPython3_EXECUTABLE="${PYTHON}"
+   -DLLVM_ENABLE_RUNTIMES="libunwind"
+   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
+   -DLLVM_INCLUDE_TESTS=OFF
+   -DLIBUNWIND_ENABLE_ASSERTIONS=$(usex debug)
+   -DLIBUNWIND_ENABLE_STATIC=$(usex static-libs)
+   -DLIBUNWIND_INCLUDE_TESTS=$(usex test)
+   -DLIBUNWIND_INSTALL_HEADERS=ON
+
+   # support non-native unwinding; given it's small enough,
+   # enable it unconditionally
+   -DLIBUNWIND_ENABLE_CROSS_UNWINDING=ON
+
+   # avoid dependency on libgcc_s if compiler-rt is used
+   -DLIBUNWIND_USE_COMPILER_RT=${use_compiler_rt}
+   )
+   if use test; then
+   mycmakeargs+=(
+   -DLLVM_ENABLE_RUNTIMES="libunwind;libcxxabi;libcxx"
+   -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+   -DLLVM_LIT_ARGS="$(get_lit_flags)"
+   -DLIBUNWIND_LIBCXX_PATH="${WORKDIR}/libcxx"
+
+   -DLIBCXXABI_LIBDIR_SUFFIX=
+   -DLIBCXXABI_ENABLE_SHARED=OFF
+   -DLIBCXXABI_ENABLE_STATIC=ON
+   -DLIBCXXABI_USE_LLVM_UNWINDER=ON
+   -DLIBCXXABI_INCLUDE_TESTS=OFF
+
+   -DLIBCXX_LIBDIR_SUFFIX=
+   -DLIBCXX_ENABLE_SHARED=OFF
+   -DLIBCXX_ENABLE_STATIC=ON
+   -DLIBCXX_CXX_ABI=libcxxabi
+   -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
+   -DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl)
+   -DLIBCXX_HAS_GCC_S_LIB=OFF
+   -DLIBCXX_INCLUDE_TESTS=OFF
+   -DLIBCXX_INCLUDE_BENCHMARKS=OFF
+   )
+   fi
+
+   cmake_src_configure
+}
+
+multilib_src_test() {
+   local -x LIT_PRESERVES_TMP=1
+   cmake_build check-unwind
+}
+
+multilib_src_install() {
+   DESTDIR=${D} cmake_build install-unwind
+}



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

2023-01-25 Thread Michał Górny
commit: f4a349d2f69e4c88a8fd4eb8413267f1fde800ba
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 25 08:04:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 25 08:10:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a349d2

sys-devel/clang-runtime: Add 17.0.0. live ebuild

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

 .../clang-runtime/clang-runtime-17.0.0..ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild
new file mode 100644
index ..67b42357665e
--- /dev/null
+++ b/sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build toolchain-funcs
+
+DESCRIPTION="Meta-ebuild for clang runtime libraries"
+HOMEPAGE="https://clang.llvm.org/;
+
+LICENSE="metapackage"
+SLOT="${PV%%.*}"
+KEYWORDS=""
+IUSE="+compiler-rt libcxx openmp +sanitize"
+REQUIRED_USE="sanitize? ( compiler-rt )"
+PROPERTIES="live"
+
+RDEPEND="
+   compiler-rt? (
+   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
+   sanitize? (
+   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
+   )
+   )
+   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
+   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
+"
+
+pkg_pretend() {
+   if tc-is-clang; then
+   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
+   ewarn "upstream has turned a few warnings that commonly occur 
during"
+   ewarn "configure script runs into errors by default.  This 
causes some"
+   ewarn "configure tests to start failing, sometimes resulting in 
silent"
+   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
+   ewarn "not yet clear whether the change will remain or be 
reverted."
+   ewarn
+   ewarn "For more information, please see:"
+   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
+   fi
+}



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

2023-01-25 Thread Michał Górny
commit: ddeca6db74a0510684d9740decaaba4471973cab
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 25 08:04:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 25 08:10:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddeca6db

sys-libs/libomp: Add 17.0.0. live ebuild

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

 sys-libs/libomp/libomp-17.0.0..ebuild | 148 ++
 1 file changed, 148 insertions(+)

diff --git a/sys-libs/libomp/libomp-17.0.0..ebuild 
b/sys-libs/libomp/libomp-17.0.0..ebuild
new file mode 100644
index ..971931877b19
--- /dev/null
+++ b/sys-libs/libomp/libomp-17.0.0..ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit flag-o-matic cmake-multilib linux-info llvm llvm.org
+inherit python-single-r1 toolchain-funcs
+
+DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
+HOMEPAGE="https://openmp.llvm.org;
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0/${LLVM_SOABI}"
+KEYWORDS=""
+IUSE="
+   debug gdb-plugin hwloc offload ompt test
+   llvm_targets_AMDGPU llvm_targets_NVPTX
+"
+REQUIRED_USE="
+   gdb-plugin? ( ${PYTHON_REQUIRED_USE} )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   gdb-plugin? ( ${PYTHON_DEPS} )
+   hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
+   offload? (
+   dev-libs/libffi:=[${MULTILIB_USEDEP}]
+   ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}]
+   )
+"
+# tests:
+# - dev-python/lit provides the test runner
+# - sys-devel/llvm provide test utils (e.g. FileCheck)
+# - sys-devel/clang provides the compiler to run tests
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-lang/perl
+   offload? (
+   llvm_targets_AMDGPU? ( sys-devel/clang )
+   llvm_targets_NVPTX? ( sys-devel/clang )
+   virtual/pkgconfig
+   )
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/lit[${PYTHON_USEDEP}]
+   ')
+   sys-devel/clang
+   )
+"
+
+LLVM_COMPONENTS=( openmp cmake llvm/include )
+llvm.org_set_globals
+
+kernel_pds_check() {
+   if use kernel_linux && kernel_is -lt 4 15 && kernel_is -ge 4 13; then
+   local CONFIG_CHECK="~!SCHED_PDS"
+   local ERROR_SCHED_PDS="\
+PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels >= 4.13-pf11
+< 4.14-pf9) do not implement sched_yield() call which may result in horrible
+performance problems with libomp. If you are using one of the specified
+kernel versions, you may want to disable the PDS scheduler."
+
+   check_extra_config
+   fi
+}
+
+pkg_pretend() {
+   kernel_pds_check
+}
+
+pkg_setup() {
+   use offload && LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
+   if use gdb-plugin || use test; then
+   python-single-r1_pkg_setup
+   fi
+}
+
+multilib_src_configure() {
+   # LTO causes issues in other packages building, #870127
+   filter-lto
+
+   # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
+   use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"
+
+   local build_omptarget=OFF
+   # upstream disallows building libomptarget when sizeof(void*) != 8
+   if use offload &&
+   "$(tc-getCC)" ${CFLAGS} ${CPPFLAGS} -c -x c - -o /dev/null \
+   <<-EOF &>/dev/null
+   int test[sizeof(void *) == 8 ? 1 : -1];
+   EOF
+   then
+   build_omptarget=ON
+   fi
+
+   local libdir="$(get_libdir)"
+   local mycmakeargs=(
+   -DOPENMP_LIBDIR_SUFFIX="${libdir#lib}"
+
+   -DLIBOMP_USE_HWLOC=$(usex hwloc)
+   -DLIBOMP_OMPD_GDB_SUPPORT=$(multilib_native_usex gdb-plugin)
+   -DLIBOMP_OMPT_SUPPORT=$(usex ompt)
+
+   -DOPENMP_ENABLE_LIBOMPTARGET=${build_omptarget}
+
+   # do not install libgomp.so & libiomp5.so aliases
+   -DLIBOMP_INSTALL_ALIASES=OFF
+   # disable unnecessary hack copying stuff back to srcdir
+   -DLIBOMP_COPY_EXPORTS=OFF
+   )
+
+   if [[ ${build_omptarget} == ON ]]; then
+   if has "${CHOST%%-*}" aarch64 powerpc64le x86_64; then
+   mycmakeargs+=(
+   -DLIBOMPTARGET_BUILD_AMDGPU_PLUGIN=$(usex 
llvm_targets_AMDGPU)
+   -DLIBOMPTARGET_BUILD_CUDA_PLUGIN=$(usex 
llvm_targets_NVPTX)
+   )
+   else
+   mycmakeargs+=(
+   -DLIBOMPTARGET_BUILD_AMDGPU_PLUGIN=OFF
+   -DLIBOMPTARGET_BUILD_CUDA_PLUGIN=OFF
+   )
+   fi
+   fi
+
+   use test 

<    1   2   3   4   >