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

2022-05-08 Thread Alessandro Barbieri
commit: 3430047a48a955ed4d9eae3f90b6fe40c5d36717
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May  9 05:50:55 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May  9 05:52:00 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3430047a

net-misc/linuxptp: new package, add 3.1.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 net-misc/linuxptp/Manifest |  1 +
 .../linuxptp/files/linuxptp-3.1.1-makefile.patch   | 34 ++
 net-misc/linuxptp/linuxptp-3.1.1.ebuild| 29 ++
 net-misc/linuxptp/metadata.xml | 12 
 4 files changed, 76 insertions(+)

diff --git a/net-misc/linuxptp/Manifest b/net-misc/linuxptp/Manifest
new file mode 100644
index 0..bd6d2da1c
--- /dev/null
+++ b/net-misc/linuxptp/Manifest
@@ -0,0 +1 @@
+DIST linuxptp-3.1.1.tgz 218784 BLAKE2B 
5b46580a0e1b6e003f5f03e512c4f9b348c086f356fd47d3480da5e8223ba291fdb213798c696c37759896a99bccf21cd7e7daddce5aa5ed5701afb0e622a755
 SHA512 
c3c40987fe68480a8473097ebc3c506fb4f8f3b6456bbe637b2b3cb0b3e0182f1513b511fdc04b3607d5f7d8bd1bd22502bb86eb13f9fa4fa63a3331846b33ec

diff --git a/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch 
b/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch
new file mode 100644
index 0..f2ffe8f44
--- /dev/null
+++ b/net-misc/linuxptp/files/linuxptp-3.1.1-makefile.patch
@@ -0,0 +1,34 @@
+--- /var/tmp/portage/net-misc/linuxptp-3.1.1/work/linuxptp-3.1.1/makefile
 linuxptp-3.1.1/makefile
+@@ -18,9 +18,8 @@
+ KBUILD_OUTPUT =
+ 
+ DEBUG =
+-CC= $(CROSS_COMPILE)gcc
+ VER = -DVER=$(version)
+-CFLAGS= -Wall $(VER) $(incdefs) $(DEBUG) $(EXTRA_CFLAGS)
++CFLAGS+= -Wall $(VER) $(incdefs) $(DEBUG) $(EXTRA_CFLAGS)
+ LDLIBS= -lm -lrt -pthread $(EXTRA_LDFLAGS)
+ PRG   = ptp4l hwstamp_ctl nsm phc2sys phc_ctl pmc timemaster ts2phc
+ FILTERS   = filter.o mave.o mmedian.o
+@@ -43,9 +42,9 @@
+ version := $(shell $(srcdir)/version.sh $(srcdir))
+ VPATH = $(srcdir)
+ 
+-prefix= /usr/local
++prefix= /usr
+ sbindir   = $(prefix)/sbin
+-mandir= $(prefix)/man
++mandir= $(prefix)/share/man
+ man8dir   = $(mandir)/man8
+ 
+ all: $(PRG)
+@@ -97,7 +96,7 @@
+ %.d: %.c
+   @echo DEPEND $<; \
+   rm -f $@; \
+-  $(CC) -MM $(CPPFLAGS) $(CFLAGS) $< > $@.; \
++  $(CC) -MM $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -fPIE $< > $@.; \
+   sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@. > $@; \
+   rm -f $@.
+ 

diff --git a/net-misc/linuxptp/linuxptp-3.1.1.ebuild 
b/net-misc/linuxptp/linuxptp-3.1.1.ebuild
new file mode 100644
index 0..d6e0a5f58
--- /dev/null
+++ b/net-misc/linuxptp/linuxptp-3.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="PTP IEEE 1588 stack for Linux"
+HOMEPAGE="https://sourceforge.net/projects/linuxptp;
+SRC_URI="mirror://sourceforge/project/${PN}/v$(ver_cut 1-2)/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="sys-kernel/linux-headers"
+
+RESTRICT="test" #no tests
+PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
+
+src_compile() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   default
+   dodoc README.org
+}

diff --git a/net-misc/linuxptp/metadata.xml b/net-misc/linuxptp/metadata.xml
new file mode 100644
index 0..152ed05a8
--- /dev/null
+++ b/net-misc/linuxptp/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+
https://lists.sourceforge.net/lists/listinfo/linuxptp-users 
+linuxptp
+  
+



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2022-05-08 Thread Eray Aslan
commit: c11a6f1f11d6ec22471d20a1dfc12c564a1e6849
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon May  9 05:48:59 2022 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon May  9 05:48:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11a6f1f

mail-mta/postfix: add 3.8_pre20220507, drop 3.8_pre20220421

Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest   | 2 +-
 ...ostfix-3.8_pre20220421.ebuild => postfix-3.8_pre20220507.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index d70feeba19ae..7efee3334c41 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -2,4 +2,4 @@ DIST postfix-3.6.5.tar.gz 4751485 BLAKE2B 
7d53ccf76d978db269fe0ab8641abcb3ba91a7
 DIST postfix-3.6.6.tar.gz 4752461 BLAKE2B 
f2508233bfe72706450af0f61d58ef1b5781cebef28dbf42a3f9772f7033ead65542e6b906b35e9ec2adfe05db3f992a7f39287a6439cc60672d7313c52fe3e6
 SHA512 
ee2e1a59c99b9869c401f8a42afdc094c4b2ba804ed8f9f366c33b36b8d2c66d8362d5a32fbe72f4b2c9a431c232b60ada9fce29dec60ac4610220e0f5c6fb77
 DIST postfix-3.7.1.tar.gz 4824081 BLAKE2B 
d0bfdbc5105407e5143823e8e14b49e60d5c248eac435279a5fe803b370b46a56de9aff39fdf94398758863f753e43e889e2dffbb393ab63cf486d4fd3f5cf99
 SHA512 
2a8916eae4b0a4f4e055e1dbae1b9655b1eabcb22d911599a63fb9a1900174c9eab24280bee2ddab42db6674c6b4362964a2a41f67fcb18f0c8c41ad0100b044
 DIST postfix-3.7.2.tar.gz 4824424 BLAKE2B 
3f7aaba222b64274f756ea37b8ac06c29469d9183879deb4942a709d75783f4a8ca81204971b6658aba4b5bea46ed9c21b14e1f8fc6b613f257acd3aad16c170
 SHA512 
23bb1af6bf3743c741f108da136f64613f9062d121dc459944ac192275335952cd309ffec6c380f5d36430605eec538c2549c3fdee9d4597f739d9d1b0a033fc
-DIST postfix-3.8-20220421.tar.gz 4808572 BLAKE2B 
e12951d4731401b09c1f3111c1ad0200e056b02d46dbde2a2f5d59c05c018c50d8597e6a058666f9f5d1c71a42f07592938071fb28e32bbb507f626c2b705839
 SHA512 
92f3d81fb410ef6f3d16c3840a6e6058d61f344acd9a5caf9f59072fe9e4358ff80457e417e7a2381f6d4eeec3eaa1b5a8b753dc1543039162e63fd402ed7084
+DIST postfix-3.8-20220507.tar.gz 4824980 BLAKE2B 
1dbb45db683e3f7df7267fc8ea3024be8edd24cffd908bc16e0f0876c08291ddc1db733fce29617bd4e55209a6f7ae309fb3fb427605dd97cba487bd2c1b2c5d
 SHA512 
27309a366034feaf8b106f1fc6f001e33e0992034477874628d93e3241b305fd91d16457bc223f5b27c7b3bfad7262d108eca09c937989c6bd6668825be36d44

diff --git a/mail-mta/postfix/postfix-3.8_pre20220421.ebuild 
b/mail-mta/postfix/postfix-3.8_pre20220507.ebuild
similarity index 98%
rename from mail-mta/postfix/postfix-3.8_pre20220421.ebuild
rename to mail-mta/postfix/postfix-3.8_pre20220507.ebuild
index 39fc4e152ae5..c97c5be2d78a 100644
--- a/mail-mta/postfix/postfix-3.8_pre20220421.ebuild
+++ b/mail-mta/postfix/postfix-3.8_pre20220507.ebuild
@@ -278,14 +278,14 @@ pkg_postinst() {
# check and fix file permissions
"${EROOT}"/usr/sbin/postfix set-permissions
 
-   # configure tls
+   # hint for configuring tls
if use ssl ; then
if "${EROOT}"/usr/sbin/postfix tls all-default-client; then
-   elog "To configure client side TLS settings:"
+   elog "To configure client side TLS settings, please 
run:"
elog "${EROOT}"/usr/sbin/postfix tls enable-client
fi
if "${EROOT}"/usr/sbin/postfix tls all-default-server; then
-   elog "To configure server side TLS settings:"
+   elog "To configure server side TLS settings, please 
run:"
elog "${EROOT}"/usr/sbin/postfix tls enable-server
fi
fi



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

2022-05-08 Thread Andreas Sturmlechner
commit: 5ae8e84212b45052fdd9113379c50994657839ff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  9 05:33:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  9 05:38:38 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ae8e842

kde-apps/okular: Drop obsolete patch

Upstream commit 913d437822f23730d10bf97c3ed9201f936a33a2

Closes: https://bugs.gentoo.org/829509
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/okular/okular-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/okular/okular-.ebuild 
b/kde-apps/okular/okular-.ebuild
index 222d0bef65..8a47d39f2d 100644
--- a/kde-apps/okular/okular-.ebuild
+++ b/kde-apps/okular/okular-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.92.0
@@ -70,7 +70,6 @@ RDEPEND="${DEPEND}
 PATCHES=(
"${FILESDIR}/${PN}-21.11.80-tests.patch" # bug 734138
"${FILESDIR}/${PN}-20.08.2-hide-mobile-app.patch" # avoid same-name 
entry
-   "${FILESDIR}/${PN}-22.04.0-optional-options.patch" # bug 810958
 )
 
 src_configure() {
@@ -78,8 +77,9 @@ src_configure() {
-DCMAKE_DISABLE_FIND_PACKAGE_CHM=ON
-DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=ON
-DCMAKE_DISABLE_FIND_PACKAGE_LibZip=ON
+   
-DFORCE_NOT_REQUIRED_DEPENDENCIES="KF5DocTools;CHM;KF5KHtml;LibZip;KF5Wallet;DjVuLibre;EPub;KF5KExiv2;Discount;QMobipocket;Poppler;JPEG;LibSpectre;KF5Purpose;Qt5TextToSpeech;TIFF;"
-DOKULAR_UI=$(usex qml "both" "desktop")
-   -DWITH_KWALLET=$(usex crypt)
+   $(cmake_use_find_package crypt KF5Wallet)
$(cmake_use_find_package djvu DjVuLibre)
$(cmake_use_find_package epub EPub)
$(cmake_use_find_package image-backend KF5KExiv2)



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-image/

2022-05-08 Thread WANG Xuerui
commit: 8205bd9c6d481618a1bd6e73c1fb6feeb29aca25
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:34:25 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:34:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8205bd9c

x11-libs/xcb-util-image: keyword 0.4.0-r2 for ~loong

Tests passed on real hardware.

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

 x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild 
b/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild
index 2f879d5ac8a0..a4d59bd27cef 100644
--- a/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild
+++ b/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-image;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
>=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/

2022-05-08 Thread WANG Xuerui
commit: 61b0a77124fe7fc9dae2e1d51d8f94112c68879a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:34:18 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:34:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b0a771

x11-libs/xcb-util-renderutil: keyword 0.3.9-r3 for ~loong

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

 x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r3.ebuild 
b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r3.ebuild
index 7468752e7968..d25739bae2d0 100644
--- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r3.ebuild
+++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r3.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-keysyms/

2022-05-08 Thread WANG Xuerui
commit: c12b8c82602a2aeefc65a0946becf4706e12df8c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:34:20 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:34:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12b8c82

x11-libs/xcb-util-keysyms: keyword 0.4.0-r2 for ~loong

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

 x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild 
b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild
index b9829779f5f6..5760d088e8d7 100644
--- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild
+++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/

2022-05-08 Thread WANG Xuerui
commit: 8404ce2a8609dba051bac9e36c7dbc10c5e14167
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:34:35 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:34:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8404ce2a

x11-libs/xcb-util-cursor: keyword 0.1.3-r3 for ~loong

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

 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r3.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r3.ebuild
index 6882f533d2d8..b66f6357857a 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r3.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r3.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
>=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}]



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

2022-05-08 Thread WANG Xuerui
commit: e25752a322c09bb30b1b1bc61a52d7157349e46e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:34:23 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:34:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25752a3

x11-libs/xcb-util: keyword 0.4.0-r2 for ~loong

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

 x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild 
b/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
index 663ea157e325..67c40842fbb6 100644
--- a/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
+++ b/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-util;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-wm/

2022-05-08 Thread WANG Xuerui
commit: 3ec5cbab9ffab0d650a778013fe43138f639c502
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:34:21 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:34:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec5cbab

x11-libs/xcb-util-wm: keyword 0.4.1-r3 for ~loong

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

 x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r3.ebuild 
b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r3.ebuild
index 28b81694e2b3..360f334ef8ed 100644
--- a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r3.ebuild
+++ b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r3.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-wm;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/cantarell/

2022-05-08 Thread WANG Xuerui
commit: b2af652b2971197bbc894894753be3627c4e8708
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:26:30 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2af652b

media-fonts/cantarell: keyword 0.303.1 for ~loong

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

 media-fonts/cantarell/cantarell-0.303.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cantarell/cantarell-0.303.1.ebuild 
b/media-fonts/cantarell/cantarell-0.303.1.ebuild
index a0a81a882d35..84c00d2aa39f 100644
--- a/media-fonts/cantarell/cantarell-0.303.1.ebuild
+++ b/media-fonts/cantarell/cantarell-0.303.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~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=""
 
 BDEPEND="



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

2022-05-08 Thread WANG Xuerui
commit: ea8bc4fd36d1cfd16581c20afecf9fe365b1ce08
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:40 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8bc4fd

dev-perl/File-MimeInfo: keyword 0.300.0 for ~loong

Tests passed on real hardware.

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

 dev-perl/File-MimeInfo/File-MimeInfo-0.300.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.300.0.ebuild 
b/dev-perl/File-MimeInfo/File-MimeInfo-0.300.0.ebuild
index 216558cd679a..0f619cda8427 100644
--- a/dev-perl/File-MimeInfo/File-MimeInfo-0.300.0.ebuild
+++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.300.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Determine file type"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xset/

2022-05-08 Thread WANG Xuerui
commit: 820bbc43b6b823650fc0cd9caaecf00daacc20af
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:38 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820bbc43

x11-apps/xset: keyword 1.2.4-r1 for ~loong

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

 x11-apps/xset/xset-1.2.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xset/xset-1.2.4-r1.ebuild 
b/x11-apps/xset/xset-1.2.4-r1.ebuild
index d40a34dd2555..44945cc0de23 100644
--- a/x11-apps/xset/xset-1.2.4-r1.ebuild
+++ b/x11-apps/xset/xset-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org xset application"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
x11-libs/libX11



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

2022-05-08 Thread WANG Xuerui
commit: 78109720822519ebb368557cc1f9046f5070b86d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:36 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78109720

virtual/w3m: keyword 1 for ~loong

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

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

diff --git a/virtual/w3m/w3m-1.ebuild b/virtual/w3m/w3m-1.ebuild
index 17526c870c82..852bd46f8bbe 100644
--- a/virtual/w3m/w3m-1.ebuild
+++ b/virtual/w3m/w3m-1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for the w3m web browser"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (
www-client/w3m



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

2022-05-08 Thread WANG Xuerui
commit: 6f4c5777b36225576984eab06359fb9a5ff1bb9a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:26:11 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4c5777

x11-libs/pango: keyword 1.42.4-r2 for ~loong

Tests passed on real hardware.

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

 x11-libs/pango/pango-1.42.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/pango/pango-1.42.4-r2.ebuild 
b/x11-libs/pango/pango-1.42.4-r2.ebuild
index abe3639b94ad..916af0cf4e3b 100644
--- a/x11-libs/pango/pango-1.42.4-r2.ebuild
+++ b/x11-libs/pango/pango-1.42.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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="X +introspection test"
 RESTRICT="!test? ( test )"



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

2022-05-08 Thread WANG Xuerui
commit: f693f8ca3a3fe05591dead68bb65f743e49ecb34
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:02:09 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f693f8ca

dev-libs/fribidi: keyword 1.0.12 for ~loong

Tests passed on real hardware.

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

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

diff --git a/dev-libs/fribidi/fribidi-1.0.12.ebuild 
b/dev-libs/fribidi/fribidi-1.0.12.ebuild
index 15a06f877211..6d995358972b 100644
--- a/dev-libs/fribidi/fribidi-1.0.12.ebuild
+++ b/dev-libs/fribidi/fribidi-1.0.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~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 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="doc test"
 RESTRICT="!test? ( test )"



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

2022-05-08 Thread WANG Xuerui
commit: 5e4a7a45801a2399dd6b8327aa6928d4bb71473f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:34 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4a7a45

www-client/w3m: keyword 0.5.3_p20220216 for ~loong

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

 www-client/w3m/w3m-0.5.3_p20220216.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20220216.ebuild 
b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
index 18cf2094f243..86baa868467c 100644
--- a/www-client/w3m/w3m-0.5.3_p20220216.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20220216.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="fbcon gdk-pixbuf gpm imlib l10n_ja lynxkeymap nls nntp ssl unicode X 
xface"
 
 REQUIRED_USE="



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

2022-05-08 Thread WANG Xuerui
commit: eb72af242488fbe48b3e7fab67e64b04c4cd7667
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:12 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb72af24

dev-perl/File-Which: keyword 1.270.0 for ~loong

Tests passed on real hardware.

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

 dev-perl/File-Which/File-Which-1.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Which/File-Which-1.270.0.ebuild 
b/dev-perl/File-Which/File-Which-1.270.0.ebuild
index 872ed4f6677b..3cec38031fea 100644
--- a/dev-perl/File-Which/File-Which-1.270.0.ebuild
+++ b/dev-perl/File-Which/File-Which-1.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl implementation of the which utility as an API"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~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 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test pwhich"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xprop/

2022-05-08 Thread WANG Xuerui
commit: a087f3425ca840d97925fce5c0938e35e844c4ad
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:33 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a087f342

x11-apps/xprop: keyword 1.2.5 for ~loong

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

 x11-apps/xprop/xprop-1.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xprop/xprop-1.2.5.ebuild 
b/x11-apps/xprop/xprop-1.2.5.ebuild
index fac099387d44..e1e0ed76d66c 100644
--- a/x11-apps/xprop/xprop-1.2.5.ebuild
+++ b/x11-apps/xprop/xprop-1.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit xorg-3
 
 DESCRIPTION="property displayer for X"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}



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

