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

2021-09-12 Thread Hans de Graaff
commit: ef3a6bcbfc6810a2a3c1313e1029b8708124e7c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 13 05:48:13 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 13 05:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3a6bcb

dev-ruby/parallel: add 1.21.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/parallel/Manifest   |  1 +
 dev-ruby/parallel/parallel-1.21.0.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/parallel/Manifest b/dev-ruby/parallel/Manifest
index 5aa6f5e35e6..b0d6a4b579d 100644
--- a/dev-ruby/parallel/Manifest
+++ b/dev-ruby/parallel/Manifest
@@ -1,3 +1,4 @@
 DIST parallel-1.19.2.tar.gz 21752 BLAKE2B 
aac6564ad95d8e366ad079854f22e7dcb149643db5792ee81c84c8c765185e367dedd0e635d2373aeefcd84997da89f9f9f4f6c398e753af4a1ddbf90e428dd0
 SHA512 
192ce4dc18ecb47522360d0d7022a9e20d72e90ad09889f1b7f29c20c74c980319956f316a35aad0fc7efcd8aac5a635da69eebcf78ba34659365df20e402c3c
 DIST parallel-1.20.0.tar.gz 20598 BLAKE2B 
f9e8626bf6430fffecd9aafb54e0c8c4b61f70dd58f7a2faee0e4c83c10c19d8eac419ab3e22fb75942a5c63f729d47d5e64683caa7f24bc304a1cb16862e18c
 SHA512 
dc472a4792bea7b22b6613942a9c640437cb332d879406af2fad3de0f0529983ba92e6ee2e6f2d424e57695f238d44bf6987c6edc3ce5afca4b024b7501d9508
 DIST parallel-1.20.1.tar.gz 20807 BLAKE2B 
71f0894126837d71cdc3bf1ca7d4040d53dd88e0c917f29d3ebc940c1ff16bde42631aff50df455729a2a33df3e96de5dda5c9913d9ff4b1cde90ef1702883fa
 SHA512 
cd0f6ad673fe432d48de77adc177181d48bcbf43e4c2a9f86b579bc1f7a9f520730ce68be010e6645b87c8ff755c83ccaf53ffd73631b0f239beb9e124b4d527
+DIST parallel-1.21.0.tar.gz 21772 BLAKE2B 
307d097629faf5c1967c0f189dc9703df481c763736242856c594dd99975193d81331654580ecce97b675591f8d9c543a2ccc769966d91ceb1ded7c3ec949ac9
 SHA512 
cd0bce1abe2cd53015fee7f8080e05bbcd80798fe0a6fa0e120776018a382260bd070d1a14085ef3e6d7fb16a79c6a05f438d4f8b228cce7461efe5a1395b530

diff --git a/dev-ruby/parallel/parallel-1.21.0.ebuild 
b/dev-ruby/parallel/parallel-1.21.0.ebuild
new file mode 100644
index 000..4b3f2dbb3c1
--- /dev/null
+++ b/dev-ruby/parallel/parallel-1.21.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="Readme.md"
+
+RUBY_FAKEGEM_GEMSPEC="parallel.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Run any code in parallel Processes or Threads"
+HOMEPAGE="https://github.com/grosser/parallel;
+LICENSE="MIT"
+SRC_URI="https://github.com/grosser/parallel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE="test"
+
+DEPEND+="test? ( sys-process/lsof sys-process/procps )"
+
+ruby_add_bdepend "
+   test? ( dev-ruby/ruby-progressbar dev-ruby/activerecord:6.0 
dev-ruby/sqlite3 )"
+
+each_ruby_prepare() {
+   # Make sure the correct ruby is used for testing
+   sed -e 's:ruby :'${RUBY}' :' -i spec/parallel_spec.rb || die
+}
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' \
+   -e '1i require "tempfile"; gem "activerecord", "~>6.0.0"' 
spec/cases/helper.rb || die
+   sed -i -e '3irequire "timeout"' spec/spec_helper.rb || die
+
+   # Avoid fragile ar sqlite tests. They throw ReadOnly errors every now 
and then.
+   sed -i -e '/works with SQLite in/,/end/ s:^:#:' spec/parallel_spec.rb 
|| die
+}
+
+each_ruby_test() {
+   # Set RUBYLIB explicitly for the ruby's that get started from the specs.
+   TRAVIS=true RUBYLIB="lib" ${RUBY} -S rspec-3 spec || die
+}



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

2021-09-12 Thread Joonas Niilola
commit: 121712837d041b65bc460f851578b279f6568e28
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Sep 13 05:16:19 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 13 05:46:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12171283

media-sound/sndio: stabilize 1.8.0 for amd64

Bug: https://bugs.gentoo.org/812857
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/media-sound/sndio/sndio-1.8.0.ebuild 
b/media-sound/sndio/sndio-1.8.0.ebuild
index e6debfae979..ac1725b0230 100644
--- a/media-sound/sndio/sndio-1.8.0.ebuild
+++ b/media-sound/sndio/sndio-1.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_MIN_CLONE_TYPE="single+tags"
 else
SRC_URI="http://www.sndio.org/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 fi
 
 LICENSE="ISC"



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

2021-09-12 Thread Joonas Niilola
commit: b99a71acadd362889c9a19ee1a657700b0fdd370
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Sep 13 05:28:51 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 13 05:46:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99a71ac

media-sound/sndio: stabilize 1.8.0 for x86

Bug: https://bugs.gentoo.org/812857
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/media-sound/sndio/sndio-1.8.0.ebuild 
b/media-sound/sndio/sndio-1.8.0.ebuild
index ac1725b0230..3c0e440448c 100644
--- a/media-sound/sndio/sndio-1.8.0.ebuild
+++ b/media-sound/sndio/sndio-1.8.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_MIN_CLONE_TYPE="single+tags"
 else
SRC_URI="http://www.sndio.org/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc x86"
 fi
 
 LICENSE="ISC"



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

2021-09-12 Thread Joonas Niilola
commit: a37bac2cf927424cc7da952f45710a2b80c29e2d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Sep 13 05:04:05 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 13 05:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37bac2c

sys-kernel/pf-sources: add 5.14-pf2

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

 sys-kernel/pf-sources/Manifest  |  2 +
 sys-kernel/pf-sources/pf-sources-5.14_p2.ebuild | 71 +
 2 files changed, 73 insertions(+)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index c2a383e6759..1e967e68e5e 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -24,7 +24,9 @@ DIST pf-sources-5.13_p4.patch 5640578 BLAKE2B 
fb3cbecbe1d6498e5fc6bab28ff7b75887
 DIST pf-sources-5.13_p5.patch 6877998 BLAKE2B 
6f4cfe4c2c98d56309ce57b4cb0eaab1c59ecf6919e3c91cccd5d31421ca440d6333f7966ea53462d1a72e3769ef6ff8e5165376111b84f4484286fa46d69a6b
 SHA512 
dd694c06721f3efffcbd1beca934bbea50012309165ce3c4f325ca5d168995409bf5f3ede670800059cc1941b216d7d50c28eb37250da4edfe6b2e17af834645
 DIST pf-sources-5.13_p6.patch 7070425 BLAKE2B 
bccbb3ea9777675b28f4ee5ddc1539188c8afe4facc6c4aa06beb2e30846507414b0994c6b2e048180cb2eaedb612f772aebe16d70dea1f35f25cb30d81c
 SHA512 
02928875462e3ae19df7a6d094f388be30a6b215e5fc2f5967fb570352351525f71c8b4fe60f6cc3179dbc5e7b2771979db90d9cfc89fb9e6c5501bc2c95bd41
 DIST pf-sources-5.14_p1.patch 3968070 BLAKE2B 
8abeb3e0db3644e2b34cb3bf3b19d8eaab1bb1852964f26c6e5baedd24ad82760d352acee557e4b0af4fdfbc7ec05a497d966f98e3255d9f521a42958a12cd6d
 SHA512 
c15ff5a30727983bfd8d1fc43be5efc31590e48b183cf0fa5bd46ea9c0ed4701cd1456d3b409b94bd1ee014e24be41667d85882074ffe4f3ffa07a16621c1796
+DIST pf-sources-5.14_p2.patch 4040142 BLAKE2B 
6b41a69d8c9475ab5aab18de5cfc0e032197b8616e9aae40f0a7519ad58d1502502539139746e21c83295f3106350a403b6d677541f42b43d12ce60d4af619b4
 SHA512 
d22eeb8de3e31627d82edb1b95b42cf29d26b1f46898fbcb394ea22f7293824e8e0394253ac07d406ae1b51786707cb6845e8f466a01f2f347a79564c6450914
 DIST prjc_v5.13-r1.patch 258898 BLAKE2B 
013be3c3e9b342268359ecbcc10c7b95c7fe3741d2b9058db87da59d40aa9b34db898d31f1f1a0dab80598cab313499d8083ccea141c5200b5593c9d44647de7
 SHA512 
ad9276a80e28eec461a307ad44a1ed5acebf810b14ce8c9e6f1dc211be6ed7e72f535175fb65f3115fa217f8b635122c65c2c002ff00ba458c867d8bb6257f36
 DIST prjc_v5.13-r2.patch 257231 BLAKE2B 
943d3035035cdd1744ce0e075441224ffce04a1324dc9adfb355003b1fa6bcced1f63989845d1677ada0eac78f39b01d95d3fc7676c79b68858e8748c91b70d7
 SHA512 
1d9c80813e8f842b8b5da8b52e4348f329ef415b8cbef0a46f17eee64bf22fa8b1e443ae84ec9e7cf7ccff339d4b4bb2df9dfc894eea438e80f07446c82992db
 DIST prjc_v5.13-r3.patch 257137 BLAKE2B 
22e05106ee91f104c69f8d11fa4072b28910b8202388a1778ac498f5128f8b93e6465c3e1ef0d9393aa5d01bfc226b3d6463fbba9e463305381a45cb5f015fa0
 SHA512 
d7dc67a9913d0d7723a616a11db2ab0798e65a6c2dfb0bc2a4287c0c2e2eab72d17cdc3f93b884f006844f576379a9d8617b7e491dad278f3880d372bb17
 DIST prjc_v5.14-r0.patch 257363 BLAKE2B 
be92cdf72d285ded3f569f2423fa87b90d3e787e592ee3f8432ec758e3d6b6a4799f88cecfeced527d56fd68788b71f7064d289335f3d606c282a5b76383b0fe
 SHA512 
a232b90e38db683aca55bfa29e6d9ef529c1999bcf8f8e58d36b8877cfd2b83c3d8e7447860fa29ca50b67bef73262e4e46df8220d204e579e97ae79caa3867d
+DIST prjc_v5.14-r1.patch 258914 BLAKE2B 
12e7a488fcb97d394cb4062b4b5c6915aefd9fe93ad870d796b1207ec44b2cfe5f991574fdffac644f39389a1aac718e47e936b9ad32ec4b412adbe3a2884455
 SHA512 
876ec983722253f63a2da1f6eecc94fb687f5b1c8d1955f732e2c8eec5239f163207d5ca3e7cb6c56b64b72d34df0ded606e12df9c1dd9a8c5a31581230a

diff --git a/sys-kernel/pf-sources/pf-sources-5.14_p2.ebuild 
b/sys-kernel/pf-sources/pf-sources-5.14_p2.ebuild
new file mode 100644
index 000..8dbab3d94ab
--- /dev/null
+++ b/sys-kernel/pf-sources/pf-sources-5.14_p2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Define what default functions to run
+ETYPE="sources"
+
+# No 'experimental' USE flag provided, but we still want to use genpatches
+K_EXP_GENPATCHES_NOUSE="1"
+
+# Just get basic genpatches, -pf patch set already includes vanilla-linux 
updates
+K_GENPATCHES_VER="1"
+
+# -pf already sets EXTRAVERSION to kernel Makefile
+K_NOSETEXTRAVERSION="1"
+
+# Not supported by the Gentoo security team
+K_SECURITY_UNSUPPORTED="1"
+
+# We want the very basic patches from gentoo-sources, experimental patch is
+# already included in pf-sources
+K_WANT_GENPATCHES="base extras"
+
+SHPV="${PV/_p*/}"
+
+inherit kernel-2 optfeature
+detect_version
+
+DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and 
Gentoo's genpatches"
+HOMEPAGE="https://gitlab.com/post-factum/pf-kernel/-/wikis/README
+   https://dev.gentoo.org/~mpagano/genpatches/;
+SRC_URI="${KERNEL_URI}
+   
https://github.com/pfactum/pf-kernel/compare/v${SHPV}...v${SHPV}-pf${PV/*_p/}.diff
 -> ${P}.patch

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

2021-09-12 Thread Matt Turner
commit: f05a60204a66a9db5370bae1d91845c70d98d356
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 13 05:10:33 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 05:10:33 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=f05a6020

specs/hppa: Pass more genkernel --kernel-* arguments

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

 releases/specs/hppa/installcd-stage2-minimal.spec | 5 +
 releases/specs/hppa/netboot-hppa64.spec   | 5 +
 2 files changed, 10 insertions(+)

diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec 
b/releases/specs/hppa/installcd-stage2-minimal.spec
index ee450096..fd079e32 100644
--- a/releases/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/specs/hppa/installcd-stage2-minimal.spec
@@ -46,6 +46,11 @@ boot/kernel/hppa64/gk_kernargs:
--kernel-cc=hppa64-unknown-linux-gnu-cc
--kernel-ld=hppa64-unknown-linux-gnu-ld
--kernel-nm=hppa64-unknown-linux-gnu-nm
+   --kernel-objcopy=hppa64-unknown-linux-gnu-objcopy
+   --kernel-objdump=hppa64-unknown-linux-gnu-objdump
+   --kernel-ranlib=hppa64-unknown-linux-gnu-ranlib
+   --kernel-readelf=hppa64-unknown-linux-gnu-readelf
+   --kernel-strip=hppa64-unknown-linux-gnu-strip
 boot/kernel/hppa64/use:
-*
python_targets_python3_9

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index 75039c30..3ce91bb2 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -20,6 +20,11 @@ boot/kernel/hppa64/gk_kernargs:
--kernel-cc=hppa64-unknown-linux-gnu-cc
--kernel-ld=hppa64-unknown-linux-gnu-ld
--kernel-nm=hppa64-unknown-linux-gnu-nm
+   --kernel-objcopy=hppa64-unknown-linux-gnu-objcopy
+   --kernel-objdump=hppa64-unknown-linux-gnu-objdump
+   --kernel-ranlib=hppa64-unknown-linux-gnu-ranlib
+   --kernel-readelf=hppa64-unknown-linux-gnu-readelf
+   --kernel-strip=hppa64-unknown-linux-gnu-strip
 
 netboot/use:
  -*



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

2021-09-12 Thread Matt Turner
commit: 043f19612c1fb45338d160c27c8f88d6141e0c77
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 13 05:14:34 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 05:19:14 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=043f1961

specs/hppa: Ship more util-linux libs in netboot images

Also remove libblkid.so from e2fsprogs' list of files. util-linux
provides that, not e2fsprogs.

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

 releases/specs/hppa/netboot-hppa32.spec | 8 +++-
 releases/specs/hppa/netboot-hppa64.spec | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/releases/specs/hppa/netboot-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
index 5a04d882..dd4eefd2 100644
--- a/releases/specs/hppa/netboot-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -81,7 +81,6 @@ netboot/packages/sys-fs/e2fsprogs/files:
/sbin/fsck.ext2
/lib/libext2fs.so.*
/lib/libcom_err.so.*
-   /lib/libblkid.so.*
/lib/libe2p.so.*
/usr/lib/e2initrd_helper
/lib/libpthread*
@@ -145,8 +144,15 @@ netboot/packages/sys-apps/util-linux/files:
/bin/mount
/sbin/swapoff
/lib/libblkid.so.*
+   /lib/libfdisk.so.*
/lib/libmount.so.*
+   /lib/libsmartcols.so.*
/lib/libuuid.so.*
+   /usr/lib/libblkid.so
+   /usr/lib/libfdisk.so
+   /usr/lib/libmount.so
+   /usr/lib/libsmartcols.so
+   /usr/lib/libuuid.so
 
 netboot/packages/app-editors/nano/files:
/bin/nano

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index 3ce91bb2..3de1daaa 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -93,7 +93,6 @@ netboot/packages/sys-fs/e2fsprogs/files:
/sbin/fsck.ext2
/lib/libext2fs.so.*
/lib/libcom_err.so.*
-   /lib/libblkid.so.*
/lib/libe2p.so.*
/usr/lib/e2initrd_helper
/lib/libpthread*
@@ -157,8 +156,15 @@ netboot/packages/sys-apps/util-linux/files:
/bin/mount
/sbin/swapoff
/lib/libblkid.so.*
+   /lib/libfdisk.so.*
/lib/libmount.so.*
+   /lib/libsmartcols.so.*
/lib/libuuid.so.*
+   /usr/lib/libblkid.so
+   /usr/lib/libfdisk.so
+   /usr/lib/libmount.so
+   /usr/lib/libsmartcols.so
+   /usr/lib/libuuid.so
 
 netboot/packages/app-editors/nano/files:
/bin/nano



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

2021-09-12 Thread Andreas Sturmlechner
commit: 9a7eb929ec7076ee596e7b19387ece3fc2f12a6f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:58:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7eb929

app-office/libreoffice-l10n: 7.1.6.2 version bump

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

 app-office/libreoffice-l10n/Manifest   | 183 +
 .../libreoffice-l10n-7.1.6.2.ebuild|  91 ++
 2 files changed, 274 insertions(+)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index ef469eeecf2..55885d721d4 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -364,3 +364,186 @@ DIST 
LibreOffice_7.1.5.2_Linux_x86-64_rpm_langpack_xh.tar.gz 290386 BLAKE2B 8c2e
 DIST LibreOffice_7.1.5.2_Linux_x86-64_rpm_langpack_zh-CN.tar.gz 1050281 
BLAKE2B 
f8ccade1548c3fae80f5bdf9ddda683450b2e4e6c8dfb686c644ced739e69f8db6dd6251d71c5d2af5115b1e931c5a4c6b20215422c333f402d288b4524c00c2
 SHA512 
548ee731e3ff343b5c4c01d338e865c0e8d23f82bf34db04eb041cdb857a1247f29fabab31bc7a3872f67c615834c5312ae486a713c8e192552639aeabb8d4bb
 DIST LibreOffice_7.1.5.2_Linux_x86-64_rpm_langpack_zh-TW.tar.gz 987668 BLAKE2B 
64780a374b7c10bc55e91425adf6b1d08e2ae2afb450088832ff9a646ea7b23431b8919e59525ce4161f6c28963844175031c5a03972c426e763051e54e7c6c4
 SHA512 
55c18b812d559512c725e0bcb42d9b36548ebac1054f6ee4d64d084757dcd371eb2b9e8c87ddae7a1c4cedbe862ef338c189292dcca60bfffb209638062ca639
 DIST LibreOffice_7.1.5.2_Linux_x86-64_rpm_langpack_zu.tar.gz 319620 BLAKE2B 
1adbb995324a146c0f5d009961a3bbded522394e08a5791dbbfccda6fad469ea11aaf73a9f876b862de5260eb75c354a4120c3f195b70102e31ab3a1d3dbe5c4
 SHA512 
a1a8bc2e7fcc14a47b493eef30062511b3eba4843d3b5f66d4f32e4b05d41a96e8d6d3a5f05bf4f5249b947e2a2d7e0f51df72612ccf3fcf3147d8bdd88e1852
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_am.tar.gz 4127455 BLAKE2B 
e1f64b1ab22af1bd84d79db28795162568a3ea832ce6cdb292448a7fb51da75ad5fc2f20ad313974a80532d2dee0cccf725b107f781f901f1df40358acfd31d6
 SHA512 
b87f52fc6ba6b280a3c25e004b2c05be3dfe4b47edab70a8fb6d850bd925b54f166f47d3d6089e42a6088b5df625ea32f0658f1a81e804136068c004641bf0d6
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_ar.tar.gz 3599125 BLAKE2B 
f2a8a28a2e46107f287a8b72bc72e39db22d49bba908918fc927d25c9f7d8727c839cecf951eb626ea7dd631b86a2c7a9043caac5ab52d5364732a23dee71f32
 SHA512 
e905a6201953753eee427d4d6961ce1e24b601796c0b0e7c99c8f9707ac57b7c5f21175ff02a15b08c0cef4acfa2eefad03b3e003e2649edb49ea1c869212e37
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3837119 BLAKE2B 
03092173b571c42e02f9b617171e248d9a1c63b0141041b8d771223ef2ef41542d6ed66d97c00ecd5783ec538d94f8b1deab7667e95e8bdce185b4d74ec34fc1
 SHA512 
5c6caef664bf2dd147eeecd3d66c3c8ba0a1dec074d236cf91976f31fbc9d418c2fa504f3980786cd737ea8a7d6da360f06ce800d2e534fe459188e4a35a98f1
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_bg.tar.gz 4167331 BLAKE2B 
e7d083f699c24216ef61ea670c35e147ae4066b9c29562e9c06a1a160c30f9b3bd6400c5601c7b7b94f2c17641d731b6216f3b158e93eefcf7168cf3de376b8e
 SHA512 
68b61ca9533758c70e52e2ef6ff9102dce291c0fbe171fb76dbe2254d0d47c80ff0ea02cc56ae68bd4e62932486319f24957c7547da82726dc239943e9fba149
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 4303952 
BLAKE2B 
b6616d920c666988cf38b098e39c8bb21199a96ca2c9dfd844bcd7c856709d45cfa60188a4acf0f459b8c2ad6d66041b51bb13f1aabe9ca5ccb86c64da91c581
 SHA512 
