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

2022-11-23 Thread Andreas Sturmlechner
commit: 941c01492a19101be440e5875bb2bd18d1a43e69
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:22:09 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:22:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941c0149

media-libs/mlt: drop 7.10.0

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

 media-libs/mlt/Manifest  |   1 -
 media-libs/mlt/mlt-7.10.0.ebuild | 157 ---
 2 files changed, 158 deletions(-)

diff --git a/media-libs/mlt/Manifest b/media-libs/mlt/Manifest
index fcc8ea541085..b884549306c3 100644
--- a/media-libs/mlt/Manifest
+++ b/media-libs/mlt/Manifest
@@ -1,3 +1,2 @@
-DIST mlt-7.10.0.tar.gz 1477944 BLAKE2B 
29b364526f0f202ac4a2a218d977d8a6b0dbc822fc6605c264d84cd2c5f4754dee7f82cb60a19cd9d9a1a78126b61c1b892b80c21bcb46a8c925941b06c519d2
 SHA512 
bb5cbf1cd6800b92c1f651cc6f10df271bae3f20afc080822f9aea89fad6d1e852d516e5cd38ff26e44085c5d6f7e27ccefb9c468270dab3d4813b382e61c4ae
 DIST mlt-7.12.0.tar.gz 1481720 BLAKE2B 
c0df14cfdbba1eec412e71a1184dfd0e595c89a24b956bc90390679307fec1c8a5f2264e9769123fa2f7d95a67ba35cf9316b32173f7248239431ae47743f6cc
 SHA512 
7111ca31f5ed8479dc899596bec4b9dd9440ab8563844abd9d789f7ce342b61c54d1a5058d6f5288fdd510db7e05db12f7e807bf0cd33dbee11a72185fb0b746
 DIST mlt-7.8.0a.tar.gz 1458730 BLAKE2B 
0f544923c7f1667d2a2379bcb84a68dca2c701ce7b9cebe4e9b5f81efcb494674111fea09e9025108b8714e792a0179d465d226bb0a0231a197a67c99d82f976
 SHA512 
aa44d604f2246db11e5c572e2c3f9121ef0ace1fdead95a6a4a20f7555a3139b067fd2d464f27d23cc90cfcf8907ae9cf8f33b26f76c110a6ba2329867f88bd1

diff --git a/media-libs/mlt/mlt-7.10.0.ebuild b/media-libs/mlt/mlt-7.10.0.ebuild
deleted file mode 100644
index df3bc79a01f1..
--- a/media-libs/mlt/mlt-7.10.0.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit python-single-r1 cmake
-
-DESCRIPTION="Open source multimedia framework for television broadcasting"
-HOMEPAGE="https://www.mltframework.org/;
-SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0/7"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug ffmpeg frei0r gtk jack libsamplerate opencv opengl python qt5 
rtaudio rubberband sdl test vdpau vidstab xine xml"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Needs unpackaged 'kwalify'
-RESTRICT="test"
-
-# rtaudio will use OSS on non linux OSes
-# Qt already needs FFTW/PLUS so let's just always have it on to ensure
-# MLT is useful: bug #603168.
-DEPEND="
-   >=media-libs/libebur128-1.2.2:=
-   sci-libs/fftw:3.0=
-   ffmpeg? ( media-video/ffmpeg:0=[vdpau?,-flite] )
-   frei0r? ( media-plugins/frei0r-plugins )
-   gtk? (
-   media-libs/libexif
-   x11-libs/pango
-   )
-   jack? (
-   >=dev-libs/libxml2-2.5
-   media-libs/ladspa-sdk
-   virtual/jack
-   )
-   libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )
-   opencv? ( >=media-libs/opencv-4.5.1:=[contrib] )
-   opengl? (
-   media-libs/libglvnd
-   media-video/movit
-   )
-   python? ( ${PYTHON_DEPS} )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   media-libs/libexif
-   x11-libs/libX11
-   )
-   rtaudio? (
-   >=media-libs/rtaudio-4.1.2
-   kernel_linux? ( media-libs/alsa-lib )
-   )
-   rubberband? ( media-libs/rubberband )
-   sdl? (
-   media-libs/libsdl2[X,opengl,video]
-   media-libs/sdl2-image
-   )
-   vidstab? ( media-libs/vidstab )
-   xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 )
-   xml? ( >=dev-libs/libxml2-2.5 )
-"
-#  java? ( >=virtual/jre-1.8:* )
-#  perl? ( dev-lang/perl )
-#  php? ( dev-lang/php )
-#  ruby? ( ${RUBY_DEPS} )
-#  sox? ( media-sound/sox )
-#  tcl? ( dev-lang/tcl:0= )
-RDEPEND="${DEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   python? ( >=dev-lang/swig-2.0 )
-"
-
-DOCS=( AUTHORS NEWS README.md )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.10.0-swig-underlinking.patch
-   "${FILESDIR}"/${PN}-6.22.1-no_lua_bdepend.patch
-   "${FILESDIR}"/${PN}-7.0.1-cmake-symlink.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Respect CFLAGS LDFLAGS when building shared libraries. Bug #308873
-   if use python; then
-   sed -i "/mlt.so/s/ -lmlt++ /& ${CFLAGS} ${LDFLAGS} /" 
src/swig/python/build || die
-   python_fix_shebang src/swig/python
-   fi
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   

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

2022-11-23 Thread Andreas Sturmlechner
commit: 8a8579448967222a66baeff7c7378e1cdf94a256
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:21:19 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:21:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a857944

media-libs/mlt: add 7.12.0

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

 media-libs/mlt/Manifest  |   1 +
 media-libs/mlt/mlt-7.12.0.ebuild | 157 +++
 2 files changed, 158 insertions(+)

diff --git a/media-libs/mlt/Manifest b/media-libs/mlt/Manifest
index 7f98e63578bd..fcc8ea541085 100644
--- a/media-libs/mlt/Manifest
+++ b/media-libs/mlt/Manifest
@@ -1,2 +1,3 @@
 DIST mlt-7.10.0.tar.gz 1477944 BLAKE2B 
29b364526f0f202ac4a2a218d977d8a6b0dbc822fc6605c264d84cd2c5f4754dee7f82cb60a19cd9d9a1a78126b61c1b892b80c21bcb46a8c925941b06c519d2
 SHA512 
bb5cbf1cd6800b92c1f651cc6f10df271bae3f20afc080822f9aea89fad6d1e852d516e5cd38ff26e44085c5d6f7e27ccefb9c468270dab3d4813b382e61c4ae
+DIST mlt-7.12.0.tar.gz 1481720 BLAKE2B 
c0df14cfdbba1eec412e71a1184dfd0e595c89a24b956bc90390679307fec1c8a5f2264e9769123fa2f7d95a67ba35cf9316b32173f7248239431ae47743f6cc
 SHA512 
7111ca31f5ed8479dc899596bec4b9dd9440ab8563844abd9d789f7ce342b61c54d1a5058d6f5288fdd510db7e05db12f7e807bf0cd33dbee11a72185fb0b746
 DIST mlt-7.8.0a.tar.gz 1458730 BLAKE2B 
0f544923c7f1667d2a2379bcb84a68dca2c701ce7b9cebe4e9b5f81efcb494674111fea09e9025108b8714e792a0179d465d226bb0a0231a197a67c99d82f976
 SHA512 
aa44d604f2246db11e5c572e2c3f9121ef0ace1fdead95a6a4a20f7555a3139b067fd2d464f27d23cc90cfcf8907ae9cf8f33b26f76c110a6ba2329867f88bd1

diff --git a/media-libs/mlt/mlt-7.12.0.ebuild b/media-libs/mlt/mlt-7.12.0.ebuild
new file mode 100644
index ..df3bc79a01f1
--- /dev/null
+++ b/media-libs/mlt/mlt-7.12.0.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit python-single-r1 cmake
+
+DESCRIPTION="Open source multimedia framework for television broadcasting"
+HOMEPAGE="https://www.mltframework.org/;
+SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0/7"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug ffmpeg frei0r gtk jack libsamplerate opencv opengl python qt5 
rtaudio rubberband sdl test vdpau vidstab xine xml"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Needs unpackaged 'kwalify'
+RESTRICT="test"
+
+# rtaudio will use OSS on non linux OSes
+# Qt already needs FFTW/PLUS so let's just always have it on to ensure
+# MLT is useful: bug #603168.
+DEPEND="
+   >=media-libs/libebur128-1.2.2:=
+   sci-libs/fftw:3.0=
+   ffmpeg? ( media-video/ffmpeg:0=[vdpau?,-flite] )
+   frei0r? ( media-plugins/frei0r-plugins )
+   gtk? (
+   media-libs/libexif
+   x11-libs/pango
+   )
+   jack? (
+   >=dev-libs/libxml2-2.5
+   media-libs/ladspa-sdk
+   virtual/jack
+   )
+   libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )
+   opencv? ( >=media-libs/opencv-4.5.1:=[contrib] )
+   opengl? (
+   media-libs/libglvnd
+   media-video/movit
+   )
+   python? ( ${PYTHON_DEPS} )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-libs/libexif
+   x11-libs/libX11
+   )
+   rtaudio? (
+   >=media-libs/rtaudio-4.1.2
+   kernel_linux? ( media-libs/alsa-lib )
+   )
+   rubberband? ( media-libs/rubberband )
+   sdl? (
+   media-libs/libsdl2[X,opengl,video]
+   media-libs/sdl2-image
+   )
+   vidstab? ( media-libs/vidstab )
+   xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 )
+   xml? ( >=dev-libs/libxml2-2.5 )
+"
+#  java? ( >=virtual/jre-1.8:* )
+#  perl? ( dev-lang/perl )
+#  php? ( dev-lang/php )
+#  ruby? ( ${RUBY_DEPS} )
+#  sox? ( media-sound/sox )
+#  tcl? ( dev-lang/tcl:0= )
+RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   python? ( >=dev-lang/swig-2.0 )
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.10.0-swig-underlinking.patch
+   "${FILESDIR}"/${PN}-6.22.1-no_lua_bdepend.patch
+   "${FILESDIR}"/${PN}-7.0.1-cmake-symlink.patch
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Respect CFLAGS LDFLAGS when building shared libraries. Bug #308873
+   if use python; then
+   sed -i "/mlt.so/s/ -lmlt++ /& ${CFLAGS} ${LDFLAGS} /" 
src/swig/python/build || die
+   python_fix_shebang src/swig/python
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   

[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/expect/

2022-11-23 Thread Andreas Sturmlechner
commit: 790a03b93a78fd625991a38f779ba158a08c9d69
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 21:01:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 21:01:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790a03b9

dev-tcltk/expect: drop 5.45.4-r2

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

 dev-tcltk/expect/expect-5.45.4-r2.ebuild | 84 
 1 file changed, 84 deletions(-)

diff --git a/dev-tcltk/expect/expect-5.45.4-r2.ebuild 
b/dev-tcltk/expect/expect-5.45.4-r2.ebuild
deleted file mode 100644
index 0b1f85dbef2f..
--- a/dev-tcltk/expect/expect-5.45.4-r2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="${PN}${PV}"
-DESCRIPTION="tool for automating interactive applications"
-HOMEPAGE="https://core.tcl-lang.org/expect/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE="debug doc threads"
-
-# We need dejagnu for src_test, but dejagnu needs expect
-# to compile/run, so we cant add dejagnu to DEPEND :/
-DEPEND=">=dev-lang/tcl-8.2:=[threads?]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-examples.patch )
-
-src_prepare() {
-   default
-   sed -i "s:/usr/local/bin:${EPREFIX}/usr/bin:" expect.man || die
-
-   eapply "${FILESDIR}"/${PN}-5.45-gfbsd.patch
-   eapply "${FILESDIR}"/${PN}-5.44.1.15-ldflags.patch
-   eapply "${FILESDIR}"/${PN}-5.45-headers.patch #337943
-   eapply "${FILESDIR}"/${PN}-5.45-format-security.patch
-   sed -i 's:ifdef HAVE_SYS_WAIT_H:ifndef NO_SYS_WAIT_H:' *.c
-
-   # fix install_name on darwin
-   [[ ${CHOST} == *-darwin* ]] && \
-   eapply "${FILESDIR}"/${P}-darwin-install_name.patch
-
-   mv configure.{in,ac} || die
-
-   eautoconf
-}
-
-src_configure() {
-   # the 64bit flag is useless ... it only adds 64bit compiler flags
-   # (like -m64) which the target toolchain should already handle
-   econf \
-   --with-tcl="${EPREFIX}/usr/$(get_libdir)" \
-   --disable-64bit \
-   --enable-shared \
-   $(use_enable threads) \
-   $(use_enable debug symbols mem)
-}
-
-src_test() {
-   # we need dejagnu to do tests ... but dejagnu needs
-   # expect ... so don't do tests unless we have dejagnu
-   type -p runtest || return 0
-   emake test
-}
-
-expect_make_var() {
-   touch pkgIndex.tcl-hand
-   printf 'all:;echo $('$1')\ninclude Makefile' | emake 
--no-print-directory -s -f -
-   rm -f pkgIndex.tcl-hand || die
-}
-
-src_install() {
-   default
-
-   if use doc ; then
-   docinto examples
-   echo dodoc \
-   example/README \
-   $(printf 'example/%s ' $(expect_make_var _SCRIPTS)) \
-   $(printf 'example/%s.man ' $(expect_make_var 
_SCRIPTS_MANPAGES))
-   dodoc \
-   example/README \
-   $(printf 'example/%s ' $(expect_make_var _SCRIPTS)) \
-   $(printf 'example/%s.man ' $(expect_make_var 
_SCRIPTS_MANPAGES))
-   fi
-}



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

2022-11-23 Thread Andreas Sturmlechner
commit: 9d74f6801513194d9b8611613d9365d55c28e142
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 21:13:49 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 21:13:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d74f680

dev-python/qscintilla-python: drop 2.13.1

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

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.13.1.ebuild| 82 --
 2 files changed, 83 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 43c913a0fa93..e3f543929391 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700
 DIST QScintilla_src-2.13.3.tar.gz 3060031 BLAKE2B 
e93dd884f630ef5f02fbf558ea8d9f94cfde1af03b811c8df9c3197ce9cadc430bf9727aec114ba118588effa5bc76166e3bda48800b6112edc8e8c598d72952
 SHA512 
be102fd6123fad0bc7f8de39080886369398889de48a4ec8873a0751890d7be1f238ae5194b71d31aac492e2881b6bf7885d9c06a2a47e36328780b47694f5b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
deleted file mode 100644
index b207654bc061..
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}/Python
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-"
-
-src_prepare() {
-   default
-   mv pyproject{-qt5,}.toml || die
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain and build flags
-   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/vde/files/, net-misc/vde/

2022-11-23 Thread Andreas Sturmlechner
commit: 5b86639e912dd3a6456d83dffafa3350082c0737
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:58:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 21:00:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b86639e

net-misc/vde: drop 2.3.2-r6, 2.3.2_p20191011-r1

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

 net-misc/vde/Manifest  |   2 -
 .../vde/files/vde-2.3.2-fix-inline-funcs-r1.patch  |  21 -
 net-misc/vde/files/vde-2.3.2-format-security.patch |  18 
 net-misc/vde/files/vde-2.3.2-openssl-1.1.patch | 104 -
 .../vde/files/vde-2.3.2-slibtool-support.patch |  49 --
 net-misc/vde/metadata.xml  |  23 ++---
 net-misc/vde/vde-2.3.2-r6.ebuild   |  62 
 net-misc/vde/vde-2.3.2_p20191011-r1.ebuild |  83 
 8 files changed, 8 insertions(+), 354 deletions(-)

diff --git a/net-misc/vde/Manifest b/net-misc/vde/Manifest
index 471d0f18b7d1..60ab1dec5697 100644
--- a/net-misc/vde/Manifest
+++ b/net-misc/vde/Manifest
@@ -1,3 +1 @@
-DIST vde-2.3.2_p20191011.tar.gz 381468 BLAKE2B 
6d25df2a4cf89a0159875eac1c2c3a27e6b6856f24494ee2e181ab8d8a2fa9c3350b9c7b9b9474cbcbd8afd50fc61fd167a5cc18398b771d05178c5c3a402f73
 SHA512 
0e9f9f28a8ef0acd765307908dfd9ab9462f67df21b06be5b48ed1795900be546e28e1869528ee8e5a6d7eb6e6fa91ded116b826a501e13ec7f1562f1b84f971
 DIST vde-2.3.3.tar.gz 234790 BLAKE2B 
e3ed7423edc03a6af09967484613c0e2a701f74a4323eeab720cabe9a899120023425527054662ee1dbd207327b7e6dd375bceb4999fd708666df13c08acf348
 SHA512 
d0495aa700984dcc82f85cf7c8125cc10505a8a077fceec45b7fd2bec9c389966381682842e886469fa49239badd9442403d091c2ae5282685085e8262396387
-DIST vde2-2.3.2.tar.bz2 600527 BLAKE2B 
6c4900578b992eff914136f29395a822bc52945906d291eee78b3bf7cb806bbf4d8ebeec2080daa10923e98b648d071ce1f846214143e4dce749da9be8b48990
 SHA512 
51be75fde5a526b988060f25322a8b20289b1677db2e3aa6dbee55875c1d7af564f9d8d201a0a4a1a842471cce06f29fcd83e55a5ff7acfdc36a8349cb2f3cc6

diff --git a/net-misc/vde/files/vde-2.3.2-fix-inline-funcs-r1.patch 
b/net-misc/vde/files/vde-2.3.2-fix-inline-funcs-r1.patch
deleted file mode 100644
index c1329d0f7207..
--- a/net-misc/vde/files/vde-2.3.2-fix-inline-funcs-r1.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# Sourced from 
https://raw.githubusercontent.com/OpenMandrivaAssociation/vde2/master/vd2-2.3.2-clang.patch
-
 a/src/vde_switch/fstp.c2014-10-29 22:54:18.659988435 +
-+++ b/src/vde_switch/fstp.c2014-10-29 22:54:44.912986501 +
-@@ -30,14 +30,14 @@
- #ifdef FSTP
- #include 
- /*** sending macro used by FSTP & Core **/
--void inline ltonstring(unsigned long l,unsigned char *s) {
-+void ltonstring(unsigned long l,unsigned char *s) {
-   s[3]=l; l>>=8;
-   s[2]=l; l>>=8;
-   s[1]=l; l>>=8;
-   s[0]=l;
- }
- 
--unsigned long inline nstringtol(unsigned char *s) {
-+unsigned long nstringtol(unsigned char *s) {
-   return (s[0]<<24)+(s[1]<<16)+(s[2]<<8)+s[3];
- }
- 

diff --git a/net-misc/vde/files/vde-2.3.2-format-security.patch 
b/net-misc/vde/files/vde-2.3.2-format-security.patch
deleted file mode 100644
index d1cfaa58cb2f..
--- a/net-misc/vde/files/vde-2.3.2-format-security.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/src/common/cmdparse.c2017-09-20 18:47:31.662856695 -0400
-+++ b/src/common/cmdparse.c2017-09-20 18:48:54.008852141 -0400
-@@ -284,13 +284,13 @@
-   int i;
-   for 
(i=0;i='0' 
&& *t <= '9') t++;
-   if (num < argc) 
--  
fprintf(mf,argv[num]);
-+  
fprintf(mf,"%s",argv[num]);
-   }
-   } else
-   fprintf(mf,"%c",*t);

diff --git a/net-misc/vde/files/vde-2.3.2-openssl-1.1.patch 
b/net-misc/vde/files/vde-2.3.2-openssl-1.1.patch
deleted file mode 100644
index b490b93350f4..
--- a/net-misc/vde/files/vde-2.3.2-openssl-1.1.patch
+++ /dev/null
@@ -1,104 +0,0 @@
-From 5f2c4c7b67617991af65798a4d177ada90f7e463 Mon Sep 17 00:00:00 2001
-From: Sebastian Andrzej Siewior 
-Date: Fri, 2 Sep 2016 19:52:49 +
-Subject: [PATCH] vde_cryptcab: compile against openssl 1.1.0
-
-Signed-off-by: Sebastian Andrzej Siewior 

- src/vde_cryptcab/cryptcab.c | 30 +++---
- 1 file changed, 19 insertions(+), 11 deletions(-)
-
-diff --git a/src/vde_cryptcab/cryptcab.c b/src/vde_cryptcab/cryptcab.c
-index c5b4474..a2780f1 100644
 a/src/vde_cryptcab/cryptcab.c 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/files/, sci-mathematics/octave/

2022-11-23 Thread Andreas Sturmlechner
commit: a85f69392e0384f5b34f1d00e08482d69f4868e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:57:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:57:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85f6939

sci-mathematics/octave: drop 5.2.0

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

 sci-mathematics/octave/Manifest|   1 -
 ...le-getcwd-path-max-test-as-it-is-too-slow.patch |  11 --
 .../octave/files/octave-4.4.0-texi.patch   |  11 --
 sci-mathematics/octave/octave-5.2.0.ebuild | 200 -
 4 files changed, 223 deletions(-)

diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest
index 01f81cd55afc..1c82c201102b 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -1,4 +1,3 @@
-DIST octave-5.2.0.tar.gz 33360285 BLAKE2B 
6d53a48a7fbe929e372fd51d084c0269befd3140341f3f3a1f2cae02f9f085ed434c3336c770c9a856081197c93ee306f481dd116b958685175bc294e4db62ae
 SHA512 
fa2076fb22415e0797964c66cfb8d24643f178f45eb9c14ebb4c082767e0a53509fde550f579fa4a816348bd0f7cbc74f24144f9a30a5b9c09ebe1b3949db498
 DIST octave-6.4.0.tar.gz 32873157 BLAKE2B 
afa729c3c9917f724e7d97fe3af42986f323d3ff849e0a33ac9f183237e68d989d4f3dacd644405b648ec050ad07d8973abddbd8657b810de6f65d5b5ae37c02
 SHA512 
91ff031f6dfff8506fa738fd4f1f07276501fdfe003f8ed992cccf91da14d9d33da6d08923322b0dae5f5b696b49856b0f5c5065e26b0701b0d1630173807435
 DIST octave-7.2.0.tar.gz 34180572 BLAKE2B 
311021c339b92b3a94b0272f0fb7c788b78ae18fa7a4bddf8302c181401854f35ea7b8e6738d1a294c9baa343c7e8ec365d33f5af2d984ac6ea6853f5d53cf23
 SHA512 
b1f484fb97ca9270c3090f73b01f1ec0dcd6d3f838ecf7f46c50eb6245a1fa454fbc15dcf87b462a71532ba324cccd4d547b8a5b6a8e7a0914ea14981386b024
 DIST octave-7.3.0.tar.xz 26215288 BLAKE2B 
53fff89e798f8b8795f83e46f66793f2cf37f98933fa62a47d5ec389f89a3447eb96128c1d6b68a4184630d071ecf1a4323299c251b43c3211a8f781486b32e5
 SHA512 
1399d7010cbd4e83d6dc60ab8cc2abb20e64a762e905a00066e6331c5350df93b4ff8f2670fd52fc183918cea21bc176cb263ca71080de6e4041f5e0ea21558e

diff --git 
a/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
 
b/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
deleted file mode 100644
index f6fa7be3b28f..
--- 
a/sci-mathematics/octave/files/octave-4.2.0-disable-getcwd-path-max-test-as-it-is-too-slow.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/m4/getcwd.m4
-+++ b/m4/getcwd.m4
-@@ -110,7 +110,7 @@
- 
-   gl_abort_bug=no
-   case "$host_os" in
--mingw*)
-+*-gnu* | gnu* | mingw*)
-   gl_cv_func_getcwd_path_max=yes
-   ;;
- *)