2022-05-08 Thread WANG Xuerui
commit: 7f70d9255c8b6cc64758b8eafb5ab56a424a7f53
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:44 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f70d925

x11-misc/xdg-utils: keyword 1.1.3_p20200220-r5 for ~loong

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

 x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r5.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r5.ebuild
index 013d4ccde699..ee52ffb43458 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r5.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ S=${WORKDIR}/xdg-utils-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="dbus doc gnome"
 REQUIRED_USE="gnome? ( dbus )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-System-Simple/

2022-05-08 Thread WANG Xuerui
commit: 6dfd88e5481a552b87a87f9dae0647bb0c4ebc30
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:19 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfd88e5

dev-perl/IPC-System-Simple: keyword 1.300.0 for ~loong

Tests passed on real hardware.

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

 dev-perl/IPC-System-Simple/IPC-System-Simple-1.300.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IPC-System-Simple/IPC-System-Simple-1.300.0.ebuild 
b/dev-perl/IPC-System-Simple/IPC-System-Simple-1.300.0.ebuild
index b09dfd791650..4329080334e3 100644
--- a/dev-perl/IPC-System-Simple/IPC-System-Simple-1.300.0.ebuild
+++ b/dev-perl/IPC-System-Simple/IPC-System-Simple-1.300.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Run commands simply, with detailed diagnostics"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~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 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2022-05-08 Thread WANG Xuerui
commit: fdbca53f0ce6f1b117dac2aca10918de7fa98d5a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:29 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbca53f

dev-perl/File-DesktopEntry: keyword 0.220.0-r1 for ~loong

Tests passed on real hardware.

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

 dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0-r1.ebuild 
b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0-r1.ebuild
index 18cbb2f3246d..9cf42e101d55 100644
--- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0-r1.ebuild
+++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.220.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Object to handle .desktop files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2022-05-08 Thread WANG Xuerui
commit: fbdf57a2b29c954ca5f4c0719b13db6b3dcda924
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:00 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbdf57a2

dev-perl/Test-Needs: keyword 0.2.9 for ~loong

Tests passed on real hardware.

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

 dev-perl/Test-Needs/Test-Needs-0.2.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Needs/Test-Needs-0.2.9.ebuild 
b/dev-perl/Test-Needs/Test-Needs-0.2.9.ebuild
index e7be16ca520d..5b2ac8315b2a 100644
--- a/dev-perl/Test-Needs/Test-Needs-0.2.9.ebuild
+++ b/dev-perl/Test-Needs/Test-Needs-0.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Skip tests when modules not available"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}



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

2022-05-08 Thread WANG Xuerui
commit: 4cba84eea46b133fddb234c9316c2c0139ee84af
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:15 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cba84ee

dev-perl/Encode-Locale: keyword 1.50.0-r1 for ~loong

Tests passed on real hardware.

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

 dev-perl/Encode-Locale/Encode-Locale-1.50.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Encode-Locale/Encode-Locale-1.50.0-r1.ebuild 
b/dev-perl/Encode-Locale/Encode-Locale-1.50.0-r1.ebuild
index 10ed244e31a4..e9236fc9c1ad 100644
--- a/dev-perl/Encode-Locale/Encode-Locale-1.50.0-r1.ebuild
+++ b/dev-perl/Encode-Locale/Encode-Locale-1.50.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Determine the locale encoding"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=virtual/perl-Encode-2.0.0"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2022-05-08 Thread WANG Xuerui
commit: 2056068fe7a93194be30b4504b0dd4960225b033
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:47:55 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2056068f

app-text/docbook-xml-dtd: keyword 4.3-r2 for ~loong

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

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
index ee19a3db01c8..c173cd212615 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://docbook.org/xml/${PV}/${MY_P}.zip;
 
 LICENSE="docbook"
 SLOT="${PV}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65



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

2022-05-08 Thread WANG Xuerui
commit: 71d5b4809d7321a6d97ee3d1165c3818ddbc043d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:25 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d5b480

dev-perl/URI: keyword 5.100.0 for ~loong

Tests passed on real hardware.

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

 dev-perl/URI/URI-5.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/URI/URI-5.100.0.ebuild b/dev-perl/URI/URI-5.100.0.ebuild
index 35fd5c0dd1a3..9498c242aa7f 100644
--- a/dev-perl/URI/URI-5.100.0.ebuild
+++ b/dev-perl/URI/URI-5.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Uniform Resource Identifiers (absolute and relative)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2022-05-08 Thread WANG Xuerui
commit: bdd546b5c4e2de82c71cf7eef95d48dd2b16c862
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:49:18 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd546b5

media-libs/tiff: keyword 4.3.0 for ~loong

Tests passed on real hardware.

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

 media-libs/tiff/tiff-4.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/tiff/tiff-4.3.0.ebuild 
b/media-libs/tiff/tiff-4.3.0.ebuild
index 714507392efe..370541992ed6 100644
--- a/media-libs/tiff/tiff-4.3.0.ebuild
+++ b/media-libs/tiff/tiff-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz;
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~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 ~m68k ~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 jbig jpeg lzma static-libs test webp zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2022-05-08 Thread WANG Xuerui
commit: 06d535f0a94a14dd881b4a708752cc47deeec315
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 05:00:22 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d535f0

dev-perl/File-BaseDir: keyword 0.90.0 for ~loong

Tests passed on real hardware.

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

 dev-perl/File-BaseDir/File-BaseDir-0.90.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.90.0.ebuild 
b/dev-perl/File-BaseDir/File-BaseDir-0.90.0.ebuild
index f3fd453d6786..de422509c01a 100644
--- a/dev-perl/File-BaseDir/File-BaseDir-0.90.0.ebuild
+++ b/dev-perl/File-BaseDir/File-BaseDir-0.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use the Freedesktop.org base directory specification"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~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 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2022-05-08 Thread WANG Xuerui
commit: 0a6458d6a76457dff733c3cb5398612c2548e9df
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:52:10 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6458d6

app-shells/push: keyword 3.4 for ~loong

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

 app-shells/push/push-3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/push/push-3.4.ebuild b/app-shells/push/push-3.4.ebuild
index c819b031441a..7f1ee9009c23 100644
--- a/app-shells/push/push-3.4.ebuild
+++ b/app-shells/push/push-3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x86-solaris"
+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 ~x86-solaris"
 
 src_compile() { :; }
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/desktop-file-utils/

2022-05-08 Thread WANG Xuerui
commit: a4fc9d0dfd88d22bc8e727d79d701ae22d2e1d38
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:51:02 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fc9d0d

dev-util/desktop-file-utils: keyword 0.26-r2 for ~loong

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

 dev-util/desktop-file-utils/desktop-file-utils-0.26-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/desktop-file-utils/desktop-file-utils-0.26-r2.ebuild 
b/dev-util/desktop-file-utils/desktop-file-utils-0.26-r2.ebuild
index 110347875246..341610f8b3f2 100644
--- a/dev-util/desktop-file-utils/desktop-file-utils-0.26-r2.ebuild
+++ b/dev-util/desktop-file-utils/desktop-file-utils-0.26-r2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="emacs"
 
 RDEPEND=">=dev-libs/glib-2.12:2"



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

2022-05-08 Thread WANG Xuerui
commit: b66adc058aca698df3f450f9d6ea9fdc4adee102
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:49:59 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66adc05

x11-libs/gdk-pixbuf: keyword 2.42.8 for ~loong

Tests passed on real hardware.

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

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild
index dca340ce4412..197b9021df0a 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gdk-pixbuf;
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~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 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="gtk-doc +introspection jpeg tiff"
 
 # TODO: For windows/darwin support: shared-mime-info conditional, 
native_windows_loaders option review



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

2022-05-08 Thread WANG Xuerui
commit: e68b8b84268ad4cb0e0efd89f4ae81973d45bd82
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:52:12 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68b8b84

app-shells/quoter: keyword 4.2 for ~loong

Tests passed on real hardware.

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

 app-shells/quoter/quoter-4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/quoter/quoter-4.2.ebuild 
b/app-shells/quoter/quoter-4.2.ebuild
index 3516054fa1e3..dcd535266ca4 100644
--- a/app-shells/quoter/quoter-4.2.ebuild
+++ b/app-shells/quoter/quoter-4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016-2021 Gentoo Authors
+# Copyright 2016-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x86-solaris"
+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 ~x86-solaris"
 
 src_configure() {
tc-export CC



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

2022-05-08 Thread WANG Xuerui
commit: 477cc710ca3fab22a25b6a42c0e7bfefc2dbed67
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:51:00 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477cc710

dev-util/glib-utils: keyword 2.72.1 for ~loong

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

 dev-util/glib-utils/glib-utils-2.72.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glib-utils/glib-utils-2.72.1.ebuild 
b/dev-util/glib-utils/glib-utils-2.72.1.ebuild
index 3196415b47e4..d724901e3e8c 100644
--- a/dev-util/glib-utils/glib-utils-2.72.1.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.72.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~x86-winnt"
 
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"



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

2022-05-08 Thread WANG Xuerui
commit: 19234da63e9808ffeb6596c2f04b95cfb05de97f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:37:07 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19234da6

virtual/jpeg-compat: keyword 62 for ~loong

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

 virtual/jpeg-compat/jpeg-compat-62.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/jpeg-compat/jpeg-compat-62.ebuild 
b/virtual/jpeg-compat/jpeg-compat-62.ebuild
index f63bdd06685a..ce4e4868eeeb 100644
--- a/virtual/jpeg-compat/jpeg-compat-62.ebuild
+++ b/virtual/jpeg-compat/jpeg-compat-62.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="A virtual for the libjpeg.so.62 ABI for binary-only programs"
 SLOT="62"
-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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
|| (



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

2022-05-08 Thread WANG Xuerui
commit: 9a678cff0f6ed43db78bac68481eae1f70840617
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:36:57 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a678cff

virtual/jpeg: keyword 100-r1 for ~loong

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

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

diff --git a/virtual/jpeg/jpeg-100-r1.ebuild b/virtual/jpeg/jpeg-100-r1.ebuild
index 871f682b4bfb..ad6110a5f173 100644
--- a/virtual/jpeg/jpeg-100-r1.ebuild
+++ b/virtual/jpeg/jpeg-100-r1.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual to select between libjpeg-turbo and IJG jpeg for 
source-based packages"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~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 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2022-05-08 Thread WANG Xuerui
commit: b91ec6b037d1c4866fa99b8f4b07a70fa2840a51
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 04:11:57 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 05:29:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91ec6b0

media-libs/libjpeg-turbo: keyword 2.1.3 for ~loong

Tests mostly passed on real hardware, except one issue linked to FMA
operations' higher accuracy compared to non-fused multiply-add ops on
loong. This doesn't affect normal usage, so keywording nevertheless.

See: https://github.com/libjpeg-turbo/libjpeg-turbo/issues/597
Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
index 19d0c5004701..33dbbbc93b45 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 LICENSE="BSD IJG ZLIB"
 SLOT="0/0.2"
 if [[ "$(ver_cut 3)" -lt 90 ]] ; then
-   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"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris 
~x86-solaris"
 fi
 IUSE="cpu_flags_arm_neon java static-libs"
 



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

2022-05-08 Thread Hans de Graaff
commit: dbbb5055e81cd0a7e0b9af3cf54366a71317
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  9 04:46:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  9 04:47:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbb

dev-ruby/nokogiri: add 1.13.6

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

 dev-ruby/nokogiri/Manifest   |  1 +
 dev-ruby/nokogiri/nokogiri-1.13.6.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index a1dce86d3dcc..3d02cf1af05d 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,2 +1,3 @@
 DIST nokogiri-1.13.4-git.tgz 6249271 BLAKE2B 
bc8569a0c80e4efcedd6c5bb8a46c8504cc33ec3d2acdcefe2718047ffabef9404c76003cd279ac55e5a5fb17243af12c335b7d9e300b90d8a97e84015cf92bc
 SHA512 
cca3e8558f8739cca2424e461a5e048a3675a23bcb6549f1c71ecfea0729859cda84ef3bf09a81d2b419e1a7b8ff2616a8dd84ac12f6e1f32b9626a0bd3e1bc4
 DIST nokogiri-1.13.5-git.tgz 6249007 BLAKE2B 
6fc7eed6c10f74105917a94e5e8acb0576fbe8e64fecad70e4256d352e1e4fc9cb101be2d518420c7351f72fd03ab385c3dccc3d6442638fe9e6ecfda581eb21
 SHA512 
a5608c137f60ec3302810154cbe8176bcf281ddae1ac075c08b71d23fd124ac6bc3ca349f326232090475e80524bd53927449cbcba0c6087917c270ddf9e6eb2
+DIST nokogiri-1.13.6-git.tgz 6249974 BLAKE2B 
db6a7fd70cd88fa784e70fd33102ad2a0d65a848a713bd93907d3c77b7ecc101a4f0a38febf3265b25967e045bf9091e46cf319702c08319e32f94d57a946985
 SHA512 
96f4e52332052bfae0d88d8c93cf334f8484b51290cafe8c1d43c820ba6ac5aa74b187c37e7177e62435d6101d859c16555b715fa88fcb06da742c84fd0e7486

diff --git a/dev-ruby/nokogiri/nokogiri-1.13.6.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.13.6.ebuild
new file mode 100644
index ..82f99f83e8bc
--- /dev/null
+++ b/dev-ruby/nokogiri/nokogiri-1.13.6.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md SECURITY.md"
+
+RUBY_FAKEGEM_GEMSPEC="nokogiri.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/nokogiri/extconf.rb)
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
+HOMEPAGE="https://www.nokogiri.org/;
+LICENSE="MIT"
+SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.9.14:=
+   >=dev-libs/libxslt-1.1.35
+   sys-libs/zlib
+   virtual/libiconv"
+DEPEND="${DEPEND}
+   >=dev-libs/libxml2-2.9.14
+   >=dev-libs/libxslt-1.1.35
+   sys-libs/zlib
+   virtual/libiconv"
+
+ruby_add_rdepend ">=dev-ruby/racc-1.4:0"
+
+ruby_add_bdepend "
+   dev-ruby/mini_portile2:2.8
+   >=dev-ruby/rexical-1.0.7
+   dev-ruby/rdoc
+   test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/tasks\/cross_compile/s:^:#:' \
+   -e '/:test.*prerequisites/s:^:#:' \
+   -e '/license/ s:^:#:' \
+   Rakefile || die
+   # Remove the cross compilation options since they interfere with
+   # native building.
+   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
+   sed -i -e '/cross_config_options/d' Rakefile || die
+
+   sed -e '/simplecov/,/^end/ s:^:#:' \
+   -e '/reporters/I s:^:#:' \
+   -i test/helper.rb || die
+
+   # There is no need for mini_portile2 to be a runtime dependency on 
Gentoo
+   sed -i -e '/mini_portile2/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_configure() {
+   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
+   ${RUBY} -Cext/${PN} extconf.rb \
+   --with-zlib-include="${EPREFIX}"/usr/include \
+   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
+   --with-iconv-include="${EPREFIX}"/usr/include \
+   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
+   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
+   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
+   --with-xslt-dir="${EPREFIX}"/usr \
+   --with-iconvlib=iconv \
+   || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
+   ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical 
failed"
+   fi
+
+   if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
+   ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
+   fi
+
+   emake -Cext/${PN} \
+   V=1 \
+   CFLAGS="${CFLAGS} -fPIC" \
+   archflag="${LDFLAGS}" || die "make extension failed"
+   cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
+}

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

2022-05-08 Thread Hans de Graaff
commit: ac1f02384e24249e2bd2a9362f2397f031df9882
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  8 09:15:25 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  9 04:47:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1f0238

dev-ruby/mustache: update EAPI 7 -> 8, add ruby30

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

 dev-ruby/mustache/mustache-1.1.1-r1.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/dev-ruby/mustache/mustache-1.1.1-r1.ebuild 
b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
new file mode 100644
index ..af74c86d7e22
--- /dev/null
+++ b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC="man:build"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Mustache is a framework-agnostic way to render logic-free views"
+HOMEPAGE="https://mustache.github.com/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-test-ordering.patch" )
+
+ruby_add_bdepend "doc? ( app-text/ronn-ng )"
+
+all_ruby_prepare() {
+   # Fix for renamed .ron files
+   sed -i -e 's:\.ronn:.ron:' Rakefile || die
+
+   sed -i -e '/simplecov/,/^end/ s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}" || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/mustache.1 man/mustache.5
+}



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