fbbc714f2610378efa78a8d1c81d4cd920bdc9e63e73aef0b5a8ff09d4b81507ebf9d9b15d1dc70b3adf5f88f6f21842d536884685e0d80cc1d253648498b984
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3981046 BLAKE2B 
042130995183123cc0d9f7c63745695656444a5302476164ca2e9d3d564b8791cebbe05ae7493a0d44007afb4a565498e84572252ac6e314dd30caf6440be7c8
 SHA512 
6dd808e55110a1fc87a8480cef920f5e0365c629cc0018e017b78867ed93ebbada001aa0cd65d74ee7aa851300cd234af5db4d5ee38509ac935ceba37b683922
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3990414 BLAKE2B 
ec16b99173f2ca39b9a552419288a6906c8c9f8e29071eb1781b5a1600a52b698a0dd1cc974c0ee314a631603100c51b121c70ce0066581a54e9cbd7d33d0910
 SHA512 
521916669a38dfdc3181a61102cfbf2bc811e42b907d1c5e849c3c98324350abf7d986f4fcdb3301c326df3b67ca8c8b7b37e2350c01e9850353079ef790697f
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3720933 BLAKE2B 
e750dde7b3422af310253aa7d91f826107bf91607080e88e03c8d784c114274adea22e91c1a157feca20d625611dc762b5ea9e8fcb46e2a6be9b2eae6e9d2ee0
 SHA512 
2bee380dd27287e4b4d624d5866dcc5de2335747a5cb27f333cc6f574b8fa102d549dde060c8058764b04a085cc405652ad69a120a16f2ef89995fb9ad7c354f
+DIST LibreOffice_7.1.6.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3866799 
BLAKE2B 
f9292f5f46e008762153e6fbcdacee528c62ba4d43c55c763bcd25b11a7b72a1927cc7719af706d42bd3ad51094094ea52836c3723d2539cf1180557235d3e08
 

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

2021-09-12 Thread Andreas Sturmlechner
commit: d592135a8ea7d00b8634e6b58669f8a5b27f1ef2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d592135a

kde-frameworks/kdelibs4support: 5.86.0 version bump

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

 kde-frameworks/kdelibs4support/Manifest|  1 +
 .../files/kdelibs4support-5.86.0-unused-dep.patch  | 51 +++
 .../kdelibs4support/kdelibs4support-5.86.0.ebuild  | 98 ++
 3 files changed, 150 insertions(+)

diff --git a/kde-frameworks/kdelibs4support/Manifest 
b/kde-frameworks/kdelibs4support/Manifest
index d744f940f34..e540c37ee65 100644
--- a/kde-frameworks/kdelibs4support/Manifest
+++ b/kde-frameworks/kdelibs4support/Manifest
@@ -1,2 +1,3 @@
 DIST kdelibs4support-5.82.0.tar.xz 3553264 BLAKE2B 
db2db6b67e27b0b0562b88afbda739fa109faff52689d7132519b75784a5dbf95c5585bb8ba9c1e85a06553ca572dd8f6480e00a99b1ce252505fb10c6e89cf1
 SHA512 
0662810f884d65d33b789fbae02009e5e6c92d8df45a4355899722a96dd7402168a46998150a9ee580e5dad8873a38a829c1f73d8157cc3cbcff495cd5a875d9
 DIST kdelibs4support-5.85.0.tar.xz 3642876 BLAKE2B 
436645e8ac519b5078c37797fdea854e25e71a8079a49a33436a88576f1f370409a6fd780ab778520c474263df66b3a37d06398fdcc1ddfbeef8be5933f30192
 SHA512 
6edf7d612be56f81b7908ae85f6cfcc9618b14e8b9741fb19e0c8eb55ac73b9b82963be923d67ddfd450401fffc29bf164d112e45cba3657f10a1c84f86e346c
+DIST kdelibs4support-5.86.0.tar.xz 3643140 BLAKE2B 
d857c7a128f26a289195b39d1ce2a948c483902e21d913d05a1397aa326402986abbd7ffa5c7af03e6b70a1d4cdd311c921fb978435e578abe1cd67b5e3b0631
 SHA512 
c02743f74db0e228fc77d152de7b72053d1decbfb0c4979c47c425ab256adf34464b493942b55388466800cab86efc13b3bd412597fa330cce794473c1fbf59a

diff --git 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.86.0-unused-dep.patch 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.86.0-unused-dep.patch
new file mode 100644
index 000..8614a849022
--- /dev/null
+++ 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.86.0-unused-dep.patch
@@ -0,0 +1,51 @@
+From b51d32df6a89e559871469178de1c6fd8c8a2882 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 22 Nov 2020 00:27:55 +0100
+Subject: [PATCH 2/2] Drop Qt5Designer dependency
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt  | 2 +-
+ cmake/modules/ECMQt4To5Porting.cmake| 1 -
+ cmake/modules/FindQt5Transitional.cmake | 1 -
+ 3 files changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2a432591..e503999d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -20,7 +20,7 @@ include(GenerateExportHeader)
+ include(CMakeFindFrameworks)
+ 
+ set(REQUIRED_QT_VERSION 5.15.2)
+-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus 
Test Svg PrintSupport Designer)
++find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus 
Test Svg PrintSupport)
+ 
+ find_package(KF5Completion ${KF_DEP_VERSION} REQUIRED)
+ find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
+diff --git a/cmake/modules/ECMQt4To5Porting.cmake 
b/cmake/modules/ECMQt4To5Porting.cmake
+index 4204fa54..01b8f995 100644
+--- a/cmake/modules/ECMQt4To5Porting.cmake
 b/cmake/modules/ECMQt4To5Porting.cmake
+@@ -160,7 +160,6 @@ set(_qt_modules
+   DBus
+   Network
+   Test
+-  Designer
+   Concurrent
+   Xml
+   UiTools
+diff --git a/cmake/modules/FindQt5Transitional.cmake 
b/cmake/modules/FindQt5Transitional.cmake
+index df354fc6..68fa6d47 100644
+--- a/cmake/modules/FindQt5Transitional.cmake
 b/cmake/modules/FindQt5Transitional.cmake
+@@ -6,7 +6,6 @@ if (Qt5Core_FOUND)
+   Core
+   Gui
+   DBus
+-  Designer
+   Declarative
+   Script
+   ScriptTools
+-- 
+2.30.0

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.ebuild
new file mode 100644
index 000..5b1f46010ff
--- /dev/null
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="true"
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework easing the development transition from KDELibs 4 to KF 
5"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RESTRICT="test"
+
+BDEPEND="
+   dev-lang/perl
+   dev-perl/URI
+"
+COMMON_DEPEND="
+   app-text/docbook-xml-dtd:4.2
+   dev-libs/openssl:0
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qttest-${QTMIN}:5
+   

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

2021-09-12 Thread Andreas Sturmlechner
commit: f2eb45cc8e88c5e1ef25b8cf293d7ab447d154f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 21:16:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2eb45cc

app-office/libreoffice: Restore ~x86 in live ebuild templates

Follow-up to commit 46228c2ee31b278182016969395b3797fc19ee28

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

 app-office/libreoffice/libreoffice-7.1..ebuild | 2 +-
 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-7.1..ebuild 
b/app-office/libreoffice/libreoffice-7.1..ebuild
index 229e39b60b6..752bacd6f31 100644
--- a/app-office/libreoffice/libreoffice-7.1..ebuild
+++ b/app-office/libreoffice/libreoffice-7.1..ebuild
@@ -105,7 +105,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 
 BDEPEND="
dev-util/intltool

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 48469b754b1..188cea2395f 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -103,7 +103,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
 
 BDEPEND="
dev-util/intltool



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

2021-09-12 Thread Andreas Sturmlechner
commit: 9375148624f5611fa7d4de66905a66732f47d514
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:59:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93751486

app-office/libreoffice: 7.1.6.2 version bump

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

 app-office/libreoffice/Manifest|   2 +
 ...ce-7.1.6.2-KF5-fix-double-buffer-graphics.patch | 310 +
 ...-7.1..ebuild => libreoffice-7.1.6.2.ebuild} |   6 +
 app-office/libreoffice/libreoffice-7.1..ebuild |   3 +
 4 files changed, 321 insertions(+)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index bbb1df88721..51645c123ad 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -20,8 +20,10 @@ DIST 
f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 211919 BLAKE2B 2c7
 DIST libcmis-0.5.2.tar.xz 484404 BLAKE2B 
7de242393c28fc8289bb598b34e704eb2affaaa8b9e470e10044dbfd3812391f29e1421df8d7ac3869955698ddbc9575feebcfbac27bb074a60ccc0527dca1c3
 SHA512 
295ab15115e75b1f6074f17d3538afe0de9b2b77ab454f5c63cb05e8df11886d82942fbf21ba01486052e3f6c75b0636b99d8e660cd3472dc4b87c31d3cd557b
 DIST libreoffice-7.1.3.2.tar.xz 244104432 BLAKE2B 
f73bd448f94bc88a1dc775d032ce849ee1dd610c4077c709ffbe40d8c99527c7775cfe2309a636093182ac988ecf44a4b61df0e0a83b332fcc77a05edb602791
 SHA512 
d7329475cad5bece9358b29bc590da1841c3c0b4aef511508d9398519c514fa176c90675857f1830925818f2dcc8b9c0986e5d34d3a33cce617e4ada23c60a72
 DIST libreoffice-7.1.5.2.tar.xz 244350068 BLAKE2B 
ac3c7f5cabcb27ce3ed31febb04ce54b93bc8b4fa716259d1b93d5364e75b85af3352ad70a023b56271e769f5537b3f3151e837ee13498e08f1871e5b47d778c
 SHA512 
dad5ffd344a7bad88ed8e77df4fb17b42237715e7b1feb7a7de164f2fbf6698feefedeb57974d8275067a06c0da60e9b07a333ccc1bb2f6d55a6b52408bd9b5f
+DIST libreoffice-7.1.6.2.tar.xz 244535588 BLAKE2B 
79d4980b5842b37e7fdc328e832e3b672225e1903676d5c63ab68d7a993caf000bdb763837f98b4dd8156a95224ce22f501ec66dc315ca801a9c748e203e9170
 SHA512 
13f8e0a45614c75861b6262bcf845c1dc63baef044dc434319f739b6180f61a740f945e99663d76b1c51ce5226b9765431aa34b49d8a7f017c966bf5d4694257
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-7.1.3.2.tar.xz 111785416 BLAKE2B 
12d97764976ae0e4736638e9b758c5920d38d608e66fc3343d74178a935632396e1e07fbb98b6f380fd103c3f5e2edf917726a760420f6dfd3d2e42aaa215096
 SHA512 
576dbea391777a907275b630ed704dd3d9ad0627f8a18da1cbd23fe28df04c3a509583c2404f810df3aaac15ef0881e2c1e0a55c9f31618715586628873367eb
 DIST libreoffice-help-7.1.5.2.tar.xz 111785852 BLAKE2B 
18962fe9260f6cf8ec7b1676f077b9f43e0277769b31b8e2c22cf83ac2963f3e92448901bc12f56dfb579da8a8a1ce20d6bd34c4bc3449f7e0972c03d22f63be
 SHA512 
c669b6c4bfc3c6f46e4ee0bf86b158054f7178b9785273d9aba8183236b2ff6dbaf5584d5e4fb09bba3a8d010373599e7473a4ba15c229087c689198c1c7
+DIST libreoffice-help-7.1.6.2.tar.xz 111785436 BLAKE2B 
810de348ca8fc297a75608bf4def1b4fe68dae976c727ceb157937de8029e9d30b52929c4a4fa6521b3391be27943bfe30b76466b9c415b4f78f0b68a28377ca
 SHA512 
1b0f7fe4bc9bf2e16e3b3ddf49d4a70ef1d7369d9fd4d4835618007a230fb6e36e81fa1bde42d38dba1068147b285148dbff6c336aff52872e8794b594d309ad
 DIST skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz 10420480 BLAKE2B 
83bcc9ff3a3a916ccb92f49ef69f99386e89b636d37679ab17735625c56c4bb31ca89a7034d9282c905b405e0b31215de5fd3734061d323d48db440e4ad52643
 SHA512 
8e5c37b895d7f5fe15f491005ac46b39efe3bfb3af5dc805bf1226b2112496bdb9e433cc3b313f8fc185fe1f898d126b8a557d23485615cdbe917f0b76855f3d
 DIST skia-m94-975fcdd755dfc5d57cddbb25857e0c4ac29abe98.tar.xz 11672176 BLAKE2B 
64d7821656002d23be839079dedffe1132497992aaef97ec734d6e430f2eda69f5344ca7fe75dd68fee847fa4c6638b4fc28194a951b91498ece5c6d4bcf3e44
 SHA512 
ae66fa7caeb5a328d96cd1c35eb8700080be5d3e3764e35b8056b03948e44b8bb8266284c87b44f9200accb95dbb8a2771a6e5ba067d34a7fbd33b1ababf19f8

diff --git 
a/app-office/libreoffice/files/libreoffice-7.1.6.2-KF5-fix-double-buffer-graphics.patch
 
b/app-office/libreoffice/files/libreoffice-7.1.6.2-KF5-fix-double-buffer-graphics.patch
new file mode 100644
index 000..36ed138f2a3
--- /dev/null
+++ 
b/app-office/libreoffice/files/libreoffice-7.1.6.2-KF5-fix-double-buffer-graphics.patch
@@ -0,0 +1,310 @@
+From ec23228a3a2fc4e8868f7f04b838313be59ad719 Mon Sep 17 00:00:00 2001
+From: Jan-Marek Glogowski 
+Date: Sun, 11 Apr 2021 17:40:26 +0200
+Subject: tdf#143796 Qt5/KF5 fix double-buffer graphics
+
+This is a squashed commit for:
+
+"Qt5/KF5 get rid of unneeded own grahics handling"
+"tdf#143334 Qt5 don't reset buffer on 

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

2021-09-12 Thread Andreas Sturmlechner
commit: 141c1e64d5e5badb3283a48144df4c1327b4f149
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141c1e64

kde-frameworks/kjs: 5.86.0 version bump

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

 kde-frameworks/kjs/Manifest  |  1 +
 kde-frameworks/kjs/kjs-5.86.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest
index 736d82eb120..e31dcccb130 100644
--- a/kde-frameworks/kjs/Manifest
+++ b/kde-frameworks/kjs/Manifest
@@ -1,2 +1,3 @@
 DIST kjs-5.82.0.tar.xz 337880 BLAKE2B 
304acd60f22c3ee3cacabe1794369540dd43473464fe42c7cb3c2e498a3ed6780eab1f75823393efbc9658a06d3b19e718e0ea3d39463acec9b778162c56d214
 SHA512 
9ac3f70b09d309fe11026964607aa102d1b6264ad19c8618993fc533ad13dd367772886c56da26d980cef1aa1b80d228a8822340be582cb2a150352d64efaef8
 DIST kjs-5.85.0.tar.xz 337888 BLAKE2B 
1ba61fa79ecc130744ba183fab25b8118bf4f3635f11ec50d73a64c83508941fe23c6eea92f688233d70c784e82bf460a6c4229c8f449076e6c2d12842cd08aa
 SHA512 
80a873d7277efe053587bb9875f0958e26d5ad582a9c12377b187584f76e88f1ba64f4e071fa1329fe42690379a217a9f68d28cfb1a6724b615c01398840f324
+DIST kjs-5.86.0.tar.xz 337908 BLAKE2B 
67caed0d53f8581e222346b947ef5a3723c767cb35690684de31c52e7cb96c3469b29bc876ad860fe077ee9ef32876c6408d1f56b3fdef2275a93212b2254de8
 SHA512 
f5b106b3a03945a6c6c5bb543c80366726412b7cd1919f6b0317ea60aa7521d66814d8d49a20cf3fff2f9f0bf26fdce23c34700ae347674f2d5d1008237798e3

diff --git a/kde-frameworks/kjs/kjs-5.86.0.ebuild 
b/kde-frameworks/kjs/kjs-5.86.0.ebuild
new file mode 100644
index 000..0fedac96ed3
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.86.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+inherit ecm kde.org
+
+DESCRIPTION="ECMAScipt compatible parser and engine"
+LICENSE="BSD-2 LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+BDEPEND="
+   dev-lang/perl
+"
+DEPEND="
+   dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( src/README )



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

2021-09-12 Thread Andreas Sturmlechner
commit: b89d654bd9b4a965ef16997e557de0cd57965d6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89d654b

kde-frameworks/plasma: 5.86.0 version bump

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

 kde-frameworks/plasma/Manifest |  1 +
 kde-frameworks/plasma/plasma-5.86.0.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest
index 31cfb812791..6cd024d7f52 100644
--- a/kde-frameworks/plasma/Manifest
+++ b/kde-frameworks/plasma/Manifest
@@ -1,3 +1,4 @@
 DIST plasma-5.82.0-plasma-transparency.patch.xz 3552 BLAKE2B 
8e9f1bc91b2d8ae623ff8f31d5de0ae812ffc1666badf388fa711887afd9479d718cd50f9bdea42d725f30fbae8d32d87cd071b30b1ba49768377a8d07e9bbc3
 SHA512 
3e8608f7c7d6da150a30fd48e2ac5115f95f6346056ef2f12134ba8e93617c7b067b8ccb1bab5e1586f3ef1af7f010b8ddd9fe0a9a7ee0def01bc991be8e546c
 DIST plasma-framework-5.82.0.tar.xz 3160744 BLAKE2B 
b0e8ebf51fa41b7ea2f3290b157d30fbf2cf2bf5fdf867c7601ece615d8f2ad93b87976f7b093bc7909e1286021db8d1ec5971cbc8b361888450a9e6a9bd64d7
 SHA512 
e973d1b2683a88f370587a8dba71b1f3ff8a5e23127dbe4c30161fb827b6e3c83e7eb0a6860478d160c6fa69bef9fde0f16f0a8d315672df433ac9d7157b8ea9
 DIST plasma-framework-5.85.0.tar.xz 3145156 BLAKE2B 
8a9257e3613ecc20051064af8eaa94cd30d07fd9c6349f6dd2aa1169ab661dbede1ff424ac1f96a30230270cf8f957731465c0a655270862c104987576b614ed
 SHA512 
aba7e62ff3d9eff7c28c1736bd1b25e14c19502f021ed7f78025f7129abb728a066de0fff327098f52b84e78f78fbe87743563b78a4c91e2065187fb443eeb77
+DIST plasma-framework-5.86.0.tar.xz 3147804 BLAKE2B 
39b58d3613a5e99217b9cef3aaff0c5ef7c0563f3a6014b50ccd8ac1a7b328f6fc2a91af94c66c2bb702435f892b23605cda6a8aee049c6f7c9ea7a455fae57d
 SHA512 
f94d9a0175141705eb8e384877d69d0b6bfbdc76a12f7f3fcc33587186a7ab5ed7cf87eaa9e13102932d7c8fad500bf479da111ea4b61c1e35acea9f216eaef8

diff --git a/kde-frameworks/plasma/plasma-5.86.0.ebuild 
b/kde-frameworks/plasma/plasma-5.86.0.ebuild
new file mode 100644
index 000..1ccc6860135
--- /dev/null
+++ b/kde-frameworks/plasma/plasma-5.86.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="${PN}-framework"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Plasma framework"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gles2-only man wayland X"
+
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5[gles2-only=,X=]
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kactivities-${PVCUT}*:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kdeclarative-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   !gles2-only? ( media-libs/libglvnd[X?] )
+   wayland? (
+   =kde-frameworks/kwayland-${PVCUT}*:5
+   media-libs/libglvnd
+   )
+   X? (
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   x11-libs/libX11
+   x11-libs/libxcb
+   )
+"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package !gles2-only OpenGL)
+   $(cmake_use_find_package man KF5DocTools)
+   $(cmake_use_find_package wayland EGL)
+   $(cmake_use_find_package wayland KF5Wayland)
+   $(cmake_use_find_package X X11)
+   $(cmake_use_find_package X XCB)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: cf1223b29118b01164503816c38cd51bbc11ba30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1223b2

kde-frameworks/khtml: 5.86.0 version bump

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

 kde-frameworks/khtml/Manifest|  1 +
 kde-frameworks/khtml/khtml-5.86.0.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/kde-frameworks/khtml/Manifest b/kde-frameworks/khtml/Manifest
index 525691d5c22..69cf4b54427 100644
--- a/kde-frameworks/khtml/Manifest
+++ b/kde-frameworks/khtml/Manifest
@@ -1,2 +1,3 @@
 DIST khtml-5.82.0.tar.xz 2093168 BLAKE2B 
e4cbcd5e187d8ba563090097d362ed6138575da93ce3c25796e1112b3a39c135ffd53d4dbd7302a9482069111bdc01291027a9ea6253ace972b19983db5b6386
 SHA512 
8aa3c615cc13deee3e4859f84636fd1cd18190b0a99849a6782b0a106a1a8808061258e055158cbd3dc15d5842ce3cc82fca8eff2fbd1634807744a0f7288cc0
 DIST khtml-5.85.0.tar.xz 2093124 BLAKE2B 
627bfa8581c6a5574027ddbc8c9c87544e218068ea6deed5190b0528cc8a9035eb8154b1847fcceb7f4edb664d72aea23e608880cda84eb610da66ea9a74a85a
 SHA512 
772aa4bc541be3f03274f01810bd7d49486f9a7497e8f6e2bd4cbdf3dee4776318fddff0c2b221181184dc185ac4549457ae372b5521462749f5213c62e1
+DIST khtml-5.86.0.tar.xz 2093140 BLAKE2B 
cbffd1b3135de54dc790543c809eafe384701c7077347e8db5db6c7fcf6d8b1f54d9ef132486d460d7894d343fc36910bf13dab2bee497080a26c7303c546dba
 SHA512 
4d40c92ae8eb1a17e8dfe0b1c275152d5cc11fb68a748bc9a23692f0953126001dfbac0a077b97338428af92b74f3249412c5f3e03cc20751c7dceb793da6d4f