diff --git a/sci-mathematics/octave/files/octave-4.4.0-texi.patch 
b/sci-mathematics/octave/files/octave-4.4.0-texi.patch
deleted file mode 100644
index 90ffa5361bf7..
--- a/sci-mathematics/octave/files/octave-4.4.0-texi.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/doc/interpreter/module.mk2018-04-30 19:03:56.0 +0200
-+++ a/doc/interpreter/module.mk.new2018-05-22 12:17:03.587175816 +0200
-@@ -368,6 +368,8 @@
-   $(AWK) -f $(srcdir)/%reldir%/mkcontrib.awk 
$(srcdir)/%reldir%/contributors.in > $@-t && \
-   mv $@-t $@
- 
-+%reldir%/preface.texi: %reldir%/contributors.texi
-+
- AUTHORS: %reldir%/preface.texi %reldir%/contributors.texi | 
%reldir%/$(octave_dirstamp)
-   $(AM_V_MAKEINFO)rm -f $@-t $@ && \
-   if [ "x$(srcdir)" != "x." ] && [ -f 
$(srcdir)/%reldir%/contributors.texi ] && [ ! -f %reldir%/contributors.texi ]; 
then \

diff --git a/sci-mathematics/octave/octave-5.2.0.ebuild 
b/sci-mathematics/octave/octave-5.2.0.ebuild
deleted file mode 100644
index 0427a86b5e74..
--- a/sci-mathematics/octave/octave-5.2.0.ebuild
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic fortran-2 gnome2-utils java-pkg-opt-2 pax-utils 
toolchain-funcs xdg-utils
-
-DESCRIPTION="High-level interactive language for numerical computations"
-LICENSE="GPL-3"
-HOMEPAGE="https://www.gnu.org/software/octave/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-SLOT="0/${PV}"
-IUSE="curl doc fftw +glpk gnuplot gui hdf5 java opengl
-   portaudio postscript +qhull +qrupdate readline sndfile +sparse
-   ssl static-libs X zlib"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-arch/bzip2
-   app-text/ghostscript-gpl
-   dev-libs/libpcre:3=
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   virtual/blas
-   virtual/lapack
-   curl? ( net-misc/curl:0= )
-   fftw? ( sci-libs/fftw:3.0= )
-   glpk? ( sci-mathematics/glpk:0= )
-   gnuplot? ( sci-visualization/gnuplot )
-   gui? (
-   dev-qt/qtcore:5
-   

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

2022-11-23 Thread Andreas Sturmlechner
commit: 0321462ccf913be837478335cdc0d6695549ad67
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 21:13:32 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 21:13:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0321462c

x11-libs/qscintilla: drop 2.13.1

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

 x11-libs/qscintilla/Manifest |  1 -
 x11-libs/qscintilla/qscintilla-2.13.1.ebuild | 80 
 2 files changed, 81 deletions(-)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index 43c913a0fa93..e3f543929391 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,2 +1 @@
-DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700
 DIST QScintilla_src-2.13.3.tar.gz 3060031 BLAKE2B 
e93dd884f630ef5f02fbf558ea8d9f94cfde1af03b811c8df9c3197ce9cadc430bf9727aec114ba118588effa5bc76166e3bda48800b6112edc8e8c598d72952
 SHA512 
be102fd6123fad0bc7f8de39080886369398889de48a4ec8873a0751890d7be1f238ae5194b71d31aac492e2881b6bf7885d9c06a2a47e36328780b47694f5b5

diff --git a/x11-libs/qscintilla/qscintilla-2.13.1.ebuild 
b/x11-libs/qscintilla/qscintilla-2.13.1.ebuild
deleted file mode 100644
index 8dba82f8be1c..
--- a/x11-libs/qscintilla/qscintilla-2.13.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic qmake-utils
-
-DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0/15"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
-IUSE="designer doc"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   designer? ( dev-qt/designer:5 )
-"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-   default
-
-   # Sub-slot sanity check
-   local subslot=${SLOT#*/}
-   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/src/qscintilla.pro || die)
-   local major=${version%%.*}
-   if [[ ${subslot} != ${major} ]]; then
-   eerror
-   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
-   eerror "Please update SLOT variable as follows:"
-   eerror "SLOT=\"${SLOT%%/*}/${major}\""
-   eerror
-   die "sub-slot sanity check failed"
-   fi
-}
-
-qsci_run_in() {
-   pushd "$1" >/dev/null || die
-   shift || die
-   "$@" || die
-   popd >/dev/null || die
-}
-
-src_configure() {
-   if use designer; then
-   # prevent building against system version (bug 466120)
-   append-cxxflags -I../src
-   append-ldflags -L../src
-   fi
-
-   qsci_run_in src eqmake5
-   use designer && qsci_run_in designer eqmake5
-}
-
-src_compile() {
-   qsci_run_in src emake
-   use designer && qsci_run_in designer emake
-}
-
-src_install() {
-   qsci_run_in src emake INSTALL_ROOT="${D}" install
-   use designer && qsci_run_in designer emake INSTALL_ROOT="${D}" install
-
-   use doc && HTML_DOCS=( doc/html/. )
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/vpuppr/

2022-11-23 Thread Anna Figueiredo Gomes
commit: f1016b8697a3564f89adea3f76a5fcd36b929c6f
Author: Anna (navi) Figueiredo Gomes  navirc  com>
AuthorDate: Wed Nov 23 21:40:22 2022 +
Commit: Anna Figueiredo Gomes  tutanota  com>
CommitDate: Wed Nov 23 21:41:14 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1016b86

media-gfx/vpuppr: new package, add 

Signed-off-by: Anna (navi) Figueiredo Gomes  navirc.com>

 media-gfx/vpuppr/Manifest   |  3 ++
 media-gfx/vpuppr/metadata.xml   | 17 
 media-gfx/vpuppr/vpuppr-.ebuild | 86 +
 3 files changed, 106 insertions(+)

diff --git a/media-gfx/vpuppr/Manifest b/media-gfx/vpuppr/Manifest
new file mode 100644
index 0..ff942eeef
--- /dev/null
+++ b/media-gfx/vpuppr/Manifest
@@ -0,0 +1,3 @@
+DIST OpenSeeFace_latest.tar.gz 163501644 BLAKE2B 
b06ed2fb413a7543ad06fe4887e43c46687e91479e6385de37205653eed9c64407c84675cfd7832f57442bb02f6bcedf7241f570c1118fe0bc0fc13463c179d1
 SHA512 
b4ad37fa276dd3b5652cc906b04b8a2e540452419239882ac11a83bcab37366d10e45702cb34fac8c607d94248a5d1e18af16bc07ac5f8fa38be273e50407bca
+DIST godot-vpuppr-headless.tar.gz 44288060 BLAKE2B 
433f50f2bf53e34ef11aea4ef347e7cf91a678f1c75e27e0746abcf7ace009069260775d416b5ea5e2571cfdff5a5ee6ecacd48a3d10e89a5b01d037f0e9dee0
 SHA512 
1108b9d5f642f3d06eb8c59f69b217e3f79bfba46456858c8b19012c5aa696465f27290274cc82118cbe15de0a8a0c6caad98c653d07c1d3c43953869ee138a5
+DIST godot-vpuppr-release-profile.tar.gz 17108352 BLAKE2B 
e2e424feadcf51c15a21247804e1b75ec39c8e0c5947e9820d36fe9b73f2b69dd358858fe03dd2c52eb2d33b926c756cefa91194493e5ffbcd160af8c37ebb95
 SHA512 
f34c2992fa86beaaa47d6d6e851e2a446cf6d5b39349ebcabb62564ac1445ced7999ea7f6f7261559f96fe2dbc40bd29d25a27d36d7caff1d35b4102def82fa7

diff --git a/media-gfx/vpuppr/metadata.xml b/media-gfx/vpuppr/metadata.xml
new file mode 100644
index 0..51889f24f
--- /dev/null
+++ b/media-gfx/vpuppr/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+a...@navirc.com
+Anna Figueiredo Gomes
+  
+  
+Enable the iFacialMocap tracker.
+Enable the MeowFace tracker.
+Enable the mouse tracker.
+Enable the OpenSeeFace tracker.
+Enable the VTubeStudio tracker.
+Enable remote controlling the program.
+  
+
+

diff --git a/media-gfx/vpuppr/vpuppr-.ebuild 
b/media-gfx/vpuppr/vpuppr-.ebuild
new file mode 100644
index 0..880e33836
--- /dev/null
+++ b/media-gfx/vpuppr/vpuppr-.ebuild
@@ -0,0 +1,86 @@
+EAPI=7
+
+DESCRIPTION="VTuber application made with Godot 3.4"
+HOMEPAGE="https://github.com/virtual-puppet-project/vpuppr;
+
+RESTRICT="strip"
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit desktop python-single-r1
+
+IUSE="+osf-tracker ifm-tracker mouse-tracker vts-tracker meowface-tracker 
remote-control"
+REQUIRED_USE="osf-tracker? ( ${PYTHON_REQUIRED_USE} )"
+
+inherit git-r3
+EGIT_REPO_URI="https://github.com/virtual-puppet-project/vpuppr.git;
+EGIT_COMMIT="a55ff50cf0084c2600e61b377245f59406553220"
+EGIT_SUBMODULES=()
+SRC_URI="
+   
https://github.com/virtual-puppet-project/godot-builds/releases/download/latest/Godot_v3.x-stable_linux_headless.64.tar.gz
 -> godot-vpuppr-headless.tar.gz
+   
https://github.com/virtual-puppet-project/godot-builds/releases/download/latest/Godot_v3.x-stable_linux_release.64.tar.gz
 -> godot-vpuppr-release-profile.tar.gz
+   osf-tracker? ( 
https://github.com/you-win/OpenSeeFace/releases/download/latest/OpenSeeFace_latest_linux.tar.gz
 -> OpenSeeFace_latest.tar.gz )
+"
+
+LICENSE="MIT"
+SLOT="0"
+RDEPEND="
+   osf-tracker? ( ${PYTHON_DEPS} )
+"
+BDEPEND="
+   mouse-tracker? ( virtual/rust )
+"
+
+export EDITOR="${WORKDIR}/Godot_v3.x-stable_linux_headless.64"
+
+src_unpack() {
+   EGIT_SUBMODULES+=(
+   $(usex remote-control '*remote-control-server'"")
+   $(usex osf-tracker '*openseeface-tracker'"")
+   $(usex ifm-tracker '*ifacialmocap-tracker'"")
+   $(usex meowface-tracker '*meowface-tracker'"")
+   $(usex vts-tracker '*vtube-studio-tracker'"")
+   )
+   default
+   git-r3_src_unpack
+}
+
+src_prepare() {
+   use osf-tracker && {
+   mv "${WORKDIR}"/OpenSeeFace 
resources/extensions/openseeface-tracker/ || die
+   touch 
resources/extensions/openseeface-tracker/OpenSeeFace/.gdignore || die
+   }
+
+   mkdir -p release_templates/ || die
+
+   cp "${WORKDIR}"/Godot_v3.x-stable_linux_release.64 release_templates/ 
|| die
+
+   echo "resource_path = '/usr/share/vpuppr'" >> release_config.toml
+   echo "version = '$(date '+%Y-%m-%d_%H-%M-%S')'" >> release_config.toml
+
+   default
+}
+
+src_compile() {
+"${WORKDIR}"/Godot_v3.x-stable_linux_headless.64 --verbose --export 
linux "export/${PN}"
+}
+
+src_install() {
+   local size
+   dobin export/${PN}
+   insinto usr/share/vpuppr
+   doins -r resources/*
+   make_desktop_entry vpuppr 

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

2022-11-23 Thread Andreas K. Hüttel
commit: ed6083970d9b2769e6d9f42781c0665da66c4ebc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 23 21:51:55 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 23 21:53:03 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=ed608397

Move mips merged-usr builds to separate build types

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

 .../mips/stage1-mips64el-n64-systemd-mu.spec   |  4 ++--
 .../specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec |  4 ++--
 .../mips/stage3-mips64el-n64-systemd-mu.spec   |  4 ++--
 .../specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec |  4 ++--
 tools/catalyst-auto-qemu-mips-common   | 18 +-
 5 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec 
b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
index 95120cde..b2969905 100644
--- a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mips64el_n64
 target: stage1
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mips64el_n64-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-mips64el_n64-systemd-mergedusr-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 update_seed: no

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
index 7de26fdb..2eb2b5eb 100644
--- a/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mipsel3_n64
 target: stage1
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mipsel3_n64-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-mipsel3_n64-systemd-mergedusr-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 update_seed: no

diff --git a/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec 
b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
index cdbe66ff..3fa7fe32 100644
--- a/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mips64el_n64
 target: stage3
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-mips64el_n64-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-mips64el_n64-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec 
b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
index d8e38008..89121089 100644
--- a/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mipsel3_n64
 target: stage3
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-mipsel3_n64-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-mipsel3_n64-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu

diff --git a/tools/catalyst-auto-qemu-mips-common 
b/tools/catalyst-auto-qemu-mips-common
index 8ec6a8ab..27a327ae 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -54,7 +54,7 @@ KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
 update_symlinks() {
# Symlink the latest stages3 to build from
local d f
-   for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+   for d in "${BUILD_SRCDIR_BASE}/builds/default" 
"${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null
for f in $(ls stage3*xz | grep -v latest | 
give_latest_from_dates) ; do
@@ -69,7 +69,6 @@ post_build() {
local set=$1 spec=$2
 
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
-
case ${spec} in
stage3-mips2-o32-openrc.spec)
upload stage3-mips2-openrc-${TIMESTAMP}.tar.xz*
@@ 

[gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/m68k/

2022-11-23 Thread Andreas K. Hüttel
commit: cd55ba6a335dc423ddf032c91bb5b857a6068c6c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 23 22:53:41 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 23 22:53:41 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=cd55ba6a

Move m68k merged-usr builds to separate build types

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

 releases/specs-qemu/m68k/stage1-systemd-mu.spec | 4 ++--
 releases/specs-qemu/m68k/stage3-systemd-mu.spec | 4 ++--
 tools/catalyst-auto-qemu-m68k.conf  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/releases/specs-qemu/m68k/stage1-systemd-mu.spec 
b/releases/specs-qemu/m68k/stage1-systemd-mu.spec
index ae5ec941..dae9c234 100644
--- a/releases/specs-qemu/m68k/stage1-systemd-mu.spec
+++ b/releases/specs-qemu/m68k/stage1-systemd-mu.spec
@@ -1,10 +1,10 @@
 subarch: m68k
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 target: stage1
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/m68k/17.0/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-m68k-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-m68k-systemd-mergedusr-latest
 compression_mode: pixz
 update_seed: no
 update_seed_command: -uDN @world

diff --git a/releases/specs-qemu/m68k/stage3-systemd-mu.spec 
b/releases/specs-qemu/m68k/stage3-systemd-mu.spec
index 527b2056..aef1ca26 100644
--- a/releases/specs-qemu/m68k/stage3-systemd-mu.spec
+++ b/releases/specs-qemu/m68k/stage3-systemd-mu.spec
@@ -1,10 +1,10 @@
 subarch: m68k
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 target: stage3
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/m68k/17.0/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-m68k-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-m68k-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-m68k.conf 
b/tools/catalyst-auto-qemu-m68k.conf
index 96158c71..868a27f6 100644
--- a/tools/catalyst-auto-qemu-m68k.conf
+++ b/tools/catalyst-auto-qemu-m68k.conf
@@ -23,7 +23,7 @@ SET_systemd_mu_SPECS="stage1-systemd-mu.spec 
stage3-systemd-mu.spec"
 update_symlinks() {
# Symlink the latest stages3 to build from
local d f
-   for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+   for d in "${BUILD_SRCDIR_BASE}/builds/default" 
"${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null
for f in $(ls stage3*xz | grep -v latest | 
give_latest_from_dates) ; do
@@ -49,7 +49,7 @@ post_build() {
popd >/dev/null
;;
stage3-systemd-mu.spec)
-   pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
+   pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
upload stage3-m68k-systemd-mergedusr-${TIMESTAMP}*.xz*
popd >/dev/null
;;



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

2022-11-23 Thread Sam James
commit: e307b2a4503b467af1376c4e63ef4c41a2dd8258
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 23:02:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:02:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e307b2a4

media-sound/schismtracker: Stabilize 20221020 x86, #882597

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

 media-sound/schismtracker/schismtracker-20221020.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/schismtracker/schismtracker-20221020.ebuild 
b/media-sound/schismtracker/schismtracker-20221020.ebuild
index fdc90b6a2c28..de7a65155841 100644
--- a/media-sound/schismtracker/schismtracker-20221020.ebuild
+++ b/media-sound/schismtracker/schismtracker-20221020.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2022-11-23 Thread Sam James
commit: 7c2e95141c9c7a23b08875f3e32088d0a965a81a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 23:02:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:02:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2e9514

media-sound/schismtracker: Stabilize 20221020 amd64, #882597

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

 media-sound/schismtracker/schismtracker-20221020.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/schismtracker/schismtracker-20221020.ebuild 
b/media-sound/schismtracker/schismtracker-20221020.ebuild
index de7a65155841..f487591fc429 100644
--- a/media-sound/schismtracker/schismtracker-20221020.ebuild
+++ b/media-sound/schismtracker/schismtracker-20221020.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/

2022-11-23 Thread Sam James
commit: 90d3aae45180212c3bc94eb13855c689772df9d3
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 09:01:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:02:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d3aae4

net-vpn/libreswan: add github upstream metadata

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

 net-vpn/libreswan/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-vpn/libreswan/metadata.xml b/net-vpn/libreswan/metadata.xml
index a3fb4b3d5c15..ee9c662fbe16 100644
--- a/net-vpn/libreswan/metadata.xml
+++ b/net-vpn/libreswan/metadata.xml
@@ -7,4 +7,7 @@

Use DNSSEC resolver (requires 
net-dns/unbound)

+   
+   libreswan/libreswan
+   
 



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

2022-11-23 Thread Sam James
commit: 3a79998abf23fc361f85985bc7d3c256fd4b184b
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 23:03:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:03:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a79998a

media-libs/liblscp: Stabilize 0.9.7 x86, #882599

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

 media-libs/liblscp/liblscp-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/liblscp/liblscp-0.9.7.ebuild 
b/media-libs/liblscp/liblscp-0.9.7.ebuild
index 5d0c3733b0ff..58b9662fb3f6 100644
--- a/media-libs/liblscp/liblscp-0.9.7.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.7.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz;
-   KEYWORDS="~amd64 ~ppc ~x86"
+   KEYWORDS="~amd64 ~ppc x86"
 fi
 
 LICENSE="LGPL-2.1"



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

2022-11-23 Thread Sam James
commit: 62ec73197e15f4e5a5a7de97ba5e1a0cf71d9f54
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 23 23:03:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 23:03:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec7319

media-libs/liblscp: Stabilize 0.9.7 amd64, #882599

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

 media-libs/liblscp/liblscp-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/liblscp/liblscp-0.9.7.ebuild 
b/media-libs/liblscp/liblscp-0.9.7.ebuild
index 58b9662fb3f6..a68cc47b641b 100644
--- a/media-libs/liblscp/liblscp-0.9.7.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.7.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
https://download.linuxsampler.org/packages/${P}.tar.gz;
-   KEYWORDS="~amd64 ~ppc x86"
+   KEYWORDS="amd64 ~ppc x86"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/threadweaver/

2022-11-23 Thread Jakov Smolić
commit: ad8a12914414a185578c7dc5373cb6b922b72c7e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8a1291

kde-frameworks/threadweaver: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/threadweaver/threadweaver-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/threadweaver/threadweaver-5.99.0.ebuild 
b/kde-frameworks/threadweaver/threadweaver-5.99.0.ebuild
index 1825d68689f7..a5f759bc9cfb 100644
--- a/kde-frameworks/threadweaver/threadweaver-5.99.0.ebuild
+++ b/kde-frameworks/threadweaver/threadweaver-5.99.0.ebuild
@@ -7,7 +7,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="Framework for managing threads using job and queue-based 
interfaces"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/

2022-11-23 Thread Jakov Smolić
commit: f31d79107fc7aad8628f369bcb5be8884ad88b1b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31d7910

kde-frameworks/ktexteditor: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/ktexteditor/ktexteditor-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.99.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.99.0.ebuild
index 6423c4990d22..d5b237dc02ad 100644
--- a/kde-frameworks/ktexteditor/ktexteditor-5.99.0.ebuild
+++ b/kde-frameworks/ktexteditor/ktexteditor-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework providing a full text editor component"
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="+editorconfig"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syntax-highlighting/

2022-11-23 Thread Jakov Smolić
commit: a5dcff2ce26d04bce4ded3107e69ab7dc63bf52e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dcff2c

kde-frameworks/syntax-highlighting: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild 
b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild
index f122de37610d..c42f4e798fb5 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.99.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for syntax highlighting"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdesu/

2022-11-23 Thread Jakov Smolić
commit: 39703ecd01bf57b903b7d4ebc3d3344859f70599
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39703ecd

kde-frameworks/kdesu: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kdesu/kdesu-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdesu/kdesu-5.99.0.ebuild 
b/kde-frameworks/kdesu/kdesu-5.99.0.ebuild
index a0cc6c5e088e..c9373c0c301c 100644
--- a/kde-frameworks/kdesu/kdesu-5.99.0.ebuild
+++ b/kde-frameworks/kdesu/kdesu-5.99.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework to handle super user actions"
 
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kjs/

2022-11-23 Thread Jakov Smolić
commit: 9002a4b8a4e16c0a41b0a1402fb792b2a2fc17ff
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9002a4b8

kde-frameworks/kjs: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kjs/kjs-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kjs/kjs-5.99.0.ebuild 
b/kde-frameworks/kjs/kjs-5.99.0.ebuild
index ef5ca26c115f..65d327c69eaa 100644
--- a/kde-frameworks/kjs/kjs-5.99.0.ebuild
+++ b/kde-frameworks/kjs/kjs-5.99.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="ECMAScipt compatible parser and engine"
 LICENSE="BSD-2 LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/modemmanager-qt/

2022-11-23 Thread Jakov Smolić
commit: 6082f46ef1a9198280083c0871c7ce265a3efc3c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6082f46e

kde-frameworks/modemmanager-qt: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/modemmanager-qt/modemmanager-qt-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.99.0.ebuild 
b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.99.0.ebuild
index a9376095a156..547b570e44fa 100644
--- a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.99.0.ebuild
+++ b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.99.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="ModemManager bindings for Qt"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/networkmanager-qt/

2022-11-23 Thread Jakov Smolić
commit: 49f36724a9a9be5bbabef259cc68255c6c99170e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f36724

kde-frameworks/networkmanager-qt: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/networkmanager-qt/networkmanager-qt-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.99.0.ebuild 
b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.99.0.ebuild
index 0f87db5a8c7e..fef74c9e325e 100644
--- a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.99.0.ebuild
+++ b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.99.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="NetworkManager bindings for Qt"
 
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="teamd"
 
 DEPEND="



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

2022-11-23 Thread Jakov Smolić
commit: 1b0a852ee6d694c53d7f333889516d8fefaac0fd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0a852e

net-misc/dropbear: Stabilize 2022.82 x86, #877023

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

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

diff --git a/net-misc/dropbear/dropbear-2022.82.ebuild 
b/net-misc/dropbear/dropbear-2022.82.ebuild
index ada5f0f05dbe..2004026e5383 100644
--- a/net-misc/dropbear/dropbear-2022.82.ebuild
+++ b/net-misc/dropbear/dropbear-2022.82.ebuild
@@ -18,7 +18,7 @@ SRC_URI+=" verify-sig? (
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog test zlib"
 RESTRICT="!test? ( test ) test"
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/prison/

2022-11-23 Thread Jakov Smolić
commit: 897b5595528bf671e91e863a1f9b1ee12eacd396
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897b5595

kde-frameworks/prison: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/prison/prison-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/prison/prison-5.99.0.ebuild 
b/kde-frameworks/prison/prison-5.99.0.ebuild
index 3889942d..b37fad984f19 100644
--- a/kde-frameworks/prison/prison-5.99.0.ebuild
+++ b/kde-frameworks/prison/prison-5.99.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="QRCode and data matrix barcode library"
 HOMEPAGE="https://invent.kde.org/frameworks/prison;
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="qml"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-11-23 Thread Jakov Smolić
commit: 7d7114376e076f6a6c9d1f2834d3d736da01e7d1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d711437

kde-frameworks/purpose: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/purpose/purpose-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.99.0.ebuild 
b/kde-frameworks/purpose/purpose-5.99.0.ebuild
index e84df0a38b6e..9646785a3bae 100644
--- a/kde-frameworks/purpose/purpose-5.99.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/

2022-11-23 Thread Jakov Smolić
commit: c08e1afa5fc641c7f37ccc0b1f1e296eee72
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08e1afa

kde-frameworks/qqc2-desktop-style: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild 
b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild
index ed6647fcd73f..7858bd147a3a 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for 
painting"
 
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] data/api:master commit in: files/overlays/

2022-11-23 Thread Jakov Smolić
commit: 36f2010c1df78bdbe4978cec07b703182471bb4b
Author: Stéphane de Wit  stephanedewit  be>
AuthorDate: Tue Nov  1 00:26:19 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 18:01:27 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=36f2010c

repositories: Add stephdewit overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/555
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index d4786e9..81ba7ea 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3936,6 +3936,18 @@
 g...@github.com:stefantalpalaru/gentoo-overlay.git
 
https://github.com/stefantalpalaru/gentoo-overlay/commits/master.atom
   
+  
+stephdewit
+Stéphane de Wit's personal overlay
+https://github.com/stephdewit/gentoo-overlay
+
+  cont...@stephanedewit.be
+  Stéphane de Wit
+
+https://github.com/stephdewit/gentoo-overlay.git
+git+ssh://g...@github.com/stephdewit/gentoo-overlay.git
+
https://github.com/stephdewit/gentoo-overlay/commits/master.atom
+  
   
 stha09
 stha09's personal overlay



[gentoo-commits] data/api:master commit in: files/overlays/

2022-11-23 Thread Jakov Smolić
commit: 670d03a8d98da64062495ab4bf87e12300a502fa
Author: mrtnvgr  yandex  ru>
AuthorDate: Sat Nov  5 04:20:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 18:00:16 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=670d03a8

repositories: Add mrtnvgr overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/558
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 07faad3..d4786e9 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2572,6 +2572,18 @@
 git+ssh://g...@gitlab.com/yemou/moulay.git
 https://gitlab.com/yemou/moulay/commits/master?format=atom
   
+  
+mrtnvgr
+mrtnvgr's personal overlay
+https://github.com/mrtnvgr/gentoo-overlay
+
+  martynovego...@yandex.ru
+  Egor Martynov
+
+https://github.com/mrtnvgr/gentoo-overlay.git
+git+ssh://g...@github.com/mrtnvgr/gentoo-overlay.git
+https://github.com/mrtnvgr/gentoo-overlay/commits/master.atom
+  
   
 mschiff
 Developer overlay



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

2022-11-23 Thread Michał Górny
commit: 8af5e48621e01948cda33712c423b080f62ee957
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 23 18:04:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 23 18:12:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af5e486

package.mask: Last rite dev-lang/open-cobol

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 577611f5f402..092a9d37cb79 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2022-11-23)
+# Unattended by maintainer since 2013.  Pending major version bump.
+# Build and test failures reported.
+# Removal on 2022-12-23.  Bug #870670.
+dev-lang/open-cobol
+
 # Michał Górny  (2022-11-23)
 # Packages with no maintainer and major issues reported.
 #



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

2022-11-23 Thread Michał Górny
commit: 1a671b95cbeeecdda3791046734351f2c7fdd34f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 23 18:12:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 23 18:12:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a671b95

sci-libs/miopen: Remove old

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

 sci-libs/miopen/Manifest  |   1 -
 sci-libs/miopen/files/miopen-5.0.2-gfx1031.patch  | 241 --
 sci-libs/miopen/files/miopen-5.0.2-no-strip.patch |  18 --
 sci-libs/miopen/miopen-5.0.2.ebuild   |  81 
 4 files changed, 341 deletions(-)

diff --git a/sci-libs/miopen/Manifest b/sci-libs/miopen/Manifest
index 39e5f94389f6..ababb7dc3105 100644
--- a/sci-libs/miopen/Manifest
+++ b/sci-libs/miopen/Manifest
@@ -1,2 +1 @@
-DIST MIOpen-5.0.2.tar.gz 76294827 BLAKE2B 
7b2a1f0e675793aee4a0fa2a270caac8332cda36c8f04cee483cc2882ed987b6e676e9c24a1acf4976a16a10f922b1a6263470b419aa88a29cfcb6d6d4b4cc29
 SHA512 
a581b45220797904db3e4dd3840f2ef96085f00baf8187c5ab574325a66da4f599dee6496457bb1cc32825b57a13fb0ef35a2ef1bd2a5f449c7e7b9fa64b27d1
 DIST MIOpen-5.1.3.tar.gz 88118329 BLAKE2B 
d24722ffc5f5dab6d6a1de2ce34193ad2f25c9a2562e38c52e010a29870f01d9ea1c56970ba0601a088c8286e97958ee95d0da27fc8082126dd2ebe5ccb36b70
 SHA512 
a14e28cfcb12e5061e0e7b999ef3e67fa0a0e897e31bc50e7288b8a23eb1791312e33d3b697021c2b654ccc065ae1b046c1cfd77ba8e04b0f3e87e9cc0626dcd

diff --git a/sci-libs/miopen/files/miopen-5.0.2-gfx1031.patch 
b/sci-libs/miopen/files/miopen-5.0.2-gfx1031.patch
deleted file mode 100644
index 15ac67bd3cef..
--- a/sci-libs/miopen/files/miopen-5.0.2-gfx1031.patch
+++ /dev/null
@@ -1,241 +0,0 @@
-Index: MIOpen-rocm-5.0.2/src/include/miopen/solver/implicitgemm_util.hpp
-===
 MIOpen-rocm-5.0.2.orig/src/include/miopen/solver/implicitgemm_util.hpp
-+++ MIOpen-rocm-5.0.2/src/include/miopen/solver/implicitgemm_util.hpp
-@@ -478,7 +478,7 @@ static inline bool is_use_amd_buffer_loa
- {
- #if WORKAROUND_MIOPEN_ISSUE_557
- const auto device_name = ctx.GetStream().GetDeviceName();
--return !StartsWith(device_name, "gfx1030");
-+return !StartsWith(device_name, "gfx1030") && !StartsWith(device_name, 
"gfx1031");
- #else
- return true;
- #endif
-@@ -487,7 +487,7 @@ static inline bool is_use_amd_buffer_loa
- static inline bool is_use_v_fmac_f32(const ConvolutionContext& ctx)
- {
- const auto device_name = ctx.GetStream().GetDeviceName();
--return StartsWith(device_name, "gfx1030");
-+return StartsWith(device_name, "gfx1030") || StartsWith(device_name, 
"gfx1031");
- }
- 
- static inline bool support_amd_buffer_atomic_fadd(const std::string& 
device_name)
-@@ -608,7 +608,8 @@ static inline bool IsComposableKernelSup
-StartsWith(c.GetStream().GetDeviceName(), "gfx906") ||
-StartsWith(c.GetStream().GetDeviceName(), "gfx908") ||
-StartsWith(c.GetStream().GetDeviceName(), "gfx90a") ||
--   StartsWith(c.GetStream().GetDeviceName(), "gfx1030");
-+   StartsWith(c.GetStream().GetDeviceName(), "gfx1030")||
-+   StartsWith(c.GetStream().GetDeviceName(), "gfx1031");
- }
- 
- // greatest common divisor, aka highest common factor
-Index: MIOpen-rocm-5.0.2/src/kernels/batchnorm_functions.h
-===
 MIOpen-rocm-5.0.2.orig/src/kernels/batchnorm_functions.h
-+++ MIOpen-rocm-5.0.2/src/kernels/batchnorm_functions.h
-@@ -159,6 +159,10 @@
- #define MIO_BN_GFX1030 0
- #endif
- 
-+#ifndef MIO_BN_GFX1031
-+#define MIO_BN_GFX1031 0
-+#endif
-+
- #define UNUSED __attribute__((__unused__))
- 
- #if(MIO_BN_VARIANT != 4)
-Index: MIOpen-rocm-5.0.2/src/kernels/MIOpenBatchNormActivBwdPerAct.cl
-===
 MIOpen-rocm-5.0.2.orig/src/kernels/MIOpenBatchNormActivBwdPerAct.cl
-+++ MIOpen-rocm-5.0.2/src/kernels/MIOpenBatchNormActivBwdPerAct.cl
-@@ -34,7 +34,7 @@
- #endif
- 
- #define MIOPEN_USE_AMDGCN 0
--#if defined(__AMDGCN__) && MIO_BN_GFX1030 != 1
-+#if defined(__AMDGCN__) && MIO_BN_GFX1030 != 1 && MIO_BN_GFX1031 != 1
- #undef MIOPEN_USE_AMDGCN
- #define MIOPEN_USE_AMDGCN 1
- #endif
-Index: MIOpen-rocm-5.0.2/src/kernels/MIOpenBatchNormActivBwdSpatial.cl
-===
 MIOpen-rocm-5.0.2.orig/src/kernels/MIOpenBatchNormActivBwdSpatial.cl
-+++ MIOpen-rocm-5.0.2/src/kernels/MIOpenBatchNormActivBwdSpatial.cl
-@@ -32,7 +32,7 @@
- #endif
- 
- #define MIOPEN_USE_AMDGCN 0
--#if defined(__AMDGCN__) && MIO_BN_GFX1030 != 1
-+#if defined(__AMDGCN__) && MIO_BN_GFX1030 != 1 && MIO_BN_GFX1031 != 1
- #undef MIOPEN_USE_AMDGCN
- #define MIOPEN_USE_AMDGCN 1
- #endif
-Index: MIOpen-rocm-5.0.2/src/kernels/MIOpenBatchNormActivFwdTrainSpatial.cl
-===
 

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

2022-11-23 Thread Michał Górny
commit: b1cbb3783e9b490718ff2c1725d947aa368d9e0d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 23 18:12:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 23 18:12:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cbb378

package.mask: Last rite dev-libs/ocl-icd

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 092a9d37cb79..63d874e654fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2022-11-23)
+# Unpredictable build failures reported.  No revdeps left.
+# dev-libs/opencl-icd-loader is a good replacement.
+# Removal on 2022-12-23.  Bug #733018.
+dev-libs/ocl-icd
+
 # Michał Górny  (2022-11-23)
 # Unattended by maintainer since 2013.  Pending major version bump.
 # Build and test failures reported.



[gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/files/, kde-misc/plasma-pass/

2022-11-23 Thread Andreas Sturmlechner
commit: 804ff748609bc66356679400b30399ae729ca519
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:53:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:55:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804ff748

kde-misc/plasma-pass: fix logging categories dir, update EAPI 7 -> 8

Add missing runtime dependency (for 1.2.0, changed upstream in git master).

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

 ...asma-pass-1.2.0-fix-loggingcategories-dir.patch | 31 
 kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild   | 43 ++
 2 files changed, 74 insertions(+)

diff --git 
a/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch 
b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch
new file mode 100644
index ..5131f7dd54b2
--- /dev/null
+++ 
b/kde-misc/plasma-pass/files/plasma-pass-1.2.0-fix-loggingcategories-dir.patch
@@ -0,0 +1,31 @@
+From 5f62fcc30e7d6c8248dfb6a263ee4a49e7c19e3b Mon Sep 17 00:00:00 2001
+From: Pino Toscano 
+Date: Wed, 17 Feb 2021 21:02:08 +0100
+Subject: [PATCH] cmake: install plasma-pass.categories in newer location
+
+Install plasma-pass.categories in the proper location for it, in case
+ECM >= 5.59.0 is used.
+---
+ CMakeLists.txt | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c0bed60..c32b637 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -53,7 +53,11 @@ add_subdirectory(plugin)
+ if (BUILD_TESTING)
+ add_subdirectory(tests)
+ endif()
+-install( FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
++if(ECM_VERSION VERSION_GREATER_EQUAL 5.59)
++install(FILES plasma-pass.categories DESTINATION 
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
++else()
++install(FILES plasma-pass.categories DESTINATION ${KDE_INSTALL_CONFDIR})
++endif()
+ 
+ if(ECM_VERSION VERSION_GREATER_EQUAL 5.79)
+ kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
+-- 
+GitLab
+

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild
new file mode 100644
index ..e66dbf2a266a
--- /dev/null
+++ b/kde-misc/plasma-pass/plasma-pass-1.2.0-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.82.0
+QTMIN=5.15.5
+inherit ecm kde.org
+
+DESCRIPTION="Plasma applet to access password from pass"
+HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="amd64 ~ppc64"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   sys-auth/oath-toolkit
+"
+RDEPEND="${DEPEND}
+   app-crypt/gnupg
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-loggingcategories-dir.patch
+   "${FILESDIR}"/${P}-no-werror.patch # bug 785832
+)



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

2022-11-23 Thread Andreas Sturmlechner
commit: e3ef2ce9027dc085c401d5409958297f017d31a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:54:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:55:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ef2ce9

kde-misc/plasma-pass: drop 1.2.0

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

 kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild 
b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
deleted file mode 100644
index b62a307e42dd..
--- a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.74.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet to access password from pass"
-HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ 
https://invent.kde.org/plasma/plasma-pass;
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~ppc64"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   sys-auth/oath-toolkit
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"
-
-PATCHES=( "${FILESDIR}"/${P}-no-werror.patch ) # bug 785832



[gentoo-commits] proj/releng:master commit in: tools/, releases/specs/ia64/

2022-11-23 Thread Andreas K. Hüttel
commit: 216dea7382a27f0448ce7114dd46d4b5aa010e06
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 23 21:31:02 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 23 21:33:00 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=216dea73

Move ia64 merged-usr builds to separate build types

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

 releases/specs/ia64/stage1-systemd-mu.spec |  4 ++--
 releases/specs/ia64/stage3-systemd-mu.spec |  4 ++--
 tools/catalyst-auto-ia64.conf  | 32 --
 3 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/releases/specs/ia64/stage1-systemd-mu.spec 
b/releases/specs/ia64/stage1-systemd-mu.spec
index b3939d02..54e2 100644
--- a/releases/specs/ia64/stage1-systemd-mu.spec
+++ b/releases/specs/ia64/stage1-systemd-mu.spec
@@ -1,10 +1,10 @@
 subarch: ia64
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 target: stage1
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/ia64/17.0/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-ia64-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-ia64-systemd-mergedusr-latest
 compression_mode: pixz
 update_seed: no
 update_seed_command: --update --deep --newuse @world

diff --git a/releases/specs/ia64/stage3-systemd-mu.spec 
b/releases/specs/ia64/stage3-systemd-mu.spec
index 02619c36..2750d3f6 100644
--- a/releases/specs/ia64/stage3-systemd-mu.spec
+++ b/releases/specs/ia64/stage3-systemd-mu.spec
@@ -1,10 +1,10 @@
 subarch: ia64
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 target: stage3
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/ia64/17.0/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-ia64-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-ia64-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index bfefa37d..8a54b0f1 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -5,15 +5,25 @@ UPLOAD_USER=ia64
 UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs/ia64
 
-SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec 
stage3-systemd.spec stage1-systemd-mu.spec stage3-systemd-mu.spec"
-OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
+SETS="
+   openrc
+   systemd
+   systemd_mu
+"
+
+SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
+SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
+
+SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
+
+SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
 
 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
 
 update_symlinks() {
# Symlink the latest stages3 to build from
local d f
-   for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+   for d in "${BUILD_SRCDIR_BASE}/builds/default" 
"${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null
for f in $(ls stage3*xz | grep -v latest | 
give_latest_from_dates) ; do
@@ -28,24 +38,24 @@ post_build() {
local set=$1 spec=$2
 
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
-
case ${spec} in
installcd-stage2*)
upload *${TIMESTAMP}*.iso*
;;
stage3-openrc.spec)
-   upload stage3-*openrc-${TIMESTAMP}*.xz*
+   upload stage3-ia64-openrc-${TIMESTAMP}.xz*
;;
stage3-systemd.spec)
-   upload stage3-*systemd-${TIMESTAMP}*.xz*
+   upload stage3-ia64-systemd-${TIMESTAMP}.xz*
;;
+   esac
+   popd >/dev/null
+
+   pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
+   case ${spec} in
stage3-systemd-mu.spec)
-   upload stage3-*systemd-mergedusr-${TIMESTAMP}*.xz*
-   ;;
-   *)
-   echo "Finished ${spec}"
+   upload stage3-ia64-systemd-mergedusr-${TIMESTAMP}.xz*
;;
esac
-
popd >/dev/null
 }



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/loong/, tools/

2022-11-23 Thread Andreas K. Hüttel
commit: f45dc8ad27cdf6b85997b041dcc25c20af2b6816
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 23 21:42:17 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 23 21:43:21 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=f45dc8ad

Move loong merged-usr builds to separate build types

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

 releases/specs-qemu/loong/stage1-systemd-mu.spec |  4 ++--
 releases/specs-qemu/loong/stage3-systemd-mu.spec |  4 ++--
 tools/catalyst-auto-qemu-loong.conf  | 16 +---
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/releases/specs-qemu/loong/stage1-systemd-mu.spec 
b/releases/specs-qemu/loong/stage1-systemd-mu.spec
index a8db77ee..9506fb4e 100644
--- a/releases/specs-qemu/loong/stage1-systemd-mu.spec
+++ b/releases/specs-qemu/loong/stage1-systemd-mu.spec
@@ -1,10 +1,10 @@
 subarch: loong
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 target: stage1
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-loong-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-loong-systemd-mergedusr-latest
 compression_mode: pixz
 update_seed: yes
 update_seed_command: -uDN @world

diff --git a/releases/specs-qemu/loong/stage3-systemd-mu.spec 
b/releases/specs-qemu/loong/stage3-systemd-mu.spec
index 5de56ba7..e042c925 100644
--- a/releases/specs-qemu/loong/stage3-systemd-mu.spec
+++ b/releases/specs-qemu/loong/stage3-systemd-mu.spec
@@ -1,10 +1,10 @@
 subarch: loong
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 target: stage3
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-loong-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-loong-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-loong.conf 
b/tools/catalyst-auto-qemu-loong.conf
index 39d7e149..0c2be771 100644
--- a/tools/catalyst-auto-qemu-loong.conf
+++ b/tools/catalyst-auto-qemu-loong.conf
@@ -25,7 +25,7 @@ SET_systemd_mu_SPECS="stage1-systemd-mu.spec 
stage3-systemd-mu.spec"
 update_symlinks() {
# Symlink the latest stages3 to build from
local d f
-   for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+   for d in "${BUILD_SRCDIR_BASE}/builds/default" 
"${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null
for f in $(ls stage3*xz | grep -v latest | 
give_latest_from_dates) ; do
@@ -42,16 +42,18 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3-openrc.spec)
-   upload stage3-loong-openrc-${TIMESTAMP}*.xz*
+   upload stage3-loong-openrc-${TIMESTAMP}.xz*
;;
stage3-systemd.spec)
-   upload stage3-loong-systemd-${TIMESTAMP}*.xz*
+   upload stage3-loong-systemd-${TIMESTAMP}.xz*
;;
+   esac
+   popd >/dev/null
+
+   pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
+   case ${spec} in
stage3-systemd-mu.spec)
-   upload stage3-loong-systemd-mergedusr-${TIMESTAMP}*.xz*
-   ;;
-   *)
-   echo "Finished ${spec}"
+   upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.xz*
;;
esac
popd >/dev/null



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpty/

2022-11-23 Thread Jakov Smolić
commit: c15cae770e233628c80c082b388f098141048a62
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:20 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15cae77

kde-frameworks/kpty: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kpty/kpty-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kpty/kpty-5.99.0.ebuild 
b/kde-frameworks/kpty/kpty-5.99.0.ebuild
index 7375b2315738..b01abc677d12 100644
--- a/kde-frameworks/kpty/kpty-5.99.0.ebuild
+++ b/kde-frameworks/kpty/kpty-5.99.0.ebuild
@@ -8,7 +8,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="Framework for pseudo terminal devices and running child processes"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs4support/

2022-11-23 Thread Jakov Smolić
commit: 7c1a130555363aad9672fc9a1b1a840022091b6a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:19 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1a1305

kde-frameworks/kdelibs4support: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kdelibs4support/kdelibs4support-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.99.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.99.0.ebuild
index 08b568e9742d..0650257ca32f 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.99.0.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.99.0.ebuild
@@ -13,7 +13,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework easing the development transition from KDELibs 4 to KF 
5"
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="X"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdnssd/

2022-11-23 Thread Jakov Smolić
commit: 2f8dd56171c26b95df19cc245e1322755d8e28ef
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:22 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8dd561

kde-frameworks/kdnssd: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kdnssd/kdnssd-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdnssd/kdnssd-5.99.0.ebuild 
b/kde-frameworks/kdnssd/kdnssd-5.99.0.ebuild
index ad65103429e9..bf6215d8a413 100644
--- a/kde-frameworks/kdnssd/kdnssd-5.99.0.ebuild
+++ b/kde-frameworks/kdnssd/kdnssd-5.99.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for network service discovery using Zeroconf"
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="zeroconf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kholidays/

2022-11-23 Thread Jakov Smolić
commit: 136ce328a20ef9df629cdaf818c143922d6ba5a7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136ce328

kde-frameworks/kholidays: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kholidays/kholidays-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kholidays/kholidays-5.99.0.ebuild 
b/kde-frameworks/kholidays/kholidays-5.99.0.ebuild
index ac42f4820383..602b05ef6af3 100644
--- a/kde-frameworks/kholidays/kholidays-5.99.0.ebuild
+++ b/kde-frameworks/kholidays/kholidays-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Library to determine holidays and other special events for a 
geographical region"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND=">=dev-qt/qtdeclarative-${QTMIN}:5"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/khtml/

2022-11-23 Thread Jakov Smolić
commit: 6b2c32efdf14731fbe38caa7883f4ececb34b3a7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:24 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2c32ef

kde-frameworks/khtml: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/khtml/khtml-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/khtml/khtml-5.99.0.ebuild 
b/kde-frameworks/khtml/khtml-5.99.0.ebuild
index d2a594187f90..afaf5b28ce3e 100644
--- a/kde-frameworks/khtml/khtml-5.99.0.ebuild
+++ b/kde-frameworks/khtml/khtml-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="KHTML web rendering engine"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/

2022-11-23 Thread Jakov Smolić
commit: 5519a1a3d6a17842f49fb788c74b1261b971b015
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:25 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5519a1a3

kde-frameworks/kimageformats: Stabilize 5.99.0-r3 amd64, #876484

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

 kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild 
b/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
index fddeff0154f4..034af9b9921d 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework providing additional format plugins for Qt's image I/O 
system"
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE="avif eps heif jpegxl openexr raw"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/

2022-11-23 Thread Jakov Smolić
commit: 2d3f31dd8899b64713cda9f2329bd0e5f170d1c7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:27 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3f31dd

kde-frameworks/kpeople: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kpeople/kpeople-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kpeople/kpeople-5.99.0.ebuild 
b/kde-frameworks/kpeople/kpeople-5.99.0.ebuild
index 65fffbfc26fc..c11ef624cb1a 100644
--- a/kde-frameworks/kpeople/kpeople-5.99.0.ebuild
+++ b/kde-frameworks/kpeople/kpeople-5.99.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE contact person abstraction library"
 HOMEPAGE="https://invent.kde.org/frameworks/kpeople;
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifyconfig/

2022-11-23 Thread Jakov Smolić
commit: 1a1c1e223d18575955aac9797ff2f707d42d0ae4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:26 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1c1e22

kde-frameworks/knotifyconfig: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/knotifyconfig/knotifyconfig-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.99.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.99.0.ebuild
index a34fe86c6224..4bcaf14962f9 100644
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.99.0.ebuild
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.99.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="Framework for configuring desktop notifications"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="phonon"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kross/

2022-11-23 Thread Jakov Smolić
commit: 1889d053bf9d878122face2d05ebc6e24e0fddb4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1889d053

kde-frameworks/kross: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kross/kross-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kross/kross-5.99.0.ebuild 
b/kde-frameworks/kross/kross-5.99.0.ebuild
index c55435835e89..3315e8c188b5 100644
--- a/kde-frameworks/kross/kross-5.99.0.ebuild
+++ b/kde-frameworks/kross/kross-5.99.0.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="Framework for embedding scripting into applications"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kquickcharts/

2022-11-23 Thread Jakov Smolić
commit: d895e09e95290e15df5d4f72dca1baf77e0c58eb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d895e09e

kde-frameworks/kquickcharts: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kquickcharts/kquickcharts-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.99.0.ebuild 
b/kde-frameworks/kquickcharts/kquickcharts-5.99.0.ebuild
index ffd68cffeddc..f4499d174918 100644
--- a/kde-frameworks/kquickcharts/kquickcharts-5.99.0.ebuild
+++ b/kde-frameworks/kquickcharts/kquickcharts-5.99.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="QtQuick plugin providing high-performance charts"
 HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts;
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kplotting/

2022-11-23 Thread Jakov Smolić
commit: f34920f0a49a06b8db9b38c6a11e691182c0c00e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34920f0

kde-frameworks/kplotting: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kplotting/kplotting-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kplotting/kplotting-5.99.0.ebuild 
b/kde-frameworks/kplotting/kplotting-5.99.0.ebuild
index 657bede376cb..e62ecdb13c03 100644
--- a/kde-frameworks/kplotting/kplotting-5.99.0.ebuild
+++ b/kde-frameworks/kplotting/kplotting-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 
 DESCRIPTION="Framework providing easy data-plotting functions"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/

2022-11-23 Thread Jakov Smolić
commit: 0adb3d1c044d547362e2b602f736c9182aafd47b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adb3d1c

kde-frameworks/plasma: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/plasma/plasma-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/plasma/plasma-5.99.0.ebuild 
b/kde-frameworks/plasma/plasma-5.99.0.ebuild
index a1c4f01ce541..82017b41aa25 100644
--- a/kde-frameworks/plasma/plasma-5.99.0.ebuild
+++ b/kde-frameworks/plasma/plasma-5.99.0.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Plasma framework"
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gles2-only man wayland X"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwayland/

2022-11-23 Thread Jakov Smolić
commit: 772d0f409495aa2e7405a9939142246f47f8577d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772d0f40

kde-frameworks/kwayland: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/kwayland/kwayland-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kwayland/kwayland-5.99.0.ebuild 
b/kde-frameworks/kwayland/kwayland-5.99.0.ebuild
index 1f8a192c52ae..aa568dc5c166 100644
--- a/kde-frameworks/kwayland/kwayland-5.99.0.ebuild
+++ b/kde-frameworks/kwayland/kwayland-5.99.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Qt-style client and server library wrapper for 
Wayland libraries"
 HOMEPAGE="https://invent.kde.org/frameworks/kwayland;
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # All failing, I guess we need a virtual wayland server



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/

2022-11-23 Thread Jakov Smolić
commit: 7973641ce65af023b474f7a7a4aea190d678dad6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7973641c

kde-frameworks/krunner: Stabilize 5.99.0 amd64, #876484

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

 kde-frameworks/krunner/krunner-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/krunner/krunner-5.99.0.ebuild 
b/kde-frameworks/krunner/krunner-5.99.0.ebuild
index b79ef1f8b1b2..f7c3f4dff97e 100644
--- a/kde-frameworks/krunner/krunner-5.99.0.ebuild
+++ b/kde-frameworks/krunner/krunner-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing different actions given a string query"
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="activities"
 
 DEPEND="



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

2022-11-23 Thread Mike Gilbert
commit: f2496f457d429c5a47250766422df3c9cf26398b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Nov 23 17:59:27 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Nov 23 17:59:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2496f45

sys-apps/less: drop 590

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

 sys-apps/less/Manifest|  1 -
 sys-apps/less/less-590.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index ce044d0eb507..929737e0b918 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,3 +1,2 @@
-DIST less-590.tar.gz 352574 BLAKE2B 
0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb
 SHA512 
426fa5840fd43c17bd5a452ad35ad24f2d6684623c6914403fd0059af62266bf2138e6828c7d73a1cef26a736c0d2b8ed4ab180eea8297281dae79a4228eb903
 DIST less-608.tar.gz 362346 BLAKE2B 
988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4dab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6
 SHA512 
7945b7f88921832ebb1b45fba8cbb449ee0133342796b654a52c146dfff3d84db18724ee84e53349eeea6017a0ebe2d8eb5366210275981dde7bb7190118fa66
 DIST less-612-gentoo.tar.gz 368093 BLAKE2B 
35120badac25ed4def0da06f93036ec45a9c3be55a585baabd6bb98b0c016ee849142121423286a0af95f62fcf6f0fc69a6bdec32c5eb80ded6be59a4ca16b49
 SHA512 
97fc7e9074b4a164e089e8e9cbdba951e8833d79e1650fc3787986e4f81efb272299db7bf3961c7da8d9f33ce3458549f4223c248aea502d5abd195bc13f1b17

diff --git a/sys-apps/less/less-590.ebuild b/sys-apps/less/less-590.ebuild
deleted file mode 100644
index a10cea4792b3..
--- a/sys-apps/less/less-590.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/;
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
-
-LICENSE="|| ( GPL-3 BSD-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"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-   >=sys-libs/ncurses-5.2:0=
-   pcre? ( dev-libs/libpcre2 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-   local myeconfargs=(
-   --with-regex=$(usex pcre pcre2 posix)
-   --with-editor="${EPREFIX}"/usr/libexec/editor
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   newbin "${FILESDIR}"/lesspipe-r1.sh lesspipe
-   newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-   elog "Colorization support has been dropped.  If you want that, 
check out"
-   elog "the new app-text/lesspipe package."
-   fi
-}



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

2022-11-23 Thread Mike Gilbert
commit: 30b6bd9e494ab9f4fbd893b2eaf372628de7b2c7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Nov 23 17:56:04 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Nov 23 17:59:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b6bd9e

sys-apps/less: add 612

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

 sys-apps/less/Manifest|  1 +
 sys-apps/less/less-612.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index d2513503ead9..ce044d0eb507 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,2 +1,3 @@
 DIST less-590.tar.gz 352574 BLAKE2B 
0f640f1b6b4d4925c4904ee77460e8becd2dae168fe5c1483bf6a9cfabe9eb0abdc4d4811507ba88a2b4cff6c238158bd8b4463b63d3d7863b44ce8538d32adb
 SHA512 
426fa5840fd43c17bd5a452ad35ad24f2d6684623c6914403fd0059af62266bf2138e6828c7d73a1cef26a736c0d2b8ed4ab180eea8297281dae79a4228eb903
 DIST less-608.tar.gz 362346 BLAKE2B 
988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4dab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6
 SHA512 
7945b7f88921832ebb1b45fba8cbb449ee0133342796b654a52c146dfff3d84db18724ee84e53349eeea6017a0ebe2d8eb5366210275981dde7bb7190118fa66
+DIST less-612-gentoo.tar.gz 368093 BLAKE2B 
35120badac25ed4def0da06f93036ec45a9c3be55a585baabd6bb98b0c016ee849142121423286a0af95f62fcf6f0fc69a6bdec32c5eb80ded6be59a4ca16b49
 SHA512 
97fc7e9074b4a164e089e8e9cbdba951e8833d79e1650fc3787986e4f81efb272299db7bf3961c7da8d9f33ce3458549f4223c248aea502d5abd195bc13f1b17

diff --git a/sys-apps/less/less-612.ebuild b/sys-apps/less/less-612.ebuild
new file mode 100644
index ..91b4db0d77e0
--- /dev/null
+++ b/sys-apps/less/less-612.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Excellent text file viewer"
+HOMEPAGE="http://www.greenwoodsoftware.com/less/;
+#SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
+SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}-gentoo.tar.gz;
+
+LICENSE="|| ( GPL-3 BSD-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"
+IUSE="pcre"
+
+DEPEND=">=app-misc/editor-wrapper-3
+   >=sys-libs/ncurses-5.2:0=
+   pcre? ( dev-libs/libpcre2 )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local myeconfargs=(
+   --with-regex=$(usex pcre pcre2 posix)
+   --with-editor="${EPREFIX}"/usr/libexec/editor
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   newbin "${FILESDIR}"/lesspipe-r1.sh lesspipe
+   newenvd "${FILESDIR}"/less.envd 70less
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
+   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
+   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
+   elog "Colorization support has been dropped.  If you want that, 
check out"
+   elog "the new app-text/lesspipe package."
+   fi
+}



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

2022-11-23 Thread Andrew Ammerlaan
commit: f1aa09d2f10215fed13d57827c92fbea758d993b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Nov 23 18:25:20 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Nov 23 18:25:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1aa09d2

sci-libs/mkl: add github upstream metadata

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/mkl/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-libs/mkl/metadata.xml b/sci-libs/mkl/metadata.xml
index 07376226d866..1c12a7532045 100644
--- a/sci-libs/mkl/metadata.xml
+++ b/sci-libs/mkl/metadata.xml
@@ -13,4 +13,7 @@
capacities. The package is installed as binary and has a 
restrictive
license. Please see license terms and home page for proper use.

+   
+   oneapi-src/oneMKL
+   
 



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

2022-11-23 Thread Andreas K. Hüttel
commit: b6835b294b2a9c4ee93d254c839023cc90e07a3d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 23 22:04:06 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 23 22:04:06 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=b6835b29

Drop mips64(el) builds (less redundancy)

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

 .../{ => unused}/stage1-mips64-multilib-openrc.spec  |  0
 .../mips/{ => unused}/stage1-mips64-n32-openrc.spec  |  0
 .../mips/{ => unused}/stage1-mips64-n64-openrc.spec  |  0
 .../stage1-mips64el-multilib-openrc.spec |  0
 .../{ => unused}/stage1-mips64el-n32-openrc.spec |  0
 .../{ => unused}/stage1-mips64el-n64-openrc.spec |  0
 .../{ => unused}/stage1-mips64el-n64-systemd-mu.spec |  0
 .../{ => unused}/stage1-mips64el-n64-systemd.spec|  0
 .../{ => unused}/stage3-mips64-multilib-openrc.spec  |  0
 .../mips/{ => unused}/stage3-mips64-n32-openrc.spec  |  0
 .../mips/{ => unused}/stage3-mips64-n64-openrc.spec  |  0
 .../stage3-mips64el-multilib-openrc.spec |  0
 .../{ => unused}/stage3-mips64el-n32-openrc.spec |  0
 .../{ => unused}/stage3-mips64el-n64-openrc.spec |  0
 .../{ => unused}/stage3-mips64el-n64-systemd-mu.spec |  0
 .../{ => unused}/stage3-mips64el-n64-systemd.spec|  0
 tools/catalyst-auto-qemu-mips-common | 20 ++--
 17 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64-multilib-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64-multilib-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64-multilib-openrc.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64-multilib-openrc.spec

diff --git a/releases/specs-qemu/mips/stage1-mips64-n32-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64-n32-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64-n32-openrc.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64-n32-openrc.spec

diff --git a/releases/specs-qemu/mips/stage1-mips64-n64-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64-n64-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64-n64-openrc.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64-n64-openrc.spec

diff --git a/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64el-multilib-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64el-multilib-openrc.spec

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64el-n32-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64el-n32-openrc.spec

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64el-n64-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64el-n64-openrc.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64el-n64-openrc.spec

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64el-n64-systemd-mu.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64el-n64-systemd-mu.spec

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64el-n64-systemd.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec
rename to releases/specs-qemu/mips/unused/stage1-mips64el-n64-systemd.spec

diff --git a/releases/specs-qemu/mips/stage3-mips64-multilib-openrc.spec 
b/releases/specs-qemu/mips/unused/stage3-mips64-multilib-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage3-mips64-multilib-openrc.spec
rename to releases/specs-qemu/mips/unused/stage3-mips64-multilib-openrc.spec

diff --git a/releases/specs-qemu/mips/stage3-mips64-n32-openrc.spec 
b/releases/specs-qemu/mips/unused/stage3-mips64-n32-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage3-mips64-n32-openrc.spec
rename to releases/specs-qemu/mips/unused/stage3-mips64-n32-openrc.spec

diff --git a/releases/specs-qemu/mips/stage3-mips64-n64-openrc.spec 
b/releases/specs-qemu/mips/unused/stage3-mips64-n64-openrc.spec
similarity index 100%
rename from releases/specs-qemu/mips/stage3-mips64-n64-openrc.spec
rename to releases/specs-qemu/mips/unused/stage3-mips64-n64-openrc.spec

diff --git a/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec 
b/releases/specs-qemu/mips/unused/stage3-mips64el-multilib-openrc.spec
similarity index 

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

2022-11-23 Thread Matt Turner
commit: cb61782169737b29441b917918d7cff196669550
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 23 17:40:16 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 23 17:43:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb617821

media-libs/libglvnd: Version bump to 1.6.0

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

 media-libs/libglvnd/Manifest  |  1 +
 media-libs/libglvnd/libglvnd-1.6.0.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/media-libs/libglvnd/Manifest b/media-libs/libglvnd/Manifest
index d1fdcecb5e34..0b02406df8f8 100644
--- a/media-libs/libglvnd/Manifest
+++ b/media-libs/libglvnd/Manifest
@@ -1,2 +1,3 @@
 DIST libglvnd-1.4.0.tar.bz2 563441 BLAKE2B 
079b37571da7f1eb3cf8f87ea727aeec04a27158f015889552787ff269cc779f33c10a426a7113d4e45b13008b6540c2a2eec2ac69cb1cb5c551ac82e11475e5
 SHA512 
a887044b6b3b8bb2dae74f28a9b92ffa0ab7b65adc74d788e28c292b99ed618f93deb1ddc041b9a9460cf46eba5f63a4ba1c20f120dea868659a022428689287
 DIST libglvnd-1.5.0.tar.bz2 565918 BLAKE2B 
b81bbd231ec66e045690aac877681f1a09ee3596519d86cf8952e1c91e4b79979e8fd76867ccb713e133ae127aec37010d1f09c1c15e77a9e173878adc75b2b9
 SHA512 
8bb6b53a92160bcee9ab37a3bce9e51a855f1e5e94d22ef42b9ae0a04fec2c19bd29070084a021ce34938856790f505462cfc653c2f517117d166284688c4dfd
+DIST libglvnd-1.6.0.tar.bz2 565006 BLAKE2B 
c18909aecc9f0f59819146c2194b20dc34abe3f4fc4bae68131aef18e9eb5713aadec3785e359850d91946fcb816a0b3a0390653fd46c5058e0d5fde6209ce13
 SHA512 
44752ebd30b46f64c668239716eda34f54286d3dde419ca0526e057f3be34a198986ce11b4df555b62395dbadf1485412d5ba5b9c52f1c6aa8224d7ebd34efbe

diff --git a/media-libs/libglvnd/libglvnd-1.6.0.ebuild 
b/media-libs/libglvnd/libglvnd-1.6.0.ebuild
new file mode 100644
index ..8fc4e707e6ae
--- /dev/null
+++ b/media-libs/libglvnd/libglvnd-1.6.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2018-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EGIT_REPO_URI="https://gitlab.freedesktop.org/glvnd/libglvnd.git;
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+PYTHON_COMPAT=( python3_{8..11} )
+VIRTUALX_REQUIRED=manual
+
+inherit ${GIT_ECLASS} meson-multilib python-any-r1 virtualx
+
+DESCRIPTION="The GL Vendor-Neutral Dispatch library"
+HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   
SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
+   S=${WORKDIR}/${PN}-v${PV}
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test X"
+RESTRICT="!test? ( test )"
+
+BDEPEND="${PYTHON_DEPS}
+   test? ( X? ( ${VIRTUALX_DEPEND} ) )"
+RDEPEND="
+   !media-libs/mesa[-libglvnd(+)]
+   X? (
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   )"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )"
+
+src_prepare() {
+   default
+   sed -i -e "/^PLATFORM_SYMBOLS/a '__gentoo_check_ldflags__'," \
+   bin/symbols-check.py || die
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_feature X x11)
+   $(meson_feature X glx)
+   )
+   use elibc_musl && emesonargs+=( -Dtls=false )
+
+   meson_src_configure
+}
+
+multilib_src_test() {
+   if use X; then
+   virtx meson_src_test
+   else
+   meson_src_test
+   fi
+}



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

2022-11-23 Thread Mike Gilbert
commit: 13c05218dc60208936c820cdc39ab3de42aaa881
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Nov 23 18:25:49 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Nov 23 18:26:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c05218

sys-apps/less: use upstream tarball

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

 sys-apps/less/Manifest| 2 +-
 sys-apps/less/less-612.ebuild | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 929737e0b918..fc1d2f2f08cc 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,2 +1,2 @@
 DIST less-608.tar.gz 362346 BLAKE2B 
988940745fef1222c43b0bf4edec7cc7206ded0ac5d89d3faf4dab706a249913581c2fe7aa6063cf3d717176ed07b69299d3e791ba8a60358483fe9d1bf7f7c6
 SHA512 
7945b7f88921832ebb1b45fba8cbb449ee0133342796b654a52c146dfff3d84db18724ee84e53349eeea6017a0ebe2d8eb5366210275981dde7bb7190118fa66
-DIST less-612-gentoo.tar.gz 368093 BLAKE2B 
35120badac25ed4def0da06f93036ec45a9c3be55a585baabd6bb98b0c016ee849142121423286a0af95f62fcf6f0fc69a6bdec32c5eb80ded6be59a4ca16b49
 SHA512 
97fc7e9074b4a164e089e8e9cbdba951e8833d79e1650fc3787986e4f81efb272299db7bf3961c7da8d9f33ce3458549f4223c248aea502d5abd195bc13f1b17
+DIST less-612-beta.tar.gz 365379 BLAKE2B 
85c391992a95edfa26380ae935925dc1e31a632c981410b943fccce1062125aeae7d7a192f82f4257280cb4f21022dcbb1b5851908f4425d3b9a241b1892
 SHA512 
d359ff0de223da3181f31db865a12497cd8481aa0fcf0ca736736f9af0bac7d573a57fc77ada24c8aa8556696e8e52f0fef972828284639815854a0d57602be3

diff --git a/sys-apps/less/less-612.ebuild b/sys-apps/less/less-612.ebuild
index 91b4db0d77e0..575e9a82356e 100644
--- a/sys-apps/less/less-612.ebuild
+++ b/sys-apps/less/less-612.ebuild
@@ -5,8 +5,7 @@ EAPI=8
 
 DESCRIPTION="Excellent text file viewer"
 HOMEPAGE="http://www.greenwoodsoftware.com/less/;
-#SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
-SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}-gentoo.tar.gz;
+SRC_URI="http://www.greenwoodsoftware.com/less/${P}-beta.tar.gz;
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/

2022-11-23 Thread Andreas Sturmlechner
commit: f542142a32d142b750e07b67ea9222aead395c32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 18:12:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:19:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f542142a

app-backup/backintime: drop 1.3.1

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

 app-backup/backintime/Manifest|  1 -
 app-backup/backintime/backintime-1.3.1.ebuild | 77 ---
 2 files changed, 78 deletions(-)

diff --git a/app-backup/backintime/Manifest b/app-backup/backintime/Manifest
index 0ae4c57381e4..4a40070f52fb 100644
--- a/app-backup/backintime/Manifest
+++ b/app-backup/backintime/Manifest
@@ -1,2 +1 @@
-DIST backintime-1.3.1.tar.gz 714401 BLAKE2B 
5b6a294d5a22ee3928725caf1a9895b665bfcddd6b779355cd7f7e58b5a201c3d2158ef4b30fb73eb4525c1a54cacf878397874f28b06798b7bfd973df467a39
 SHA512 
faac8552748da75db62cf7fa7eea686fd8b262016d1072f432fff54a6c0c72929650582870b4c56efbaa4ef5984acaece9e1d76eb72abcce91c6fc92d34d52ad
 DIST backintime-1.3.2.tar.gz 714459 BLAKE2B 
cc53bd5391155705016248511e30cdfa7bc25f0a7cb170dfeeffda397e8be1b22f8e335063289d8c192f94c469430655064899ac8059f22f3b7582e3af87d373
 SHA512 
19f756d03cc7533e02bb5172ae3f8c167206bf5e8d60c0f3af1f647e01297a4eeb7889bbb5b58e46636bc31392ee436249b276ddbfa41697a0538c542fa26cb8

diff --git a/app-backup/backintime/backintime-1.3.1.ebuild 
b/app-backup/backintime/backintime-1.3.1.ebuild
deleted file mode 100644
index daf1a9fd35d7..
--- a/app-backup/backintime/backintime-1.3.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit python-single-r1 xdg
-
-DESCRIPTION="Backup system inspired by TimeVault and FlyBack"
-HOMEPAGE="https://backintime.readthedocs.io/en/latest/ 
https://github.com/bit-team/backintime/;
-SRC_URI="https://github.com/bit-team/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples qt5"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/keyring[${PYTHON_USEDEP}]
-   ')"
-RDEPEND="${DEPEND}
-   net-misc/openssh
-   net-misc/rsync[xattr,acl]
-   qt5? ( dev-python/PyQt5[gui,widgets] )"
-
-PATCHES=( "${FILESDIR}/${PN}-1.2.1-no-compress-docs-examples.patch" )
-
-src_configure() {
-   pushd common > /dev/null || die
-   # Not autotools
-   ./configure --python3 --no-fuse-group || die
-   popd > /dev/null || die
-
-   if use qt5 ; then
-   pushd qt > /dev/null || die
-   ./configure --python3 || die
-   popd > /dev/null || die
-   fi
-}
-
-src_compile() {
-   pushd common > /dev/null || die
-   emake
-   popd > /dev/null || die
-
-   if use qt5 ; then
-   pushd qt > /dev/null || die
-   emake
-   popd > /dev/null || die
-   fi
-}
-
-src_install() {
-   pushd common > /dev/null || die
-   emake DESTDIR="${D}" install
-   popd > /dev/null || die
-
-   if use qt5 ; then
-   pushd qt > /dev/null || die
-   emake DESTDIR="${D}" install
-   popd > /dev/null || die
-   fi
-
-   einstalldocs
-
-   if use examples ; then
-   docinto examples
-   dodoc common/{config-example-local,config-example-ssh}
-   fi
-
-   python_optimize "${D}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/kile/files/, app-editors/kile/

2022-11-23 Thread Andreas Sturmlechner
commit: d068a891570785cf7ebae953fa3ec0b33604a5f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 19:07:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d068a891

app-editors/kile: add 2.9.93_p20221123, EAPI-8 bump

w/o KEYWORDS to let mirrors pick up the distfile.

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

 app-editors/kile/Manifest  |  1 +
 .../kile/files/kile-2.9.93_p20221123-cmake.patch   | 31 ++
 app-editors/kile/kile-2.9.93_p20221123.ebuild  | 67 ++
 3 files changed, 99 insertions(+)

diff --git a/app-editors/kile/Manifest b/app-editors/kile/Manifest
index 83e824de2f59..edc99c2cde6c 100644
--- a/app-editors/kile/Manifest
+++ b/app-editors/kile/Manifest
@@ -1 +1,2 @@
 DIST kile-2.9.93.tar.bz2 8580239 BLAKE2B 
a43f160240dfdffc23c6898385994ee4e49e1f3d793915d1f392e41f606350269f2b9e80592c373680adb56454510abdd0b7e69131f20737fb5efa54d4eaa111
 SHA512 
d87277b8ef16c82cfd415dd191916641fa1a25e316e1eb2c463b275d3654dcfe180bea03027589ab30cd8b769d92d97005846a78aff8058bcfb20eed76287504
+DIST kile-2.9.93_p20221123-1ca67389.tar.gz 9507069 BLAKE2B 
61770aeafe6604b8a45ae9e49fc79a375815fce5e11a189aef962172f60d0182984f6908a626cb95b493f1fe894958ec0816420096a12efbd03233114e0a5dcc
 SHA512 
ed16cfb7cee3d08ad21fabecd5536981c68431261c02f66cc979f5f01229fa33c192c33f5d1ef78d61c37e643ab313eb432fd580aea61f5a918d3de76d2dcadc

diff --git a/app-editors/kile/files/kile-2.9.93_p20221123-cmake.patch 
b/app-editors/kile/files/kile-2.9.93_p20221123-cmake.patch
new file mode 100644
index ..0095adf9548c
--- /dev/null
+++ b/app-editors/kile/files/kile-2.9.93_p20221123-cmake.patch
@@ -0,0 +1,31 @@
+From 2974fba837aef46711d9e1b26cd367aab68ba53a Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Wed, 19 Dec 2018 13:36:12 +0100
+Subject: [PATCH] Disable install misc files by cmake
+
+AUTHORS, README, Changelog etc. are handled by distribution packages.
+---
+ CMakeLists.txt | 7 ---
+ 1 file changed, 7 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 91a732ab..c69c168c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -114,13 +114,6 @@ install(
+   kile2.0-5_upd.pl
+   DESTINATION ${KDE_INSTALL_DATAROOTDIR}/kconf_update)
+ 
+-install(FILES
+-  AUTHORS
+-  ChangeLog
+-  README
+-  README.cwl
+-  kile-remote-control.txt
+-  DESTINATION ${KDE_INSTALL_DATAROOTDIR}/doc/kile)
+ 
+ ki18n_install(po)
+ 
+-- 
+2.38.1
+

diff --git a/app-editors/kile/kile-2.9.93_p20221123.ebuild 
b/app-editors/kile/kile-2.9.93_p20221123.ebuild
new file mode 100644
index ..a3165b4e1290
--- /dev/null
+++ b/app-editors/kile/kile-2.9.93_p20221123.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KDE_ORG_CATEGORY="office"
+KDE_ORG_COMMIT="1ca67389327d63fdc5a4c65ab6dd1cf7fbf597af"
+KFMIN=5.82.0
+QTMIN=5.15.5
+MY_P=${P/_beta/b}
+inherit ecm kde.org
+
+DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks"
+HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/;
+
+LICENSE="FDL-1.2 GPL-2"
+SLOT="5"
+# KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="+pdf +png"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtscript-${QTMIN}:5
+   >=dev-qt/qttest-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   kde-apps/okular:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdoctools-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/ktexteditor-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   pdf? ( app-text/poppler[qt5] )
+"
+RDEPEND="${DEPEND}
+   kde-apps/konsole:5
+   kde-apps/okular:5[pdf?]
+   virtual/latex-base
+   virtual/tex-base
+   pdf? (
+   app-text/ghostscript-gpl
+   app-text/texlive-core
+   )
+   png? (
+   app-text/dvipng
+   virtual/imagemagick-tools[png?]
+   )
+"
+
+DOCS=( kile-remote-control.txt )
+
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package pdf Poppler)
+   )
+   ecm_src_configure
+}



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

2022-11-23 Thread Andreas Sturmlechner
commit: cf17628569b182b2d27a8f969dc9539d35e7d32b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 18:36:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:19:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf176285

app-text/libwps: add 0.4.13

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

 app-text/libwps/Manifest |  1 +
 app-text/libwps/libwps-0.4.13.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index 94014b449366..3e32446625cc 100644
--- a/app-text/libwps/Manifest
+++ b/app-text/libwps/Manifest
@@ -1 +1,2 @@
 DIST libwps-0.4.12.tar.xz 713008 BLAKE2B 
c95bdab54f8853cd1d13b59904ee4064cded3741cb91f2b067f139d80cdae6ea19bac68e6855cad74878403bc1a04c6f4bdd3181407b69b7e50f1e7bf4255f58
 SHA512 
d23667681f443b0c718b55006bee881e8a07d6b071cda742a783a89e9ed0e4c60c66c7dc9612a3fb4a419ff6d6e572f5981cec1d9470422e10cf9837e92a4649
+DIST libwps-0.4.13.tar.xz 717188 BLAKE2B 
966d0e57668577620fc5fe8c222096fa1b51f3d2c149dab7fc182c2fe81b69363cfbcc2ff930d2719f9fcf735306d612a00ae863ff1a0d2f03fcd6c67b054489
 SHA512 
c88357cdb11a68148c9344cf3688d57d793089732ee9828d6ea5e86536eb5f60668326fa520e7609a48298051435f6cc570d0c58aa4aa96581a51c16f914a1d0

diff --git a/app-text/libwps/libwps-0.4.13.ebuild 
b/app-text/libwps/libwps-0.4.13.ebuild
new file mode 100644
index ..4737dd0f497e
--- /dev/null
+++ b/app-text/libwps/libwps-0.4.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Microsoft Works file word processor format import filter library"
+HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="debug doc tools"
+
+DEPEND="dev-libs/librevenge"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_with doc docs)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2022-11-23 Thread Andreas Sturmlechner
commit: a58b3731e753121d653abc77f0820f6f1d30e7db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 19:57:19 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58b3731

app-text/kbibtex: Backport two upstream fixes, update EAPI 7 -> 8

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

 .../files/kbibtex-0.9.2-fix-crash-w-newer-Qt.patch | 28 
 ...-0.9.2-fix-creation-w-url-from-user-input.patch | 28 
 app-text/kbibtex/kbibtex-0.9.2-r1.ebuild   | 84 ++
 3 files changed, 140 insertions(+)

diff --git a/app-text/kbibtex/files/kbibtex-0.9.2-fix-crash-w-newer-Qt.patch 
b/app-text/kbibtex/files/kbibtex-0.9.2-fix-crash-w-newer-Qt.patch
new file mode 100644
index ..91cc51f9303c
--- /dev/null
+++ b/app-text/kbibtex/files/kbibtex-0.9.2-fix-crash-w-newer-Qt.patch
@@ -0,0 +1,28 @@
+From 84b0551eb141b3a7904ceec158d040200c995023 Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid 
+Date: Thu, 8 Apr 2021 22:07:15 +0200
+Subject: [PATCH] Fix crash with newer Qt versions
+
+Assign m_internalModel before calling into
+QSortFilterProxyModel::setSourceModel since that can end up calling 
filterAcceptsRow
+---
+ src/gui/file/sortfilterfilemodel.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/gui/file/sortfilterfilemodel.cpp 
b/src/gui/file/sortfilterfilemodel.cpp
+index 73707cec..87657aa2 100644
+--- a/src/gui/file/sortfilterfilemodel.cpp
 b/src/gui/file/sortfilterfilemodel.cpp
+@@ -40,8 +40,8 @@ SortFilterFileModel::SortFilterFileModel(QObject *parent)
+ 
+ void SortFilterFileModel::setSourceModel(QAbstractItemModel *model)
+ {
+-QSortFilterProxyModel::setSourceModel(model);
+ m_internalModel = dynamic_cast(model);
++QSortFilterProxyModel::setSourceModel(model);
+ }
+ 
+ FileModel *SortFilterFileModel::fileSourceModel() const
+-- 
+GitLab
+

diff --git 
a/app-text/kbibtex/files/kbibtex-0.9.2-fix-creation-w-url-from-user-input.patch 
b/app-text/kbibtex/files/kbibtex-0.9.2-fix-creation-w-url-from-user-input.patch
new file mode 100644
index ..fdc42d97810b
--- /dev/null
+++ 
b/app-text/kbibtex/files/kbibtex-0.9.2-fix-creation-w-url-from-user-input.patch
@@ -0,0 +1,28 @@
+From 1153930536abe9f0331acef67dc40b18210eb07e Mon Sep 17 00:00:00 2001
+From: Thomas Fischer 
+Date: Sat, 1 Oct 2022 23:15:52 +0200
+Subject: [PATCH] Fix creation of URL from user input
+
+... when opening a document associated with a bibliographic entry.
+
+BUG: 459150
+---
+ src/parts/part.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/parts/part.cpp b/src/parts/part.cpp
+index 5324647f..9dc35d1c 100644
+--- a/src/parts/part.cpp
 b/src/parts/part.cpp
+@@ -914,7 +914,7 @@ void KBibTeXPart::elementViewDocumentMenu(QObject *obj)
+ QString text = static_cast(obj)->data().toString(); ///< only 
a QAction will be passed along
+ 
+ /// Guess mime type for url to open
+-QUrl url(text);
++QUrl url{QUrl::fromUserInput(text)};
+ QMimeType mimeType = FileInfo::mimeTypeForUrl(url);
+ const QString mimeTypeName = mimeType.name();
+ /// Ask KDE subsystem to open url in viewer matching mime type
+-- 
+GitLab
+

diff --git a/app-text/kbibtex/kbibtex-0.9.2-r1.ebuild 
b/app-text/kbibtex/kbibtex-0.9.2-r1.ebuild
new file mode 100644
index ..e8d349aaa433
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.9.2-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=5.82.0
+QTMIN=5.15.5
+inherit ecm kde.org optfeature
+
+DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
+HOMEPAGE="https://apps.kde.org/kbibtex/ https://userbase.kde.org/KBibTeX;
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="webengine zotero"
+
+RESTRICT="test"
+
+DEPEND="
+   app-text/poppler[qt5]
+   dev-libs/icu:=
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=dev-qt/qtxmlpatterns-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+

[gentoo-commits] repo/gentoo:master commit in: media-gfx/kxstitch/files/, media-gfx/kxstitch/

2022-11-23 Thread Andreas Sturmlechner
commit: a6962353882cd9bb16f7e7f98040e3bc9d6c1eeb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:12:59 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6962353

media-gfx/kxstitch: Backport various upstream fixes, update EAPI 7 -> 8

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

 .../files/kxstitch-2.2.0-drop-xkeylock.patch   | 180 ++
 .../kxstitch/files/kxstitch-2.2.0-fix-hidpi.patch  |  26 +++
 .../kxstitch-2.2.0-fix-render-scaled-painter.patch | 202 +
 media-gfx/kxstitch/kxstitch-2.2.0-r1.ebuild|  44 +
 4 files changed, 452 insertions(+)

diff --git a/media-gfx/kxstitch/files/kxstitch-2.2.0-drop-xkeylock.patch 
b/media-gfx/kxstitch/files/kxstitch-2.2.0-drop-xkeylock.patch
new file mode 100644
index ..805a67ea97c8
--- /dev/null
+++ b/media-gfx/kxstitch/files/kxstitch-2.2.0-drop-xkeylock.patch
@@ -0,0 +1,180 @@
+From f97d3eaf4c06b4740fcec63c9c0ca64a5bd56281 Mon Sep 17 00:00:00 2001
+From: Pino Toscano 
+Date: Sun, 28 Jun 2020 12:01:49 +0200
+Subject: [PATCH] cmake: require KGuiAddons
+
+It will be used soon.
+---
+ CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 36e3169..7ccf7f0 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -32,6 +32,7 @@ find_package (KF5 REQUIRED COMPONENTS
+ Config
+ ConfigWidgets
+ Completion
++GuiAddons
+ I18n
+ KIO
+ TextWidgets
+@@ -145,6 +146,7 @@ target_link_libraries (kxstitch
+ Qt5::X11Extras
+ KF5::Completion
+ KF5::ConfigGui
++KF5::GuiAddons
+ KF5::KIOFileWidgets
+ KF5::I18n
+ KF5::TextWidgets
+-- 
+GitLab
+
+From 817be56369a25de4dd12f2548f97e4ebcfb73571 Mon Sep 17 00:00:00 2001
+From: Pino Toscano 
+Date: Sun, 28 Jun 2020 12:02:34 +0200
+Subject: [PATCH] Switch from XKeyLock to KModifierKeyInfo
+
+Use KModifierKeyInfo from the KGuiAddons framework to get the status
+of keys. In particular, use it to get the status of the Caps Lock key
+instead of the local XKeyLock implementation.
+
+The KModifierKeyInfo object is kept as class member to avoid recreating
+it at each key press in Alphabet mode.
+---
+ src/Editor.cpp | 4 +---
+ src/Editor.h   | 4 
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/src/Editor.cpp b/src/Editor.cpp
+index bba0760..163e88e 100644
+--- a/src/Editor.cpp
 b/src/Editor.cpp
+@@ -46,7 +46,6 @@
+ #include "Scale.h"
+ #include "SchemeManager.h"
+ #include "TextToolDlg.h"
+-#include "XKeyLock.h"
+ 
+ 
+ const Editor::keyPressCallPointer Editor::keyPressCallPointers[] = {
+@@ -858,10 +857,9 @@ void Editor::keyPressText(QKeyEvent *e)
+ 
+ void Editor::keyPressAlphabet(QKeyEvent *e)
+ {
+-XKeyLock keylock(QX11Info::display());
+ Qt::KeyboardModifiers modifiers = e->modifiers();
+ 
+-if (keylock.getCapsLock() && Configuration::alphabet_UseCapsLock()) {
++if (m_keyInfo.isKeyPressed(Qt::Key_CapsLock) && 
Configuration::alphabet_UseCapsLock()) {
+ modifiers = static_cast(modifiers ^ 
Qt::ShiftModifier);
+ }
+ 
+diff --git a/src/Editor.h b/src/Editor.h
+index 3189249..8345a38 100644
+--- a/src/Editor.h
 b/src/Editor.h
+@@ -16,6 +16,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ #include "Stitch.h"
+ 
+ #include "configuration.h"
+@@ -337,6 +339,8 @@ private:
+ QStack  m_cursorStack;
+ QMap  m_cursorCommands;
+ 
++KModifierKeyInfo m_keyInfo;
++
+ typedef void (Editor::*keyPressCallPointer)(QKeyEvent*);
+ typedef void (Editor::*toolInitCallPointer)();
+ typedef void (Editor::*toolCleanupCallPointer)();
+-- 
+GitLab
+
+From 17d6a17830ce190cd21f266dd319e36e4865e30a Mon Sep 17 00:00:00 2001
+From: Pino Toscano 
+Date: Sun, 28 Jun 2020 12:13:37 +0200
+Subject: [PATCH] Drop XKeyLock & X11 leftovers
+
+XKeyLock is not used anymore, so it can be dropped together with the
+X11 and QX11Extras requirements.
+---
+ CMakeLists.txt   |   6 --
+ src/Editor.cpp   |   1 -
+ src/XKeyLock.cpp | 202 ---
+ src/XKeyLock.h   |  70 
+ 4 files changed, 279 deletions(-)
+ delete mode 100644 src/XKeyLock.cpp
+ delete mode 100644 src/XKeyLock.h
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7ccf7f0..c225859 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -23,7 +23,6 @@ find_package (Qt5 CONFIG REQUIRED
+ Core
+ PrintSupport
+ Widgets
+-X11Extras
+ )
+ 
+ find_package (KF5DocTools)
+@@ -41,7 +40,6 @@ find_package (KF5 REQUIRED COMPONENTS
+ )
+ 
+ find_package (ImageMagick COMPONENTS MagickCore Magick++ REQUIRED)
+-find_package (X11 REQUIRED)
+ find_package (Doxygen)
+ find_package (SharedMimeInfo)
+ 
+@@ -57,7 +55,6 @@ include_directories (BEFORE ${CMAKE_CURRENT_BINARY_DIR} 
${CMAKE_CURRENT_SOURCE_D
+ # only in older cmake versions, while the latter only in newer ones
+ 

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

2022-11-23 Thread Andreas Sturmlechner
commit: de49c42eaad9730b367211be7123d694ff3f6e68
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 20:19:03 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 20:19:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de49c42e

media-gfx/kxstitch: drop 2.2.0

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

 media-gfx/kxstitch/kxstitch-2.2.0.ebuild | 43 
 1 file changed, 43 deletions(-)

diff --git a/media-gfx/kxstitch/kxstitch-2.2.0.ebuild 
b/media-gfx/kxstitch/kxstitch-2.2.0.ebuild
deleted file mode 100644
index d2ea26577868..
--- a/media-gfx/kxstitch/kxstitch-2.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Program to create cross stitch patterns"
-HOMEPAGE="https://apps.kde.org/kxstitch/ https://userbase.kde.org/KXStitch;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-BDEPEND="
-   sys-devel/gettext
-"
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   media-gfx/imagemagick[cxx]
-   x11-libs/libX11
-"
-RDEPEND="${DEPEND}
-   !media-gfx/kxstitch:4
-"



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

2022-11-23 Thread Jakov Smolić
commit: d86fb9c5142354322e66560f8f4d86e8280a3d7b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:43:41 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:43:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86fb9c5

dev-libs/boehm-gc: Stabilize 8.2.2-r1 hppa, #882395

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

 dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild 
b/dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild
index 9cc418dc2aa2..13b47898db4b 100644
--- a/dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="boehm-gc"
 # We've been using subslot 0 for these instead of "1.1".
 SLOT="0"
 # Upstream marked this version as "Pre-release"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cxx +large static-libs +threads"
 
 RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"



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

2022-11-23 Thread Jakov Smolić
commit: f37d798efe5aad79cb5890a732098954db3a51d2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:43:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:43:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37d798e

dev-python/bracex: Keyword 2.3_p1 hppa, #882593

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

 dev-python/bracex/bracex-2.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bracex/bracex-2.3_p1.ebuild 
b/dev-python/bracex/bracex-2.3_p1.ebuild
index 0bf751dfe903..c689d4f18857 100644
--- a/dev-python/bracex/bracex-2.3_p1.ebuild
+++ b/dev-python/bracex/bracex-2.3_p1.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
 
 BDEPEND="
test? (



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

2022-11-23 Thread Jakov Smolić
commit: b3eeaeabd99023ce2c6c329dcbba993cd01221ef
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:43:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:43:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3eeaeab

net-misc/rsync: Keyword 3.2.7-r1 hppa, #882593

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

 net-misc/rsync/rsync-3.2.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rsync/rsync-3.2.7-r1.ebuild 
b/net-misc/rsync/rsync-3.2.7-r1.ebuild
index a5ba6d5679bf..be57ac763382 100644
--- a/net-misc/rsync/rsync-3.2.7-r1.ebuild
+++ b/net-misc/rsync/rsync-3.2.7-r1.ebuild
@@ -27,7 +27,7 @@ else
SRC_DIR="src-previews"
else
SRC_DIR="src"
-   KEYWORDS="~alpha ~amd64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz



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

2022-11-23 Thread Jakov Smolić
commit: 195a87822060d9a830a9caa089e0edba556d6e4a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195a8782

gnome-base/gdm: Stabilize 43.0 x86, #879807

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

 gnome-base/gdm/gdm-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gdm/gdm-43.0.ebuild b/gnome-base/gdm/gdm-43.0.ebuild
index ce5557813473..d369e079f7c2 100644
--- a/gnome-base/gdm/gdm-43.0.ebuild
+++ b/gnome-base/gdm/gdm-43.0.ebuild
@@ -23,7 +23,7 @@ IUSE="accessibility audit bluetooth-sound branding elogind 
fprint plymouth selin
 RESTRICT="!test? ( test )"
 REQUIRED_USE="^^ ( elogind systemd )"
 
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 # dconf, dbus and g-s-d are needed at install time for dconf update
 # keyutils is automagic dep that makes autologin unlock login keyring when all 
the passwords match (disk encryption, user pw and login keyring)



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

2022-11-23 Thread Jakov Smolić
commit: 5274dee7541927931376bcddc094080671b85584
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5274dee7

gnome-extra/gnome-power-manager: Stabilize 43.0 x86, #879807

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

 gnome-extra/gnome-power-manager/gnome-power-manager-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-43.0.ebuild 
b/gnome-extra/gnome-power-manager/gnome-power-manager-43.0.ebuild
index 51b5708582c0..25d97722abba 100644
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-43.0.ebuild
+++ b/gnome-extra/gnome-power-manager/gnome-power-manager-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-power-manager;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-11-23 Thread Jakov Smolić
commit: 513bf0d07e33d3c94784abbee0c242dfab39042a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513bf0d0

gnome-extra/gnome-logs: Stabilize 43.0 x86, #879807

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

 gnome-extra/gnome-logs/gnome-logs-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-logs/gnome-logs-43.0.ebuild 
b/gnome-extra/gnome-logs/gnome-logs-43.0.ebuild
index 4a725dff81bd..f2c40aa45f19 100644
--- a/gnome-extra/gnome-logs/gnome-logs-43.0.ebuild
+++ b/gnome-extra/gnome-logs/gnome-logs-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Logs;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 RDEPEND="
gnome-base/gsettings-desktop-schemas



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

2022-11-23 Thread Jakov Smolić
commit: 40a9e13733d44f1d7bdf8e19073519401d185369
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a9e137

gnome-extra/gnome-characters: Stabilize 43.0 x86, #879807

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

 gnome-extra/gnome-characters/gnome-characters-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild
index 39f3cd64cc60..05970c5e7447 100644
--- a/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild
+++ b/gnome-extra/gnome-characters/gnome-characters-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
 
 LICENSE="GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/gjs-1.50



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

2022-11-23 Thread Jakov Smolić
commit: 8d6cd86e6de55bd73071ef336ae5c4d2baa5fd06
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6cd86e

gnome-extra/gnome-user-share: Stabilize 43.0 x86, #879807

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

 gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild 
b/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild
index 35e0a3c8b423..550a2dabf137 100644
--- a/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild
+++ b/gnome-extra/gnome-user-share/gnome-user-share-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-share;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 # FIXME: could libnotify be made optional ?
 # FIXME: selinux automagic support



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

2022-11-23 Thread Jakov Smolić
commit: 303b139b541217028870471699de8cf76d0ea1ea
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303b139b

gnome-extra/gnome-weather: Stabilize 43.0 x86, #879807

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

 gnome-extra/gnome-weather/gnome-weather-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild
index 1ad550a82788..c6fef85bd485 100644
--- a/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild
+++ b/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
 
 LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.32:2



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

2022-11-23 Thread Jakov Smolić
commit: 26d47a1d3089d2d0c41bb6a051799a5c38371526
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d47a1d

gnome-extra/gucharmap: Stabilize 15.0.1 x86, #879807

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

 gnome-extra/gucharmap/gucharmap-15.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild 
b/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild
index 9ac155b492b6..e988b0cc98c1 100644
--- a/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-15.0.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="2.90"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 
 UNICODE_VERSION="15.0"
 



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

2022-11-23 Thread Jakov Smolić
commit: c13a1ad403dd3a35cc29817bac5f43248570f5eb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13a1ad4

gnome-extra/yelp-xsl: Stabilize 42.1 x86, #879807

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

 gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild 
b/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild
index 85246127793e..b4e465c7bc46 100644
--- a/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild
+++ b/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/yelp-xsl;
 
 LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/libxml2-2.6.12:=



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-11-23 Thread Jakov Smolić
commit: 47b86cac20c9fe3bcd31016563f8aa3ec1aa64ba
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b86cac

app-i18n/unicode-data: Stabilize 15.0.0 x86, #879807

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

 app-i18n/unicode-data/unicode-data-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
index 30d0c460beb2..ab72b57ae6b9 100644
--- a/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-15.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



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

2022-11-23 Thread Jakov Smolić
commit: 494c68a1da64ca609f3c1320e438aae17cc36204
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494c68a1

gui-libs/gtksourceview: Stabilize 5.6.1 x86, #879807

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

 gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild 
b/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild
index 34f44d443c66..2c9bbab1f8c9 100644
--- a/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild
+++ b/gui-libs/gtksourceview/gtksourceview-5.6.1.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
vala? ( introspection )
 "
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.72:2



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

2022-11-23 Thread Jakov Smolić
commit: b045a80b08bfcd29fd34fe04e514650317fd66bb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b045a80b

gnome-extra/yelp: Stabilize 42.2 x86, #879807

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

 gnome-extra/yelp/yelp-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp/yelp-42.2.ebuild 
b/gnome-extra/yelp/yelp-42.2.ebuild
index c52a0613faca..e87454464d17 100644
--- a/gnome-extra/yelp/yelp-42.2.ebuild
+++ b/gnome-extra/yelp/yelp-42.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 RDEPEND="
app-arch/bzip2:=



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

2022-11-23 Thread Jakov Smolić
commit: bc01dc46534cb07592c41f2b739a6afbfb54aed3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc01dc46

media-gfx/eog-plugins: Stabilize 42.2 x86, #879807

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

 media-gfx/eog-plugins/eog-plugins-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
index e99bc37d7e3e..38881c4bd791 100644
--- a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.or
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+exif map picasa +python test"
 RESTRICT="!test? ( test )"



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

2022-11-23 Thread Jakov Smolić
commit: 768948f7b9923a6da0ad681893be927b1c90ade7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768948f7

gui-libs/libwpe: Stabilize 1.14.0 x86, #879807

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

 gui-libs/libwpe/libwpe-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libwpe/libwpe-1.14.0.ebuild 
b/gui-libs/libwpe/libwpe-1.14.0.ebuild
index 2f2934a75338..ce9ea4eb412a 100644
--- a/gui-libs/libwpe/libwpe-1.14.0.ebuild
+++ b/gui-libs/libwpe/libwpe-1.14.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz;
 LICENSE="BSD-2"
 SLOT="1.0"
 
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
media-libs/mesa[egl(+)]



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

2022-11-23 Thread Jakov Smolić
commit: fc77723ac0992f21837d058639a70f3cf0fd0820
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:41 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc77723a

gui-libs/wpebackend-fdo: Stabilize 1.14.0 x86, #879807

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

 gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild 
b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild
index ab827497acf2..5f50ce5acf70 100644
--- a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild
+++ b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.14.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz;
 LICENSE="BSD-2"
 SLOT="1.0"
 
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
media-libs/libepoxy[egl]



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

2022-11-23 Thread Jakov Smolić
commit: 265db40fbde036aa97c033b98b47fa86b3be17cc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265db40f

gnome-extra/gnome-user-docs: Stabilize 43.0 x86, #879807

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

 gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild
index ef81aae11185..69360df4152a 100644
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild
+++ b/gnome-extra/gnome-user-docs/gnome-user-docs-43.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs;
 
 LICENSE="CC-BY-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 
 BDEPEND="test? ( dev-libs/libxml2 )"



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

2022-11-23 Thread Jakov Smolić
commit: 69e62ed9e40c94905dcdfc8d61afee8231e96e7b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:44 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e62ed9

media-gfx/simple-scan: Stabilize 42.5 x86, #879807

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

 media-gfx/simple-scan/simple-scan-42.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/simple-scan/simple-scan-42.5.ebuild 
b/media-gfx/simple-scan/simple-scan-42.5.ebuild
index 9af03d556daa..21ce5c9c407c 100644
--- a/media-gfx/simple-scan/simple-scan-42.5.ebuild
+++ b/media-gfx/simple-scan/simple-scan-42.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/simple-scan;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="colord webp"
 
 DEPEND="



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

2022-11-23 Thread Jakov Smolić
commit: 031a340884847f400b05322618465a0ca257497b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031a3408

media-gfx/shotwell: Stabilize 0.30.17-r1 x86, #879807

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

 media-gfx/shotwell/shotwell-0.30.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
index 04e4b65315de..077723a4fb96 100644
--- a/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.17-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev wayland"
 
 DEPEND="



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

2022-11-23 Thread Jakov Smolić
commit: e3968b70374b3bcdf88421ba55281f926e1160d6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3968b70

net-libs/sofia-sip: Stabilize 1.13.9 x86, #879807

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

 net-libs/sofia-sip/sofia-sip-1.13.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild 
b/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild
index 879b32ba2f08..a316b7b3da32 100644
--- a/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild
+++ b/net-libs/sofia-sip/sofia-sip-1.13.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/freeswitch/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="LGPL-2.1+ BSD public-domain" # See COPYRIGHT
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 sparc x86 ~x86-linux"
 IUSE="ssl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/

2022-11-23 Thread Jakov Smolić
commit: c65f5dab710f85df0ab1fc543d53c061f331ea16
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65f5dab

media-gfx/gnome-font-viewer: Stabilize 43.0 x86, #879807

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

 media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild
index 0da122923309..859546661a78 100644
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-43.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2022-11-23 Thread Jakov Smolić
commit: 3332edf620198741d290cd3f7da3b66bdab7f764
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3332edf6

sys-apps/gnome-disk-utility: Stabilize 43.0 x86, #879807

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

 sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild
index 09c0f1d81bfb..558c13f868b7 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-43.0.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="fat elogind gnome systemd"
 REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=media-libs/libdvdread-4.2.0:0=



[gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-openvpn/

2022-11-23 Thread Jakov Smolić
commit: 471db286abb65f15392265ad78634adfeb118a98
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471db286

net-vpn/networkmanager-openvpn: Stabilize 1.10.0 x86, #879807

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

 net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild 
b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild
index a1aec2699c29..f017262cfa07 100644
--- a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild
+++ b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://gitlab.gnome.org/GNOME/NetworkManager-openvpn https://gitlab.g
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gtk test"
 RESTRICT="!test? ( test )"
 



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

2022-11-23 Thread Jakov Smolić
commit: 3fe0927dab1eb5c42874033b3412fd0a14c27a2a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe0927d

media-video/totem: Stabilize 43.0 x86, #879807

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

 media-video/totem/totem-43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/totem/totem-43.0.ebuild 
b/media-video/totem/totem-43.0.ebuild
index 6d4adc064359..530686981453 100644
--- a/media-video/totem/totem-43.0.ebuild
+++ b/media-video/totem/totem-43.0.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
 "
 RESTRICT="!test? ( test )"
 
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.72.0:2



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

2022-11-23 Thread Jakov Smolić
commit: 675d7708bb4f469ee137929335402391fc11d13c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675d7708

sys-apps/osinfo-db: Stabilize 20221018 x86, #879807

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

 sys-apps/osinfo-db/osinfo-db-20221018.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db/osinfo-db-20221018.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20221018.ebuild
index d35a100b1615..b121959cf21f 100644
--- a/sys-apps/osinfo-db/osinfo-db-20221018.ebuild
+++ b/sys-apps/osinfo-db/osinfo-db-20221018.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 BDEPEND="sys-apps/osinfo-db-tools"
 



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

2022-11-23 Thread Jakov Smolić
commit: 84550bb638fb4f7231b290fec6bfdc3ece574757
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84550bb6

sys-apps/baobab: Stabilize 43.0 x86, #879807

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

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

diff --git a/sys-apps/baobab/baobab-43.0.ebuild 
b/sys-apps/baobab/baobab-43.0.ebuild
index 727a0cbe4b58..e36fbd56e113 100644
--- a/sys-apps/baobab/baobab-43.0.ebuild
+++ b/sys-apps/baobab/baobab-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2022-11-23 Thread Jakov Smolić
commit: 56eac382b0e9c19db1b2811951f277d2944cfba7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56eac382

x11-themes/gnome-backgrounds: Stabilize 43-r1 x86, #879807

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

 x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild
index 1456c04b2f68..884d5a6695c3 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-43-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
 
 LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0 CC-BY-4.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="gui-libs/gdk-pixbuf-loader-webp"
 BDEPEND=">=sys-devel/gettext-0.19.8"



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

2022-11-23 Thread Andreas K. Hüttel
commit: 7d99421e0892994c73829d11e4c511af8fbc2359
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov 23 22:31:27 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Nov 23 22:31:27 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7d99421e

Add mips n32 systemd builds

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

 .../specs-qemu/mips/stage1-mips3-n32-systemd.spec  | 14 +
 .../mips/stage1-mipsel3-n32-systemd.spec   | 14 +
 .../specs-qemu/mips/stage3-mips3-n32-systemd.spec  | 12 +
 .../mips/stage3-mipsel3-n32-systemd.spec   | 12 +
 tools/catalyst-auto-qemu-mips-common   | 60 ++
 5 files changed, 80 insertions(+), 32 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec 
b/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec
new file mode 100644
index ..3b07b4a5
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips3_n32
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32
+rel_type: default
+profile: default/linux/mips/17.0/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_n32-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec
new file mode 100644
index ..283660b4
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n32
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_n32-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec 
b/releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec
new file mode 100644
index ..f20b69aa
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips3_n32
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32
+rel_type: default
+profile: default/linux/mips/17.0/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_n32-systemd-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec 
b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec
new file mode 100644
index ..196fb06b
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n32
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_n32-systemd-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips-common 
b/tools/catalyst-auto-qemu-mips-common
index 141adf01..7312d6d1 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -6,9 +6,23 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS_BE="mips2_o32_openrc mips2_o32_systemd mips3n32openrc mips3multilibopenrc 
mips3n64openrc"
-
-SETS_LE="mipsel2_o32_openrc mipsel2_o32_systemd mipsel3_o32_openrc 
mipsel3_o32_systemd mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc 
mipsel3n64systemd mipsel3n64systemd_mu"
+SETS_BE="
+   mips2_o32_openrc
+   mips2_o32_systemd
+   mips3_n32_openrc
+   mips3_n32_systemd
+   mips3multilibopenrc mips3n64openrc
+"
+
+SETS_LE="
+   mipsel2_o32_openrc
+   mipsel2_o32_systemd
+   mipsel3_o32_openrc
+   mipsel3_o32_systemd
+   mipsel3_n32_openrc
+   mipsel3_n32_systemd
+   mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd 
mipsel3n64systemd_mu
+"
 
 # SETS="${SETS_BE} ${SETS_LE}"
 
@@ -21,8 +35,11 @@ 
SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o3
 SET_mipsel3_o32_openrc_SPECS="stage1-mipsel3-o32-openrc.spec 
stage3-mipsel3-o32-openrc.spec"
 SET_mipsel3_o32_systemd_SPECS="stage1-mipsel3-o32-systemd.spec 
stage3-mipsel3-o32-systemd.spec"
 

[gentoo-commits] repo/gentoo:master commit in: www-apps/icingadb-web/

2022-11-23 Thread Joonas Niilola
commit: 829dc3d71f8ab1ab22e7fb4afc622d253b3735a2
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sun Nov  6 13:19:34 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829dc3d7

www-apps/icingadb-web: add 1.0.2

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28159
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/icingadb-web/Manifest  |  1 +
 www-apps/icingadb-web/icingadb-web-1.0.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/www-apps/icingadb-web/Manifest b/www-apps/icingadb-web/Manifest
index bdf40b4e6413..5ca946170bae 100644
--- a/www-apps/icingadb-web/Manifest
+++ b/www-apps/icingadb-web/Manifest
@@ -1 +1,2 @@
 DIST icingadb-web-1.0.1.tar.gz 2296075 BLAKE2B 
08684f8f46e85843035a98716094d7a0b2d623fdc633beaa9cc49778fd495d1edbf99f003bceed155a081bbe9ecc90393910f0c28a854fbe435b9fe73a5066c9
 SHA512 
64423f67961c4d0677d4fd5da18c28b6b525a38885e7660f48120a65a9638c9a1dd0f4a2c3b58048ab2583a76716c5e99cf88010c8b5dfd823083346228055f0
+DIST icingadb-web-1.0.2.tar.gz 2296999 BLAKE2B 
f74badc90f992ffd506cf66296e3d38f2d9fb5e317f4ff497f3790bbdafec250378a661dddbd582510ab490b7eaf1e2cfeb69c078da8dbaa6e638e504d6d8e96
 SHA512 
a8349b94260ddde9a65eaa05517f656c4a7649ae5c7c2584900ca982b05a63e8b0fcaa95154e0a01ca4269958b449434c894dcff6950ea447b1cda6977bc

diff --git a/www-apps/icingadb-web/icingadb-web-1.0.2.ebuild 
b/www-apps/icingadb-web/icingadb-web-1.0.2.ebuild
new file mode 100644
index ..56082291a598
--- /dev/null
+++ b/www-apps/icingadb-web/icingadb-web-1.0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="UI for Icinga DB"
+HOMEPAGE="https://icinga.com/docs/icinga-db-web/;
+KEYWORDS="~amd64"
+SRC_URI="https://github.com/Icinga/icingadb-web/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   || (
+   dev-lang/php:7.4[curl,xml]
+   dev-lang/php:8.0[curl,xml]
+   dev-lang/php:8.1[curl,xml]
+   dev-lang/php:8.2[curl,xml]
+   )
+   >=dev-libs/icinga-php-library-0.9
+   >=dev-libs/icinga-php-thirdparty-0.11
+   >=www-apps/icingaweb2-2.9.0
+"
+
+src_install() {
+   insinto "/usr/share/icingaweb2/modules/icingadb/"
+   doins -r "${S}"/*
+}



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

2022-11-23 Thread Joonas Niilola
commit: a0dce33c08a469e6c06c6ea768244d98a3db1892
Author: Chris Mayo  gmail  com>
AuthorDate: Wed Nov 16 19:21:02 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dce33c

media-gfx/gnofract4d: add 4.3_p20221114

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

 media-gfx/gnofract4d/Manifest  |  1 +
 .../gnofract4d/gnofract4d-4.3_p20221114.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/media-gfx/gnofract4d/Manifest b/media-gfx/gnofract4d/Manifest
index 6b55644f3b2b..2c7eb33475e4 100644
--- a/media-gfx/gnofract4d/Manifest
+++ b/media-gfx/gnofract4d/Manifest
@@ -1 +1,2 @@
 DIST gnofract4d-4.3_p20211108.tar.gz 18271921 BLAKE2B 
b73fef616b8a91827edd514ec128bcb6d63a8fc8f1433989e31bd9f11711a9568a61358dcca23846bff461ef6a8addeae68cc5ab5f4ae29b6e9b2857bdbad2b8
 SHA512 
0d95f31ac9b1b82bfd459ac896c73bfcffb3b256750093cdccee976839112fcaeb42260c0eb48ef4f30dc0504f5b84cc425f6568997c05639993354756f9ef75
+DIST gnofract4d-4.3_p20221114.tar.gz 18275321 BLAKE2B 
029babc09810aa2a2fe0a627144bd347cb363666a9412cce067c2ce505fd8d554a3e12058ab74ccc5d1ff29587e96276026e685ee586e3961c92f72b30fe72d5
 SHA512 
d45183c0dc77959210b512ecfb35a8487ebf103ec5d46f815f4a2e05655ed5cc2f5fd1399f644fd919a459ffdb54dfe32a7745991dd37f527f5b79747aa22618

diff --git a/media-gfx/gnofract4d/gnofract4d-4.3_p20221114.ebuild 
b/media-gfx/gnofract4d/gnofract4d-4.3_p20221114.ebuild
new file mode 100644
index ..35a84519af89
--- /dev/null
+++ b/media-gfx/gnofract4d/gnofract4d-4.3_p20221114.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature virtualx xdg
+
+COMMIT="3858a6f6a857ee8d2204938d72ac4975dafa16e4"
+
+DESCRIPTION="A program for drawing beautiful mathematically-based images known 
as fractals"
+HOMEPAGE="https://fract4d.github.io/gnofract4d/;
+SRC_URI="https://github.com/fract4d/gnofract4d/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   media-libs/libjpeg-turbo:0=
+   media-libs/libpng:0="
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   ')
+   x11-libs/gtk+:3[introspection]"
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   media-video/ffmpeg[vpx,zlib]
+   )"
+
+distutils_enable_tests pytest
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+   sed -i -e "s:share/doc/gnofract4d/:share/doc/${PF}/:" setup.py || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   ln -s "${BUILD_DIR}"/lib/fract4d/*.so fract4d/ || die
+   local EPYTEST_IGNORE=(
+   # test_regress.py does not provide pytest with any tests and 
inspecting it requires dev-python/pillow
+   test_regress.py
+   )
+   TMPDIR="${T}" virtx epytest
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   optfeature "creating videos" media-video/ffmpeg[vpx,zlib]
+}



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

2022-11-23 Thread Joonas Niilola
commit: 9e00efbbf39b615e4ae1fc7f0fbd70ffd7f827dd
Author: Chris Mayo  gmail  com>
AuthorDate: Wed Nov 16 19:21:02 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e00efbb

media-gfx/gnofract4d: drop 4.3_p20201029

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

 media-gfx/gnofract4d/Manifest  |  1 -
 .../gnofract4d/gnofract4d-4.3_p20201029.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/media-gfx/gnofract4d/Manifest b/media-gfx/gnofract4d/Manifest
index 84a9b0909827..6b55644f3b2b 100644
--- a/media-gfx/gnofract4d/Manifest
+++ b/media-gfx/gnofract4d/Manifest
@@ -1,2 +1 @@
-DIST gnofract4d-4.3_p20201029.tar.gz 18270417 BLAKE2B 
82d9f9528c33cf73478fa48d8692617237029944e68d9626d0c39e088b1b6aebc02a8c32a1a0e14c8d115cf3f0434940ec8a8c3d915fc9967b22f7e51353dd6b
 SHA512 
f5844a88c41941429379efe99d1e0593a994a42d600e6e05f722c01c4ced48ceff730bf6bc797e083bd558931d39a31ffe86021eac0f0c6ec0f3047569962e3f
 DIST gnofract4d-4.3_p20211108.tar.gz 18271921 BLAKE2B 
b73fef616b8a91827edd514ec128bcb6d63a8fc8f1433989e31bd9f11711a9568a61358dcca23846bff461ef6a8addeae68cc5ab5f4ae29b6e9b2857bdbad2b8
 SHA512 
0d95f31ac9b1b82bfd459ac896c73bfcffb3b256750093cdccee976839112fcaeb42260c0eb48ef4f30dc0504f5b84cc425f6568997c05639993354756f9ef75

diff --git a/media-gfx/gnofract4d/gnofract4d-4.3_p20201029.ebuild 
b/media-gfx/gnofract4d/gnofract4d-4.3_p20201029.ebuild
deleted file mode 100644
index 414a07e0ba72..
--- a/media-gfx/gnofract4d/gnofract4d-4.3_p20201029.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 optfeature virtualx xdg
-
-COMMIT="3e3893b0ee381098418d7b28997f6b861c53eff1"
-
-DESCRIPTION="A program for drawing beautiful mathematically-based images known 
as fractals"
-HOMEPAGE="https://fract4d.github.io/gnofract4d/;
-SRC_URI="https://github.com/fract4d/gnofract4d/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   media-libs/libpng:0=
-   virtual/jpeg"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
-   ')
-   x11-libs/gtk+:3[introspection]"
-BDEPEND="
-   virtual/pkgconfig
-   test? (
-   media-video/ffmpeg[vpx,zlib]
-   )"
-
-distutils_enable_tests pytest
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
-   sed -i -e "s:share/doc/gnofract4d/:share/doc/${PF}/:" setup.py || die
-   # test_regress.py does not provide pytest with any tests and inspecting 
it requires dev-python/pillow
-   rm test_regress.py || die
-   # tests hanging with virtx
-   rm fract4dgui/tests/test_{director,gtkfractal}.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_compile_all() {
-   if use test; then
-   ln -s "${BUILD_DIR}"/lib/fract4d/*.so fract4d/ || die
-   fi
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   optfeature "creating videos" media-video/ffmpeg[vpx,zlib]
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/, app-misc/neofetch/files/

2022-11-23 Thread Joonas Niilola
commit: 3a3a765766793f84b88c98c8b1620d915278ac9d
Author: jinqiang zhang  0x0  ee>
AuthorDate: Thu Nov 17 05:30:41 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3a7657

app-misc/neofetch: fix cpu model detect on arm, riscv, loongarch

Closes: https://bugs.gentoo.org/881591
Upstream: https://github.com/dylanaraps/neofetch/pull/2139
Signed-off-by: jinqiang zhang  0x0.ee>
Closes: https://github.com/gentoo/gentoo/pull/28305
Signed-off-by: Joonas Niilola  gentoo.org>

 ...x-arm-riscv-loongarch-cpu-model-detection.patch | 35 ++
 app-misc/neofetch/neofetch-7.1.0-r1.ebuild |  4 +++
 app-misc/neofetch/neofetch-7.1.0.ebuild|  4 +++
 app-misc/neofetch/neofetch-.ebuild |  4 +++
 4 files changed, 47 insertions(+)

diff --git 
a/app-misc/neofetch/files/neofetch-7.1.0-fix-arm-riscv-loongarch-cpu-model-detection.patch
 
b/app-misc/neofetch/files/neofetch-7.1.0-fix-arm-riscv-loongarch-cpu-model-detection.patch
new file mode 100644
index ..43442dc7689f
--- /dev/null
+++ 
b/app-misc/neofetch/files/neofetch-7.1.0-fix-arm-riscv-loongarch-cpu-model-detection.patch
@@ -0,0 +1,35 @@
+https://github.com/dylanaraps/neofetch/pull/2139
+
+diff --git a/neofetch b/neofetch
+index 1e4b5646..78babd0b 100755
+--- a/neofetch
 b/neofetch
+@@ -2086,9 +2086,18 @@ get_cpu() {
+ [[ -z "$cpu" ]] && cpu="$(awk -F':' '/family/ {printf $2; 
exit}' "$cpu_file")"
+ ;;
+ 
++"arm"* | "aarch64")
++if [[ $(trim "$distro") == Android* ]]; then
++# Android roms have modified cpuinfo that shows CPU model 
as a string
++cpu="$(awk -F':' '/Hardware/ {print $2; exit}' 
"$cpu_file")"
++else
++cpu="$(lscpu | awk -F': ' '/Vendor ID/ {print $2; 
exit}' ) $(lscpu | awk -F': ' '/Model name/ {print $2; exit}')"
++fi
++;;
++
+ *)
+ cpu="$(awk -F '\\s*: | @' \
+-'/model name|Hardware|Processor|^cpu model|chip 
type|^cpu type/ {
++'/model name|Model|uarch|Hardware|Processor|^cpu 
model|chip type|^cpu type/ {
+ cpu=$2; if ($1 == "Hardware") exit } END { print 
cpu }' "$cpu_file")"
+ ;;
+ esac
+@@ -2286,7 +2295,7 @@ get_cpu() {
+ cpu="${cpu//, * Compute Cores}"
+ cpu="${cpu//Core / }"
+ cpu="${cpu//(\"AuthenticAMD\"*)}"
+-cpu="${cpu//with Radeon * Graphics}"
++cpu="${cpu//with Radeon*Graphics}"
+ cpu="${cpu//, altivec supported}"
+ cpu="${cpu//FPU*}"
+ cpu="${cpu//Chip Revision*}"

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild 
b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index a95947200ffa..9a06d763e8b9 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -18,6 +18,10 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch;
 LICENSE="MIT-with-advertising"
 SLOT="0"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-arm-riscv-loongarch-cpu-model-detection.patch
+)
+
 src_prepare() {
if use prefix; then
# bug #693526

diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild 
b/app-misc/neofetch/neofetch-7.1.0.ebuild
index 864cc9203b4c..aa21d63f1a9a 100644
--- a/app-misc/neofetch/neofetch-7.1.0.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
@@ -29,6 +29,10 @@ RDEPEND="sys-apps/pciutils
x11-apps/xwininfo
)"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-arm-riscv-loongarch-cpu-model-detection.patch
+)
+
 src_prepare() {
if use prefix; then
# bug #693526

diff --git a/app-misc/neofetch/neofetch-.ebuild 
b/app-misc/neofetch/neofetch-.ebuild
index cc85a3afcd91..7f7fde51975a 100644
--- a/app-misc/neofetch/neofetch-.ebuild
+++ b/app-misc/neofetch/neofetch-.ebuild
@@ -18,6 +18,10 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch;
 LICENSE="MIT-with-advertising"
 SLOT="0"
 
+PATCHES=(
+   
"${FILESDIR}"/neofetch-7.1.0-fix-arm-riscv-loongarch-cpu-model-detection.patch
+)
+
 src_prepare() {
if use prefix; then
# bug #693526



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

2022-11-23 Thread Joonas Niilola
commit: 43236bcbb2afc763663ca7fe8e9580788498bb15
Author: Bernd Waibel  posteo  net>
AuthorDate: Mon Nov 14 16:51:27 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43236bcb

dev-libs/imath: add 3.1.6

Closes: https://bugs.gentoo.org/880635
Signed-off-by: Bernd Waibel  posteo.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/imath/Manifest   |  1 +
 dev-libs/imath/imath-3.1.6.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/imath/Manifest b/dev-libs/imath/Manifest
index 1777a34a5898..304e397347ea 100644
--- a/dev-libs/imath/Manifest
+++ b/dev-libs/imath/Manifest
@@ -1,2 +1,3 @@
 DIST imath-3.1.4.tar.gz 572214 BLAKE2B 
6d67f542256e44f9ba6f30ae7d22a37dbf3cd1e49992fb8b0e2264d51d47e9c2297940b3a484e1f59bd8b251e8ef42d81ae88282d0769c111b3cd84cd0a9354e
 SHA512 
f9f7d8ec333e6383191543ee927dc40e870a6330225b01070bb93ad3d149c5e31bd5989d4dc52f3321490c1c5a7cab55582c6e42e34ab4ca5723170e7578e286
 DIST imath-3.1.5.tar.gz 570875 BLAKE2B 
f78c8278a3ecb40afaa291b74c50c2ce01a5cba594e690041a57cfd3a65f9fe0842a41d600906ed864df239c2753488dedca53bdfa65a90c13513111a8068ca4
 SHA512 
8344e42c75d8e4bb21facb837535f0c9e4a9489d9edebcc25d5d3c6063535f2bf54e4517d8fca3fedada248457aa07c9bd77d6e843a9d115278fc154de2cdc9d
+DIST imath-3.1.6.tar.gz 573255 BLAKE2B 
c4d5a785a2aed9c5b9b1441ab016a5cf47abeb1d44c0625f0654e8c4d1e47dd62c61f83fd7b160beae8aaf5db9350d2a3bc43754e795fe75b10c4836a1b8
 SHA512 
c099a291ed7fd7702a7609575f2f3d2ed7f95256c23c2180e2ef1f76ceb07734365f57da5244b1d6cec81ca9859864eb4c9236df02a64aa783af6639a3b59acd

diff --git a/dev-libs/imath/imath-3.1.6.ebuild 
b/dev-libs/imath/imath-3.1.6.ebuild
new file mode 100644
index ..8ad12802d59f
--- /dev/null
+++ b/dev-libs/imath/imath-3.1.6.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit cmake python-single-r1
+
+MY_PN="${PN^}"
+
+DESCRIPTION="Imath basic math package"
+HOMEPAGE="https://imath.readthedocs.io;
+SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+# re-keywording needed for (according to ilmbase keywords): ~x64-macos 
~x86-solaris
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD"
+SLOT="3/29"
+IUSE="doc large-stack python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+# blocker due to file collision #803347
+RDEPEND="
+   !dev-libs/imath:0
+   !media-libs/ilmbase
+   sys-libs/zlib
+   python? (
+   !dev-python/pyilmbase
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   ')
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( $(python_gen_cond_dep 'dev-python/breathe[${PYTHON_USEDEP}]') )
+   python? ( ${PYTHON_DEPS} )
+"
+
+DOCS=( CHANGES.md CONTRIBUTORS.md README.md SECURITY.md 
docs/PortingGuide2-3.md )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDOCS=$(usex doc)
+   -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack)
+   -DIMATH_HALF_USE_LOOKUP_TABLE=ON
+   -DIMATH_INSTALL_PKG_CONFIG=ON
+   -DIMATH_USE_CLANG_TIDY=OFF
+   -DIMATH_USE_NOEXCEPT=ON
+   )
+   if use python; then
+   mycmakeargs+=(
+   -DBoost_NO_BOOST_CMAKE=OFF
+   -DPYTHON=ON
+   -DPython3_EXECUTABLE="${PYTHON}"
+   -DPython3_INCLUDE_DIR=$(python_get_includedir)
+   -DPython3_LIBRARY=$(python_get_library_path)
+   )
+   fi
+
+   cmake_src_configure
+}



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

2022-11-23 Thread Joonas Niilola
commit: 2ed5bca7d06308b2ab44d42f6a20f4231cc606fa
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 23 17:51:39 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed5bca7

net-misc/seafile: update some EAPI-8 related changes to 8.0.9

 - add pkg_setup,
 - regenerate Manifest,
 - vala_src_prepare is deprecated in EAPI-8, call vala_setup in pkg_setup.

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

 net-misc/seafile/Manifest | 2 +-
 net-misc/seafile/seafile-8.0.9.ebuild | 6 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 0581f4afafde..1fe9993090b7 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -2,4 +2,4 @@ DIST seafile-8.0.5.tar.gz 738268 BLAKE2B 
a142acd9613b4a4aba62640486ee3e79de13274
 DIST seafile-8.0.6.tar.gz 738248 BLAKE2B 
c36904c459429985bf5a6b34546be7af2ba913b4dc5df860858cf73c0d0fe4797fc1fd64a70d8feb3ac2888404e30705540672cdbcc7cea4b91e6229939ed1e4
 SHA512 
261e1c58018f3e427e79a811f67322a2d0ce4cc8bfa913f029bd42bdfa5498f35ec5003cafc8eaf583b0b0ef9cd7159bc4f57136f4fd4270b38327a79e0f95cd
 DIST seafile-8.0.7.tar.gz 738238 BLAKE2B 
edb6ab4f1e61455a24ed43c4b516b58f0cd44fd57f63ebb7aca6daaa206888689c9139fd443acfb2fb35ace100921470e207c338ae5bcdd093e02e79ab57ef80
 SHA512 
4ce16b2abed36ff33237df1119be7ecb3a01caa9d29c954a6618dfbc94d4ba32c0e30bcf259a6f05bf6bfe0e2aaca7d394c6b6adf69c37447e27a9ed5ac0d3df
 DIST seafile-8.0.8.tar.gz 738321 BLAKE2B 
ec8719890c5945c1dab0433c86e5e2b7ec7dc45ce9edb0b82760a4fffaf719892c1a650d2eb5df463f413df1c09c8062e45f35b13669fbc2c6312e0056590016
 SHA512 
a531acd582ce1f80918979305a2c822e37e25ad8cd80551359834ddb22434f2de5c63b9a364886bd12fe3aa8307087f85238271dbe9e3258e9e9c65f18ea9307
-DIST seafile-8.0.9.tar.gz 738321 BLAKE2B 
ec8719890c5945c1dab0433c86e5e2b7ec7dc45ce9edb0b82760a4fffaf719892c1a650d2eb5df463f413df1c09c8062e45f35b13669fbc2c6312e0056590016
 SHA512 
a531acd582ce1f80918979305a2c822e37e25ad8cd80551359834ddb22434f2de5c63b9a364886bd12fe3aa8307087f85238271dbe9e3258e9e9c65f18ea9307
+DIST seafile-8.0.9.tar.gz 741345 BLAKE2B 
a19d31e350e2a971f30ea1a659ced0a3611857901f000dcf28e94ffef070ae2ef9e1803cf09f0ce833378378998e2aff869336d7b327d203fcf4143af66832a4
 SHA512 
47332bc6296cd3a6fe2e0c3539e0ee20df848143c1a05f0d5377a2505924d065bd555f807c79b65a67211062e92b8c4061f8e632ed33e65acd545a3104e8

diff --git a/net-misc/seafile/seafile-8.0.9.ebuild 
b/net-misc/seafile/seafile-8.0.9.ebuild
index b2b103af9f9f..9cf4647508a0 100644
--- a/net-misc/seafile/seafile-8.0.9.ebuild
+++ b/net-misc/seafile/seafile-8.0.9.ebuild
@@ -39,10 +39,14 @@ BDEPEND="${PYTHON_DEPS}
 
 S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
 
+pkg_setup() {
+   python-single-r1_pkg_setup
+   vala_setup
+}
+
 src_prepare() {
default
eautoreconf
-   vala_src_prepare
 }
 
 src_configure() {



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

2022-11-23 Thread Joonas Niilola
commit: fd0604a9d022357679f853b1ff195b7c66d33de0
Author: Bernd Waibel  posteo  net>
AuthorDate: Mon Nov 14 16:59:36 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0604a9

media-libs/openexr: loosen dependency on dev-libs/imath

Package builds with dev-libs/imath-3.1.6, so don't restrict to the
same version.

Signed-off-by: Bernd Waibel  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/28265
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/openexr/openexr-3.1.5-r1.ebuild | 79 ++
 1 file changed, 79 insertions(+)

diff --git a/media-libs/openexr/openexr-3.1.5-r1.ebuild 
b/media-libs/openexr/openexr-3.1.5-r1.ebuild
new file mode 100644
index ..48224fa049f9
--- /dev/null
+++ b/media-libs/openexr/openexr-3.1.5-r1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+MY_PN=OpenEXR
+
+DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries"
+HOMEPAGE="https://www.openexr.com/;
+SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/30" # based on SONAME
+# -ppc -sparc because broken on big endian, bug #818424
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong -ppc ~ppc64 ~riscv -sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+IUSE="cpu_flags_x86_avx doc examples large-stack utils test threads"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/imath-${PV}:=
+   sys-libs/zlib
+   !media-libs/openexr:3
+   !media-libs/ilmbase
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? ( dev-python/breathe )
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.1-0003-disable-failing-test.patch
+   
"${FILESDIR}"/${P}-Add-missing-include-cstdint-required-by-gcc-13-1264.patch
+   "${FILESDIR}"/${P}-add-missed-include-cstdint-statement.patch
+)
+
+DOCS=( CHANGES.md GOVERNANCE.md PATENTS README.md SECURITY.md 
docs/SymbolVisibility.md )
+
+src_prepare() {
+   # Fix path for testsuite
+   sed -e "s:/var/tmp/:${T}:" \
+   -i "${S}"/src/test/${MY_PN}{,Fuzz,Util}Test/tmpDir.h || die 
"failed to set temp path for tests"
+
+   if use x86; then
+   eapply "${FILESDIR}"/${P}-drop-failing-testDwaLookups.patch
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   if use x86; then
+   replace-cpu-flags native i686
+   fi
+
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   -DDOCS=$(usex doc)
+   -DOPENEXR_BUILD_TOOLS=$(usex utils)
+   -DOPENEXR_ENABLE_LARGE_STACK=$(usex large-stack)
+   -DOPENEXR_ENABLE_THREADING=$(usex threads)
+   -DOPENEXR_INSTALL_EXAMPLES=$(usex examples)
+   -DOPENEXR_INSTALL_PKG_CONFIG=ON
+   -DOPENEXR_INSTALL_TOOLS=$(usex utils)
+   -DOPENEXR_USE_CLANG_TIDY=OFF # don't look for clang-tidy
+   )
+
+   use test && mycmakeargs+=( -DOPENEXR_RUN_FUZZ_TESTS=ON )
+
+   cmake_src_configure
+}
+
+src_install() {
+   use examples && docompress -x /usr/share/doc/${PF}/examples
+
+   cmake_src_install
+}



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

2022-11-23 Thread Joonas Niilola
commit: 4389efa58a2bad4a2d95c2d9179568a8938eb6df
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Tue Nov 15 22:02:32 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4389efa5

net-misc/seafile: version bump to 8.0.9

Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/seafile/Manifest |  1 +
 net-misc/seafile/seafile-8.0.9.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 984406234294..0581f4afafde 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -2,3 +2,4 @@ DIST seafile-8.0.5.tar.gz 738268 BLAKE2B 
a142acd9613b4a4aba62640486ee3e79de13274
 DIST seafile-8.0.6.tar.gz 738248 BLAKE2B 
c36904c459429985bf5a6b34546be7af2ba913b4dc5df860858cf73c0d0fe4797fc1fd64a70d8feb3ac2888404e30705540672cdbcc7cea4b91e6229939ed1e4
 SHA512 
261e1c58018f3e427e79a811f67322a2d0ce4cc8bfa913f029bd42bdfa5498f35ec5003cafc8eaf583b0b0ef9cd7159bc4f57136f4fd4270b38327a79e0f95cd
 DIST seafile-8.0.7.tar.gz 738238 BLAKE2B 
edb6ab4f1e61455a24ed43c4b516b58f0cd44fd57f63ebb7aca6daaa206888689c9139fd443acfb2fb35ace100921470e207c338ae5bcdd093e02e79ab57ef80
 SHA512 
4ce16b2abed36ff33237df1119be7ecb3a01caa9d29c954a6618dfbc94d4ba32c0e30bcf259a6f05bf6bfe0e2aaca7d394c6b6adf69c37447e27a9ed5ac0d3df
 DIST seafile-8.0.8.tar.gz 738321 BLAKE2B 
ec8719890c5945c1dab0433c86e5e2b7ec7dc45ce9edb0b82760a4fffaf719892c1a650d2eb5df463f413df1c09c8062e45f35b13669fbc2c6312e0056590016
 SHA512 
a531acd582ce1f80918979305a2c822e37e25ad8cd80551359834ddb22434f2de5c63b9a364886bd12fe3aa8307087f85238271dbe9e3258e9e9c65f18ea9307
+DIST seafile-8.0.9.tar.gz 738321 BLAKE2B 
ec8719890c5945c1dab0433c86e5e2b7ec7dc45ce9edb0b82760a4fffaf719892c1a650d2eb5df463f413df1c09c8062e45f35b13669fbc2c6312e0056590016
 SHA512 
a531acd582ce1f80918979305a2c822e37e25ad8cd80551359834ddb22434f2de5c63b9a364886bd12fe3aa8307087f85238271dbe9e3258e9e9c65f18ea9307

diff --git a/net-misc/seafile/seafile-8.0.9.ebuild 
b/net-misc/seafile/seafile-8.0.9.ebuild
new file mode 100644
index ..b2b103af9f9f
--- /dev/null
+++ b/net-misc/seafile/seafile-8.0.9.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+# Upstream is moving tags repeatedly, then we use commit hash.
+RELEASE_COMMIT="6bd36a957573eda6a53f3d1bc538dbfc001aa9fd"
+
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
+HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   dev-libs/openssl:=
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/jansson:=
+   dev-libs/libevent:=
+   net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
+   net-misc/curl
+   sys-apps/util-linux
+   sys-libs/zlib
+   elibc_musl? ( sys-libs/fts-standalone )"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   $(vala_depend)"
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+   vala_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-static
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   # Remove unnecessary .la files
+   find "${ED}" -name '*.la' -delete || die
+   python_fix_shebang "${ED}"/usr/bin/seaf-cli
+}



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

2022-11-23 Thread Joonas Niilola
commit: 9bfed3733a2016baf53bbf4b8beccb23867400e5
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Tue Nov 15 21:59:42 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfed373

net-libs/libsearpc: version bump to 3.3.0

Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-libs/libsearpc/Manifest   |  1 +
 net-libs/libsearpc/libsearpc-3.3.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/net-libs/libsearpc/Manifest b/net-libs/libsearpc/Manifest
index fb2501075b90..864895d38003 100644
--- a/net-libs/libsearpc/Manifest
+++ b/net-libs/libsearpc/Manifest
@@ -1,2 +1,3 @@
 DIST libsearpc-3.2.0.tar.gz 52303 BLAKE2B 
34707b504b4e63017549e5ed04e8e1e8d1e98b873aebe2ad3f675fe88e209bb73d8b56d1aef137bc4bead2a2fbcf7410dfdf1d02a92a8f37efbaaf0d56d79a4c
 SHA512 
071784b6d34f6ddf947748474c210f0f803e3451373e351b6a768b0cf4a17ddcdaf415ff4ce5f020f1a68df3f6f0a0e53a78ad9e2df286fafea870e303c8f6dd
 DIST libsearpc-3.2.0_p1.tar.gz 54011 BLAKE2B 
9bdfa72b207eb57d1242384e5581eea9083f4f30616a9bc8da1255b281c0a847ec1fc6d23db7510dc7988a67d7c836762b8343ac4fdffe07ce6296b65d9cf8c8
 SHA512 
2e1580ffa54e233b078385a94d2d9a7e080bfb2f8ccbaf96645c94f86d0eda686bd84277341cff39840afa03fc67abd05cb2f57a81d117fff4773280f9da265a
+DIST libsearpc-3.3.0.tar.gz 54140 BLAKE2B 
6645a7e4c14c9d50b59ce8ebaecd13bb247d16d66449b0d251d27d12d46507cc2e4b8468e87f6f1b222da2243b59fc01b69349eb06e96b5cd0d6aabd1aeff72b
 SHA512 
0fd07dcd417b540cb8ed53f1103a03bc6b1a2b9bbb8ca0858aef44a352e3d5d2b6ad51901a29ac6be27acfe25f93233530003982315d0f6e268fa43992f04240

diff --git a/net-libs/libsearpc/libsearpc-3.3.0.ebuild 
b/net-libs/libsearpc/libsearpc-3.3.0.ebuild
new file mode 100644
index ..7702156b977b
--- /dev/null
+++ b/net-libs/libsearpc/libsearpc-3.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+# Upstream is moving tags repeatedly, then we use commit hash.
+RELEASE_COMMIT="15f6f0b9f451b9ecf99dedab72e9242e54e124eb" #tag v3.3-latest
+
+inherit autotools python-single-r1
+
+DESCRIPTION="A simple C language RPC framework"
+HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.26.0
+   >=dev-libs/jansson-2.2.1:="
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   ')"
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_prepare() {
+   default
+   sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
+   eautoreconf
+}
+
+src_install() {
+   default
+   # Remove unnecessary .la files
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-11-23 Thread Joonas Niilola
commit: a81285e6b70cc494a67b2d5a194da1c68332afdb
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Tue Nov 15 22:17:15 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 23 17:55:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81285e6

net-misc/seafile-client: version bump to 8.0.9

Signed-off-by: Quentin Retornaz  retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/28292
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/seafile-client/Manifest   |  1 +
 .../seafile-client/seafile-client-8.0.9.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index e1718be31d25..9de6c9f217eb 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -2,3 +2,4 @@ DIST seafile-client-8.0.5.tar.gz 11701650 BLAKE2B 
c9c436f53cf7effa6c2e1cdbb09f5c
 DIST seafile-client-8.0.6.tar.gz 11702726 BLAKE2B 
bcba073b9ec17c33f653ae89e518f30f96ec8f9bdb780a9e06ae75d565c223c6b0505fd1ec9475b66bcd8d26f84846a99968fc006514d1eccb4a72b8600f0ae4
 SHA512 
fceb272fa521a7343609285ff5b299f66886b2ea53a1395178c3f05313e9439853422de65d20902669034c4edacdf32eb5674e16e64218b0444221c77cd4256c
 DIST seafile-client-8.0.7.tar.gz 11718265 BLAKE2B 
a48e259d809644cb1949f35e80459aa2267c9772438eb09ba894a795553368935c8b63c78fbabbea2202d3f23eb001836acce0975b086f66ec6d804405c5b534
 SHA512 
b4a6d5896f828e0e8ac4b202c5cc933e0ade4c373074e48e76e3b4ffe670faec0ef62bfcc72607891fb2c8b066fc448976285985077c48c6e3763619f35f4629
 DIST seafile-client-8.0.8.tar.gz 11716136 BLAKE2B 
1e8a25e0ce7ddf3347790cb614e725349c7cdb1b881bba4f229676f9f2e6ba86ed4958fb18c09b63e9c6fbf57c73f3bda68bd39f11ac374c4715bd4f5d036cf2
 SHA512 
9d569152c3e3db2fc142a082a3ca75fb020117eb5a79e7c0daa31207d1b04571ef38782c3afc1dbb205a65b8dd54e4b1ee4aab0715b0bda4bdd308474ce4e51c
+DIST seafile-client-8.0.9.tar.gz 11716754 BLAKE2B 
2087d2b31ce4696fd723da7a353c54ebebef86c84b62146d806692066165d0499f5fd6d3be108130d28c297020eafc3497be03131c8a8751f34f33eece90
 SHA512 
d0b55883f8d00138c092309994047652c6a5aa8b66182f83b6c852f1721794d9d8125da5fba282e9efdb92a0a97a55ecd6e225ab6a7916718a05ea2b7f4bd944

diff --git a/net-misc/seafile-client/seafile-client-8.0.9.ebuild 
b/net-misc/seafile-client/seafile-client-8.0.9.ebuild
new file mode 100644
index ..cef038e3e2f6
--- /dev/null
+++ b/net-misc/seafile-client/seafile-client-8.0.9.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Upstream is moving tags repeatedly, then we use commit hash.
+RELEASE_COMMIT="5701514e89114b97795d4cfcbc3b59a1fd2f91e8"
+
+inherit xdg cmake
+
+DESCRIPTION="Seafile desktop client"
+HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="shibboleth test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/jansson:=
+   dev-libs/openssl:=
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   >=net-libs/libsearpc-3.2.0_p1
+   ~net-misc/seafile-${PV}
+   sys-libs/zlib
+   virtual/opengl
+   elibc_musl? ( sys-libs/fts-standalone )
+   shibboleth? ( dev-qt/qtwebengine:5[widgets] )"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )"
+BDEPEND="dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-8.0.6-select-qt5.patch"
+   "${FILESDIR}/${PN}-7.0.9-qt-5.15.patch"
+)
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
+   -DBUILD_TESTING="$(usex test)"
+   )
+   # 863554
+   use elibc_musl && mycmakeargs+=( -DCMAKE_CXX_STANDARD_LIBRARIES="-lfts" 
)
+   cmake_src_configure
+}



  1   2   3   4   >