2022-05-08 Thread Hans de Graaff
commit: b4770df38543c118a1bf199f86b941300f14504a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  8 09:15:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  9 04:47:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4770df3

app-text/ronn-ng: add ruby30

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

 app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild | 53 
 1 file changed, 53 insertions(+)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild
new file mode 100644
index ..17a0b8f79daf
--- /dev/null
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md"
+RUBY_FAKEGEM_GEMSPEC="ronn-ng.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Builds manuals in HTML and Unix man page format from Markdown"
+HOMEPAGE="https://github.com/apjanke/ronn-ng;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+
+IUSE=""
+
+RDEPEND+="!app-text/ronn"
+
+DEPS="
+   >=dev-ruby/kramdown-2.1:2
+   >=dev-ruby/nokogiri-1.9.0:0
+"
+
+ruby_add_rdepend "
+   =dev-ruby/mustache-1*
+   ${DEPS}
+"
+
+ruby_add_bdepend "${DEPS}"
+
+all_ruby_prepare() {
+   sed -i -e '/mustache/ s/0.7/1.0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_prepare() {
+   # Make sure that we always use the right interpreter during tests.
+   sed -i -e "/output/ s:ronn:${RUBY} bin/ronn:" test/test_ronn.rb || die
+   sed -i -e "1igem 'psych', '~> 3.0'" Rakefile || die
+}
+
+all_ruby_compile() {
+   PATH="${S}/bin:${PATH}" rake man || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/ronn.1 man/ronn-format.7
+}



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

2022-05-08 Thread WANG Xuerui
commit: e75acd0cccbea35d6fef378993ac43f2670b1db3
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 00:03:32 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 02:55:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75acd0c

dev-util/wayland-scanner: keyword 1.20.0 for ~loong

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

 dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild 
b/dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild
index c340a188e8c5..fd49b06b6e6c 100644
--- a/dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild
+++ b/dev-util/wayland-scanner/wayland-scanner-1.20.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/wayland-${PV}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
S="${WORKDIR}/wayland-${PV}"
 fi
 inherit meson



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

2022-05-08 Thread WANG Xuerui
commit: b864aa111cc792b37ed603b69dc376fc716d94a1
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 00:03:34 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 02:55:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b864aa11

dev-util/wayland-scanner: forward ~loong

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

 dev-util/wayland-scanner/wayland-scanner-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/wayland-scanner/wayland-scanner-.ebuild 
b/dev-util/wayland-scanner/wayland-scanner-.ebuild
index c0f4e25a4339..4761157bfcaa 100644
--- a/dev-util/wayland-scanner/wayland-scanner-.ebuild
+++ b/dev-util/wayland-scanner/wayland-scanner-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/wayland-${PV}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
S="${WORKDIR}/wayland-${PV}"
 fi
 inherit meson



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

2022-05-08 Thread WANG Xuerui
commit: d8ef7a926d23ef8fe65f7f50e8c6ab41b154dc0c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 00:04:47 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 02:55:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ef7a92

dev-libs/wayland: keyword 1.20.0 for ~loong

Tests passed on real hardware.

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

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

diff --git a/dev-libs/wayland/wayland-1.20.0.ebuild 
b/dev-libs/wayland/wayland-1.20.0.ebuild
index a003f452d7a3..633eb59476d0 100644
--- a/dev-libs/wayland/wayland-1.20.0.ebuild
+++ b/dev-libs/wayland/wayland-1.20.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 inherit meson-multilib
 



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

2022-05-08 Thread WANG Xuerui
commit: 197fc6780d12275b75405756ca8b5ae7721011c2
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon May  9 00:04:51 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon May  9 02:55:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197fc678

dev-libs/wayland: forward ~loong

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

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

diff --git a/dev-libs/wayland/wayland-.ebuild 
b/dev-libs/wayland/wayland-.ebuild
index 49ec2b8a68f5..5a701656ff6d 100644
--- a/dev-libs/wayland/wayland-.ebuild
+++ b/dev-libs/wayland/wayland-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 inherit meson-multilib
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/

2022-05-08 Thread Andreas Sturmlechner
commit: bb931e125e2692a19ed3592ed4dc974c2c9174ab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  9 00:56:17 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  9 00:56:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb931e12

sys-apps/xdg-desktop-portal: Drop 1.14.2, 1.14.3

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

 sys-apps/xdg-desktop-portal/Manifest   |  2 -
 .../xdg-desktop-portal-1.14.2.ebuild   | 44 -
 .../xdg-desktop-portal-1.14.3.ebuild   | 45 --
 3 files changed, 91 deletions(-)

diff --git a/sys-apps/xdg-desktop-portal/Manifest 
b/sys-apps/xdg-desktop-portal/Manifest
index 53021bf8d8ca..8950c6fa5930 100644
--- a/sys-apps/xdg-desktop-portal/Manifest
+++ b/sys-apps/xdg-desktop-portal/Manifest
@@ -1,4 +1,2 @@
 DIST xdg-desktop-portal-1.12.1.tar.xz 484352 BLAKE2B 
afa14ab78f35cb1c0e66514f313f5dc297ceef88af1ca7b3028305faa8398bdae1b9e897289b18a93b1cda1a8290c0e51bf73e66c9dce231f57a58652fb9e120
 SHA512 
62df427e2d8d54acd9a34a02a77c26ae3911fbb4c5844eff4a253dc839775c929c6945401b93549ba200ba637d315146767e41f18a831d7627b35de880de0da1
-DIST xdg-desktop-portal-1.14.2.tar.xz 504088 BLAKE2B 
e0a378c1f1d80afda7d73fd8e545f7304eeab349cf3298ebb616021c7e16e8a088360681e31eedca9ac90978eb04167a7e857ddaa5e023a2a8c24c9f959f9b2c
 SHA512 
7164d6c0d89843d117e03bc46963d72f24dae2b9fc8e173f06a78bbc80655ccf192d86f951d3c404c88bf5da88d9d2053ea52cf3e541b833ee937b6931d803d7
-DIST xdg-desktop-portal-1.14.3.tar.xz 504296 BLAKE2B 
9416e6843ed4cb8a3b33f3665ce2cca7b1bf4fc4dfb9ac11bf8b6c0906829df25bcd6a32c68231d36e16f1cbd0181a2d938a06098f00dec34c3981bca943e632
 SHA512 
ced23bf0973227b5d89ea976aa0978fa16cfa2983dd6b64802714a852dab215584198c04482edaa5a145e292bf7f5b9c5c98ee864fb24abb5bdc48cd1c839a9e
 DIST xdg-desktop-portal-1.14.4.tar.xz 510492 BLAKE2B 
32f71cbc74d6bb3010e31172972dd7bfc4c982691ef55f66c29d5cf4aa2abeed816f890800691e898f739c2c7aa13db1e04f322c89ce30e9ac8a69b87435a448
 SHA512 
23fa4f9fdf39f22d6eaa4f6020db5f81d272b85fe6051467c5e28a752c65b18a9b540fafe5b27725fafa29dffefcd113d873928cd78e3658895cd24d96b82f73

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.2.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.2.ebuild
deleted file mode 100644
index 32e526740664..
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Desktop integration portal"
-HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal;
-SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="geolocation screencast systemd"
-
-DEPEND="
-   >=dev-libs/glib-2.66:2
-   dev-libs/json-glib
-   >=sys-fs/fuse-3.10.0:3
-   x11-libs/gdk-pixbuf
-   geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
-   screencast? ( >=media-video/pipewire-0.3:= )
-"
-RDEPEND="${DEPEND}
-   sys-apps/dbus
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myeconfargs=(
-   --disable-docbook-docs # requires flatpak
-   --disable-libportal # not packaged
-   --with-systemduserunitdir="$(systemd_get_userunitdir)"
-   $(use_enable geolocation geoclue)
-   $(use_enable screencast pipewire)
-   $(use_with systemd)
-   )
-   econf "${myeconfargs[@]}"
-}

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.3.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.3.ebuild
deleted file mode 100644
index 03615c15f70a..
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Desktop integration portal"
-HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal;
-SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="geolocation screencast systemd"
-
-DEPEND="
-   >=dev-libs/glib-2.66:2
-   dev-libs/json-glib
-   >=sys-fs/fuse-3.10.0:3
-   x11-libs/gdk-pixbuf
-   geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
-   screencast? ( >=media-video/pipewire-0.3:= )
-   systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}
-   sys-apps/dbus
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local 

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

2022-05-08 Thread Andreas Sturmlechner
commit: 187f24f2693e9b097caa749ea8f019109bf69db9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  9 00:22:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  9 00:25:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187f24f2

dev-libs/kopeninghours: Rebase cmake patch on top of HEAD

Closes: https://bugs.gentoo.org/840002
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/kopeninghours-22.04.0-boostpython.patch  | 79 ++
 .../kopeninghours/kopeninghours-22.04.0.ebuild |  2 +-
 2 files changed, 80 insertions(+), 1 deletion(-)

diff --git 
a/dev-libs/kopeninghours/files/kopeninghours-22.04.0-boostpython.patch 
b/dev-libs/kopeninghours/files/kopeninghours-22.04.0-boostpython.patch
new file mode 100644
index ..d51fb7d45ff8
--- /dev/null
+++ b/dev-libs/kopeninghours/files/kopeninghours-22.04.0-boostpython.patch
@@ -0,0 +1,79 @@
+From fd7c2e1f3797c1a67dc6346dfcb192f042cb19e8 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 11 Apr 2021 14:33:48 +0200
+Subject: [PATCH] Use FindPython3 w/ Python3_SITELIB, add
+ BOOSTPYTHON_VERSION_MAJOR_MINOR
+
+- Use BOOSTPYTHON_VERSION_MAJOR_MINOR to inject desired python target
+- Drop deprecated PythonLibs
+- Use FindPython3 with Python3_SITELIB for correct install location
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt | 16 +---
+ PyKOpeningHours/CMakeLists.txt | 10 --
+ 2 files changed, 9 insertions(+), 17 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7c50b40..a9a9328 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ # SPDX-FileCopyrightText: 2020 Volker Krause 
+ # SPDX-License-Identifier: BSD-3-Clause
+ 
+-cmake_minimum_required(VERSION 3.5)
++cmake_minimum_required(VERSION 3.12)
+ 
+ # KDE Application Version, managed by release script
+ set (RELEASE_SERVICE_VERSION_MAJOR "22")
+@@ -56,22 +56,16 @@ set_package_properties(FLEX PROPERTIES PURPOSE "Lexer 
generator for parsing open
+ find_package(BISON REQUIRED)
+ set_package_properties(BISON PROPERTIES PURPOSE "Grammar generator for 
parsing opening hours expressions")
+ 
+-find_package(PythonLibs 3.6 MODULE)
+-if (PythonLibs_FOUND)
+-# Extract major/minor python version
+-string(REPLACE "." ";" VERSION_LIST ${PYTHONLIBS_VERSION_STRING})
+-list(GET VERSION_LIST 0 PYTHONLIBS_VERSION_MAJOR)
+-list(GET VERSION_LIST 1 PYTHONLIBS_VERSION_MINOR)
+-
+-# boost-python requires exact version number
+-find_package(Boost COMPONENTS 
python${PYTHONLIBS_VERSION_MAJOR}${PYTHONLIBS_VERSION_MINOR} MODULE)
+-endif()
++set(BOOSTPYTHON_VERSION_MAJOR_MINOR python36 CACHE STRING "Version of 
BoostPython to feed CMake's FindBoost")
++# boost-python requires exact version number
++find_package(Boost 1.70 COMPONENTS ${BOOSTPYTHON_VERSION_MAJOR_MINOR} MODULE)
+ 
+ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+ add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
+ add_definitions(-DQT_NO_FOREACH)
+ add_subdirectory(src)
+ if (Boost_FOUND)
++find_package(Python3 3.6 COMPONENTS Development)
+ add_subdirectory(PyKOpeningHours)
+ endif()
+ 
+diff --git a/PyKOpeningHours/CMakeLists.txt b/PyKOpeningHours/CMakeLists.txt
+index 771cedf..e755ea7 100644
+--- a/PyKOpeningHours/CMakeLists.txt
 b/PyKOpeningHours/CMakeLists.txt
+@@ -21,11 +21,9 @@ kde_target_enable_exceptions(PyKOpeningHours PRIVATE)
+ target_compile_definitions(PyKOpeningHours PRIVATE 
KOPENINGHOURS_VALIDATOR_ONLY)
+ 
+ # Set up the libraries and header search paths for this target
+-target_link_libraries(PyKOpeningHours PUBLIC ${Boost_LIBRARIES} 
${PYTHON_LIBRARIES} KOpeningHours)
+-target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIR} 
${PYTHON_INCLUDE_DIRS})
++target_link_libraries(PyKOpeningHours PUBLIC 
Boost::${BOOSTPYTHON_VERSION_MAJOR_MINOR} ${Python3_LIBRARIES} KOpeningHours)
++target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIR} 
${Python3_INCLUDE_DIRS})
+ 
+-set(_install_dir 
lib/python${PYTHONLIBS_VERSION_MAJOR}.${PYTHONLIBS_VERSION_MINOR}/site-packages)
+-
+-install(TARGETS PyKOpeningHours DESTINATION ${_install_dir}/PyKOpeningHours)
+-install(FILES PyKOpeningHours.pyi __init__.py DESTINATION 
${_install_dir}/PyKOpeningHours)
++install(TARGETS PyKOpeningHours DESTINATION 
${Python3_SITELIB}/PyKOpeningHours)
++install(FILES PyKOpeningHours.pyi __init__.py DESTINATION 
${Python3_SITELIB}/PyKOpeningHours)
+ 
+-- 
+2.31.1
+