diff --git a/kde-frameworks/khtml/khtml-5.86.0.ebuild 
b/kde-frameworks/khtml/khtml-5.86.0.ebuild
new file mode 100644
index 000..e20decaca23
--- /dev/null
+++ b/kde-frameworks/khtml/khtml-5.86.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KHTML web rendering engine"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+BDEPEND="
+   dev-lang/perl
+   dev-util/gperf
+"
+RDEPEND="
+   dev-libs/openssl:0
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/kjs-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kparts-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwallet-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/sonnet-${PVCUT}*:5
+   media-libs/giflib:=
+   media-libs/libpng:0=
+   >=media-libs/phonon-4.11.0
+   sys-libs/zlib
+   virtual/jpeg:0
+   X? (
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   x11-libs/libX11
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
+   X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: bb33f1f784a2266c43d62d633c470964fecf0b85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb33f1f7

kde-frameworks/purpose: 5.86.0 version bump

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

 kde-frameworks/purpose/Manifest  |  1 +
 kde-frameworks/purpose/purpose-5.86.0.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index a5cf11a38b5..32cfa1448de 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.82.0.tar.xz 159860 BLAKE2B 
f29c436239b13c5c025b990a0bdda00107f947dda44b56546049a6e1341f5ca35592c5a4626d62c9ce15b914e566b9a4c96852f0ff9b22d6a22b07b744e1e5f6
 SHA512 
bccb2cb1ceec619eb61d27cfd027ed20e824a2ba627120581dd928bb331cc1dfc416b5f8067aa31b2a9166dca937a180efc094107a4585e590a5bd9eceec21a5
 DIST purpose-5.85.0.tar.xz 161412 BLAKE2B 
c6d55396ebde4f8b3f08a71c429bce4f0bbfe1303907d06faf841ab53147a78b582bd63e4b731eb6c5d16b939dade6dab2ca30930a9fa31babb9c1b68c37e53e
 SHA512 
30da8286d7eb8b0652656d0c52fe0f95dd4c3c1f86e468af5f9b546b0afc996dbf9f3a0e011376de5b58e34bf529faca9f3add7ee0e820ab693745c98e21b1ed
+DIST purpose-5.86.0.tar.xz 161844 BLAKE2B 
d0c8fc27012e2809de65f36f84355d11b484912e5bbfe32508ea4811fcb070cd614932b48efb5d7e9809d515947aa278742dbe8984c9de46de9526ab76445d0b
 SHA512 
64a51a739fcbab8b9810a112a35c1fd217c0afc0baf5819e2ffd80594523fcab27cfd43e8957a310927757651f6bbfeb258f1a486cf7cf0c5394ad91b2304327

diff --git a/kde-frameworks/purpose/purpose-5.86.0.ebuild 
b/kde-frameworks/purpose/purpose-5.86.0.ebuild
new file mode 100644
index 000..6993a98a788
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.86.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: c4a359c3a9e32b777f1514daec5b86531b9fecd6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a359c3

kde-frameworks/kross: 5.86.0 version bump

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

 kde-frameworks/kross/Manifest|  1 +
 kde-frameworks/kross/kross-5.86.0.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/kde-frameworks/kross/Manifest b/kde-frameworks/kross/Manifest
index 972cd64d761..ac1d6be58f6 100644
--- a/kde-frameworks/kross/Manifest
+++ b/kde-frameworks/kross/Manifest
@@ -1,2 +1,3 @@
 DIST kross-5.82.0.tar.xz 128940 BLAKE2B 
38006266d918ea9800c91e3a5149d97850d3b7d2b3b31f272c88400b8973442db3a84f0637fda13dd4086df9b7abaf5e3443c6dcc1da31d23e5ecbec7ec55e41
 SHA512 
ac3b30bc49e4be321c2171dc8229df7df2f7980d4eb47af11141bf51ced4602c1ab81a8150612f02d09c33226bb98cc278451b5c1d4c10f465035f1fceb12ebe
 DIST kross-5.85.0.tar.xz 128932 BLAKE2B 
21029db192b6ce4432d28fbb3acd9d5411b33183b45f131e8dc4fc6db7cf19d09aa5e4deb6784d61b0c32256a0acabee0f599bb13a3f46c2de3614de8fbef71d
 SHA512 
35d459e60edfe43df7064ba64c719dc0acb37b8cb75dfeb61d75a505e0791e90e23e3558944d94d146e521593c510e3d59fde4fd5c7197151f8e05aa1c79c0cf
+DIST kross-5.86.0.tar.xz 12 BLAKE2B 
b1147541af834a82c622218940871a48c18951f14f3cbf3e2665a9e8c9cfb309ecc70968a723274a401b9b522cc4f629941604bff18044b85352eeb7e087b9e6
 SHA512 
cd634dfb9e09956a230dbf628e07669b7aa5c7052daf38321cfeffeb50942a1c13e596ec01aed601f51750828185bcb145040f7fc99f8f0d0c9a8695226f442e

diff --git a/kde-frameworks/kross/kross-5.86.0.ebuild 
b/kde-frameworks/kross/kross-5.86.0.ebuild
new file mode 100644
index 000..30bb4ec0d0a
--- /dev/null
+++ b/kde-frameworks/kross/kross-5.86.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for embedding scripting into applications"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtscript-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kparts-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/designer-${QTMIN}:5
+"



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

2021-09-12 Thread Andreas Sturmlechner
commit: e36de329fa681675b56b2cd79abb77177e4f0147
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36de329

kde-frameworks/ktexteditor: 5.86.0 version bump

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

 kde-frameworks/ktexteditor/Manifest|  1 +
 .../ktexteditor/ktexteditor-5.86.0.ebuild  | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/kde-frameworks/ktexteditor/Manifest 
b/kde-frameworks/ktexteditor/Manifest
index 494c7d9e807..789d7a8f047 100644
--- a/kde-frameworks/ktexteditor/Manifest
+++ b/kde-frameworks/ktexteditor/Manifest
@@ -1,2 +1,3 @@
 DIST ktexteditor-5.82.0.tar.xz 2341712 BLAKE2B 
cab63977dd8d2e8e9c2b766a9b0563cc98f0b25e2f39f2b598f9b8162ce2e12a3ac41cb74cd6f9cd9509f5987d47d27c9ee3114579ce260837d84bb06b7ae683
 SHA512 
1459ba61ed4a4b603cd984449a217230914818e32c318a92232957cc83d5e70f2a55bf150ca946252c696e019c24dee5b852ca5046c9914f3fff1c6906487bdf
 DIST ktexteditor-5.85.0.tar.xz 2327328 BLAKE2B 
528f0888a09453613f76ab3209090d8a8a3647e71617fca280adb5e828b4ba138a4f30361e60fa8bb96316edf543f49a62a31e14328410bf4d8771012f9b3b8b
 SHA512 
90219189043fc04920a4462f67d5cd9ebab8ab720801e29c5d4ae4d7746413d7776f37204486245e21e1da47605d6ecef269acb48dfc1431255335fec6e0e8ea
+DIST ktexteditor-5.86.0.tar.xz 2335224 BLAKE2B 
16316ad6b99ff9a892cb93a8925bb48d45ee305b78b029b00455fe3a9640a11855093c6e51ddd9d2eb7f0a29118d7d9f8afa59d3d9ee1f089c44ff20393468f2
 SHA512 
28f4577d90061828b3d678f5291099652586d6852aeb55d3722fc57532f4f40a5557f64c5d890c8d7850282f3994f064fbc04bb223f3be7d28e934a3401989f0

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.86.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.86.0.ebuild
new file mode 100644
index 000..8dd4b006a85
--- /dev/null
+++ b/kde-frameworks/ktexteditor/ktexteditor-5.86.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing a full text editor component"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+editorconfig git"
+
+RESTRICT="test"
+
+BDEPEND="
+   test? ( >=kde-frameworks/kservice-${PVCUT}:5 )
+"
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kauth-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/kparts-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/sonnet-${PVCUT}*:5
+   =kde-frameworks/syntax-highlighting-${PVCUT}*:5
+   editorconfig? ( app-text/editorconfig-core-c )
+   git? ( dev-libs/libgit2:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package editorconfig EditorConfig)
+   $(cmake_use_find_package git LibGit2)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 6faa10929310e5e581ef8ca847d898011cc695f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faa1092

kde-frameworks/kwallet: 5.86.0 version bump

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

 kde-frameworks/kwallet/Manifest  |  1 +
 kde-frameworks/kwallet/kwallet-5.86.0.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index 0653364b93a..8246350854f 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,2 +1,3 @@
 DIST kwallet-5.82.0.tar.xz 300944 BLAKE2B 
d15119772389a2b422bdc5564d5dd14012eab47ea1767dab0f439db842debd26632a6eb764a33ceb68f0851bbd3ff8bf5101729b8fea1eba6be675608b9cd769
 SHA512 
b23d0d9229df9060dd71d9ac81247f70bf246f00f6bc0026074be4964532f5e0986c49414d11affbcd88d89de761486e2f3ea2fcb6d023723285e14af85a06cb
 DIST kwallet-5.85.0.tar.xz 302844 BLAKE2B 
f43bd9a0046cd18490961fa0d97e40c3fe0502306afc76416f045d7fb7f74c3a54cee90b2a0fcce1f847ce97e18c3b2b680c235bb899720643e2b22b9f968c0f
 SHA512 
7cead5cac3856ad08a71778e44ba57cecdc97cbd2abe3ec33d461edd95a8fce742ec011b8773841cc5f24d8eb282a197d462e979829c62d477c87625c5107c10
+DIST kwallet-5.86.0.tar.xz 302880 BLAKE2B 
cb1568bf6832d6b23e49b1b4a1e8a1a722b2447b7c308efff4c3391e54af16efbb5ea9658775e1c61b9f4f218cefcf048c6c80f999b755af14706fa5617b5813
 SHA512 
8f7fbc181c4b677fbf34d6bbc3f6daf65d79624e34fbd530119d9ca626f96b396f68c0897cf5b33d20b5e772850568b6e613538c0d3babe8525d6d4c3685ab03

diff --git a/kde-frameworks/kwallet/kwallet-5.86.0.ebuild 
b/kde-frameworks/kwallet/kwallet-5.86.0.ebuild
new file mode 100644
index 000..f985d0d7667
--- /dev/null
+++ b/kde-frameworks/kwallet/kwallet-5.86.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gpg +man"
+
+BDEPEND="
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+DEPEND="
+   dev-libs/libgcrypt:0=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   gpg? ( >=app-crypt/gpgme-1.7.1[cxx,qt5] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package gpg Gpgmepp)
+   $(cmake_use_find_package man KF5DocTools)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Auto-unlocking after account login" 
kde-plasma/kwallet-pam
+   optfeature "KWallet management" kde-apps/kwalletmanager:5
+   elog "For more information, read 
https://wiki.gentoo.org/wiki/KDE#KWallet;
+   fi
+   ecm_pkg_postinst
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 6b08d422fbecabbdc770f1f7b0638504baa563df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:19:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b08d422

kde-frameworks/kxmlgui: 5.86.0 version bump

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

 kde-frameworks/kxmlgui/Manifest  |  1 +
 kde-frameworks/kxmlgui/kxmlgui-5.86.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/kde-frameworks/kxmlgui/Manifest b/kde-frameworks/kxmlgui/Manifest
index 4384048cfe8..61208755084 100644
--- a/kde-frameworks/kxmlgui/Manifest
+++ b/kde-frameworks/kxmlgui/Manifest
@@ -1,2 +1,3 @@
 DIST kxmlgui-5.82.0.tar.xz 863880 BLAKE2B 
045ed589d52ac901aa128d4f3e8eb2bd2f9b09ce22e6a7e28dbc34d208a6c00167c94e5514f47acce640d18f86f37adeeac79a25dc148eb58c038fddc9fcd59a
 SHA512 
2ed59fa53876005f326e323e153d44d3144c9d49bcccf5aea68f5d743a79b505526286b6307e193878541c5cc8260220ca0a9a169b18d0b0df4720aa8541d0f4
 DIST kxmlgui-5.85.0.tar.xz 870124 BLAKE2B 
d9f70d0cc936544f6370cc361bbab39e2b7cc2decd15d01946dd277e25f735924bf5feac552e78fd041ca4693520fe7ad4019140066b55aaad8394a755b0c3f8
 SHA512 
03e36478e07635ff0acbe86602f64fc9d7c1c334e396e3136fde56a3d4fc28ed0c5170aae43d1a586adcce17241da0ffdc0836a9dc94f204f93cbce32a03050a
+DIST kxmlgui-5.86.0.tar.xz 879384 BLAKE2B 
5137a2522c4473fe208ee5cbc21ded1ccdbfcea5b2e325acfb6f493ec6fbcdaf285abaa2fb30d485c1194ab4f2896ec43427cf796fbc4f405c5df99d0e4bb368
 SHA512 
b0e469470594f5f6471ab66f5c599ff31f8655de757bc096ed0a3e14ce7706d31b3dc1b6f50db92b66d22fb917b4ea104a815898ddf38d830749b513437c1fd1

diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.86.0.ebuild 
b/kde-frameworks/kxmlgui/kxmlgui-5.86.0.ebuild
new file mode 100644
index 000..2fc6a255a9e
--- /dev/null
+++ b/kde-frameworks/kxmlgui/kxmlgui-5.86.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for managing menu and toolbar actions in an abstract 
way"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+LICENSE="LGPL-2+"
+IUSE=""
+
+# slot op: includes QtCore/private/qlocale_p.h
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+src_test() {
+   # Files are missing; whatever. Bugs 650290, 668198
+   local myctestargs=(
+   -E "(ktoolbar_unittest|kxmlgui_unittest)"
+   )
+
+   ecm_src_test
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 4047cc1d82306f77db0f47df36ed8bacb2d10f78
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4047cc1d

kde-frameworks/kio: 5.86.0 version bump

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

 kde-frameworks/kio/Manifest  |  1 +
 kde-frameworks/kio/kio-5.86.0.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index 01f1ec4da31..c4bfe59fdca 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,2 +1,3 @@
 DIST kio-5.82.0.tar.xz 3330028 BLAKE2B 
be2d22adec291f8e5f6be5227d33e4ca505b43c3888174cfe667dc7fc3bf6d1a383178238540b4598028c61c51498e5d94f3ba3c7e354d82f8dfdf11f7c7fbd0
 SHA512 
a14f42a8c96fb8b1f435d4120805628f877132b588c2c1f983af6409603baffbcdad99f1c296fef99dd78fb7edbf526fd95f85970ccbf91887619eb5728cb3dc
 DIST kio-5.85.0.tar.xz 3200300 BLAKE2B 
fd723dba761b81862bf503645a8526a246867e5a10441f3edf895e4107c189ead357615e17f3704325976ed29867c54f98bc11b4e977e21a78d429ee7efa2dde
 SHA512 
73c69743f3d99671ced8176bf9806df54eb3afd04dbdd9dd92b79c9979428f980d3dbda9504c81aca4aa36249b3e43edcc38831497752e31a510a70ee98dc4e8
+DIST kio-5.86.0.tar.xz 3251976 BLAKE2B 
5257ad0be8023ec661262fcd96f3f5860357fda73d1a039fbb30e549f4bb0bcab62217ccea70c22ecea63622ecbccfbeae27afe3692470be738f813e466a9142
 SHA512 
64a4ae7b0fff6e4e2c5ee3a25ec6db472c198fbcce5d8a929da2d42f6a881e404151a1935532c53359b645acac2a46ffa129616acb26b871dc7993b91a31fd8e

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



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

2021-09-12 Thread Andreas Sturmlechner
commit: 7c3928bf257d53ee9e8efdc98f2382fd22323ad5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3928bf

kde-frameworks/ktextwidgets: 5.86.0 version bump

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

 kde-frameworks/ktextwidgets/Manifest   |  1 +
 .../ktextwidgets/ktextwidgets-5.86.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/kde-frameworks/ktextwidgets/Manifest 
b/kde-frameworks/ktextwidgets/Manifest
index 59dd830a108..f2a2bc73976 100644
--- a/kde-frameworks/ktextwidgets/Manifest
+++ b/kde-frameworks/ktextwidgets/Manifest
@@ -1,2 +1,3 @@
 DIST ktextwidgets-5.82.0.tar.xz 326288 BLAKE2B 
917b1c91a29462dce779b1ae569731ba1c9f810d01009608f71149e13523ec0f1d94582a03cd9fbdaeb159be8abc002193240bba34ee67614e9572578cfa69b9
 SHA512 
7156ef721c9d9eadd66aa72a2f0da4538a009e14f0058169a95c1ad1c9c19f4120975e2cefc2fb0e20e435ee46dc59cbeb83231fd29bbc7bb815aa59a929e9bb
 DIST ktextwidgets-5.85.0.tar.xz 326548 BLAKE2B 
23a584eec7a0a8d2ac713a824d64df98b80c39c809e17b366c78f5a2eca2e8e3010dad3fbcf49956f463ea7a554d918e6995678511f16de655ae8358ef19eaaa
 SHA512 
c17b5fcebd03ee1852f461c406cfe0894264a8b9aaf7f86a6ad6b90a7c764222f511ec58db29765fa74dc82c8b9fa518d7613ed39e5eb837e62db3be17390737
+DIST ktextwidgets-5.86.0.tar.xz 326588 BLAKE2B 
d5129883e04b3464c3b8893d4f86f2ae9566a9d9d7ee99919f9cba1475761fba2821e77f9c0dccd87bd32660ffe9ece4d9a2dfeb7c3de81af8660023444d6d7f
 SHA512 
cb443f2053bd5e7a829cc7c9517c3366496f1da09f4c1a2c97f611ab169aaada44b56bdb3df90e7c01f4f4035ff057642c66f0e89e9b8c94ab2983d9341e9503

diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.86.0.ebuild 
b/kde-frameworks/ktextwidgets/ktextwidgets-5.86.0.ebuild
new file mode 100644
index 000..e920db3935f
--- /dev/null
+++ b/kde-frameworks/ktextwidgets/ktextwidgets-5.86.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing an assortment of widgets for displaying and 
editing text"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="speech"
+
+DEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/sonnet-${PVCUT}*:5
+   speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package speech Qt5TextToSpeech)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 526aa10919c32ea5b38c374d6cae043dd2a47b87
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:57 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526aa109

kde-frameworks/kglobalaccel: 5.86.0 version bump

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

 kde-frameworks/kglobalaccel/Manifest   |  1 +
 .../kglobalaccel/kglobalaccel-5.86.0.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/kde-frameworks/kglobalaccel/Manifest 
b/kde-frameworks/kglobalaccel/Manifest
index 44a18029e42..f20f5ed1514 100644
--- a/kde-frameworks/kglobalaccel/Manifest
+++ b/kde-frameworks/kglobalaccel/Manifest
@@ -1,2 +1,3 @@
 DIST kglobalaccel-5.82.0.tar.xz 87932 BLAKE2B 
feed60b09b01da373b3a6b989ca465b93a67d1ba84ce45c503805e6cb49af1b7ce99afa1921414e9a616d344f95366e0e4822b58f41ea73222dacfcc448a588c
 SHA512 
c6f757628ca8123183b1ead08fbf326bf8b6d5b97e4dc65c33a2c158103aa7915617d423692ee417059bd08a299546b7cdd373b31dbfd80f2498193da7b5aaf7
 DIST kglobalaccel-5.85.0.tar.xz 87868 BLAKE2B 
c76a60426406689434b8b7e90ff9f107173ffa8bb6e6f78603541c2f7fdba62719d141f01ac2a7e3ebeae06a2a891a5467e6ee87eb5d30a53ed4e3faa98a1b28
 SHA512 
091194d3171820c121c32356bf1dfd98416b91952b745afbf35fc75a7e944a5c80f17fb1f8418016513eaaf63ccb07c1aec822f5f3823f3f4aa604c3dd9963f2
+DIST kglobalaccel-5.86.0.tar.xz 88000 BLAKE2B 
3c9d361ddf8a85fef783dedafa508f98e90da22652e057298b68a6957d882ddd2c7a28cc13278520c9d5672b1d3954e634d1df0963c7b78c18bfc6183c4db9a7
 SHA512 
ee1b700cd0c7f9162f6b649e61164e5e0915be3acdc52c504c85f133b64ec8d2ea962503d60d772efb127b6537c3bbd7d61f2b018b9846a791e9cf8caa4c0eb6

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.86.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.86.0.ebuild
new file mode 100644
index 000..43fdf06f50f
--- /dev/null
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.86.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle global shortcuts"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="nls"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
+   x11-libs/libxcb
+   x11-libs/xcb-util-keysyms
+"
+RDEPEND="${DEPEND}"
+BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+
+src_test() {
+   XDG_CURRENT_DESKTOP="KDE" ecm_src_test # bug 789342
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 057284c9bd4ca923eca3b7a413f3d9dae1aa236a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057284c9

kde-frameworks/kservice: 5.86.0 version bump

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

 kde-frameworks/kservice/Manifest   |  1 +
 kde-frameworks/kservice/kservice-5.86.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/kde-frameworks/kservice/Manifest b/kde-frameworks/kservice/Manifest
index aa5ff6503d0..0851088fdee 100644
--- a/kde-frameworks/kservice/Manifest
+++ b/kde-frameworks/kservice/Manifest
@@ -1,2 +1,3 @@
 DIST kservice-5.82.0.tar.xz 261932 BLAKE2B 
42b95ecca3c5a4f14578491fb1460dbeab4b866b94ab6b26d53aadd059b9190642e5914a926d2faa559a95a50e03751c5717be813254e839a27b4310adff63fd
 SHA512 
6294beeb19773d7b58a23f01e9c9c281c4b2cf8eade19d0de6537ea295ad595ec79a22cb1d3049cb79bfa5eb43fc1e80037227217a6dae212b9e5234b3c9aa5f
 DIST kservice-5.85.0.tar.xz 263292 BLAKE2B 
8f71484ce4f454a368491c7ed8f0624b49cf7059f8b74ec90efe368933ebefb73691764109a98e045f68684e85a35f1c4b50d1c07ef5b09463e2f4fa0710b0d9
 SHA512 
b6aa99578f676aa00527e91d09eaec48eda7e71b975015fc433842fa8f973198828172d9c63f9d72fd3a17b0c72e3f34a7f01657cdba796fbc1ddcd730b41010
+DIST kservice-5.86.0.tar.xz 263916 BLAKE2B 
c9d2f5fa85b868e936eb9eaf970a4e3c1dbeb0b5e7f4f14400adba787e2e67b3c7836427633bae5ca38dbd9df4575335811e856b43fb6fc8cf2c05658388a0c0
 SHA512 
2721662cb354c6e050044f09a4108ff1b85e2ac17ec789060e6dfb40cf3fd8262df3a6a89e084ab86dd4b34cc6432def9a47ff683dd2174120f5de7859fbb770

diff --git a/kde-frameworks/kservice/kservice-5.86.0.ebuild 
b/kde-frameworks/kservice/kservice-5.86.0.ebuild
new file mode 100644
index 000..5600016e6e2
--- /dev/null
+++ b/kde-frameworks/kservice/kservice-5.86.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Advanced plugin and service introspection"
+
+LICENSE="LGPL-2 LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+man"
+
+# requires running kde environment
+RESTRICT="test"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DAPPLICATIONS_MENU_NAME=kf5-applications.menu
+   $(cmake_use_find_package man KF5DocTools)
+   )
+
+   ecm_src_configure
+}
+
+src_install() {
+   ecm_src_install
+
+   # bug 596316
+   dosym kf5-applications.menu /etc/xdg/menus/applications.menu
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 89845878f979d77ca9de754876a8da75c145f86e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89845878

kde-frameworks/kinit: 5.86.0 version bump

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

 kde-frameworks/kinit/Manifest|  1 +
 kde-frameworks/kinit/kinit-5.86.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/kde-frameworks/kinit/Manifest b/kde-frameworks/kinit/Manifest
index 99d37e66ef6..eddf0c69088 100644
--- a/kde-frameworks/kinit/Manifest
+++ b/kde-frameworks/kinit/Manifest
@@ -1,2 +1,3 @@
 DIST kinit-5.82.0.tar.xz 121448 BLAKE2B 
1c38e31d9ab2231a808edbb713629d91d1068263a56426303428e20b066256381030278cebc30fb45234df92bcf30fef40ad2a3a2e4066f643ce172f6c701862
 SHA512 
7c6dc83d1ea10a8271fe23a45a7e5bfc7e67a7f9c25914386d65157f253c98fc518aba4a4cd7d724d1684097e3e94e866e18165debe0717e7917572436fe3af2
 DIST kinit-5.85.0.tar.xz 121608 BLAKE2B 
e6d8f14dc6930ad058c35246dcb408d7249de800a27e2db07091cae93bfd3ad0b37cadb048ee95398a0330b571a71517d4e7d61d6b98edb40e73201786a5a532
 SHA512 
9968dc1381f236c843aa76bd3ede13b83607dd6e6a9fc5723e3ff23fa1d924536fd227ffbdc20a4c914dc76843f0b315b4247410dd5580ae1134db3b50ae679e
+DIST kinit-5.86.0.tar.xz 121652 BLAKE2B 
6fe78d52280b12032f3ed2f54fd284bd237b49325397c05097e011537f1f1fd2d1b732a60cc32ef7d261506a6a4ce1e418ebc585d3047cf8c267d2f7e7d85904
 SHA512 
01e78820e3cac54fbdd519ca8fb094158f012bfc2dcdf743914f4afe07c8d42708bc10faf4203b5e6347b0805740edb9dcbc87b7fb131ab25a57a025442ba399

diff --git a/kde-frameworks/kinit/kinit-5.86.0.ebuild 
b/kde-frameworks/kinit/kinit-5.86.0.ebuild
new file mode 100644
index 000..bf8dfd8761a
--- /dev/null
+++ b/kde-frameworks/kinit/kinit-5.86.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Helper library to speed up start of applications on KDE work 
spaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+caps +man X"
+
+BDEPEND="
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   caps? ( sys-libs/libcap )
+   X? (
+   x11-libs/libX11
+   x11-libs/libxcb
+   )
+"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package caps Libcap)
+   $(cmake_use_find_package man KF5DocTools)
+   $(cmake_use_find_package X X11)
+   $(cmake_use_find_package X XCB)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 8139032646351f5c5cce3e45055db1e0dff15a58
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:57 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81390326

kde-frameworks/kemoticons: 5.86.0 version bump

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

 kde-frameworks/kemoticons/Manifest |  1 +
 kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/kde-frameworks/kemoticons/Manifest 
b/kde-frameworks/kemoticons/Manifest
index 8b4125778b1..102bf2ecb3c 100644
--- a/kde-frameworks/kemoticons/Manifest
+++ b/kde-frameworks/kemoticons/Manifest
@@ -1,2 +1,3 @@
 DIST kemoticons-5.82.0.tar.xz 1698472 BLAKE2B 
fc5f8401a4b5482126a9b054f1fe6107c2da759df0a4ea960cc4a139d9ce8dcc22e6b94aff64780d7b7cf049d68b67b799011f3d999b07ce2f1e065e6d6612e3
 SHA512 
c3c3813613891e23db9b5605de6dcfdf3e5f973e162d27d37e907b60d49bfc3ba99743534d3749dad6a67217e44220fcf52c880563da82dc465eb10536ea40d7
 DIST kemoticons-5.85.0.tar.xz 1698484 BLAKE2B 
46c7a07b3bc80c54a461b1f47b57d6f155af3fc71b6eb4cd8f0c56b3c9c7571ffa93703f07ac4281453bfa6d19922f21bc4ca6e92b66fafc7d87fee7accb1ff3
 SHA512 
62fda2265b0fa7154f68d2535e331e38fa899b1517b7fd08faee1419bdaee46f2a3fc63469a54277ce25997df4215d3314219e608927389da4451c8fa3bdf526
+DIST kemoticons-5.86.0.tar.xz 1698376 BLAKE2B 
55f52ec6a21f1ab2bf622dad9e66a2aaf6f7932034c4f4696e26f6b44869513b333a7120101b80e3f09ab827b41ac31658faa32c182d913307774bc4f887ea28
 SHA512 
70a6868201781ae9adaf9cfda3585dc67a8339fec9ac063e455de9a504e69576d5b0e5b7a6e96f74d02320a85774cba6576ab89bd7b7890063d91dbce8550b7f

diff --git a/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild 
b/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild
new file mode 100644
index 000..eee0296e94d
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.86.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical 
representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



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

2021-09-12 Thread Andreas Sturmlechner
commit: b0408d452f6093ba892e53a8896e69766dde9534
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0408d45

kde-frameworks/kparts: 5.86.0 version bump

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

 kde-frameworks/kparts/Manifest |  1 +
 kde-frameworks/kparts/kparts-5.86.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index e01e73af0e8..5b247848f44 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,2 +1,3 @@
 DIST kparts-5.82.0.tar.xz 192240 BLAKE2B 
d46b407479c4e3a11a91bf990da14e914008ee6cd51d9fc3f67a89a33811af6201226a1f8971129cf0d3fa5189a8bf45810c2e24bdb6cca3c261465afc0380b7
 SHA512 
865cb26623b8e3dbf2fff7bff7e7dd0334d5cac487635a4aa88a69fbbb1a4eda2fa67208f6cd4bd3496188af4fe256558b737604202fe30a749a06671c078eba
 DIST kparts-5.85.0.tar.xz 192484 BLAKE2B 
7a5bd8d306ba3fc12640996fbdd7493347ba4d1b8fa74588e96b985c788803c6c18445ced757a5d07186cca1f2da807033bedf673926b870471b7e695dfe490d
 SHA512 
d255cff86a434a886c1466c9b84a9818f0e93c49c17af9351b324c89f7f2f807686718fcd50cd70bbfba0f8af8af01e5af9d60f3c361b0a196e48d591711444d
+DIST kparts-5.86.0.tar.xz 192560 BLAKE2B 
373a660a2982ee688e5574908420d306f9dc0aa8ec2edb121b8a30e25105097a5672fcd17c7e9b93e137fc4fbd8b56e2d4015b368d14b692ef37a1f5405e756e
 SHA512 
603df5bb1b6985399c72f6939a8c18c04948a8f6bf965ad7610312bdd4798f0c07ef04bb8a02bf2c1b7f90f1c7c6c4f4edb2d6fbaad8f7d39a5c39403d80399e

diff --git a/kde-frameworks/kparts/kparts-5.86.0.ebuild 
b/kde-frameworks/kparts/kparts-5.86.0.ebuild
new file mode 100644
index 000..9d4cb3eb5ee
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.86.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing elaborate user-interface components"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   >=kde-frameworks/ktextwidgets-${PVCUT}:5
+"



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

2021-09-12 Thread Andreas Sturmlechner
commit: d92fae895fb838f486674ce457476f91659d98d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92fae89

kde-frameworks/knewstuff: 5.86.0 version bump

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

 kde-frameworks/knewstuff/Manifest|  1 +
 kde-frameworks/knewstuff/knewstuff-5.86.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/kde-frameworks/knewstuff/Manifest 
b/kde-frameworks/knewstuff/Manifest
index 5423b3c43de..7e07ed69d41 100644
--- a/kde-frameworks/knewstuff/Manifest
+++ b/kde-frameworks/knewstuff/Manifest
@@ -1,2 +1,3 @@
 DIST knewstuff-5.82.0.tar.xz 1167420 BLAKE2B 
d35ad76c4780b79cb40b7920febfcab665bb071e26fde98710435ff7cac92454c0f07a76d7b42d2c786aa793be97ecb3f92954052a1f3e43e34d316c021d6b10
 SHA512 
50377c16447dac2f55e025a320c51b86142dec7109c33a9e46415c5acc4d8d234ad49f7cc25f3f29f65d37408a6a780df1dfe279b151d109d601f9504d9f7408
 DIST knewstuff-5.85.0.tar.xz 1138788 BLAKE2B 
6f037ddd3dd7d9499d19b8d10b2486ced1ab169180d69a004369158665eb098015c60fd657e9d84af7b15634a28abd13e761b2728861f3f88c02ac0510121c5c
 SHA512 
2da81b520ecab1d43b79e75ec56cbba410bd0944b13ea535ca94c77f9c04ad91a35b0c1942516edc5101a365f2a91b774405183bc8bf82c6cd5fb53a0570
+DIST knewstuff-5.86.0.tar.xz 1142536 BLAKE2B 
8b1aa8ee9e8dc54f0431f77516d3e39bb4f9ff33f72573fee27b749df692b32c850230a2bc566ee580a56b587af05822a0348cd61d58501c49b507fdf0d164bb
 SHA512 
984291bb68e6bde5d90b35245c101c0feb64338ee4c0656802f4812c3a0619a5291307e8e5e2de99b7a34e29554e2283de6513156e7aac32f0d2198433bb45cc

diff --git a/kde-frameworks/knewstuff/knewstuff-5.86.0.ebuild 
b/kde-frameworks/knewstuff/knewstuff-5.86.0.ebuild
new file mode 100644
index 000..67d43e05a70
--- /dev/null
+++ b/kde-frameworks/knewstuff/knewstuff-5.86.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework for downloading and sharing additional application data"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="opds"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/attica-${PVCUT}*:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   opds? ( =kde-frameworks/syndication-${PVCUT}*:5 )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${PVCUT}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package opds KF5Syndication)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 702ab8fceda6367ea4f3cb2cc1e940554c578d14
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702ab8fc

kde-frameworks/krunner: 5.86.0 version bump

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

 kde-frameworks/krunner/Manifest  |  1 +
 kde-frameworks/krunner/krunner-5.86.0.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest
index 53066693fa3..4f54ac3df31 100644
--- a/kde-frameworks/krunner/Manifest
+++ b/kde-frameworks/krunner/Manifest
@@ -1,2 +1,3 @@
 DIST krunner-5.82.0.tar.xz 76916 BLAKE2B 
f846383458b46bf655a2a2b08fea099eff910aceac90306bea1f3af1b1370d2d59169ee4ff0e68c6ab0186c35b336b4a807f56cd8374f89b16c5319ddba459f9
 SHA512 
a4430196d32d850f9498027df251a65dcf3fcb161a7005926a9ec3de429bd03487e72fda342a6a588c4e5972ee55baf21e53433d68408ccab1b0b99b5c2980da
 DIST krunner-5.85.0.tar.xz 76940 BLAKE2B 
889577cd2b889a7e1aaf8b6b7070c74480e0e17ab81a09fce4b5e4bf5624acc3b86c327fb7293474d18dfa0e369ee174a27432ee2ae2df1a6f08d99297ef5d1e
 SHA512 
6af8f5a3208acb571346b487b2233ed5294f6358a1a3bf5dfb4f3a5a247da9c83b67a0a0942561682009e49d92d00d2b9d8181ce1e40ea312aeaac0bde727831
+DIST krunner-5.86.0.tar.xz 78656 BLAKE2B 
62afe5f1762930a423e08cb9e82fd3810cd3b9d7fc8e28a41f847dbd0ed6d09f9ad8f43bd7aea9000889528db91e6a8c90e2f2fa1417d881fcc1f9c7db6ded6f
 SHA512 
38b8b57fc3ee0c0b45719904996d2de7ec3cd5684e73c45a23b9abdffbb446d8cc74ead4f9ec9354400e5ac372d62029ec88aa7a35056bb666aff5cde0ccb16e

diff --git a/kde-frameworks/krunner/krunner-5.86.0.ebuild 
b/kde-frameworks/krunner/krunner-5.86.0.ebuild
new file mode 100644
index 000..802ba9fe2c4
--- /dev/null
+++ b/kde-frameworks/krunner/krunner-5.86.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for providing different actions given a string query"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="activities"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/plasma-${PVCUT}*:5
+   =kde-frameworks/solid-${PVCUT}*:5
+   =kde-frameworks/threadweaver-${PVCUT}*:5
+   activities? ( =kde-frameworks/kactivities-${PVCUT}*:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package activities KF5Activities)
+   )
+   ecm_src_configure
+}
+
+src_test() {
+   # requires virtual dbus, otherwise hangs; bugs #630672, #789351
+   local myctestargs=(
+   -E "(dbusrunnertest|runnermanagersinglerunnermodetest)"
+   )
+   ecm_src_test
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: ca7039c3ae50bfba0fbd101b6f5ea75bad5929f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:56 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7039c3

kde-frameworks/kdesu: 5.86.0 version bump

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

 kde-frameworks/kdesu/Manifest|  1 +
 kde-frameworks/kdesu/kdesu-5.86.0.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
index d245ac0ccd8..a2e65aad44a 100644
--- a/kde-frameworks/kdesu/Manifest
+++ b/kde-frameworks/kdesu/Manifest
@@ -1,2 +1,3 @@
 DIST kdesu-5.82.0.tar.xz 52236 BLAKE2B 
e674b6e7779cbe858828d17a8e72e14570007776461d3da99cd86adf92380fa5a95bfc394436f8e900e2fd90052b35c6a68b91c2e12e9c8cd835483c7f2b6262
 SHA512 
6d4cbbc783959d093f59221dc0cf7862f30444878a32475976519b443713e8ea1f154c8a62f7cf4468e807ebd983afb037211d5641335822037bad04501552ae
 DIST kdesu-5.85.0.tar.xz 52460 BLAKE2B 
b5a9c5c5bf0842ac7686bf4f2888186bc5534f8af4330c07bb757a90123be22c7460836c2508124f2f2a9a78d686493c0cf666a048cfeb5f72170b6c2fb7f5e6
 SHA512 
77e5fcfb00ecda59a6e1496f97cda10b6dde40ab3ea3c4537990ccb02561018d540d89988633fd17e2f22f64f6e02e6d0bea0c7484790f59812d94773c9d
+DIST kdesu-5.86.0.tar.xz 52492 BLAKE2B 
ff1bbb2abd404540cd97966753602894102c0ee032153131fa47bf8305eb1b09c0608ea4b08b65ac510342347c0ce726c9f54b9c6e5fdcc3ab55a0c9c8435df7
 SHA512 
5373d529b1e455b20aa3c816ddb8224cfa6ec952d4fa49d62ec1298697e2dba5cbd13bf1822b27482b950be25cb8dd594cc53c715b89551d1f555d72af6c9ded

diff --git a/kde-frameworks/kdesu/kdesu-5.86.0.ebuild 
b/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
new file mode 100644
index 000..9f1f81824f2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+RDEPEND="
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kpty-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 6ea9e64b97ad1156f34f81a0e55afc49a860c85c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:56 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea9e64b

kde-frameworks/kded: 5.86.0 version bump

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

 kde-frameworks/kded/Manifest   |  1 +
 kde-frameworks/kded/kded-5.86.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest
index 4d5e433576d..5984347ddb9 100644
--- a/kde-frameworks/kded/Manifest
+++ b/kde-frameworks/kded/Manifest
@@ -1,2 +1,3 @@
 DIST kded-5.82.0.tar.xz 36964 BLAKE2B 
bbc92bde53caaca442808c154bf7bb88c3edca9b979c597ea08a0a0901b40d67004e2f45acec663b22e318e547c86397a99c8c895a374b73d066c2ff67b3f868
 SHA512 
10ef292186d652a519aae01681934f70f820ff4c480f9ed9868f7dfaf9dba016e035b565b220fb5d3ef89dae5180088ed3a93d0682c54ba27978b53df00c2755
 DIST kded-5.85.0.tar.xz 36952 BLAKE2B 
d237349d95f2186a102181f420bb1deafb9fc83332dc535084531a6b73c5feac2c37e6c15589ed8225d0391f4f6541720525d3cd7d2645e6e90789a013c6e5eb
 SHA512 
cbc8e8c101d4af7df0d47d91c51273e41dfff4bf8e558f93a0d2c16cd814cfb4ba73e69a00b3bacd944d677de778456b0020e063af6a4cbd3957296387eccb8f
+DIST kded-5.86.0.tar.xz 36960 BLAKE2B 
c7eceef7bb4ca8e57856665464f9166076e14aeb70db43c6b19401ca5ca898933498c9f9862386fdcd3132aacdb1b20e0dd07ef6385acba70817f0c5c9a495f0
 SHA512 
512958cf61a2a4d31d2a2e51536757b6ab92fbfa5af1d7f979efcf9a543a9bcc198687ed64ee8d6a293de23d00520b0d9cf4ac11552d2268234a65559ec04846

diff --git a/kde-frameworks/kded/kded-5.86.0.ebuild 
b/kde-frameworks/kded/kded-5.86.0.ebuild
new file mode 100644
index 000..d80bb022fe1
--- /dev/null
+++ b/kde-frameworks/kded/kded-5.86.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Central daemon of KDE workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+man"
+
+BDEPEND="
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/kinit-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package man KF5DocTools)
+   )
+
+   ecm_src_configure
+}



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

