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

2021-05-20 Thread Ulrich Müller
commit: 87b224b9f70e8b8ae5fe6d0665727ad7630331cf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri May 21 05:27:19 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri May 21 05:27:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b224b9

profiles/license_groups: Add comment about FreeArt deprecation

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/license_groups | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/license_groups b/profiles/license_groups
index fc76541554b..16f9e0632a1 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -74,6 +74,7 @@ BINARY-REDISTRIBUTABLE @FREE Amazon Atmel AVASYS bh-luxi 
bonnie Broadcom freedis
 EULA 2dboy-EULA AMD-GPU-PRO-EULA AnyDesk-TOS Aseprite-EULA baudline BCS 
bestcrypt CAPYBARA-EULA Coherent-Graphics ETQW f.lux FAH-EULA-2014 
Flightradar24 Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA 
google-chrome Google-TOS Intel-SDP Introversion LOKI-EULA MakeMKV-EULA 
Microsemi Mojang microsoft-edge ms-teams-pre MTA-0.5 NVIDIA-CODEC-SDK 
NVIDIA-CUDA OPERA-2018 Oracle-BCLA-JavaSE PAPERS-PLEASE Primate-Plunge PUEL 
Q3AEULA-2111 QUAKE4 Quartus-prime-megacore RAR Sourcetrail SPS Steam 
supermicro Synology teamspeak3 teamspeak5 TeamViewer THINKTANKS TIK ubiquiti 
ut2003 ut2003-demo Vivaldi worklog-assistant WPS-EULA zi-labone
 
 # Deprecated license labels, used by repoman
+# Use Free-Art-1.2 or Free-Art-1.3 instead
 DEPRECATED FreeArt
 
 # Local Variables:



[gentoo-commits] repo/gentoo:master commit in: app-doc/pms/files/, app-doc/pms/

2021-05-20 Thread Ulrich Müller
commit: c978b99358eedecfedeb75a497e1f0e4ada79770
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri May 21 05:23:06 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri May 21 05:24:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c978b993

app-doc/pms: Fix page breaks with TeX Live 2021

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-doc/pms/files/pms-5-parskip.patch | 25 +
 app-doc/pms/files/pms-7-parskip.patch | 25 +
 app-doc/pms/pms-5_p20120920.ebuild|  5 -
 app-doc/pms/pms-7_p20180430-r1.ebuild |  5 -
 4 files changed, 58 insertions(+), 2 deletions(-)

diff --git a/app-doc/pms/files/pms-5-parskip.patch 
b/app-doc/pms/files/pms-5-parskip.patch
new file mode 100644
index 000..767e53a6c25
--- /dev/null
+++ b/app-doc/pms/files/pms-5-parskip.patch
@@ -0,0 +1,25 @@
+Require version 1 of parskip.sty
+
+Newer versions change the spacing after headings which causes
+different page breaks.
+
+Backported from master, commit 4ebd8cb.
+
+--- a/pms.cls
 b/pms.cls
+@@ -17,6 +17,7 @@
+ % Enable UTF-8 input encoding
+ \PassOptionsToPackage{utf8}{inputenc}
+ % algorithmic and algorithm to be loaded last to avoid failures
++\RequirePackage{parskip}[=v1] % Space between paragraphs instead of 
indentation
+ \RequirePackage{%
+ fontenc,  % Load extended font sets
+ isodate,  % Date formatting and conversions
+@@ -30,7 +31,6 @@
+ lscape,   % Rotating pages
+ marginnote, % Typeset a paragraph in the page margin
+ paralist, % Additional list environments
+-parskip,  % Space between paragraphs instead of indentation
+ verbatim  % Extend the print-as-is functionality
+ }
+ 

diff --git a/app-doc/pms/files/pms-7-parskip.patch 
b/app-doc/pms/files/pms-7-parskip.patch
new file mode 100644
index 000..8e39c234472
--- /dev/null
+++ b/app-doc/pms/files/pms-7-parskip.patch
@@ -0,0 +1,25 @@
+Require version 1 of parskip.sty
+
+Newer versions change the spacing after headings which causes
+different page breaks.
+
+Backported from master, commit 4ebd8cb.
+
+--- a/pms.cls
 b/pms.cls
+@@ -27,6 +27,7 @@
+ \PassOptionsToPackage{hyphens}{url} % url.sty implicitly loaded by hyperref
+ \PassOptionsToPackage{chapter}{algorithm}
+ % algorithmic and algorithm to be loaded last to avoid failures
++\RequirePackage{parskip}[=v1] % Space between paragraphs instead of 
indentation
+ \RequirePackage{%
+ fontenc,% Load extended font sets
+ isodate,% Date formatting and conversions
+@@ -39,7 +40,6 @@
+ lscape, % Rotating pages
+ marginnote, % Typeset a paragraph in the page margin
+ paralist,   % Additional list environments
+-parskip,% Space between paragraphs instead of indentation
+ underscore, % Allow simple _ instead of \_
+ verbatim,   % Extend the print-as-is functionality
+ chngcntr,   % Redefinition of counters

diff --git a/app-doc/pms/pms-5_p20120920.ebuild 
b/app-doc/pms/pms-5_p20120920.ebuild
index 327ec129020..39ea2d6a34a 100644
--- a/app-doc/pms/pms-5_p20120920.ebuild
+++ b/app-doc/pms/pms-5_p20120920.ebuild
@@ -24,7 +24,10 @@ BDEPEND="dev-texlive/texlive-bibtexextra
 RDEPEND="!app-doc/pms-bin"
 
 S="${WORKDIR}/${MY_P}"
-PATCHES=("${FILESDIR}/${PN}-5-Makefile.patch")
+PATCHES=(
+   "${FILESDIR}/${PN}-${PV%%_*}-Makefile.patch"
+   "${FILESDIR}/${PN}-${PV%%_*}-parskip.patch"
+)
 
 src_compile() {
# just in case; we shouldn't be generating any fonts

diff --git a/app-doc/pms/pms-7_p20180430-r1.ebuild 
b/app-doc/pms/pms-7_p20180430-r1.ebuild
index 5be961b03fe..6e7b7c7a6e1 100644
--- a/app-doc/pms/pms-7_p20180430-r1.ebuild
+++ b/app-doc/pms/pms-7_p20180430-r1.ebuild
@@ -26,7 +26,10 @@ BDEPEND="dev-texlive/texlive-bibtexextra
)"
 RDEPEND="!app-doc/pms-bin"
 
-PATCHES=("${FILESDIR}/${PN}-7-Makefile.patch")
+PATCHES=(
+   "${FILESDIR}/${PN}-${PV%%_*}-Makefile.patch"
+   "${FILESDIR}/${PN}-${PV%%_*}-parskip.patch"
+)
 
 src_compile() {
# just in case; we shouldn't be generating any fonts



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

2021-05-20 Thread Hans de Graaff
commit: 15316ca4c135c1a72a3f4f7631e34d7c5b06d041
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 21 05:07:13 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 21 05:07:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15316ca4

dev-ruby/typeprof: add 0.14.1

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

 dev-ruby/typeprof/Manifest   |  1 +
 dev-ruby/typeprof/typeprof-0.14.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/typeprof/Manifest b/dev-ruby/typeprof/Manifest
index 0afeb5f7ae0..5eb1f0a93c3 100644
--- a/dev-ruby/typeprof/Manifest
+++ b/dev-ruby/typeprof/Manifest
@@ -1,3 +1,4 @@
 DIST typeprof-0.11.0.tar.gz 496673 BLAKE2B 
215bd738a4a4b9e7de78943a944fd63dd4f166f215a493cdc89270e0452453683d3fdd1f71ccc05f4399f61e120248a73ed9b77b5b24ed4aa8b54e97d9e0073d
 SHA512 
cc64bd805c57a16c275ba5622df08ff30fd64ae82b18e29fb30e03d17a6ca0e889c03696c745597bfec6444290f1f33020c4bd9c49a02fc3053add33e3e60084
 DIST typeprof-0.12.0.tar.gz 497398 BLAKE2B 
149d382c5598ce3cfa023133095190e00e083ac445019c4aedf59d66005db93241dacd9c724f2b62e64d02aa3d7f4a58a3fa4546256c872030687574112c7333
 SHA512 
a28bc10ce19f7a3afe940cb01fd443c89a87497be2be0b03d92684581c4ffdc061e8e5119652116884e4cf0e5c0ea7d9a73c0f8be2a666d6bbe71e81bada323b
 DIST typeprof-0.13.0.tar.gz 498218 BLAKE2B 
f6b8566dd25cf08952c136bf59cc7f10f01609d8c2e7633054892f296c6c35cc0f0121e086f465d9ee97776d803829f27895e1544772bff33e3fdb562ad0b9df
 SHA512 
dda9b5d84a2fc6473ddf71b897e13aac9675a4e4ef5dfe71fe6929a3025ac2b3ab051a5882d936112de86ecddb96e0b665741ba08748a6d94c6540bc13c171b0
+DIST typeprof-0.14.1.tar.gz 499209 BLAKE2B 
5c6332f6c91ebb0fb451e108d3f4ea2523740c4097f09ccedd76821f79a9f94bf9eaba6dd0ffd6ea8e9985ec56d618c802accf08dd70c92bea860fb3729f219f
 SHA512 
071d379b304a5b37770bc86001c3e2074f11749e439f0debf311c4afdd183814c5e168baefbe3f4866e57c3b82e3d7d006201dc1cf25c6ce924e92e61c945344

diff --git a/dev-ruby/typeprof/typeprof-0.14.1.ebuild 
b/dev-ruby/typeprof/typeprof-0.14.1.ebuild
new file mode 100644
index 000..0ab491fba01
--- /dev/null
+++ b/dev-ruby/typeprof/typeprof-0.14.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="typeprof.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Performs a type analysis of non-annotated Ruby code"
+HOMEPAGE="https://github.com/ruby/typeprof;
+SRC_URI="https://github.com/ruby/typeprof/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/rbs-1.2.0"
+
+all_ruby_prepare() {
+   # Avoid tests that download live code using git
+   rm -r test/typeprof/{goodcheck,diff-lcs}_test.rb || die
+
+   sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2021-05-20 Thread Hans de Graaff
commit: af238ffc27dc702c72f829241582ece0b39bb20e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 21 04:39:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 21 05:07:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af238ffc

dev-ruby/sexp_processor: add 4.15.3

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

 dev-ruby/sexp_processor/Manifest   |  1 +
 .../sexp_processor/sexp_processor-4.15.3.ebuild| 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/sexp_processor/Manifest b/dev-ruby/sexp_processor/Manifest
index e78befb558f..c5332dcb53a 100644
--- a/dev-ruby/sexp_processor/Manifest
+++ b/dev-ruby/sexp_processor/Manifest
@@ -1,3 +1,4 @@
 DIST sexp_processor-4.15.0.gem 56320 BLAKE2B 
8624b7fe28f4aa9447f42cf4f8c5b424088ca2c1628f3e785f746ceb60725449812205dc657ea856c5bead616ac18d689330315fdb44e92447ee3a89740557d1
 SHA512 
f7877ca59191ab39848c6d3b0cf9625c2e1c180784cd757c00a7cea67aa6eee5549ab5630641f4044c875a1aaadc89b8237f8adadc961ed86c5379cb72db33c3
 DIST sexp_processor-4.15.1.gem 56320 BLAKE2B 
1f75dd7dbe39b3684ffcbfb607c961e9406ec16373ad24ccdf37d4bd8369a240b8fdfc16f6e7437dda06605c26b2f4b507a14bcf680b91e12bd7827539f54e53
 SHA512 
e2ae9f5e8f61c1a703f14c692cd171ceb9acda5839417589051ffcb818584ff65a6a86279f3d6f2b9ad8c97ce842d946b57be810e5887effd4c606b6fdf1d984
 DIST sexp_processor-4.15.2.gem 56320 BLAKE2B 
673b10f1f9e5e4a0784a00e507a47046235cc00c8815292ed57abf0d6d11f0af2d559eadb85aaf28d060bd5b2917ee08b42c48ef4a3ed10e21b8af06ab989177
 SHA512 
6eecdb247ad3e0d78c666d98c7515824d22a38bbeb191c8ea783b53fa7cbd71483dee670f65ce8abc11a176ddc9db19d80ba71ebe1b6cb8120a07ce3af6d0df2
+DIST sexp_processor-4.15.3.gem 56320 BLAKE2B 
4274415a3f4d22575e5b7eebde0c0126099d4b53f5b63c14463548af6e6d227926a0328feb2ed49cb448f5938c09dad71b8ec815c5e215b6c7a69fc0f6b6281d
 SHA512 
dc8f2d7f307b94cd781fe54192a93bd599c55d91aeae84334358651afda9405f05d3a4a52d7712ce9f7214f8526019d7a4c085a98e7dda10c5680396b586c97a

diff --git a/dev-ruby/sexp_processor/sexp_processor-4.15.3.ebuild 
b/dev-ruby/sexp_processor/sexp_processor-4.15.3.ebuild
new file mode 100644
index 000..34e019ecd2f
--- /dev/null
+++ b/dev-ruby/sexp_processor/sexp_processor-4.15.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Processor for s-expressions created as part of the ParseTree 
project"
+HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/minitest-5.5
+   )"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2021-05-20 Thread Georgy Yakovlev
commit: a2b8f4712a44b27082ac3f8ff113e7c323bb0ad9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 21 03:30:42 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 21 04:51:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b8f471

net-libs/libquotient: add ~ppc64 keyword

no tests, but neochat works with it

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-libs/libquotient/libquotient-0.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libquotient/libquotient-0.6.6.ebuild 
b/net-libs/libquotient/libquotient-0.6.6.ebuild
index 0474fff2b60..ebeb0a0321d 100644
--- a/net-libs/libquotient/libquotient-0.6.6.ebuild
+++ b/net-libs/libquotient/libquotient-0.6.6.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/libQuotient-${PV}"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-05-20 Thread Georgy Yakovlev
commit: f69da6be2e2c9e757fcc76838788ee004a994881
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 21 03:33:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 21 04:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69da6be

net-im/neochat: add ~ppc64 keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-im/neochat/neochat-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-1.1.1.ebuild 
b/net-im/neochat/neochat-1.1.1.ebuild
index f5dd1bd6608..29cd32e584d 100644
--- a/net-im/neochat/neochat-1.1.1.ebuild
+++ b/net-im/neochat/neochat-1.1.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~ppc64"
 fi
 
 LICENSE="GPL-3"



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

2021-05-20 Thread Georgy Yakovlev
commit: 110ebc4f813659e14d747677cf093729273db183
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 21 03:33:15 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 21 04:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110ebc4f

media-libs/kquickimageeditor: add ~ppc64 keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild 
b/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild
index 639fb329672..6a90ca4cdcd 100644
--- a/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild
+++ b/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild
@@ -13,7 +13,7 @@ https://api.kde.org/kquickimageeditor/html/index.html;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~ppc64"
 fi
 
 LICENSE="LGPL-2.1+"



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

2021-05-20 Thread Joshua Kinard
commit: 99bf11612979c790747e0f20c9998cab262b0750
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri May 21 04:44:01 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri May 21 04:44:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bf1161

sys-kernel/mips-sources: Update LTS versions & quit epatch

Updates to the latest LTS kernels and replaces one use of 'epatch'
in each ebuild with 'eapply'.  Patch tarballs were also refreshed
to address any offsets or fuzzes from patches.

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3

 sys-kernel/mips-sources/Manifest | 12 ++--
 ...-sources-4.14.227.ebuild => mips-sources-4.14.232.ebuild} |  6 +++---
 ...-sources-4.19.183.ebuild => mips-sources-4.19.190.ebuild} |  6 +++---
 ...ps-sources-5.4.108.ebuild => mips-sources-5.4.120.ebuild} |  6 +++---
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest
index dd93d080fab..e96176f6dda 100644
--- a/sys-kernel/mips-sources/Manifest
+++ b/sys-kernel/mips-sources/Manifest
@@ -1,10 +1,10 @@
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST mips-sources-4.14.0-patches-v2.tar.xz 287560 BLAKE2B 
9fb6b07dcb0336be95c86346e13f68877e891a2c97084ce798e3c39cf57a71832ae4ae5b74a0f60ab6f26ed8f08a35fc3704b34361a8426136055d6fb700dac9
 SHA512 
e163ed8cdef9a027b55794b168fb4dac77dc871c209463ac8344ef932757d48ce39f44af4ba7312ee27ce04b175a3ea2f6eaa8a7929d6beebcbaa3de4a764cd6
-DIST mips-sources-4.19.0-patches-v2.tar.xz 289940 BLAKE2B 
ffca5540cbd663ed3eab3f748dec7727ca6f1abe11ce107fe1780b8191175b77d8c59f70d5e9254f01c43d507f805f081f15bd150f66da1d11e2a91715dcb038
 SHA512 
c67ac8c6f041a96348a5a6023919fc5586b70b6c3aa52777945d5f1a831e6bd24d867c0318034cf304a3c8f4c6ff0d2af3611b3ad2bc476f3bf3762d39a215f8
-DIST mips-sources-5.4-patches-v3.tar.xz 195616 BLAKE2B 
389d5d86265d14961d739f13623ed5a1efa0b4e6a649816eccb41f947186316560473a1ec0222d1db84ce8cc1e0c8dadb4dd499b941e37de201571cc37359e74
 SHA512 
4181b776ec17526c246516d0d2fb2737f12a214a18c2526085a71174a12e30735d7b497d9cba658a2579c05055a74191ebbdd658003c7b28265d49915bc94b58
+DIST mips-sources-4.14.0-patches-v3.tar.xz 287468 BLAKE2B 
24212e2d6ca784986d0e3ec22ed2e13a911cbc67699878f2e013c26bc4623d846d969dcfdda6e1bc8dc60d5ddff3cadb94decb7b5386c575f618b819296dc4aa
 SHA512 
9a5e5bfec358edeb28ad067cb5fa8ec4acde7b0aa9ea80ba1e6696be90a58e11f9cc47aba195d78657e8d0e216ad63157e6327f58c16e2f0ed79e84f34e34d32
+DIST mips-sources-4.19.0-patches-v3.tar.xz 289136 BLAKE2B 
9c77c641d4c4603983c0bc11cba5d83337c7373f67bc5870b8b02d6d4a537c8c02f21fe47fd64f13c5e10d37100654857d0b598be6d8c429f5fe1d7332b6b6bd
 SHA512 
7199a20f20f9d0a4eae38279335d8c9da20940fb37f0ba38cb6b68fdd5c9d4d2e2b65efff5383065e685c0fb5ad639c6d79d74989a5b4200b987f175de7da422
+DIST mips-sources-5.4-patches-v4.tar.xz 195208 BLAKE2B 
3f68af3e2c7c344436e351319a8f148b27f346f3cdc0a7f60dbb6a8b8a4c17a14a4fe3f1b9ed0984aeb1f80279a5aac43d14a3947c0f0c6eb5fc6aebc0ac857b
 SHA512 
144863448d760ce3a5a9fa3a23204a5384d0d145b3a87ed6a283728a0c5cb605d4bd74b125b9ff0535e8689f10cd05b22b1abb4d0ea12d6d8f05fb9fc58c2017
 DIST mipsgit-4.14.0-20180128.diff.xz 1008 BLAKE2B 
2a317ff97aab096883680c6b653e993aee31994e6caec52c52dfbbb61f1dc1f25d03ebd3182fa122923a67aeee0aa598b36e603692333e4c9ccdc741fd456d96
 SHA512 
378deb1bc1d10a6b4912e5e4a0d6fcab28952e2e59c35fc879601841cf8160081b318a2598ef74db225e95f0f26483f6b9a56a348811b1ee7b8934391dd271ae
-DIST patch-4.14.227.xz 4193400 BLAKE2B 
126c48a104ef2836aeea86965c9c5c5f09dfea0cdd8598e0a9c6d7aad9bdec21319a9557c41906f67d95e161584ab143b6f895e7b4012ba771eca804f40439e1
 SHA512 