diff --git a/dev-libs/kopeninghours/kopeninghours-22.04.0.ebuild 
b/dev-libs/kopeninghours/kopeninghours-22.04.0.ebuild
index d773a36bdba2..627bb806459e 100644
--- a/dev-libs/kopeninghours/kopeninghours-22.04.0.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-22.04.0.ebuild
@@ -44,7 +44,7 @@ BDEPEND="
sys-devel/flex
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-21.03.90-boostpython.patch )

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

2022-05-08 Thread Andreas Sturmlechner
commit: 3b8279611688f3898c5b6c5e76e0062d7fbed123
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  9 00:32:48 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  9 00:33:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b827961

app-text/kjots: Fix build with kde-apps/akonadi-notes-22.04.0

Closes: https://bugs.gentoo.org/840272
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kjots/files/kjots-5.1.0-akonadi-22.04.0.patch  | 87 ++
 app-text/kjots/kjots-5.1.0-r2.ebuild   |  1 +
 2 files changed, 88 insertions(+)

diff --git a/app-text/kjots/files/kjots-5.1.0-akonadi-22.04.0.patch 
b/app-text/kjots/files/kjots-5.1.0-akonadi-22.04.0.patch
new file mode 100644
index ..a5ef2cc2cdf9
--- /dev/null
+++ b/app-text/kjots/files/kjots-5.1.0-akonadi-22.04.0.patch
@@ -0,0 +1,87 @@
+From b9d91006eb3ca1c6e495d0f3d1cc32775a26538c Mon Sep 17 00:00:00 2001
+From: Nicolas Fella 
+Date: Tue, 1 Mar 2022 23:33:19 +0100
+Subject: [PATCH] Fix akonadi includes
+
+---
+ src/kjotsmodel.cpp   | 2 +-
+ src/kjotswidget.cpp  | 2 +-
+ src/noteshared/notecreatorandselector.cpp| 2 +-
+ src/noteshared/standardnoteactionmanager.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+
+From 17f373bb728cbc553c5fe644563ebd015eda4075 Mon Sep 17 00:00:00 2001
+From: Wolfgang Bauer 
+Date: Fri, 1 Apr 2022 08:00:34 +
+Subject: [PATCH] Fix build with Akonadi 21.12
+
+---
+ src/kjotsmodel.cpp   | 4 
+ src/kjotswidget.cpp  | 6 +-
+ src/noteshared/notecreatorandselector.cpp| 4 
+ src/noteshared/standardnoteactionmanager.cpp | 4 
+ 4 files changed, 17 insertions(+), 1 deletion(-)
+
+diff -u a/src/kjotsmodel.cpp b/src/kjotsmodel.cpp
+--- a/src/kjotsmodel.cpp
 b/src/kjotsmodel.cpp
+@@ -21,7 +21,11 @@
+ #include 
+ #include 
+ #endif
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 19, 41)
++#include 
++#else
+ #include 
++#endif
+ 
+ #include 
+ #include 
+diff -u a/src/kjotswidget.cpp b/src/kjotswidget.cpp
+--- a/src/kjotswidget.cpp
 b/src/kjotswidget.cpp
+@@ -34,8 +34,12 @@
+ #include 
+ 
+ // Akonadi
+-#include 
+ #include 
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 19, 41)
++#include 
++#else
++#include 
++#endif
+ #if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
+ #include 
+ #include 
+diff -u a/src/noteshared/notecreatorandselector.cpp 
b/src/noteshared/notecreatorandselector.cpp
+--- a/src/noteshared/notecreatorandselector.cpp
 b/src/noteshared/notecreatorandselector.cpp
+@@ -24,7 +24,11 @@
+ #include 
+ #include 
+ #endif
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 19, 41)
++#include 
++#else
+ #include 
++#endif
+ 
+ #include "noteshared_debug.h"
+ 
+diff -u a/src/noteshared/standardnoteactionmanager.cpp 
b/src/noteshared/standardnoteactionmanager.cpp
+--- a/src/noteshared/standardnoteactionmanager.cpp
 b/src/noteshared/standardnoteactionmanager.cpp
+@@ -25,7 +25,11 @@
+ #include 
+ #include 
+ #endif
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 19, 41)
++#include 
++#else
+ #include 
++#endif
+ 
+ #include 
+ #include 

diff --git a/app-text/kjots/kjots-5.1.0-r2.ebuild 
b/app-text/kjots/kjots-5.1.0-r2.ebuild
index a948d3a45db6..7ef5fe968253 100644
--- a/app-text/kjots/kjots-5.1.0-r2.ebuild
+++ b/app-text/kjots/kjots-5.1.0-r2.ebuild
@@ -51,4 +51,5 @@ PATCHES=(
"${FILESDIR}/${P}-missing-lib.patch"
"${FILESDIR}/${P}-akonadi-21.12.0.patch" # bug 830580
"${FILESDIR}/${P}-speech-optional.patch" # bug 835128
+   "${FILESDIR}/${P}-akonadi-22.04.0.patch" # bug 840272
 )



[gentoo-commits] proj/kde:master commit in: dev-libs/kopeninghours/files/, dev-libs/kopeninghours/

2022-05-08 Thread Andreas Sturmlechner
commit: b6abc062970ba42d56ab6fccb338dbae9e95d011
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  9 00:22:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  9 00:22:44 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6abc062

dev-libs/kopeninghours: Rebase cmake patch on top of HEAD

Bug: https://bugs.gentoo.org/840002
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...90-boostpython.patch => kopeninghours-22.04.0-boostpython.patch} | 6 +++---
 dev-libs/kopeninghours/kopeninghours-22.04.49..ebuild   | 2 +-
 dev-libs/kopeninghours/kopeninghours-.ebuild| 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/dev-libs/kopeninghours/files/kopeninghours-21.03.90-boostpython.patch 
b/dev-libs/kopeninghours/files/kopeninghours-22.04.0-boostpython.patch
similarity index 93%
rename from 
dev-libs/kopeninghours/files/kopeninghours-21.03.90-boostpython.patch
rename to dev-libs/kopeninghours/files/kopeninghours-22.04.0-boostpython.patch
index 939bcbcd9e..d51fb7d45f 100644
--- a/dev-libs/kopeninghours/files/kopeninghours-21.03.90-boostpython.patch
+++ b/dev-libs/kopeninghours/files/kopeninghours-22.04.0-boostpython.patch
@@ -26,7 +26,7 @@ index 7c50b40..a9a9328 100644
 +cmake_minimum_required(VERSION 3.12)
  
  # KDE Application Version, managed by release script
- set (RELEASE_SERVICE_VERSION_MAJOR "21")
+ set (RELEASE_SERVICE_VERSION_MAJOR "22")
 @@ -56,22 +56,16 @@ set_package_properties(FLEX PROPERTIES PURPOSE "Lexer 
generator for parsing open
  find_package(BISON REQUIRED)
  set_package_properties(BISON PROPERTIES PURPOSE "Grammar generator for 
parsing opening hours expressions")
@@ -63,9 +63,9 @@ index 771cedf..e755ea7 100644
  
  # Set up the libraries and header search paths for this target
 -target_link_libraries(PyKOpeningHours PUBLIC ${Boost_LIBRARIES} 
${PYTHON_LIBRARIES} KOpeningHours)
--target_include_directories(PyKOpeningHours PRIVATE ${PYTHON_INCLUDE_DIRS})
+-target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIR} 
${PYTHON_INCLUDE_DIRS})
 +target_link_libraries(PyKOpeningHours PUBLIC 
Boost::${BOOSTPYTHON_VERSION_MAJOR_MINOR} ${Python3_LIBRARIES} KOpeningHours)
-+target_include_directories(PyKOpeningHours PRIVATE ${Python3_INCLUDE_DIRS})
++target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIR} 
${Python3_INCLUDE_DIRS})
  
 -set(_install_dir 
lib/python${PYTHONLIBS_VERSION_MAJOR}.${PYTHONLIBS_VERSION_MINOR}/site-packages)
 -

diff --git a/dev-libs/kopeninghours/kopeninghours-22.04.49..ebuild 
b/dev-libs/kopeninghours/kopeninghours-22.04.49..ebuild
index e209aeaf09..9fe3f4ab2a 100644
--- a/dev-libs/kopeninghours/kopeninghours-22.04.49..ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-22.04.49..ebuild
@@ -44,7 +44,7 @@ BDEPEND="
sys-devel/flex
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-21.03.90-boostpython.patch )
+PATCHES=( "${FILESDIR}"/${PN}-22.04.0-boostpython.patch )
 
 pkg_setup() {
ecm_pkg_setup

diff --git a/dev-libs/kopeninghours/kopeninghours-.ebuild 
b/dev-libs/kopeninghours/kopeninghours-.ebuild
index e209aeaf09..9fe3f4ab2a 100644
--- a/dev-libs/kopeninghours/kopeninghours-.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-.ebuild
@@ -44,7 +44,7 @@ BDEPEND="
sys-devel/flex
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-21.03.90-boostpython.patch )
+PATCHES=( "${FILESDIR}"/${PN}-22.04.0-boostpython.patch )
 
 pkg_setup() {
ecm_pkg_setup



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

2022-05-08 Thread Andreas Sturmlechner
commit: f9d833272ef7ee42b6f9514fcac499b2dc691e3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  9 00:07:28 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  9 00:13:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d83327

media-gfx/digikam: Fix build with kde-apps/akonadi-22.04.0

Closes: https://bugs.gentoo.org/841695
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/digikam/digikam-7.5.0.ebuild |  6 -
 .../files/digikam-7.5.0-akonadi-22.04.0.patch  | 28 ++
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/media-gfx/digikam/digikam-7.5.0.ebuild 
b/media-gfx/digikam/digikam-7.5.0.ebuild
index 1c774239c811..63edd26cbf88 100644
--- a/media-gfx/digikam/digikam-7.5.0.ebuild
+++ b/media-gfx/digikam/digikam-7.5.0.ebuild
@@ -106,7 +106,11 @@ BDEPEND="
)
 "
 
-PATCHES=( "${FILESDIR}/${PN}-7.3.0-cmake.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-7.3.0-cmake.patch"
+   # upstream git master
+   "${FILESDIR}/${P}-akonadi-22.04.0.patch"
+)
 
 pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp

diff --git a/media-gfx/digikam/files/digikam-7.5.0-akonadi-22.04.0.patch 
b/media-gfx/digikam/files/digikam-7.5.0-akonadi-22.04.0.patch
new file mode 100644
index ..a2933bc71d3f
--- /dev/null
+++ b/media-gfx/digikam/files/digikam-7.5.0-akonadi-22.04.0.patch
@@ -0,0 +1,28 @@
+From 51efe295a222070743187af0367b0bf957879337 Mon Sep 17 00:00:00 2001
+From: Antonio Rojas 
+Date: Fri, 22 Apr 2022 19:13:28 +0200
+Subject: [PATCH] Fix build with akonadi-contacts 22.04
+
+---
+ core/utilities/extrasupport/addressbook/akonadiiface.cpp | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/core/utilities/extrasupport/addressbook/akonadiiface.cpp 
b/core/utilities/extrasupport/addressbook/akonadiiface.cpp
+index 6a78863cf6..8e65a405da 100644
+--- a/core/utilities/extrasupport/addressbook/akonadiiface.cpp
 b/core/utilities/extrasupport/addressbook/akonadiiface.cpp
+@@ -49,7 +49,11 @@
+ #include 
+ #endif
+ 
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 19, 80)
++#include 
++#else
+ #include 
++#endif
+ #include 
+ 
+ #if defined(Q_OS_DARWIN) && defined(Q_CC_CLANG)
+-- 
+GitLab
+



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/files/

2022-05-08 Thread Sam James
commit: d9101ddf57435043ca5d01567d482269e69e7a78
Author: Sam James  gentoo  org>
AuthorDate: Mon May  9 00:00:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  9 00:01:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9101ddf

app-office/libreoffice: fix version check in Poppler 22.04.0 patch

On a machine with Poppler 22.03.0 still, it failed, as it tried
to take the new branch.

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

 ...-Import-FreeBSD-patch-for-Poppler-22.04.0-build.patch | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git 
a/app-office/libreoffice/files/libreoffice-7.3.3.2-Import-FreeBSD-patch-for-Poppler-22.04.0-build.patch
 
b/app-office/libreoffice/files/libreoffice-7.3.3.2-Import-FreeBSD-patch-for-Poppler-22.04.0-build.patch
index 7879f87a516b..39cb13bbc7d6 100644
--- 
a/app-office/libreoffice/files/libreoffice-7.3.3.2-Import-FreeBSD-patch-for-Poppler-22.04.0-build.patch
+++ 
b/app-office/libreoffice/files/libreoffice-7.3.3.2-Import-FreeBSD-patch-for-Poppler-22.04.0-build.patch
@@ -1,6 +1,8 @@
 https://bugs.gentoo.org/843311
 
https://cgit.freebsd.org/ports/commit/?id=d9b5ef800dbd0366eae81b03bfa89689ec73c6f7
 
+(sam: adapt version check to 22.4.0)
+
 From: Sam James 
 Date: Sun, 8 May 2022 21:20:25 +
 Subject: [PATCH 1/2] Import FreeBSD patch for Poppler 22.04.0 build
@@ -11,7 +13,7 @@ Subject: [PATCH 1/2] Import FreeBSD patch for Poppler 22.04.0 
build
  {
  // TODO(P3): Unfortunately, need to read stream twice, since
  // we must write byte count to stdout before
-+#if !POPPLER_CHECK_VERSION(22, 3, 0)
++#if !POPPLER_CHECK_VERSION(22, 4, 0)
  char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(),  );
 +#else
 +std::optional> pBuf = 