2021-09-12 Thread Andreas Sturmlechner
commit: 62fc73154fe2f6e756cf667fad9c6a2feed70159
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:52:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fc7315

kde-frameworks/kiconthemes: 5.86.0 version bump

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

 kde-frameworks/kiconthemes/Manifest|  1 +
 .../kiconthemes/kiconthemes-5.86.0.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/kde-frameworks/kiconthemes/Manifest 
b/kde-frameworks/kiconthemes/Manifest
index b6a24b101ff..ca45197191e 100644
--- a/kde-frameworks/kiconthemes/Manifest
+++ b/kde-frameworks/kiconthemes/Manifest
@@ -1,2 +1,3 @@
 DIST kiconthemes-5.82.0.tar.xz 222884 BLAKE2B 
fd7404f50ec503e853d25fff6b61d55a133a26f7fec9a2a4b50da15d721ef9a2ca116b2307a6eeed7316693a68ca053f0d955d0417b19e0aa79bc6a6eaf64c25
 SHA512 
b323d9ef88e6659977a3a8d1a61b8bcb72c299ee16fbc42f4ac2c02f50dd03c211e9d79aff71e26ffce4a0a1d496533a5ea1d0aa07c30664f5dc78af9b105abb
 DIST kiconthemes-5.85.0.tar.xz 221352 BLAKE2B 
ee619a6192b1d6dbfa000b1f6366ebe1dd8c25df41dabd2dd15f888f7cae2a9f5cf53d5d0a0a2d5ff7d95a224137a69a31f4c2e67fb6419b750241c7cdf05c81
 SHA512 
87e041835401273627c596338f94a0507f3184fb3e0a004ad4ba0c878fc2ef9ceac5bd4a9318d8c8e852e1ab26944368ca6b27a3efcd4269643d8e0cd0d60953
+DIST kiconthemes-5.86.0.tar.xz 221488 BLAKE2B 
73dcf0f65d49aaa0b735ce143ce9f578ec9b681877509b44f959ac7f30195e6bc42aed8d39f8e7f4da9eb6e1f59d714c8948ef2261996aa7a5af55d1364dbf33
 SHA512 
f17dd47b3ddfbc1acd3136abc2b1208aec6394c00ebcb48695a05e93116d857a2a5137bfa7bf7531c706f9fa091dd2528ed8f015bae800fbfa9c6a4a15c3c11f

diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.86.0.ebuild 
b/kde-frameworks/kiconthemes/kiconthemes-5.86.0.ebuild
new file mode 100644
index 000..1898cad3ba0
--- /dev/null
+++ b/kde-frameworks/kiconthemes/kiconthemes-5.86.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for icon theming and configuration"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # bug 574770
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



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