26d5ee9fff8a9e03fee571780759196282dc46d385b5e8ba3f7fa0ebf42443c9e2d038472bca61190a8fda194f5f229b92af410a339401b6f0256564fc5aaea1
-DIST patch-4.19.183.xz 3876724 BLAKE2B 
8a64e3aae05b3abbecff097f6bd2501665f3c3d7a918e7752404d976077377d33e754807e1007515fe624465ed6075449e392c9f124c462a69b85c01b8461658
 SHA512 

[gentoo-commits] proj/sci:master commit in: media-libs/embree-bin/

2021-05-20 Thread Aisha Tammy
commit: f4af58480670bba61090f89c2d7f1b3f1df26d66
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu May 20 23:13:08 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu May 20 23:13:19 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f4af5848

media-libs/embree-bin: version bump to 3.13.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 media-libs/embree-bin/embree-bin-3.13.0.ebuild | 58 ++
 1 file changed, 58 insertions(+)

diff --git a/media-libs/embree-bin/embree-bin-3.13.0.ebuild 
b/media-libs/embree-bin/embree-bin-3.13.0.ebuild
new file mode 100644
index 0..a1cf40c1a
--- /dev/null
+++ b/media-libs/embree-bin/embree-bin-3.13.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="high-performance ray tracing kernels from intel"
+HOMEPAGE="https://github.com/embree/embree;
+SRC_URI="https://github.com/embree/embree/releases/download/v${PV}/embree-${PV}.x86_64.linux.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/embree-${PV}.x86_64.linux
+RESTRICT="mirror"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+RESTRICT="strip"
+
+QA_PREBUILT="
+   /opt/embree/bin/.*
+   /opt/embree/lib/.*
+"
+QA_PRESTRIPPED="${QA_PREBUILT}"
+
+RDEPEND="
+   dev-cpp/tbb
+   dev-lang/ispc
+   media-libs/glfw
+   media-libs/glu
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/libxcb
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXdmcp
+"
+
+src_compile() {
+   true
+}
+
+src_install() {
+   dodir /opt/embree
+   cp -r "${S}"/* "${ED}"/opt/embree/ || die
+
+   doenvd "${FILESDIR}"/00embree_bin
+}
+
+pkg_postinst() {
+   elog "Embree has been installed to /opt/embree"
+   elog "you are all set to start using it as binary package"
+   elog "after you refresh your environment with"
+   elog "  env-update && . /etc/profile"
+   elog "If you want to use embree as a library and wist to"
+   elog "do development using embree, you need to source"
+   elog "the appropriate shell script from either"
+   elog "  . /opt/embree/embree-vars.sh"
+   elog "or if you are using csh"
+   elog "  . /opt/embree/embree-vars.csh"
+}



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

2021-05-20 Thread Joshua Kinard
commit: ce4523e1a0a2817d80120246211937b9494664fd
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri May 21 02:39:55 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri May 21 03:32:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4523e1

Mask USE 'test' on MIPS for dev-python/setuptools due to the deep
dependency chain it enables.

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/arch/mips/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 50ef31ed583..a94ae88bd89 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joshua Kinard  (2021-05-20)
+# mask USE 'test' on MIPS for setuptools due to
+# the very deep dependency chain it enables.
+dev-python/setuptools test
+
 # Sam James  (2021-02-06)
 # media-sound/sndio is not yet keyworded here
 # bug #769098, bug #769122



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

2021-05-20 Thread Joshua Kinard
commit: 78e2f9fb9520811a32bc15c0ef92c6810a38f10f
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri May 21 02:44:32 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri May 21 03:32:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e2f9fb

dev-python/setuptools: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/774216
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3

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

diff --git a/dev-python/setuptools/setuptools-56.2.0.ebuild 
b/dev-python/setuptools/setuptools-56.2.0.ebuild
index d47acafe9dd..77c8325733a 100644
--- a/dev-python/setuptools/setuptools-56.2.0.ebuild
+++ b/dev-python/setuptools/setuptools-56.2.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-20 Thread Joshua Kinard
commit: d7103d02fc10845e25fe0bda1b8325c64daed3e0
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri May 21 02:56:55 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri May 21 03:32:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7103d02

Also mask USE 'test' for dev-python/jaraco-path.

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/arch/mips/package.use.mask | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index a94ae88bd89..5e27c674e83 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -2,8 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Joshua Kinard  (2021-05-20)
-# mask USE 'test' on MIPS for setuptools due to
-# the very deep dependency chain it enables.
+# mask USE 'test' on MIPS for setuptools  and jaraco-path due to
+# the very deep dependency chain that is enabled.  Will unmask
+# on a future date.
+# Bug #774216
+dev-python/jaraco-path test
 dev-python/setuptools test
 
 # Sam James  (2021-02-06)



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

2021-05-20 Thread Joshua Kinard
commit: 2840f08e087f2632107168d62baad2b617e7c41a
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri May 21 02:47:04 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri May 21 03:32:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2840f08e

dev-python/jaraco-path: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/774216
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3

 dev-python/jaraco-path/jaraco-path-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild 
b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
index 405ce550579..7223348aa81 100644
--- a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
+++ b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/mm-common/

2021-05-20 Thread Matt Turner
commit: 831009e86e8417eb977e9e031a622b847e9e2284
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 21 02:24:33 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 21 02:30:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831009e8

dev-cpp/mm-common: Version bump to 1.0.3

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

 dev-cpp/mm-common/Manifest   |  1 +
 dev-cpp/mm-common/mm-common-1.0.3.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest
index a36eb86e908..a4ab41c5327 100644
--- a/dev-cpp/mm-common/Manifest
+++ b/dev-cpp/mm-common/Manifest
@@ -1 +1,2 @@
 DIST mm-common-1.0.2.tar.xz 271720 BLAKE2B 
955a541290ffc9489a7061a1bdcc4b2cca7ac5e0a834a008b4e15173e3b6df38a5fb719f26fe6f83c073c025c7113bba3586f28a6341d37c7c98cfc93ec50f0a
 SHA512 
106f3aae8bb836386148098037c52fef19c3779f5e8cfbafcbe52eca17340a6e2fb7e5c57154cc0a90b75c0bb23900a4274591a71d85f81391be780c53238de0
+DIST mm-common-1.0.3.tar.xz 272932 BLAKE2B 
90459cfa75dbcab8bb9b0512f3f3f370385e4ea0124afb020c476fce9948ec0128d67510b13482d52f165ba0b7a8aa72e6b1afd4a88554fa52bc4f5598d2
 SHA512 
fdd79e9a2ca3d7ed311a6994bd04e7cbf2b1562c39968d309765ce3b5268128f98b3f1c08a434b460276e6d911d302a12ccc7aebd6cd67e4df13241a97034a70

diff --git a/dev-cpp/mm-common/mm-common-1.0.3.ebuild 
b/dev-cpp/mm-common/mm-common-1.0.3.ebuild
new file mode 100644
index 000..035d8e988cd
--- /dev/null
+++ b/dev-cpp/mm-common/mm-common-1.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org python-any-r1 meson
+
+DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"
+HOMEPAGE="https://www.gtkmm.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+BDEPEND="${PYTHON_DEPS}"
+
+src_prepare() {
+   default
+
+   # Include project version in docdir name
+   sed -i -e "s:^install_docdir.*:& + '-' + meson.project_version():" 
meson.build || die
+}



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

2021-05-20 Thread Matt Turner
commit: b0e6866dd94cbd748143842a9d841d4d40489afa
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu May 20 05:47:21 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 21 02:30:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e6866d

x11-libs/libxkbcommon: Add support for wayland

Closes: https://github.com/gentoo/gentoo/pull/20893
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild
index ce2e0966826..38cc5c15931 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-1.3.0.ebuild
@@ -18,7 +18,7 @@ inherit meson multilib-minimal ${GIT_ECLASS} python-any-r1 
virtualx
 DESCRIPTION="keymap handling library for toolkits and window systems"
 HOMEPAGE="https://xkbcommon.org/ https://github.com/xkbcommon/libxkbcommon/;
 LICENSE="MIT"
-IUSE="X doc static-libs test"
+IUSE="doc static-libs test wayland X"
 RESTRICT="!test? ( test )"
 SLOT="0"
 
@@ -26,14 +26,18 @@ BDEPEND="
sys-devel/bison
doc? ( app-doc/doxygen )
test? ( ${PYTHON_DEPS} )
+   wayland? ( dev-util/wayland-scanner )
 "
 RDEPEND="
X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP},xkb] )
+   wayland? ( >=dev-libs/wayland-1.2.0 )
dev-libs/libxml2[${MULTILIB_USEDEP}]
x11-misc/compose-tables
 "
 DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )"
+   X? ( x11-base/xorg-proto )
+   wayland? ( >=dev-libs/wayland-protocols-1.12 )
+"
 
 pkg_setup() {
if use test; then
@@ -45,7 +49,7 @@ multilib_src_configure() {
local emesonargs=(
-Ddefault_library="$(usex static-libs both shared)"
-Dxkb-config-root="${EPREFIX}/usr/share/X11/xkb"
-   -Denable-wayland=false # Demo applications
+   $(meson_use wayland enable-wayland)
$(meson_use X enable-x11)
$(meson_use doc enable-docs)
)



[gentoo-commits] proj/sci:master commit in: dev-python/persim/

2021-05-20 Thread Aisha Tammy
commit: 8d7feade594163f735a9db8a7eeb9d024117a069
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu May 20 22:15:31 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu May 20 22:15:31 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d7feade

dev-python/persim: version bump to 0.3.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/persim/persim-0.3.0.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/persim/persim-0.3.0.ebuild 
b/dev-python/persim/persim-0.3.0.ebuild
new file mode 100644
index 0..79bdd7426
--- /dev/null
+++ b/dev-python/persim/persim-0.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distances and representations of persistence diagrams"
+HOMEPAGE="https://persim.scikit-tda.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/hopcroftkarp[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/plotly[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   sci-libs/scikit-learn[${PYTHON_USEDEP}]
+   test? ( dev-python/deprecated[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest



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

2021-05-20 Thread Thomas Deutschmann
commit: e63616ad739cd5d91f46a4a5cd1a693df9c302c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 21 00:30:29 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 21 02:12:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63616ad

media-gfx/imagemagick: bump to v6.9.12-13 & v7.0.11-13

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/imagemagick/Manifest |   2 +
 media-gfx/imagemagick/imagemagick-6.9.12.13.ebuild | 262 
 media-gfx/imagemagick/imagemagick-7.0.11.13.ebuild | 267 +
 3 files changed, 531 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index e76b4dbdf0d..bceab3798c4 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,2 +1,4 @@
 DIST ImageMagick-6.9.12-12.tar.xz 9141288 BLAKE2B 
95ec30e77fc3f963bb0cae5280ad8e72ba9b6e0c8419fdf41f1899371ecbf5f64bbb70cc6193e751da0c3365551bdb2442e9f4746284ecff92ca351fc906fa4c
 SHA512 
7e680809954326d32439c922cbcb65c9076823c50bd56ba2a230ec4a6d46f00a03a032d2ff153fe9b7651a9f6bac9625fe2aea7acccba56e15b6dce96e477c8d
+DIST ImageMagick-6.9.12-13.tar.xz 9172456 BLAKE2B 
cc931e49f152945a0022f6e57e49db08dc45169d5913b884cdf47d18d1f3d7a453f02b3ade56395e985cbe3f996584b8ad1686d947b6b4c04cc85475ca4f65c4
 SHA512 
4273e6cc864e759c55b5612475c268095948bb0ebabc1188637df87ac8595a97ce94ef7307687f0abd1325646ba23a8bf1219081655307b17ec96b335a01de6c
 DIST ImageMagick-7.0.11-12.tar.xz 10284100 BLAKE2B 
2b664106152f764948f34fe766552cb48e7ff2a5c83f3f8b7e0a83861ed218bbda278f487678704d42aee900f1ef4be4252d94ccafda2192f39d9a3701115520
 SHA512 
f5faf124a1923d8b3d362ae59c594dff4d92cf097b42995f6631812bbb320830cee71ca10a15b3894cecf1a286b4fa10e874d213c7438356d194d3ebff778cbe
+DIST ImageMagick-7.0.11-13.tar.xz 10305476 BLAKE2B 
464ea44f8e31148bdcbdf2e66410e5eb9fe0526d06b2b1376311018f7e4897648601d5f4d541469e9f8a72ecbc279695f23288e90725e564a917f68df92f8aed
 SHA512 
8b5fe1ad06ca3af752454f67f53a066842668832bbd4efede35c515449cd2b970e6f7f23e716928ba598f89a7ec020bd988cc392196c89117586fb97a48e1d9e

diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.13.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.12.13.ebuild
new file mode 100644
index 000..d17773f5081
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.12.13.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic libtool perl-functions toolchain-funcs multilib
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick6.git;
+   inherit git-r3
+   MY_P="imagemagick-"
+else
+   MY_PV="$(ver_rs 3 '-')"
+   MY_P="ImageMagick-${MY_PV}"
+   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+
+LICENSE="imagemagick"
+SLOT="0/6.9.11-60"
+IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+
+REQUIRED_USE="corefonts? ( truetype )
+   svg? ( xml )
+   test? ( corefonts )"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
+   graphviz? ( media-gfx/graphviz )
+   heif? ( media-libs/libheif:= )
+   jbig? ( >=media-libs/jbigkit-2:= )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
+   lcms? ( media-libs/lcms:2= )
+   lqr? ( media-libs/liblqr )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   pango? ( x11-libs/pango )
+   perl? ( >=dev-lang/perl-5.8.8:0= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( app-text/ghostscript-gpl )
+   raw? ( media-libs/libraw:= )
+   svg? (
+   gnome-base/librsvg
+   media-gfx/potrace
+   )
+   tiff? ( media-libs/tiff:0= )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:0= )
+   wmf? ( media-libs/libwmf )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXext
+   x11-libs/libXt
+   )
+   xml? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/

2021-05-20 Thread Thomas Deutschmann
commit: 1c7c655e7cdb8200025ba497686ff5d592c10f3b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 21 02:11:29 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 21 02:12:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7c655e

dev-db/percona-server: bump to v8.0.23-14

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/percona-server/Manifest |2 +
 .../percona-server/percona-server-8.0.23.14.ebuild | 1214 
 2 files changed, 1216 insertions(+)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 61b75f28779..e14ff707c05 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,3 +1,5 @@
 DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 
5995ff6ca21f45988b187b94bf743795cca97531baa8355f488be0987b9426289dd85d6ce25b7eb03ccd690109f05ba56252a95bca50505ad9cd66f4e0e234e8
 SHA512 
86c296511c0766145097625a62bf099c3d155284d250ad6e528e788bc90b2945838498dfe473c6c6c78d1694b6fba8e19f7dee0d064a043841e6231603fff668
 DIST percona-server-8.0.22-13.tar.gz 530806570 BLAKE2B 
256e5afa2e3908617c41ffcab591ccdbfd932a8ba3ce25fbf2a0be2cdfa80991b0c2d090c11ffae64e4bb3d8cf9f3011b70974ab22cbab023f6625ac422f3c73
 SHA512 
9b7a1d06885eb4412361bb3920adc9f050f8da95584eb910c97c8877a433ead04d02f2908e5e9648b1d79cdba677727fdb745377feac3c958339588d5f0cdf2b
 DIST percona-server-8.0.22.13-patches-02.tar.xz 9620 BLAKE2B 
c04e97ed422719bec5008b668e2ce3ecd5b848338a9f2f2ecd2fc867307b7fce9bae4cb0efd44f9b950f74d7f31394c06248d1c72784e9c0790378e2ea4d7934
 SHA512 
2476ee2f4096eaee211017609f82cf8fa9817cda6345336f478257711b64b8c37340b482a02f3d0b19e16e01055cf619cdd1b66d5fbfa0fd1d8edbd529c4096f
+DIST percona-server-8.0.23-14.tar.gz 528227168 BLAKE2B 
c497e69d3e7f370e6ffd71ef8129fccb35d8814e713bf78da04b7517f56e7d733d0b54543e86a24568587ae270bd7ca7add36646845e8f7dc5c288aebd1db8c7
 SHA512 
199669fc53b80426be709a2d7026f6aa821f2d98e5763b3311f564550687cc6401def191f56c615ffed69264a09aaec78ca8371d35a6a69386832f24f30df71b
+DIST percona-server-8.0.23.14-patches-01.tar.xz 5808 BLAKE2B 
d5a74a3cc5a84f545fc8aaef21c03992836e60cfdf9fbd602ffe929ed626186762f55641a4eec94327d7ac39acc0fe6baa81671472e4d8fd4a026864f5e9a25a
 SHA512 
d23661b8669481d650bf3deca0336b73a680c88ac441fc8d80753ca50ac569f62658615ae30cc7c1a25318cdaa2987c912d09f0cb016b14860b4afdd213fc820

diff --git a/dev-db/percona-server/percona-server-8.0.23.14.ebuild 
b/dev-db/percona-server/percona-server-8.0.23.14.ebuild
new file mode 100644
index 000..65bf6f855cb
--- /dev/null
+++ b/dev-db/percona-server/percona-server-8.0.23.14.ebuild
@@ -0,0 +1,1214 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit check-reqs cmake flag-o-matic linux-info \
+   multiprocessing prefix toolchain-funcs
+
+MY_BOOST_VERSION="1.73.0"
+MY_PV=$(ver_rs 3 '-')
+MY_PV="${MY_PV//_pre*}"
+MY_PN="Percona-Server"
+MY_P="${PN}-${MY_PV}"
+MY_MAJOR_PV=$(ver_cut 1-2)
+MY_RELEASE_NOTES_URI="https://www.percona.com/doc/percona-server/${MY_MAJOR_PV}/;
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/percona-server/${PN}-8.0.23.14-patches-01.tar.xz;
+
+SRC_URI="https://www.percona.com/downloads/${MY_PN}-${MY_MAJOR_PV}/${MY_PN}-${MY_PV}/source/tarball/${PN}-${MY_PV}.tar.gz
+   
https://dl.bintray.com/boostorg/release/${MY_BOOST_VERSION}/source/boost_$(ver_rs
 1- _ ${MY_BOOST_VERSION}).tar.bz2
+   ${PATCH_SET}
+"
+
+HOMEPAGE="https://www.percona.com/software/mysql-database/percona-server 
https://github.com/percona/percona-server;
+DESCRIPTION="Fully compatible, enhanced and open source drop-in replacement 
for MySQL"
+LICENSE="GPL-2"
+SLOT="8.0"
+IUSE="cjk cracklib debug jemalloc latin1 ldap numa pam +perl profiling
+   rocksdb router selinux +server tcmalloc test tokudb 
tokudb-backup-plugin"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="?? ( tcmalloc jemalloc )
+   cjk? ( server )
+   jemalloc? ( server )
+   numa? ( server )
+   profiling? ( server )
+   router? ( server )
+   tcmalloc? ( server )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are version-dependant
+# These are used for both runtime and compiletime
+COMMON_DEPEND="
+   >=app-arch/lz4-0_p131:=
+   app-arch/zstd:=
+   sys-libs/ncurses:0=
+   >=sys-libs/zlib-1.2.3:0=
+   >=dev-libs/openssl-1.0.0:0=
+   server? (
+   dev-libs/icu:=
+   dev-libs/libevent:=[ssl,threads]
+   >=dev-libs/protobuf-3.8:=
+   net-libs/libtirpc:=
+   

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

2021-05-20 Thread Thomas Deutschmann
commit: ae1c27a32c486283b4abaafa259e4870d97df630
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 21 00:23:42 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 21 02:12:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1c27a3

media-video/pipewire: bump to v0.3.28

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-video/pipewire/Manifest | 1 +
 media-video/pipewire/{pipewire-.ebuild => pipewire-0.3.28.ebuild} | 2 +-
 media-video/pipewire/pipewire-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index f9aa987bfa9..3ecd570692f 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -2,3 +2,4 @@ DIST pipewire-0.3.22.tar.gz 1263844 BLAKE2B 
3fb90c0b1c17ed108e8c390873f5c4527e1f
 DIST pipewire-0.3.25.tar.gz 1351257 BLAKE2B 
3c4d6d98e3255df8baf50eb548bcf77b5c027a50f6acedd83cd63481ed5b642c174589f34314f150b07116cea8a3458c3f8b770df4081585d7f75cc8dde4decd
 SHA512 
0f84be21bfcd70f25900c53a8ce399c29ce2d4d10f8b56e5103603cf0c80673aab0b16492e55b42985283adf46343cdca01626225db85a2263f06c309f68f2d7
 DIST pipewire-0.3.26.tar.gz 1447673 BLAKE2B 
67feb1288fcdc9ac5578b97ab2567b46a7431921291584bc9db2c2e60db074c3a61c3af9859d3b2f9044cfba6c15e9bfde9edc001b753f8fc47965eb55d751c8
 SHA512 
d771956a42801a6e07fac48a175363eb4107a9fba13d649ff5c2cdc40044c84a61bf56050783507f6dd8efae8c59a2be07ec67433827335ae60f8116c4a4e178
 DIST pipewire-0.3.27.tar.gz 1459913 BLAKE2B 
b6db73de85c41932b630e62b3dcc589529ae5457cae6731a8ec5db50f20b541e7e9596976a368c4bb654b1443071c53f8fe4a9ddfc1ee8a0ecc04d69b683456a
 SHA512 
a2df1df8e43846b91fbeedeb1cda9c73b970ac9de58d8b4e97ada54ee74a8f26a168504289c7392c94cc7ea54aa01ada4791c66a5d3159a2bc980df633f6bcfe
+DIST pipewire-0.3.28.tar.gz 1474219 BLAKE2B 
d20b39c8ed49cd44f2109aab6453aac547ff66dc2ef4a52fb71fea27eb07920efc58498e5ddd82e9f6d86981185e37313748d9157c9a09a3ae1e8ae48d5d45d6
 SHA512 
f2ed23609c6a45fb80f54caabaa304ba4f318c905a28350c89c65f179a95cc2022f1acbb0c2ec558baf4dc6bcc5623b8daa6678d52cdb9179a88c67b6c1fe0ff

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-0.3.28.ebuild
similarity index 99%
copy from media-video/pipewire/pipewire-.ebuild
copy to media-video/pipewire/pipewire-0.3.28.ebuild
index c833b6f8879..5504603123f 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-0.3.28.ebuild
@@ -16,7 +16,7 @@ fi
 DESCRIPTION="Multimedia processing graphs"
 HOMEPAGE="https://pipewire.org/;
 
-LICENSE="LGPL-2.1+"
+LICENSE="MIT LGPL-2.1+ GPL-2"
 SLOT="0/0.3"
 IUSE="aac aptx bluetooth doc extra gstreamer jack-client jack-sdk ldac 
pipewire-alsa systemd test v4l"
 

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index c833b6f8879..5504603123f 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.ebuild
@@ -16,7 +16,7 @@ fi
 DESCRIPTION="Multimedia processing graphs"
 HOMEPAGE="https://pipewire.org/;
 
-LICENSE="LGPL-2.1+"
+LICENSE="MIT LGPL-2.1+ GPL-2"
 SLOT="0/0.3"
 IUSE="aac aptx bluetooth doc extra gstreamer jack-client jack-sdk ldac 
pipewire-alsa systemd test v4l"
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/

2021-05-20 Thread Thomas Deutschmann
commit: 7805ff5572da34c96eb3e6511be42af47687ec01
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 21 02:12:11 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 21 02:12:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7805ff55

dev-db/mysql: add bug number for failing test

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mysql/mysql-8.0.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-8.0.25.ebuild b/dev-db/mysql/mysql-8.0.25.ebuild
index 9387a2bcb56..d2edcb9991c 100644
--- a/dev-db/mysql/mysql-8.0.25.ebuild
+++ b/dev-db/mysql/mysql-8.0.25.ebuild
@@ -386,7 +386,7 @@ src_test() {
touch "${T}/disabled.def"
 
local -a disabled_tests
-   disabled_tests+=( "auth_sec.atomic_rename_user;0;Depends on user 
running test" )
+   disabled_tests+=( "auth_sec.atomic_rename_user;103512;Depends on user 
running test" )
disabled_tests+=( "auth_sec.keyring_file_data_qa;0;Won't work with user 
privileges" )
disabled_tests+=( "gis.spatial_analysis_functions_buffer;5452;Known 
rounding error with latest AMD processors (PS)" )
disabled_tests+=( "gis.gis_bugs_crashes;5452;Known rounding error with 
latest AMD processors (PS)" )



[gentoo-commits] proj/sci:master commit in: dev-python/kmapper/

2021-05-20 Thread Aisha Tammy
commit: 12d201184c28c72e9507e0d1fd4500a677836fa6
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu May 20 22:06:17 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu May 20 22:06:17 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=12d20118

dev-python/kmapper: version bump to 2.0.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/kmapper/kmapper-2.0.1.ebuild | 42 +
 1 file changed, 42 insertions(+)

diff --git a/dev-python/kmapper/kmapper-2.0.1.ebuild 
b/dev-python/kmapper/kmapper-2.0.1.ebuild
new file mode 100644
index 0..2099fa4db
--- /dev/null
+++ b/dev-python/kmapper/kmapper-2.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of Mapper algorithm for Topological Data 
Analysis"
+HOMEPAGE="https://kepler-mapper.scikit-tda.org;
+SRC_URI="https://github.com/scikit-tda/kepler-mapper/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/kepler-mapper-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/joblib[${PYTHON_USEDEP}]
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/plotly[${PYTHON_USEDEP}]
+   dev-python/python-igraph[${PYTHON_USEDEP}]
+   sci-libs/scikit-learn[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   rm "${S}"/test/test_plotly.py || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/proj/guru:dev commit in: sci-biology/cmdock/files/

2021-05-20 Thread Anna Vyalkova
commit: 08de1b6acdc9e1957c4b1690d683818d7fb6841c
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Thu May 20 21:48:57 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu May 20 21:48:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08de1b6a

sci-biology/cmdock/files: fix filenames

Signed-off-by: Anna Vyalkova  sysrq.in>

 sci-biology/cmdock/files/cmdock-boinc-zip_job_0.1.2.xml | 2 +-
 sci-biology/cmdock/files/cmdock-boinc_job_0.1.2.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/cmdock/files/cmdock-boinc-zip_job_0.1.2.xml 
b/sci-biology/cmdock/files/cmdock-boinc-zip_job_0.1.2.xml
index 3b89cdfd2..2691d09ea 100644
--- a/sci-biology/cmdock/files/cmdock-boinc-zip_job_0.1.2.xml
+++ b/sci-biology/cmdock/files/cmdock-boinc-zip_job_0.1.2.xml
@@ -1,6 +1,6 @@
 

-   /opt/cmdock/build/cmdock-0.1.2
+   /opt/cmdock-0.1.2/build/cmdock
docking_log
-r target.prm -p 
/opt/cmdock-0.1.2/data/scripts/dock.prm -f htvs.ptc -i ligands.sdf -o 
docking_out
CMDOCK_ROOT=/opt/cmdock-0.1.2

diff --git a/sci-biology/cmdock/files/cmdock-boinc_job_0.1.2.xml 
b/sci-biology/cmdock/files/cmdock-boinc_job_0.1.2.xml
index aa3042498..c670b677e 100644
--- a/sci-biology/cmdock/files/cmdock-boinc_job_0.1.2.xml
+++ b/sci-biology/cmdock/files/cmdock-boinc_job_0.1.2.xml
@@ -1,6 +1,6 @@
 

-   /opt/cmdock/build/cmdock-0.1.2
+   /opt/cmdock-0.1.2/build/cmdock
docking_log
-r target.prm -p 
/opt/cmdock-0.1.2/data/scripts/dock.prm -f htvs.ptc -i ligands.sdf -o 
docking_out
CMDOCK_ROOT=/opt/cmdock-0.1.2



[gentoo-commits] proj/sci:master commit in: dev-python/dnaio/

2021-05-20 Thread Aisha Tammy
commit: bd45a75cb1ba4c088b79d53981d44eeaa45f9582
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu May 20 21:42:36 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu May 20 21:42:36 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bd45a75c

dev-python/dnaio: version bump to 0.5.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/dnaio/dnaio-0.5.1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/dnaio/dnaio-0.5.1.ebuild 
b/dev-python/dnaio/dnaio-0.5.1.ebuild
new file mode 100644
index 0..2a7885b90
--- /dev/null
+++ b/dev-python/dnaio/dnaio-0.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="efficient reader for FASTA and FASTQ files"
+HOMEPAGE="https://pypi.python.org/pypi/xopen;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/xopen
+"
+
+# no tests in package



[gentoo-commits] proj/sci:master commit in: dev-python/bokeh/

2021-05-20 Thread Aisha Tammy
commit: 0727e4e11edaf43b948fcb18a41bed4cd04e1572
Author: Aisha Tammy  bsd  ac>
AuthorDate: Thu May 20 21:38:36 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Thu May 20 21:39:57 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0727e4e1

dev-python/bokeh: version bump to 2.3.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/bokeh/bokeh-2.3.2.ebuild | 85 +
 1 file changed, 85 insertions(+)

diff --git a/dev-python/bokeh/bokeh-2.3.2.ebuild 
b/dev-python/bokeh/bokeh-2.3.2.ebuild
new file mode 100644
index 0..c3f35c24c
--- /dev/null
+++ b/dev-python/bokeh/bokeh-2.3.2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Statistical and interactive HTML plots for Python"
+HOMEPAGE="https://bokeh.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
+   https://raw.githubusercontent.com/bokeh/bokeh/${PV}/conftest.py -> 
conftest-${P}.py
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# upstream authoritative dependencies
+# https://github.com/bokeh/bokeh/blob/master/conda.recipe/meta.yaml
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/ipython_genutils[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/pydot[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all(){
+   cp "${DISTDIR}"/conftest-${P}.py "${S}"/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # disable tests having network calls
+   local SKIP_TESTS=" \
+   not (test___init__ and TestWarnings and test_filters) and \
+   not (test_json__subcommands and test_no_script) and \
+   not (test_standalone and Test_autoload_static) and \
+   not test_nodejs_compile_javascript and \
+   not test_nodejs_compile_less and \
+   not test_inline_extension and \
+   not (test_model and test_select) and \
+   not test_tornado__server and \
+   not test_client_server and \
+   not test_webdriver and \
+   not test_export and \
+   not test_server and \
+   not test_bundle and \
+   not test_ext \
+   "
+   pytest -m "not sampledata" tests/unit -k \
+  "${SKIP_TESTS}" -vv || die "unittests fail with ${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "integration with amazon S3" dev-python/boto
+   optfeature "pypi integration to publish packages" dev-python/twine
+   optfeature "js library usage" net-libs/nodejs
+}



[gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/, net-fs/autofs/files/

2021-05-20 Thread Yixun Lan
commit: 0ec73cec03b0a344d2aa4dad638cac47219e3611
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 21 01:06:21 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 01:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec73cec

net-fs/autofs: fix musl build error

Closes: https://bugs.gentoo.org/791202
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-fs/autofs/autofs-5.1.6-r1.ebuild|  1 +
 net-fs/autofs/autofs-5.1.7.ebuild   |  1 +
 net-fs/autofs/files/autofs-5.1.6-musl.patch | 12 
 3 files changed, 14 insertions(+)

diff --git a/net-fs/autofs/autofs-5.1.6-r1.ebuild 
b/net-fs/autofs/autofs-5.1.6-r1.ebuild
index 3422926b94d..743ec651949 100644
--- a/net-fs/autofs/autofs-5.1.6-r1.ebuild
+++ b/net-fs/autofs/autofs-5.1.6-r1.ebuild
@@ -38,6 +38,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}/${P}-glibc.patch"
+   "${FILESDIR}/${P}-musl.patch"
"${FILESDIR}/${P}-pid.patch"
 )
 

diff --git a/net-fs/autofs/autofs-5.1.7.ebuild 
b/net-fs/autofs/autofs-5.1.7.ebuild
index 5dfef5feafa..5387d293f41 100644
--- a/net-fs/autofs/autofs-5.1.7.ebuild
+++ b/net-fs/autofs/autofs-5.1.7.ebuild
@@ -38,6 +38,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}/${P}-glibc.patch"
+   "${FILESDIR}/${PN}-5.1.6-musl.patch"
"${FILESDIR}/${PN}-5.1.6-pid.patch"
 )
 

diff --git a/net-fs/autofs/files/autofs-5.1.6-musl.patch 
b/net-fs/autofs/files/autofs-5.1.6-musl.patch
new file mode 100644
index 000..bdcc0db9a9f
--- /dev/null
+++ b/net-fs/autofs/files/autofs-5.1.6-musl.patch
@@ -0,0 +1,12 @@
+--- a/include/automount.h
 b/include/automount.h
+@@ -25,6 +25,9 @@
+ #include "list.h"
+ 
+ #include 
++#ifndef __GLIBC__
++#include 
++#endif
+ 
+ #include "defaults.h"
+ #include "state.h"



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

2021-05-20 Thread Yixun Lan
commit: f98bd74097f48d97094d93be2fa71402ab44501e
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 14:15:57 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98bd740

profile/riscv: mask USE=cups x11-libs/gtk+, not tested

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

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index b0ef57c77fe..99726f640c9 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -5,6 +5,7 @@
 # Dependencies not keyworded, not tested
 dev-libs/gobject-introspection doctool test
 dev-python/markdown test
+x11-libs/gtk+ cups
 
 # Sam James  (2021-03-11)
 # media-libs/libheif isn't keyworded here



[gentoo-commits] repo/gentoo:master commit in: app-crypt/gcr/

2021-05-20 Thread Yixun Lan
commit: 781c4673c7f65e006b8603bb23557e81bc1230a3
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 15:12:08 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781c4673

app-crypt/gcr: add riscv keyword

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

 app-crypt/gcr/gcr-3.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gcr/gcr-3.40.0.ebuild b/app-crypt/gcr/gcr-3.40.0.ebuild
index 1cc41b03fc6..139bbe9e4c8 100644
--- a/app-crypt/gcr/gcr-3.40.0.ebuild
+++ b/app-crypt/gcr/gcr-3.40.0.ebuild
@@ -17,7 +17,7 @@ IUSE="gtk gtk-doc +introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 DEPEND="
>=dev-libs/glib-2.44.0:2



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

2021-05-20 Thread Yixun Lan
commit: 35f7824381c9d3711383ce52f784db9c02b457cc
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 15:20:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f78243

profile/riscv: mask USE=policykit for sys-auth/elogind, not satisfied

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

 profiles/arch/riscv/package.use.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 99726f640c9..9c057e2a191 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -6,6 +6,8 @@
 dev-libs/gobject-introspection doctool test
 dev-python/markdown test
 x11-libs/gtk+ cups
+# Request sys-auth/polkit, dev-lang/spidermonkey
+sys-auth/elogind policykit
 
 # Sam James  (2021-03-11)
 # media-libs/libheif isn't keyworded here



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

2021-05-20 Thread Yixun Lan
commit: c3c8a526f8d7eefd4938f6f772d19b450c0e2a31
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 15:09:22 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c8a526

dev-libs/json-glib: add riscv keyword

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

 dev-libs/json-glib/json-glib-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/json-glib/json-glib-1.6.2.ebuild 
b/dev-libs/json-glib/json-glib-1.6.2.ebuild
index 7041eea07b2..1c8aa914c62 100644
--- a/dev-libs/json-glib/json-glib-1.6.2.ebuild
+++ b/dev-libs/json-glib/json-glib-1.6.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/JsonGlib;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="gtk-doc +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-adwaita/

2021-05-20 Thread Yixun Lan
commit: 500ee6d2d06d396eb939738328d75b3187d2
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:24:59 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500ee6d2

x11-themes/gtk-engines-adwaita: add riscv keyword

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

 x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild 
b/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild
index ca21345a86d..419a497ddb2 100644
--- a/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild
+++ b/x11-themes/gtk-engines-adwaita/gtk-engines-adwaita-3.28.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra/;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 
 DEPEND="
>=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2021-05-20 Thread Yixun Lan
commit: 5a5305902ec5bed4a784582e1771ab85576b08d8
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:24:13 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a530590

x11-themes/adwaita-icon-theme: add riscv keyword

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

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-40.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-40.1.1.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-40.1.1.ebuild
index 40699836b46..1351070d73e 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-40.1.1.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-40.1.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="
 "
 SLOT="0"
 IUSE="branding"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 # gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
 # librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via its pixbuf loader and at runtime for rendering scalable icons shipped 
by the theme



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

2021-05-20 Thread Yixun Lan
commit: 3cfdea94e2021c572005ec424c090dcdded066dc
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 13:54:43 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfdea94

profile/riscv: mask USE=samba for net-libs/libsoup

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

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 9c057e2a191..2e78108e2b2 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -6,6 +6,7 @@
 dev-libs/gobject-introspection doctool test
 dev-python/markdown test
 x11-libs/gtk+ cups
+net-libs/libsoup samba gssapi test
 # Request sys-auth/polkit, dev-lang/spidermonkey
 sys-auth/elogind policykit
 



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

2021-05-20 Thread Yixun Lan
commit: 47cea2ad900038ee3b4a5d838c8dffd295b2a55a
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:02:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cea2ad

profile/riscv: make USEs for net-libs/libproxy, not tested

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

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 2e78108e2b2..5b76aa4fbe4 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -7,6 +7,7 @@ dev-libs/gobject-introspection doctool test
 dev-python/markdown test
 x11-libs/gtk+ cups
 net-libs/libsoup samba gssapi test
+net-libs/libproxy mono spidermonkey webkit kde networkmanager
 # Request sys-auth/polkit, dev-lang/spidermonkey
 sys-auth/elogind policykit
 



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

2021-05-20 Thread Yixun Lan
commit: b1abbcd559acb288bd066aa6fab1ea748a057eca
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 13:57:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1abbcd5

dev-python/markdown: add riscv keyword

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

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

diff --git a/dev-python/markdown/markdown-3.3.4.ebuild 
b/dev-python/markdown/markdown-3.3.4.ebuild
index 504c044ccda..4cb7a066f43 100644
--- a/dev-python/markdown/markdown-3.3.4.ebuild
+++ b/dev-python/markdown/markdown-3.3.4.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P^}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 # importlib_metadata is only necessary for 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/

2021-05-20 Thread Yixun Lan
commit: d68b164b0b9141e2d1a404420e312e71ea4f481f
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 13:47:28 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68b164b

app-accessibility/at-spi2-core: add riscv keyword

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

 app-accessibility/at-spi2-core/at-spi2-core-2.40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.40.1.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.40.1.ebuild
index a38a43100ab..840a834d457 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.40.1.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.40.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="X gtk-doc +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]



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

2021-05-20 Thread Yixun Lan
commit: d632f0d5680705d53b97f2a67662c8327f3db3f4
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 13:48:56 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d632f0d5

profile/riscv: mask USEs for dev-libs/gobject-introspection

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 9d94d70acc4..8884fb9b712 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Yixun Lan  (2021-05-19)
+# Dependencies not keyworded, not tested
+dev-libs/gobject-introspection doctool test
+
 # Sam James  (2021-03-11)
 # media-libs/libheif isn't keyworded here
 # media-libs/libavif isn't keyworded here



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

2021-05-20 Thread Yixun Lan
commit: 3b318b2a18573c2b51bad618ae9c56f6e858f1c5
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:18:44 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b318b2a

profile/riscv: make USE=test,colord for x11-libs/gtk+

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

 profiles/arch/riscv/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 5b76aa4fbe4..14b7e271a6e 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -5,7 +5,7 @@
 # Dependencies not keyworded, not tested
 dev-libs/gobject-introspection doctool test
 dev-python/markdown test
-x11-libs/gtk+ cups
+x11-libs/gtk+ cups test colord
 net-libs/libsoup samba gssapi test
 net-libs/libproxy mono spidermonkey webkit kde networkmanager
 # Request sys-auth/polkit, dev-lang/spidermonkey



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

2021-05-20 Thread Yixun Lan
commit: ad0b008d8d5e168fd039005911dbefa673ead2c8
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:08:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0b008d

net-libs/libproxy: add riscv keyword

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

 net-libs/libproxy/libproxy-0.4.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libproxy/libproxy-0.4.17.ebuild 
b/net-libs/libproxy/libproxy-0.4.17.ebuild
index 05856b011b3..4777e3c49fc 100644
--- a/net-libs/libproxy/libproxy-0.4.17.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.17.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="gnome kde mono networkmanager spidermonkey test webkit"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/

2021-05-20 Thread Yixun Lan
commit: fea721521a44e87518cb97213a28f0b2e605bbc3
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 15:17:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea72152

x11-misc/xdg-user-dirs-gtk: add riscv keyword

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

 x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild 
b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
index 2d9acf66e61..7798361ee00 100644
--- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
+++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 RDEPEND="
dev-libs/glib



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

2021-05-20 Thread Yixun Lan
commit: d4513c6451cb0757caa10266aa670b61ebe98a20
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 14:04:07 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4513c64

gnome-base/librsvg: add riscv keyword

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

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

diff --git a/gnome-base/librsvg/librsvg-2.50.5.ebuild 
b/gnome-base/librsvg/librsvg-2.50.5.ebuild
index 7079e46b7a4..a1ef8939bee 100644
--- a/gnome-base/librsvg/librsvg-2.50.5.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.5.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2021-05-20 Thread Yixun Lan
commit: 0f3ca6ac30b415616a4eef28aaaf62cfaa263af2
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 14:08:48 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3ca6ac

profile/riscv: unmask USEs for testing

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

 profiles/arch/riscv/use.mask | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 88b786de48d..9c5aedae8c0 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -7,6 +7,14 @@
 # Unmask systemd
 -systemd
 
+# Yixun Lan  (2021-05-19)
+# Unmask for more testing
+-elogind
+-gtk
+-gtk2
+-gtk3
+-introspection
+
 # Michał Górny  (2021-05-20)
 # Unresolved keywordreqs are getting in the way.
 # https://bugs.gentoo.org/773451
@@ -24,13 +32,8 @@ valgrind
 
 # Not tested yet
 bluetooth
-elogind
 emacs
 fuse
-gtk
-gtk2
-gtk3
-introspection
 java
 kerberos
 latex



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

2021-05-20 Thread Yixun Lan
commit: 68face2496a7ebecaf2b9027bbcc551e745f6e0d
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 13:55:06 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68face24

profile/riscv: mask USE=test for dev-python/markdown

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

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 8884fb9b712..b0ef57c77fe 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -4,6 +4,7 @@
 # Yixun Lan  (2021-05-19)
 # Dependencies not keyworded, not tested
 dev-libs/gobject-introspection doctool test
+dev-python/markdown test
 
 # Sam James  (2021-03-11)
 # media-libs/libheif isn't keyworded here



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

2021-05-20 Thread Yixun Lan
commit: 0c592c29e9761a9471a72bae3fdaeade2b4a5987
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:13:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c592c29

net-libs/rest: add riscv keyword

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

 net-libs/rest/rest-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rest/rest-0.8.1.ebuild b/net-libs/rest/rest-0.8.1.ebuild
index ac7d01ee58e..1a871b83d47 100644
--- a/net-libs/rest/rest-0.8.1.ebuild
+++ b/net-libs/rest/rest-0.8.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1"
 SLOT="0.7"
 IUSE="+introspection test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc 
x86"
 
 # Coverage testing should not be enabled
 RDEPEND="



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

2021-05-20 Thread Yixun Lan
commit: 627f33e5a4f366e56ab72a9f9b91c982a85b3cd5
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:26:48 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627f33e5

x11-libs/gtk+: add riscv keyword

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

 x11-libs/gtk+/gtk+-2.24.33.ebuild | 2 +-
 x11-libs/gtk+/gtk+-3.24.29.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-2.24.33.ebuild 
b/x11-libs/gtk+/gtk+-2.24.33.ebuild
index 8a86eaa7611..8b97abd8271 100644
--- a/x11-libs/gtk+/gtk+-2.24.33.ebuild
+++ b/x11-libs/gtk+/gtk+-2.24.33.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="
xinerama? ( !aqua )
 "
 
-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"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768663#c1

diff --git a/x11-libs/gtk+/gtk+-3.24.29.ebuild 
b/x11-libs/gtk+/gtk+-3.24.29.ebuild
index 1c3293b2da0..a5e531ff38f 100644
--- a/x11-libs/gtk+/gtk+-3.24.29.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.29.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-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 ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



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

2021-05-20 Thread Yixun Lan
commit: cbfb5b73f8210cf8ffebfb8208fa16ad7399ccb1
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:09:12 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfb5b73

net-libs/glib-networking: add riscv keyword

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

 net-libs/glib-networking/glib-networking-2.68.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.68.1.ebuild 
b/net-libs/glib-networking/glib-networking-2.68.1.ebuild
index 8c9ab087457..370996a7150 100644
--- a/net-libs/glib-networking/glib-networking-2.68.1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.68.1.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-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"
 
 RDEPEND="
>=dev-libs/glib-2.67.0:2[${MULTILIB_USEDEP}]



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

2021-05-20 Thread Yixun Lan
commit: 994aa704dba43fcce08956cfcc66d510da4fa198
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 14:10:23 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:50:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994aa704

net-libs/libsoup: add riscv keyword

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

 net-libs/libsoup/libsoup-2.72.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsoup/libsoup-2.72.0.ebuild 
b/net-libs/libsoup/libsoup-2.72.0.ebuild
index e832e552fd6..2374db53ddc 100644
--- a/net-libs/libsoup/libsoup-2.72.0.ebuild
+++ b/net-libs/libsoup/libsoup-2.72.0.ebuild
@@ -17,7 +17,7 @@ IUSE="brotli gssapi gtk-doc +introspection samba ssl sysprof 
test +vala"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="
>=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]



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

2021-05-20 Thread Yixun Lan
commit: 3e1b1c52c53790f3d4c9d83ac4af62e8ebf52da7
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 13:53:35 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1b1c52

dev-libs/gobject-introspection: add riscv keyword

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

 dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild
index a573126690d..e9c40e78bf6 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE="doctool gtk-doc test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-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"
 
 # virtual/pkgconfig needed at runtime, bug #505408
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/

2021-05-20 Thread Yixun Lan
commit: 618e6309616334177a5054d07418a8ee573bf1f8
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 15:21:28 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618e6309

sys-auth/elogind: add riscv keyword

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

 sys-auth/elogind/elogind-246.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/elogind/elogind-246.10.ebuild 
b/sys-auth/elogind/elogind-246.10.ebuild
index 79d70653448..8f9df3e3daf 100644
--- a/sys-auth/elogind/elogind-246.10.ebuild
+++ b/sys-auth/elogind/elogind-246.10.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 inherit linux-info meson pam udev xdg-utils



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/

2021-05-20 Thread Yixun Lan
commit: b215a042affd34d7efbe2e54cd98475337f726b6
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 20 13:48:37 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b215a042

app-accessibility/at-spi2-atk: add riscv keyword

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

 app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
index 29b6199d167..72582fccbe9 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-20 Thread Yixun Lan
commit: 76060c79cc6f7d20be022f08ba847fcb3cd6
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed May 19 13:58:35 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 00:49:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7606

dev-lang/vala: add riscv keyword

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

 dev-lang/vala/vala-0.48.12.ebuild | 2 +-
 dev-lang/vala/vala-0.50.7.ebuild  | 4 ++--
 dev-lang/vala/vala-0.52.3.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/vala/vala-0.48.12.ebuild 
b/dev-lang/vala/vala-0.48.12.ebuild
index 98616f0f84a..40f0a9b8191 100644
--- a/dev-lang/vala/vala-0.48.12.ebuild
+++ b/dev-lang/vala/vala-0.48.12.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.48"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-lang/vala/vala-0.50.7.ebuild b/dev-lang/vala/vala-0.50.7.ebuild
index c1a73c907f8..bccc7e3dd84 100644
--- a/dev-lang/vala/vala-0.50.7.ebuild
+++ b/dev-lang/vala/vala-0.50.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.50"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-lang/vala/vala-0.52.3.ebuild b/dev-lang/vala/vala-0.52.3.ebuild
index d3cf852fc94..fa44e86dd98 100644
--- a/dev-lang/vala/vala-0.52.3.ebuild
+++ b/dev-lang/vala/vala-0.52.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.52"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2021-05-20 Thread Andreas K. Hüttel
commit: 6a3ee812bc1fdf93d9ecb9312a6c107541c3409f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 21 00:26:34 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 21 00:26:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3ee812

package.mask: Unmask Perl 5.34

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1ab6b3132ad..f2201a3db77 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -131,59 +131,6 @@ dev-python/sphinxcontrib-httpexample
 app-misc/gcstar
 dev-perl/gtk2-spell
 
-# Andreas K. Hüttel  (2021-05-09)
-# Work in progress, do not use yet
-=dev-lang/perl-5.34*
-~perl-core/File-Temp-0.231.100
-~virtual/perl-Archive-Tar-2.380.0
-~virtual/perl-autodie-2.340.0
-~virtual/perl-Carp-1.520.0
-~virtual/perl-Compress-Raw-Bzip2-2.101.0
-~virtual/perl-Compress-Raw-Zlib-2.101.0
-~virtual/perl-CPAN-2.280.0
-~virtual/perl-Data-Dumper-2.179.0
-~virtual/perl-DB_File-1.855.0
-~virtual/perl-Devel-PPPort-3.620.0
-~virtual/perl-Digest-1.190.0
-~virtual/perl-Digest-MD5-2.580.0
-~virtual/perl-Encode-3.80.0
-~virtual/perl-Exporter-5.760.0
-~virtual/perl-ExtUtils-CBuilder-0.280.236
-~virtual/perl-ExtUtils-Install-2.200.0
-~virtual/perl-ExtUtils-MakeMaker-7.620.0
-~virtual/perl-ExtUtils-Manifest-1.730.0
-~virtual/perl-ExtUtils-ParseXS-3.430.0
-~virtual/perl-File-Path-2.180.0
-~virtual/perl-File-Spec-3.800.0
-~virtual/perl-File-Temp-0.231.100
-~virtual/perl-Getopt-Long-2.520.0
-~virtual/perl-I18N-LangTags-0.450.0
-~virtual/perl-if-0.60.900
-~virtual/perl-IO-1.460.0
-~virtual/perl-IO-Compress-2.102.0
-~virtual/perl-IO-Socket-IP-0.410.0
-~virtual/perl-IO-Zlib-1.110.0
-~virtual/perl-JSON-PP-4.60.0
-~virtual/perl-libnet-3.130.0
-~virtual/perl-Math-Complex-1.590.200
-~virtual/perl-MIME-Base64-3.160.0
-~virtual/perl-Module-CoreList-5.202.105.200
-~virtual/perl-Module-Load-Conditional-0.740.0
-~virtual/perl-Net-Ping-2.740.0
-~virtual/perl-Pod-Simple-3.420.0
-~virtual/perl-Safe-2.430.0
-~virtual/perl-Socket-2.31.0
-~virtual/perl-Storable-3.230.0
-~virtual/perl-Test-Harness-3.430.0
-~virtual/perl-Text-Balanced-2.40.0
-~virtual/perl-threads-2.260.0
-~virtual/perl-threads-shared-1.620.0
-~virtual/perl-Tie-RefHash-1.400.0
-~virtual/perl-Time-HiRes-1.976.700
-~virtual/perl-Time-Local-1.300.0
-~virtual/perl-Unicode-Normalize-1.280.0
-~virtual/perl-version-0.992.800
-
 # David Seifert  (2021-05-09)
 # All revdeps masked, last release in 1999, needs to do now.
 # Bug #772815, removal in 30 days.



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

2021-05-20 Thread Andreas K. Hüttel
commit: 58312183d2015db804ce4e637c6bd2ac5ad0561d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 21 00:04:56 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 21 00:05:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58312183

dev-perl/Pango: Only minimal testing by default to avoid dep cycles

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Pango/Pango-1.227.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Pango/Pango-1.227.0-r1.ebuild 
b/dev-perl/Pango/Pango-1.227.0-r1.ebuild
index 493280fa6fc..9b51b32f5fc 100644
--- a/dev-perl/Pango/Pango-1.227.0-r1.ebuild
+++ b/dev-perl/Pango/Pango-1.227.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ DESCRIPTION="Layout and render international text"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~sparc64-solaris ~x86-solaris"
-IUSE="examples test minimal"
+IUSE="examples test +minimal"
 RESTRICT="!test? ( test )"
 
 RDEPEND="



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

2021-05-20 Thread Michał Górny
commit: a279b9164eb3deb062de4691f2930485faa44918
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 22:25:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 22:34:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a279b916

dev-python/werkzeug: Use venv to test before install reliably

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

 dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild 
b/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild
index 38fc4aaa001..76e9a1859da 100644
--- a/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.0.1-r1.ebuild
@@ -31,7 +31,6 @@ BDEPEND="
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-xprocess[${PYTHON_USEDEP}]
dev-python/watchdog[${PYTHON_USEDEP}]
-   ~dev-python/werkzeug-${PV}[${PYTHON_USEDEP}]
)"
 
 distutils_enable_tests pytest
@@ -40,7 +39,19 @@ PATCHES=(
"${FILESDIR}"/${P}-py310.patch
 )
 
+src_prepare() {
+   distutils-r1_src_prepare
+   # prevent esetup.py install from zipping the egg
+   sed -i -e '/\[options\]/azip_safe = False' setup.cfg || die
+}
+
 python_test() {
+   "${EPYTHON}" -m venv --system-site-packages --without-pip \
+   "${BUILD_DIR}"/venv || die
+   local -x PATH=${BUILD_DIR}/venv/bin:${PATH}
+   unset PYTHONPATH
+   esetup.py install
+
# the default portage tempdir is too long for AF_UNIX sockets
local -x TMPDIR=/tmp
epytest -p no:httpbin tests



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

2021-05-20 Thread Andreas Sturmlechner
commit: 5d7d4793015745ee7ae403c7dc7466fa748f131e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 22:29:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 22:29:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7d4793

media-libs/liblastfm: Force c++14 to fix build with GCC-11

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

 media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild 
b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild
index e7a0b783f0a..e8a9dfa1085 100644
--- a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild
+++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 COMMIT=f867df52757c569d97d9755c911ac9dec146f365
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="Collection of libraries to integrate Last.fm services"
 HOMEPAGE="https://github.com/lastfm/liblastfm;
@@ -36,6 +36,11 @@ DEPEND="${RDEPEND}
 
 PATCHES=( "${FILESDIR}/${P}-missing-dep.patch" )
 
+src_prepare() {
+   append-cxxflags -std=c++14 # bug 787128
+   cmake_src_prepare
+}
+
 src_configure() {
# demos not working
local mycmakeargs=(



[gentoo-commits] proj/gcc-patches:master commit in: 11.1.0/gentoo/

2021-05-20 Thread Sergei Trofimovich
commit: d9ec8d21d27b98b1ae8a0fe33c8917868a14ba63
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May 20 22:14:05 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 20 22:14:05 2021 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=d9ec8d21

11.1.0: backport PR100489: union constructor fix

Reported-by: Martin Kolleck
Bug: https://bugs.gentoo.org/788829
Bug: https://gcc.gnu.org/PR100489
Signed-off-by: Sergei Trofimovich  gentoo.org>

 11.1.0/gentoo/28_all_ctor-union-PR100489.patch | 156 +
 11.1.0/gentoo/README.history   |   1 +
 2 files changed, 157 insertions(+)

diff --git a/11.1.0/gentoo/28_all_ctor-union-PR100489.patch 
b/11.1.0/gentoo/28_all_ctor-union-PR100489.patch
new file mode 100644
index 000..1ee1277
--- /dev/null
+++ b/11.1.0/gentoo/28_all_ctor-union-PR100489.patch
@@ -0,0 +1,156 @@
+https://bugs.gentoo.org/788829
+https://gcc.gnu.org/PR100489
+
+From 0a1010428b3861464eb319c629c68cb13b9ca01e Mon Sep 17 00:00:00 2001
+From: Jason Merrill 
+Date: Wed, 19 May 2021 21:12:45 -0400
+Subject: [PATCH] c++: designated init with anonymous union [PR100489]
+
+My patch for PR98463 added an assert that tripped on this testcase, because
+we ended up with a U CONSTRUCTOR with an initializer for a, which is not a
+member of U.  We need to wrap the a initializer in another CONSTRUCTOR for
+the anonymous union.
+
+There was already support for this in process_init_constructor_record, but
+not in process_init_constructor_union.  But since this is about brace
+elision, it really belongs under reshape_init rather than digest_init, so
+this patch moves the handling to reshape_init_class, which also handles
+unions.
+
+   PR c++/100489
+
+gcc/cp/ChangeLog:
+
+   * decl.c (reshape_init_class): Handle designator for
+   member of anonymous aggregate here.
+   * typeck2.c (process_init_constructor_record): Not here.
+
+gcc/testsuite/ChangeLog:
+
+   * g++.dg/cpp2a/desig18.C: New test.
+---
+ gcc/cp/decl.c| 33 
+ gcc/cp/typeck2.c | 26 --
+ gcc/testsuite/g++.dg/cpp2a/desig18.C | 17 ++
+ 3 files changed, 46 insertions(+), 30 deletions(-)
+ create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig18.C
+
+--- a/gcc/cp/decl.c
 b/gcc/cp/decl.c
+@@ -6388,10 +6388,9 @@ reshape_init_class (tree type, reshape_iter *d, bool 
first_initializer_p,
+ /* We already reshaped this.  */
+ if (field != d->cur->index)
+   {
+-tree id = DECL_NAME (d->cur->index);
+-gcc_assert (id);
+-gcc_checking_assert (d->cur->index
+- == get_class_binding (type, id));
++if (tree id = DECL_NAME (d->cur->index))
++  gcc_checking_assert (d->cur->index
++   == get_class_binding (type, id));
+ field = d->cur->index;
+   }
+   }
+@@ -6412,6 +6411,32 @@ reshape_init_class (tree type, reshape_iter *d, bool 
first_initializer_p,
+  d->cur->index);
+ return error_mark_node;
+   }
++
++/* If the element is an anonymous union object and the initializer
++   list is a designated-initializer-list, the anonymous union object
++   is initialized by the designated-initializer-list { D }, where D
++   is the designated-initializer-clause naming a member of the
++   anonymous union object.  */
++tree ictx = DECL_CONTEXT (field);
++if (!same_type_ignoring_top_level_qualifiers_p (ictx, type))
++  {
++gcc_assert (ANON_AGGR_TYPE_P (ictx));
++/* Find the anon aggr that is a direct member of TYPE.  */
++while (true)
++  {
++tree cctx = TYPE_CONTEXT (ictx);
++if (same_type_ignoring_top_level_qualifiers_p (cctx, type))
++  break;
++ictx = cctx;
++  }
++/* And then the TYPE member with that anon aggr type.  */
++tree aafield = TYPE_FIELDS (type);
++for (; aafield; aafield = TREE_CHAIN (aafield))
++  if (TREE_TYPE (aafield) == ictx)
++break;
++gcc_assert (aafield);
++field = aafield;
++  }
+   }
+ 
+   /* If we processed all the member of the class, we are done.  */
+diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c
+index 4e9632f6a7d..142c6fd8e75 100644
+--- a/gcc/cp/typeck2.c
 b/gcc/cp/typeck2.c