gfxFont->readEmbFontFile( m_pDoc->getXRef() );
@@ -19,7 +21,7 @@ Subject: [PATCH 1/2] Import FreeBSD patch for Poppler 22.04.0 
build
  if( pBuf )
  {
  aNewFont.isEmbedded = true;
-+#if !POPPLER_CHECK_VERSION(22, 3, 0)
++#if !POPPLER_CHECK_VERSION(22, 4, 0)
  gfree(pBuf);
 +#endif
  }
@@ -30,7 +32,7 @@ Subject: [PATCH 1/2] Import FreeBSD patch for Poppler 22.04.0 
build
  
  int nSize = 0;
 -char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(),  );
-+#if !POPPLER_CHECK_VERSION(22, 3, 0)
++#if !POPPLER_CHECK_VERSION(22, 4, 0)
 +char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(),  );
 +#else
 +std::optional> pBuf = 
gfxFont->readEmbFontFile( m_pDoc->getXRef() );
@@ -41,14 +43,14 @@ Subject: [PATCH 1/2] Import FreeBSD patch for Poppler 
22.04.0 build
  // ---sync point--- see SYNC STREAMS above
  fflush(stdout);
 -
-+#if !POPPLER_CHECK_VERSION(22, 3, 0)
++#if !POPPLER_CHECK_VERSION(22, 4, 0)
  if( fwrite(pBuf, sizeof(char), nSize, g_binary_out) != 
static_cast(nSize) )
 +#else
 +if( fwrite(reinterpret_cast(pBuf.value().data()), sizeof(char), 
nSize, g_binary_out) != static_cast(nSize) )
 +#endif
  {
 -gfree(pBuf);
-+#if !POPPLER_CHECK_VERSION(22, 3, 0)
++#if !POPPLER_CHECK_VERSION(22, 4, 0)
 +gfree(pBuf);
 +#endif
  exit(1); // error
@@ -56,7 +58,7 @@ Subject: [PATCH 1/2] Import FreeBSD patch for Poppler 22.04.0 
build
  // ---sync point--- see SYNC STREAMS above
  fflush(g_binary_out);
 -gfree(pBuf);
-+#if !POPPLER_CHECK_VERSION(22, 3, 0)
++#if !POPPLER_CHECK_VERSION(22, 4, 0)
 +gfree(pBuf);
 +#endif
  }