2021-09-12 Thread Andreas Sturmlechner
commit: b44e5c1b0d47da4a68c12e70958d2b808ab5687b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 12 20:53:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 13 05:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44e5c1b

kde-frameworks/knotifyconfig: 5.86.0 version bump

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

 kde-frameworks/knotifyconfig/Manifest  |  1 +
 .../knotifyconfig/knotifyconfig-5.86.0.ebuild  | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/kde-frameworks/knotifyconfig/Manifest 
b/kde-frameworks/knotifyconfig/Manifest
index 0f2c42e2e7d..6bd256c472f 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,2 +1,3 @@
 DIST knotifyconfig-5.82.0.tar.xz 84692 BLAKE2B 
44d8cc0bb1caa2115fc54af5f8a042d29baebf4ca595576a81e01e24a2141b6077ca938a6d00252701d813f10b2aaa4ccbd9e4600ed9448e8a18a628cce84966
 SHA512 
d214d8019179c079a22f4076bb985f1528292c467cce36a18e2457a4051264f915f48a35ea2b508b900fded020bf20c8d3e784149e9be7993a80a027a70871e3
 DIST knotifyconfig-5.85.0.tar.xz 84852 BLAKE2B 
e8d8a9580241ec2f57fc32208aac536a0d86f00946a1c2c56fdab1bdc1461a0dd8ec4d4b3df33c68a8c46d30fa4c6c1db1253c7f1595e6fa37795b84cd7e3820
 SHA512 
0bada9636e8c97e85d1405054dc5def34c25ecc8ce49dade8407de2213830f3802e044a4cc8782ae8bd4c89fdd982624454b6b77c469981b1fbc811b40edb326
+DIST knotifyconfig-5.86.0.tar.xz 84868 BLAKE2B 
a12935a8126b90b7459714d628af34b4ab1e7eb416b473d5755c684e141d2dadb64c35c0a9927b6688edc0860842ef248ee92de836d8d05f8c474c95d750530e
 SHA512 
30e75cd71826be6abadd69d4df3f264106fb3b144616e417bdda054002187ef5c364041b4d5283463b252143c542965ed44aaee3bee7aece59a59d39599596b5

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.86.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.86.0.ebuild
new file mode 100644
index 000..8dd2bf4f3b0
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.86.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework for configuring desktop notifications"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="phonon"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   !phonon? ( media-libs/libcanberra )
+   phonon? ( >=media-libs/phonon-4.11.0 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package !phonon Canberra)
+   )
+   ecm_src_configure
+}



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

2021-09-12 Thread Matt Turner
commit: 0fb54668df8925cd81ed9d40917c19a78891f9da
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 13 05:07:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 05:07:05 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=0fb54668

gen_cmdline.sh: Correctly sort --{kernel,utils}-{as,nm}

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

 doc/genkernel.8.txt | 18 +-
 gen_cmdline.sh  | 40 
 2 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 262027b..273f9c1 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -243,24 +243,24 @@ LOW-LEVEL COMPILATION OPTIONS
 when the system running genkernel has a different architecture like
 the system which should boot the created kernel/initramfs.
 
-*--kernel-as*=::
-Assembler to use for the kernel compilation.
-
 *--kernel-ar*=::
 Archiver to use for the kernel compilation.
 
+*--kernel-as*=::
+Assembler to use for the kernel compilation.
+
 *--kernel-cc*=::
 Compiler to use for the kernel compilation (e.g. distcc).
 
 *--kernel-ld*=::
 Linker to use for the kernel compilation.
 
-*--kernel-nm*=::
-NM utility to use for the kernel compilation.
-
 *--kernel-make*=::
 GNU Make to use for the kernel compilation.
 
+*--kernel-nm*=::
+NM utility to use for the kernel compilation.
+
 *--kernel-objcopy*=::
 Objcopy utility to use for the kernel compilation.
 
@@ -290,12 +290,12 @@ LOW-LEVEL COMPILATION OPTIONS
 tree (eg because cannot write to that directory as the user genkernel is
 running as).
 
-*--utils-as*=::
-Assembler to use for utilities.
-
 *--utils-ar*=::
 Archiver to use for utilities.
 
+*--utils-as*=::
+Assembler to use for utilities.
+
 *--utils-cflags*=::
 C compiler flags used to compile utilities.
 

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index b35750d..e3c985e 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -86,24 +86,24 @@ longusage() {
   echo "  Low-Level Compile settings"
   echo "   --cross-compile="
   echo "   Target triple (i.e. aarch64-linux-gnu) 
to build for"
-  echo "   --kernel-as= Assembler to use for kernel"
   echo "   --kernel-ar=  Archiver to use for kernel"
+  echo "   --kernel-as= Assembler to use for kernel"
   echo "   --kernel-cc=  Compiler to use for kernel (e.g. 
distcc)"
   echo "   --kernel-ld=Linker to use for kernel"
-  echo "   --kernel-nm=NM utility to use for kernel"
   echo "   --kernel-make= GNU Make to use for kernel"
+  echo "   --kernel-nm=NM utility to use for kernel"
   echo "   --kernel-target= Override default make target (bzImage)"
   echo "   --kernel-binary=  Override default kernel binary path 
(arch/foo/boot/bar)"
   echo "   --kernel-outputdir="
   echo "   Save output files outside the source 
tree"
-  echo "   --utils-as=  Assembler to use for utils"
   echo "   --utils-ar=   Archiver to use for utils"
+  echo "   --utils-as=  Assembler to use for utils"
   echo "   --utils-cc=   C Compiler to use for utilities"
   echo "   --utils-cxx=  C++ Compiler to use for utilities"
   echo "   --utils-cflags= C compiler flags used to compile 
utilities"
   echo "   --utils-ld= Linker to use for utils"
-  echo "   --utils-nm= NM utility to use for utils"
   echo "   --utils-make= GNU Make to use for utils"
+  echo "   --utils-nm= NM utility to use for utils"
   echo "   --makeopts=   Make options such as -j2, etc ..."
   echo "   --mountboot Mount BOOTDIR automatically if 
mountable"
   echo "   --no-mountboot  Don't mount BOOTDIR automatically"
@@ -292,14 +292,14 @@ parse_cmdline() {
CMD_CROSS_COMPILE="${*#*=}"
print_info 3 "CMD_CROSS_COMPILE: ${CMD_CROSS_COMPILE}"
;;
-   --kernel-as=*)
-   CMD_KERNEL_AS="${*#*=}"
-   print_info 3 "CMD_KERNEL_AS: ${CMD_KERNEL_AS}"
-   ;;
--kernel-ar=*)
CMD_KERNEL_AR="${*#*=}"
print_info 3 "CMD_KERNEL_AR: ${CMD_KERNEL_AR}"
;;
+   --kernel-as=*)
+   CMD_KERNEL_AS="${*#*=}"
+   print_info 3 "CMD_KERNEL_AS: ${CMD_KERNEL_AS}"
+   ;;
--kernel-cc=*)
CMD_KERNEL_CC="${*#*=}"
print_info 3 "CMD_KERNEL_CC: ${CMD_KERNEL_CC}"
@@ -308,14 +308,14 @@ parse_cmdline() {
CMD_KERNEL_LD="${*#*=}"
print_info 3 "CMD_KERNEL_LD: ${CMD_KERNEL_LD}"
;;
-   --kernel-nm=*)
-   

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

2021-09-12 Thread Matt Turner
commit: be489a166f78f9cb2e89e8749094a6ddd0310ade
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 13 05:07:20 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 05:07:20 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=be489a16