+@@ -1511,19 +1511,6 @@ process_init_constructor_record (tree type, tree init, 
int nested, int flags,
+ || identifier_p (ce->index));
+ if (ce->index == field || ce->index == DECL_NAME (field))
+   next = ce->value;
+-else if (ANON_AGGR_TYPE_P (fldtype)

[gentoo-commits] proj/gcc-patches:master commit in: 10.3.0/gentoo/

2021-05-20 Thread Sergei Trofimovich
commit: 1b262115460489ec8736bfa5102c62656d580fb5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May 20 22:12:59 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 20 22:12:59 2021 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=1b262115

10.3.0: backport PR100489: union constructor fix

Reported-by: Martin Kolleck
Bug: https://bugs.gentoo.org/788829
Bug: https://gcc.gnu.org/PR100489
Signed-off-by: Sergei Trofimovich  gentoo.org>

 10.3.0/gentoo/33_all_ctor-union-PR100489.patch | 71 ++
 10.3.0/gentoo/README.history   |  3 ++
 2 files changed, 74 insertions(+)

diff --git a/10.3.0/gentoo/33_all_ctor-union-PR100489.patch 
b/10.3.0/gentoo/33_all_ctor-union-PR100489.patch
new file mode 100644
index 000..0e25c3e
--- /dev/null
+++ b/10.3.0/gentoo/33_all_ctor-union-PR100489.patch
@@ -0,0 +1,71 @@
+https://bugs.gentoo.org/788829
+https://gcc.gnu.org/PR100489
+
+From a335afe208cd27cf8ee4cb028fb7769700ab6245 Mon Sep 17 00:00:00 2001
+From: Jason Merrill 
+Date: Wed, 19 May 2021 21:12:45 -0400
+Subject: [PATCH] c++: designated init with anonymous union [PR100489]
+
+My patch for PR98463 added an assert that tripped on this testcase, because
+we ended up with a U CONSTRUCTOR with an initializer for a, which is not a
+member of U.  We need to wrap the a initializer in another CONSTRUCTOR for
+the anonymous union.
+
+For the GCC 10 branch, just remove the assert.
+
+   PR c++/100489
+
+gcc/cp/ChangeLog:
+
+   * constexpr.c (get_or_insert_ctor_field): Remove assert.
+
+gcc/testsuite/ChangeLog:
+
+   * g++.dg/cpp2a/desig18.C: New test.
+---
+ gcc/cp/constexpr.c   |  4 +---
+ gcc/testsuite/g++.dg/cpp2a/desig18.C | 17 +
+ 2 files changed, 18 insertions(+), 3 deletions(-)
+ create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig18.C
+
+diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c
+index d6fda8b96ee..566ba5b362a 100644
+--- a/gcc/cp/constexpr.c
 b/gcc/cp/constexpr.c
+@@ -3361,9 +3361,7 @@ get_or_insert_ctor_field (tree ctor, tree index, int 
pos_hint = -1)
+ }
+   else
+ {
+-  gcc_assert (TREE_CODE (index) == FIELD_DECL
+-&& (same_type_ignoring_top_level_qualifiers_p
+-(DECL_CONTEXT (index), TREE_TYPE (ctor;
++  gcc_assert (TREE_CODE (index) == FIELD_DECL);
+ 
+   /* We must keep the CONSTRUCTOR's ELTS in FIELD order.
+Usually we meet initializers in that order, but it is
+diff --git a/gcc/testsuite/g++.dg/cpp2a/desig18.C 
b/gcc/testsuite/g++.dg/cpp2a/desig18.C
+new file mode 100644
+index 000..4851579b7c7
+--- /dev/null
 b/gcc/testsuite/g++.dg/cpp2a/desig18.C
+@@ -0,0 +1,17 @@
++// PR c++/100489
++// { dg-options "" }
++
++union U
++{
++  union
++  {
++unsigned char a;
++  };
++
++  unsigned char b[1];
++};
++
++void f(unsigned char a)
++{
++  union U u = { .a = a };
++}
+-- 
+2.31.1
+

diff --git a/10.3.0/gentoo/README.history b/10.3.0/gentoo/README.history
index 8786b6a..a32dce0 100644
--- a/10.3.0/gentoo/README.history
+++ b/10.3.0/gentoo/README.history
@@ -1,3 +1,6 @@
+2  TODO
+   + 33_all_ctor-union-PR100489.patch
+
 1  08 Apr 2021
+ 01_all_default-fortify-source.patch
+ 02_all_default-warn-format-security.patch



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/

2021-05-20 Thread Andreas Sturmlechner
commit: 8316b99ba9aaa7f9a17980423f34226036eb628d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 22:13:14 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 22:13:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8316b99b

sci-visualization/labplot: Set VIRTUALX_REQUIRED="test"

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

 sci-visualization/labplot/labplot-2.8.2.ebuild | 1 +
 sci-visualization/labplot/labplot-.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/labplot/labplot-2.8.2.ebuild 
b/sci-visualization/labplot/labplot-2.8.2.ebuild
index 33e94fdbc0b..fd6001e7544 100644
--- a/sci-visualization/labplot/labplot-2.8.2.ebuild
+++ b/sci-visualization/labplot/labplot-2.8.2.ebuild
@@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
 KFMIN=5.74.0
 QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Scientific data analysis and visualisation based on KDE 
Frameworks"

diff --git a/sci-visualization/labplot/labplot-.ebuild 
b/sci-visualization/labplot/labplot-.ebuild
index 988b1176a00..03cc30d425b 100644
--- a/sci-visualization/labplot/labplot-.ebuild
+++ b/sci-visualization/labplot/labplot-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
 KFMIN=5.74.0
 QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Scientific data analysis and visualisation based on KDE 
Frameworks"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/, sci-astronomy/kstars/files/

2021-05-20 Thread Andreas Sturmlechner
commit: 5a36d6651fcd49e5f9c2264ab52ec0dba552eb4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 21:51:20 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 21:51:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a36d665

sci-astronomy/kstars: Fix build with IUSE="-raw fits"

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

 .../files/kstars-3.5.3-fits-w-o-libraw.patch   | 25 ++
 sci-astronomy/kstars/kstars-3.5.3.ebuild   |  2 ++
 2 files changed, 27 insertions(+)

diff --git a/sci-astronomy/kstars/files/kstars-3.5.3-fits-w-o-libraw.patch 
b/sci-astronomy/kstars/files/kstars-3.5.3-fits-w-o-libraw.patch
new file mode 100644
index 000..a0bb66046f0
--- /dev/null
+++ b/sci-astronomy/kstars/files/kstars-3.5.3-fits-w-o-libraw.patch
@@ -0,0 +1,25 @@
+From 1adf58605d18ee24c68ca6762a94de75a09d738a Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Mon, 26 Apr 2021 12:53:19 +0200
+Subject: [PATCH] Fix build without BUILD_KSTARS_LITE and libraw
+
+---
+ kstars/fitsviewer/fitsdata.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kstars/fitsviewer/fitsdata.cpp b/kstars/fitsviewer/fitsdata.cpp
+index 8300e9687..ca59d808e 100644
+--- a/kstars/fitsviewer/fitsdata.cpp
 b/kstars/fitsviewer/fitsdata.cpp
+@@ -524,7 +524,7 @@ bool FITSData::loadRAWImage(const QByteArray , 
const QString ,
+ Q_UNUSED(extension);
+ 
+ #if !defined(KSTARS_LITE) && !defined(HAVE_LIBRAW)
+-lastError = i18n("Unable to find dcraw and cjpeg. Please install the 
required tools to convert CR2/NEF to JPEG.");
++m_LastError = i18n("Unable to find dcraw and cjpeg. Please install the 
required tools to convert CR2/NEF to JPEG.");
+ return false;
+ #else
+ 
+-- 
+GitLab
+

diff --git a/sci-astronomy/kstars/kstars-3.5.3.ebuild 
b/sci-astronomy/kstars/kstars-3.5.3.ebuild
index 8c5431d2e41..49493cc295d 100644
--- a/sci-astronomy/kstars/kstars-3.5.3.ebuild
+++ b/sci-astronomy/kstars/kstars-3.5.3.ebuild
@@ -74,6 +74,8 @@ RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
 "
 
+PATCHES=( "${FILESDIR}/${P}-fits-w-o-libraw.patch" ) # bug 790638
+
 src_configure() {
local mycmakeargs=(
-DFETCH_TRANSLATIONS=OFF



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

2021-05-20 Thread Andreas Sturmlechner
commit: c2f6c9c52b80994f068c2be20d48898c42dc88e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 21:50:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 21:50:02 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2f6c9c5

kde-plasma/kwayland-server: Set min p-w-protocols version to 1.3.0

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

 kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild  | 2 +-
 kde-plasma/kwayland-server/kwayland-server-5.22.49..ebuild | 2 +-
 kde-plasma/kwayland-server/kwayland-server-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild 
b/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild
index 1f6fa51fe0..428f62c44d 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
media-libs/mesa[egl]
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.1.1
+   >=dev-libs/plasma-wayland-protocols-1.3.0
>=dev-libs/wayland-protocols-1.18
 "
 BDEPEND="dev-util/wayland-scanner"

diff --git a/kde-plasma/kwayland-server/kwayland-server-5.22.49..ebuild 
b/kde-plasma/kwayland-server/kwayland-server-5.22.49..ebuild
index d021baa207..1fff9a81ce 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.22.49..ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.22.49..ebuild
@@ -30,7 +30,7 @@ RDEPEND="
media-libs/mesa[egl]
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.1.1
+   >=dev-libs/plasma-wayland-protocols-1.3.0
>=dev-libs/wayland-protocols-1.18
 "
 BDEPEND="dev-util/wayland-scanner"

diff --git a/kde-plasma/kwayland-server/kwayland-server-.ebuild 
b/kde-plasma/kwayland-server/kwayland-server-.ebuild
index 4bd3180dc9..f8b20b721e 100644
--- a/kde-plasma/kwayland-server/kwayland-server-.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
media-libs/mesa[egl]
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.1.1
+   >=dev-libs/plasma-wayland-protocols-1.3.0
>=dev-libs/wayland-protocols-1.18
 "
 BDEPEND="dev-util/wayland-scanner"



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

2021-05-20 Thread Andreas K. Hüttel
commit: e159ba498f252e8220dc27547ecf80620e18a2e2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 20 21:38:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May 20 21:39:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e159ba49

package.mask: Add last missing Perl 5.34 virtual

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6184c24da3b..1ab6b3132ad 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -167,6 +167,7 @@ dev-perl/gtk2-spell
 ~virtual/perl-libnet-3.130.0
 ~virtual/perl-Math-Complex-1.590.200
 ~virtual/perl-MIME-Base64-3.160.0
+~virtual/perl-Module-CoreList-5.202.105.200
 ~virtual/perl-Module-Load-Conditional-0.740.0
 ~virtual/perl-Net-Ping-2.740.0
 ~virtual/perl-Pod-Simple-3.420.0



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2021-05-20 Thread Andreas K. Hüttel
commit: c1147e3cba14fb419f758cf18e2cb7549a0d902c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 20 21:38:20 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May 20 21:39:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1147e3c

virtual/perl-Module-CoreList: Add 5.34.0 version

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../perl-Module-CoreList-5.202.105.200.ebuild   | 17 +
 1 file changed, 17 insertions(+)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
new file mode 100644
index 000..c9a7ed41673
--- /dev/null
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.202.105.200.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+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"
+
+# Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
+# When bumping this package.
+RDEPEND="
+   || ( =dev-lang/perl-5.34.0* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



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

2021-05-20 Thread Michał Górny
commit: 2845b6eb20848b12450bfc4f17000ef8d1e2b773
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 21:02:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 21:37:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2845b6eb

dev-python/semantic_version: Remove pypy3

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

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

diff --git a/dev-python/semantic_version/semantic_version-2.8.5.ebuild 
b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
index fef6b2c0238..96c357b597e 100644
--- a/dev-python/semantic_version/semantic_version-2.8.5.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="Python library providing a few tools handling SemVer in Python"



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

2021-05-20 Thread Michał Górny
commit: d7021315a8eb0ee009760cdb81dda8d307d6f3d2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 21:09:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 21:37:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7021315

dev-python/semantic_version: Fix django-related test failures

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

 dev-python/semantic_version/semantic_version-2.8.5.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/semantic_version/semantic_version-2.8.5.ebuild 
b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
index 96c357b597e..5fd6f407758 100644
--- a/dev-python/semantic_version/semantic_version-2.8.5.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
@@ -18,3 +18,7 @@ KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme
 distutils_enable_tests pytest
+
+python_test() {
+   epytest -p no:django
+}



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

2021-05-20 Thread Michał Górny
commit: 38295ae4c46d45facae5a4dbdd12ab32a8236ee6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 21:01:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 21:37:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38295ae4

dev-python/flask-login: Remove pypy3

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

 dev-python/flask-login/flask-login-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-login/flask-login-0.5.0.ebuild 
b/dev-python/flask-login/flask-login-0.5.0.ebuild
index 238f22689b5..3891e82cb9d 100644
--- a/dev-python/flask-login/flask-login-0.5.0.ebuild
+++ b/dev-python/flask-login/flask-login-0.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="Login session support for Flask"



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

2021-05-20 Thread Andreas K. Hüttel
commit: 99f3411c3fcaf98eda4daa245faa82f9c5a2a31f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 20 21:31:02 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May 20 21:34:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f3411c

dev-lang/perl: Fix dual versions, readd keywords

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-lang/perl/perl-5.34.0.ebuild | 25 -
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/dev-lang/perl/perl-5.34.0.ebuild b/dev-lang/perl/perl-5.34.0.ebuild
index ebb2fab244e..e9e2eebedd4 100644
--- a/dev-lang/perl/perl-5.34.0.ebuild
+++ b/dev-lang/perl/perl-5.34.0.ebuild
@@ -53,8 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-#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=""
+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"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"
@@ -83,19 +82,19 @@ PDEPEND="
 S="${WORKDIR}/${MY_P}"
 
 dual_scripts() {
-   src_remove_dual  perl-core/Archive-Tar2.360.0   ptar 
ptardiff ptargrep
-   src_remove_dual  perl-core/CPAN   2.270.0   cpan
+   src_remove_dual  perl-core/Archive-Tar2.380.0   ptar 
ptardiff ptargrep
+   src_remove_dual  perl-core/CPAN   2.280.0   cpan
src_remove_dual  perl-core/Digest-SHA 6.20.0shasum
-   src_remove_dual  perl-core/Encode 3.60.0enc2xs 
piconv
-   src_remove_dual  perl-core/ExtUtils-MakeMaker 7.440.0   
instmodsh
-   src_remove_dual  perl-core/ExtUtils-ParseXS   3.400.0   xsubpp
-   src_remove_dual  perl-core/IO-Compress2.93.0
zipdetails
-   src_remove_dual  perl-core/JSON-PP4.40.0json_pp
-   src_remove_dual  perl-core/Module-CoreList5.202.101.23  corelist
-   src_remove_dual  perl-core/Pod-Checker1.730.0   
podchecker
+   src_remove_dual  perl-core/Encode 3.80.0enc2xs 
piconv
+   src_remove_dual  perl-core/ExtUtils-MakeMaker 7.620.0   
instmodsh
+   src_remove_dual  perl-core/ExtUtils-ParseXS   3.430.0   xsubpp
+   src_remove_dual  perl-core/IO-Compress2.102.0
zipdetails
+   src_remove_dual  perl-core/JSON-PP4.60.0json_pp
+   src_remove_dual  perl-core/Module-CoreList5.202.105.200 corelist
+   src_remove_dual  perl-core/Pod-Checker1.740.0   
podchecker
src_remove_dual  perl-core/Pod-Perldoc3.280.100 perldoc
-   src_remove_dual  perl-core/Pod-Usage  1.690.0   
pod2usage
-   src_remove_dual  perl-core/Test-Harness   3.420.0   prove
+   src_remove_dual  perl-core/Pod-Usage  2.10.0   pod2usage
+   src_remove_dual  perl-core/Test-Harness   3.430.0   prove
src_remove_dual  perl-core/podlators  4.140.0   pod2man 
pod2text
src_remove_dual_man  perl-core/podlators  4.140.0   
/usr/share/man/man1/perlpodstyle.1
 }



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

2021-05-20 Thread Andreas K. Hüttel
commit: 528a4b71319714763d68acffc50175e9e56cc9c2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 20 21:33:38 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May 20 21:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528a4b71

virtual/perl-podlators: Undo stupidity here

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...podlators-4.140.0-r1.ebuild => perl-podlators-4.140.0-r2.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-podlators/perl-podlators-4.140.0-r1.ebuild 
b/virtual/perl-podlators/perl-podlators-4.140.0-r2.ebuild
similarity index 70%
rename from virtual/perl-podlators/perl-podlators-4.140.0-r1.ebuild
rename to virtual/perl-podlators/perl-podlators-4.140.0-r2.ebuild
index ca49d7f4ae7..1f32aebc8a7 100644
--- a/virtual/perl-podlators/perl-podlators-4.140.0-r1.ebuild
+++ b/virtual/perl-podlators/perl-podlators-4.140.0-r2.ebuild
@@ -8,7 +8,9 @@ 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"
 
 RDEPEND="
-   || ( ~dev-perl/podlators-4.140.0 =dev-lang/perl-5.32* )
+   || ( =dev-lang/perl-5.34* =dev-lang/perl-5.32* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
-   !perl-core/podlators
+   !perl-core/${PN#perl-}-${PV}-r999
+   !dev-perl/podlators
 "



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

2021-05-20 Thread Andreas K. Hüttel
commit: 100b689c8160a605c9e165f2fa5e2a5ec5d9b476
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 20 21:34:08 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May 20 21:34:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100b689c

dev-perl/podlators: Remove again, this was a stupid mistake

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

 dev-perl/podlators/Manifest |  1 -
 dev-perl/podlators/metadata.xml |  8 
 dev-perl/podlators/podlators-4.140.0.ebuild | 21 -
 3 files changed, 30 deletions(-)

diff --git a/dev-perl/podlators/Manifest b/dev-perl/podlators/Manifest
deleted file mode 100644
index bd83a9dbc09..000
--- a/dev-perl/podlators/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST podlators-4.14.tar.gz 137056 BLAKE2B 
6bb7f0f3ec6ce80bc14a1a73b7e6e7f4980b33af84a0e1966333d24e0fa9fb143758c765e97faa7ebb2954a6a08d039d0e34e393927a9dff395dc6ddf35a85cf
 SHA512 
0611f23fcc228267a1d80c024a2bdab730ae6382bc89e7d7518e31c3549a06df4f0fb4e01e8d341365c9d66f2a62e2aeaee3bc7071a0f20cda4ffa9b1a3899e3

diff --git a/dev-perl/podlators/metadata.xml b/dev-perl/podlators/metadata.xml
deleted file mode 100644
index 2b9a936fc0a..000
--- a/dev-perl/podlators/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-p...@gentoo.org
-Gentoo Perl Project
-  
-

diff --git a/dev-perl/podlators/podlators-4.140.0.ebuild 
b/dev-perl/podlators/podlators-4.140.0.ebuild
deleted file mode 100644
index b91876943c3..000
--- a/dev-perl/podlators/podlators-4.140.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RRA
-DIST_VERSION=4.14
-inherit perl-module
-
-DESCRIPTION="Convert POD source into various output formats"
-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"
-IUSE=""
-
-RDEPEND="
-   >=virtual/perl-Pod-Simple-3.60.0
-   !perl-core/podlators
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"



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

2021-05-20 Thread James Le Cuirot
commit: 9031e022859acdbe2709b60451a0a6e4f797463d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May 20 21:22:12 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 20 21:22:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9031e022

dev-libs/weston: Patch 9.0.0 to build with pipewire 0.3

Closes: https://bugs.gentoo.org/790236
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-libs/weston/files/weston-pipewire-0.3.patch | 373 
 dev-libs/weston/weston-9.0.0.ebuild |   4 +
 2 files changed, 377 insertions(+)

diff --git a/dev-libs/weston/files/weston-pipewire-0.3.patch 
b/dev-libs/weston/files/weston-pipewire-0.3.patch
new file mode 100644
index 000..a38250d8c8f
--- /dev/null
+++ b/dev-libs/weston/files/weston-pipewire-0.3.patch
@@ -0,0 +1,373 @@
+https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/456
+
+diff --git a/pipewire/meson.build b/pipewire/meson.build
+index 
67db61f0777325695864db2bc6cf94145ed5564d..944b2259f146e07abdbd4773223f4bdb76dfa45a
 100644
+--- a/pipewire/meson.build
 b/pipewire/meson.build
+@@ -5,17 +5,25 @@ if get_option('pipewire')
+   error('Attempting to build the pipewire plugin without the 
required DRM backend. ' + user_hint)
+   endif
+ 
+-  depnames = [
+-  'libpipewire-0.2', 'libspa-0.1'
+-  ]
+   deps_pipewire = [ dep_libweston_private ]
+-  foreach depname : depnames
+-  dep = dependency(depname, required: false)
+-  if not dep.found()
+-  error('Pipewire plugin requires @0@ which was not 
found. '.format(depname) + user_hint)
+-  endif
+-  deps_pipewire += dep
+-  endforeach
++
++  dep_libpipewire = dependency('libpipewire-0.3', required: false)
++  if not dep_libpipewire.found()
++  dep_libpipewire = dependency('libpipewire-0.2', required: false)
++  endif
++  if not dep_libpipewire.found()
++  error('Pipewire plugin requires libpipewire which was not 
found. ' + user_hint)
++  endif
++  deps_pipewire += dep_libpipewire
++
++  dep_libspa = dependency('libspa-0.2', required: false)
++  if not dep_libspa.found()
++  dep_libspa = dependency('libspa-0.1', required: false)
++  endif
++  if not dep_libspa.found()
++  error('Pipewire plugin requires libspa which was not found. ' + 
user_hint)
++  endif
++  deps_pipewire += dep_libspa
+ 
+   plugin_pipewire = shared_library(
+   'pipewire-plugin',
+diff --git a/pipewire/pipewire-plugin.c b/pipewire/pipewire-plugin.c
+index 
fe7eb1d654d5ec67f7a3287532bb21c19ad9eac5..2c65f502c2917c23290a51bf1c24eac8d50129f1
 100644
+--- a/pipewire/pipewire-plugin.c
 b/pipewire/pipewire-plugin.c
+@@ -34,20 +34,27 @@
+ #include 
+ #include 
+ 
++#include 
++
+ #include 
+ #include 
+ #include 
+ 
+-#include 
++#if PW_CHECK_VERSION(0, 2, 90)
++#include 
++#include 
++#endif
+ 
+ #define PROP_RANGE(min, max) 2, (min), (max)
+ 
++#if !PW_CHECK_VERSION(0, 2, 90)
+ struct type {
+   struct spa_type_media_type media_type;
+   struct spa_type_media_subtype media_subtype;
+   struct spa_type_format_video format_video;
+   struct spa_type_video_format video_format;
+ };
++#endif
+ 
+ struct weston_pipewire {
+   struct weston_compositor *compositor;
+@@ -60,12 +67,19 @@ struct weston_pipewire {
+   struct pw_loop *loop;
+   struct wl_event_source *loop_source;
+ 
++#if PW_CHECK_VERSION(0, 2, 90)
++  struct pw_context *context;
++#endif
+   struct pw_core *core;
+   struct pw_type *t;
++#if PW_CHECK_VERSION(0, 2, 90)
++  struct spa_hook core_listener;
++#else
+   struct type type;
+ 
+   struct pw_remote *remote;
+   struct spa_hook remote_listener;
++#endif
+ };
+ 
+ struct pipewire_output {
+@@ -100,6 +114,7 @@ struct pipewire_frame_data {
+   struct wl_event_source *fence_sync_event_source;
+ };
+ 
++#if !PW_CHECK_VERSION(0, 2, 90)
+ static inline void init_type(struct type *type, struct spa_type_map *map)
+ {
+   spa_type_media_type_map(map, >media_type);
+@@ -107,6 +122,7 @@ static inline void init_type(struct type *type, struct 
spa_type_map *map)
+   spa_type_format_video_map(map, >format_video);
+   spa_type_video_format_map(map, >video_format);
+ }
++#endif
+ 
+ static void
+ pipewire_debug_impl(struct weston_pipewire *pipewire,
+@@ -141,6 +157,7 @@ pipewire_debug_impl(struct weston_pipewire *pipewire,
+   free(logstr);
+ }
+ 
++#if !PW_CHECK_VERSION(0, 2, 90)
+ static void
+ pipewire_debug(struct weston_pipewire *pipewire, const char *fmt, ...)
+ {
+@@ -150,6 +167,7 @@ pipewire_debug(struct weston_pipewire *pipewire, const 
char *fmt, ...)
+   pipewire_debug_impl(pipewire, NULL, fmt, ap);
+   va_end(ap);
+ }
++#endif
+ 
+ static void
+ pipewire_output_debug(struct 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, media-libs/libsdl2/

2021-05-20 Thread James Le Cuirot
commit: 8fc630eb6356c8c2a9ebafdb5ee7a1d6dba2cdf7
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Mon Feb 22 23:16:27 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 20 21:02:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc630eb

media-libs/libsdl2: Add sndio support

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/19609
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild | 6 --
 media-libs/libsdl2/metadata.xml | 1 +
 profiles/arch/alpha/package.use.mask| 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild
index e6a22bd2b6b..50f6d8e1fe4 100644
--- a/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.14-r2.ebuild
@@ -14,7 +14,7 @@ LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
-IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus fcitx4 gles1 gles2 
haptic ibus jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound 
static-libs +threads udev +video video_cards_vc4 vulkan wayland X xinerama 
xscreensaver"
+IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus fcitx4 gles1 gles2 
haptic ibus jack +joystick kms libsamplerate nas opengl oss pulseaudio sndio 
+sound static-libs +threads udev +video video_cards_vc4 vulkan wayland X 
xinerama xscreensaver"
 REQUIRED_USE="
alsa? ( sound )
fcitx4? ( dbus )
@@ -25,6 +25,7 @@ REQUIRED_USE="
nas? ( sound )
opengl? ( video )
pulseaudio? ( sound )
+   sndio? ( sound )
vulkan? ( video )
wayland? ( gles2 )
xinerama? ( X )
@@ -52,6 +53,7 @@ CDEPEND="
>=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
)
pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
+   sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
wayland? (
>=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}]
@@ -154,7 +156,7 @@ multilib_src_configure() {
$(use_enable libsamplerate)
$(use_enable nas)
--disable-nas-shared
-   --disable-sndio
+   $(use_enable sndio)
--disable-sndio-shared
$(use_enable sound diskaudio)
$(use_enable sound dummyaudio)

diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml
index a35fb97837a..7c587dc6d2e 100644
--- a/media-libs/libsdl2/metadata.xml
+++ b/media-libs/libsdl2/metadata.xml
@@ -31,6 +31,7 @@
Enable support for 
app-i18n/ibus
Control joystick support (disable at your 
own risk)
Build the KMSDRM video driver
+   Enable support for the 
media-sound/sndio backend
Control audio support (disable at your own 
risk)
Build with tslib support for touchscreen 
devices
Control video support (disable at your own 
risk)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 155629c2d65..88c37c564b1 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -32,6 +32,7 @@ media-libs/openal sndio
 media-video/ffmpeg sndio
 media-sound/moc sndio
 media-sound/mpd sndio
+media-libs/libsdl2 sndio
 
 # Sam James  (2021-01-19)
 # Avoid pulling in a large unkeyworded dep



[gentoo-commits] proj/kde:master commit in: dev-libs/kreport/

2021-05-20 Thread Andreas Sturmlechner
commit: c9caf489cdbbafa72e92d216ab8717a938f644e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 20:27:17 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 20:27:17 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9caf489

dev-libs/kreport: python3_10

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

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

diff --git a/dev-libs/kreport/kreport-.ebuild 
b/dev-libs/kreport/kreport-.ebuild
index b43c68f772..d346d31e9d 100644
--- a/dev-libs/kreport/kreport-.ebuild
+++ b/dev-libs/kreport/kreport-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_QTHELP="true"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 KFMIN=5.74.0
 QTMIN=5.15.2
 VIRTUALX_REQUIRED="test"



[gentoo-commits] proj/kde:master commit in: dev-db/kdb/

2021-05-20 Thread Andreas Sturmlechner
commit: 3d6d80fcd6902875424d2e453008c911664a8789
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 20:24:57 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 20:24:57 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d6d80fc

dev-db/kdb: python3_10

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

 dev-db/kdb/kdb-.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/kdb/kdb-.ebuild b/dev-db/kdb/kdb-.ebuild
index 28e20ec2af..c27242ee61 100644
--- a/dev-db/kdb/kdb-.ebuild
+++ b/dev-db/kdb/kdb-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ECM_QTHELP="true"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 KFMIN=5.74.0
 QTMIN=5.15.2
 inherit ecm kde.org python-any-r1
@@ -22,9 +22,6 @@ LICENSE="LGPL-2+"
 SLOT="5/4"
 IUSE="debug mysql postgres sqlite"
 
-BDEPEND="${PYTHON_DEPS}
-   dev-qt/linguist-tools:5
-"
 DEPEND="
dev-libs/icu:=
>=dev-qt/qtgui-${QTMIN}:5
@@ -34,12 +31,15 @@ DEPEND="
>=kde-frameworks/kcoreaddons-${KFMIN}:5
mysql? ( dev-db/mysql-connector-c:= )
postgres? (
-   >=dev-qt/qtnetwork-${QTMIN}:5
dev-db/postgresql:*
+   >=dev-qt/qtnetwork-${QTMIN}:5
)
sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   dev-qt/linguist-tools:5
+"
 
 pkg_setup() {
python-any-r1_pkg_setup



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

2021-05-20 Thread Andreas Sturmlechner
commit: 02894eeff88ed4ddcffd52675bdca3da4c58fd25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 20:15:20 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 20:19:37 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=02894eef

kde-frameworks/breeze-icons: python3_10

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

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

diff --git a/kde-frameworks/breeze-icons/breeze-icons-.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-.ebuild
index 7f08f2f82f..8c70b75f64 100644
--- a/kde-frameworks/breeze-icons/breeze-icons-.ebuild
+++ b/kde-frameworks/breeze-icons/breeze-icons-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PVCUT=$(ver_cut 1-2)
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit cmake kde.org python-any-r1 xdg-utils
 
 DESCRIPTION="Breeze SVG icon theme"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons-rcc/

2021-05-20 Thread Andreas Sturmlechner
commit: 2a956544252700d0311bd59ff50e525e6e4f6576
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 20:15:29 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 20:20:09 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a956544

kde-frameworks/breeze-icons-rcc: python3_10

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

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

diff --git a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-.ebuild 
b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-.ebuild
index 09eb3fc100..c56301c841 100644
--- a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-.ebuild
+++ b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 KDE_ORG_NAME="breeze-icons"
 PVCUT=$(ver_cut 1-2)
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit cmake kde.org python-any-r1
 
 DESCRIPTION="Breeze SVG icon theme binary resource"



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

2021-05-20 Thread Andreas Sturmlechner
commit: cb2e436dfbab83facada267e715ada7f4087b728
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 20:30:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 20:30:07 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb2e436d

kde-plasma/breeze-gtk: python3_10

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

 kde-plasma/breeze-gtk/breeze-gtk-5.22.49..ebuild | 2 +-
 kde-plasma/breeze-gtk/breeze-gtk-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.22.49..ebuild 
b/kde-plasma/breeze-gtk/breeze-gtk-5.22.49..ebuild
index 44ff3255a9..61b41963eb 100644
--- a/kde-plasma/breeze-gtk/breeze-gtk-5.22.49..ebuild
+++ b/kde-plasma/breeze-gtk/breeze-gtk-5.22.49..ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PVCUT=$(ver_cut 1-3)
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit ecm kde.org python-any-r1
 
 DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style"

diff --git a/kde-plasma/breeze-gtk/breeze-gtk-.ebuild 
b/kde-plasma/breeze-gtk/breeze-gtk-.ebuild
index 44ff3255a9..61b41963eb 100644
--- a/kde-plasma/breeze-gtk/breeze-gtk-.ebuild
+++ b/kde-plasma/breeze-gtk/breeze-gtk-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PVCUT=$(ver_cut 1-3)
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit ecm kde.org python-any-r1
 
 DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style"



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

2021-05-20 Thread Georgy Yakovlev
commit: 625041ca6151436eae3f58ed86c4a35e06a17f32
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 20 20:54:12 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 20 20:54:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625041ca

dev-qt/qtwebengine: dev-util/gn required on ppc64

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild | 1 +
 dev-qt/qtwebengine/qtwebengine-5.15.2_p20210421.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild
index aab23359050..756f19123c4 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild
@@ -86,6 +86,7 @@ DEPEND="${RDEPEND}
dev-util/re2c
net-libs/nodejs
sys-devel/bison
+   ppc64? ( >=dev-util/gn-0.1807 )
 "
 
 PATCHES=(

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210421.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210421.ebuild
index 39fbcd088e1..530c311847a 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210421.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210421.ebuild
@@ -94,6 +94,7 @@ BDEPEND="
dev-util/re2c
net-libs/nodejs[ssl]
sys-devel/bison
+   ppc64? ( >=dev-util/gn-0.1807 )
 "
 
 PATCHES=(



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

2021-05-20 Thread Andreas K. Hüttel
commit: 2843dc4680d2a38d5a7c36a2a65e79403eb5db37
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 20 20:30:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May 20 20:31:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2843dc46

dev-lang/perl: Bump to 5.34.0 release

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-lang/perl/Manifest   | 2 +-
 dev-lang/perl/{perl-5.34.0_rc2.ebuild => perl-5.34.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index 951844579a1..148bc6c3be8 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -4,7 +4,7 @@ DIST perl-5.30.3.tar.xz 12375128 BLAKE2B 
ff0668c896e46ea35a1b8bd4a7d800c8668d699
 DIST perl-5.32.0-patches-1.tar.xz 20220 BLAKE2B 
46ebca5c74f59aa935ceec2a5807426c0e653ad7ba27de441d26e049e62dc67b17d58dfe5755f31bdd157e349d47fd46a98699207729f8f4f747930ed1064ba2
 SHA512 
42ed00f5f6be40af59e02691ff439a048cccd96fb970cca0976209faa921af98a773cc4cb1466e164328350d58cb46950ffa8c6f2fddabbeb3e8819349b06849
 DIST perl-5.32.0.tar.xz 12717336 BLAKE2B 
4abad9f1ddabaad5f2bbfe8ab6d061aeb8c558e458d4bf1bcf737a8ecc1cf20f7dffaddd0bc867578b457787ec284fa81be3fae1edd7f72d58aeec7b5cd744e5
 SHA512 
1540247415893bbd94dfeede7b4fba6052688dc0bf27ced817f448246fcdc6e9a6486abc34577dec5b00bf02ed607b2d24ccd4977c3b3c51e8e6edfc0b81c760
 DIST perl-5.32.1.tar.xz 12610988 BLAKE2B 
9f89bcf9cffb245a0f2cb0afa17c25f092c84cc2f29bb1c744294c2f0393c72dc3beb9fcbe256cf252677b33bc594b294b3f6a4774ad9e30b771aceed1f4f147
 SHA512 
3443c75aea91f0fe3712fee576239f1946d2301b8f7390b690e2f5d070fe71af8f9fa7769e42086c2d33d5f84370f80368fa9350b4f10cc0ac3e6c1f6209d8f9
-DIST perl-5.34.0-RC2.tar.xz 12876812 BLAKE2B 
9d21ecd0bf01f3b8455d7640075904eb6a1b0dbbe5b2e312de169ec077f21708cd2e15aa92ed1a51a08561e820cf0de3bf978957f2256baddb9073732dbc0d92
 SHA512 
14f3d4d84def049dd5b514f21925c7cb1fdb778d25ea025e64426b12576535601f9fdddceea3aedb98e14e6ecb892ce3829b75840f07143ac1b8e4a70bb42aa9
 DIST perl-5.34.0-patches-1.tar.xz 20360 BLAKE2B 
e60074c49f357d4841708f58b5165a44201783238ff33ee81580bb83ba07d3d2dda447edd30a71ce8c9bafe5e5e0235b68e31a79081c3482bdd589231f0e898e
 SHA512 
909e1fb22cda4ca769b51645b51a64df81b92210cfee388ac57834406bc13e404f0a1e6bad0888fafc73fc34b7fb224801fd02e87fb4c2f9145482ad74374e7b
+DIST perl-5.34.0.tar.xz 12881416 BLAKE2B 
4139e77fbb38b2b72671c0b130233cf5ed35112bbba3301b8ed724739c7ff96b041752aa505b938e257ef6ebf98a9b6dad1858e00f756c841a0520688d974e9a
 SHA512 
691b4b31eacec357191fba777612b4e3eae59e946a22998a50766697c0d61db1d42a9b3bc1e41abf0d1ca1893e4a7c06d7bf3290480cf03d7f79befd7a8a3267
 DIST perl-cross-1.3.2.tar.gz 108350 BLAKE2B 
ddb352fdbec66a04de62425f5cae1aaa3bc7251b9d6f4837b66a0bd79c53c60212fad3997dad4c38055774a2769d45b5b83927bf48b0fb00a130fee429eba702
 SHA512 
d61d25066a8d87c34aeacc5b9bd86fab964b33c4c65e84a89e4077fe1d8011c0bdf810a304631af44fae32edcffd6c99fc17b0c584ea83d1ce5ce492aaedfea5
 DIST perl-cross-1.3.4.tar.gz 108461 BLAKE2B 
28f207d235f51ebf681598cf85f7f16923574aafb593426a59d67578135ee3632efb12b9e1a672759195a79f80e49f5c929ec42b2b4571b1d36f5d8c8dceadc2
 SHA512 
7e1fc7b2b19d8c2e2fb8615e074e218b2e1a4d276b563ffabccfd0c7398bc8680fca96da89cc61d611993f38a2c67dfbb0201c58658e05437395ad8c00d31874

diff --git a/dev-lang/perl/perl-5.34.0_rc2.ebuild 
b/dev-lang/perl/perl-5.34.0.ebuild
similarity index 100%
rename from dev-lang/perl/perl-5.34.0_rc2.ebuild
rename to dev-lang/perl/perl-5.34.0.ebuild



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

2021-05-20 Thread Andreas K. Hüttel
commit: 303074d9d203e5bed6919da1b6dce20842e74313
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 20 13:58:22 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu May 20 20:31:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303074d9

app-admin/perl-cleaner: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-admin/perl-cleaner/Manifest |  2 --
 app-admin/perl-cleaner/perl-cleaner-2.28.ebuild | 41 -
 app-admin/perl-cleaner/perl-cleaner-2.29.ebuild | 41 -
 3 files changed, 84 deletions(-)

diff --git a/app-admin/perl-cleaner/Manifest b/app-admin/perl-cleaner/Manifest
index 0525fc3b538..8bfacaabafd 100644
--- a/app-admin/perl-cleaner/Manifest
+++ b/app-admin/perl-cleaner/Manifest
@@ -1,4 +1,2 @@
 DIST perl-cleaner-2.27.tar.bz2 7493 BLAKE2B 
03d8bc336fd0a42bce16c4bf8b2272a7ff24d605b483af777ef7ab3d59accd0082709200705638ab116934f675b17c5cf109c40a3ab739654ff64abebd8c0558
 SHA512 
097d68dff30da198636f73fc44600f1863c7f69f87110315bb83297c96d826f2f101f56ab546fde94ff60ca00da0aaa569fefea3c2599155f3bd69c66fb42ed6
-DIST perl-cleaner-2.28.tar.bz2 7222 BLAKE2B 
8b90b6d7be8b21de3de2d946baba2ea96e145072c1d6cb4fc9a45bd2181941155791e022f59139fbd440fd1dbc16a76e635e5d4bb420e9051efd87aa08a3aa0d
 SHA512 
c53f2a48002ab45ec0e43cbdc6153792a540efb9ce9a272388707987a76a292a1f90ece85e2f5dfa94f75a1afae13a5768d3712f183ca9d10fa0c559bba132d5
-DIST perl-cleaner-2.29.tar.bz2 6945 BLAKE2B 
2a01d3e59d949ad8ca730e78dde74c5af62c8d9d72186922048bc3e0a85947783d4a468d829236633028e2ea7932e83ccd306691b003186934477de3af385fe9
 SHA512 
1e2b5b575de7bda3f6bfc1073e15c358e93d3c1b839484f68e0c5183f5401d2537aeba403d973e8c143cd3f545484387b7e08d575f932dda102749aa5707d9c2
 DIST perl-cleaner-2.30.tar.bz2 6963 BLAKE2B 
8983060c7a904266ac82a67eba7b5d2184803b59c077f947a35d07e9af3046953705d31840b9508116578b8f3e8a8b97d77cf21eeac3b70f1c3fb5c1d71ae64e
 SHA512 
436d26727bbb598bcd3c4f31e6b81e415a797cdba82dccfd55e54ee179bd2d6c1dc443e865f6f0a05b59f47ffd231dd10e55d5ea97a9a6875235ea1b49b68898

diff --git a/app-admin/perl-cleaner/perl-cleaner-2.28.ebuild 
b/app-admin/perl-cleaner/perl-cleaner-2.28.ebuild
deleted file mode 100644
index b0c4cce4366..000
--- a/app-admin/perl-cleaner/perl-cleaner-2.28.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit prefix
-
-DESCRIPTION="User land tool for cleaning up old perl installs"
-HOMEPAGE="https://www.gentoo.org/proj/en/perl/;
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git;
-else
-   SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-   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"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-[[ "${PV}" == "" ]] && DEPEND="sys-apps/help2man"
-
-RDEPEND="app-shells/bash
-   dev-lang/perl
-   || (
-   ( sys-apps/portage app-portage/portage-utils )
-   sys-apps/pkgcore
-   )
-"
-
-src_prepare() {
-   default
-   eprefixify ${PN}
-}
-
-src_install() {
-   dosbin perl-cleaner
-   doman perl-cleaner.1
-}

diff --git a/app-admin/perl-cleaner/perl-cleaner-2.29.ebuild 
b/app-admin/perl-cleaner/perl-cleaner-2.29.ebuild
deleted file mode 100644
index a7624afba08..000
--- a/app-admin/perl-cleaner/perl-cleaner-2.29.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit prefix
-
-DESCRIPTION="User land tool for cleaning up old perl installs"
-HOMEPAGE="https://www.gentoo.org/proj/en/perl/;
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git;
-else
-   SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2;
-   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"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-[[ "${PV}" == "" ]] && DEPEND="sys-apps/help2man"
-
-RDEPEND="app-shells/bash
-   dev-lang/perl
-   || (
-   ( sys-apps/portage app-portage/portage-utils )
-   sys-apps/pkgcore
-   )
-"
-
-src_prepare() {
-   default
-   eprefixify ${PN}
-}
-
-src_install() {
-   dosbin perl-cleaner
-   doman perl-cleaner.1
-}



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

2021-05-20 Thread Michał Górny
commit: a2af835123f218c6e3a7cb03e5cdcbc5b966e099
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 20 13:20:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:16:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2af8351

dev-python/pytest-datadir: Mark ALLARCHES

Signed-off-by: Zamarin Arthur  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20897
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-datadir/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pytest-datadir/metadata.xml 
b/dev-python/pytest-datadir/metadata.xml
index 7bb94818734..8baee97bcdb 100644
--- a/dev-python/pytest-datadir/metadata.xml
+++ b/dev-python/pytest-datadir/metadata.xml
@@ -5,6 +5,7 @@
andrewammerl...@gentoo.org
Andrew Ammerlaan

+   

pytest-datadir




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

2021-05-20 Thread Michał Górny
commit: efe6f094d8b630d95070d27005564fa9e331565c
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 20 13:18:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:16:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe6f094

dev-python/pytest-describe: bump to python 3.{9,10}

passes test

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-describe/pytest-describe-1.0.0.ebuild | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild 
b/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild
index dc72c7e880f..cce7fb4c6cf 100644
--- a/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild
+++ b/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -15,16 +15,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${RDEPEND} )"
+
+distutils_enable_tests pytest
 
 python_test() {
# We need to disable some plugins because tests don't like unexpected
# output
-   PYTEST_ADDOPTS="-p no:flaky -p no:capturelog" pytest -vv ||
-   die "Tests failed under ${EPYTHON}"
+   PYTEST_ADDOPTS="-p no:flaky -p no:capturelog" epytest
 }



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

2021-05-20 Thread Michał Górny
commit: 6fc5ce4f0744293e64bbfab9260782d475afefde
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 20 13:20:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:16:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc5ce4f

dev-python/pytest-datadir: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild 
b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
index 12ceeb6ae7c..1b2a6328897 100644
--- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
+++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-05-20 Thread Michał Górny
commit: ebc69152be29a918f44f806610b73920d9c90e92
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 20 13:18:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:16:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc69152

dev-python/pytest-describe: Mark ALLARCHES

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-describe/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pytest-describe/metadata.xml 
b/dev-python/pytest-describe/metadata.xml
index c9c0229c8f0..b980fa40401 100644
--- a/dev-python/pytest-describe/metadata.xml
+++ b/dev-python/pytest-describe/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

pytest-describe
pytest-dev/pytest-describe



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

2021-05-20 Thread Michał Górny
commit: 76759debcb615a3d54b7465a01747b6e0f0b3399
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 20 13:06:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:12:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76759deb

dev-python/netifaces: bump to python 3.10

- merged and tested using upstream test file at
https://github.com/al45tair/netifaces/blob/master/test.py

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild 
b/dev-python/netifaces/netifaces-0.10.9.ebuild
index 9e27eeaef54..9d457ffccb7 100644
--- a/dev-python/netifaces/netifaces-0.10.9.ebuild
+++ b/dev-python/netifaces/netifaces-0.10.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-05-20 Thread Michał Górny
commit: 70ecea40dd297878729e1012486f5385cb01434b
Author: Zamarin Arthur  gmail  com>
AuthorDate: Thu May 20 12:59:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:12:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ecea40

dev-python/msgpack: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/msgpack/msgpack-1.0.2.ebuild 
b/dev-python/msgpack/msgpack-1.0.2.ebuild
index b13aa71145e..b1c1d22e10d 100644
--- a/dev-python/msgpack/msgpack-1.0.2.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



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

2021-05-20 Thread Michał Górny
commit: bf5ea6b935bfb00a395323ee4159c65fde94fb98
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu May 20 18:54:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:10:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5ea6b9

dev-vcs/mercurial: Bump to python 3.10

Needed for setuptools_scm

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

 dev-vcs/mercurial/mercurial-5.7.ebuild  | 2 +-
 dev-vcs/mercurial/mercurial-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/mercurial/mercurial-5.7.ebuild 
b/dev-vcs/mercurial/mercurial-5.7.ebuild
index c9d1c758c60..9905370dff5 100644
--- a/dev-vcs/mercurial/mercurial-5.7.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE="threads(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 CARGO_OPTIONAL=1

diff --git a/dev-vcs/mercurial/mercurial-.ebuild 
b/dev-vcs/mercurial/mercurial-.ebuild
index a18543f19b6..bc9d4124ebe 100644
--- a/dev-vcs/mercurial/mercurial-.ebuild
+++ b/dev-vcs/mercurial/mercurial-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE="threads(+)"
 DISTUTILS_USE_SETUPTOOLS=no
 CARGO_OPTIONAL=1



[gentoo-commits] repo/gentoo:master commit in: dev-python/asgiref/, dev-python/asgiref/files/

2021-05-20 Thread Michał Górny
commit: ffad4d6fdd33979f972594f1be9155a81a78a769
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu May 20 19:48:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:10:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffad4d6f

dev-python/asgiref: Bump to python 3.10 with a patch for warnings

Upstream PR: https://github.com/django/asgiref/pull/262

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/asgiref/asgiref-3.3.4.ebuild|   7 +-
 .../files/asgiref-3.3.4-py310-warnings.patch   | 235 +
 2 files changed, 241 insertions(+), 1 deletion(-)

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index e32555868e8..709bb95bb8f 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"
@@ -24,4 +24,9 @@ RDEPEND="
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 
+PATCHES=(
+   # Provided to upstream: https://github.com/django/asgiref/pull/262
+   "${FILESDIR}/${P}-py310-warnings.patch"
+)
+
 distutils_enable_tests pytest

diff --git a/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch 
b/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch
new file mode 100644
index 000..1cd017ddfbd
--- /dev/null
+++ b/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch
@@ -0,0 +1,235 @@
+From 0c9e989f18b99ea24a1fb3ea2c8a66fd295c2178 Mon Sep 17 00:00:00 2001
+From: Ekaterina Vaartis 
+Date: Thu, 20 May 2021 19:44:15 +0300
+Subject: [PATCH] Fix deprecation warnings for python 3.10
+
+asyncio.get_event_loop was marked as deprecated, the documnetation
+now refers to asyncio.get_running_loop([1])
+
+asyncio.ensure_future issues a deprecation warning if there is no
+running event loop([2]), so use asyncio.run which creates and destroys the
+loop itself
+
+asyncio.gather issues a warning if run outside of event
+loop (i.e. there is no running event loop)([3]), so wrap it into an
+async def
+
+explicit passing of coroutine objects to asyncio.wait is deprecated
+since 3.8([4]), so wrap them in asyncio.create_task
+
+plus, add 3.10 to tox.ini
+
+[1]: 
https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop
+[2]: 
https://docs.python.org/3.10/library/asyncio-future.html#asyncio.ensure_future
+[3]: https://docs.python.org/3.10/library/asyncio-task.html#asyncio.gather
+[4]: https://docs.python.org/3.10/library/asyncio-task.html#asyncio.wait
+---
+ asgiref/compatibility.py   | 14 ++
+ asgiref/server.py  |  8 
+ asgiref/sync.py| 15 ++-
+ tests/test_sync.py | 19 ++-
+ tests/test_sync_contextvars.py |  3 ++-
+ tox.ini|  2 +-
+ 6 files changed, 45 insertions(+), 16 deletions(-)
+
+diff --git a/asgiref/compatibility.py b/asgiref/compatibility.py
+index eccaee0..614b2e6 100644
+--- a/asgiref/compatibility.py
 b/asgiref/compatibility.py
+@@ -1,5 +1,6 @@
+ import asyncio
+ import inspect
++import sys
+ 
+ 
+ def is_double_callable(application):
+@@ -45,3 +46,16 @@ def guarantee_single_callable(application):
+ if is_double_callable(application):
+ application = double_to_single_callable(application)
+ return application
++
++
++if sys.version_info >= (3, 7):
++# these were introduced in 3.7
++get_running_loop = asyncio.get_running_loop
++run_future = asyncio.run
++create_task = asyncio.create_task
++else:
++# marked as deprecated in 3.10, did not exist before 3.7
++get_running_loop = asyncio.get_event_loop
++run_future = asyncio.ensure_future
++# does nothing, this is fine for <3.7
++create_task = lambda task: task
+diff --git a/asgiref/server.py b/asgiref/server.py
+index f975f78..fb1c394 100644
+--- a/asgiref/server.py
 b/asgiref/server.py
+@@ -3,7 +3,7 @@ import logging
+ import time
+ import traceback
+ 
+-from .compatibility import guarantee_single_callable
++from .compatibility import get_running_loop, guarantee_single_callable, 
run_future
+ 
+ logger = logging.getLogger(__name__)
+ 
+@@ -56,7 +56,7 @@ class StatelessServer:
+ """
+ Runs the asyncio event loop with our handler loop.
+ """
+-event_loop = asyncio.get_event_loop()
++event_loop = get_running_loop()
+ asyncio.ensure_future(self.application_checker())
+ try:
+ event_loop.run_until_complete(self.handle())
+@@ -88,12 +88,12 @@ class StatelessServer:
+ input_queue = asyncio.Queue()
+ application_instance = guarantee_single_callable(self.application)
+ # Run it, and stash the future for later checking
+-

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

2021-05-20 Thread Michał Górny
commit: ad483690847a3425931f11eedfe18f126d9d5842
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 20:08:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:11:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad483690

dev-python/flask: asgiref is now py3.10 happy

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

 dev-python/flask/flask-2.0.0-r1.ebuild |  4 +---
 dev-python/flask/flask-.ebuild | 29 ++---
 2 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/dev-python/flask/flask-2.0.0-r1.ebuild 
b/dev-python/flask/flask-2.0.0-r1.ebuild
index dbdf7ce66d9..aa5080465c2 100644
--- a/dev-python/flask/flask-2.0.0-r1.ebuild
+++ b/dev-python/flask/flask-2.0.0-r1.ebuild
@@ -31,9 +31,7 @@ RDEPEND="
>=dev-python/werkzeug-2.0[${PYTHON_USEDEP}]"
 BDEPEND="
test? (
-   $(python_gen_cond_dep '
-   >=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
-   ' python3_{7..9} pypy3)
+   >=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
)"
 
 distutils_enable_sphinx docs

diff --git a/dev-python/flask/flask-.ebuild 
b/dev-python/flask/flask-.ebuild
index 586061db936..aa5080465c2 100644
--- a/dev-python/flask/flask-.ebuild
+++ b/dev-python/flask/flask-.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions"
@@ -16,33 +15,33 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
+IUSE="examples"
 
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/click-7.1.2[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
-   >=dev-python/werkzeug-0.15[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+   >=dev-python/itsdangerous-2.0[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/werkzeug-2.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   >=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
+   )"
 
 distutils_enable_sphinx docs
+distutils_enable_tests pytest
 
 python_test() {
-   
PYTHONPATH=${S}/examples/flaskr:${S}/examples/minitwit${PYTHONPATH:+:${PYTHONPATH}}
 \
-   pytest -vv -p no:httpbin || die "Testing failed with ${EPYTHON}"
+   epytest -p no:httpbin
 }
 
 python_install_all() {
use examples && dodoc -r examples
-
distutils-r1_python_install_all
 }



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

2021-05-20 Thread Michał Górny
commit: 57a927ca72c3c9afcf2902661eea4e4575a8afb5
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Sun May 16 09:43:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:11:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a927ca

dev-python/service_identity: Bump to python 3.10

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/service_identity/service_identity-21.1.0.ebuild 
b/dev-python/service_identity/service_identity-21.1.0.ebuild
index 30435519b99..e7d0c7f9482 100644
--- a/dev-python/service_identity/service_identity-21.1.0.ebuild
+++ b/dev-python/service_identity/service_identity-21.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



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

2021-05-20 Thread Michał Górny
commit: ec940373893d727727d65cee63208f4cb0569c37
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Sun May 16 09:41:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:11:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec940373

dev-python/pyopenssl: Bump to python 3.10

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pyopenssl/pyopenssl-20.0.1.ebuild 
b/dev-python/pyopenssl/pyopenssl-20.0.1.ebuild
index 85c2e17cf2c..3d086041dbb 100644
--- a/dev-python/pyopenssl/pyopenssl-20.0.1.ebuild
+++ b/dev-python/pyopenssl/pyopenssl-20.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 flag-o-matic toolchain-funcs



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2021-05-20 Thread 罗百科
commit: 009d5b2fca021e5fa2afdff7fc7a621aafc8e800
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May 20 19:56:50 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu May 20 19:57:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009d5b2f

dev-db/postgresql: Add 14_beta1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest   |   1 +
 dev-db/postgresql/postgresql-14_beta1.ebuild | 461 +++
 2 files changed, 462 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 6eba3590e70..c3c9778b9ca 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -6,6 +6,7 @@ DIST postgresql-12.6.tar.bz2 20771172 BLAKE2B 
7df8eb901255f56b4574cdd94a5e9d5a90
 DIST postgresql-12.7.tar.bz2 20819005 BLAKE2B 
4939cb314253bb9ca2b14639f730967ce7ad5c5eb135d529b112290e6b351f7b507d6428cc48b4e24f34f664b5f4938029ceb9cc6161c9aff5f60ba0b3f848c7
 SHA512 
47ca347df63a441e52e52442074e85d0ebd3a89f7eb037022c4690cbe88b21a6a959092a812b79bb30db47b5975a5d7908318c73b2685683d48b4789d4ae6a44
 DIST postgresql-13.2.tar.bz2 21057276 BLAKE2B 
982feffdd98d3f519ff1e790d35ac828710d3ca6cbf935a78bf04011dbc12b4523b451bc7f2421a788a709d1746b2cca9135842bfc1d5048ef5951ed48b20b6a
 SHA512 
6d93cbae8de8637deeccd851fb676a12015e8e1efa6be2424f506f232db535c54b974b11f47ed4578575f90f6de1947b1647f399794b4ec242838efd4c5b2bce
 DIST postgresql-13.3.tar.bz2 21119109 BLAKE2B 
395a3dc5cde8f579a3c35ea70346bdc630a8e8f2f86f310a5e4f4a1f6177dab7e78ba6e41c384ba650eb86813fcd428fea8aa22481f9a494cd80aa94bd7b52dd
 SHA512 
1560cc766982a9ea9d33c77835b20e33e11b03acb77fc75d905c565883935a7dbcd27b9b2ab6a0ecdb815261f7c259865cb3dac85c10a3181c3fcaeb4d28bf60
+DIST postgresql-14beta1.tar.bz2 22521041 BLAKE2B 
452c732b5a3b7c80246de38fc5e76ee9f3d33433f848fb544ed093e7b1760afe1aae3fff2ab877bf36d5187dcd4f2e0f976a1c3c4e531dc436a49b7aaa6286b1
 SHA512 
7aa3c8b69c2aa69283f18ae3b1248caf90a9e4bbc83d585df882a6575f162d29cb78ce73fe48fa89f22a0cd35e54da1e8a8545c87fabc31b700bc2b91cdf1875
 DIST postgresql-9.5.25.tar.bz2 17923796 BLAKE2B 
432e035e78dacfd46fd4d04775b61e2e4db9e61945fa5f7e1c3c5ea3516a5e327489b4e57313b0d6ba4f2e20f52a164f96db01aa22b755ff625039f262eb
 SHA512 
621b36d767d2c7eb2e942cb7b26ca7491450fcfd9606114849f7336b4d8a0bc0196badb44da4918e748145d21b6f72ccf1255a1309dff2427da8b39b63fca427
 DIST postgresql-9.6.21.tar.bz2 18990266 BLAKE2B 
42a2feaf15b8fd4cfcc028a744a696314f0ce7b22ec6c18c43152d7e4b8149a9d5acd6cf22c1d13643709dd2b3f1de571e2925c7fc501dc361248c99c88e3f42
 SHA512 
6fba42171cbe4ec24ed250c32cc8f35be70ddfbc6d1ef0df733bbd094b29174ef198db351f6679a26170effe1fed44269dbe9dbdd619bb18be87f5b539f74475
 DIST postgresql-9.6.22.tar.bz2 19003741 BLAKE2B 
adff6e81ec4b289bd5c51fa44adb38d7cc3936e2e5545ff23fccb0f3f1fe1c881ed70f9a0a5d366319f876eb01a9f675b66c9374b8b41615220f45a70450ad6d
 SHA512 
371f85f2d02a8a3b888396440149e9b432f91e106a7feb8a163b275a0586843683124281a0965abf3c1215cb68e2002976913f88c75e35e52ac5f78d4145fd7b

diff --git a/dev-db/postgresql/postgresql-14_beta1.ebuild 
b/dev-db/postgresql/postgresql-14_beta1.ebuild
new file mode 100644
index 000..ee8cee5fb64
--- /dev/null
+++ b/dev-db/postgresql/postgresql-14_beta1.ebuild
@@ -0,0 +1,461 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
+
+KEYWORDS=""
+
+SLOT=$(ver_cut 1)
+
+MY_PV=${PV/_/}
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2;
+
+LICENSE="POSTGRESQL GPL-2"
+DESCRIPTION="PostgreSQL RDBMS"
+HOMEPAGE="https://www.postgresql.org/;
+
+IUSE="debug doc icu kerberos kernel_linux ldap llvm lz4 nls pam
+ perl python +readline selinux +server systemd ssl static-libs tcl
+ threads uuid xml zlib"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CDEPEND="
+>=app-eselect/eselect-postgresql-2.0
+acct-group/postgres
+acct-user/postgres
+sys-apps/less
+virtual/libintl
+icu? ( dev-libs/icu:= )
+kerberos? ( virtual/krb5 )
+ldap? ( net-nds/openldap )
+llvm? (
+   sys-devel/llvm:=
+   sys-devel/clang:=
+)
+lz4? ( app-arch/lz4 )
+pam? ( sys-libs/pam )
+perl? ( >=dev-lang/perl-5.8:= )
+python? ( ${PYTHON_DEPS} )
+readline? ( sys-libs/readline:0= )
+server? ( systemd? ( sys-apps/systemd ) )
+ssl? ( >=dev-libs/openssl-0.9.6-r1:0= )
+tcl? ( >=dev-lang/tcl-8:0= )
+xml? ( dev-libs/libxml2 dev-libs/libxslt )
+zlib? ( sys-libs/zlib )
+"
+
+# uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no
+# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
+# the libc includes UUID functions.
+UTIL_LINUX_LIBC=( elibc_{glibc,uclibc,musl} )
+BSD_LIBC=( elibc_{Free,Net,Open}BSD )
+
+nest_usedep() {
+   local front back
+   while [[ ${#} -gt 1 ]]; do

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

2021-05-20 Thread Michał Górny
commit: 6e4773fb9a5069d8f9959556e1c74908b74ee302
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 19:30:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 19:53:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4773fb

dev-python/typed-ast: Remove old

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

 dev-python/typed-ast/Manifest   |  1 -
 dev-python/typed-ast/typed-ast-1.4.2.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index 3e2e8e9f819..12650b008bc 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,2 +1 @@
-DIST typed_ast-1.4.2.tar.gz 208583 BLAKE2B 
fb94967409c073b3390a133232259605aab0ee893fe53deb0e97a07c814b1c2021815beab4fa680653f75a44b53eb3f02d7c9e330cf51195c2dd668762c9e0be
 SHA512 
9a46f2a4c48bd267445a773463771824be958dfdd1a2df21356d0a763ee2029b51d5b0fddeb16df202f89ba86019640ab45ba520fdad5c550250fe2a135605fe
 DIST typed_ast-1.4.3.tar.gz 210893 BLAKE2B 
9e0bbaac73d97c13303c783d4e91b015570d9b9ad74361e1bcfe67259982459003ea6c24602ce004fe1447c4375090d5fa58006e18af28da256f6b25d9aa20b1
 SHA512 
7ac06e277c883afd1a7161601ffca0114aa63db257695a4bf4c64d819a7192fe52167edb57991aefc7accc6a9902b5faf2ba9e4032c4b9be31f1db7a091607c9

diff --git a/dev-python/typed-ast/typed-ast-1.4.2.ebuild 
b/dev-python/typed-ast/typed-ast-1.4.2.ebuild
deleted file mode 100644
index b4dc7f7e211..000
--- a/dev-python/typed-ast/typed-ast-1.4.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="https://pypi.org/project/typed-ast/ 
https://github.com/python/typed_ast;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
-S="${WORKDIR}/${P/-/_}"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   cd "${BUILD_DIR}" || die
-   epytest
-}



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

2021-05-20 Thread Michał Górny
commit: d011f25211feb33901c1f826bcda985b79c2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 19:31:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 19:53:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d011f252

dev-python/reportlab: Remove old

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

 dev-python/reportlab/Manifest|  1 -
 dev-python/reportlab/reportlab-3.5.66.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest
index 5b3f6ed93d8..aba84b2ac9c 100644
--- a/dev-python/reportlab/Manifest
+++ b/dev-python/reportlab/Manifest
@@ -1,3 +1,2 @@
 DIST pfbfer-20070710.zip 677333 BLAKE2B 
100214476a361a5e5d1f3da0999591345f6e3a3f8c6bc3f6a3e9eca734190c6259758a43302c6e41254d33491fe535eb7d5dd07aa9727c912424bebc31fc18df
 SHA512 
6fd4a5d955464b10d13a7b748703450c1fe120d5ed09e8cfa1b4dfa9c183c59fe001df29433af551796b0df62544b7ddc364f9bb1bdcc2cd300434340ffcc4f2
-DIST reportlab-3.5.66.tar.gz 2911372 BLAKE2B 
58bc718157066a82eece18141e08547b8360dd653d2365fdbe1708fee2f1f8dffeced60500b4e866c31947fae00b78ab9853983563fb89e5b34827173c71a534
 SHA512 
81fac9fd751a451bd5bf6c91efcf9e250ec1c028587c9ed76129d7fd20c4efa17ea0ae45f08dd43a33adf6f4a2c5338a557e869b85d0b6405626720b0e9221a8
 DIST reportlab-3.5.67.tar.gz 2911726 BLAKE2B 
8dbd3bb54c2c651616c3b6be905ac7b43b3a8f30f630d2f9b91882416cb4513751affa507870fdd801b5aa53480498ecc9a5fe3902ab38d72288b6f48ce892e9
 SHA512 
5a0ec58f0ee925079f3756bac309bd5aaf159118a4ed7ec6467721ead23e5db37839014bb49f1804a0dee4532ce21f9c78adec99ec61a4aeffd957184d489a6c

diff --git a/dev-python/reportlab/reportlab-3.5.66.ebuild 
b/dev-python/reportlab/reportlab-3.5.66.ebuild
deleted file mode 100644
index af6ca257808..000
--- a/dev-python/reportlab/reportlab-3.5.66.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Tools for generating printable PDF documents from any data source"
-HOMEPAGE="
-   https://www.reportlab.com/
-   https://pypi.org/project/reportlab/;
-SRC_URI="
-   mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
-   https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-
-DEPEND="
-   media-libs/freetype
-   media-libs/libart_lgpl
-   sys-libs/zlib:="
-RDEPEND="
-   ${DEPEND}
-   dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}]"
-BDEPEND="
-   app-arch/unzip"
-
-distutils_enable_sphinx docs/source
-distutils_enable_tests unittest
-
-PATCHES=(
-   # bug 738312, remove -L/usr/lib from link line
-   "${FILESDIR}"/${PN}-3.5.48-usr-lib-LLD.patch
-)
-
-src_unpack() {
-   unpack ${P}.tar.gz
-   cd ${P}/src/reportlab/fonts || die
-   unpack pfbfer-20070710.zip
-}
-
-python_prepare_all() {
-   # tests requiring Internet access
-   sed -i -e 's:test0:_&:' \
-   tests/test_platypus_general.py \
-   tests/test_platypus_images.py || die
-   sed -i -e 's:test9:_&:' tests/test_lib_utils.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-src_configure() {
-   mydistutilsargs=(
-   --no-download-t1-files
-   --use-system-libart
-   )
-}
-
-python_test() {
-   pushd tests >/dev/null || die
-   "${EPYTHON}" runAll.py -v || die "Testing failed with ${EPYTHON}"
-   popd >/dev/null || die
-}



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

2021-05-20 Thread Andreas Sturmlechner
commit: d8dbc980c6d60a70e2507005db6e026531a7b201
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 19:48:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 19:48:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8dbc980

kde-frameworks/krunner: Disable hanging test

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

 kde-frameworks/krunner/krunner-5.82.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/krunner/krunner-5.82.0.ebuild 
b/kde-frameworks/krunner/krunner-5.82.0.ebuild
index 414cdb8822d..9b94a1daf9a 100644
--- a/kde-frameworks/krunner/krunner-5.82.0.ebuild
+++ b/kde-frameworks/krunner/krunner-5.82.0.ebuild
@@ -9,6 +9,7 @@ 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 ~x86"
 IUSE="activities"
@@ -38,9 +39,9 @@ src_configure() {
 }
 
 src_test() {
-   # requires virtual dbus #630672
+   # requires virtual dbus, otherwise hangs; bugs #630672, #789351
local myctestargs=(
-   -E "(dbusrunnertest)"
+   -E "(dbusrunnertest|runnermanagersinglerunnermodetest)"
)
ecm_src_test
 }



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

2021-05-20 Thread Andreas Sturmlechner
commit: f921232177375a36cb8811d21e1b5428b8104a58
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 19:48:17 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 19:48:17 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9212321

kde-frameworks/krunner: Disable hanging test

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

 kde-frameworks/krunner/krunner-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/krunner/krunner-.ebuild 
b/kde-frameworks/krunner/krunner-.ebuild
index 2698ef579c..8a8bd4b7cf 100644
--- a/kde-frameworks/krunner/krunner-.ebuild
+++ b/kde-frameworks/krunner/krunner-.ebuild
@@ -9,6 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Framework for providing different actions given a string query"
+
 LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE="activities"
@@ -38,9 +39,9 @@ src_configure() {
 }
 
 src_test() {
-   # requires virtual dbus #630672
+   # requires virtual dbus, otherwise hangs; bugs #630672, #789351
local myctestargs=(
-   -E "(dbusrunnertest)"
+   -E "(dbusrunnertest|runnermanagersinglerunnermodetest)"
)
ecm_src_test
 }



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

2021-05-20 Thread Andreas Sturmlechner
commit: bb42dd4d5565693be2c05a76736b7cd5658c3ee7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 19:33:50 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 19:33:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb42dd4d

kde-frameworks/kglobalaccel: Fix kglobalshortcuttest

Caused by upstream commit 48c3376927e5e9c13377bf3cfc8b0c411783e7f3

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

 kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild
index 6473474b63b..c07636e53c5 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.82.0.ebuild
@@ -9,13 +9,11 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Framework to handle global shortcuts"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
 LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="nls"
 
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -30,3 +28,8 @@ DEPEND="
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] proj/kde:master commit in: kde-frameworks/kglobalaccel/

2021-05-20 Thread Andreas Sturmlechner
commit: 37cf1442ad37175a7f5009bc75eb8a8a12793fb3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 19:34:37 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 19:34:37 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=37cf1442

kde-frameworks/kglobalaccel: Fix kglobalshortcuttest

Caused by upstream commit 48c3376927e5e9c13377bf3cfc8b0c411783e7f3

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

 kde-frameworks/kglobalaccel/kglobalaccel-.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
index 4de71ec8c4..d141efbd07 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-.ebuild
@@ -9,13 +9,11 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Framework to handle global shortcuts"
-KEYWORDS=""
+
 LICENSE="LGPL-2+"
+KEYWORDS=""
 IUSE="nls"
 
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -30,3 +28,8 @@ DEPEND="
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: app-text/libetonyek/

2021-05-20 Thread Andreas Sturmlechner
commit: ca00ee1b630fe1df0ea2860733c28bb9687c3348
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 06:51:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 18:23:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca00ee1b

app-text/libetonyek: 0.1.10 version bump

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

 app-text/libetonyek/Manifest   |  1 +
 .../{libetonyek-.ebuild => libetonyek-0.1.10.ebuild}   | 10 ++
 app-text/libetonyek/libetonyek-.ebuild | 10 ++
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 00c59b08dfc..475aa43f70d 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
+DIST libetonyek-0.1.10.tar.xz 1494000 BLAKE2B 
1c47b410050380d134d96b5551f0c9186c24aa0ea52c801e26655e3013f030e92198d8e3f19e8a341744206eeaad2d10ca130f286fd42c8a9c3b56f773cfa7d5
 SHA512 
516a14fcb7b7b5898484a4263d593a036ac728b90144da9d1c22a5d0fdffc879839e19a7b390f99d924c390d433e64433fb08939b1e04ca24359315571c5772b
 DIST libetonyek-0.1.9.tar.xz 1477064 BLAKE2B 
088d27c83d4aff41cb208cf840def78e323f378a1b7d456448db3abf51d1e850c8159ace75c8836958b533c2b84e583d5a622e638081230d2f862f6d1d175e98
 SHA512 
3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10.ebuild
similarity index 86%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.10.ebuild
index 63aab3eb452..a9b34322cd7 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.4.3:1=
+   >=dev-util/mdds-1.5:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -49,12 +49,6 @@ src_configure() {
$(use_enable static-libs static)
$(use_enable test tests)
)
-   if has_version ">=dev-util/mdds-1.5"; then
-   myeconfargs+=( --with-mdds=1.5 )
-   else
-   myeconfargs+=( --with-mdds=1.4 )
-   fi
-
econf "${myeconfargs[@]}"
 }
 

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 63aab3eb452..a9b34322cd7 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.4.3:1=
+   >=dev-util/mdds-1.5:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -49,12 +49,6 @@ src_configure() {
$(use_enable static-libs static)
$(use_enable test tests)
)
-   if has_version ">=dev-util/mdds-1.5"; then
-   myeconfargs+=( --with-mdds=1.5 )
-   else
-   myeconfargs+=( --with-mdds=1.4 )
-   fi
-
econf "${myeconfargs[@]}"
 }
 



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

2021-05-20 Thread Andreas Sturmlechner
commit: b32ab8a0a1623b7db7fcd853917655c3274fdd8a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 16:47:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 18:23:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32ab8a0

kde-misc/kdiff3: 1.9.2 version bump

See also:
https://mail.kde.org/pipermail/kde-announce-apps/2021-May/005655.html

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

 kde-misc/kdiff3/Manifest|  1 +
 kde-misc/kdiff3/kdiff3-1.9.2.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/kde-misc/kdiff3/Manifest b/kde-misc/kdiff3/Manifest
index 754f54383c6..3c7a188321c 100644
--- a/kde-misc/kdiff3/Manifest
+++ b/kde-misc/kdiff3/Manifest
@@ -1,2 +1,3 @@
 DIST kdiff3-1.8.5.tar.xz 1045812 BLAKE2B 
347403c12c313cbfe124de3d67cd34387eb1dc2e9cba837a53354cbc6c1aa915d5aed3f67e7f0cc3f7268815c605c30a25bed2a0cad42c223d005aa7553e0415
 SHA512 
5ae736b290a6a1a34dd3e19028fb43b398ad1341982e7717d3de4326938c2dabc11e7e172e5628d2deeddd942b67d6e3af02d074c9b2a1c902c7e1ea8d7f1af4
 DIST kdiff3-1.9.1.tar.xz 1052912 BLAKE2B 
844d0a5cf8fe054fb897bf41f0933cc83e2f9837d0c6a963600468b37984801935c3c7d1c866ed7120f2147ac469d20429aa252de75b0b5729360e459dbf224e
 SHA512 
ce57083895f5ece2fffb9f4f1ad8b66df563a6f67eafc7758166bcde6cb5f822349d440d4d07a8b5076ea72f0a0f15979208cb5431524ba843814191a9c92969
+DIST kdiff3-1.9.2.tar.xz 1053404 BLAKE2B 
96d499a243921aed7fe51292cb8f88b9236949297a5ca9c271735ff2d80c70a8b6d864ed1bab6b55a52da34e2c8bd819cb9738694531f183ddce442c1edd1511
 SHA512 
3e233cd934d1e21ac1492f928c1d9517c913b1163812e80c5f6f10c4387a82ad18edf5a2153513edf7136358571169735b55fa13ea3512113b22d750156af6a8

diff --git a/kde-misc/kdiff3/kdiff3-1.9.2.ebuild 
b/kde-misc/kdiff3/kdiff3-1.9.2.ebuild
new file mode 100644
index 000..a05eeb463c6
--- /dev/null
+++ b/kde-misc/kdiff3/kdiff3-1.9.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+KFMIN=5.74.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Frontend to diff3 based on KDE Frameworks"
+HOMEPAGE="https://apps.kde.org/kdiff3/ https://userbase.kde.org/KDiff3;
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/diffutils
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.9.0-gcc11.patch" ) # bug 788058, git master



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

2021-05-20 Thread Andreas Sturmlechner
commit: 5c517eb09ce2f6e655666f55d71c5a350f7ad211
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 17:16:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 18:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c517eb0

kde-misc/latte-dock: Drop 0.9.11-r1

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

 kde-misc/latte-dock/latte-dock-0.9.11-r1.ebuild | 61 -
 1 file changed, 61 deletions(-)

diff --git a/kde-misc/latte-dock/latte-dock-0.9.11-r1.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.11-r1.ebuild
deleted file mode 100644
index 4e9b65b65c6..000
--- a/kde-misc/latte-dock/latte-dock-0.9.11-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.82.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Elegant dock, based on KDE Frameworks"
-HOMEPAGE="https://apps.kde.org/latte-dock/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   || (
-   >=dev-qt/qtgui-${QTMIN}:5[X(-)]
-   >=dev-qt/qtgui-${QTMIN}:5[xcb(-)]
-   )
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5[X]
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-DOCS=( CHANGELOG.md README.md )
-
-PATCHES=( "${FILESDIR}/${P}-kwindowsystem-5.82.patch" ) # bug 790185



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

2021-05-20 Thread Andreas Sturmlechner
commit: 608fddaff6bc5ef7b9014ca901e758ccbe9b6f9e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 16:49:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 18:23:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608fddaf

kde-misc/kdiff3: Drop 1.9.1

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

 kde-misc/kdiff3/Manifest|  1 -
 kde-misc/kdiff3/kdiff3-1.9.1.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/kde-misc/kdiff3/Manifest b/kde-misc/kdiff3/Manifest
index 3c7a188321c..18b9eac6257 100644
--- a/kde-misc/kdiff3/Manifest
+++ b/kde-misc/kdiff3/Manifest
@@ -1,3 +1,2 @@
 DIST kdiff3-1.8.5.tar.xz 1045812 BLAKE2B 
347403c12c313cbfe124de3d67cd34387eb1dc2e9cba837a53354cbc6c1aa915d5aed3f67e7f0cc3f7268815c605c30a25bed2a0cad42c223d005aa7553e0415
 SHA512 
5ae736b290a6a1a34dd3e19028fb43b398ad1341982e7717d3de4326938c2dabc11e7e172e5628d2deeddd942b67d6e3af02d074c9b2a1c902c7e1ea8d7f1af4
-DIST kdiff3-1.9.1.tar.xz 1052912 BLAKE2B 
844d0a5cf8fe054fb897bf41f0933cc83e2f9837d0c6a963600468b37984801935c3c7d1c866ed7120f2147ac469d20429aa252de75b0b5729360e459dbf224e
 SHA512 
ce57083895f5ece2fffb9f4f1ad8b66df563a6f67eafc7758166bcde6cb5f822349d440d4d07a8b5076ea72f0a0f15979208cb5431524ba843814191a9c92969
 DIST kdiff3-1.9.2.tar.xz 1053404 BLAKE2B 
96d499a243921aed7fe51292cb8f88b9236949297a5ca9c271735ff2d80c70a8b6d864ed1bab6b55a52da34e2c8bd819cb9738694531f183ddce442c1edd1511
 SHA512 
3e233cd934d1e21ac1492f928c1d9517c913b1163812e80c5f6f10c4387a82ad18edf5a2153513edf7136358571169735b55fa13ea3512113b22d750156af6a8

diff --git a/kde-misc/kdiff3/kdiff3-1.9.1.ebuild 
b/kde-misc/kdiff3/kdiff3-1.9.1.ebuild
deleted file mode 100644
index a05eeb463c6..000
--- a/kde-misc/kdiff3/kdiff3-1.9.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-KFMIN=5.74.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Frontend to diff3 based on KDE Frameworks"
-HOMEPAGE="https://apps.kde.org/kdiff3/ https://userbase.kde.org/KDiff3;
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils
-"
-
-PATCHES=( "${FILESDIR}/${PN}-1.9.0-gcc11.patch" ) # bug 788058, git master



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

2021-05-20 Thread Andreas Sturmlechner
commit: de8836658243b7a9970247fd8ffecf2aa74655f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 16:56:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 18:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de883665

kde-misc/latte-dock: 0.9.12 version bump

Backports Plasma 5.22 compatibility.

See also:
https://mail.kde.org/pipermail/distributions/2021-May/001009.html

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

 kde-misc/latte-dock/Manifest |  1 +
 kde-misc/latte-dock/latte-dock-0.9.12.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index 3059370ca53..4ead6399e2d 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1 +1,2 @@
 DIST latte-dock-0.9.11.tar.xz 719904 BLAKE2B 
6d88fa42eab9e44144b33ba2affd98a74632f5aedb733bc279b5edd5db75f561af5428bcd1d9d60a4af8c1134686ea47adc9be798ee1e06ef9db515296e48494
 SHA512 
d02747e4709de8f3091c4686f6d80129fa2fe9d6e994cec436083c59b0ceab0b01af3c1c92d946e497e725bd20efc8ec1e8d284666348a13cf6ba79e515c30d5
+DIST latte-dock-0.9.12.tar.xz 741208 BLAKE2B 
634805e78c618e0958d0d2d071fd6f262bee34f4aeb0106e42ba9cef0ba245a0382c2930e7e947df99bc93574721f6d5fc035c7eab3ac761cefd51c829ad409b
 SHA512 
11538e90b110522bfc6a56737f7c2ef22e0a0aff1153a2d85413dae3e643b3b660c36cb4d2162b902b61c55b50d798b070f3c47da0c3709dcaefa09c3eeafd7f

diff --git a/kde-misc/latte-dock/latte-dock-0.9.12.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.12.ebuild
new file mode 100644
index 000..97327e76f7d
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.9.12.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://apps.kde.org/latte-dock/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5[X]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5[X]
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"
+
+DOCS=( CHANGELOG.md README.md )
+
+PATCHES=( "${FILESDIR}/${PN}-0.9.11-kwindowsystem-5.82.patch" ) # bug 790185



  1   2   3   >