@@ -66,7 +68,7 @@ Subject: [PATCH 1/2] Import FreeBSD patch for Poppler 22.04.0 
build
  {
  assert(state);
  
-+#if !POPPLER_CHECK_VERSION(22, 3, 0)
++#if !POPPLER_CHECK_VERSION(22, 4, 0)
  GfxFont *gfxFont = state->getFont();
 +#else
 +GfxFont *gfxFont = state->getFont().get();



[gentoo-commits] repo/gentoo:master commit in: kde-apps/picmi/

2022-05-08 Thread Andreas Sturmlechner
commit: 7b3509bd42d6d2d3c131c1d2e6ff8de5721e8069
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:19:54 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:53:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3509bd

kde-apps/picmi: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/picmi/picmi-21.12.3.ebuild | 3 +--
 kde-apps/picmi/picmi-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/picmi/picmi-21.12.3.ebuild 
b/kde-apps/picmi/picmi-21.12.3.ebuild
index a6d68f64943b..691b18010b00 100644
--- a/kde-apps/picmi/picmi-21.12.3.ebuild
+++ b/kde-apps/picmi/picmi-21.12.3.ebuild
@@ -12,8 +12,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Nonogram logic game by KDE"
-HOMEPAGE="https://apps.kde.org/picmi/
-https://games.kde.org/games/picmi/;
+HOMEPAGE="https://apps.kde.org/picmi/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/picmi/picmi-22.04.0.ebuild 
b/kde-apps/picmi/picmi-22.04.0.ebuild
index 2efaaa00a4fe..2d4533894eec 100644
--- a/kde-apps/picmi/picmi-22.04.0.ebuild
+++ b/kde-apps/picmi/picmi-22.04.0.ebuild
@@ -12,8 +12,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Nonogram logic game by KDE"
-HOMEPAGE="https://apps.kde.org/picmi/
-https://games.kde.org/games/picmi/;
+HOMEPAGE="https://apps.kde.org/picmi/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/ksquares/

2022-05-08 Thread Andreas Sturmlechner
commit: 4395cb1ba9fda74f481fd6cdf6a878fa1082c827
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:17:05 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:53:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4395cb1b

kde-apps/ksquares: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ksquares/ksquares-21.12.3.ebuild | 3 +--
 kde-apps/ksquares/ksquares-22.04.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/ksquares/ksquares-21.12.3.ebuild 
b/kde-apps/ksquares/ksquares-21.12.3.ebuild
index 94f8bed65338..c17721297671 100644
--- a/kde-apps/ksquares/ksquares-21.12.3.ebuild
+++ b/kde-apps/ksquares/ksquares-21.12.3.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="KDE clone of the game squares"
-HOMEPAGE="https://apps.kde.org/ksquares/
-https://games.kde.org/games/ksquares/;
+HOMEPAGE="https://apps.kde.org/ksquares/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/ksquares/ksquares-22.04.0.ebuild 
b/kde-apps/ksquares/ksquares-22.04.0.ebuild
index 9778f60ec3a7..b008ed36cce7 100644
--- a/kde-apps/ksquares/ksquares-22.04.0.ebuild
+++ b/kde-apps/ksquares/ksquares-22.04.0.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="KDE clone of the game squares"
-HOMEPAGE="https://apps.kde.org/ksquares/ https://games.kde.org/games/ksquares/;
+HOMEPAGE="https://apps.kde.org/ksquares/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kspaceduel/

2022-05-08 Thread Andreas Sturmlechner
commit: 020127092d03429214a653862494f43df199ffc0
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:16:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:52:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02012709

kde-apps/kspaceduel: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kspaceduel/kspaceduel-21.12.3.ebuild | 3 +--
 kde-apps/kspaceduel/kspaceduel-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kspaceduel/kspaceduel-21.12.3.ebuild 
b/kde-apps/kspaceduel/kspaceduel-21.12.3.ebuild
index f92869dcf73e..b9f3b142d7a1 100644
--- a/kde-apps/kspaceduel/kspaceduel-21.12.3.ebuild
+++ b/kde-apps/kspaceduel/kspaceduel-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Space Game by KDE"
-HOMEPAGE="https://apps.kde.org/kspaceduel/
-https://games.kde.org/games/kspaceduel/;
+HOMEPAGE="https://apps.kde.org/kspaceduel/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kspaceduel/kspaceduel-22.04.0.ebuild 
b/kde-apps/kspaceduel/kspaceduel-22.04.0.ebuild
index 427fe95d8998..15d6317ac343 100644
--- a/kde-apps/kspaceduel/kspaceduel-22.04.0.ebuild
+++ b/kde-apps/kspaceduel/kspaceduel-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Space Game by KDE"
-HOMEPAGE="https://apps.kde.org/kspaceduel/
-https://games.kde.org/games/kspaceduel/;
+HOMEPAGE="https://apps.kde.org/kspaceduel/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/ktuberling/

2022-05-08 Thread Andreas Sturmlechner
commit: 42527cea6c9807e055f715eb141c184d013ae1c8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:18:33 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:53:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42527cea

kde-apps/ktuberling: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ktuberling/ktuberling-21.12.3.ebuild | 3 +--
 kde-apps/ktuberling/ktuberling-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ktuberling/ktuberling-21.12.3.ebuild 
b/kde-apps/ktuberling/ktuberling-21.12.3.ebuild
index 2eb2c4ec3d69..da6a60e76b77 100644
--- a/kde-apps/ktuberling/ktuberling-21.12.3.ebuild
+++ b/kde-apps/ktuberling/ktuberling-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Potato game for kids by KDE"
-HOMEPAGE="https://apps.kde.org/ktuberling/
-https://games.kde.org/games/ktuberling/;
+HOMEPAGE="https://apps.kde.org/ktuberling/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/ktuberling/ktuberling-22.04.0.ebuild 
b/kde-apps/ktuberling/ktuberling-22.04.0.ebuild
index fcd8ed9a9d21..e68ac611c95b 100644
--- a/kde-apps/ktuberling/ktuberling-22.04.0.ebuild
+++ b/kde-apps/ktuberling/ktuberling-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Potato game for kids by KDE"
-HOMEPAGE="https://apps.kde.org/ktuberling/
-https://games.kde.org/games/ktuberling/;
+HOMEPAGE="https://apps.kde.org/ktuberling/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/ksudoku/

2022-05-08 Thread Andreas Sturmlechner
commit: 13d9ac93663970d172359c1378fcbe230bf2cf92
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:17:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:53:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d9ac93

kde-apps/ksudoku: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ksudoku/ksudoku-21.12.3.ebuild | 2 +-
 kde-apps/ksudoku/ksudoku-22.04.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/ksudoku/ksudoku-21.12.3.ebuild 
b/kde-apps/ksudoku/ksudoku-21.12.3.ebuild
index 821420df6e78..5d1374015119 100644
--- a/kde-apps/ksudoku/ksudoku-21.12.3.ebuild
+++ b/kde-apps/ksudoku/ksudoku-21.12.3.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Logic-based symbol placement puzzle by KDE"
-HOMEPAGE="https://apps.kde.org/ksudoku/ https://games.kde.org/games/ksudoku/;
+HOMEPAGE="https://apps.kde.org/ksudoku/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/ksudoku/ksudoku-22.04.0.ebuild 
b/kde-apps/ksudoku/ksudoku-22.04.0.ebuild
index d5128d077c01..2dd47fd8f422 100644
--- a/kde-apps/ksudoku/ksudoku-22.04.0.ebuild
+++ b/kde-apps/ksudoku/ksudoku-22.04.0.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Logic-based symbol placement puzzle by KDE"
-HOMEPAGE="https://apps.kde.org/ksudoku/ https://games.kde.org/games/ksudoku/;
+HOMEPAGE="https://apps.kde.org/ksudoku/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/

2022-05-08 Thread Andreas Sturmlechner
commit: 7d306c64107583c54b929099844577d05672961e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:14:13 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:51:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d306c64

kde-apps/kpat: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kpat/kpat-21.12.3.ebuild | 3 +--
 kde-apps/kpat/kpat-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kpat/kpat-21.12.3.ebuild 
b/kde-apps/kpat/kpat-21.12.3.ebuild
index b1d5e974f853..4c2a73aa3d02 100644
--- a/kde-apps/kpat/kpat-21.12.3.ebuild
+++ b/kde-apps/kpat/kpat-21.12.3.ebuild
@@ -13,8 +13,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="KDE patience game"
-HOMEPAGE="https://apps.kde.org/kpat/
-https://games.kde.org/games/kpat/;
+HOMEPAGE="https://apps.kde.org/kpat/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kpat/kpat-22.04.0.ebuild 
b/kde-apps/kpat/kpat-22.04.0.ebuild
index 948ceb9ec304..d34338c9a87f 100644
--- a/kde-apps/kpat/kpat-22.04.0.ebuild
+++ b/kde-apps/kpat/kpat-22.04.0.ebuild
@@ -13,8 +13,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="KDE patience game"
-HOMEPAGE="https://apps.kde.org/kpat/
-https://games.kde.org/games/kpat/;
+HOMEPAGE="https://apps.kde.org/kpat/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kshisen/

2022-05-08 Thread Andreas Sturmlechner
commit: fad5ea479c060a4196150d46f909e4e32f1b2d58
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:15:17 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:52:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad5ea47

kde-apps/kshisen: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kshisen/kshisen-21.12.3.ebuild | 2 +-
 kde-apps/kshisen/kshisen-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kshisen/kshisen-21.12.3.ebuild 
b/kde-apps/kshisen/kshisen-21.12.3.ebuild
index 7230c66dd570..c66a772e847f 100644
--- a/kde-apps/kshisen/kshisen-21.12.3.ebuild
+++ b/kde-apps/kshisen/kshisen-21.12.3.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Solitaire-like game played using the standard set of Mahjong 
tiles"
-HOMEPAGE="https://apps.kde.org/kshisen/ https://games.kde.org/games/kshisen/;
+HOMEPAGE="https://apps.kde.org/kshisen/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kshisen/kshisen-22.04.0.ebuild 
b/kde-apps/kshisen/kshisen-22.04.0.ebuild
index 6b61f8912c61..0ee8d412dc2a 100644
--- a/kde-apps/kshisen/kshisen-22.04.0.ebuild
+++ b/kde-apps/kshisen/kshisen-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Solitaire-like game played using the standard set of Mahjong 
tiles"
-HOMEPAGE="https://apps.kde.org/kshisen/
-https://games.kde.org/games/kshisen/;
+HOMEPAGE="https://apps.kde.org/kshisen/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kreversi/

2022-05-08 Thread Andreas Sturmlechner
commit: de2d19087121b422ec679b7f16e2eb3ad6b4
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:14:40 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:51:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2d

kde-apps/kreversi: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kreversi/kreversi-21.12.3.ebuild | 2 +-
 kde-apps/kreversi/kreversi-22.04.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kreversi/kreversi-21.12.3.ebuild 
b/kde-apps/kreversi/kreversi-21.12.3.ebuild
index 7fa49f77e9e7..076df2d86aa0 100644
--- a/kde-apps/kreversi/kreversi-21.12.3.ebuild
+++ b/kde-apps/kreversi/kreversi-21.12.3.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Board game by KDE"
-HOMEPAGE="https://apps.kde.org/kreversi/ https://games.kde.org/games/kreversi/;
+HOMEPAGE="https://apps.kde.org/kreversi/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kreversi/kreversi-22.04.0.ebuild 
b/kde-apps/kreversi/kreversi-22.04.0.ebuild
index 05b8487daf85..8ca86f09e5bd 100644
--- a/kde-apps/kreversi/kreversi-22.04.0.ebuild
+++ b/kde-apps/kreversi/kreversi-22.04.0.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Board game by KDE"
-HOMEPAGE="https://apps.kde.org/kreversi/ https://games.kde.org/games/kreversi/;
+HOMEPAGE="https://apps.kde.org/kreversi/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/klines/

2022-05-08 Thread Andreas Sturmlechner
commit: 0bae31bd1c0c71ac1df605a2da06c5594b7ede0c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:09:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bae31bd

kde-apps/klines: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/klines/klines-21.12.3.ebuild | 2 +-
 kde-apps/klines/klines-22.04.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/klines/klines-21.12.3.ebuild 
b/kde-apps/klines/klines-21.12.3.ebuild
index 705eb96d84b1..4e25a1c9545e 100644
--- a/kde-apps/klines/klines-21.12.3.ebuild
+++ b/kde-apps/klines/klines-21.12.3.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="A little KDE game about balls and how to get rid of them"
-HOMEPAGE="https://apps.kde.org/klines/ https://games.kde.org/games/klines/;
+HOMEPAGE="https://apps.kde.org/klines/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/klines/klines-22.04.0.ebuild 
b/kde-apps/klines/klines-22.04.0.ebuild
index be259c9c2769..15aaa63c94db 100644
--- a/kde-apps/klines/klines-22.04.0.ebuild
+++ b/kde-apps/klines/klines-22.04.0.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="A little KDE game about balls and how to get rid of them"
-HOMEPAGE="https://apps.kde.org/klines/ https://games.kde.org/games/klines/;
+HOMEPAGE="https://apps.kde.org/klines/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kmines/

2022-05-08 Thread Andreas Sturmlechner
commit: ea56c1bf50611244517178e3ab88a6f6cf15a4e2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:10:13 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea56c1bf

kde-apps/kmines: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kmines/kmines-21.12.3.ebuild | 3 +--
 kde-apps/kmines/kmines-22.04.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kmines/kmines-21.12.3.ebuild 
b/kde-apps/kmines/kmines-21.12.3.ebuild
index 5ab7d2e2cb64..10f843a6d4ee 100644
--- a/kde-apps/kmines/kmines-21.12.3.ebuild
+++ b/kde-apps/kmines/kmines-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Classic mine sweeper game"
-HOMEPAGE="https://apps.kde.org/kmines/
-https://games.kde.org/games/kmines/;
+HOMEPAGE="https://apps.kde.org/kmines/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kmines/kmines-22.04.0.ebuild 
b/kde-apps/kmines/kmines-22.04.0.ebuild
index 44d0b4ed51fc..2b125af1bd0c 100644
--- a/kde-apps/kmines/kmines-22.04.0.ebuild
+++ b/kde-apps/kmines/kmines-22.04.0.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Classic mine sweeper game"
-HOMEPAGE="https://apps.kde.org/kmines/ https://games.kde.org/games/kmines/;
+HOMEPAGE="https://apps.kde.org/kmines/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kmahjongg/

2022-05-08 Thread Andreas Sturmlechner
commit: 5c9ba51e40b2b5fa213195dfdbffe14987371704
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:09:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9ba51e

kde-apps/kmahjongg: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kmahjongg/kmahjongg-21.12.3.ebuild | 3 +--
 kde-apps/kmahjongg/kmahjongg-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kmahjongg/kmahjongg-21.12.3.ebuild 
b/kde-apps/kmahjongg/kmahjongg-21.12.3.ebuild
index 13f596b0c87d..8279a3627bef 100644
--- a/kde-apps/kmahjongg/kmahjongg-21.12.3.ebuild
+++ b/kde-apps/kmahjongg/kmahjongg-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="A tile matching game for one or two players"
-HOMEPAGE="https://apps.kde.org/kmahjongg/
-https://games.kde.org/games/kmahjongg/;
+HOMEPAGE="https://apps.kde.org/kmahjongg/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kmahjongg/kmahjongg-22.04.0.ebuild 
b/kde-apps/kmahjongg/kmahjongg-22.04.0.ebuild
index 9882b9d9940c..52e589fb1e9c 100644
--- a/kde-apps/kmahjongg/kmahjongg-22.04.0.ebuild
+++ b/kde-apps/kmahjongg/kmahjongg-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="A tile matching game for one or two players"
-HOMEPAGE="https://apps.kde.org/kmahjongg/
-https://games.kde.org/games/kmahjongg/;
+HOMEPAGE="https://apps.kde.org/kmahjongg/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/ksirk/

2022-05-08 Thread Andreas Sturmlechner
commit: c4440388ce030589ac4699f03d5c042b260b590d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:15:56 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:52:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4440388

kde-apps/ksirk: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ksirk/ksirk-21.12.3.ebuild | 3 +--
 kde-apps/ksirk/ksirk-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ksirk/ksirk-21.12.3.ebuild 
b/kde-apps/ksirk/ksirk-21.12.3.ebuild
index 98fd4a4b3390..64d667dc0835 100644
--- a/kde-apps/ksirk/ksirk-21.12.3.ebuild
+++ b/kde-apps/ksirk/ksirk-21.12.3.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Port of the board game risk"
-HOMEPAGE="https://apps.kde.org/ksirk/
-https://games.kde.org/games/ksirk/;
+HOMEPAGE="https://apps.kde.org/ksirk/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/ksirk/ksirk-22.04.0.ebuild 
b/kde-apps/ksirk/ksirk-22.04.0.ebuild
index aa337de354ce..0e0fb6972804 100644
--- a/kde-apps/ksirk/ksirk-22.04.0.ebuild
+++ b/kde-apps/ksirk/ksirk-22.04.0.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Port of the board game risk"
-HOMEPAGE="https://apps.kde.org/ksirk/
-https://games.kde.org/games/ksirk/;
+HOMEPAGE="https://apps.kde.org/ksirk/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/lskat/

2022-05-08 Thread Andreas Sturmlechner
commit: e663b24fa95a32351bf252ffeb1cd6f58c3d534c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:19:14 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:53:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e663b24f

kde-apps/lskat: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/lskat/lskat-21.12.3.ebuild | 3 +--
 kde-apps/lskat/lskat-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/lskat/lskat-21.12.3.ebuild 
b/kde-apps/lskat/lskat-21.12.3.ebuild
index d311cae33c54..458260df3d8e 100644
--- a/kde-apps/lskat/lskat-21.12.3.ebuild
+++ b/kde-apps/lskat/lskat-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Skat game by KDE"
-HOMEPAGE="https://apps.kde.org/lskat/
-https://games.kde.org/games/lskat/;
+HOMEPAGE="https://apps.kde.org/lskat/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/lskat/lskat-22.04.0.ebuild 
b/kde-apps/lskat/lskat-22.04.0.ebuild
index c98581b52599..cc572851311c 100644
--- a/kde-apps/lskat/lskat-22.04.0.ebuild
+++ b/kde-apps/lskat/lskat-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Skat game by KDE"
-HOMEPAGE="https://apps.kde.org/lskat/
-https://games.kde.org/games/lskat/;
+HOMEPAGE="https://apps.kde.org/lskat/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/knavalbattle/

2022-05-08 Thread Andreas Sturmlechner
commit: 21abe5ca1d68818beb839300ac5ea3a0e197432a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:10:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:51:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21abe5ca

kde-apps/knavalbattle: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild | 3 +--
 kde-apps/knavalbattle/knavalbattle-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild 
b/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild
index ce51457d5617..35db57aa5194 100644
--- a/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild
+++ b/kde-apps/knavalbattle/knavalbattle-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Battleship clone by KDE"
-HOMEPAGE="https://apps.kde.org/knavalbattle/
-https://games.kde.org/games/kbattleship/;
+HOMEPAGE="https://apps.kde.org/knavalbattle/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/knavalbattle/knavalbattle-22.04.0.ebuild 
b/kde-apps/knavalbattle/knavalbattle-22.04.0.ebuild
index 494510b941e8..eb902a5568c9 100644
--- a/kde-apps/knavalbattle/knavalbattle-22.04.0.ebuild
+++ b/kde-apps/knavalbattle/knavalbattle-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Battleship clone by KDE"
-HOMEPAGE="https://apps.kde.org/knavalbattle/
-https://games.kde.org/games/kbattleship/;
+HOMEPAGE="https://apps.kde.org/knavalbattle/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdiamond/

2022-05-08 Thread Andreas Sturmlechner
commit: 43e51f087aa7c2aafd97d957256f9d242c73c453
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:00:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e51f08

kde-apps/kdiamond: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kdiamond/kdiamond-21.12.3.ebuild | 3 +--
 kde-apps/kdiamond/kdiamond-22.04.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdiamond/kdiamond-21.12.3.ebuild 
b/kde-apps/kdiamond/kdiamond-21.12.3.ebuild
index 84d10734a0b0..e7e9259de648 100644
--- a/kde-apps/kdiamond/kdiamond-21.12.3.ebuild
+++ b/kde-apps/kdiamond/kdiamond-21.12.3.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Single player three-in-a-row game"
-HOMEPAGE="https://apps.kde.org/kdiamond/
-https://games.kde.org/games/kdiamond/;
+HOMEPAGE="https://apps.kde.org/kdiamond/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kdiamond/kdiamond-22.04.0.ebuild 
b/kde-apps/kdiamond/kdiamond-22.04.0.ebuild
index e480e8bcbd71..ff7fbc28eef3 100644
--- a/kde-apps/kdiamond/kdiamond-22.04.0.ebuild
+++ b/kde-apps/kdiamond/kdiamond-22.04.0.ebuild
@@ -10,7 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Single player three-in-a-row game"
-HOMEPAGE="https://apps.kde.org/kdiamond/ https://games.kde.org/games/kdiamond/;
+HOMEPAGE="https://apps.kde.org/kdiamond/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kollision/

2022-05-08 Thread Andreas Sturmlechner
commit: 575a2e70dc751d1701e641f792353c3ff3efa042
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:12:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:51:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575a2e70

kde-apps/kollision: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kollision/kollision-21.12.3.ebuild | 3 +--
 kde-apps/kollision/kollision-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kollision/kollision-21.12.3.ebuild 
b/kde-apps/kollision/kollision-21.12.3.ebuild
index 9c73c6fbd645..d5135ac58820 100644
--- a/kde-apps/kollision/kollision-21.12.3.ebuild
+++ b/kde-apps/kollision/kollision-21.12.3.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Simple ball dodging game"
-HOMEPAGE="https://apps.kde.org/kollision/
-https://games.kde.org/games/kollision/;
+HOMEPAGE="https://apps.kde.org/kollision/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kollision/kollision-22.04.0.ebuild 
b/kde-apps/kollision/kollision-22.04.0.ebuild
index 500f28db3c55..310f15ccc316 100644
--- a/kde-apps/kollision/kollision-22.04.0.ebuild
+++ b/kde-apps/kollision/kollision-22.04.0.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Simple ball dodging game"
-HOMEPAGE="https://apps.kde.org/kollision/
-https://games.kde.org/games/kollision/;
+HOMEPAGE="https://apps.kde.org/kollision/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/klickety/

2022-05-08 Thread Andreas Sturmlechner
commit: aaff8ef002e9582d7623ae3918b2178c7e99e2c1
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:08:14 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaff8ef0

kde-apps/klickety: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/klickety/klickety-21.12.3.ebuild | 3 +--
 kde-apps/klickety/klickety-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/klickety/klickety-21.12.3.ebuild 
b/kde-apps/klickety/klickety-21.12.3.ebuild
index e4c7a708d6e6..81ece013ff18 100644
--- a/kde-apps/klickety/klickety-21.12.3.ebuild
+++ b/kde-apps/klickety/klickety-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="An adaptation of the Clickomania game"
-HOMEPAGE="https://apps.kde.org/klickety/
-https://games.kde.org/games/klickety/;
+HOMEPAGE="https://apps.kde.org/klickety/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/klickety/klickety-22.04.0.ebuild 
b/kde-apps/klickety/klickety-22.04.0.ebuild
index 0e9d950b5ceb..de8accf01484 100644
--- a/kde-apps/klickety/klickety-22.04.0.ebuild
+++ b/kde-apps/klickety/klickety-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="An adaptation of the Clickomania game"
-HOMEPAGE="https://apps.kde.org/klickety/
-https://games.kde.org/games/klickety/;
+HOMEPAGE="https://apps.kde.org/klickety/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kolf/

2022-05-08 Thread Andreas Sturmlechner
commit: eccf5e4f0a8e73cb3e5223b6128bded1550fee15
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:12:16 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:51:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccf5e4f

kde-apps/kolf: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kolf/kolf-21.12.3.ebuild| 3 +--
 kde-apps/kolf/kolf-22.04.0-r1.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kolf/kolf-21.12.3.ebuild 
b/kde-apps/kolf/kolf-21.12.3.ebuild
index 9f31119fc12e..3e8be62d446f 100644
--- a/kde-apps/kolf/kolf-21.12.3.ebuild
+++ b/kde-apps/kolf/kolf-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Minigolf game by KDE"
-HOMEPAGE="https://apps.kde.org/kolf/
-https://games.kde.org/games/kolf/;
+HOMEPAGE="https://apps.kde.org/kolf/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kolf/kolf-22.04.0-r1.ebuild 
b/kde-apps/kolf/kolf-22.04.0-r1.ebuild
index fd1b102ea9c3..cc8797615f84 100644
--- a/kde-apps/kolf/kolf-22.04.0-r1.ebuild
+++ b/kde-apps/kolf/kolf-22.04.0-r1.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Minigolf game by KDE"
-HOMEPAGE="https://apps.kde.org/kolf/
-https://games.kde.org/games/kolf/;
+HOMEPAGE="https://apps.kde.org/kolf/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/konquest/

2022-05-08 Thread Andreas Sturmlechner
commit: bcd2217a77a997fd041a1dca70b31d1cc74cc7f6
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:13:32 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:51:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd2217a

kde-apps/konquest: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/konquest/konquest-21.12.3.ebuild | 3 +--
 kde-apps/konquest/konquest-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/konquest/konquest-21.12.3.ebuild 
b/kde-apps/konquest/konquest-21.12.3.ebuild
index de898683ab90..e5435cb7956c 100644
--- a/kde-apps/konquest/konquest-21.12.3.ebuild
+++ b/kde-apps/konquest/konquest-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Galactic Strategy KDE Game"
-HOMEPAGE="https://apps.kde.org/konquest/
-https://games.kde.org/games/konquest/;
+HOMEPAGE="https://apps.kde.org/konquest/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/konquest/konquest-22.04.0.ebuild 
b/kde-apps/konquest/konquest-22.04.0.ebuild
index d52ca589b344..cf0121fb0a8a 100644
--- a/kde-apps/konquest/konquest-22.04.0.ebuild
+++ b/kde-apps/konquest/konquest-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Galactic Strategy KDE Game"
-HOMEPAGE="https://apps.kde.org/konquest/
-https://games.kde.org/games/konquest/;
+HOMEPAGE="https://apps.kde.org/konquest/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/knetwalk/

2022-05-08 Thread Andreas Sturmlechner
commit: ee2db374d9a5ed9ebdaa425ede9071e6b5271835
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:11:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:51:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2db374

kde-apps/knetwalk: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/knetwalk/knetwalk-21.12.3.ebuild | 3 +--
 kde-apps/knetwalk/knetwalk-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/knetwalk/knetwalk-21.12.3.ebuild 
b/kde-apps/knetwalk/knetwalk-21.12.3.ebuild
index 58a1b4a62699..42937cd3f106 100644
--- a/kde-apps/knetwalk/knetwalk-21.12.3.ebuild
+++ b/kde-apps/knetwalk/knetwalk-21.12.3.ebuild
@@ -12,8 +12,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="KDE version of the popular NetWalk game for system administrators"
-HOMEPAGE="https://apps.kde.org/knetwalk/
-https://games.kde.org/games/knetwalk/;
+HOMEPAGE="https://apps.kde.org/knetwalk/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/knetwalk/knetwalk-22.04.0.ebuild 
b/kde-apps/knetwalk/knetwalk-22.04.0.ebuild
index 4eecd0f2be7b..fac6497ee350 100644
--- a/kde-apps/knetwalk/knetwalk-22.04.0.ebuild
+++ b/kde-apps/knetwalk/knetwalk-22.04.0.ebuild
@@ -12,8 +12,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="KDE version of the popular NetWalk game for system administrators"
-HOMEPAGE="https://apps.kde.org/knetwalk/
-https://games.kde.org/games/knetwalk/;
+HOMEPAGE="https://apps.kde.org/knetwalk/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdegames-meta/

2022-05-08 Thread Andreas Sturmlechner
commit: bfe1cd06555a20b1b925c2dfd8817651a00a972a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:00:03 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:46:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe1cd06

kde-apps/kdegames-meta: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kdegames-meta/kdegames-meta-21.12.3.ebuild | 2 +-
 kde-apps/kdegames-meta/kdegames-meta-22.04.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdegames-meta/kdegames-meta-21.12.3.ebuild 
b/kde-apps/kdegames-meta/kdegames-meta-21.12.3.ebuild
index 9deab6e18c42..ed6e4db43ac2 100644
--- a/kde-apps/kdegames-meta/kdegames-meta-21.12.3.ebuild
+++ b/kde-apps/kdegames-meta/kdegames-meta-21.12.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages"
-HOMEPAGE="https://games.kde.org/;
+HOMEPAGE="https://apps.kde.org/categories/games/;
 
 LICENSE="metapackage"
 SLOT="5"

diff --git a/kde-apps/kdegames-meta/kdegames-meta-22.04.0.ebuild 
b/kde-apps/kdegames-meta/kdegames-meta-22.04.0.ebuild
index 0fdae9e349ab..690533dc1867 100644
--- a/kde-apps/kdegames-meta/kdegames-meta-22.04.0.ebuild
+++ b/kde-apps/kdegames-meta/kdegames-meta-22.04.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages"
-HOMEPAGE="https://games.kde.org/;
+HOMEPAGE="https://apps.kde.org/categories/games/;
 
 LICENSE="metapackage"
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kfourinline/

2022-05-08 Thread Andreas Sturmlechner
commit: f65035d8d4017b17eb8e0b36f3f64af13a5fe481
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:04:25 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65035d8

kde-apps/kfourinline: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kfourinline/kfourinline-21.12.3.ebuild | 3 +--
 kde-apps/kfourinline/kfourinline-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kfourinline/kfourinline-21.12.3.ebuild 
b/kde-apps/kfourinline/kfourinline-21.12.3.ebuild
index 64377a405fcd..d85d2849a937 100644
--- a/kde-apps/kfourinline/kfourinline-21.12.3.ebuild
+++ b/kde-apps/kfourinline/kfourinline-21.12.3.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="KDE four-in-a-row game"
-HOMEPAGE="https://apps.kde.org/kfourinline/
-https://games.kde.org/games/kfourinline/;
+HOMEPAGE="https://apps.kde.org/kfourinline/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kfourinline/kfourinline-22.04.0.ebuild 
b/kde-apps/kfourinline/kfourinline-22.04.0.ebuild
index 96d5be061f7c..6e5660edc709 100644
--- a/kde-apps/kfourinline/kfourinline-22.04.0.ebuild
+++ b/kde-apps/kfourinline/kfourinline-22.04.0.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="KDE four-in-a-row game"
-HOMEPAGE="https://apps.kde.org/kfourinline/
-https://games.kde.org/games/kfourinline/;
+HOMEPAGE="https://apps.kde.org/kfourinline/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kjumpingcube/

2022-05-08 Thread Andreas Sturmlechner
commit: 0804f6af3c184e611ccca5b3d3432556942be913
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:07:32 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0804f6af

kde-apps/kjumpingcube: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kjumpingcube/kjumpingcube-21.12.3.ebuild| 3 +--
 kde-apps/kjumpingcube/kjumpingcube-22.04.0-r1.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kjumpingcube/kjumpingcube-21.12.3.ebuild 
b/kde-apps/kjumpingcube/kjumpingcube-21.12.3.ebuild
index b10fad4979e6..cb3e995223f5 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-21.12.3.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Tactical one or two player game"
-HOMEPAGE="https://apps.kde.org/kjumpingcube/
-https://games.kde.org/games/kjumpingcube/;
+HOMEPAGE="https://apps.kde.org/kjumpingcube/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kjumpingcube/kjumpingcube-22.04.0-r1.ebuild 
b/kde-apps/kjumpingcube/kjumpingcube-22.04.0-r1.ebuild
index 5e6290d22548..4e582da2f708 100644
--- a/kde-apps/kjumpingcube/kjumpingcube-22.04.0-r1.ebuild
+++ b/kde-apps/kjumpingcube/kjumpingcube-22.04.0-r1.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Tactical one or two player game"
-HOMEPAGE="https://apps.kde.org/kjumpingcube/
-https://games.kde.org/games/kjumpingcube/;
+HOMEPAGE="https://apps.kde.org/kjumpingcube/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kgoldrunner/

2022-05-08 Thread Andreas Sturmlechner
commit: e76effdb9c6a7b92c06216f5e9fe6dd60cb8ffee
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:05:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76effdb

kde-apps/kgoldrunner: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kgoldrunner/kgoldrunner-21.12.3.ebuild | 3 +--
 kde-apps/kgoldrunner/kgoldrunner-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kgoldrunner/kgoldrunner-21.12.3.ebuild 
b/kde-apps/kgoldrunner/kgoldrunner-21.12.3.ebuild
index 44243a74acbd..efae54ce2fdd 100644
--- a/kde-apps/kgoldrunner/kgoldrunner-21.12.3.ebuild
+++ b/kde-apps/kgoldrunner/kgoldrunner-21.12.3.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Game of action and puzzle solving by KDE"
-HOMEPAGE="https://apps.kde.org/kgoldrunner/
-https://games.kde.org/games/kgoldrunner/;
+HOMEPAGE="https://apps.kde.org/kgoldrunner/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kgoldrunner/kgoldrunner-22.04.0.ebuild 
b/kde-apps/kgoldrunner/kgoldrunner-22.04.0.ebuild
index c900553d5b15..2048a84a8ecf 100644
--- a/kde-apps/kgoldrunner/kgoldrunner-22.04.0.ebuild
+++ b/kde-apps/kgoldrunner/kgoldrunner-22.04.0.ebuild
@@ -11,8 +11,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="Game of action and puzzle solving by KDE"
-HOMEPAGE="https://apps.kde.org/kgoldrunner/
-https://games.kde.org/games/kgoldrunner/;
+HOMEPAGE="https://apps.kde.org/kgoldrunner/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kiriki/

2022-05-08 Thread Andreas Sturmlechner
commit: 3690057244c86423cbe5b417c4a8bc71a23a20cd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 14:06:39 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:50:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36900572

kde-apps/kiriki: update HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kiriki/kiriki-21.12.3.ebuild | 3 +--
 kde-apps/kiriki/kiriki-22.04.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kiriki/kiriki-21.12.3.ebuild 
b/kde-apps/kiriki/kiriki-21.12.3.ebuild
index b73df70b95b5..1a2044855258 100644
--- a/kde-apps/kiriki/kiriki-21.12.3.ebuild
+++ b/kde-apps/kiriki/kiriki-21.12.3.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="An addictive and fun dice game"
-HOMEPAGE="https://apps.kde.org/kiriki/
-https://games.kde.org/games/kiriki/;
+HOMEPAGE="https://apps.kde.org/kiriki/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/kiriki/kiriki-22.04.0.ebuild 
b/kde-apps/kiriki/kiriki-22.04.0.ebuild
index f8065bc8e92b..35ac0b44bb59 100644
--- a/kde-apps/kiriki/kiriki-22.04.0.ebuild
+++ b/kde-apps/kiriki/kiriki-22.04.0.ebuild
@@ -10,8 +10,7 @@ QTMIN=5.15.2
 inherit ecm kde.org
 
 DESCRIPTION="An addictive and fun dice game"
-HOMEPAGE="https://apps.kde.org/kiriki/
-https://games.kde.org/games/kiriki/;
+HOMEPAGE="https://apps.kde.org/kiriki/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



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

2022-05-08 Thread Andreas Sturmlechner
commit: 82144645ee6f94af35d580e1dafd3134bf7120da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  8 23:16:28 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:29:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82144645

media-gfx/zbar: Drop 0.23.1

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

 media-gfx/zbar/Manifest|   1 -
 .../zbar/files/zbar-0.23.1-autoconf-2.70.patch |  38 
 23.1_fix_leftover_on_shell_compatibility.patch |  24 ---
 .../zbar/files/zbar-0.23.1_fix_unittest.patch  |  78 ---
 .../files/zbar-0.23.1_musl_include_locale_h.patch  |  23 ---
 .../zbar/files/zbar-0.23.1_python_tp_print.patch   |  55 -
 .../files/zbar-0.23_fix_Qt5X11Extras_detect.patch  |  18 --
 media-gfx/zbar/zbar-0.23.1.ebuild  | 229 -
 8 files changed, 466 deletions(-)

diff --git a/media-gfx/zbar/Manifest b/media-gfx/zbar/Manifest
index 60c7d029a61a..3343fb13b810 100644
--- a/media-gfx/zbar/Manifest
+++ b/media-gfx/zbar/Manifest
@@ -1,2 +1 @@
-DIST zbar-0.23.1.tar.gz 1019268 BLAKE2B 
5aa8725a0945b6f50eb78bb7b8a61e5b46356b18f07e8af778a63d46b94c894d9e827ed71bd89060898ecbdaebc5b4bb6e638939d7bc0dede390f7137770049f
 SHA512 
ae7741cf750a10cf53dc11abcd482c3885507153ee37f6e3364ed5ed72184ebb009560b8c40d8090603a551fb681700a962838a59ce77d005d080ee49fbfa54b
 DIST zbar-0.23.90.tar.gz 1005314 BLAKE2B 
5d0c193509602dfb55741b421e1d28f1424ecec50aa3be584912544a587922c053284c41cf14ff0b4824095d0d376381ed055e7faf9ff394bd8d44fd9ed2971d
 SHA512 
d73d71873bec68ee021997512a9edbd223f5f5fe43c66c4dd3502224ba6009be2e5e1714766cb8e1056244673e87e0939ed0319116f61d7371b5ab79fb5e04eb

diff --git a/media-gfx/zbar/files/zbar-0.23.1-autoconf-2.70.patch 
b/media-gfx/zbar/files/zbar-0.23.1-autoconf-2.70.patch
deleted file mode 100644
index be9547ead111..
--- a/media-gfx/zbar/files/zbar-0.23.1-autoconf-2.70.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-https://github.com/mchehab/zbar/commit/89e7900d85dd54ef351a7ed582aec6a5a5d7fa37
-https://bugs.gentoo.org/775656
-
-From 89e7900d85dd54ef351a7ed582aec6a5a5d7fa37 Mon Sep 17 00:00:00 2001
-From: Boyuan Yang 
-Date: Thu, 31 Dec 2020 12:56:26 -0500
-Subject: [PATCH] configure.ac: Fix quote issue (autoconf 2.70 compat)
-
-One of the AS_IF() macro was not properly quoted. This commit
-fixes that issue.
-
-This patch closes: #132 (fixes this bug report).

- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index df0220a8..db4bc902 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -656,7 +656,7 @@ AS_IF([test "x$with_qt" != "xno"],
-   [with_qt="no"])])])
- 
- AS_IF([test "x$with_qt" != "xno"],
--   AS_IF([test "x$with_qt5" != "xno"],
-+   [AS_IF([test "x$with_qt5" != "xno"],
- [AC_CHECK_PROGS(MOC, [moc-qt5 moc])
-  AC_MSG_NOTICE([using moc from $MOC])
-  QT_VERSION=`$PKG_CONFIG Qt5Gui --modversion`
-@@ -672,7 +672,7 @@ dnl -fPIC has no effect on Windows and breaks windres
-  QT_VERSION=`$PKG_CONFIG QtGui --modversion`
-  AC_MSG_NOTICE([using Qt version $QT_VERSION])
-  qt_pkgconfig_file="zbar-qt.pc"
-- ]))
-+ ])])
- 
- AM_CONDITIONAL([HAVE_QT], [test "x$with_qt" = "xyes"])
- 