gen_cmdline.sh: Add objcopy/objdump/ranlib/readelf/strip to longusage

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

 gen_cmdline.sh | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index e3c985e..e53de69 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -92,6 +92,11 @@ longusage() {
   echo "   --kernel-ld=Linker to use for kernel"
   echo "   --kernel-make= GNU Make to use for kernel"
   echo "   --kernel-nm=NM utility to use for kernel"
+  echo "   --kernel-objcopy=  OBJCOPY utility to use for 
kernel"
+  echo "   --kernel-objdump=  OBJDUMP utility to use for 
kernel"
+  echo "   --kernel-ranlib=RANLIB utility to use for 
kernel"
+  echo "   --kernel-readelf=  READELF utility to use for 
kernel"
+  echo "   --kernel-strip=  STRIP utility to use for kernel"
   echo "   --kernel-target= Override default make target (bzImage)"
   echo "   --kernel-binary=  Override default kernel binary path 
(arch/foo/boot/bar)"
   echo "   --kernel-outputdir="
@@ -104,6 +109,11 @@ longusage() {
   echo "   --utils-ld= Linker to use for utils"
   echo "   --utils-make= GNU Make to use for utils"
   echo "   --utils-nm= NM utility to use for utils"
+  echo "   --utils-objcopy=   OBJCOPY utility to use for 
utils"
+  echo "   --utils-objdump=   OBJDUMP utility to use for 
utils"
+  echo "   --utils-ranlib= RANLIB utility to use for utils"
+  echo "   --utils-readelf=   READELF utility to use for 
utils"
+  echo "   --utils-strip=   STRIP utility to use for utils"
   echo "   --makeopts=   Make options such as -j2, etc ..."
   echo "   --mountboot Mount BOOTDIR automatically if 
mountable"
   echo "   --no-mountboot  Don't mount BOOTDIR automatically"



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

2021-09-12 Thread Matt Turner
commit: 90d8399f1f0378155b19da2ab6d4a34a87316d93
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 12 04:14:43 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:30 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=90d8399f

specs/hppa: Remove kernelopts setting

This option has been removed from catalyst.

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

 releases/specs/hppa/installcd-stage2-minimal.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec 
b/releases/specs/hppa/installcd-stage2-minimal.spec
index 6bf638ae..41d34ff2 100644
--- a/releases/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/specs/hppa/installcd-stage2-minimal.spec
@@ -16,9 +16,6 @@ livecd/type: gentoo-release-minimal
 
 boot/kernel: livecd32 livecd64
 
-# On hppa, kernelopts are common for all kernel and will be applied to both
-boot/kernel/livecd32/kernelopts: panic=30
-
 boot/kernel/livecd32/sources: sys-kernel/gentoo-sources
 boot/kernel/livecd32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
 boot/kernel/livecd32/use:



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

2021-09-12 Thread Matt Turner
commit: e9064501872b6529ea79c9672df80664f426c942
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 12 04:21:15 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:30 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e9064501

specs/hppa: Rename kernels

Now that the kernel configs are consolidated, maybe we can share them
between the netboot images and the installcd.

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

 releases/specs/hppa/installcd-stage2-minimal.spec | 20 ++--
 releases/specs/hppa/netboot-hppa32.spec   |  8 
 releases/specs/hppa/netboot-hppa64.spec   |  8 
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec 
b/releases/specs/hppa/installcd-stage2-minimal.spec
index ad132917..10a1a30d 100644
--- a/releases/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/specs/hppa/installcd-stage2-minimal.spec
@@ -14,11 +14,11 @@ livecd/fstype: squashfs
 livecd/iso: 
/var/tmp/catalyst/builds/default/install-hppa-minimal-@TIMESTAMP@.iso
 livecd/type: gentoo-release-minimal
 
-boot/kernel: livecd32 livecd64
+boot/kernel: hppa32 hppa64
 
-boot/kernel/livecd32/sources: sys-kernel/gentoo-sources
-boot/kernel/livecd32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
-boot/kernel/livecd32/use:
+boot/kernel/hppa32/sources: sys-kernel/gentoo-sources
+boot/kernel/hppa32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
+boot/kernel/hppa32/use:
-*
python_targets_python3_9
python_single_target_python3_9
@@ -38,16 +38,16 @@ boot/kernel/livecd32/use:
unicode
usb
 
-boot/kernel/livecd64/sources: sys-kernel/gentoo-sources
-boot/kernel/livecd64/config: @REPO_DIR@/releases/kconfig/hppa/hppa64.config
-boot/kernel/livecd64/gk_kernargs:
+boot/kernel/hppa64/sources: sys-kernel/gentoo-sources
+boot/kernel/hppa64/config: @REPO_DIR@/releases/kconfig/hppa/hppa64.config
+boot/kernel/hppa64/gk_kernargs:
--all-ramdisk-modules
--kernel-ar=hppa64-unknown-linux-gnu-ar
--kernel-as=hppa64-unknown-linux-gnu-as
--kernel-cc=hppa64-unknown-linux-gnu-cc
--kernel-ld=hppa64-unknown-linux-gnu-ld
--kernel-nm=hppa64-unknown-linux-gnu-nm
-boot/kernel/livecd64/use:
+boot/kernel/hppa64/use:
-*
python_targets_python3_9
python_single_target_python3_9
@@ -67,8 +67,8 @@ boot/kernel/livecd64/use:
unicode
usb
 
-boot/kernel/livecd32/extraversion: livecd32
-boot/kernel/livecd64/extraversion: livecd64
+boot/kernel/hppa32/extraversion: hppa32
+boot/kernel/hppa64/extraversion: hppa64
 
 livecd/unmerge:
app-admin/eselect

diff --git a/releases/specs/hppa/netboot-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
index 4908c222..5a04d882 100644
--- a/releases/specs/hppa/netboot-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -11,10 +11,10 @@ rel_type:default
 profile: default/linux/hppa/17.0
 
 # netboot stuff
-boot/kernel:  netboot32
-boot/kernel/netboot32/sources:   sys-kernel/gentoo-sources
-boot/kernel/netboot32/config:
@REPO_DIR@/releases/kconfig/hppa/hppa32.config
-boot/kernel/netboot32/gk_kernargs:   --all-ramdisk-modules
+boot/kernel:  hppa32
+boot/kernel/hppa32/sources:   sys-kernel/gentoo-sources
+boot/kernel/hppa32/config:
@REPO_DIR@/releases/kconfig/hppa/hppa32.config
+boot/kernel/hppa32/gk_kernargs:   --all-ramdisk-modules
 
 netboot/use:
  -*

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index 992fc3db..75039c30 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -10,10 +10,10 @@ subarch: hppa2.0
 rel_type:default
 profile: default/linux/hppa/17.0
 
-boot/kernel:  netboot64
-boot/kernel/netboot64/sources:   sys-kernel/gentoo-sources
-boot/kernel/netboot64/config:
@REPO_DIR@/releases/kconfig/hppa/hppa32.config
-boot/kernel/netboot64/gk_kernargs:
+boot/kernel:  hppa64
+boot/kernel/hppa64/sources:   sys-kernel/gentoo-sources
+boot/kernel/hppa64/config:
@REPO_DIR@/releases/kconfig/hppa/hppa32.config
+boot/kernel/hppa64/gk_kernargs:
--all-ramdisk-modules
--kernel-ar=hppa64-unknown-linux-gnu-ar
--kernel-as=hppa64-unknown-linux-gnu-as



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

2021-09-12 Thread Matt Turner
commit: 2e02562add6db7ea46374eb71ae46d7cebb3f6a6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 12 04:18:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:30 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=2e02562a

specs/hppa: Use Python 3.9

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

 releases/specs/hppa/installcd-stage1.spec | 4 ++--
 releases/specs/hppa/installcd-stage2-minimal.spec | 4 
 releases/specs/hppa/netboot-hppa32.spec   | 2 ++
 releases/specs/hppa/netboot-hppa64.spec   | 2 ++
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/releases/specs/hppa/installcd-stage1.spec 
b/releases/specs/hppa/installcd-stage1.spec
index 5a490a46..42def888 100644
--- a/releases/specs/hppa/installcd-stage1.spec
+++ b/releases/specs/hppa/installcd-stage1.spec
@@ -9,8 +9,8 @@ pkgcache_path: 
/var/tmp/catalyst/packages/default/installcd-stage1
 portage_confdir: @REPO_DIR@/releases/portage/isos
 livecd/use:
-*
-   python_targets_python3_6
-   python_single_target_python3_6
+   python_targets_python3_9
+   python_single_target_python3_9
bindist
compile-locales
fbcon

diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec 
b/releases/specs/hppa/installcd-stage2-minimal.spec
index 41d34ff2..ad132917 100644
--- a/releases/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/specs/hppa/installcd-stage2-minimal.spec
@@ -20,6 +20,8 @@ boot/kernel/livecd32/sources: sys-kernel/gentoo-sources
 boot/kernel/livecd32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
 boot/kernel/livecd32/use:
-*
+   python_targets_python3_9
+   python_single_target_python3_9
atm
fbcon
ipv6
@@ -47,6 +49,8 @@ boot/kernel/livecd64/gk_kernargs:
--kernel-nm=hppa64-unknown-linux-gnu-nm
 boot/kernel/livecd64/use:
-*
+   python_targets_python3_9
+   python_single_target_python3_9
atm
fbcon
ipv6

diff --git a/releases/specs/hppa/netboot-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
index ff219ff5..4908c222 100644
--- a/releases/specs/hppa/netboot-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -18,6 +18,8 @@ boot/kernel/netboot32/gk_kernargs:   --all-ramdisk-modules
 
 netboot/use:
  -*
+ python_targets_python3_9
+ python_single_target_python3_9
  libtommath # dropbear requires libtomcrypt[libtommath]
  multicall
  shadow

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index 43c95c1e..992fc3db 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -23,6 +23,8 @@ boot/kernel/netboot64/gk_kernargs:
 
 netboot/use:
  -*
+ python_targets_python3_9
+ python_single_target_python3_9
  libtommath # dropbear requires libtomcrypt[libtommath]
  multicall
  shadow



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

2021-09-12 Thread Matt Turner
commit: d9483a3e0289345a9f5bf2d534008f4a4edd1e1c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep 13 04:43:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:30 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=d9483a3e

specs/hppa: Remove some packages from installcd-stage1

mingetty redundant because it is a dependency of livecd-tools.
I can't imagine anyone needing rp-pppoe to install Gentoo on their
PA-RISC machine, so remove it. lsscsi was listed twice.

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

 releases/specs/hppa/installcd-stage1.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/releases/specs/hppa/installcd-stage1.spec 
b/releases/specs/hppa/installcd-stage1.spec
index 42def888..4e438979 100644
--- a/releases/specs/hppa/installcd-stage1.spec
+++ b/releases/specs/hppa/installcd-stage1.spec
@@ -40,8 +40,6 @@ livecd/packages:
app-text/wgetpaste
dev-util/debootstrap
net-analyzer/traceroute
-   net-dialup/mingetty
-   net-dialup/rp-pppoe
net-fs/cifs-utils
net-fs/nfs-utils
net-irc/irssi
@@ -64,7 +62,6 @@ livecd/packages:
sys-fs/dosfstools
sys-fs/e2fsprogs
sys-fs/lsscsi
-   sys-fs/lsscsi
sys-fs/lvm2
sys-fs/mdadm
sys-fs/reiserfsprogs



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

2021-09-12 Thread Matt Turner
commit: 4a12080c5c5536448103ef40759f6329f104a5cc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 12 04:06:03 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:30 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=4a12080c

specs/hppa: Use updated kernel configs

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

 releases/specs/hppa/installcd-stage2-minimal.spec | 4 ++--
 releases/specs/hppa/netboot-hppa32.spec   | 2 +-
 releases/specs/hppa/netboot-hppa64.spec   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec 
b/releases/specs/hppa/installcd-stage2-minimal.spec
index c1705741..a7ee0666 100644
--- a/releases/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/specs/hppa/installcd-stage2-minimal.spec
@@ -20,7 +20,7 @@ boot/kernel: livecd32 livecd64
 boot/kernel/livecd32/kernelopts: panic=30
 
 boot/kernel/livecd32/sources: sys-kernel/gentoo-sources
-boot/kernel/livecd32/config: 
/home/gmsoft/specs/installcd-3.10.7-gentoo-livecd32.config
+boot/kernel/livecd32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
 boot/kernel/livecd32/use:
-*
atm
@@ -40,7 +40,7 @@ boot/kernel/livecd32/use:
usb
 
 boot/kernel/livecd64/sources: sys-kernel/gentoo-sources
-boot/kernel/livecd64/config: 
/home/gmsoft/specs/installcd-3.10.7-gentoo-livecd64.config
+boot/kernel/livecd64/config: @REPO_DIR@/releases/kconfig/hppa/hppa64.config
 boot/kernel/livecd64/gk_kernargs: --cross-compile=hppa64-unknown-linux-gnu
 boot/kernel/livecd64/use:
-*

diff --git a/releases/specs/hppa/netboot-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
index 8d38bd7e..ff219ff5 100644
--- a/releases/specs/hppa/netboot-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -13,7 +13,7 @@ profile: default/linux/hppa/17.0
 # netboot stuff
 boot/kernel:  netboot32
 boot/kernel/netboot32/sources:   sys-kernel/gentoo-sources
-boot/kernel/netboot32/config: 
/root/releng/releases/kconfig/hppa/netboot-3.10.7-gentoo-netboot32.config
+boot/kernel/netboot32/config:
@REPO_DIR@/releases/kconfig/hppa/hppa32.config
 boot/kernel/netboot32/gk_kernargs:   --all-ramdisk-modules
 
 netboot/use:

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index df742559..51b90f0e 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -12,7 +12,7 @@ profile: default/linux/hppa/17.0
 
 boot/kernel:  netboot64
 boot/kernel/netboot64/sources:   sys-kernel/gentoo-sources
-boot/kernel/netboot64/config: 
/root/releng/releases/kconfig/hppa/netboot-3.10.7-gentoo-netboot64.config
+boot/kernel/netboot64/config:
@REPO_DIR@/releases/kconfig/hppa/hppa32.config
 boot/kernel/netboot64/gk_kernargs:   --cross-compile=hppa64-unknown-linux-gnu 
--all-ramdisk-modules
 
 netboot/use:



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

2021-09-12 Thread Matt Turner
commit: 41695d87ba25fa3ed9bf7730657e11761906329b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 12 04:13:45 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:30 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=41695d87

specs/hppa: Use --kernel-${tool}=... genkernel options

The --kernel-cross-compile= option was removed from genkernel-4.

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

 releases/specs/hppa/installcd-stage2-minimal.spec | 8 +++-
 releases/specs/hppa/netboot-hppa64.spec   | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec 
b/releases/specs/hppa/installcd-stage2-minimal.spec
index a7ee0666..6bf638ae 100644
--- a/releases/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/specs/hppa/installcd-stage2-minimal.spec
@@ -41,7 +41,13 @@ boot/kernel/livecd32/use:
 
 boot/kernel/livecd64/sources: sys-kernel/gentoo-sources
 boot/kernel/livecd64/config: @REPO_DIR@/releases/kconfig/hppa/hppa64.config
-boot/kernel/livecd64/gk_kernargs: --cross-compile=hppa64-unknown-linux-gnu
+boot/kernel/livecd64/gk_kernargs:
+   --all-ramdisk-modules
+   --kernel-ar=hppa64-unknown-linux-gnu-ar
+   --kernel-as=hppa64-unknown-linux-gnu-as
+   --kernel-cc=hppa64-unknown-linux-gnu-cc
+   --kernel-ld=hppa64-unknown-linux-gnu-ld
+   --kernel-nm=hppa64-unknown-linux-gnu-nm
 boot/kernel/livecd64/use:
-*
atm

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index 51b90f0e..43c95c1e 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -13,7 +13,13 @@ profile: default/linux/hppa/17.0
 boot/kernel:  netboot64
 boot/kernel/netboot64/sources:   sys-kernel/gentoo-sources
 boot/kernel/netboot64/config:
@REPO_DIR@/releases/kconfig/hppa/hppa32.config
-boot/kernel/netboot64/gk_kernargs:   --cross-compile=hppa64-unknown-linux-gnu 
--all-ramdisk-modules
+boot/kernel/netboot64/gk_kernargs:
+   --all-ramdisk-modules
+   --kernel-ar=hppa64-unknown-linux-gnu-ar
+   --kernel-as=hppa64-unknown-linux-gnu-as
+   --kernel-cc=hppa64-unknown-linux-gnu-cc
+   --kernel-ld=hppa64-unknown-linux-gnu-ld
+   --kernel-nm=hppa64-unknown-linux-gnu-nm
 
 netboot/use:
  -*



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

2021-09-12 Thread Matt Turner
commit: 61fc46039c1bd61acab6d2f36d2735df841f1cfe
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 12 04:26:59 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:30 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=61fc4603

specs/hppa: Remove USE=atm

net-dialup/linux-atm is no longer stable on hppa.

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

 releases/specs/hppa/installcd-stage2-minimal.spec | 2 --
 1 file changed, 2 deletions(-)

diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec 
b/releases/specs/hppa/installcd-stage2-minimal.spec
index 10a1a30d..ee450096 100644
--- a/releases/specs/hppa/installcd-stage2-minimal.spec
+++ b/releases/specs/hppa/installcd-stage2-minimal.spec
@@ -22,7 +22,6 @@ boot/kernel/hppa32/use:
-*
python_targets_python3_9
python_single_target_python3_9
-   atm
fbcon
ipv6
livecd
@@ -51,7 +50,6 @@ boot/kernel/hppa64/use:
-*
python_targets_python3_9
python_single_target_python3_9
-   atm
fbcon
ipv6
livecd



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

2021-09-12 Thread Matt Turner
commit: 33865c4e763994667df5053271496b3bab1f5abc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 10 21:47:32 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:29 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=33865c4e

specs/hppa: Add sys-fs/lvm2 to netboot images

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

 releases/specs/hppa/netboot-hppa32.spec | 1 +
 releases/specs/hppa/netboot-hppa64.spec | 1 +
 2 files changed, 2 insertions(+)

diff --git a/releases/specs/hppa/netboot-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
index 378d23c6..ddab2d87 100644
--- a/releases/specs/hppa/netboot-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -27,6 +27,7 @@ netboot/use:
 
 netboot/packages:
sys-boot/palo
+   sys-fs/lvm2
sys-fs/mdadm
sys-fs/e2fsprogs
sys-fs/reiserfsprogs

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index 009b792a..35a34ceb 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -26,6 +26,7 @@ netboot/use:
 
 netboot/packages:
sys-boot/palo
+   sys-fs/lvm2
sys-fs/mdadm
sys-fs/e2fsprogs
sys-fs/reiserfsprogs



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

2021-09-12 Thread Matt Turner
commit: 71e4b843b89ba8d5ebe4c1414225dc8e8e1271e6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 10 21:45:21 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:29 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=71e4b843

specs/hppa: netboot2 -> netboot

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

 .../{netboot2-hppa32.spec => netboot-hppa32.spec}  | 38 +++---
 .../{netboot2-hppa64.spec => netboot-hppa64.spec}  | 36 ++--
 tools/catalyst-auto-hppa.conf  | 14 
 3 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/releases/specs/hppa/netboot2-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
similarity index 82%
rename from releases/specs/hppa/netboot2-hppa32.spec
rename to releases/specs/hppa/netboot-hppa32.spec
index b50bb8f0..e2e15639 100644
--- a/releases/specs/hppa/netboot2-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -2,21 +2,21 @@
 version_stamp: @TIMESTAMP@
 snapshot: @TIMESTAMP@
 source_subpath: default/stage3-hppa1.1-@TIMESTAMP@
-pkgcache_path: /var/tmp/catalyst/packages/default/netboot2-hppa32
+pkgcache_path: /var/tmp/catalyst/packages/default/netboot-hppa32
 
 # these shouldn't change
-target:  netboot2
+target:  netboot
 subarch: hppa1.1
 rel_type:default
 profile: default/linux/hppa/17.0
 
-# netboot2 stuff
+# netboot stuff
 boot/kernel:  netboot32
 boot/kernel/netboot32/sources:   sys-kernel/gentoo-sources
 boot/kernel/netboot32/config: 
/root/releng/releases/kconfig/hppa/netboot-3.10.7-gentoo-netboot32.config
 boot/kernel/netboot32/gk_kernargs:   --all-ramdisk-modules
 
-netboot2/use:
+netboot/use:
  -*
  multicall
  shadow
@@ -24,7 +24,7 @@ netboot2/use:
  ssl
  unicode
 
-netboot2/packages:
+netboot/packages:
sys-boot/palo
sys-fs/mdadm
sys-fs/e2fsprogs
@@ -43,14 +43,14 @@ netboot2/packages:
#needed for the kernel to compile 
sys-devel/bc
 
-netboot2/packages/sys-boot/palo/files:
+netboot/packages/sys-boot/palo/files:
/sbin/palo
/usr/share/palo/iplboot
 
-netboot2/packages/sys-fs/mdadm/files:
+netboot/packages/sys-fs/mdadm/files:
/sbin/mdadm
 
-netboot2/packages/sys-fs/e2fsprogs/files:
+netboot/packages/sys-fs/e2fsprogs/files:
/usr/bin/chattr
/usr/bin/lsattr
/usr/bin/uuidgen
@@ -84,14 +84,14 @@ netboot2/packages/sys-fs/e2fsprogs/files:
/usr/lib/e2initrd_helper
/lib/libpthread*
 
-netboot2/packages/sys-fs/xfsprogs/files:
+netboot/packages/sys-fs/xfsprogs/files:
/sbin/mkfs.xfs
/sbin/fsck.xfs
/sbin/xfs_repair
/lib/librt*
 
 
-netboot2/packages/sys-apps/util-linux/files:
+netboot/packages/sys-apps/util-linux/files:
/usr/sbin/partx
/usr/sbin/delpart
/usr/sbin/rtcwake
@@ -146,10 +146,10 @@ netboot2/packages/sys-apps/util-linux/files:
/lib/libmount.so.*
/lib/libuuid.so.*
 
-netboot2/packages/app-editors/nano/files:
+netboot/packages/app-editors/nano/files:
/bin/nano
 
-netboot2/packages/sys-libs/ncurses/files:
+netboot/packages/sys-libs/ncurses/files:
/lib/libncurses.so.*
/lib/libncursesw.so.*
/etc/terminfo
@@ -174,22 +174,22 @@ netboot2/packages/sys-libs/ncurses/files:
/usr/share/terminfo/x/xterm-color
/usr/share/terminfo/x/xterm-xfree86
 
-netboot2/packages/net-misc/wget/files:
+netboot/packages/net-misc/wget/files:
/usr/bin/wget
/lib/libss.so.*
/lib/libz.so.*
 
-netboot2/packages/dev-libs/openssl/files:
+netboot/packages/dev-libs/openssl/files:
/usr/lib/libssl.so*
/usr/lib/libcrypto.so*
 
-netboot2/packages/net-misc/rsync/files:
+netboot/packages/net-misc/rsync/files:
/usr/bin/rsync
 
-netboot2/packages/dev-libs/popt/files:
+netboot/packages/dev-libs/popt/files:
/usr/lib/libpopt.so*
 
-netboot2/packages/net-misc/dropbear/files:
+netboot/packages/net-misc/dropbear/files:
/usr/bin/dbclient
/usr/bin/dbscp
/usr/bin/dropbearconvert
@@ -202,12 +202,12 @@ netboot2/packages/net-misc/dropbear/files:
/lib/libresolv*
/lib/libnss_dns*
 
-netboot2/packages/dev-libs/libtommath/files:
+netboot/packages/dev-libs/libtommath/files:
/usr/lib/libtommath.so*
/usr/lib/libtommath.so
/lib/libutil*
 
-netboot2/packages/app-misc/screen/files:
+netboot/packages/app-misc/screen/files:
/usr/bin/screen
/etc/screenrc
/lib/libdl*

diff --git a/releases/specs/hppa/netboot2-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
similarity index 83%
rename from releases/specs/hppa/netboot2-hppa64.spec
rename to releases/specs/hppa/netboot-hppa64.spec
index 93463ca7..b0241dc6 100644
--- a/releases/specs/hppa/netboot2-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -2,10 +2,10 @@
 version_stamp: @TIMESTAMP@
 snapshot: @TIMESTAMP@
 

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

2021-09-12 Thread Matt Turner
commit: 61cc664e9db84cce1121f11adad592a424d33bfb
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 11 20:07:11 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:29 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=61cc664e

specs/hppa: Remove sys-devel/bc from netboot

It'll be emerged as a dependency of the kernel sources package.

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

 releases/specs/hppa/netboot-hppa32.spec | 2 --
 releases/specs/hppa/netboot-hppa64.spec | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/releases/specs/hppa/netboot-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
index ddab2d87..8d38bd7e 100644
--- a/releases/specs/hppa/netboot-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -42,8 +42,6 @@ netboot/packages:
net-misc/dropbear
dev-libs/openssl
app-misc/screen
-   #needed for the kernel to compile 
-   sys-devel/bc
 
 netboot/packages/sys-boot/palo/files:
/sbin/palo

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index 35a34ceb..df742559 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -43,9 +43,6 @@ netboot/packages:
sys-devel/binutils-hppa64
sys-devel/kgcc64
app-misc/screen
-   #needed for the kernel to compile 
-   sys-devel/bc
-
 
 netboot/packages/sys-boot/palo/files:
/sbin/palo



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

2021-09-12 Thread Matt Turner
commit: 31319455969f80e7283a0f0c7536ad366d34056e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 10 21:46:13 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep 13 04:49:29 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=31319455

specs/hppa: Enable USE=libtommath for dev-libs/libtomcrypt

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

 releases/specs/hppa/netboot-hppa32.spec | 1 +
 releases/specs/hppa/netboot-hppa64.spec | 1 +
 2 files changed, 2 insertions(+)

diff --git a/releases/specs/hppa/netboot-hppa32.spec 
b/releases/specs/hppa/netboot-hppa32.spec
index e2e15639..378d23c6 100644
--- a/releases/specs/hppa/netboot-hppa32.spec
+++ b/releases/specs/hppa/netboot-hppa32.spec
@@ -18,6 +18,7 @@ boot/kernel/netboot32/gk_kernargs:   --all-ramdisk-modules
 
 netboot/use:
  -*
+ libtommath # dropbear requires libtomcrypt[libtommath]
  multicall
  shadow
  readline

diff --git a/releases/specs/hppa/netboot-hppa64.spec 
b/releases/specs/hppa/netboot-hppa64.spec
index b0241dc6..009b792a 100644
--- a/releases/specs/hppa/netboot-hppa64.spec
+++ b/releases/specs/hppa/netboot-hppa64.spec
@@ -17,6 +17,7 @@ boot/kernel/netboot64/gk_kernargs:   
--cross-compile=hppa64-unknown-linux-gnu --
 
 netboot/use:
  -*
+ libtommath # dropbear requires libtomcrypt[libtommath]
  multicall
  shadow
  readline



[gentoo-commits] repo/gentoo:master commit in: games-action/chickens/

2021-09-12 Thread Ionen Wolkens
commit: 35f7c10ca63c0a325b255893f218615def8cc429
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Sep 13 04:36:48 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Sep 13 04:36:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f7c10c

games-action/chickens: add missing pkgconfig dep

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

 games-action/chickens/chickens-0.2.4-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild 
b/games-action/chickens/chickens-0.2.4-r1.ebuild
index 2c0b8e41b96..9d9aa34a238 100644
--- a/games-action/chickens/chickens-0.2.4-r1.ebuild
+++ b/games-action/chickens/chickens-0.2.4-r1.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
acct-group/gamestat
media-libs/allegro:0[X]"
 DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${P}-bitmap.patch



[gentoo-commits] repo/gentoo:master commit in: games-action/chickens/, games-action/chickens/files/

2021-09-12 Thread Ionen Wolkens
commit: fb26b7576fa158a1826b0984e2734f3be991740e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Sep 13 04:31:19 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Sep 13 04:33:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb26b757

games-action/chickens: EAPI6->8, fix build and runtime

Closes: https://bugs.gentoo.org/638246
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/chickens/chickens-0.2.4-r1.ebuild | 76 +-
 .../chickens/files/chickens-0.2.4-bitmap.patch | 33 ++
 .../chickens/files/chickens-0.2.4-settings.patch   | 33 ++
 3 files changed, 110 insertions(+), 32 deletions(-)

diff --git a/games-action/chickens/chickens-0.2.4-r1.ebuild 
b/games-action/chickens/chickens-0.2.4-r1.ebuild
index 4aa9dc2a0d8..2c0b8e41b96 100644
--- a/games-action/chickens/chickens-0.2.4-r1.ebuild
+++ b/games-action/chickens/chickens-0.2.4-r1.ebuild
@@ -1,62 +1,74 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit desktop
+inherit desktop flag-o-matic toolchain-funcs
 
 MY_P="ChickensForLinux-Linux-${PV}"
+
 DESCRIPTION="Target chickens with rockets and shotguns. Funny"
 HOMEPAGE="http://www.chickensforlinux.com/;
 SRC_URI="http://www.chickensforlinux.com/${MY_P}.tar.gz;
+S="${WORKDIR}/${PN}"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror bindist"
+RESTRICT="bindist mirror"
 
-DEPEND="acct-group/gamestat
-   https://bugs.gentoo.org/588544
-   bash ./configure || die
+   : # this configure file does no good
+}
+
+src_compile() {
+   local obj=([!m]*.cpp)
+   tc-export CXX
+   append-cppflags $($(tc-getPKG_CONFIG) --cflags allegro || die)
+   append-libs $($(tc-getPKG_CONFIG) --libs allegro || die)
+   emake -E "main: ${obj[*]/.cpp/.o}" LDLIBS="${LIBS}"
 }
 
 src_install() {
-   dobin ${PN}
+   newbin main ${PN}
+   dodoc AUTHOR README
+
insinto /usr/share/${PN}
doins -r dat sound
-   dodoc AUTHOR README
-   insinto /var/games/${PN}
-   doins HighScores
+
insinto /etc/${PN}
doins options.cfg
-   make_desktop_entry ${PN} Chickens
 
-   fowners root:gamestat /usr/bin/${PN} /var/games/${PN}/HighScores
-   fperms 2755 /usr/bin/${PN}
-   fperms 660  /var/games/${PN}/HighScores
+   insinto /var/games
+   newins HighScores ${PN}.hs
+
+   fowners :gamestat /usr/bin/${PN} /var/games/${PN}.hs
+   fperms g+s /usr/bin/${PN}
+   fperms 660  /var/games/${PN}.hs
+
+   make_desktop_entry ${PN} ${PN^} applications-games
 }

diff --git a/games-action/chickens/files/chickens-0.2.4-bitmap.patch 
b/games-action/chickens/files/chickens-0.2.4-bitmap.patch
new file mode 100644
index 000..3156ebc7d2e
--- /dev/null
+++ b/games-action/chickens/files/chickens-0.2.4-bitmap.patch
@@ -0,0 +1,33 @@
+https://bugs.gentoo.org/638246
+--- a/gem.h
 b/gem.h
+@@ -22,3 +22,2 @@
+   
+-  BITMAP image;
+   void draw();
+@@ -33,2 +32,3 @@
+   bool active;
++  BITMAP image;
+ };
+--- a/smoke.cpp
 b/smoke.cpp