diff --git 
a/media-gfx/zbar/files/zbar-0.23.1_fix_leftover_on_shell_compatibility.patch 
b/media-gfx/zbar/files/zbar-0.23.1_fix_leftover_on_shell_compatibility.patch
deleted file mode 100644
index 62993a8b2b25..
--- a/media-gfx/zbar/files/zbar-0.23.1_fix_leftover_on_shell_compatibility.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 8e74a2e223bd40e8cf95ac2580df56ac8500a859 Mon Sep 17 00:00:00 2001
-From: Boyuan Yang 
-Date: Wed, 22 Apr 2020 10:29:39 -0400
-Subject: [PATCH] configure.ac: Fix leftover on shell compatibility
-
-Uses "=" instead of "==" in string comparision for POSIX
-compatibility.  This is a leftover of previous similar fix.

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 105da09..df0220a 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -845,7 +845,7 @@ dnl summary log
- echo ""
- echo "please verify that the detected configuration matches your 
expectations:"
- echo 
""
--AS_IF([test "x$USE_NLS" == "xyes"],
-+AS_IF([test "x$USE_NLS" = "xyes"],
-   [echo"gettext$USE_NLS"]
- )
- AS_IF([test "x$win32" != "xno"],

diff --git a/media-gfx/zbar/files/zbar-0.23.1_fix_unittest.patch 
b/media-gfx/zbar/files/zbar-0.23.1_fix_unittest.patch
deleted file mode 100644
index 3f538c81138f..
--- a/media-gfx/zbar/files/zbar-0.23.1_fix_unittest.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-diff -ur a/configure.ac b/configure.ac
 a/configure.ac 2020-04-21 00:09:21.0 +0300
-+++ b/configure.ac 

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

2022-05-08 Thread Yixun Lan
commit: b507bf208a84b391c5d09bd1783b098ab23d7fb4
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun May  8 23:28:46 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun May  8 23:28:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b507bf20

kde-misc/kio-fuse: Keyword 5.0.1 riscv, #843350

Signed-off-by: Yixun Lan  gentoo.org>

 kde-misc/kio-fuse/kio-fuse-5.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/kio-fuse/kio-fuse-5.0.1.ebuild 
b/kde-misc/kio-fuse/kio-fuse-5.0.1.ebuild
index fe05a54a1581..6a42a7cf7dad 100644
--- a/kde-misc/kio-fuse/kio-fuse-5.0.1.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-5.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64 arm64 ~ppc64 x86"
+   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3+"



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

2022-05-08 Thread Andreas Sturmlechner
commit: 999e1ac71c530cc8ceb0f1f77a2d11e8a52d4a7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  8 23:06:33 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:06:33 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=999e1ac7

sets: Drop kde-plasma-5.23

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

 sets/kde-plasma-5.23 | 52 
 1 file changed, 52 deletions(-)

diff --git a/sets/kde-plasma-5.23 b/sets/kde-plasma-5.23
deleted file mode 100644
index b56495e3f1..00
--- a/sets/kde-plasma-5.23
+++ /dev/null
@@ -1,52 +0,0 @@
-

[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-frameworks-5.90/, ...

2022-05-08 Thread Andreas Sturmlechner
commit: 5dc4eba3c1e8c2cf7afad95d32d5aa4cdbbe584f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  8 23:05:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:05:07 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5dc4eba3

Documentation: Cleanup obsolete KDE Plasma 5.23 and KF-5.90

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

 .../.kde-frameworks-5.90/_HEADER_  |  2 -
 .../.kde-frameworks-5.90/kde-frameworks-5.90   |  1 -
 .../kde-frameworks-portingaids-5.90|  1 -
 .../.kde-frameworks-5.90/kde-frameworks-tier1-5.90 |  1 -
 .../.kde-frameworks-5.90/kde-frameworks-tier2-5.90 |  1 -
 .../.kde-frameworks-5.90/kde-frameworks-tier3-5.90 |  1 -
 .../.kde-frameworks-5.90/more-deps |  0
 .../.kde-plasma-5.23/_HEADER_  |  2 -
 .../.kde-plasma-5.23/kde-plasma-5.23   |  1 -
 .../.kde-plasma-5.23/more-deps |  0
 .../kde-frameworks-5.90.keywords   | 91 --
 .../kde-plasma-5.23.keywords   | 55 -
 Documentation/package.mask/kde-frameworks-5.90 | 91 --
 Documentation/package.mask/kde-plasma-5.23 | 55 -
 .../package.unmask/.kde-frameworks-5.90/_HEADER_   |  2 -
 .../.kde-frameworks-5.90/kde-frameworks-5.90   |  1 -
 .../kde-frameworks-portingaids-5.90|  1 -
 .../.kde-frameworks-5.90/kde-frameworks-tier1-5.90 |  1 -
 .../.kde-frameworks-5.90/kde-frameworks-tier2-5.90 |  1 -
 .../.kde-frameworks-5.90/kde-frameworks-tier3-5.90 |  1 -
 .../package.unmask/.kde-plasma-5.23/_HEADER_   |  2 -
 .../.kde-plasma-5.23/kde-plasma-5.23   |  1 -
 Documentation/package.unmask/kde-frameworks-5.90   | 91 --
 Documentation/package.unmask/kde-plasma-5.23   | 55 -
 24 files changed, 458 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.90/_HEADER_
deleted file mode 100644
index 7970e60959..00
--- a/Documentation/package.accept_keywords/.kde-frameworks-5.90/_HEADER_
+++ /dev/null
@@ -1,2 +0,0 @@
-# You can use this file to keyword/unkeyword the KDE Frameworks 5.90 release.
-# Edit Documentation/package.accept_keywords/.kde-frameworks-5.90/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-5.90
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-5.90
deleted file mode 12
index a02051fc61..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-5.90
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-5.90
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-portingaids-5.90
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-portingaids-5.90
deleted file mode 12
index 4c0bc6e938..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-portingaids-5.90
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-portingaids-5.90
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier1-5.90
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier1-5.90
deleted file mode 12
index b7031004c0..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier1-5.90
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-tier1-5.90
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier2-5.90
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier2-5.90
deleted file mode 12
index bdc4727dca..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier2-5.90
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-tier2-5.90
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier3-5.90
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier3-5.90
deleted file mode 12
index 9063c0044d..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/kde-frameworks-tier3-5.90
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-tier3-5.90
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.90/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.90/more-deps
deleted file mode 100644
index e69de29bb2..00

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.23/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-plasma-5.23/_HEADER_
deleted file mode 100644
index 

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

2022-05-08 Thread Andreas Sturmlechner
commit: 813ad4f2cf30ddd4559a1c669fbad23955ee6dbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  8 23:06:02 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  8 23:06:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=813ad4f2

sets: Drop KDE Frameworks 5.90

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

 sets/kde-frameworks-5.90 |  6 --
 sets/kde-frameworks-portingaids-5.90 |  6 --
 sets/kde-frameworks-tier1-5.90   | 37 
 sets/kde-frameworks-tier2-5.90   | 17 -
 sets/kde-frameworks-tier3-5.90   | 26 -
 5 files changed, 92 deletions(-)

diff --git a/sets/kde-frameworks-5.90 b/sets/kde-frameworks-5.90
deleted file mode 100644
index 6fc973dd8e..00
--- a/sets/kde-frameworks-5.90
+++ /dev/null
@@ -1,6 +0,0 @@
-@kde-frameworks-tier1-5.90
-@kde-frameworks-tier2-5.90
-@kde-frameworks-tier3-5.90
-# Tier 4: Provide extra features to other Frameworks to integrate with Plasma.
-

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/

2022-05-08 Thread Sam James
commit: 8ec71d005ffda3810b4f3e99850939d98d844a76
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec71d00

x11-apps/xdm: Stabilize 1.1.13 arm64, #843167

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

 x11-apps/xdm/xdm-1.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xdm/xdm-1.1.13.ebuild b/x11-apps/xdm/xdm-1.1.13.ebuild
index 0e60ca71efe8..ab342cc152e7 100644
--- a/x11-apps/xdm/xdm-1.1.13.ebuild
+++ b/x11-apps/xdm/xdm-1.1.13.ebuild
@@ -11,7 +11,7 @@ DEFAULTVT=vt7
 
 DESCRIPTION="X.Org xdm application"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="ipv6 pam systemd truetype xinerama xpm"
 
 RDEPEND="



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

2022-05-08 Thread Sam James
commit: 1432abfec8a2a83a51029e7f04d3394f06b0104f
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1432abfe

x11-libs/libXcursor: Stabilize 1.2.1 arm64, #843167

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

 x11-libs/libXcursor/libXcursor-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXcursor/libXcursor-1.2.1.ebuild 
b/x11-libs/libXcursor/libXcursor-1.2.1.ebuild
index b87bf63751bc..46a13a3c24ca 100644
--- a/x11-libs/libXcursor/libXcursor-1.2.1.ebuild
+++ b/x11-libs/libXcursor/libXcursor-1.2.1.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Xcursor library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/

2022-05-08 Thread Sam James
commit: 64bd2e63ad02341a3ec005618c784ceb356111ba
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bd2e63

x11-base/xwayland: Stabilize 22.1.1 arm64, #843167

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

 x11-base/xwayland/xwayland-22.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xwayland/xwayland-22.1.1.ebuild 
b/x11-base/xwayland/xwayland-22.1.1.ebuild
index 3833fbc4504a..88e906cd045b 100644
--- a/x11-base/xwayland/xwayland-22.1.1.ebuild
+++ b/x11-base/xwayland/xwayland-22.1.1.ebuild
@@ -13,7 +13,7 @@ IUSE="selinux video_cards_nvidia unwind xcsecurity"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
dev-libs/libbsd



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

2022-05-08 Thread Sam James
commit: bc5080750bab581284af3bac8005cbdad8d6fd89
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc508075

x11-libs/libxkbcommon: Stabilize 1.4.0 arm64, #843167

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

 x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild
index 4852fa8f4d59..1928a5e2d281 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-1.4.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN};
 else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz;
-   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"
 fi
 
 PYTHON_COMPAT=( python3_{8..10} )



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xsm/

2022-05-08 Thread Sam James
commit: 3e9b27ba980666b6ed20423501bc47b9cdeb6f2a
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9b27ba

x11-apps/xsm: Stabilize 1.0.5 arm64, #843167

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

 x11-apps/xsm/xsm-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xsm/xsm-1.0.5.ebuild b/x11-apps/xsm/xsm-1.0.5.ebuild
index 50ff996ffb0e..e46191e631f5 100644
--- a/x11-apps/xsm/xsm-1.0.5.ebuild
+++ b/x11-apps/xsm/xsm-1.0.5.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X Session Manager"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="x11-libs/libXaw
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xclock/

2022-05-08 Thread Sam James
commit: f582e5801dd59a56f11aac9576e3d81975b79fc5
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f582e580

x11-apps/xclock: Stabilize 1.1.1 arm64, #843167

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

 x11-apps/xclock/xclock-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xclock/xclock-1.1.1.ebuild 
b/x11-apps/xclock/xclock-1.1.1.ebuild
index ac106845fe27..e6f9a4714485 100644
--- a/x11-apps/xclock/xclock-1.1.1.ebuild
+++ b/x11-apps/xclock/xclock-1.1.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="analog / digital clock for X"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 RDEPEND="x11-libs/libX11
x11-libs/libXmu



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

2022-05-08 Thread Sam James
commit: 768d1d2758971a5de6a7c03399f1a9b2d5669a32
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768d1d27

x11-wm/twm: Stabilize 1.0.12 arm64, #843167

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

 x11-wm/twm/twm-1.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/twm/twm-1.0.12.ebuild b/x11-wm/twm/twm-1.0.12.ebuild
index c48c4b916752..1e10bc078cdf 100644
--- a/x11-wm/twm/twm-1.0.12.ebuild
+++ b/x11-wm/twm/twm-1.0.12.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org Tab Window Manager"
 
-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"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/

2022-05-08 Thread Sam James
commit: 2c07f3c9d0dd71cb9465f923c6b2499e9b61e886
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c07f3c9

x11-apps/mkfontscale: Stabilize 1.2.2 arm64, #843167

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

 x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild 
b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild
index 0c871e813aa0..085e573a9c5e 100644
--- a/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild
+++ b/x11-apps/mkfontscale/mkfontscale-1.2.2.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="create an index of scalable font files for X"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
x11-libs/libfontenc



[gentoo-commits] repo/gentoo:master commit in: x11-apps/iceauth/

2022-05-08 Thread Sam James
commit: e3f39a39d60e58d68cd2270339b87b3717c13734
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f39a39

x11-apps/iceauth: Stabilize 1.0.9 arm64, #843167

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

 x11-apps/iceauth/iceauth-1.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/iceauth/iceauth-1.0.9.ebuild 
b/x11-apps/iceauth/iceauth-1.0.9.ebuild
index 858918f6025b..687f09973a99 100644
--- a/x11-apps/iceauth/iceauth-1.0.9.ebuild
+++ b/x11-apps/iceauth/iceauth-1.0.9.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="ICE authority file utility"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris ~x86-winnt"
 
 RDEPEND="x11-libs/libICE"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2022-05-08 Thread Sam James
commit: af7530da17b3288b317195195494889b44243c3a
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7530da

x11-base/xorg-server: Stabilize 21.1.3-r2 arm64, #843167

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

 x11-base/xorg-server/xorg-server-21.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-21.1.3-r2.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.3-r2.ebuild
index 5b8bc3300f7c..eaf61356167c 100644
--- a/x11-base/xorg-server/xorg-server-21.1.3-r2.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.3-r2.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   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"
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"



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

2022-05-08 Thread Sam James
commit: fe581aefe5bdafcaa3d12c901a86153abc53eead
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe581aef

media-libs/libepoxy: Stabilize 1.5.10 arm64, #843167

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

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

diff --git a/media-libs/libepoxy/libepoxy-1.5.10.ebuild 
b/media-libs/libepoxy/libepoxy-1.5.10.ebuild
index 92a8766cff7c..61eb06993206 100644
--- a/media-libs/libepoxy/libepoxy-1.5.10.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.5.10.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
 fi
 
 DESCRIPTION="Library for handling OpenGL function pointer management"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdpyinfo/

2022-05-08 Thread Sam James
commit: d2c0f04f343ef7c01d3527537ae1661e37cc53e1
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c0f04f

x11-apps/xdpyinfo: Stabilize 1.3.3 arm64, #843167

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

 x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild 
b/x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild
index 31de9af2d09d..b792f33684bc 100644
--- a/x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild
+++ b/x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
 inherit xorg-3
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/

2022-05-08 Thread Sam James
commit: 08c311608313550b491a50e8022ed792abc49f02
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c31160

x11-apps/appres: Stabilize 1.0.6 arm64, #843167

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

 x11-apps/appres/appres-1.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/appres/appres-1.0.6.ebuild 
b/x11-apps/appres/appres-1.0.6.ebuild
index c6e863d6cfb9..f691e9fb5d69 100644
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="list X application resource database"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/setxkbmap/

2022-05-08 Thread Sam James
commit: 4cdd64426f50c2e9cbcfd8e34a24a6d405c00952
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cdd6442

x11-apps/setxkbmap: Stabilize 1.3.3 arm64, #843167

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

 x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild 
b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
index 8d0d4bcac7ca..ce76340151b0 100644
--- a/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
+++ b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 
 DESCRIPTION="Controls the keyboard layout of a running X server"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
x11-libs/libxkbfile



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

2022-05-08 Thread Sam James
commit: 2cb1b88d00d88a657b6d1b2fc558700a1b3e0099
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb1b88d

x11-libs/libdrm: Stabilize 2.4.110 arm64, #843167

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

 x11-libs/libdrm/libdrm-2.4.110.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.110.ebuild 
b/x11-libs/libdrm/libdrm-2.4.110.ebuild
index cb84e340dd9e..27ba1eb18c1c 100644
--- a/x11-libs/libdrm/libdrm-2.4.110.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.110.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = * ]]; then
SRC_URI=""
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz;
-   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"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/bitmap/