+@@ -40,3 +40,3 @@
+ 
+-int SMOKE::release() {
++void SMOKE::release() {
+   
+@@ -62,3 +62,3 @@
+ 
+-int SMOKE::draw() {
++void SMOKE::draw() {
+ 
+--- a/smoke.h
 b/smoke.h
+@@ -32,5 +32,5 @@
+   
+-  int draw();
++  void draw();
+   int run();
+-  int release();
++  void release();
+   

diff --git a/games-action/chickens/files/chickens-0.2.4-settings.patch 
b/games-action/chickens/files/chickens-0.2.4-settings.patch
new file mode 100644
index 000..393e6ef5a87
--- /dev/null
+++ b/games-action/chickens/files/chickens-0.2.4-settings.patch
@@ -0,0 +1,33 @@
+Use ifstream so it can read the system's config, and default to windowed
+mode (may crash depending on display, and is harder to exit from).
+--- a/options.cfg
 b/options.cfg
+@@ -36,7 +36,7 @@
+ VOLUME255 # 255 is full volume
+ 
+ # --- video ---
+-FULLSCREEN1   # run in fullscreen (1) or windowed mode (0)
++FULLSCREEN0   # run in fullscreen (1) or windowed mode (0)
+ 
+ # --- smoke ---
+ TRANSLUCENT_SMOKE 1   # set to 0 if speed is an issue 
+--- a/settings.cpp
 b/settings.cpp
+@@ -4,7 +4,7 @@
+ 
+ int load_config(char* path) {
+ 
+-  fstream file(path);
++  ifstream file(path);
+   
+   string key;
+   char comment[255];
+@@ -82,7 +82,7 @@
+   CHANCE_OF_GEM = 25;
+   CHICKEN_SPEED = 5;
+   CHUNKS_PER_CHICKEN = 20;
+-  FULLSCREEN = 1;
++  FULLSCREEN = 0;
+   GAME_SPEED_OFFSET = 0;
+   GRAVITY = 0.7;
+   MAX_CHICKENS = 80;



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

2021-09-12 Thread Yixun Lan
commit: 6a95284b5919af81bb40a075da050b066c6e2ebc
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:18:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:18:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a95284b

dev-perl/AppConfig: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild 
b/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild
index dcc845c3b5f..c99404ee3f0 100644
--- a/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild
+++ b/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl5 module for reading configuration files and parsing command 
line arguments"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+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"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-09-12 Thread Yixun Lan
commit: be39eb2d030e3579d5fbc180d3f3fffc4cecfa93
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:27:04 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:27:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be39eb2d

dev-perl/Class-Load: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Class-Load/Class-Load-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-Load/Class-Load-0.250.0.ebuild 
b/dev-perl/Class-Load/Class-Load-0.250.0.ebuild
index 0ffc073f64d..60037e38fdb 100644
--- a/dev-perl/Class-Load/Class-Load-0.250.0.ebuild
+++ b/dev-perl/Class-Load/Class-Load-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A working (require q{Class::Name}) and more"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-W3CDTF/

2021-09-12 Thread Yixun Lan
commit: f48d1097fbb0d14ada9650dcef09415c0f858dec
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:33:39 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:33:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48d1097

dev-perl/DateTime-Format-W3CDTF: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.80.0.ebuild 
b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.80.0.ebuild
index e707a8de7f5..a4e2faa5e1f 100644
--- a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.80.0.ebuild
+++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.80.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse and format W3CDTF datetime strings"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-09-12 Thread Yixun Lan
commit: e7601a9b0c49f69d4ab4f9d9786ad85b59829ea6
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:36:13 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:36:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7601a9b

dev-perl/DBD-Pg: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/DBD-Pg/DBD-Pg-3.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.15.0.ebuild 
b/dev-perl/DBD-Pg/DBD-Pg-3.15.0.ebuild
index 2b055bbeddd..dbef6265ae1 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-3.15.0.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-3.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="PostgreSQL database driver for the DBI module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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 ~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"
 RESTRICT="!test? ( test )"
 



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

2021-09-12 Thread Yixun Lan
commit: 70b584acef1084e8418d8e33d408033bb644eb4e
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:38:23 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:38:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b584ac

dev-perl/Devel-OverloadInfo: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.7.0.ebuild 
b/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.7.0.ebuild
index aeba794d310..06c77a02655 100644
--- a/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.7.0.ebuild
+++ b/dev-perl/Devel-OverloadInfo/Devel-OverloadInfo-0.7.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Introspect overloaded operators"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Mail/

2021-09-12 Thread Yixun Lan
commit: fa7fb64a10913e26b01a560ff0cbe0690529f9c7
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:31:39 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7fb64a

dev-perl/DateTime-Format-Mail: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild 
b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
index cb5d65fd108..e2bf6588fcc 100644
--- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
+++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert between DateTime and RFC2822/822 formats"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-09-12 Thread Yixun Lan
commit: 0f52faf65421e953b71a4dec84417ae58a7cf664
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:24:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:24:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f52faf6

dev-perl/Class-Accessor: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild 
b/dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild
index 7da3f1b47a1..7179587e884 100644
--- a/dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild
+++ b/dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Automated accessor generation"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 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 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="dev-perl/Sub-Name"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Load-XS/

2021-09-12 Thread Yixun Lan
commit: 816b11329f85dedc14c2fdfc670a0a5c1fc2762c
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 03:29:16 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 03:29:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816b1132

dev-perl/Class-Load-XS: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild 
b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild
index 3ab26983746..aa60603af76 100644
--- a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild
+++ b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="XS implementation of parts of Class::Load"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-09-12 Thread Yixun Lan
commit: 51f9412fcf44fefe0761974ab7deac2c0a523e6d
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 02:06:07 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 02:06:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f9412f

profiles/arch/riscv: unmask USE=pidgin for media-sound/cmus

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

 profiles/arch/riscv/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 77b5ec3796d..be1063ba1de 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -11,10 +11,6 @@ dev-ruby/capybara test
 # net-misc/memcached not keyworded yet due to failing tests (Bug #811477)
 dev-ruby/dalli test
 
-# Yixun Lan  (2021-09-03)
-# dependencies not keyworded/tested
-media-sound/cmus pidgin
-
 # Jonathan Davies  (2021-09-03)
 # Requires CPU with SSSE3 support
 net-analyzer/suricata hyperscan



[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/files/, sys-devel/gcc/

2021-09-12 Thread Jory Pratt
commit: e5b037865b4a7264c27c7fc64466de1012d4b29c
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Sep 13 02:01:35 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Sep 13 02:01:35 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e5b03786

sys-devel/gcc: use libssp_nonshared.a for ssp

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Jory Pratt  gentoo.org>

 sys-devel/gcc/files/gcc-6.1-musl-libssp.patch | 20 
 sys-devel/gcc/gcc-10.3.0-r2.ebuild|  4 
 sys-devel/gcc/gcc-11.1.0-r1.ebuild|  4 
 sys-devel/gcc/gcc-11.2.0.ebuild   |  4 
 4 files changed, 32 insertions(+)

diff --git a/sys-devel/gcc/files/gcc-6.1-musl-libssp.patch 
b/sys-devel/gcc/files/gcc-6.1-musl-libssp.patch
new file mode 100644
index 000..fe5c614
--- /dev/null
+++ b/sys-devel/gcc/files/gcc-6.1-musl-libssp.patch
@@ -0,0 +1,20 @@
+Author: Timo Teräs 
+
+Alpine musl package provides libssp_nonshared.a. We link to it unconditionally,
+as otherwise we get link failures if some objects are -fstack-protector built
+and final link happens with -fno-stack-protector. This seems to be the common
+case when bootstrapping gcc, the piepatches do not seem to fully fix the
+crosstoolchain and  bootstrap sequence wrt. stack-protector flag usage.
+
+--- gcc-6.1.0/gcc/gcc.c.orig
 gcc-6.1.0/gcc/gcc.c
+@@ -870,8 +870,7 @@
+ 
+ #ifndef LINK_SSP_SPEC
+ #ifdef TARGET_LIBC_PROVIDES_SSP
+-#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \
+- "|fstack-protector-strong|fstack-protector-explicit:}"
++#define LINK_SSP_SPEC "-lssp_nonshared"
+ #else
+ #define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \
+  "|fstack-protector-strong|fstack-protector-explicit" \

diff --git a/sys-devel/gcc/gcc-10.3.0-r2.ebuild 
b/sys-devel/gcc/gcc-10.3.0-r2.ebuild
index 52430b9..7dec59f 100644
--- a/sys-devel/gcc/gcc-10.3.0-r2.ebuild
+++ b/sys-devel/gcc/gcc-10.3.0-r2.ebuild
@@ -23,5 +23,9 @@ src_prepare() {
esac
fi
 
+   if [[ ${CATEGORY} != cross-* ]] ; then
+   eapply "${FILESDIR}"/gcc-6.1-musl-libssp.patch
+   fi
+
eapply_user
 }

diff --git a/sys-devel/gcc/gcc-11.1.0-r1.ebuild 
b/sys-devel/gcc/gcc-11.1.0-r1.ebuild
index f60c567..5b6db15 100644
--- a/sys-devel/gcc/gcc-11.1.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-11.1.0-r1.ebuild
@@ -27,5 +27,9 @@ src_prepare() {
esac
fi
 
+   if [[ ${CATEGORY} != cross-* ]] ; then
+   eapply "${FILESDIR}"/gcc-6.1-musl-libssp.patch
+   fi
+
eapply_user
 }

diff --git a/sys-devel/gcc/gcc-11.2.0.ebuild b/sys-devel/gcc/gcc-11.2.0.ebuild
index 3f91080..ccb6c1c 100644
--- a/sys-devel/gcc/gcc-11.2.0.ebuild
+++ b/sys-devel/gcc/gcc-11.2.0.ebuild
@@ -23,5 +23,9 @@ src_prepare() {
esac
fi
 
+   if [[ ${CATEGORY} != cross-* ]] ; then
+   eapply "${FILESDIR}"/gcc-6.1-musl-libssp.patch
+   fi
+
eapply_user
 }
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: games-action/battalion/

2021-09-12 Thread Ionen Wolkens
commit: f224f73f549c91c94eff6ba77973b08ccb28fa62
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Sep 13 01:46:23 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Sep 13 01:47:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f224f73f

games-action/battalion: add desktop entry and missing || die

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

 games-action/battalion/battalion-1.4b-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-action/battalion/battalion-1.4b-r2.ebuild 
b/games-action/battalion/battalion-1.4b-r2.ebuild
index 4d03d116cfb..cf5a5613754 100644
--- a/games-action/battalion/battalion-1.4b-r2.ebuild
+++ b/games-action/battalion/battalion-1.4b-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit desktop toolchain-funcs
 
 DESCRIPTION="Be a rampaging monster and destroy the city"
 HOMEPAGE="https://www.evl.uic.edu/aej/AndyBattalion.html;
@@ -36,7 +36,7 @@ src_prepare() {
-e "/getenv.*SCOREDIR/s|= .*|= \"${EPREFIX}/var/games\";|" \
-i battalion.c || die
 
-   sed '1s/1/6/' ../${PN}SUN4/${PN}.man > "${T}"/${PN}.6
+   sed '1s/1/6/' ../${PN}SUN4/${PN}.man > "${T}"/${PN}.6 || die
 
# Only .raw sound files are used on Linux. The .au files are not needed.
rm {SOUNDS,MUSIC}/*.au || die
@@ -63,6 +63,8 @@ src_install() {
fowners :gamestat /usr/bin/${PN} /var/games/${PN}_hiscore
fperms g+s /usr/bin/${PN}
fperms 660 /var/games/${PN}_hiscore
+
+   make_desktop_entry ${PN} ${PN^} applications-games
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: games-action/battalion/

2021-09-12 Thread Ionen Wolkens
commit: 8e7ac2adb6decb75238175d90a138ee2d6bce595
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Sep 13 01:32:44 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Sep 13 01:38:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7ac2ad

games-action/battalion: drop 1.4b-r1

x86-only, not worth keeping

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

 games-action/battalion/Manifest |  1 -
 games-action/battalion/battalion-1.4b-r1.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/games-action/battalion/Manifest b/games-action/battalion/Manifest
index 148db2f77c1..b4d48a78dd5 100644
--- a/games-action/battalion/Manifest
+++ b/games-action/battalion/Manifest
@@ -1,3 +1,2 @@
 DIST battalion1.4b-r1.tar.bz2 1103031 BLAKE2B 
393561b879813244c90cba1fe1186a65920bf383926c06c28f1ce3a04afa66eab08f3b35925495bf4ca9b0d37eb1925bad5cbace602a8cb575cc4d6c5410fd01
 SHA512 
5c2acf7941cfd4ae4c7f46b3df7c7e6090dfd099276c67b0de83a4e6e14de00b099814980a12bddf1349407e7e1e62f91da5d0da842fd26f240b9a6cb37ecb04
-DIST battalion1.4b.tar.bz2 942342 BLAKE2B 
6a4bd9afc7202d68c2cf62fbfe5b3b8377069263d71adaad006d2b4803d5989b130e0ef7fd5b1479a7698d79c819bc463ab19f2fa1493d4caf616708091e2c83
 SHA512 
c3c615772012c63a709aaeaf4f23246760bf577b82eeec7cf5b2a479c6240fe4a2f839aca50540299ed4bee9b297f61fb8b7e1f5af74ea357f0d7e749d86f84b
 DIST battalionSUN4.tar.gz 1593265 BLAKE2B 
239dff49c4d2c33a440594c113f45d347e598935257e30a04a18bd0f6b440b7790436000213fcbacfa862187f4760b9927539977f144ff5e92d7dfddbb7f3d7e
 SHA512 
1e1ea7c7232b99b01a85fdf0660877944d64172b751df1dcd63a6cbeb4179078e80879aca77d84bb37b68fcf082680243987d5b65c77e5ea48e8f5645f9b2ef0

diff --git a/games-action/battalion/battalion-1.4b-r1.ebuild 
b/games-action/battalion/battalion-1.4b-r1.ebuild
deleted file mode 100644
index ae310183dfe..000
--- a/games-action/battalion/battalion-1.4b-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Be a rampaging monster and destroy the city"
-HOMEPAGE="http://evlweb.eecs.uic.edu/aej/AndyBattalion.html;
-SRC_URI="http://evlweb.eecs.uic.edu/aej/BATTALION/${PN}${PV}.tar.bz2;
-S="${WORKDIR}"/${PN}${PV}
-
-LICENSE="battalion HPND"
-SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND="
-   virtual/glu
-   virtual/opengl
-   x11-libs/libX11"
-RDEPEND="${DEPEND}"
-
-DEPEND+=" virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-warning.patch
-   "${FILESDIR}"/${PN}-1.4b-fix-build-system.patch
-)
-
-src_prepare() {
-   default
-
-   # Modify data paths
-   sed -i \
-   -e "s:SOUNDS/:${EPREFIX}/usr/share/${PN}/SOUNDS/:" \
-   -e "s:MUSIC/:${EPREFIX}/usr/share/${PN}/MUSIC/:" \
-   audio.c || die
-   sed -i \
-   -e "s:DATA/:${EPREFIX}/usr/share/${PN}/DATA/:" \
-   -e "s:/usr/tmp:${EPREFIX}/var/${PN}:" \
-   battalion.c || die
-   sed -i \
-   -e "s:TEXTURES/:${EPREFIX}/usr/share/${PN}/TEXTURES/:" \
-   graphics.c || die
-
-   # Only .raw sound files are used on Linux. The .au files are not needed.
-   rm {SOUNDS,MUSIC}/*.au || die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-}
-
-src_install() {
-   dobin battalion
-   einstalldocs
-
-   insinto /usr/share/${PN}
-   doins -r DATA MUSIC SOUNDS TEXTURES
-
-   dodir /var/${PN}
-   touch "${ED%/}"/var/${PN}/battalion_hiscore || die
-   fperms 660 /var/${PN}/battalion_hiscore
-}
-
-pkg_postinst() {
-   elog "Sound and music are not enabled by default."
-   elog "Use the S and M keys to enable them in-game, or start the game 
with"
-   elog "the -s and -m switches: battalion -s -m"
-}



[gentoo-commits] repo/gentoo:master commit in: games-action/battalion/

2021-09-12 Thread Ionen Wolkens
commit: 49d5fab6297f9dc2b76446ec58cc2ffe710809d2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Sep 13 01:24:13 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Sep 13 01:38:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d5fab6

games-action/battalion: EAPI6->8, fix and keyword for ~amd64

Upstream subtly fixed this game for amd64 in the same tarball
without releasing a new version (thus -r1 tarball).

Also fix highscore file (gamestat), and add missing man page
plus .sho data file.

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

 games-action/battalion/Manifest |  2 +
 games-action/battalion/battalion-1.4b-r2.ebuild | 73 +
 2 files changed, 75 insertions(+)

diff --git a/games-action/battalion/Manifest b/games-action/battalion/Manifest
index 5714ea24368..148db2f77c1 100644
--- a/games-action/battalion/Manifest
+++ b/games-action/battalion/Manifest
@@ -1 +1,3 @@
+DIST battalion1.4b-r1.tar.bz2 1103031 BLAKE2B 
393561b879813244c90cba1fe1186a65920bf383926c06c28f1ce3a04afa66eab08f3b35925495bf4ca9b0d37eb1925bad5cbace602a8cb575cc4d6c5410fd01
 SHA512 
5c2acf7941cfd4ae4c7f46b3df7c7e6090dfd099276c67b0de83a4e6e14de00b099814980a12bddf1349407e7e1e62f91da5d0da842fd26f240b9a6cb37ecb04
 DIST battalion1.4b.tar.bz2 942342 BLAKE2B 
6a4bd9afc7202d68c2cf62fbfe5b3b8377069263d71adaad006d2b4803d5989b130e0ef7fd5b1479a7698d79c819bc463ab19f2fa1493d4caf616708091e2c83
 SHA512 
c3c615772012c63a709aaeaf4f23246760bf577b82eeec7cf5b2a479c6240fe4a2f839aca50540299ed4bee9b297f61fb8b7e1f5af74ea357f0d7e749d86f84b
+DIST battalionSUN4.tar.gz 1593265 BLAKE2B 
239dff49c4d2c33a440594c113f45d347e598935257e30a04a18bd0f6b440b7790436000213fcbacfa862187f4760b9927539977f144ff5e92d7dfddbb7f3d7e
 SHA512 
1e1ea7c7232b99b01a85fdf0660877944d64172b751df1dcd63a6cbeb4179078e80879aca77d84bb37b68fcf082680243987d5b65c77e5ea48e8f5645f9b2ef0

diff --git a/games-action/battalion/battalion-1.4b-r2.ebuild 
b/games-action/battalion/battalion-1.4b-r2.ebuild
new file mode 100644
index 000..4d03d116cfb
--- /dev/null
+++ b/games-action/battalion/battalion-1.4b-r2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Be a rampaging monster and destroy the city"
+HOMEPAGE="https://www.evl.uic.edu/aej/AndyBattalion.html;
+SRC_URI="
+   https://www.evl.uic.edu/aej/BATTALION/${PN}${PV}.tar.bz2 -> 
${PN}${PV}-r1.tar.bz2
+   https://www.evl.uic.edu/aej/BATTALION/${PN}SUN4.tar.gz;
+S="${WORKDIR}/${PN}${PV}"
+
+LICENSE="battalion HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   acct-group/gamestat
+   virtual/glu
+   virtual/opengl
+   x11-libs/libX11"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-warning.patch
+   "${FILESDIR}"/${P}-fix-build-system.patch
+)
+
+src_prepare() {
+   default
+
+   sed -e "/getenv.*DATADIR/s|= .*|= \"${EPREFIX}/usr/share/${PN}\";|" \
+   -e "/getenv.*SCOREDIR/s|= .*|= \"${EPREFIX}/var/games\";|" \
+   -i battalion.c || die
+
+   sed '1s/1/6/' ../${PN}SUN4/${PN}.man > "${T}"/${PN}.6
+
+   # Only .raw sound files are used on Linux. The .au files are not needed.
+   rm {SOUNDS,MUSIC}/*.au || die
+}
+
+src_compile() {
+   tc-export CC PKG_CONFIG
+
+   emake clean
+   emake
+}
+
+src_install() {
+   dobin ${PN}
+   doman "${T}"/${PN}.6
+   einstalldocs
+
+   insinto /usr/share/${PN}
+   doins -r DATA MUSIC SOUNDS TEXTURES ../${PN}SUN4/${PN}.data/${PN}.sho
+
+   dodir /var/games
+   > "${ED}"/var/games/${PN}_hiscore || die
+
+   fowners :gamestat /usr/bin/${PN} /var/games/${PN}_hiscore
+   fperms g+s /usr/bin/${PN}
+   fperms 660 /var/games/${PN}_hiscore
+}
+
+pkg_postinst() {
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog "Note that sound and music are not enabled by default,"
+   elog "and require OSS support (/dev/dsp) to function."
+   fi
+}



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

2021-09-12 Thread Yixun Lan
commit: f62ca49f0465b13ebc2e705a26058320b1f361cf
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 01:07:24 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 01:16:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62ca49f

dev-perl/XString: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-perl/XString/XString-0.5.0.ebuild 
b/dev-perl/XString/XString-0.5.0.ebuild
index 182178853cd..8bfa66d93e9 100644
--- a/dev-perl/XString/XString-0.5.0.ebuild
+++ b/dev-perl/XString/XString-0.5.0.ebuild
@@ -9,4 +9,4 @@ inherit perl-module
 
 DESCRIPTION="Isolated String helpers from B"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"



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

2021-09-12 Thread Yixun Lan
commit: c5a9aee3f746ba53927049bbc8a7f802d7683dc0
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Sep 13 01:11:53 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 13 01:16:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a9aee3

dev-perl/Specio: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-perl/Specio/Specio-0.470.0.ebuild 
b/dev-perl/Specio/Specio-0.470.0.ebuild
index 6c50ee3f992..2b532c59ab6 100644
--- a/dev-perl/Specio/Specio-0.470.0.ebuild
+++ b/dev-perl/Specio/Specio-0.470.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="minimal"
 
 RDEPEND="



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

2021-09-12 Thread Davide Pesavento
commit: 75d179d0f68baee20c0dfb12fa7981e07aafb9d8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Sep 13 01:13:23 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Sep 13 01:13:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d179d0

package.mask: unmask sip-6 and reverse deps

Signed-off-by: Davide Pesavento  gentoo.org>

 profiles/package.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 10ac5a89380..60c9b241092 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -294,14 +294,6 @@ sys-libs/db:5.1
 # which is currently not available in Gentoo.
 >=games-server/minecraft-server-1.17
 
-# Davide Pesavento  (2021-06-15)
-# Masked for revdep testing.
->=dev-python/sip-6
->=dev-python/PyQt5-5.15.5_pre
->=dev-python/PyQtWebEngine-5.15.5_pre
->=dev-python/qscintilla-python-2.13
->=app-text/calibre-5.25.0
-
 # Sam James  (2021-06-12)
 # Masked until all reverse dependencies support
 # OCaml 4.12.



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

2021-09-12 Thread Sam James
commit: beaea2a567ba55d454743e4f2740f763b559f814
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 13 00:56:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 13 00:56:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beaea2a5

app-text/ghostscript-gpl: drop unused flag-o-matic

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

 app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild
index f494a7875d2..26de70cf7a7 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.54.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Interpreter for the PostScript language and PDF"
 HOMEPAGE="https://ghostscript.com/;



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

2021-09-12 Thread Sam James
commit: eeb37a3981b77ed60be7975287e1a503375fa493
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 13 00:53:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 13 00:54:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb37a39

app-text/ghostscript-gpl: patch CVE-2021-3781

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

 .../ghostscript-gpl-9.54.0-CVE-2021-3781.patch | 213 +
 .../ghostscript-gpl-9.54.0-r1.ebuild   | 191 ++
 2 files changed, 404 insertions(+)

diff --git 
a/app-text/ghostscript-gpl/files/ghostscript-gpl-9.54.0-CVE-2021-3781.patch 
b/app-text/ghostscript-gpl/files/ghostscript-gpl-9.54.0-CVE-2021-3781.patch
new file mode 100644
index 000..779bedad4bd
--- /dev/null
+++ b/app-text/ghostscript-gpl/files/ghostscript-gpl-9.54.0-CVE-2021-3781.patch
@@ -0,0 +1,213 @@
+https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=a9bd3dec9fde03327a4a2c69dad1036bf9632e20
+https://bugs.gentoo.org/812509
+
+From: Chris Liddell 
+Date: Tue, 7 Sep 2021 20:36:12 +0100
+Subject: [PATCH 1/1] Bug 704342: Include device specifier strings in access
+ validation
+
+for the "%pipe%", %handle%" and %printer% io devices.
+
+We previously validated only the part after the "%pipe%" Postscript device
+specifier, but this proved insufficient.
+
+This rebuilds the original file name string, and validates it complete. The
+slight complication for "%pipe%" is it can be reached implicitly using
+"|" so we have to check both prefixes.
+
+Addresses CVE-2021-3781
+--- a/base/gdevpipe.c
 b/base/gdevpipe.c
+@@ -72,8 +72,28 @@ pipe_fopen(gx_io_device * iodev, const char *fname, const 
char *access,
+ #else
+ gs_lib_ctx_t *ctx = mem->gs_lib_ctx;
+ gs_fs_list_t *fs = ctx->core->fs;
++/* The pipe device can be reached in two ways, explicltly with %pipe%
++   or implicitly with "|", so we have to check for both
++ */
++char f[gp_file_name_sizeof];
++const char *pipestr = "|";
++const size_t pipestrlen = strlen(pipestr);
++const size_t preflen = strlen(iodev->dname);
++const size_t nlen = strlen(fname);
++int code1;
++
++if (preflen + nlen >= gp_file_name_sizeof)
++return_error(gs_error_invalidaccess);
++
++memcpy(f, iodev->dname, preflen);
++memcpy(f + preflen, fname, nlen + 1);
++
++code1 = gp_validate_path(mem, f, access);
++
++memcpy(f, pipestr, pipestrlen);
++memcpy(f + pipestrlen, fname, nlen + 1);
+ 
+-if (gp_validate_path(mem, fname, access) != 0)
++if (code1 != 0 && gp_validate_path(mem, f, access) != 0 )
+ return gs_error_invalidfileaccess;
+ 
+ /*
+--- a/base/gp_mshdl.c
 b/base/gp_mshdl.c
+@@ -95,8 +95,17 @@ mswin_handle_fopen(gx_io_device * iodev, const char *fname, 
const char *access,
+ long hfile;   /* Correct for Win32, may be wrong for Win64 */
+ gs_lib_ctx_t *ctx = mem->gs_lib_ctx;
+ gs_fs_list_t *fs = ctx->core->fs;
++char f[gp_file_name_sizeof];
++const size_t preflen = strlen(iodev->dname);
++const size_t nlen = strlen(fname);
+ 
+-if (gp_validate_path(mem, fname, access) != 0)
++if (preflen + nlen >= gp_file_name_sizeof)
++return_error(gs_error_invalidaccess);
++
++memcpy(f, iodev->dname, preflen);
++memcpy(f + preflen, fname, nlen + 1);
++
++if (gp_validate_path(mem, f, access) != 0)
+ return gs_error_invalidfileaccess;
+ 
+ /* First we try the open_handle method. */
+--- a/base/gp_msprn.c
 b/base/gp_msprn.c
+@@ -168,8 +168,16 @@ mswin_printer_fopen(gx_io_device * iodev, const char 
*fname, const char *access,
+ uintptr_t *ptid = &((tid_t *)(iodev->state))->tid;
+ gs_lib_ctx_t *ctx = mem->gs_lib_ctx;
+ gs_fs_list_t *fs = ctx->core->fs;
++const size_t preflen = strlen(iodev->dname);
++const size_t nlen = strlen(fname);
+ 
+-if (gp_validate_path(mem, fname, access) != 0)
++if (preflen + nlen >= gp_file_name_sizeof)
++return_error(gs_error_invalidaccess);
++
++memcpy(pname, iodev->dname, preflen);
++memcpy(pname + preflen, fname, nlen + 1);
++
++if (gp_validate_path(mem, pname, access) != 0)
+ return gs_error_invalidfileaccess;
+ 
+ /* First we try the open_printer method. */
+--- a/base/gp_os2pr.c
 b/base/gp_os2pr.c
+@@ -107,9 +107,20 @@ os2_printer_fopen(gx_io_device * iodev, const char 
*fname, const char *access,
+FILE ** pfile, char *rfname, uint rnamelen)
+ {
+ os2_printer_t *pr = (os2_printer_t *)iodev->state;
+-char driver_name[256];
++char driver_name[gp_file_name_sizeof];
+ gs_lib_ctx_t *ctx = mem->gs_lib_ctx;
+ gs_fs_list_t *fs = ctx->core->fs;
++const size_t preflen = strlen(iodev->dname);
++const int size_t = strlen(fname);
++
++if (preflen + nlen >= gp_file_name_sizeof)
++return_error(gs_error_invalidaccess);
++
++memcpy(driver_name, iodev->dname, preflen);
++

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

2021-09-12 Thread Davide Pesavento
commit: cd5c2719d2a6ce6e6569500736b10ddc74eb9d7b
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Sep 13 00:41:42 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Sep 13 00:41:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5c2719

profiles/base: cleanup obsolete dev-python/PyQt5[webkit] mask

Signed-off-by: Davide Pesavento  gentoo.org>

 profiles/base/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 609e707fa76..db607dc0e6d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -38,7 +38,6 @@ net-print/hplip-plugin orblite
 # Bugs: #684580, #750893
 app-office/kexi webkit
 dev-libs/kreport webkit
-dev-python/PyQt5 webkit
 media-plugins/mythplugins mythbrowser mythmusic
 net-irc/kvirc webkit
 



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

2021-09-12 Thread Davide Pesavento
commit: 1e1e6c1e4627d45be825331a9bd54f23f5624678
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Sep 13 00:41:05 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Sep 13 00:41:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1e6c1e

profiles/arch/{arm,powerpc}: cleanup obsolete dev-python/PyQt5[networkauth] mask

Signed-off-by: Davide Pesavento  gentoo.org>

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

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 0b0f7f6b812..53436728e7a 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -188,11 +188,6 @@ net-im/ejabberd hipe
 # (SM)BIOS/Thunderbolt outside of amd64/x86? - citation needed
 sys-apps/fwupd dell thunderbolt
 
-# Davide Pesavento  (2018-12-27)
-# The corresponding Qt5 modules are not keyworded on arm, and we don't want to
-# keyword them solely because of PyQt5 while there are no other in-tree users.
-dev-python/PyQt5 networkauth
-
 # Thomas Deutschmann  (2018-10-12)
 # Requires www-client/firefox which isn't available on ARM yet
 # due to dev-lang/rust requirement

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index ec0d3456c1f..433f3d1f5a8 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -199,7 +199,7 @@ dev-db/percona-server -numa
 # Davide Pesavento  (2016-07-28)
 # The corresponding Qt5 modules are not keyworded on ppc, and we don't want to
 # keyword them solely because of PyQt5 while there are no other in-tree users.
-dev-python/PyQt5 bluetooth location networkauth speech
+dev-python/PyQt5 bluetooth location speech
 
 # Michael Palimaka  (2016-07-07)
 # Requires unkeyworded dependencies



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

2021-09-12 Thread Sam James
commit: 237b7ac8716b11f799f80ba8cee1cc3f8e7eba57
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 13 00:36:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 13 00:36:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237b7ac8

net-libs/rabbitmq-c: add 0.11.0

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

 net-libs/rabbitmq-c/Manifest |  1 +
 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index f78f85b7a96..6e572b6614b 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1 +1,2 @@
 DIST rabbitmq-c-0.10.0.tar.gz 145361 BLAKE2B 
99b53d5178fa407225d2060584239af83377027fb6a209002d11ed54be4b49bab70ae55c86ab971394ab745a632ece6f070f9c10a9bdd330de4778edbd8e1ea8
 SHA512 
52a1194fab2dc8698ed065d63898e32aa004a4d68080d4aaf5cb7148cc28ad967283f7a99910d7f054cbba92b487b3a67b839b6f0bd88486ef9be043c9517d4c
+DIST rabbitmq-c-0.11.0.tar.gz 145638 BLAKE2B 
dce862d132d4bca010dbc284957f34a35d55407ea0eb4fb79369f699207c01cc7ed64c1bd58bea2d1178bd2c02176c3e93b66177fc975175b1da9ab9baaf661f
 SHA512 
0c3dbb6e2b862e9f25e3f76df798ea272bbd81de2865950b95adf1f1e5791eb20d7c9d5a76cb7d2fda54bad5f12bdf69cbfa7e9fd1afdede6f9ec729ca2287de

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
new file mode 100644
index 000..b8e7ae78e5f
--- /dev/null
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="RabbitMQ C client"
+HOMEPAGE="https://github.com/alanxz/rabbitmq-c;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/alanxz/${PN}.git;
+else
+   SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/4"
+IUSE="doc test +ssl static-libs tools"
+
+REQUIRED_USE="test? ( static-libs )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )
+   tools? ( dev-libs/popt )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )
+   tools? ( app-text/xmlto )"
+
+DOCS=( AUTHORS README.md THANKS TODO )
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_API_DOCS=$(usex doc)
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DBUILD_TESTS=$(usex test)
+   -DBUILD_TOOLS=$(usex tools)
+   -DBUILD_TOOLS_DOCS=$(usex tools)
+   -DENABLE_SSL_SUPPORT=$(usex ssl)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   pushd "${BUILD_DIR}" > /dev/null || die
+
+   # Skip "basic" test which requires running local rabbitmq-server 
instance,
+   # see https://github.com/alanxz/rabbitmq-c/issues/530
+   ctest -v -E basic || die
+}



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

2021-09-12 Thread Sam James
commit: 32467195a7c32ef88f84e81ac1fcc05abd19ccfa
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:56:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:56:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32467195

media-libs/gd: set TMPDIR for tests

Useful to respect ${T} for temporary work
from installing ebuilds, although it passed
tests without this for me.

See: https://github.com/libgd/libgd/issues/763
Signed-off-by: Sam James  gentoo.org>

 media-libs/gd/gd-2.3.3.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/media-libs/gd/gd-2.3.3.ebuild b/media-libs/gd/gd-2.3.3.ebuild
index 5797a5d83b0..e890c90f2dd 100644
--- a/media-libs/gd/gd-2.3.3.ebuild
+++ b/media-libs/gd/gd-2.3.3.ebuild
@@ -84,6 +84,11 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
+multilib_src_test() {
+   # See https://github.com/libgd/libgd/issues/763 (although it still 
passed without it here?)
+   TMPDIR="${T}" default
+}
+
 multilib_src_install_all() {
dodoc README.md
find "${ED}" -name '*.la' -delete || die



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

2021-09-12 Thread Sam James
commit: eb1457afc74bc9517594b20e8b8becee101bd3a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1457af

kde-frameworks/oxygen-icons: Stabilize 5.85.0 amd64, #808216

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

 kde-frameworks/oxygen-icons/oxygen-icons-5.85.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.85.0.ebuild 
b/kde-frameworks/oxygen-icons/oxygen-icons-5.85.0.ebuild
index e71b5c0490b..22d0c9a7711 100644
--- a/kde-frameworks/oxygen-icons/oxygen-icons-5.85.0.ebuild
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.85.0.ebuild
@@ -11,7 +11,7 @@ inherit cmake kde.org xdg-utils
 DESCRIPTION="Oxygen SVG icon theme"
 
 LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2021-09-12 Thread Sam James
commit: b61c8526bdd7b63bd6850d77d36d58b3ad2f5071
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61c8526

kde-frameworks/prison: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 1ae1284f12b7205bcbe04bc288df3c9ec40b2346
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae1284f

kde-frameworks/purpose: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: aca5aaa878a7dc7e61747b286877bce23e32f178
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca5aaa8

kde-frameworks/modemmanager-qt: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: b492fca783b25127a9b0b034e1584a339149afe8
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b492fca7

kde-frameworks/syntax-highlighting: Stabilize 5.85.0-r1 amd64, #808216

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

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

diff --git 
a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.85.0-r1.ebuild 
b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.85.0-r1.ebuild
index 0b22fba7fa4..299efb01edc 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.85.0-r1.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.85.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for syntax highlighting"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="nls"
 
 BDEPEND="



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

2021-09-12 Thread Sam James
commit: df03e36d01b671f94771421a87feefd826f6eb8c
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df03e36d

kde-frameworks/networkmanager-qt: Stabilize 5.85.0 amd64, #808216

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

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

diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.85.0.ebuild 
b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.85.0.ebuild
index cb414e811d3..e3767d5f056 100644
--- a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.85.0.ebuild
+++ b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.85.0.ebuild
@@ -8,7 +8,7 @@ inherit ecm kde.org
 
 DESCRIPTION="NetworkManager bindings for Qt"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="teamd"
 
 BDEPEND="



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

2021-09-12 Thread Sam James
commit: bf13990c7e28f5f790374d535d48d8a4a410c936
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf13990c

kde-frameworks/kdnssd: Stabilize 5.85.0 amd64, #808216

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

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

diff --git a/kde-frameworks/kdnssd/kdnssd-5.85.0.ebuild 
b/kde-frameworks/kdnssd/kdnssd-5.85.0.ebuild
index 286299b7a37..9bfab7b7a23 100644
--- a/kde-frameworks/kdnssd/kdnssd-5.85.0.ebuild
+++ b/kde-frameworks/kdnssd/kdnssd-5.85.0.ebuild
@@ -8,7 +8,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for network service discovery using Zeroconf"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="nls zeroconf"
 
 BDEPEND="



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

2021-09-12 Thread Sam James
commit: a66b007b9e6cdb131a62b4ba225a8b358b15a92d
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66b007b

kde-frameworks/plasma: Stabilize 5.85.0-r3 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 9e4342389149ec804d831ba3c511370c70aab49f
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e434238

kde-frameworks/qqc2-desktop-style: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: a1c8472ad1d30722ff6bc4487bffecd28b497dbd
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c8472a

kde-frameworks/krunner: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 353e750d16cf4e746b8024b1403d0c1c14160c7d
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353e750d

kde-frameworks/khtml: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 4ecc6e3c5d2476e3b47349d6aa4c0a247541a157
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecc6e3c

kde-frameworks/ktexteditor: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 8d94303955c21097820b2ca449f8d1815a9fb8e7
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d943039

kde-frameworks/kquickcharts: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 7300d3330e972b67b5db37e273ed22a561e3334f
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7300d333

kde-frameworks/knotifyconfig: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 80139929bf7e7829dca01ee873d5ccd50e462e69
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80139929

kde-frameworks/kplotting: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 4748f59d8870e80348ecd7121e62583c63231c2d
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4748f59d

kde-frameworks/kpty: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 743c5b540734e33114cec77fcd1fbd37501cf667
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743c5b54

kde-frameworks/threadweaver: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 07c5ab9cc54c456bbba8223da6d4ecb62549f9c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c5ab9c

kde-frameworks/kross: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 722d722e3e2270bffbf12ef62a8fd9b44c32fa77
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722d722e

kde-frameworks/kwayland: Stabilize 5.85.0-r1 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: d51cb884b89f9405f0c605291a11653099d6b460
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51cb884

kde-frameworks/kpeople: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 18177fe66df1e351de57cd433c1b29f763db5205
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18177fe6

kde-frameworks/kjs: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: a44cd92cbcce2687fb65ff94266962f67e5fa9a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44cd92c

kde-frameworks/kdesu: Stabilize 5.85.0 amd64, #808216

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

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

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



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

2021-09-12 Thread Sam James
commit: 60448b772cfbe808d7f8669621f25dea77a63698
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60448b77

kde-frameworks/kholidays: Stabilize 5.85.0 amd64, #808216

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

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

diff --git a/kde-frameworks/kholidays/kholidays-5.85.0.ebuild 
b/kde-frameworks/kholidays/kholidays-5.85.0.ebuild
index db511b412b8..1ff1ddff0ad 100644
--- a/kde-frameworks/kholidays/kholidays-5.85.0.ebuild
+++ b/kde-frameworks/kholidays/kholidays-5.85.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Library to determine holidays and other special events for a 
geographical region"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="nls"
 
 BDEPEND="



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

2021-09-12 Thread Sam James
commit: 2b873405c579d6398aeef8b26fed2d5b8eda714b
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b873405

kde-frameworks/kimageformats: Stabilize 5.85.0 amd64, #808216

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

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

diff --git a/kde-frameworks/kimageformats/kimageformats-5.85.0.ebuild 
b/kde-frameworks/kimageformats/kimageformats-5.85.0.ebuild
index 2a5327eeb89..5e96c5c5431 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.85.0.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.85.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework providing additional format plugins for Qt's image I/O 
system"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="avif eps heif openexr"
 
 DEPEND="



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

2021-09-12 Thread Sam James
commit: 87bce0d4591116f688fefbcdd4a0586903a919e7
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:33:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:33:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bce0d4

kde-frameworks/kdelibs4support: Stabilize 5.85.0 amd64, #808216

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

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

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.85.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.85.0.ebuild
index 267add834f6..6eebeb802d6 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.85.0.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.85.0.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework easing the development transition from KDELibs 4 to KF 
5"
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="X"
 
 RESTRICT="test"



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

2021-09-12 Thread Sam James
commit: 8272c06a67030bbe9cb6f78d64e6af9350924f3f
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:18:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:18:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8272c06a

sys-devel/bison: keyword 3.8.1

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

 sys-devel/bison/bison-3.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/bison/bison-3.8.1.ebuild 
b/sys-devel/bison/bison-3.8.1.ebuild
index 329c77559b3..21002c007b8 100644
--- a/sys-devel/bison/bison-3.8.1.ebuild
+++ b/sys-devel/bison/bison-3.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${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 ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2021-09-12 Thread Sam James
commit: e90110a0a63cb9177bb529d61b3a70f9797b82d6
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  8 21:55:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90110a0

dev-libs/libffi: use preserve-libs.eclass

1. Revision bump to re-install libffi now that
   glibc definitely has the correct version bounds
   on pax-utils. See linked bug for more information.

   This is unrelated to the preserve-libs eclass change,
   but we figured we should do this just as a nudge
   to help people in a "damaged" situation (see bug).

2. Use preserved-libs.eclass because SONAME of libffi
   changed from 7 -> 8. FEATURES="preserved-libs" (distinct from
   the eclass) is not required to be used (even if encouraged)
   and is not part of PMS, so alternative package managers
   to Portage don't have to implement it.

   Use the eclass to perserve libffi.so.7 to keep dev-lang/python
   working. Runtime failures will occur without Python being rebuilt
   in time.

   (Unfortunately, the same is true for the rewritten-in-Python
   revdep-rebuild, so revdep-rebuild.sh may help folks who are
   already bitten by this.)

Bug: https://bugs.gentoo.org/811462
Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22247
Signed-off-by: Sam James  gentoo.org>

 .../{libffi-3.4.2.ebuild => libffi-3.4.2-r1.ebuild} | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libffi/libffi-3.4.2.ebuild 
b/dev-libs/libffi/libffi-3.4.2-r1.ebuild
similarity index 82%
rename from dev-libs/libffi/libffi-3.4.2.ebuild
rename to dev-libs/libffi/libffi-3.4.2-r1.ebuild
index 71baf938aac..8af06625307 100644
--- a/dev-libs/libffi/libffi-3.4.2.ebuild
+++ b/dev-libs/libffi/libffi-3.4.2-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit multilib-minimal
+
+inherit multilib-minimal preserve-libs
 
 MY_PV=${PV/_rc/-rc}
 MY_P=${PN}-${MY_PV}
@@ -10,22 +11,22 @@ MY_P=${PN}-${MY_PV}
 DESCRIPTION="a portable, high level programming interface to various calling 
conventions"
 HOMEPAGE="https://sourceware.org/libffi/;
 
SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.tar.gz;
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
+# This is a core package which is depended on by e.g. Python
+# Please use preserve-libs.eclass in pkg_{pre,post}inst to cover users
+# with FEATURES="-preserved-libs" or another package manager if SONAME
+# changes.
 SLOT="0/8" # SONAME=libffi.so.8
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug exec-static-trampoline pax-kernel static-libs test"
 
 RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND=""
 BDEPEND="test? ( dev-util/dejagnu )"
 
 DOCS="ChangeLog* README.md"
 
-S=${WORKDIR}/${MY_P}
-
 ECONF_SOURCE=${S}
 
 src_prepare() {
@@ -63,3 +64,11 @@ multilib_src_install_all() {
find "${ED}" -name "*.la" -delete || die
einstalldocs
 }
+
+pkg_preinst() {
+   preserve_old_lib /usr/$(get_libdir)/libffi.so.7
+}
+
+pkg_postinst() {
+   preserve_old_lib_notify /usr/$(get_libdir)/libffi.so.7
+}



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

2021-09-12 Thread Sam James
commit: 30ec74abc214189b8dc11cc4968f0e9e6965754e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:00:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:00:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ec74ab

net-irc/unrealircd: Stabilize 5.2.1.1 ppc, #812821

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

 net-irc/unrealircd/unrealircd-5.2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild 
b/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
index cbe49ec0702..15fb33a0107 100644
--- a/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq 
showlistmodes"
 
 RDEPEND="



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

2021-09-12 Thread Sam James
commit: f724976884ab95cae95e4e8d3b060c64609ee574
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:00:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:00:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7249768

net-analyzer/nmap: Stabilize 7.92 ppc64, #812815

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

 net-analyzer/nmap/nmap-7.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.92.ebuild 
b/net-analyzer/nmap/nmap-7.92.ebuild
index 05feca33a6a..a5697e1792c 100644
--- a/net-analyzer/nmap/nmap-7.92.ebuild
+++ b/net-analyzer/nmap/nmap-7.92.ebuild
@@ -23,7 +23,7 @@ else
SRC_URI="https://nmap.org/dist/${P}.tar.bz2;
SRC_URI+=" verify-sig? ( https://nmap.org/dist/sigs/${P}.tar.bz2.asc )"
 
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
LICENSE="|| ( NPSL GPL-2 )"
 fi



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

2021-09-12 Thread Sam James
commit: 7db0f296cd84c79c1fb078c0b2c5d9fc977dc48e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 23:00:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 23:00:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db0f296

net-analyzer/nmap: Stabilize 7.92 ppc, #812815

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

 net-analyzer/nmap/nmap-7.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.92.ebuild 
b/net-analyzer/nmap/nmap-7.92.ebuild
index a5697e1792c..83ebdbbb2a9 100644
--- a/net-analyzer/nmap/nmap-7.92.ebuild
+++ b/net-analyzer/nmap/nmap-7.92.ebuild
@@ -23,7 +23,7 @@ else
SRC_URI="https://nmap.org/dist/${P}.tar.bz2;
SRC_URI+=" verify-sig? ( https://nmap.org/dist/sigs/${P}.tar.bz2.asc )"
 
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
LICENSE="|| ( NPSL GPL-2 )"
 fi



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

2021-09-12 Thread Sam James
commit: 7e0c43fd91bdb4adc4ec2cf0e4d83ec875f17d0f
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 22:59:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 22:59:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0c43fd

net-irc/anope: Stabilize 2.0.10 amd64, #812818

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

 net-irc/anope/anope-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.10.ebuild 
b/net-irc/anope/anope-2.0.10.ebuild
index b9938645cb9..bc09559fa8c 100644
--- a/net-irc/anope/anope-2.0.10.ebuild
+++ b/net-irc/anope/anope-2.0.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 



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

2021-09-12 Thread Sam James
commit: 8583ba8ba79bbb1093f1083bd13540d5006690ff
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 22:59:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 22:59:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8583ba8b

net-irc/anope: Stabilize 2.0.10 x86, #812818

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

 net-irc/anope/anope-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.10.ebuild 
b/net-irc/anope/anope-2.0.10.ebuild
index bc09559fa8c..359f169c3e6 100644
--- a/net-irc/anope/anope-2.0.10.ebuild
+++ b/net-irc/anope/anope-2.0.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 



  1   2   3   4   >