2022-05-08 Thread Sam James
commit: 4277f1f03bf407fb6326a949802126ff8a3ff861
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:01:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:01:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4277f1f0

x11-apps/bitmap: Stabilize 1.1.0 arm64, #843167

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

 x11-apps/bitmap/bitmap-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/bitmap/bitmap-1.1.0.ebuild 
b/x11-apps/bitmap/bitmap-1.1.0.ebuild
index adc8a512837a..960b250e6a91 100644
--- a/x11-apps/bitmap/bitmap-1.1.0.ebuild
+++ b/x11-apps/bitmap/bitmap-1.1.0.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX=xz
 inherit xorg-3
 
 DESCRIPTION="X.Org bitmap application"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/

2022-05-08 Thread Sam James
commit: 0f68a4c8432a8babbe85e79a83da457f85bf68f9
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f68a4c8

x11-base/xorg-proto: Stabilize 2022.1 arm64, #843167

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

 x11-base/xorg-proto/xorg-proto-2022.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-proto/xorg-proto-2022.1.ebuild 
b/x11-base/xorg-proto/xorg-proto-2022.1.ebuild
index f0471a71c27a..0ca6740c021c 100644
--- a/x11-base/xorg-proto/xorg-proto-2022.1.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2022.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"

SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz;
S="${WORKDIR}/${MY_P}"
 fi



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xauth/

2022-05-08 Thread Sam James
commit: cd8fdadec82341ba75874658d9ea7188abd9c2ae
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8fdade

x11-apps/xauth: Stabilize 1.1.2 arm64, #843167

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

 x11-apps/xauth/xauth-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xauth/xauth-1.1.2.ebuild 
b/x11-apps/xauth/xauth-1.1.2.ebuild
index ccab7aa0ab1f..2e0c95ad0274 100644
--- a/x11-apps/xauth/xauth-1.1.2.ebuild
+++ b/x11-apps/xauth/xauth-1.1.2.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
 if [[ ${PV} == * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="X authority file utility"



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

2022-05-08 Thread Sam James
commit: 7046e67b2ca423f4d2eb08c0ed91f32db97d251c
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7046e67b

x11-libs/libXvMC: Stabilize 1.0.13 arm64, #843167

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

 x11-libs/libXvMC/libXvMC-1.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXvMC/libXvMC-1.0.13.ebuild 
b/x11-libs/libXvMC/libXvMC-1.0.13.ebuild
index 61fd868262bd..9758c3782471 100644
--- a/x11-libs/libXvMC/libXvMC-1.0.13.ebuild
+++ b/x11-libs/libXvMC/libXvMC-1.0.13.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3 meson-multilib
 
 DESCRIPTION="X.Org XvMC library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2022-05-08 Thread Sam James
commit: f376feed558920ba671cfa8cb6a404a887c1028a
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f376feed

media-libs/mesa: Stabilize 22.0.3 arm64, #843167

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

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

diff --git a/media-libs/mesa/mesa-22.0.3.ebuild 
b/media-libs/mesa/mesa-22.0.3.ebuild
index 4a3608268df1..8c0c3a834a17 100644
--- a/media-libs/mesa/mesa-22.0.3.ebuild
+++ b/media-libs/mesa/mesa-22.0.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2022-05-08 Thread Sam James
commit: 6070709f385fcb79cbf544181cf1d486e8be77bd
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6070709f

x11-libs/libX11: Stabilize 1.7.5 arm64, #843167

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

 x11-libs/libX11/libX11-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.7.5.ebuild 
b/x11-libs/libX11/libX11-1.7.5.ebuild
index 5a21cb840051..1b4e5803b9db 100644
--- a/x11-libs/libX11/libX11-1.7.5.ebuild
+++ b/x11-libs/libX11/libX11-1.7.5.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs xorg-3
 # Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
-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"
+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"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



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

2022-05-08 Thread Sam James
commit: 0e455ee44a4825ac0ab01b1eca76fb6d95fa7d0e
Author: Sam James  gentoo  org>
AuthorDate: Sun May  8 23:00:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  8 23:00:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e455ee4

media-libs/freeglut: Stabilize 3.2.2 arm64, #843167

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

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

diff --git a/media-libs/freeglut/freeglut-3.2.2.ebuild 
b/media-libs/freeglut/freeglut-3.2.2.ebuild
index 39d2c4ee3655..12a6c509bb4c 100644
--- a/media-libs/freeglut/freeglut-3.2.2.ebuild
+++ b/media-libs/freeglut/freeglut-3.2.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="static-libs"
 
 # enabling GLES support seems to cause build failures



  1   2   3   4   >