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

2022-03-31 Thread Arthur Zamarin
commit: e03492e959cc061ec515dde7d54de5a220a30df9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:50:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:50:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03492e9

dev-libs/openobex: Stabilize 1.7.2-r3 arm, #834125

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

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

diff --git a/dev-libs/openobex/openobex-1.7.2-r3.ebuild 
b/dev-libs/openobex/openobex-1.7.2-r3.ebuild
index 6b81ff951b93..fc2325c01365 100644
--- a/dev-libs/openobex/openobex-1.7.2-r3.ebuild
+++ b/dev-libs/openobex/openobex-1.7.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/2"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86"
 IUSE="bluetooth doc irda usb"
 
 BDEPEND="



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

2022-03-31 Thread Arthur Zamarin
commit: c4b62a47605b2dec0a861e4f5b3409cfe222daa7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:49:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:49:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b62a47

media-libs/woff2: Stabilize 1.0.2-r5 arm, #834122

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

 media-libs/woff2/woff2-1.0.2-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/woff2/woff2-1.0.2-r5.ebuild 
b/media-libs/woff2/woff2-1.0.2-r5.ebuild
index f91bc7348327..e2cb3e8aa756 100644
--- a/media-libs/woff2/woff2-1.0.2-r5.ebuild
+++ b/media-libs/woff2/woff2-1.0.2-r5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 RDEPEND="app-arch/brotli:="



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

2022-03-31 Thread Ulrich Müller
commit: 14450dede1bf800d744c3fb2740da964ea3513cc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 05:35:39 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 05:42:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14450ded

profiles: Mask >=net-im/zoom-5.10 for testing

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b30cb766d0bb..ef2baca2a18b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Ulrich Müller  (2022-04-01)
+# Illegal instruction errors seen by several users.
+# Masked for testing. (bug #835930)
+>=net-im/zoom-5.10
+
 # Matt Turner  (2022-03-27)
 # Dead package. No reverse dependencies.
 # Removal on 2022-04-27



[gentoo-commits] repo/proj/guru:dev commit in: gui-libs/text-engine/

2022-03-31 Thread Yuan Liao
commit: 9c872745238f5c8c33a6cf6e36cb68505bdbf000
Author: Yuan Liao  gmail  com>
AuthorDate: Fri Apr  1 05:10:56 2022 +
Commit: Yuan Liao  gmail  com>
CommitDate: Fri Apr  1 05:21:54 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c872745

gui-libs/text-engine: Update LICENSE for live ebuild

The upstream has recently changed the license from MIT to LGPL-3+ in
some commits staged for the next release; the license change has not
been retrospectively applied to versions already released yet.

Signed-off-by: Yuan Liao  gmail.com>

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

diff --git a/gui-libs/text-engine/text-engine-.ebuild 
b/gui-libs/text-engine/text-engine-.ebuild
index 5b29e8753..3d0af284c 100644
--- a/gui-libs/text-engine/text-engine-.ebuild
+++ b/gui-libs/text-engine/text-engine-.ebuild
@@ -16,7 +16,7 @@ fi
 DESCRIPTION="A lightweight rich-text framework for GTK 4"
 HOMEPAGE="https://github.com/mjakeman/text-engine;
 
-LICENSE="MIT"
+LICENSE="LGPL-3+"
 SLOT="0"
 
 BDEPEND="



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

2022-03-31 Thread Arthur Zamarin
commit: f49e8cd791f05b875941c57624e651ee1bede3fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49e8cd7

dev-ruby/unf_ext: Stabilize 0.0.8 ppc64, #836161

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

 dev-ruby/unf_ext/unf_ext-0.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
index b1706a090d81..d608bfe170a4 100644
--- a/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
+++ b/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf_ext;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "



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

2022-03-31 Thread Arthur Zamarin
commit: 66a4188b260d0f78434984dae6aabbb2557e994a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a4188b

dev-python/blosc: Stabilize 1.10.5-r1 ppc64, #836483

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

 dev-python/blosc/blosc-1.10.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/blosc/blosc-1.10.5-r1.ebuild 
b/dev-python/blosc/blosc-1.10.5-r1.ebuild
index 2334aa6a24e2..7fc6bb37b9a1 100644
--- a/dev-python/blosc/blosc-1.10.5-r1.ebuild
+++ b/dev-python/blosc/blosc-1.10.5-r1.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-03-31 Thread Arthur Zamarin
commit: 47deaf7b88accc3c482c1d2ebf1fc7b909f6e40c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47deaf7b

dev-ruby/httpclient: Stabilize 2.8.3-r1 ppc64, #836161

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

 dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild 
b/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild
index c3fa983552eb..c9e2e593e099 100644
--- a/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild
+++ b/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz"
 LICENSE="Ruby"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "virtual/ruby-ssl"



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

2022-03-31 Thread Arthur Zamarin
commit: 83f363143f97341b22987a11238e669c674e7b5c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f36314

dev-python/ipykernel: Stabilize 6.9.2 ALLARCHES, #836489

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

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

diff --git a/dev-python/ipykernel/ipykernel-6.9.2.ebuild 
b/dev-python/ipykernel/ipykernel-6.9.2.ebuild
index 7e1e1d1c91b5..61cbf240cb0a 100644
--- a/dev-python/ipykernel/ipykernel-6.9.2.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.9.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/debugpy-1.0.0[${PYTHON_USEDEP}]



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

2022-03-31 Thread Arthur Zamarin
commit: cf6ad5991dfb0617448f0ab54e5aceeb2a57d129
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6ad599

media-libs/libsndfile: Stabilize 1.1.0-r1 ppc64, #836394

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

 media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild 
b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
index fca3e732eb26..a2de60048abc 100644
--- a/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/libsndfile/libsndfile.git;
 else

SRC_URI="https://github.com/libsndfile/libsndfile/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 inherit python-any-r1 multilib-minimal
 



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

2022-03-31 Thread Arthur Zamarin
commit: 762ea3a8a4dfd05569ad07c23d1677cae91f500b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762ea3a8

dev-python/diskcache: Stabilize 5.4.0-r1 ALLARCHES, #836490

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

 dev-python/diskcache/diskcache-5.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild 
b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
index 76a1c5fc6504..41c26e65f9d8 100644
--- a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2022-03-31 Thread Arthur Zamarin
commit: 29d824e9233a63c4c1126e952fb24958b4f3edf1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d824e9

dev-python/astroid: Stabilize 2.10.0 ALLARCHES, #836480

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

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

diff --git a/dev-python/astroid/astroid-2.10.0.ebuild 
b/dev-python/astroid/astroid-2.10.0.ebuild
index 8b4c9b7ad2be..e3f87ec535af 100644
--- a/dev-python/astroid/astroid-2.10.0.ebuild
+++ b/dev-python/astroid/astroid-2.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 # Version specified in __pkginfo__.py.
 RDEPEND="



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

2022-03-31 Thread Arthur Zamarin
commit: e593de710f62238efd0c3616562194f76e983e14
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e593de71

dev-ruby/hashdiff: Stabilize 1.0.1 ppc64, #836161

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

 dev-ruby/hashdiff/hashdiff-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild 
b/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild
index 34c24f509f35..2dff0c63862a 100644
--- a/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild
+++ b/dev-ruby/hashdiff/hashdiff-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/liufengyun/hashdiff;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2022-03-31 Thread Arthur Zamarin
commit: 7d80d792fe7948b1979b85863557977be628cfc7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d80d792

dev-ruby/thor: Stabilize 1.2.1 ppc64, #836161

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

 dev-ruby/thor/thor-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thor/thor-1.2.1.ebuild b/dev-ruby/thor/thor-1.2.1.ebuild
index 3909b4a435c3..34dccdc26911 100644
--- a/dev-ruby/thor/thor-1.2.1.ebuild
+++ b/dev-ruby/thor/thor-1.2.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE="doc"
 
 USE_RUBY="ruby26 ruby27" ruby_add_bdepend "



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

2022-03-31 Thread Arthur Zamarin
commit: 7ed58921df2c42b6f109e3b6f27ffb4d9dac8601
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed58921

dev-ruby/public_suffix: Stabilize 4.0.6 ppc64, #836161

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

 dev-ruby/public_suffix/public_suffix-4.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild 
b/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
index c380a14cf58f..d7be375911e3 100644
--- a/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
+++ b/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ inherit ruby-fakegem
 DESCRIPTION="Parse and decompose a domain name into top level domain, domain 
and subdomains"
 HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/;
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/

2022-03-31 Thread Arthur Zamarin
commit: b702bc8090dd9fb97a499b3d337305f04e2f13ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b702bc80

dev-scheme/chicken: Stabilize 5.3.0 ppc64, #836449

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

 dev-scheme/chicken/chicken-5.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/chicken/chicken-5.3.0.ebuild 
b/dev-scheme/chicken/chicken-5.3.0.ebuild
index 869ed7fcf99a..293a13325459 100644
--- a/dev-scheme/chicken/chicken-5.3.0.ebuild
+++ b/dev-scheme/chicken/chicken-5.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -11,7 +11,7 @@ SRC_URI="https://code.call-cc.org/releases/${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND=""



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

2022-03-31 Thread Arthur Zamarin
commit: 0e113525f6cbbce4fa51686408b91984f66bade7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e113525

dev-db/sqlite: Stabilize 3.38.0 ppc64, #836549

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

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

diff --git a/dev-db/sqlite/sqlite-3.38.0.ebuild 
b/dev-db/sqlite/sqlite-3.38.0.ebuild
index eeebdb0c3fdb..481efe4774d1 100644
--- a/dev-db/sqlite/sqlite-3.38.0.ebuild
+++ b/dev-db/sqlite/sqlite-3.38.0.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 if [[ "${PV}" == "" ]]; then
PROPERTIES="live"



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

2022-03-31 Thread Arthur Zamarin
commit: 2c5e799a878c197e1edfc2b39b26d26682b48225
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5e799a

dev-python/python-dbusmock: Stabilize 0.26.1 ALLARCHES, #836516

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

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

diff --git a/dev-python/python-dbusmock/python-dbusmock-0.26.1.ebuild 
b/dev-python/python-dbusmock/python-dbusmock-0.26.1.ebuild
index 4b29c538cdd6..73574b585de1 100644
--- a/dev-python/python-dbusmock/python-dbusmock-0.26.1.ebuild
+++ b/dev-python/python-dbusmock/python-dbusmock-0.26.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/dbus-python[${PYTHON_USEDEP}]



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

2022-03-31 Thread Arthur Zamarin
commit: 281972cb2e1e46ab3a46cc40337a487abced4336
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281972cb

dev-ruby/webmock: Stabilize 3.14.0 ppc64, #836161

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

 dev-ruby/webmock/webmock-3.14.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/webmock/webmock-3.14.0.ebuild 
b/dev-ruby/webmock/webmock-3.14.0.ebuild
index 4d2540f5d07d..dfaa9b33e9e3 100644
--- a/dev-ruby/webmock/webmock-3.14.0.ebuild
+++ b/dev-ruby/webmock/webmock-3.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/bblimke/webmock;
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "



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

2022-03-31 Thread Arthur Zamarin
commit: a3a187a6f5e2f989ab31febbda05e56474a50f0f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a187a6

dev-ruby/sass-listen: Stabilize 4.0.0-r1 ppc64, #836161

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

 dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild 
b/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild
index 341d0a1db1ba..07ceff39bcd6 100644
--- a/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild
+++ b/dev-ruby/sass-listen/sass-listen-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,7 +21,7 @@ RUBY_S="listen-${PV}"
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
 IUSE="test"
 
 PATCHES=( "${FILESDIR}/listen-3.1.5-ruby26.patch" )



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

2022-03-31 Thread Arthur Zamarin
commit: 9af4dd41761d38b32741d8e5549fe0dc4f25f816
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af4dd41

dev-ruby/childlabor: Stabilize 0.0.3-r2 ppc64, #836161

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

 dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild 
b/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild
index 5c434e717017..7b1cd5ca9557 100644
--- a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild
+++ b/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/carllerche/childlabor/archive/${COMMIT_ID}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 IUSE="test"
 
 RUBY_S="${PN}-${COMMIT_ID}"



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

2022-03-31 Thread Arthur Zamarin
commit: 8a900d8fbf78136e2147892c2b754803aee54164
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a900d8f

dev-python/wsproto: Stabilize 1.1.0 ppc64, #836543

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

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

diff --git a/dev-python/wsproto/wsproto-1.1.0.ebuild 
b/dev-python/wsproto/wsproto-1.1.0.ebuild
index 20b8d3695c0d..ce40671ff565 100644
--- a/dev-python/wsproto/wsproto-1.1.0.ebuild
+++ b/dev-python/wsproto/wsproto-1.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/h11-0.9[${PYTHON_USEDEP}]



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

2022-03-31 Thread Arthur Zamarin
commit: b3f84f0850078ac8d14fbed50f6e26c3e7f11894
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f84f08

dev-python/mando: Stabilize 0.7.1 ppc64, #836499

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

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

diff --git a/dev-python/mando/mando-0.7.1.ebuild 
b/dev-python/mando/mando-0.7.1.ebuild
index 05b68ca3c53f..8dff98116675 100644
--- a/dev-python/mando/mando-0.7.1.ebuild
+++ b/dev-python/mando/mando-0.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rubik/${PN}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc 
x86"
 IUSE="examples"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2022-03-31 Thread Arthur Zamarin
commit: 0cbc5a3947fa10cb0f344f78f29c956ea1eea634
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbc5a39

dev-python/pyopengl: Stabilize 3.1.6 ppc64, #836513

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

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

diff --git a/dev-python/pyopengl/pyopengl-3.1.6.ebuild 
b/dev-python/pyopengl/pyopengl-3.1.6.ebuild
index 87510b99243e..0d73ada0bd7b 100644
--- a/dev-python/pyopengl/pyopengl-3.1.6.ebuild
+++ b/dev-python/pyopengl/pyopengl-3.1.6.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="tk"
 
 RDEPEND="



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

2022-03-31 Thread Arthur Zamarin
commit: af5a230093ab9ebf7b2c371155da735f76266e67
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5a2300

dev-python/coverage: Stabilize 6.3.2-r1 ppc64, #836485

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

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

diff --git a/dev-python/coverage/coverage-6.3.2-r1.ebuild 
b/dev-python/coverage/coverage-6.3.2-r1.ebuild
index e631a5b683cb..985c0ce34b7d 100644
--- a/dev-python/coverage/coverage-6.3.2-r1.ebuild
+++ b/dev-python/coverage/coverage-6.3.2-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
 
 BDEPEND="
test? (



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

2022-03-31 Thread Arthur Zamarin
commit: 3247255d7f935c7babf181b66fb44e4d0b04178a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3247255d

dev-ruby/crack: Stabilize 0.4.4 ppc64, #836161

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

 dev-ruby/crack/crack-0.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/crack/crack-0.4.4.ebuild 
b/dev-ruby/crack/crack-0.4.4.ebuild
index cf34e5d092d1..ad34d2ef45ba 100644
--- a/dev-ruby/crack/crack-0.4.4.ebuild
+++ b/dev-ruby/crack/crack-0.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/jnunemaker/crack/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~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 )"



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

2022-03-31 Thread Arthur Zamarin
commit: 3fcd637f21a2884629bacb08eb42ef3b6926be07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcd637f

dev-python/psutil: Stabilize 5.9.0 ppc64, #836511

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

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

diff --git a/dev-python/psutil/psutil-5.9.0.ebuild 
b/dev-python/psutil/psutil-5.9.0.ebuild
index 00a12bc0d760..5259f7c72d55 100644
--- a/dev-python/psutil/psutil-5.9.0.ebuild
+++ b/dev-python/psutil/psutil-5.9.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-03-31 Thread Arthur Zamarin
commit: 39bf99bd7ac66ddc5e0a1664d16fcf3589605f28
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bf99bd

dev-ruby/rspec-its: Stabilize 1.3.0-r1 ppc64, #836161

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

 dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild 
b/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild
index 51771bbc0572..28c6b69b32ba 100644
--- a/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild
+++ b/dev-ruby/rspec-its/rspec-its-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rspec/rspec-its;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/rspec-core-3.0.0 
>=dev-ruby/rspec-expectations-3.0.0"



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

2022-03-31 Thread Arthur Zamarin
commit: e74cf99868741502afb3c778869d0092f62ba287
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74cf998

dev-ruby/addressable: Stabilize 2.8.0 ppc64, #836161

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

 dev-ruby/addressable/addressable-2.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/addressable/addressable-2.8.0.ebuild 
b/dev-ruby/addressable/addressable-2.8.0.ebuild
index d8b6f81bfe18..7c319c9d1bd8 100644
--- a/dev-ruby/addressable/addressable-2.8.0.ebuild
+++ b/dev-ruby/addressable/addressable-2.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ HOMEPAGE="https://rubygems.org/gems/addressable 
https://github.com/sporkmonger/a
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_rdepend "|| ( dev-ruby/public_suffix:4 dev-ruby/public_suffix:3 )"



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

2022-03-31 Thread Arthur Zamarin
commit: 2eb2b41e8a073941b2a9a29eeb71ce7fc097b9be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 05:14:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 05:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb2b41e

dev-ruby/sass: Stabilize 3.7.4 ppc64, #836161

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

 dev-ruby/sass/sass-3.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sass/sass-3.7.4.ebuild b/dev-ruby/sass/sass-3.7.4.ebuild
index 8fd56cf51b9a..df1782a9f2e6 100644
--- a/dev-ruby/sass/sass-3.7.4.ebuild
+++ b/dev-ruby/sass/sass-3.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ RUBY_S="ruby-sass-${PV}"
 
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86 ~amd64-linux"
 SLOT="$(ver_cut 1-2)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-apiserver/

2022-03-31 Thread William Hubbs
commit: 88ac40d2e5717b4d42a9d773b5e44e50c842faaf
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:36:47 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ac40d2

sys-cluster/kube-apiserver: stabilize 1.21.11 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.21.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.21.11.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.21.11.ebuild
index 19b4da1a49f7..a43f3c267727 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.21.11.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.21.11.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-proxy/

2022-03-31 Thread William Hubbs
commit: ca60f149953c4a3e7b8c1b00e7dac12989959b08
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:40:56 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca60f149

sys-cluster/kube-proxy: stabilize 1.22.8 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.22.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.22.8.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.22.8.ebuild
index 866b8b777f1f..5cb1f41bbeab 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.22.8.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.22.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/

2022-03-31 Thread William Hubbs
commit: dfaf09d8b43513e9c88ce8266fe5126a50d4ae44
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:40:53 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaf09d8

sys-cluster/kubectl: stabilize 1.22.8 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.22.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.22.8.ebuild 
b/sys-cluster/kubectl/kubectl-1.22.8.ebuild
index f480c2f82844..1bc008b30c4a 100644
--- a/sys-cluster/kubectl/kubectl-1.22.8.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.22.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 DEPEND="!sys-cluster/kubernetes"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-scheduler/

2022-03-31 Thread William Hubbs
commit: 12ae56809cb602f07657e8e2b3f46323a95cc368
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:40:57 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ae5680

sys-cluster/kube-scheduler: stabilize 1.22.8 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.22.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.22.8.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.22.8.ebuild
index 6deafd6db8c6..992ec024d537 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.22.8.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.22.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-apiserver/

2022-03-31 Thread William Hubbs
commit: 0f598e5da8ddd937ff55bc4c39921bccd079921a
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:41:54 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f598e5d

sys-cluster/kube-apiserver: stabilize 1.23.5 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.23.5.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.23.5.ebuild
index a7400f70bdbe..5fb6d6b47274 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.23.5.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.23.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-apiserver/

2022-03-31 Thread William Hubbs
commit: e80204e37cdc70de34df34de1e90c111a9561020
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:40:50 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80204e3

sys-cluster/kube-apiserver: stabilize 1.22.8 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.22.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.22.8.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.22.8.ebuild
index 19b4da1a49f7..a43f3c267727 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.22.8.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.22.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/

2022-03-31 Thread William Hubbs
commit: 853aa5674ff8406b2113b40b06c1acd56056e3c3
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:41:57 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853aa567

sys-cluster/kubectl: stabilize 1.23.5 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.23.5.ebuild 
b/sys-cluster/kubectl/kubectl-1.23.5.ebuild
index 93befd485395..619b0c541831 100644
--- a/sys-cluster/kubectl/kubectl-1.23.5.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.23.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 BDEPEND=">=dev-lang/go-1.17"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/

2022-03-31 Thread William Hubbs
commit: 7f455c26e957f163193388f1ca28000759bb5798
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:36:50 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f455c26

sys-cluster/kubectl: stabilize 1.21.11 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.21.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.21.11.ebuild 
b/sys-cluster/kubectl/kubectl-1.21.11.ebuild
index f480c2f82844..1bc008b30c4a 100644
--- a/sys-cluster/kubectl/kubectl-1.21.11.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.21.11.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 DEPEND="!sys-cluster/kubernetes"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeadm/

2022-03-31 Thread William Hubbs
commit: 9e7f7039f27c7b50076e211a96aa0ecf4c3be6ac
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:36:35 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7f7039

sys-cluster/kubeadm: stabilize 1.21.11 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/kubeadm-1.21.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.21.11.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.21.11.ebuild
index 654b067fe403..7ce55220d46f 100644
--- a/sys-cluster/kubeadm/kubeadm-1.21.11.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.21.11.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubelet/

2022-03-31 Thread William Hubbs
commit: 7ddbfe39e4f2cfce6a211507c1ac729069ff2a93
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:36:52 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddbfe39

sys-cluster/kubelet: stabilize 1.21.11 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/kubelet-1.21.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubelet/kubelet-1.21.11.ebuild 
b/sys-cluster/kubelet/kubelet-1.21.11.ebuild
index 3dc412ebab17..dff62dcd892d 100644
--- a/sys-cluster/kubelet/kubelet-1.21.11.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.21.11.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubelet/

2022-03-31 Thread William Hubbs
commit: 69f5b52ec402ac8df9e1b0db81b67ac91c87f1fb
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:40:54 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f5b52e

sys-cluster/kubelet: stabilize 1.22.8 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/kubelet-1.22.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubelet/kubelet-1.22.8.ebuild 
b/sys-cluster/kubelet/kubelet-1.22.8.ebuild
index 3dc412ebab17..dff62dcd892d 100644
--- a/sys-cluster/kubelet/kubelet-1.22.8.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.22.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeadm/

2022-03-31 Thread William Hubbs
commit: bf66fee74856ed3a29e338588b1fe4efb9e96382
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:41:52 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf66fee7

sys-cluster/kubeadm: stabilize 1.23.5 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/kubeadm-1.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.23.5.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.23.5.ebuild
index bcdb2bea7e7d..0789de0b701a 100644
--- a/sys-cluster/kubeadm/kubeadm-1.23.5.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.23.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 BDEPEND=">=dev-lang/go-1.17"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2022-03-31 Thread William Hubbs
commit: 611a7cb7ea5d74e1d2cb3c814d6940e1f288d59e
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:40:51 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611a7cb7

sys-cluster/kube-controller-manager: stabilize 1.22.8 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.22.8.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.22.8.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.22.8.ebuild
index 3611bae7ae46..2e2307593ee7 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.22.8.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.22.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-scheduler/

2022-03-31 Thread William Hubbs
commit: 55427b38ba739f258060b1d1982ce825c4785d83
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:36:55 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55427b38

sys-cluster/kube-scheduler: stabilize 1.21.11 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.21.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.21.11.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.21.11.ebuild
index 6deafd6db8c6..992ec024d537 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.21.11.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.21.11.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-proxy/

2022-03-31 Thread William Hubbs
commit: 3993e5ed78f4c55e3f91259393daa465d1b1c0d0
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:42:00 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3993e5ed

sys-cluster/kube-proxy: stabilize 1.23.5 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.23.5.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.23.5.ebuild
index 2193eb857e81..d0b34277f839 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.23.5.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.23.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2022-03-31 Thread William Hubbs
commit: e570bbc037f98b8e2d80202a1f2f602dd4007fe5
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:36:49 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e570bbc0

sys-cluster/kube-controller-manager: stabilize 1.21.11 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.21.11.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.21.11.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.21.11.ebuild
index 3611bae7ae46..2e2307593ee7 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.21.11.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.21.11.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-scheduler/

2022-03-31 Thread William Hubbs
commit: 1287702acf6f08f9e3c3a75abfd730736a4f6087
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:42:01 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1287702a

sys-cluster/kube-scheduler: stabilize 1.23.5 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.23.5.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.23.5.ebuild
index 393cef8175ab..446310121794 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.23.5.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.23.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2022-03-31 Thread William Hubbs
commit: d879f6a1d3cd16fe2ebdd94425c10cc0097e41ee
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:41:55 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d879f6a1

sys-cluster/kube-controller-manager: stabilize 1.23.5 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.23.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.23.5.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.23.5.ebuild
index 8a6411803c93..6b3568782a04 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.23.5.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.23.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubelet/

2022-03-31 Thread William Hubbs
commit: f4b4b280b751116505641d7b24b9d596c49f753f
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:41:58 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b4b280

sys-cluster/kubelet: stabilize 1.23.5 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/kubelet-1.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubelet/kubelet-1.23.5.ebuild 
b/sys-cluster/kubelet/kubelet-1.23.5.ebuild
index ecbeff2f53f1..1460ed4513e3 100644
--- a/sys-cluster/kubelet/kubelet-1.23.5.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.23.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 BDEPEND=">=dev-lang/go-1.17"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeadm/

2022-03-31 Thread William Hubbs
commit: 57a4d881237149d39f51bf02e5343b87cd784e87
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:40:48 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a4d881

sys-cluster/kubeadm: stabilize 1.22.8 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/kubeadm-1.22.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.22.8.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.22.8.ebuild
index 654b067fe403..7ce55220d46f 100644
--- a/sys-cluster/kubeadm/kubeadm-1.22.8.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.22.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-proxy/

2022-03-31 Thread William Hubbs
commit: 9693a6f4d0d565af5116b3c67e1bcd0b3eb05587
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Apr  1 04:36:53 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Apr  1 04:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9693a6f4

sys-cluster/kube-proxy: stabilize 1.21.11 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.21.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.21.11.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.21.11.ebuild
index 866b8b777f1f..5cb1f41bbeab 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.21.11.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.21.11.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools



[gentoo-commits] repo/gentoo:master commit in: app-containers/docker/

2022-03-31 Thread Sam James
commit: 72023b3d2ce3f264f42d34c5e84ff9a0fd36fc7c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 04:24:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 04:24:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72023b3d

app-containers/docker: fix typo in comment

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

 app-containers/docker/docker-20.10.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/docker/docker-20.10.12-r1.ebuild 
b/app-containers/docker/docker-20.10.12-r1.ebuild
index 094d08657128..95c508dbb975 100644
--- a/app-containers/docker/docker-20.10.12-r1.ebuild
+++ b/app-containers/docker/docker-20.10.12-r1.ebuild
@@ -29,7 +29,7 @@ DEPEND="
 # 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
 # https://github.com/moby/moby/tree/master//hack/dockerfile/install
 # make sure docker-proxy is pinned to exact version from ^,
-# for appropriate branchch/version of course
+# for appropriate branch/version of course
 RDEPEND="
${DEPEND}
>=net-firewall/iptables-1.4



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

2022-03-31 Thread Sam James
commit: 1ab5f9453a5e0dd235df0aec6c3cfe923a9237fd
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 03:57:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 03:57:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab5f945

media-video/pipewire: add 0.3.49

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

 media-video/pipewire/Manifest   |   1 +
 media-video/pipewire/pipewire-0.3.49.ebuild | 352 
 2 files changed, 353 insertions(+)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index c0ba2ff3125d..8c4f26ab78c0 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -5,3 +5,4 @@ DIST pipewire-0.3.44.tar.gz 1731260 BLAKE2B 
5dd4fbffa21c34984836d097028e48654e2c
 DIST pipewire-0.3.45_p20220205.tar.bz2 1296767 BLAKE2B 
2dbdb1db9ffdaa36579d7a6ee459fa001997ecd7b4ece006cf1265267ce956b65c752e8dd51affbff9c17b2934480e1fb86c6950c70ab5ecc8d61063c31a410b
 SHA512 
eae64ccf484c051a10a7a7ac11522de6cd3760c87414febe4868b76f22a8651b1bf94c04cd305fbacd1c6e7233fedb8008933c0dbd6809d4507eb27e633c3930
 DIST pipewire-0.3.47.tar.gz 1746286 BLAKE2B 
a34e5378d99b2b3c98731baaabf695b7aab882e557635b1a7f1cf542a5012014685bcf4254e4a81d4aab2ec2c8dd804115d5a57eaf13cbb042db2d4232f4bdfc
 SHA512 
2f188910b6a04ebc6ebf288e2f6eab8a227056fd9c5c97a8a279ebff0f88cd6b98b9bfc3bf6aff55104fa537ca04f2c89a8d45da7f2104e07e1b2e531f6cc21c
 DIST pipewire-0.3.48.tar.gz 1754730 BLAKE2B 
2ba562cdfdb179ab7c36e1227405dd83cc2a9fda3b3496e8d9339a4efc607cfbc1866eb2a9b2be9d44a2e3e4412a2c8af593028086c7c6b81dd14aa7158f19a5
 SHA512 
67699015612dfafd12f8e0908fa028a1ae91f8ce3a6cd7aeaf313ce991c6cfa206ace24a559bf64631c0a690ea8aa03f878c7f73e3c123881f1b015cf6627c50
+DIST pipewire-0.3.49.tar.gz 1769037 BLAKE2B 
2567bc98933bfbb295358886e8f97db2af2f0a6ee3c2586c1718e39f7eedaed8528a4663753ba56d3295e42576da015ce9278f22aff9bbd9ca43d883bff5a2f6
 SHA512 
36398872f7d7b31193d7a8885bbdfb415a122bd779874107a0642202dfd8408f39fddf769bfbae4533c2cc99fe9ef67903d50cc721e936aa4802229f1c46d809

diff --git a/media-video/pipewire/pipewire-0.3.49.ebuild 
b/media-video/pipewire/pipewire-0.3.49.ebuild
new file mode 100644
index ..0a674de08b12
--- /dev/null
+++ b/media-video/pipewire/pipewire-0.3.49.ebuild
@@ -0,0 +1,352 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit meson-multilib optfeature prefix python-any-r1 systemd udev
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *_p* ]] ; then
+   MY_COMMIT=""
+   
SRC_URI="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${MY_COMMIT}/pipewire-${MY_COMMIT}.tar.bz2
 -> ${P}.tar.bz2"
+   S="${WORKDIR}"/${PN}-${MY_COMMIT}
+   else
+   
SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
+   fi
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+DESCRIPTION="Multimedia processing graphs"
+HOMEPAGE="https://pipewire.org/;
+
+LICENSE="MIT LGPL-2.1+ GPL-2"
+# ABI was broken in 0.3.42 for 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/49
+SLOT="0/0.4"
+IUSE="bluetooth doc echo-cancel extra gstreamer jack-client jack-sdk lv2 
pipewire-alsa ssl system-service systemd test v4l X zeroconf"
+
+# Once replacing system JACK libraries is possible, it's likely that
+# jack-client IUSE will need blocking to avoid users accidentally
+# configuring their systems to send PW sink output to the emulated
+# JACK's sink - doing so is likely to yield no audio, cause a CPU
+# cycles consuming loop (and may even cause GUI crashes)!
+
+REQUIRED_USE="
+   jack-sdk? ( !jack-client )
+   system-service? ( systemd )
+"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   >=dev-util/meson-0.59
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   )
+"
+RDEPEND="
+   acct-group/audio
+   media-libs/alsa-lib
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-libs/readline:=
+   sys-libs/ncurses:=[unicode(+)]
+   virtual/libintl[${MULTILIB_USEDEP}]
+   virtual/libudev[${MULTILIB_USEDEP}]
+   bluetooth? (
+   media-libs/fdk-aac
+   media-libs/libldac
+   media-libs/libfreeaptx
+   media-libs/sbc
+   >=net-wireless/bluez-4.101:=
+   virtual/libusb:1
+   )
+   echo-cancel? ( media-libs/webrtc-audio-processing:0 )
+   extra? (
+   >=media-libs/libsndfile-1.0.20
+   )
+   gstreamer? (
+   >=dev-libs/glib-2.32.0:2
+   >=media-libs/gstreamer-1.10.0:1.0
+   

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

2022-03-31 Thread Sam James
commit: 14f3bcc3c56113f42dc4f5b04cb38a54d735ba1e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 02:07:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 03:53:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f3bcc3

dev-util/watchman: add 2022.03.28.00

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

 dev-util/watchman/Manifest  |   1 +
 dev-util/watchman/watchman-2022.03.28.00.ebuild | 210 
 2 files changed, 211 insertions(+)

diff --git a/dev-util/watchman/Manifest b/dev-util/watchman/Manifest
index 4c94b66b1073..1db8bd5ea372 100644
--- a/dev-util/watchman/Manifest
+++ b/dev-util/watchman/Manifest
@@ -84,6 +84,7 @@ DIST watchman-2022.02.28.00.tar.gz 3778698 BLAKE2B 
d4c9cea5066cd187db53829f60d20
 DIST watchman-2022.03.07.00.tar.gz 3780084 BLAKE2B 
e5ad1002ece9e7846c1806e10b48a595137ba4a86db73272d04faf3ba633d1935d2fa5609002c74cb989fe9fccbc366307d3241c9593730b401732c1c6773556
 SHA512 
93098f814b1b3340e43851000d1c3e579c2d0bb7b98539e435456e89eeddd002d602a69825a35e19f70e3db0b20ca3bbd2c8c86a7bf63901dd45b79fe5523c06
 DIST watchman-2022.03.14.00.tar.gz 3782279 BLAKE2B 
5be4811347f0ef03718444d51c5654b1217b0263994c8a1ca0da901d0b72b6252a727746b8c00e727e8f305dfc54624a61c02effee8b1cc05b84aacbcf4bfbe8
 SHA512 
3c10a83889876e71d6665d25d9d524efc3d5bf50305000c085caf7712f26397bd33df8763a9686f86a5ac5e722ae56c54023ccb60b85223a01b4bb7a239bec44
 DIST watchman-2022.03.21.00.tar.gz 3782647 BLAKE2B 
5a484d4900abf453fc5c6b2083367c5447131a832bb25e63d5edb98680d27ff3dc409a709a4335ccdd96133294e092e86fca889dfc6cc51f0eb6ca7b515ac09c
 SHA512 
954a80e761f59e56b779355bb4fbc70b3e72ce95adaa2da9500927c4d3b0803eeb7f5e1f9ffa4e5ef164f99ee4afc23117a71af9067e823d01d71a585766522b
+DIST watchman-2022.03.28.00.tar.gz 3781468 BLAKE2B 
5db1f60c7149af418037a0ce7a00656bc652ec90a4bae261dd48c0bc21d2424ad30e049fe1142b072b5a01ca1380a5cd495fafa74d5c10785e097685f8fb5b21
 SHA512 
3275e66fe522fc45b3f0c8c458d6d2f61ee314f04d6b12935100535bc060603cafe76c8b13c0b8d334c13b63320ff4b84dc8dfb0f5ce09efc28d94e5d7a5974d
 DIST winapi-0.3.9.crate 1200382 BLAKE2B 
cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673
 SHA512 
ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97
 DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 
4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0
 SHA512 
a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2
 DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 
2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82
 SHA512 
4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513

diff --git a/dev-util/watchman/watchman-2022.03.28.00.ebuild 
b/dev-util/watchman/watchman-2022.03.28.00.ebuild
new file mode 100644
index ..da684483d094
--- /dev/null
+++ b/dev-util/watchman/watchman-2022.03.28.00.ebuild
@@ -0,0 +1,210 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# TODO: Split into different variables then combine for each component?
+# Not all is in rust/ dir.
+# Rust components: watchman/cli watchman/rust/serde_bser 
watchman/rust/watchman_client
+CRATES="
+ahash-0.3.8
+ansi_term-0.12.1
+anyhow-1.0.55
+atty-0.2.14
+autocfg-1.1.0
+bitflags-1.3.2
+byteorder-1.4.3
+bytes-1.1.0
+cfg-if-1.0.0
+clap-2.34.0
+const-random-0.1.13
+const-random-macro-0.1.13
+crossbeam-0.8.1
+crossbeam-channel-0.5.2
+crossbeam-deque-0.8.1
+crossbeam-epoch-0.9.7
+crossbeam-queue-0.3.4
+crossbeam-utils-0.8.7
+crunchy-0.2.2
+either-1.6.1
+futures-0.1.31
+futures-0.3.21
+futures-channel-0.3.21
+futures-core-0.3.21
+futures-executor-0.3.21
+futures-io-0.3.21
+futures-macro-0.3.21
+futures-sink-0.3.21
+futures-task-0.3.21
+futures-util-0.3.21
+getrandom-0.2.5
+heck-0.3.3
+hermit-abi-0.1.19
+jwalk-0.6.0
+lazy_static-1.4.0
+libc-0.2.119
+lock_api-0.4.6
+log-0.4.14
+maplit-1.0.2
+memchr-2.4.1
+memoffset-0.6.5
+mio-0.8.0
+miow-0.3.7
+ntapi-0.3.7
+num_cpus-1.13.1
+once_cell-1.9.0
+parking_lot-0.12.0
+parking_lot_core-0.9.1
+pin-project-lite-0.2.8
+pin-utils-0.1.0
+proc-macro2-1.0.36
+proc-macro-error-1.0.4
+proc-macro-error-attr-1.0.4
+proc-macro-hack-0.5.19
+quote-1.0.15
+rayon-1.5.1
+rayon-core-1.9.1
+redox_syscall-0.2.10
+scopeguard-1.1.0
+serde-1.0.136
+serde_derive-1.0.136
+signal-hook-registry-1.4.0
+slab-0.4.5
+smallvec-1.8.0
+socket2-0.4.4
+strsim-0.8.0
+structopt-0.3.26
+structopt-derive-0.4.18
+syn-1.0.86
+textwrap-0.11.0
+thiserror-1.0.30
+thiserror-impl-1.0.30
+tiny-keccak-2.0.2
+tokio-1.17.0
+tokio-macros-1.7.0

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

2022-03-31 Thread Sam James
commit: fab6026a6b0af565fad75cd622bc9b33fbdae0a7
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 03:53:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 03:53:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab6026a

sys-apps/zram-generator: add 1.1.2

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

 sys-apps/zram-generator/Manifest   |  8 ++
 .../zram-generator/zram-generator-1.1.2.ebuild | 96 ++
 2 files changed, 104 insertions(+)

diff --git a/sys-apps/zram-generator/Manifest b/sys-apps/zram-generator/Manifest
index 54d78067bbdf..07f776a5814b 100644
--- a/sys-apps/zram-generator/Manifest
+++ b/sys-apps/zram-generator/Manifest
@@ -1,9 +1,12 @@
 DIST ahash-0.4.7.crate 51474 BLAKE2B 
0974b90539398d61903ce7fcbecdfcd802fcb5c7ed631be919ec17be6951e68bc80787876cafebd33e40a80605f6e2352a86047077bc40575420bb6ee1a4915a
 SHA512 
2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126
+DIST anyhow-1.0.45.crate 35468 BLAKE2B 
0a6e6bb7a04315e6aab21ad1da743b4087ed95e7bfb7f143b4c5b1cb9527c1e1f9c334bf94c8aaf7bb98f3fc6b0b0cb87244d13808cb86fb76d07555304db90f
 SHA512 
a2ea3a764024dc5d5c176890e22aa9e91e18c4252e04548baeb6ed8cbc11ba8e3b0220758e7b1a670e934da0f40e747ce02520788c0e557cf9ed05b19806fd50
 DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 
e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST ctor-0.1.21.crate 9303 BLAKE2B 
8feeaacd3d870b721ecfed7c8df60a27005de1f2a099eef816bd6df2d7b07dbfa00badeef44027398ff4505871a69814d7d4ec90b07d36e371099e4d0aebfae6
 SHA512 
18a914f5bd55172e5ff199778babad9a20dd4214f36f24cc00531db5e169af66f77eacab425e8e64d053907366ebd3b448a0c3275ee1f8244822778b62c4cb71
 DIST dlv-list-0.2.3.crate 12311 BLAKE2B 
c74bc2b7e8fa65443c8c8c8c44d5ccfa831ce63e3603797f193a12f78f249e5ed0fb57983469355bf3549ce335fdfac43eb4644e648296a1cd3f48f1e59b35e6
 SHA512 
ac464c8d1ccbb43b48618cf8912067f28e2d4f53d648cd8b6b8f1b2e2688d2e39ffb8d53faa0f665d23487fa7927258e60ff01e10df584a9e274583d8dc279ae
@@ -11,10 +14,13 @@ DIST fasteval-0.2.4.crate 267521 BLAKE2B 
2abd639d65e45fb31aada3d776a47eed7cc16f0
 DIST fs_extra-1.2.0.crate 29918 BLAKE2B 
92e5de4cdaa16ed8c2737e988f8f2419e394f56e30ec43d9a29dbadc13ccbbdff7cf2b30788d37f160123df83fa998b966fc9b5f793b6e15f84af4dda7ec4cd1
 SHA512 
66670d624394874d7f786f8d362438c53f5b18008909ab8e7a74e82518dbc189e37588836f05f19dcd4718f4c1a5296fdf274380d574b1f475e28891ecdd6c91
 DIST getrandom-0.2.3.crate 26261 BLAKE2B 

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

2022-03-31 Thread Sam James
commit: cd4106278444c8ff95284e9cd55ca525edde9716
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:53:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 03:53:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd410627

dev-util/diffoscope: add 209

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

 dev-util/diffoscope/Manifest  |   1 +
 dev-util/diffoscope/diffoscope-209.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 7d76047338e0..405064f0381e 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,3 +1,4 @@
 DIST diffoscope-205.tar.gz 2706492 BLAKE2B 
efeeef0ee12f5813dfd7de6b2128b1e6e7ad3cb9fae758c5337ddb04e86ec24d26581ba051fa31a8e825c423076f609fa0acbb07c26f6f89ec763e9939fca0cd
 SHA512 
6a8a665c477dafa98a876d08ed6e7bb1e0528ec32f1d14430d14ea5fd54c15ffab66feaca48ec4bc82cd1e4d60ba8b629f3e9f4ed70cfaaf7d8cf0386c791991
 DIST diffoscope-207.tar.gz 2707223 BLAKE2B 
e20f21c9e0acc78cadfce082f874b3e3cbbbd26cfa5041012eb07a347f177724506d1263b6636c71c5304993e52b81e8ac1fa82ee7231d892346ede2d00de37f
 SHA512 
ebbcf3e7e41f042626f2d175cea027392fc52f65dd11ded8e2a65ed3d58129fe4948e6129c2aec74d58d8f6b58855ada23be8231b426a9473b165eba0f182955
 DIST diffoscope-208.tar.gz 2709374 BLAKE2B 
cd5bf11f8686fe9afc97285bad335ac3a20a214b83a9a6746326e8b455fd1b32ee2e17ae8a2a5ce36fffcb67dc694c2f17b93f372eec5c4237e62120902c9ebd
 SHA512 
c2583693b0b38f663c5674b60f988657c12a6de3919c407031d1e090eb1c8d25a34f441f328488be03137fbe6573e0cfa9cc32a43863ea476877f0aa03aa20db
+DIST diffoscope-209.tar.gz 2709412 BLAKE2B 
70648067d3397a3a9237d70dc49695133fca474a1b14d51259642bd4ffeb3870c4ad5641e14096d460ac82c49bb7f2439f2071e8f439e7966a3ebff3928d5562
 SHA512 
7ffe1479c935576d040f2ac960d8d55f6d533b30d1a04efb4bfc371e6aa54b27790f910a2abd59cf5349e089d73a283bd432908cfbc1e93b482f190c11d86bb7

diff --git a/dev-util/diffoscope/diffoscope-209.ebuild 
b/dev-util/diffoscope/diffoscope-209.ebuild
new file mode 100644
index ..46f6608598b5
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-209.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="ncurses"
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar test tcpdump zip zlib zstd"
+
+RESTRICT="!test? ( test )"
+
+# pull in optional tools for tests:
+# img2txt: bug #797688
+# docx2txt: bug #797688
+BDEPEND="test? (
+   app-text/docx2txt
+   media-libs/libcaca
+   virtual/imagemagick-tools[jpeg]
+   )"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( app-cdr/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   lzma? ( app-arch/xz-utils )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   zip? ( app-arch/unzip )
+   zlib? ( app-arch/gzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"
+

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

2022-03-31 Thread Sam James
commit: 492c8fdea4687ebf3faf8ee4163d5a2660449517
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 02:08:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 03:53:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492c8fde

dev-cpp/folly: drop 2022.02.28.00, 2022.03.07.00

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

 dev-cpp/folly/Manifest   |  2 --
 dev-cpp/folly/folly-2022.02.28.00.ebuild | 61 
 dev-cpp/folly/folly-2022.03.07.00.ebuild | 61 
 3 files changed, 124 deletions(-)

diff --git a/dev-cpp/folly/Manifest b/dev-cpp/folly/Manifest
index 513994b2adfb..71801ebb7718 100644
--- a/dev-cpp/folly/Manifest
+++ b/dev-cpp/folly/Manifest
@@ -1,5 +1,3 @@
-DIST folly-2022.02.28.00.tar.gz 3600258 BLAKE2B 
5943b0e4b6178c8293714f673ed289daed26b1dad22dcb52dc80475f385961cf0a690accc44139f245f2df5cf10c0bdb5638c8bed52cb97fefd3ad6d8dc147b8
 SHA512 
91ee21e463ffc6eee3b0e5e0244721a9612337b9afe92645556a154f521aec1070f4f381962247bb9bf11592efb5b8bb01f70d1a66acd3444967538062dfe826
-DIST folly-2022.03.07.00.tar.gz 3604306 BLAKE2B 
fe255678d6f827c82ada3e136742d07bd62dfb81c1250ca6bae9a4f3e1f015904032da8de1488342da1326fa520b448c63a59ef7e0139ecb0844a1ae19c1dfed
 SHA512 
e63eff137711ca71b5a78469e4feff1b4e7b65465413eefb91b7c0cb26b94e1d581a305a9df9937ce05bcd8af3dc465adb816ad95538689811d8ab5b5b9f269f
 DIST folly-2022.03.14.00.tar.gz 3605018 BLAKE2B 
11a58e3c23c1e1299c16821e552d500f8215d2fb2fbdee3699b8487e1073196dfc322461e7670d3968c703d84b0b526d2479bcb74005b763f195ce48f04a419d
 SHA512 
0b3710862360788eb55dc40703e3862f57819acf217287f13ce125b56692c4e5b1de12289f02520ecca9007fa872a69e8936df0ec9260adf974a88286489a9b1
 DIST folly-2022.03.21.00.tar.gz 3611725 BLAKE2B 
6b0d3431810a26484b2c15a8ba4b245e720d717364a4305269b3adabaa2d005466dfd7ad086b38cb06ee2a2d5908e903e68486aadc62834a32b4fe59cd313095
 SHA512 
4e0fda55f007179883af30024fe1d389642159b1b4c915f7ef1a3c1003c8c52e2370f53ffa79d5fa75533d33becfb946d2bcbb2abdc62b9a297f977403d13dd7
 DIST folly-2022.03.28.00.tar.gz 3616507 BLAKE2B 
da003701abe599f20ac87a2785fe9a4cd4a8896d182737eb1eac6384f3d75a792225b426febea7cc4ea99aac1a1f31eb7330e0a297f43ae7d5aafccd93784560
 SHA512 
6eee07b3e82247c3c8672442503e9a69a1c4607604269fc0760e11a2d0e5595029e6995fbe7c970d2052a7f228f6b92112630e6d5c624369fc52e5ad1823ef74

diff --git a/dev-cpp/folly/folly-2022.02.28.00.ebuild 
b/dev-cpp/folly/folly-2022.02.28.00.ebuild
deleted file mode 100644
index b644181fecc6..
--- a/dev-cpp/folly/folly-2022.02.28.00.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs
-
-DESCRIPTION="An open-source C++ library developed and used at Facebook"
-HOMEPAGE="https://github.com/facebook/folly;
-SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="llvm-libunwind test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-arch/bzip2
-   app-arch/lz4:=
-   app-arch/snappy:=
-   app-arch/xz-utils
-   app-arch/zstd:=
-   dev-cpp/gflags:=
-   dev-cpp/glog[gflags]
-   dev-libs/boost:=[context,threads(+)]
-   dev-libs/double-conversion:=
-   dev-libs/libaio
-   dev-libs/libevent:=
-   dev-libs/libfmt:=
-   dev-libs/libsodium:=
-   dev-libs/openssl:=
-   sys-libs/liburing:=
-   sys-libs/zlib
-   llvm-libunwind? ( sys-libs/llvm-libunwind:= )
-   !llvm-libunwind? ( sys-libs/libunwind:= )"
-# libiberty is linked statically
-DEPEND="${RDEPEND}
-   sys-libs/binutils-libs"
-BDEPEND="test? ( sys-devel/clang )"
-
-pkg_setup() {
-   if use test && [[ ${BUILD_TYPE} != "binary" ]] && ! tc-is-clang ; then
-   ewarn "Forcing build with Clang due to GCC bug (because tests 
are enabled)"
-   ewarn "(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104008)"
-
-   export CC=${CHOST}-clang
-   export CXX=${CHOST}-clang++
-   fi
-}
-
-src_configure() {
-   # TODO: liburing could in theory be optional but fails to link
-
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="$(get_libdir)"
-
-   -DBUILD_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}

diff --git a/dev-cpp/folly/folly-2022.03.07.00.ebuild 
b/dev-cpp/folly/folly-2022.03.07.00.ebuild
deleted file mode 100644
index b644181fecc6..
--- a/dev-cpp/folly/folly-2022.03.07.00.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs
-
-DESCRIPTION="An open-source C++ library developed and used at Facebook"
-HOMEPAGE="https://github.com/facebook/folly;
-SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"

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

2022-03-31 Thread Sam James
commit: 1511e1562c7de7d8044027c6af14aa8a8e343de6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 02:04:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 03:53:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1511e156

dev-cpp/folly: add 2022.03.28.00

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

 dev-cpp/folly/Manifest   |  1 +
 dev-cpp/folly/folly-2022.03.28.00.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-cpp/folly/Manifest b/dev-cpp/folly/Manifest
index fe0814329b76..513994b2adfb 100644
--- a/dev-cpp/folly/Manifest
+++ b/dev-cpp/folly/Manifest
@@ -2,3 +2,4 @@ DIST folly-2022.02.28.00.tar.gz 3600258 BLAKE2B 
5943b0e4b6178c8293714f673ed289da
 DIST folly-2022.03.07.00.tar.gz 3604306 BLAKE2B 
fe255678d6f827c82ada3e136742d07bd62dfb81c1250ca6bae9a4f3e1f015904032da8de1488342da1326fa520b448c63a59ef7e0139ecb0844a1ae19c1dfed
 SHA512 
e63eff137711ca71b5a78469e4feff1b4e7b65465413eefb91b7c0cb26b94e1d581a305a9df9937ce05bcd8af3dc465adb816ad95538689811d8ab5b5b9f269f
 DIST folly-2022.03.14.00.tar.gz 3605018 BLAKE2B 
11a58e3c23c1e1299c16821e552d500f8215d2fb2fbdee3699b8487e1073196dfc322461e7670d3968c703d84b0b526d2479bcb74005b763f195ce48f04a419d
 SHA512 
0b3710862360788eb55dc40703e3862f57819acf217287f13ce125b56692c4e5b1de12289f02520ecca9007fa872a69e8936df0ec9260adf974a88286489a9b1
 DIST folly-2022.03.21.00.tar.gz 3611725 BLAKE2B 
6b0d3431810a26484b2c15a8ba4b245e720d717364a4305269b3adabaa2d005466dfd7ad086b38cb06ee2a2d5908e903e68486aadc62834a32b4fe59cd313095
 SHA512 
4e0fda55f007179883af30024fe1d389642159b1b4c915f7ef1a3c1003c8c52e2370f53ffa79d5fa75533d33becfb946d2bcbb2abdc62b9a297f977403d13dd7
+DIST folly-2022.03.28.00.tar.gz 3616507 BLAKE2B 
da003701abe599f20ac87a2785fe9a4cd4a8896d182737eb1eac6384f3d75a792225b426febea7cc4ea99aac1a1f31eb7330e0a297f43ae7d5aafccd93784560
 SHA512 
6eee07b3e82247c3c8672442503e9a69a1c4607604269fc0760e11a2d0e5595029e6995fbe7c970d2052a7f228f6b92112630e6d5c624369fc52e5ad1823ef74

diff --git a/dev-cpp/folly/folly-2022.03.28.00.ebuild 
b/dev-cpp/folly/folly-2022.03.28.00.ebuild
new file mode 100644
index ..b644181fecc6
--- /dev/null
+++ b/dev-cpp/folly/folly-2022.03.28.00.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake toolchain-funcs
+
+DESCRIPTION="An open-source C++ library developed and used at Facebook"
+HOMEPAGE="https://github.com/facebook/folly;
+SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="llvm-libunwind test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-arch/bzip2
+   app-arch/lz4:=
+   app-arch/snappy:=
+   app-arch/xz-utils
+   app-arch/zstd:=
+   dev-cpp/gflags:=
+   dev-cpp/glog[gflags]
+   dev-libs/boost:=[context,threads(+)]
+   dev-libs/double-conversion:=
+   dev-libs/libaio
+   dev-libs/libevent:=
+   dev-libs/libfmt:=
+   dev-libs/libsodium:=
+   dev-libs/openssl:=
+   sys-libs/liburing:=
+   sys-libs/zlib
+   llvm-libunwind? ( sys-libs/llvm-libunwind:= )
+   !llvm-libunwind? ( sys-libs/libunwind:= )"
+# libiberty is linked statically
+DEPEND="${RDEPEND}
+   sys-libs/binutils-libs"
+BDEPEND="test? ( sys-devel/clang )"
+
+pkg_setup() {
+   if use test && [[ ${BUILD_TYPE} != "binary" ]] && ! tc-is-clang ; then
+   ewarn "Forcing build with Clang due to GCC bug (because tests 
are enabled)"
+   ewarn "(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104008)"
+
+   export CC=${CHOST}-clang
+   export CXX=${CHOST}-clang++
+   fi
+}
+
+src_configure() {
+   # TODO: liburing could in theory be optional but fails to link
+
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="$(get_libdir)"
+
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}



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

2022-03-31 Thread Sam James
commit: 65088227ed831582b78b9e96d403493ffd107d29
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 02:08:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 03:53:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65088227

dev-util/watchman: drop 2022.02.28.00, 2022.03.07.00

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

 dev-util/watchman/Manifest  |   2 -
 dev-util/watchman/watchman-2022.02.28.00.ebuild | 210 
 dev-util/watchman/watchman-2022.03.07.00.ebuild | 210 
 3 files changed, 422 deletions(-)

diff --git a/dev-util/watchman/Manifest b/dev-util/watchman/Manifest
index 1db8bd5ea372..47c6e1f9deb5 100644
--- a/dev-util/watchman/Manifest
+++ b/dev-util/watchman/Manifest
@@ -80,8 +80,6 @@ DIST unicode-xid-0.2.2.crate 14955 BLAKE2B 
6c6da49ac08dbd8b3248272224d6bff96b9cd
 DIST vec_map-0.8.2.crate 14466 BLAKE2B 
8f109fbff19604b82ea2aa61c952e2ce9b5597ccc8e1ef4e847648e2de08dece8c4debe92889edeccb8d393645fd0b62436b49d236ded7ad181c4a51239a9539
 SHA512 
4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9
 DIST version_check-0.9.4.crate 14895 BLAKE2B 
fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89
 SHA512 
b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8
 DIST wasi-0.10.2+wasi-snapshot-preview1.crate 27505 BLAKE2B 
4eb8644b945633d6e856ad80dd74990be19eb6af99823b147163384f61d471e2d9ec054d78a7064072344be53783e57073e8fffc6dc149b4834a9bf31dba
 SHA512 
06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7
-DIST watchman-2022.02.28.00.tar.gz 3778698 BLAKE2B 
d4c9cea5066cd187db53829f60d207eddfafc0db9f685ecc84217769d7fc269a409126dd6171d7e8146c3d2d945a45b09b97643c8e83932381d14a4933ad566c
 SHA512 
2297ed75fb9fbe5d3c303eba7b701c06793b2dfa1dacdc1d2912e5c77449b06061ca2e54115d2de73f1f4e3358a84634b7a5510cdc6b327e961e2ecc04747092
-DIST watchman-2022.03.07.00.tar.gz 3780084 BLAKE2B 
e5ad1002ece9e7846c1806e10b48a595137ba4a86db73272d04faf3ba633d1935d2fa5609002c74cb989fe9fccbc366307d3241c9593730b401732c1c6773556
 SHA512 
93098f814b1b3340e43851000d1c3e579c2d0bb7b98539e435456e89eeddd002d602a69825a35e19f70e3db0b20ca3bbd2c8c86a7bf63901dd45b79fe5523c06
 DIST watchman-2022.03.14.00.tar.gz 3782279 BLAKE2B 
5be4811347f0ef03718444d51c5654b1217b0263994c8a1ca0da901d0b72b6252a727746b8c00e727e8f305dfc54624a61c02effee8b1cc05b84aacbcf4bfbe8
 SHA512 
3c10a83889876e71d6665d25d9d524efc3d5bf50305000c085caf7712f26397bd33df8763a9686f86a5ac5e722ae56c54023ccb60b85223a01b4bb7a239bec44
 DIST watchman-2022.03.21.00.tar.gz 3782647 BLAKE2B 
5a484d4900abf453fc5c6b2083367c5447131a832bb25e63d5edb98680d27ff3dc409a709a4335ccdd96133294e092e86fca889dfc6cc51f0eb6ca7b515ac09c
 SHA512 
954a80e761f59e56b779355bb4fbc70b3e72ce95adaa2da9500927c4d3b0803eeb7f5e1f9ffa4e5ef164f99ee4afc23117a71af9067e823d01d71a585766522b
 DIST watchman-2022.03.28.00.tar.gz 3781468 BLAKE2B 
5db1f60c7149af418037a0ce7a00656bc652ec90a4bae261dd48c0bc21d2424ad30e049fe1142b072b5a01ca1380a5cd495fafa74d5c10785e097685f8fb5b21
 SHA512 
3275e66fe522fc45b3f0c8c458d6d2f61ee314f04d6b12935100535bc060603cafe76c8b13c0b8d334c13b63320ff4b84dc8dfb0f5ce09efc28d94e5d7a5974d

diff --git a/dev-util/watchman/watchman-2022.02.28.00.ebuild 
b/dev-util/watchman/watchman-2022.02.28.00.ebuild
deleted file mode 100644
index da684483d094..
--- a/dev-util/watchman/watchman-2022.02.28.00.ebuild
+++ /dev/null
@@ -1,210 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# TODO: Split into different variables then combine for each component?
-# Not all is in rust/ dir.
-# Rust components: watchman/cli watchman/rust/serde_bser 
watchman/rust/watchman_client
-CRATES="
-ahash-0.3.8
-ansi_term-0.12.1
-anyhow-1.0.55
-atty-0.2.14
-autocfg-1.1.0
-bitflags-1.3.2
-byteorder-1.4.3
-bytes-1.1.0
-cfg-if-1.0.0
-clap-2.34.0
-const-random-0.1.13
-const-random-macro-0.1.13
-crossbeam-0.8.1
-crossbeam-channel-0.5.2
-crossbeam-deque-0.8.1
-crossbeam-epoch-0.9.7
-crossbeam-queue-0.3.4
-crossbeam-utils-0.8.7
-crunchy-0.2.2
-either-1.6.1
-futures-0.1.31
-futures-0.3.21
-futures-channel-0.3.21
-futures-core-0.3.21
-futures-executor-0.3.21
-futures-io-0.3.21
-futures-macro-0.3.21
-futures-sink-0.3.21
-futures-task-0.3.21
-futures-util-0.3.21
-getrandom-0.2.5
-heck-0.3.3
-hermit-abi-0.1.19
-jwalk-0.6.0
-lazy_static-1.4.0
-libc-0.2.119
-lock_api-0.4.6
-log-0.4.14
-maplit-1.0.2
-memchr-2.4.1
-memoffset-0.6.5
-mio-0.8.0
-miow-0.3.7
-ntapi-0.3.7
-num_cpus-1.13.1
-once_cell-1.9.0
-parking_lot-0.12.0
-parking_lot_core-0.9.1
-pin-project-lite-0.2.8
-pin-utils-0.1.0
-proc-macro2-1.0.36
-proc-macro-error-1.0.4
-proc-macro-error-attr-1.0.4

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

2022-03-31 Thread John Helmert III
commit: a89dfdbade439652c4e7c3ad41a4955a5e971591
Author: John Helmert III  gentoo  org>
AuthorDate: Fri Apr  1 03:43:59 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Fri Apr  1 03:46:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89dfdba

app-emulation/qemu: drop libxml2 and xfs handling in live

Also update Git repository URL.

xfs dependency was dropped upstream in
a5730b8bd3675f484ed0eacea052452048eeb35d, and libxml in
9e8be4c546ce8469ca9702715bf8f198d604b685

Signed-off-by: John Helmert III  gentoo.org>

 app-emulation/qemu/qemu-.ebuild | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 555fae682186..13179f417b18 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -12,7 +12,7 @@ inherit linux-info toolchain-funcs python-r1 udev fcaps 
readme.gentoo-r1 \
pax-utils xdg-utils
 
 if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="https://git.qemu.org/git/qemu.git;
+   EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/;
EGIT_SUBMODULES=(
meson
tests/fp/berkeley-softfloat-3
@@ -41,7 +41,7 @@ IUSE="accessibility +aio alsa bpf bzip2 capstone +caps +curl 
debug +doc
+slirp
smartcard snappy spice ssh static static-user systemtap test udev usb
usbredir vde +vhost-net vhost-user-fs virgl virtfs +vnc vte xattr xen
-   xfs zstd"
+   zstd"
 
 COMMON_TARGETS="
aarch64
@@ -135,7 +135,6 @@ ALL_DEPEND="
 # Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)
 # softmmu targets (qemu-system-*).
 SOFTMMU_TOOLS_DEPEND="
-   dev-libs/libxml2[static-libs(+)]
>=x11-libs/pixman-0.28.0[static-libs(+)]
accessibility? (
app-accessibility/brltty[api]
@@ -205,7 +204,6 @@ SOFTMMU_TOOLS_DEPEND="
virgl? ( media-libs/virglrenderer[static-libs(+)] )
virtfs? ( sys-libs/libcap )
xen? ( app-emulation/xen-tools:= )
-   xfs? ( sys-fs/xfsprogs[static-libs(+)] )
zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] )
 "
 
@@ -564,18 +562,11 @@ qemu_src_configure() {
$(conf_notuser vte)
$(conf_notuser xen)
$(conf_notuser xen xen-pci-passthrough)
-   $(conf_notuser xfs xfsctl)
# use prebuilt keymaps, bug #759604
--disable-xkbcommon
$(conf_notuser zstd)
)
 
-   if [[ ${buildtype} == "user" ]] ; then
-   conf_opts+=( --disable-libxml2 )
-   else
-   conf_opts+=( --enable-libxml2 )
-   fi
-
if [[ ! ${buildtype} == "user" ]] ; then
# audio options
local audio_opts=(



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verilator/

2022-03-31 Thread Rui Huang
commit: 9e6239e17191b14ff7a7bcb669f2bc1ace49311f
Author: Huang Rui  gmail  com>
AuthorDate: Fri Apr  1 03:23:51 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Fri Apr  1 03:23:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e6239e1

sci-electronics/verilator: bump to 4.220

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verilator/Manifest   |  1 +
 sci-electronics/verilator/verilator-4.220.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/sci-electronics/verilator/Manifest 
b/sci-electronics/verilator/Manifest
index 9d925d2d4..c2cbc183a 100644
--- a/sci-electronics/verilator/Manifest
+++ b/sci-electronics/verilator/Manifest
@@ -1,3 +1,4 @@
 DIST verilator-4.204.tar.gz 2371483 BLAKE2B 
9f029d281f6d4430f45cfaf49d791d5d5c2151e179f53b9e39c0bfedf35ddb2e9d145714937424c0212b0cc2ef8d127684412a1a861a1491c42d6964f341fec2
 SHA512 
4a793d28e6e559309dec41150b025aed45f394980888d94a99bd24f0638aa3df7f32d914550fbb346e79127931636a606171ccee62337e1238b084f66e48ce61
 DIST verilator-4.210.tar.gz 2401752 BLAKE2B 
3387fb72511bdf9179001d09a9fff4d34746fc1eb4475ef50cb606d3102828cdf008399b5aab8ac515704b546956912468d88d9c6ace5ba5e042f9614d6e6a32
 SHA512 
f74b44a6dc26c1d1c21308e12b1f9ecdf14611acb53ed1a0e50d0977c69238fe2fbf6759c1dfbe833c9ecd5858f2650e193dae0fcf4179cf18fe771d50d4dcfa
 DIST verilator-4.218.tar.gz 2532208 BLAKE2B 
85015aa06128a2d31414674d993efb4e93f2f133373ef98698dd9ab336461c2f6740d4e39512e9f37034f927ce8c72eed99595365c12723a57f08e82396ade78
 SHA512 
26b36f60a10a13adae34d8401f55afbb32fc48a4cade7b1e58226930fe7d5c982deffaae1cff2cc52a8f9a22638ae73957d3ae7f6ac77d35ac6a8e4228dcf9e4
+DIST verilator-4.220.tar.gz 2540714 BLAKE2B 
f283dec5c1797aee243476fb5c11146c134ca6d59d495065ea712a3e07957de735b77147a9b0698ec6ba5f4ad89bdb037c81af8aaba623d96e2f7e74d844bf46
 SHA512 
d7435de47cf66a2a360b154e2073f75a540100cb66249eeaa24de78d60bc9376ebbe6cac6df3a421c4f6c7b883eb17e47118835b9b2ed973486d4291fe8fc588

diff --git a/sci-electronics/verilator/verilator-4.220.ebuild 
b/sci-electronics/verilator/verilator-4.220.ebuild
new file mode 100644
index 0..2c41dd1ed
--- /dev/null
+++ b/sci-electronics/verilator/verilator-4.220.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools
+
+DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
+HOMEPAGE="
+   https://verilator.org
+   https://github.com/verilator/verilator
+"
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="|| ( Artistic-2 LGPL-3 )"
+SLOT="0"
+
+RDEPEND="
+   dev-lang/perl
+   sys-libs/zlib
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"
+
+src_prepare() {
+   default
+   eautoconf --force
+}



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verilator/

2022-03-31 Thread Rui Huang
commit: 68bcfdd5dd3af2f70f327e27fb4918a52f863fa6
Author: Huang Rui  gmail  com>
AuthorDate: Fri Apr  1 03:24:30 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Fri Apr  1 03:24:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68bcfdd5

sci-electronics/verilator: drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verilator/Manifest   |  2 --
 sci-electronics/verilator/verilator-4.204.ebuild | 42 
 sci-electronics/verilator/verilator-4.210.ebuild | 42 
 3 files changed, 86 deletions(-)

diff --git a/sci-electronics/verilator/Manifest 
b/sci-electronics/verilator/Manifest
index c2cbc183a..4bd961cdc 100644
--- a/sci-electronics/verilator/Manifest
+++ b/sci-electronics/verilator/Manifest
@@ -1,4 +1,2 @@
-DIST verilator-4.204.tar.gz 2371483 BLAKE2B 
9f029d281f6d4430f45cfaf49d791d5d5c2151e179f53b9e39c0bfedf35ddb2e9d145714937424c0212b0cc2ef8d127684412a1a861a1491c42d6964f341fec2
 SHA512 
4a793d28e6e559309dec41150b025aed45f394980888d94a99bd24f0638aa3df7f32d914550fbb346e79127931636a606171ccee62337e1238b084f66e48ce61
-DIST verilator-4.210.tar.gz 2401752 BLAKE2B 
3387fb72511bdf9179001d09a9fff4d34746fc1eb4475ef50cb606d3102828cdf008399b5aab8ac515704b546956912468d88d9c6ace5ba5e042f9614d6e6a32
 SHA512 
f74b44a6dc26c1d1c21308e12b1f9ecdf14611acb53ed1a0e50d0977c69238fe2fbf6759c1dfbe833c9ecd5858f2650e193dae0fcf4179cf18fe771d50d4dcfa
 DIST verilator-4.218.tar.gz 2532208 BLAKE2B 
85015aa06128a2d31414674d993efb4e93f2f133373ef98698dd9ab336461c2f6740d4e39512e9f37034f927ce8c72eed99595365c12723a57f08e82396ade78
 SHA512 
26b36f60a10a13adae34d8401f55afbb32fc48a4cade7b1e58226930fe7d5c982deffaae1cff2cc52a8f9a22638ae73957d3ae7f6ac77d35ac6a8e4228dcf9e4
 DIST verilator-4.220.tar.gz 2540714 BLAKE2B 
f283dec5c1797aee243476fb5c11146c134ca6d59d495065ea712a3e07957de735b77147a9b0698ec6ba5f4ad89bdb037c81af8aaba623d96e2f7e74d844bf46
 SHA512 
d7435de47cf66a2a360b154e2073f75a540100cb66249eeaa24de78d60bc9376ebbe6cac6df3a421c4f6c7b883eb17e47118835b9b2ed973486d4291fe8fc588

diff --git a/sci-electronics/verilator/verilator-4.204.ebuild 
b/sci-electronics/verilator/verilator-4.204.ebuild
deleted file mode 100644
index d8ccd0c01..0
--- a/sci-electronics/verilator/verilator-4.204.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"
-
-inherit autotools
-
-DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
-HOMEPAGE="
-   https://verilator.org
-   https://github.com/verilator/verilator
-"
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="|| ( Artistic-2 LGPL-3 )"
-SLOT="0"
-
-RDEPEND="
-   dev-lang/perl
-   sys-libs/zlib
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"
-
-src_prepare() {
-   default
-   eautoconf --force
-}

diff --git a/sci-electronics/verilator/verilator-4.210.ebuild 
b/sci-electronics/verilator/verilator-4.210.ebuild
deleted file mode 100644
index d8ccd0c01..0
--- a/sci-electronics/verilator/verilator-4.210.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"
-
-inherit autotools
-
-DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
-HOMEPAGE="
-   https://verilator.org
-   https://github.com/verilator/verilator
-"
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="|| ( Artistic-2 LGPL-3 )"
-SLOT="0"
-
-RDEPEND="
-   dev-lang/perl
-   sys-libs/zlib
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"
-
-src_prepare() {
-   default
-   eautoconf --force
-}



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/oda-file-converter/

2022-03-31 Thread Rui Huang
commit: 49e92c7846d4c6b6b831ac76991cc1528b0f59aa
Author: Huang Rui  gmail  com>
AuthorDate: Fri Apr  1 03:13:12 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Fri Apr  1 03:13:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49e92c78

media-gfx/oda-file-converter: drop old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 media-gfx/oda-file-converter/Manifest  |  1 -
 .../oda-file-converter-22.5.0.0-r1.ebuild  | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-gfx/oda-file-converter/Manifest 
b/media-gfx/oda-file-converter/Manifest
index 1d4014ed9..c09ff6ece 100644
--- a/media-gfx/oda-file-converter/Manifest
+++ b/media-gfx/oda-file-converter/Manifest
@@ -1,2 +1 @@
 DIST ODAFileConverter_QT5_lnxX64_7.2dll_22.10.deb 45661460 BLAKE2B 
8297a7001dbe43b7d20c3f22b1c597eacdd47780f1f742e3301ac91a2e111a180b3344310774fbd6d5f37fd58548fea29b879eb65a0e48e63117025c059190cf
 SHA512 
8d78183781d7d01164d78e700f614ade66277075dbff21455834cc2404585ab35c07b1924cadb8c5e2b38a50a6ebc62a0a8206d8b792c36ec0acb6a5a2e31d68
-DIST ODAFileConverter_QT5_lnxX64_7.2dll_22.5.deb 26269172 BLAKE2B 
5676736a9acb21794d951f5737231f14970bac4c4d50156e9e4b5972f0f2eebc9b5ea547a12e2f6bece930164f836395d46664e434a0fc552ae22f9bb7306dfd
 SHA512 
64d034011239943cb3bae1bd1c7abe294cee12fb4f3dec4ae6447b742d1149add01fccad7e7f51fd11b2afcf9040a6575f4e669df6225a4975786405131b

diff --git a/media-gfx/oda-file-converter/oda-file-converter-22.5.0.0-r1.ebuild 
b/media-gfx/oda-file-converter/oda-file-converter-22.5.0.0-r1.ebuild
deleted file mode 100644
index 4a8dcbed0..0
--- a/media-gfx/oda-file-converter/oda-file-converter-22.5.0.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit desktop unpacker xdg
-
-DESCRIPTION="For converting between different versions of .dwg and .dxf"
-HOMEPAGE="https://www.opendesign.com;
-
-SRC_URI="https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_${MY_PV}.deb;
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   x11-themes/hicolor-icon-theme
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-util/patchelf"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/ODAFileConverter.*\\.desktop"
-
-src_compile() {
-   patchelf --set-rpath \
-   "/usr/bin/ODAFileConverter_${PV}" \
-   "usr/bin/ODAFileConverter_${PV}/ODAFileConverter" \
-   || die "Failed to fix insecure RPATH"
-}
-
-src_install() {
-   exeinto /usr/bin
-   doexe usr/bin/ODAFileConverter
-   exeinto /usr/bin/ODAFileConverter_${PV}
-   doexe usr/bin/ODAFileConverter_${PV}/*
-   domenu usr/share/applications/*.desktop
-   doicon -s 16 usr/share/icons/hicolor/16x16/apps/ODAFileConverter.png
-   doicon -s 32 usr/share/icons/hicolor/32x32/apps/ODAFileConverter.png
-   doicon -s 64 usr/share/icons/hicolor/64x64/apps/ODAFileConverter.png
-   doicon -s 128 usr/share/icons/hicolor/128x128/apps/ODAFileConverter.png
-}



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/oda-file-converter/

2022-03-31 Thread Rui Huang
commit: e5597981a63794ee501d31de9dbc57ef396de963
Author: Huang Rui  gmail  com>
AuthorDate: Fri Apr  1 03:12:19 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Fri Apr  1 03:12:19 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5597981

media-gfx/oda-file-converter: bump to 22.10.0.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 media-gfx/oda-file-converter/Manifest  |  1 +
 .../oda-file-converter-22.10.0.0.ebuild| 53 ++
 2 files changed, 54 insertions(+)

diff --git a/media-gfx/oda-file-converter/Manifest 
b/media-gfx/oda-file-converter/Manifest
index 534541321..1d4014ed9 100644
--- a/media-gfx/oda-file-converter/Manifest
+++ b/media-gfx/oda-file-converter/Manifest
@@ -1 +1,2 @@
+DIST ODAFileConverter_QT5_lnxX64_7.2dll_22.10.deb 45661460 BLAKE2B 
8297a7001dbe43b7d20c3f22b1c597eacdd47780f1f742e3301ac91a2e111a180b3344310774fbd6d5f37fd58548fea29b879eb65a0e48e63117025c059190cf
 SHA512 
8d78183781d7d01164d78e700f614ade66277075dbff21455834cc2404585ab35c07b1924cadb8c5e2b38a50a6ebc62a0a8206d8b792c36ec0acb6a5a2e31d68
 DIST ODAFileConverter_QT5_lnxX64_7.2dll_22.5.deb 26269172 BLAKE2B 
5676736a9acb21794d951f5737231f14970bac4c4d50156e9e4b5972f0f2eebc9b5ea547a12e2f6bece930164f836395d46664e434a0fc552ae22f9bb7306dfd
 SHA512 
64d034011239943cb3bae1bd1c7abe294cee12fb4f3dec4ae6447b742d1149add01fccad7e7f51fd11b2afcf9040a6575f4e669df6225a4975786405131b

diff --git a/media-gfx/oda-file-converter/oda-file-converter-22.10.0.0.ebuild 
b/media-gfx/oda-file-converter/oda-file-converter-22.10.0.0.ebuild
new file mode 100644
index 0..7be7e8cf5
--- /dev/null
+++ b/media-gfx/oda-file-converter/oda-file-converter-22.10.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-2)"
+
+inherit desktop unpacker xdg
+
+DESCRIPTION="For converting between different versions of .dwg and .dxf"
+HOMEPAGE="https://www.opendesign.com;
+
+SRC_URI="https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_${MY_PV}.deb;
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   x11-themes/hicolor-icon-theme
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="dev-util/patchelf"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/ODAFileConverter.*\\.desktop"
+
+src_compile() {
+   patchelf --set-rpath \
+   "/usr/bin/ODAFileConverter_${PV}" \
+   "usr/bin/ODAFileConverter_${PV}/ODAFileConverter" \
+   || die "Failed to fix insecure RPATH"
+   rm -rf usr/bin/ODAFileConverter_${PV}/qt.conf || die "Failed to fix 
qt.conf"
+}
+
+src_install() {
+   exeinto /usr/bin
+   doexe usr/bin/ODAFileConverter
+   exeinto /usr/bin/ODAFileConverter_${PV}
+   doexe usr/bin/ODAFileConverter_${PV}/*
+   domenu usr/share/applications/*.desktop
+   doicon -s 16 usr/share/icons/hicolor/16x16/apps/ODAFileConverter.png
+   doicon -s 32 usr/share/icons/hicolor/32x32/apps/ODAFileConverter.png
+   doicon -s 64 usr/share/icons/hicolor/64x64/apps/ODAFileConverter.png
+   doicon -s 128 usr/share/icons/hicolor/128x128/apps/ODAFileConverter.png
+}
\ No newline at end of file



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

2022-03-31 Thread Kevin Thomas
commit: 030b286a24775222736faff3fce6c291f99322ea
Author: Kevin Thomas  kevinthomas  dev>
AuthorDate: Fri Apr  1 02:54:35 2022 +
Commit: Kevin Thomas  kevinthomas  dev>
CommitDate: Fri Apr  1 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=030b286a

net-misc/xmrig-mo: bump to 6.16.5

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Kevin Thomas  kevinthomas.dev>

 net-misc/xmrig-mo/Manifest   |  1 +
 net-misc/xmrig-mo/xmrig-mo-6.16.5.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/net-misc/xmrig-mo/Manifest b/net-misc/xmrig-mo/Manifest
index bfd575886..b97f635da 100644
--- a/net-misc/xmrig-mo/Manifest
+++ b/net-misc/xmrig-mo/Manifest
@@ -1,3 +1,4 @@
 DIST xmrig-mo-6.16.2-mo2.tar.gz 2480342 BLAKE2B 
cfb1078f67913f3719dd929a1a41ef2040fdf5c7696baca990e3d9f869566e609406b4d592db50d00024adc5da05427382688e826523a9a407c0a79b554d3f5a
 SHA512 
961e52c8ac3de9a55cbbdc11d282fc65c1827e87ac55b5f892866e5193509b23ca4bc9eeb869c019d1b025be14a877142e3b55c7485b6ded6673c832df8c36c3
 DIST xmrig-mo-6.16.3-mo1.tar.gz 2481805 BLAKE2B 
7d134bc4294824e5a79b2782a07a5e0513e77ecff79deb8434c3b36c3ac21053679e451cc3cde97a84908e56fa151b4cd142711c6a7d5c016b6968cec4d21e7d
 SHA512 
e27a529315ea819d2ac41cb28ff9c5cf386e8c687aad29c170acd1d84563ca4aecf97efdbb2c5d766c63439f65aa3f44f055e0d146b365084053a139398e5608
 DIST xmrig-mo-6.16.4-mo1.tar.gz 2482875 BLAKE2B 
659d4020c51c6e6c56d0fcca1e9e7e5e07b5aeb84b24cc0dfeb2d3b10c8116a9cdfb904cf82afcff7d6cf5320f54528399a0b36146a11a2c0172e2e579246da9
 SHA512 
dd2bb1e2279ab42116814d8e1ed04115719007a438cec5b6da36b8e60e1965e6bb94802cc079a6878f68f89c24d4af8561068a81ec316827784aaf82c30156e4
+DIST xmrig-mo-6.16.5-mo1.tar.gz 2503078 BLAKE2B 
24f9b4af7b55c27926b0c7a643b560e12e1995de48e9ab8a59c84b5a2880e3d4edf9afdbb8a64b06157c2e9af58d83bb8c2ec04a6645011531d7f119de3522ee
 SHA512 
cc640d8bba7c2f34f57cd7c1f41568d4fbe526b0d65b579b22a5e6ede05b017c805e474cffc5661137cf4286b4fb0529a639d31525b6304f2330c44908c4b3c4

diff --git a/net-misc/xmrig-mo/xmrig-mo-6.16.5.ebuild 
b/net-misc/xmrig-mo/xmrig-mo-6.16.5.ebuild
new file mode 100644
index 0..93bea0a1a
--- /dev/null
+++ b/net-misc/xmrig-mo/xmrig-mo-6.16.5.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MO_PV="mo1"
+DESCRIPTION="MoneroOcean fork of xmrig that supports algo switching"
+HOMEPAGE="https://github.com/MoneroOcean/xmrig;
+SRC_URI="https://github.com/MoneroOcean/xmrig/archive/v${PV}-${MO_PV}.tar.gz 
-> ${P}-${MO_PV}.tar.gz"
+KEYWORDS="~amd64 ~arm64"
+
+LICENSE="Apache-2.0 GPL-3+ MIT"
+SLOT="0"
+IUSE="cpu_flags_x86_sse4_1 donate hwloc opencl +ssl"
+
+DEPEND="
+   dev-libs/libuv:=
+   hwloc? ( sys-apps/hwloc:= )
+   opencl? ( virtual/opencl )
+   ssl? ( dev-libs/openssl:= )
+"
+
+RDEPEND="
+   ${DEPEND}
+   !arm64? ( sys-apps/msr-tools )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.12.2-nonotls.patch
+)
+
+S="${WORKDIR}/xmrig-${PV}-${MO_PV}"
+
+src_prepare() {
+   if ! use donate ; then
+   sed -i 's/1;/0;/g' src/donate.h || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_SSE4_1=$(usex cpu_flags_x86_sse4_1)
+   -DWITH_HWLOC=$(usex hwloc)
+   -DWITH_TLS=$(usex ssl)
+   -DWITH_OPENCL=$(usex opencl)
+   -DWITH_CUDA=OFF
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   default
+   newbin "${BUILD_DIR}/xmrig" xmrig-mo
+}



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

2022-03-31 Thread Sam James
commit: 9efc9ea16bc00b278b1f871d78557b91d321
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:31:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:31:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efc9ea1

media-video/ffmpegthumbnailer: Stabilize 2.2.2 ppc64, #833742

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

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

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index 0b2435358b68..009948d53ef0 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



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

2022-03-31 Thread Sam James
commit: f1269ad47b1096e54d7788801d00e7a3e314ee6d
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:31:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:31:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1269ad4

media-video/ffmpegthumbnailer: Stabilize 2.2.2 ppc, #833742

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

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

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
index bcc643818faa..0b2435358b68 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
 IUSE="gnome gtk jpeg png test"
 RESTRICT="!test? ( test )"
 



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

2022-03-31 Thread Sam James
commit: 182d80bfc22010cf4e3648df321a3794030ddcf7
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:30:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:30:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182d80bf

media-libs/libjxl: Keyword 0.7.0_pre20220311 ppc64, #836013

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

 media-libs/libjxl/libjxl-0.7.0_pre20220311.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjxl/libjxl-0.7.0_pre20220311.ebuild 
b/media-libs/libjxl/libjxl-0.7.0_pre20220311.ebuild
index de9f0e299894..e43db88b1f4a 100644
--- a/media-libs/libjxl/libjxl-0.7.0_pre20220311.ebuild
+++ b/media-libs/libjxl/libjxl-0.7.0_pre20220311.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="JPEG XL image format reference implementation"
 HOMEPAGE="https://github.com/libjxl/libjxl;
 
 
SRC_URI="https://api.github.com/repos/libjxl/libjxl/tarball/3f8e77fcfabe8ca8ddee6be4e662de525667c570
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 LICENSE="BSD"
 SLOT="0"



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

2022-03-31 Thread Sam James
commit: d9fdeaf3b5db80955db74778a572ec5d3e89b904
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:30:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:30:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9fdeaf3

media-libs/libvpx: Stabilize 1.11.0 ppc64, #833741

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

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

diff --git a/media-libs/libvpx/libvpx-1.11.0.ebuild 
b/media-libs/libvpx/libvpx-1.11.0.ebuild
index da94b5e7ee6c..00b9211d078f 100644
--- a/media-libs/libvpx/libvpx-1.11.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.11.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/7"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="cpu_flags_ppc_vsx3 doc +highbitdepth postproc static-libs test +threads"
 
 REQUIRED_USE="test? ( threads )"



[gentoo-commits] repo/gentoo:master commit in: app-containers/crun/

2022-03-31 Thread Sam James
commit: bdd966d2978b2a6d4ead5ae0948b466b2f8f1eac
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:30:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:30:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd966d2

app-containers/crun: Stabilize 1.4.4 ppc64, #835977

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

 app-containers/crun/crun-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/crun/crun-1.4.4.ebuild 
b/app-containers/crun/crun-1.4.4.ebuild
index fec0f9f9f87a..ad09a9266459 100644
--- a/app-containers/crun/crun-1.4.4.ebuild
+++ b/app-containers/crun/crun-1.4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv"
 IUSE="+bpf +caps criu +seccomp systemd static-libs"
 
 DEPEND="



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

2022-03-31 Thread Sam James
commit: e44b329c73f7803ec210470902751405f5e17022
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 01:30:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 01:30:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44b329c

dev-cpp/highway: Keyword 0.16.0 ppc64, #836013

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

 dev-cpp/highway/highway-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/highway/highway-0.16.0.ebuild 
b/dev-cpp/highway/highway-0.16.0.ebuild
index 3d3e317ef929..04cb96cc30b6 100644
--- a/dev-cpp/highway/highway-0.16.0.ebuild
+++ b/dev-cpp/highway/highway-0.16.0.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == ** ]]; then
EGIT_REPO_URI="https://github.com/google/highway.git;
 else

SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/temanejo/files/, sys-cluster/temanejo/

2022-03-31 Thread Alessandro Barbieri
commit: eb8edff66541a45fa425e4fb7223a4d2e47f4c93
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Apr  1 01:00:02 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Apr  1 01:00:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb8edff6

sys-cluster/temanejo: remove bashisms

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

 .../temanejo/files/temanejo-1.3-bashisms.patch | 41 ++
 sys-cluster/temanejo/temanejo-1.3.ebuild   |  4 ++-
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/temanejo/files/temanejo-1.3-bashisms.patch 
b/sys-cluster/temanejo/files/temanejo-1.3-bashisms.patch
new file mode 100644
index 0..095d16ced
--- /dev/null
+++ b/sys-cluster/temanejo/files/temanejo-1.3-bashisms.patch
@@ -0,0 +1,41 @@
+--- a/Ayudame/configure.ac
 b/Ayudame/configure.ac
+@@ -22,8 +22,8 @@
+ # determine OS to set eg linker flags; yields variables host_os, host_vendor, 
and host_cpu
+ AC_CANONICAL_HOST
+ #echo "***${host_os}"
+-AM_CONDITIONAL([HAVE_LINUX], test "${host_os/linux}" != "$host_os")
+-AM_CONDITIONAL([HAVE_APPLE], test "${host_os/darwin}" != "$host_os")
++AM_CONDITIONAL([HAVE_LINUX], test "linux" = "$host_os")
++AM_CONDITIONAL([HAVE_APPLE], test "darwin" = "$host_os")
+ 
+ # from Kailai's version:
+ #AC_CONFIG_MACRO_DIR([m4])
+--- a/Ayudame/m4/ompss_plugin.m4
 b/Ayudame/m4/ompss_plugin.m4
+@@ -32,7 +32,7 @@
+ # test if OmpSs headers usuable; this is a hack
+ AC_LANG_PUSH([C++])# switch to C++
+ CPPFLAGS_SAVE=$CPPFLAGS
+-CPPFLAGS+=" -Ishould_not_be_here -I$with_ompss/include/nanox-dev 
-include"new_decl.hpp""
++CPPFLAGS="${CPPFLAGS} -Ishould_not_be_here 
-I$with_ompss/include/nanox-dev -include"new_decl.hpp""
+ AC_CHECK_HEADER([plugin.hpp], [enable_ompss_plugin="yes"], 
[enable_ompss_plugin="no"]) # this does not seem to work with gxx
+ CPPFLAGS=$CPPFLAGS_SAVE
+ # check for c++11 compiler
+@@ -41,13 +41,13 @@
+   ])
+   AM_CONDITIONAL(ENABLE_OMPSS_PLUGIN, test "$enable_ompss_plugin" != "no")
+   
+-  AS_IF([test "$enable_ompss_plugin" == "yes"], [
++  AS_IF([test "$enable_ompss_plugin" = "yes"], [
+ #  try to find APIs for getting number of threads/workers
+ AC_LANG_PUSH([C++])# switch to C++
+ CXXFLAGS_SAVE=$CXXFLAGS
+ CPPFLAGS_SAVE=$CPPFLAGS
+-CPPFLAGS+=" -Ishould_not_be_here2 -I$with_ompss/include/nanox-dev "
+-CXXFLAGS+=" -std=c++03 "
++CPPFLAGS="${CPPFLAGS} -Ishould_not_be_here2 
-I$with_ompss/include/nanox-dev "
++CXXFLAGS="${CXXFLAGS} -std=c++03 "
+ # 
+ AC_COMPILE_IFELSE(
+[ AC_LANG_PROGRAM([#include ],

diff --git a/sys-cluster/temanejo/temanejo-1.3.ebuild 
b/sys-cluster/temanejo/temanejo-1.3.ebuild
index fb34f92ec..a1df16872 100644
--- a/sys-cluster/temanejo/temanejo-1.3.ebuild
+++ b/sys-cluster/temanejo/temanejo-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -35,6 +35,8 @@ RDEPEND="
 
 BDEPEND="doc? ( dev-texlive/texlive-latex )"
 
+PATCHES=( "${FILESDIR}/${P}-bashisms.patch" )
+
 src_prepare() {
default
eautoreconf



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

2022-03-31 Thread Patrick McLean
commit: 3bc9b6a5fe97f8cee6c177d0a221cb02a7fcb407
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Apr  1 00:56:49 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Apr  1 00:56:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc9b6a5

dev-util/wachy: update HOMEPAGE

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/wachy/wachy-0.1.0_alpha6.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild 
b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
index 142842ae1270..c70001be06c0 100644
--- a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
+++ b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
@@ -105,7 +105,10 @@ inherit cargo
 DESCRIPTION="A dynamic tracing profiler for Linux"
 # Double check the homepage as the cargo_metadata crate
 # does not provide this value so instead repository is used
-HOMEPAGE="https://github.com/rubrikinc/wachy;
+HOMEPAGE="
+   https://rubrikinc.github.io/wachy/
+   https://github.com/rubrikinc/wachy
+"
 SRC_URI="

https://github.com/rubrikinc/${PN}/archive/refs/tags/${PV/_alpha/-alpha.}.tar.gz
 -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})



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

2022-03-31 Thread Sam James
commit: fee908e0a22d1bf0747e75d6a9ec1e701bc999b4
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  1 00:08:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  1 00:09:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee908e0

media-gfx/blender: add 3.1.1

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

 media-gfx/blender/Manifest |   1 +
 media-gfx/blender/blender-3.1.1.ebuild | 404 +
 2 files changed, 405 insertions(+)

diff --git a/media-gfx/blender/Manifest b/media-gfx/blender/Manifest
index 1101bc01e18b..57c5ad01433c 100644
--- a/media-gfx/blender/Manifest
+++ b/media-gfx/blender/Manifest
@@ -8,3 +8,4 @@ DIST blender-3.0.1-ffmpeg-5.0.patch.bz2 8198 BLAKE2B 
2acb1e441bd17cf2d972f981358
 DIST blender-3.0.1.tar.xz 40155604 BLAKE2B 
b611f08617f1be217604e87cfafe88f6cc9904ed6321a74bea4ee5ad14f3cf4002b12d82fa3b3c6111a681fd7e1c530f66be28c506973ff7722175a9036a19da
 SHA512 
b9af6d49201eb26ec77a3cecdb9c0945ffc915d4eecaaa36091365340244bfd1565a7679c8b7a81d3335383f158dc01339ea8edc108730835d81db1de84049bf
 DIST blender-3.1.0-tests.tar.bz2 643279044 BLAKE2B 
acbf0800c384f881c215ea22140b02e8e61c7395eb35fdb76fad3c785c565ecfc6c59d74848bdd3f9f9b762f86328f6b60cb7871e6ef4615db1ef03f2749b655
 SHA512 
9fd202c582576d170c29c8adbc9bc4a62b6d67a4a1500f6980201e3d904f4a4a15e5680530663382c34672bd634543dd330c5f75523cf0058928a549ff4a0782
 DIST blender-3.1.0.tar.xz 41017620 BLAKE2B 
f626266a41f9d72b03690fe8d7fe1f183ffdef01501ff6a458e5760eea66c959ca297d70dc541b27aa85466a7b8d65306e293c84487c1ff1467cd31cfdba0203
 SHA512 
354d4e7c92233e610d0e938c10d966aff7ee34fd21993b65b645b4d01e37f90f741206190817a7ab6932c5321d698827a09ec0e1d966c28596d130b4af2ce6bb
+DIST blender-3.1.1.tar.xz 41029004 BLAKE2B 
ca133349bfae52b36123da489ef7e50b30666b91d7961e9938932f5375a4d1129f3b15de59170ccf55723a08cbd0089bb7d73792c15221d91f2f83c40a2ebdb4
 SHA512 
88c339540a7b621b1771e1f17ecf7d4c21d86e05b83e395e15cd90b1347a50dda74ebaedd5ca178cabe6981b45244a64110ab855efdf74fe42f5bf45ffe811b1

diff --git a/media-gfx/blender/blender-3.1.1.ebuild 
b/media-gfx/blender/blender-3.1.1.ebuild
new file mode 100644
index ..50be45a07af8
--- /dev/null
+++ b/media-gfx/blender/blender-3.1.1.ebuild
@@ -0,0 +1,404 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+
+inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 
toolchain-funcs xdg-utils
+
+DESCRIPTION="3D Creation/Animation/Publishing System"
+HOMEPAGE="https://www.blender.org;
+
+if [[ ${PV} = ** ]] ; then
+   # Subversion is needed for downloading unit test files
+   inherit git-r3 subversion
+   EGIT_REPO_URI="https://git.blender.org/blender.git;
+else
+   SRC_URI="https://download.blender.org/source/${P}.tar.xz;
+   # Update these between major releases.
+   TEST_TARBALL_VERSION="$(ver_cut 1-2).0"
+   SRC_URI+=" test? ( 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-${TEST_TARBALL_VERSION}-tests.tar.bz2
 )"
+   KEYWORDS="~amd64 ~arm ~arm64"
+fi
+
+SLOT="${PV%.*}"
+LICENSE="|| ( GPL-3 BL )"
+IUSE="+bullet +dds +fluid +openexr +system-python +system-numpy +tbb \
+   alembic collada +color-management cuda +cycles \
+   debug doc +embree +ffmpeg +fftw +gmp headless jack jemalloc jpeg2k \
+   man +nanovdb ndof nls openal +oidn +openimageio +openmp +opensubdiv \
+   +openvdb +osl +pdf +potrace +pugixml pulseaudio sdl +sndfile standalone 
test +tiff valgrind"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   alembic? ( openexr )
+   cuda? ( cycles )
+   cycles? ( openexr tiff openimageio )
+   fluid? ( tbb )
+   openvdb? ( tbb )
+   osl? ( cycles )
+   standalone? ( cycles )
+   test? ( color-management )"
+
+# Library versions for official builds can be found in the blender source 
directory in:
+# build_files/build_environment/install_deps.sh
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/boost:=[nls?,threads(+)]
+   dev-libs/lzo:2=
+   $(python_gen_cond_dep '
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/zstandard[${PYTHON_USEDEP}]
+   ')
+   media-libs/freetype:=
+   media-libs/glew:*
+   media-libs/libpng:=
+   media-libs/libsamplerate
+   sys-libs/zlib:=
+   virtual/glu
+   virtual/jpeg
+   virtual/libintl
+   virtual/opengl
+   alembic? ( >=media-gfx/alembic-1.8.3-r2[boost(+),hdf(+)] )
+   collada? ( >=media-libs/opencollada-1.6.68 )
+   color-management? ( >=media-libs/opencolorio-2.1.1-r7:= )
+   cuda? ( dev-util/nvidia-cuda-toolkit:= )
+   embree? ( >=media-libs/embree-3.10.0[raymask] )
+   ffmpeg? ( 
media-video/ffmpeg:=[x264,mp3,encode,theora,jpeg2k?,vpx,vorbis,opus,xvid] )
+   fftw? ( sci-libs/fftw:3.0= )
+   gmp? ( dev-libs/gmp )

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

2022-03-31 Thread John Helmert III
commit: f10e9d86ac833287c98ed8f667cf1ff92425983d
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Mar 31 23:48:44 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Mar 31 23:50:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10e9d86

app-emulation/qemu: drop ppc64abi32 user target from live

Upstream dropped it in 74154d7e4a9a693313ad7639a92ff443c6258741
("linux-user: Remove the deprecated ppc64abi32 target")

Signed-off-by: John Helmert III  gentoo.org>

 app-emulation/qemu/qemu-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 6371ac61682b..555fae682186 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -85,7 +85,6 @@ IUSE_USER_TARGETS="
hexagon
mipsn32
mipsn32el
-   ppc64abi32
ppc64le
sparc32plus
 "
@@ -308,7 +307,6 @@ QA_WX_LOAD="usr/bin/qemu-i386
usr/bin/qemu-or1k
usr/bin/qemu-ppc
usr/bin/qemu-ppc64
-   usr/bin/qemu-ppc64abi32
usr/bin/qemu-sh4
usr/bin/qemu-sh4eb
usr/bin/qemu-sparc



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/3270font/

2022-03-31 Thread Alessandro Barbieri
commit: ecf2cb61bdb97d0d498ac3348324166f694292d3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 31 20:49:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Mar 31 21:35:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecf2cb61

media-fonts/3270font: add 2.3.1

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

 media-fonts/3270font/3270font-2.3.1.ebuild | 61 ++
 media-fonts/3270font/Manifest  |  1 +
 2 files changed, 62 insertions(+)

diff --git a/media-fonts/3270font/3270font-2.3.1.ebuild 
b/media-fonts/3270font/3270font-2.3.1.ebuild
new file mode 100644
index 0..ef8fcf268
--- /dev/null
+++ b/media-fonts/3270font/3270font-2.3.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit font python-any-r1
+
+DESCRIPTION="A IBM 3270 Terminal font in a modern format"
+HOMEPAGE="https://github.com/rbanffy/3270font;
+SRC_URI="https://github.com/rbanffy/3270font/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD CC-BY-SA-3.0 GPL-3 OFL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+DOCS=( CHANGELOG.md README.md  )
+HTML_DOCS=( "DESCRIPTION.en_us.html" )
+PATCHES=(
+   "${FILESDIR}/remove-useless-tests.patch"
+   "${FILESDIR}/${PN}-2.3.0-correctly-pass-options.patch"
+)
+
+DEPEND="
+   ${PYTHON_DEPS}
+   media-gfx/fontforge
+   test? (
+   $(python_gen_any_dep '
+   dev-python/ipdb[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-util/gftools[${PYTHON_SINGLE_USEDEP}]
+   media-gfx/fontbakery[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+FONT_S="${S}/build"
+FONT_SUFFIX="otf ttf pfm woff"
+
+python_check_deps() {
+   has_version -d "dev-python/ipdb[${PYTHON_USEDEP}]" && \
+   has_version -d "dev-python/pillow[${PYTHON_USEDEP}]" && \
+   has_version -d "dev-util/gftools[${PYTHON_SINGLE_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_compile() {
+   emake font
+}
+
+src_test() {
+   emake test
+   emake fbchecks
+}

diff --git a/media-fonts/3270font/Manifest b/media-fonts/3270font/Manifest
index 28b5cd17c..388e35cab 100644
--- a/media-fonts/3270font/Manifest
+++ b/media-fonts/3270font/Manifest
@@ -1 +1,2 @@
 DIST 3270font-2.3.0.tar.gz 520106 BLAKE2B 
e3ece6a0f476d20bf4135057739a73deee49050b6be9b4bd3731b228729f622d059c53a122a266332e02e71af08dc6b13f215358dc275edd91247e3119d249be
 SHA512 
26d1a32990b0ea8395959ed37d7acc76f1f1d160488ff6e96bb39fc8ca952339c09ed06cb0783a69b6ef6545be72ed63665af3584f79852fe0a813301f77ea7d
+DIST 3270font-2.3.1.tar.gz 526018 BLAKE2B 
c39f71df9f0a597ff3c32ec320f007af6508b0d8d6b68a3a8d621f5484ddc78334d6b73161f9d11e2f75855678f882e500bd698b87b5caa1e51125d763c530e8
 SHA512 
df1d0909d6acff0b796f236d177828e9e9ded7b771c9cb675a63a7689c0ab1a159d44ab641aa4bca91e8548972a7bca38b583c56ea0c09e15a6b1f1ede798324



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/annobin/

2022-03-31 Thread Alessandro Barbieri
commit: 3672c0bb4b579855240ede0b471aaf453cbbf44e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 31 20:25:35 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Mar 31 21:35:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3672c0bb

dev-util/annobin: new version

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

 dev-util/annobin/Manifest  |  2 +-
 .../{annobin-10.58.ebuild => annobin-10.60.ebuild} | 26 +-
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/dev-util/annobin/Manifest b/dev-util/annobin/Manifest
index 65bf6bb5a..a38c6d64b 100644
--- a/dev-util/annobin/Manifest
+++ b/dev-util/annobin/Manifest
@@ -1 +1 @@
-DIST annobin-10.58.tar.xz 846744 BLAKE2B 
86a7beb46d7fce153f44d2a42e538ff99d40de239655f001580e34c8e0f40fe4309b908681047d012dc315977a93889f9e4e05f00a97145c5c04663d5f239fb8
 SHA512 
7d40fe9ddbee788db3331ec138aa588936d726ec50e0286b23be3792f20c2fc111c635b70598e0d8b6ba24a92de514fc637d5cea6b9d7781de781fbf244dfbd8
+DIST annobin-10.60.tar.xz 848432 BLAKE2B 
df7dafd25af009bf0cbe779088892bd11120cf99f587293f7730083007586d84c452737d4e3b32e2b73586ab51958ba8f16d358cef9041ccb493198e72bc1b37
 SHA512 
7d5158da6a59000d686fb837b0ac1a86351898c00a93e29c2cb599ec6eccb325b66fbd775855bd3661d2d9541e3d2cb2493b087b6670fca137f9992f33c68082

diff --git a/dev-util/annobin/annobin-10.58.ebuild 
b/dev-util/annobin/annobin-10.60.ebuild
similarity index 78%
rename from dev-util/annobin/annobin-10.58.ebuild
rename to dev-util/annobin/annobin-10.60.ebuild
index 0b10a8cac..2a3dfe7f1 100644
--- a/dev-util/annobin/annobin-10.58.ebuild
+++ b/dev-util/annobin/annobin-10.60.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+LLVM_MAX_SLOT=14
+
 inherit autotools llvm toolchain-funcs
 
 DESCRIPTION="Binary annotation compiler plugin and tools"
@@ -19,23 +21,26 @@ RDEPEND="
dev-libs/elfutils
sys-libs/binutils-libs
 
-   clang? ( 

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/zellij/

2022-03-31 Thread Alessandro Barbieri
commit: 3e2127da92b59d7d6153ab2932a3c702017439f7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 31 20:59:05 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Mar 31 21:35:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e2127da

app-misc/zellij: add 0.27.0

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

 app-misc/zellij/Manifest |  48 +
 app-misc/zellij/zellij-0.27.0.ebuild | 402 +++
 2 files changed, 450 insertions(+)

diff --git a/app-misc/zellij/Manifest b/app-misc/zellij/Manifest
index 93e0588b0..920e145f6 100644
--- a/app-misc/zellij/Manifest
+++ b/app-misc/zellij/Manifest
@@ -22,6 +22,7 @@ DIST backtrace-0.3.64.crate 74311 BLAKE2B 
32650d755fec8a9e04f915572c999eb6cffc78
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST bincode-1.3.3.crate 28958 BLAKE2B 
ea01d2efd8149ecba5e240ed989268b683d542a5f369902d316a4fd1ae4b8edd94e2d4a8cbff0e96646eb29facb04a84b249d74f0781dc3d29c8797ac975aa9f
 SHA512 
49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST block-buffer-0.9.0.crate 7108 BLAKE2B 
42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb
 SHA512 
2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98
 DIST blocking-1.2.0.crate 18494 BLAKE2B 
252a17536290d3898015b6eb844225c7fb78cd84424fda2459331d5eda56d19efff48c670b692288d32d870f62a539449a9b3ad7aef947de50f8862d44fbd9a7
 SHA512 
aa5cc62a340fb94859e90bd54b9e61d897026ee66570f15f94a0be287b470f533dbf30cdf1b0860c4a24abdb0c40f925d9ccbabfbf38fa27b5b17917aa33
 DIST boxfnonce-0.1.1.crate 9698 BLAKE2B 
678cd597d002850a2ed7ae430b23fb71f7218cda3a874339f98e698c570fb1be466862db1365e80f62d0b5d9c0561cf65fed004ed460896f1f9dbb704c4c3cff
 SHA512 
e027de23cb7c58fcf47dcdf1dc2adf7477408f2b4e6303b51a72e2b87de232d4898dcc064f43d7bd86e337f7e1b0c1f6324daa1cb8e9ba0e530674fb358eecc6
 DIST bumpalo-3.9.1.crate 77507 BLAKE2B 
b248a0c2a9faaf52061f2fe0a82b9fd4efb4dae01da9dbd986493941f3ef2632f1d5608d167f2d088536dc96b4cce28981602220062892a7af51c3ead7a74a4b
 SHA512 
40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52
@@ -41,6 +42,7 @@ DIST colorsys-0.6.5.crate 24369 BLAKE2B 
30f0522108ca6873112f762f405576919ad1e2eb
 DIST concurrent-queue-1.2.2.crate 15859 BLAKE2B 
97eb49d7f6270999f24d37e7a3967c0abcbf584637388c4507f89fd5284120759c9845219c463cf066f6568191b874fefddd7edee9292ed02183123161074514
 SHA512 
84e348dc3d40c73c11c54ecd0f1e6cf7fd6c7033f4723a428ed1c09bc9548cf317a0d8182144b689cb9781190b9c8ce4374717012eccee54a11ed0869dee10fc
 DIST console-0.15.0.crate 23507 BLAKE2B 
49694683baddb53e0f35584403aa93616164c2d3b94b39e0e35ebc4f915c37c8e794619d57b44ac0ea460ddbf7ec43323adecf657cc6f2869f313b3cdbf3a46a
 SHA512 
70bd6abfafa533903f273ec3b34da6783856bd1abedaf139fddafac0dbb03fa9154f8e1e1bef01fd8de3c53100bbaa93313518c42f8ce51217c23ef34d3f9d62
 DIST core-foundation-sys-0.8.3.crate 17519 BLAKE2B 
4ac3d9ab16753dd995abe82f158d460d0d22184ab55d260e73b20305cffe4e03427dabfe0c8be968b6c3ecd348be2e17154ded7c9bbd5a95334ff266fe83bbf7
 SHA512 
a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82
+DIST cpufeatures-0.2.1.crate 10500 BLAKE2B 
92e676cd9a8901cdb344340dc7cd7b6d66114a15bd72cdaf600283c79c2339fc8f89b57ac38808141037ea45ae32628e9485cb825c7bcc25abd94c41b6549407
 SHA512 
0db2486beb0f287b2b4f8543f0f02c4e6d00f66e65c9785a1ecd2868c460553f016b33426c24d0b0ade1417906f5853cfbdeed98ad85cfb73b4f7ad3af85a613
 DIST cranelift-bforest-0.68.0.crate 30856 BLAKE2B 
94abbb09ee128c4c477b96103065e075ec2b7f9ed27ebdc241c808e49698214b88fab187fb74874d68aa5befc151149ea82028c45ddf15b8d63c3539f3b41a34
 SHA512 
dcbb66a22b033a21b01642fbde7dbc60d8523d2420e1a82173c6d9402144e69f754ae9e050ee1cda698baa76198ddf9dee94aca765b8f62f8cc18f7babb2fea5
 DIST cranelift-codegen-0.68.0.crate 677624 BLAKE2B 
47f0485f19c64b9f09979f79c67d6b56736321b0992b62e79b730760059ccbb7c508f85356bed11bfa65c8fcbf6cc972fae90b3e49f6b12b7031fec069ff6362
 SHA512 
4c740e20657bf652c1657698b1d7fca5ae5caeb234155da3afde3deb00a09089e023f5e50b7abedfa96ce90c6089d10d22980d7cb8b7e2facdbecbced6b312c7
 DIST 

[gentoo-commits] repo/user/ssnb:master commit in: app-editors/visual-studio-code/

2022-03-31 Thread Samuel Bernardo
commit: dae301643103dbf8443bdae23619abdb8da73cd4
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Mar 31 23:15:44 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Mar 31 23:15:44 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=dae30164

Update vscode

Signed-off-by: Samuel Bernardo  gmail.com>

 app-editors/visual-studio-code/Manifest|  2 +
 .../visual-studio-code-1.66.0.ebuild   | 76 ++
 2 files changed, 78 insertions(+)

diff --git a/app-editors/visual-studio-code/Manifest 
b/app-editors/visual-studio-code/Manifest
index 67ce17e..d30eef4 100644
--- a/app-editors/visual-studio-code/Manifest
+++ b/app-editors/visual-studio-code/Manifest
@@ -5,9 +5,11 @@ DIST visual-studio-code-1.62.3-amd64.tar.gz 113702793 BLAKE2B 
0d5b79c0379bfc39f8
 DIST visual-studio-code-1.64.0-amd64.tar.gz 112391693 BLAKE2B 
12889f2909a5746b79dbf033582a3aedd88d60d299a3ea93420cf4889d43f7588940ee6b54b51a30152ab56a067c98956bbe7c9bd62ef91dedb3e4d330766eb8
 SHA512 
29ecae0328364ec47116dd14f1e96b4ac6b5f5646f2bb3dde78ebdda38bf7f367ed477138d11b268b30f98cd314813c2d84741935dad0de94f8bb86475858fa9
 DIST visual-studio-code-1.64.2-amd64.tar.gz 112392185 BLAKE2B 
cc59dfc54167cc49b607d0131d81cdc922c120f06d40820cd13818bd280f40e55dc3ee5ec94284c48f91ac09904b1be1b3caa6c7380835745eafba3a860e36d8
 SHA512 
def09100c9b4a8ea772925fd89b9f26ea88835b27ddea203235bdfa13e28b1ed43ce0fccc8c799bd2b767998f7b9190856aae663c9a2e7e3226e43fb3b1bc8a7
 DIST visual-studio-code-1.65.2-amd64.tar.gz 109564124 BLAKE2B 
5b842253ed6438019de5f114f951651adc1773db93b408d3fec59b781ff32c0fb66f0e80ff0c02b6306ae46f541d55667f37d50ccf64709e810bf5e952af543e
 SHA512 
1b5fd6c42966e66f963cb63a289414d3733cb64c051c36ad5a43481ccbd24996e99b58738b23be25a51890eb95593b7a2f224d61c3a21ea3195baed4f57cc761
+DIST visual-studio-code-1.66.0-amd64.tar.gz 115615178 BLAKE2B 
e6e13cb52f04cae605868b508f8e3323bfbcff4589a6bd9b29cf978d9fa8cfa3e05d1ec1ba01e6368c943254fe3af0895f7cd20df46ea22348427a3876749be5
 SHA512 
a2157b9b7b92d0ee194fea20432e839ef7cf42151baeb5ed378de3c0aa9dc9bffce6d45b72bde8b85cf41a5508016a07a45ecd16b0f570aa30a0b81ccdfc
 EBUILD visual-studio-code-1.62.0.ebuild 1808 BLAKE2B 
31a7568c15d8d53921b16f1cdfd8f898a3378ab310e65904721a111b61159e055f0cf087c1dc3e88dabc47cf55e23f8097652e1367290a02469df9779a71b8b7
 SHA512 
7615b67a8636f404b63c6dd4206a7175103ef58e7ec2b4c83f0b71e9d3b82ef6879aa23bb929da2c435c30c58cd458cc5e461acb9b6991f6be95515b0da675c3
 EBUILD visual-studio-code-1.62.3.ebuild 1808 BLAKE2B 
31a7568c15d8d53921b16f1cdfd8f898a3378ab310e65904721a111b61159e055f0cf087c1dc3e88dabc47cf55e23f8097652e1367290a02469df9779a71b8b7
 SHA512 
7615b67a8636f404b63c6dd4206a7175103ef58e7ec2b4c83f0b71e9d3b82ef6879aa23bb929da2c435c30c58cd458cc5e461acb9b6991f6be95515b0da675c3
 EBUILD visual-studio-code-1.64.0.ebuild 1809 BLAKE2B 
baa7b88b2e4534f04efe788aae9e25fc3f14b6f6ff9f5215d5ae5517c9f4b05e76f5d771ee4e6dd57e64f4c0f53395d9cd9f3e57c1043d880364de106cfa00fd
 SHA512 
ccc92b2b0b5a54140ea8f4e3feaa5ceaa82196196828d2b9aa27530b623807034e0c09b4c972d2a069af961e593232ebb52f69fc2eeaa285d1ee5f12ee53df45
 EBUILD visual-studio-code-1.64.2.ebuild 1809 BLAKE2B 
baa7b88b2e4534f04efe788aae9e25fc3f14b6f6ff9f5215d5ae5517c9f4b05e76f5d771ee4e6dd57e64f4c0f53395d9cd9f3e57c1043d880364de106cfa00fd
 SHA512 
ccc92b2b0b5a54140ea8f4e3feaa5ceaa82196196828d2b9aa27530b623807034e0c09b4c972d2a069af961e593232ebb52f69fc2eeaa285d1ee5f12ee53df45
 EBUILD visual-studio-code-1.65.2.ebuild 1809 BLAKE2B 
cd86686b45a469833d9ac5c60e819ac30087bf3c762559ee0af1b5bae87b54ddda486bda645db7870417ee2cd317840dfa42a004ca20a6be16ee523f0faf553c
 SHA512 
a78815c81fad044a5d84d396e936090b993869584b9233fb9ac838f84b553bf0f3f7e05a0424acf372ca223f7e48a14fc54dfd8801e8e01934c4e8af7fd7e960
+EBUILD visual-studio-code-1.66.0.ebuild 1809 BLAKE2B 
cd86686b45a469833d9ac5c60e819ac30087bf3c762559ee0af1b5bae87b54ddda486bda645db7870417ee2cd317840dfa42a004ca20a6be16ee523f0faf553c
 SHA512 
a78815c81fad044a5d84d396e936090b993869584b9233fb9ac838f84b553bf0f3f7e05a0424acf372ca223f7e48a14fc54dfd8801e8e01934c4e8af7fd7e960
 MISC metadata.xml 309 BLAKE2B 
73c83a727af6c58aaac4474203ae062f7b93feade63573a5f6fe77b1d048069647dff9537a85a2d1b068ff224d8e189e34ae7a13971034075fad61e1269b3658
 SHA512 
7550b26c1e56caadc801d76a1069e23a05e9392c512599aaf34dae7267f3103611bcf8e4a4400b1ffca4afc7104feefba164a64559317e8637bcc636492671e3

diff --git a/app-editors/visual-studio-code/visual-studio-code-1.66.0.ebuild 
b/app-editors/visual-studio-code/visual-studio-code-1.66.0.ebuild
new file mode 100644
index 000..b762754
--- /dev/null
+++ b/app-editors/visual-studio-code/visual-studio-code-1.66.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils
+
+MY_PN="vscode"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Multiplatform Visual Studio Code from Microsoft (binary version)"

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

2022-03-31 Thread Michał Górny
commit: 81c430c84b2650be6c0f8fed0e6f34b3fddcfe21
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 21:23:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 23:02:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c430c8

dev-python/setuptools: Bump to 61.3.0

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

 dev-python/setuptools/Manifest |   1 +
 dev-python/setuptools/setuptools-61.3.0.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 1d663b3f7520..8da4881d2c84 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -2,3 +2,4 @@ DIST python-gentoo-patches-3.10.0_p1.tar.xz 10068 BLAKE2B 
1c9817b449831559f0a0b7
 DIST setuptools-60.10.0.tar.gz 2420706 BLAKE2B 
66d7f3b648b1e3222736ddf46ff97441bc9ed4dc528e0d4ee32ef18c99b2d3488e7525a1598a18df4f2cbdac409a4096a40539807c343d99707068a15003111d
 SHA512 
e679bd84d31cb68f92899e0b25d5a6bf85cf63d9c8e1dfbfe974d7bf819cb36f451596b8715000be6a93656b972dc6c4d90a8a8534a6c88874a0be8140f2f091
 DIST setuptools-60.5.0.tar.gz 2292478 BLAKE2B 
e41b2717b34d454b3959ee5b6f4fdc70dfec13d97fe6962bd1c1ea2296be8ee2d27bb14ed2cc5e6fb9a757661a0415984b3cf7cf1665347c62a50965f651f9d4
 SHA512 
b2cf7d99e60d0c862a7a4fd8e806019db52502de48ff77556df26ce39a8620f476de767e2e8be8aa260366f54d1429db8a42d538345ec2cd2cfd5286e62e770d
 DIST setuptools-60.9.2.tar.gz 2425956 BLAKE2B 
09baded7eef555ebd76db1672d69cd06cf6bcfc1126ba0fb0143b038d658f53460afc914f761d44ff25710802f6f371a793dca60040240cc328da0a3ea92
 SHA512 
be99bee951797632a68d08b94e0b604763662c13f58cecc872615081036081b3d72c5c468af47649449d6f7422f52ee99cf2f87fa9c840d10f98cd0217c0cff2
+DIST setuptools-61.3.0.gh.tar.gz 2643769 BLAKE2B 
4ede87e7a597a6916dc089c311b0e4d098b08debbd1c4a9cb97078730e9cdc8dbcacd4236ca98a42e3cfafdf66d8f39bb64bc9135291335224b1c3b0bf79deff
 SHA512 
35e2b848cf79e577b8c469562cb68a80b27d42d2d9c1c94f84fea9beb85e2db0796ed64d414add67a404d801c4f4e6cd489a72153de4dc8ed8b45fab24c28fd9

diff --git a/dev-python/setuptools/setuptools-61.3.0.ebuild 
b/dev-python/setuptools/setuptools-61.3.0.ebuild
new file mode 100644
index ..f9320a151d3b
--- /dev/null
+++ b/dev-python/setuptools/setuptools-61.3.0.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 multiprocessing
+
+CPY_PATCHSET="python-gentoo-patches-3.10.0_p1"
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="
+   https://github.com/pypa/setuptools/
+   https://pypi.org/project/setuptools/
+"
+SRC_URI="
+   https://github.com/pypa/setuptools/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   https://dev.gentoo.org/~floppym/python/${CPY_PATCHSET}.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.4-r2[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
+   dev-python/nspektr[${PYTHON_USEDEP}]
+   >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3-r2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.10.1-r1[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_resources-5.4.0-r3[${PYTHON_USEDEP}]
+   ' 3.8)
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/build[${PYTHON_USEDEP}]
+   >=dev-python/ini2toml-0.9[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/pip-run[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+   >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]

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

2022-03-31 Thread Michał Górny
commit: 10bd33601d59b29f88515c72449ffcc0c94a89d1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 21:27:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 23:02:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bd3360

xfce-base/libxfce4ui: Bump to 4.17.6

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

 xfce-base/libxfce4ui/Manifest |  1 +
 xfce-base/libxfce4ui/libxfce4ui-4.17.6.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index 151364d96ebc..b6b6afc0e242 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4ui-4.16.1.tar.bz2 785811 BLAKE2B 
d1267b328b7e2d07bfe85ce320da6a60d5a7d739c5ded9b213b83b0cde2061d3badc937e71c4353291ed435fb9d1294cadcc99402cdae69f4bcecf412dd525f2
 SHA512 
c183bbc75539c777fe704d0a1c4e533fdd2efb6cbc980cfedc2eaa80d0e6223db038498774ffcdc720d7f991dd8d9634183a757a4c4d1728cc9956a33cb187d0
 DIST libxfce4ui-4.17.5.tar.bz2 81 BLAKE2B 
066b45de62c5f949eaef2babf248a2e6d2237a74319cfcfb86662d4384b22d2b1e99bdbc591e2fd64e425539fb76d89c8f10fbf1d90ddefd98795455615286f2
 SHA512 
ed7ececd2723fcc0bed90c0bf17a1d40032304b949e68d8087bef8b67cd0726e8620e7fcc22d5010960821a6e526b211b7fb45d224206dba95c9914d63da48c4
+DIST libxfce4ui-4.17.6.tar.bz2 894189 BLAKE2B 
6fa80d3252c300af5f6a84a991481d3fe9595702e787f44510799201a911384252081ba0c579cde54baec426259c8caaa9d05a55b81e2072c9d4da80ed795f5f
 SHA512 
317fd101ea594c10b24b1fb14f217bc454d86bba9c11cdea07898505bee84af40dac7e81bbd3ecbdd8894ead662d5041d2e90248151f317150c9b2de8beb84b9

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.17.6.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-4.17.6.ebuild
new file mode 100644
index ..30e4ac726aed
--- /dev/null
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.17.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils vala
+
+DESCRIPTION="Unified widget and session management libs for Xfce"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug glade +introspection startup-notification system-info vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.50:2
+   >=x11-libs/gtk+-3.22:3[introspection?,X]
+   x11-libs/libX11
+   x11-libs/libICE
+   x11-libs/libSM
+   >=xfce-base/libxfce4util-4.15.6:=[introspection?]
+   >=xfce-base/xfconf-4.12:=
+   glade? ( dev-util/glade:3.10 )
+   introspection? ( dev-libs/gobject-introspection:= )
+   startup-notification? ( x11-libs/startup-notification )
+   system-info? (
+   dev-libs/libgudev
+   gnome-base/libgtop
+   >=media-libs/libepoxy-1.2
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-lang/perl
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable system-info glibtop)
+   $(use_enable system-info epoxy)
+   $(use_enable system-info gudev)
+   $(use_enable startup-notification)
+   $(use_enable vala)
+   $(use_enable glade gladeui2)
+   --with-vendor-info=Gentoo
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   emake -j1 DESTDIR="${D}" install
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2022-03-31 Thread Michał Górny
commit: 04c5ebb8126e64c66a24bc3dad5ae657152d2ce3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 21:25:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 23:02:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c5ebb8

dev-python/loky: Remove old

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

 dev-python/loky/Manifest  |  1 -
 dev-python/loky/loky-3.0.0.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/loky/Manifest b/dev-python/loky/Manifest
index dc701cbd202c..ddf2f8ca14a6 100644
--- a/dev-python/loky/Manifest
+++ b/dev-python/loky/Manifest
@@ -1,2 +1 @@
-DIST loky-3.0.0.tar.gz 152463 BLAKE2B 
99f0a1fc85e879626d12402dd4fee4b92345eab9520b1afaf95bbf869d2dc9e429f1f9810554e10d97f0ecbc4add28b1cbaee0477de05aa366faeb335eaef7c8
 SHA512 
ad171bfac031ab4d6749bde416031e905eb29adb97dab9c3348791c9df78b17e1e3eab8a354954d7c16fb2095ccc03d26cf2153fe53a546007a7a89c6046cb36
 DIST loky-3.1.0.tar.gz 139211 BLAKE2B 
32e95312c40d6f8d8f9fc8daf5a1e85f1b874cbb902a4885621983d84a5fa9da42f05ff7d5d6bf58cf04a320c04c6e698ff0105cdad9ddd3248a109cc71c9883
 SHA512 
8bf6b032bb4f770d89c8de93d95c5805fa90dae34f2754f14c3a9fe7860230e8ce8ea97e1b09fa2cdf67f8aecdbd6d1e47ae4fb746fb1c6912d2dd65033f5b6f

diff --git a/dev-python/loky/loky-3.0.0.ebuild 
b/dev-python/loky/loky-3.0.0.ebuild
deleted file mode 100644
index c7368a937698..
--- a/dev-python/loky/loky-3.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Robust and reusable Executor for joblib"
-HOMEPAGE="https://github.com/joblib/loky;
-SRC_URI="
-   https://github.com/joblib/loky/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local args=(
-   # docker, seriously?
-   --deselect 'tests/test_loky_module.py::test_cpu_count_cfs_limit'
-   # hangs, and even pytest-timeout does not help
-   --deselect 
'tests/test_reusable_executor.py::TestExecutorDeadLock::test_deadlock_kill'
-   # one test that uses a lot of memory, also broken on 32-bit
-   # platforms
-   --skip-high-memory
-   # breaks teardown
-   -p no:xvfb
-   )
-
-   epytest "${args[@]}"
-}



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

2022-03-31 Thread Michał Górny
commit: 2ac9dae0460abbf256b54d00aefc52d0f56240db
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 25 10:43:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 23:02:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac9dae0

dev-python/ini2toml: New dep for setuptools, v0.10

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

 dev-python/ini2toml/Manifest |  1 +
 dev-python/ini2toml/ini2toml-0.10.ebuild | 63 
 dev-python/ini2toml/metadata.xml | 12 ++
 3 files changed, 76 insertions(+)

diff --git a/dev-python/ini2toml/Manifest b/dev-python/ini2toml/Manifest
new file mode 100644
index ..9fa4a3fcb1f6
--- /dev/null
+++ b/dev-python/ini2toml/Manifest
@@ -0,0 +1 @@
+DIST ini2toml-0.10.gh.tar.gz 93535 BLAKE2B 
8d8a5b31c53b9194e578b473dfd562b1b569d701b36b267ec4f59ea75ec03abd6e1df5541327b9414a2f1c04b1cb41ec57c6f97f69a3c51a172143d2eacd
 SHA512 
3d88f97c50a13fe3878e3fa35d70c9051874bec99d278411dcc7098d86898deb0e490be26f293e9a304d4c9a2842274e68126a2d20dac77b526161fde682dd75

diff --git a/dev-python/ini2toml/ini2toml-0.10.ebuild 
b/dev-python/ini2toml/ini2toml-0.10.ebuild
new file mode 100644
index ..4b26ed461480
--- /dev/null
+++ b/dev-python/ini2toml/ini2toml-0.10.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically conversion of .ini/.cfg files to TOML equivalents"
+HOMEPAGE="
+   https://pypi.org/project/ini2toml/
+   https://github.com/abravalheri/ini2toml/
+"
+SRC_URI="
+   https://github.com/abravalheri/ini2toml/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/packaging-20.7[${PYTHON_USEDEP}]
+   >=dev-python/tomli-w-0.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/tomli[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # pyproject_fmt is not packaged
+   tests/test_cli.py::test_auto_formatting
+
+   # fails on whitespace/comments/formatting
+   tests/test_translator.py::test_simple_example
+   tests/test_translator.py::test_parser_opts
+   
tests/plugins/test_setuptools_pep621.py::test_move_entry_points_and_apply_value_processing
+   tests/plugins/test_setuptools_pep621.py::test_split_subtables
+   
tests/plugins/test_setuptools_pep621.py::test_entrypoints_and_split_subtables
+   tests/plugins/test_setuptools_pep621.py::test_handle_dynamic
+)
+
+EPYTEST_IGNORE=(
+   # configupdater is not packaged
+   tests/test_examples.py
+   tests/test_transformations.py
+   tests/drivers/test_configupdater.py
+)
+
+src_prepare() {
+   sed -i -e 's:--cov ini2toml --cov-report term-missing::' setup.cfg || 
die
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/ini2toml/metadata.xml b/dev-python/ini2toml/metadata.xml
new file mode 100644
index ..23719e79daa5
--- /dev/null
+++ b/dev-python/ini2toml/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   
+   abravalheri/ini2toml
+   ini2toml
+   
+



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

2022-03-31 Thread Patrick McLean
commit: 9342fd4271590f22784ac2fa70dfc02cf3f93630
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 31 22:35:50 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 31 22:35:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9342fd42

dev-util/wachy: update LICENSE

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/wachy/wachy-0.1.0_alpha6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild 
b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
index f831f73c00f4..142842ae1270 100644
--- a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
+++ b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
@@ -114,7 +114,7 @@ S=${WORKDIR}/${PN}-${PV/_alpha/-alpha.}
 
 # License set may be more restrictive as OR is not respected
 # use cargo-license for a more accurate license picture
-LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSL-1.0 MIT 
Unlicense ZLIB"
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT 
Unlicense ZLIB"
 SLOT="0"
 KEYWORDS="~amd64"
 RESTRICT="mirror"



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

2022-03-31 Thread Patrick McLean
commit: f9ee74d380e99f193e1d44627db3a074e6b8c427
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 31 22:36:27 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 31 22:36:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ee74d3

licenses: Remove Boost-1.0 duplicate

Signed-off-by: Patrick McLean  gentoo.org>

 licenses/BSL-1.0 | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/licenses/BSL-1.0 b/licenses/BSL-1.0
deleted file mode 100644
index c2dc836bf74c..
--- a/licenses/BSL-1.0
+++ /dev/null
@@ -1,7 +0,0 @@
-Boost Software License - Version 1.0 - August 17th, 2003
-
-Permission is hereby granted, free of charge, to any person or organization 
obtaining a copy of the software and accompanying documentation covered by this 
license (the "Software") to use, reproduce, display, distribute, execute, and 
transmit the Software, and to prepare derivative works of the Software, and to 
permit third-parties to whom the Software is furnished to do so, all subject to 
the following:
-
-The copyright notices in the Software and this entire statement, including the 
above license grant, this restriction and the following disclaimer, must be 
included in all copies of the Software, in whole or in part, and all derivative 
works of the Software, unless such copies or derivative works are solely in the 
form of machine-executable object code generated by a source language processor.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL 
THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY 
DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING 
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE SOFTWARE.
\ No newline at end of file



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebsockets/, profiles/

2022-03-31 Thread Jimi Huotari
commit: 093e2b0924f8818951a27eeabbbd81e0b7174092
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Mar 31 22:02:00 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Mar 31 22:19:51 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=093e2b09

dev-qt/qtwebsockets: add version 6.3.

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

 dev-qt/qtwebsockets/qtwebsockets-6.3..ebuild | 18 ++
 profiles/package.mask|  1 +
 2 files changed, 19 insertions(+)

diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.3..ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-6.3..ebuild
new file mode 100644
index ..ae1b5fa1
--- /dev/null
+++ b/dev-qt/qtwebsockets/qtwebsockets-6.3..ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+DEPEND="
+   =dev-qt/qtbase-${PV}*
+   =dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"

diff --git a/profiles/package.mask b/profiles/package.mask
index a0174991..1bd07eaf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -16,3 +16,4 @@
 =dev-qt/qttools-6*
 =dev-qt/qtwebchannel-6*
 =dev-qt/qtwebengine-6*
+=dev-qt/qtwebsockets-6*



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

2022-03-31 Thread Patrick McLean
commit: 9b7d0ce18858075cd8761c90f3d573a7094d2c0a
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 31 21:52:42 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 31 21:52:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7d0ce1

app-admin/salt: Make psutil dep unconditional (bug #836565)

Closes: https://bugs.gentoo.org/836565
Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/salt/{salt-3004.1-r1.ebuild => salt-3004.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/salt/salt-3004.1-r1.ebuild 
b/app-admin/salt/salt-3004.1-r2.ebuild
similarity index 99%
rename from app-admin/salt/salt-3004.1-r1.ebuild
rename to app-admin/salt/salt-3004.1-r2.ebuild
index 91e2f2df0e5f..cc8e3ca2689a 100644
--- a/app-admin/salt/salt-3004.1-r1.ebuild
+++ b/app-admin/salt/salt-3004.1-r2.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
>=dev-python/jinja-3.0[${PYTHON_USEDEP}]
dev-python/libnacl[${PYTHON_USEDEP}]
>=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.0.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.9.8[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/markupsafe[${PYTHON_USEDEP}]
@@ -82,7 +83,6 @@ BDEPEND="
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/moto-0.3.6[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
-   >=dev-python/psutil-5.0.0[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
>=dev-python/pytest-salt-factories-1.0.0_rc13[${PYTHON_USEDEP}]



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

2022-03-31 Thread Patrick McLean
commit: cc9d640a9ae50a17100e7829618ed33a19af3bb4
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 31 21:49:42 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 31 21:50:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9d640a

licenses: add BSL-1.0 license

Signed-off-by: Patrick McLean  gentoo.org>

 licenses/BSL-1.0 | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/licenses/BSL-1.0 b/licenses/BSL-1.0
new file mode 100644
index ..c2dc836bf74c
--- /dev/null
+++ b/licenses/BSL-1.0
@@ -0,0 +1,7 @@
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization 
obtaining a copy of the software and accompanying documentation covered by this 
license (the "Software") to use, reproduce, display, distribute, execute, and 
transmit the Software, and to prepare derivative works of the Software, and to 
permit third-parties to whom the Software is furnished to do so, all subject to 
the following:
+
+The copyright notices in the Software and this entire statement, including the 
above license grant, this restriction and the following disclaimer, must be 
included in all copies of the Software, in whole or in part, and all derivative 
works of the Software, unless such copies or derivative works are solely in the 
form of machine-executable object code generated by a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL 
THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY 
DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING 
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE SOFTWARE.
\ No newline at end of file



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

2022-03-31 Thread Patrick McLean
commit: 1490440bd850c000d311c6b271ba24b9346e277e
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 31 21:50:16 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 31 21:50:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1490440b

dev-util/wachy: initial import

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/wachy/Manifest  |  93 +
 dev-util/wachy/metadata.xml  |  11 +++
 dev-util/wachy/wachy-0.1.0_alpha6.ebuild | 139 +++
 3 files changed, 243 insertions(+)

diff --git a/dev-util/wachy/Manifest b/dev-util/wachy/Manifest
new file mode 100644
index ..4da2c38201cf
--- /dev/null
+++ b/dev-util/wachy/Manifest
@@ -0,0 +1,93 @@
+DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST ahash-0.6.3.crate 53912 BLAKE2B 
65fea8e66df2d6c29f2173b5c01b8df1ba41a2bc4b03b3a2950b84f81a099e4cee004bcacc296603f0a4b2afacf7faf77cdec56e6bb6d8ae0d7c55e802b8f73a
 SHA512 
9d7b31b6da2999757f64d7963dcc9af946a70bac7b528ca103dad992a8e14f643e1c51843c77256919403b470b9591fab0c476bb511197a5608645c0e3ec2dc5
+DIST array-macro-1.0.5.crate 7610 BLAKE2B 
c6017a43affe36d0cfcb65659828a0ead9c380822c873c0d65a81f09dd036f7a0424b1a0be46e95196dd1ff72cb60cdf10d9bfc85455f2e1b49fe75b5549bb10
 SHA512 
ff17096ec140d91da52348bc40f5539e2eb6431ac8189a0da13deaf8892470f60ab1c07ffee210780abb53b342f894981d7c6acadefe0714e150363e20c8a00e
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST backtrace-0.3.63.crate 74280 BLAKE2B 
825fcabaddb436d33e179630301657d212c9364b323bfe72e8ed8edda5c0c34abe36142b0bc34501d1885d40d55ab53c0f8bc6387e35ef86f14a9d010c426bf5
 SHA512 
25cf411ee21c796f39a45e6320374b38f62580ca853e560b3a8ec596f0ca6d60b94539662b1a8a3a3046f481b8b84a5b84983e1d2624aea297090382eb99b25a
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 
e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST chrono-0.4.19.crate 155663 BLAKE2B 
c92c273fb6475bbb2546dfb75eaa23321bc8f9a5fa8a7c652f527649b96ff8718fa932f52b500b02a4acae7837df5bdb14f69cb821d4962be2790dbd1d023a54
 SHA512 
a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980
+DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
+DIST cmake-0.1.46.crate 15119 BLAKE2B 
0889436835c16bc47cdc671615f421a50acf6c34a3ba3b6b8b4289e11bf1b803abd15d88a65ae9c1588586151f467524517e9c60d5dcc820e41ff21711f3a536
 SHA512 
e2749309055c85baa242cef8d0f4a91eb7e694664c5e42339df8ccc6644d1563337b835d3d931f5a0a75351efd299a21fe6eea497941802ea041916d665c7311
+DIST cplus_demangle-0.1.1.crate 2695 BLAKE2B 
13d5528cff6f5269587033aad22e5805916ca3d506d1a097cff38607b5fc5faa4d0cf114a193a7b780ce10811d4d544ecc25644e666cd1a4856a0d4750e44f06
 SHA512 
9e3b686c1708e7e2689ec3048dfa3f32262999712224004556ce5afbb8a60465f174b79efe70022f6bb0c4d7df627c2ca58ce404e517e2d8dab0ed030bff
+DIST cpp_demangle-0.3.3.crate 75194 BLAKE2B 
5aefd5b84ca42f2ef081eb846e907198fe600f0765299a95eec8e7f75b085883a68f6d82d0442122ecd1fa5ba8f37ee75ebb8238dde6a7024a1104062a9d915b
 SHA512 

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

2022-03-31 Thread Mike Gilbert
commit: 51cdff93cfe4206c60e7d595d75b177762b30f50
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 31 21:24:43 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 31 21:25:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cdff93

sys-apps/dbus: addwrite /proc/self/oom_score_adj for tests

Closes: https://bugs.gentoo.org/836560
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/dbus/dbus-1.12.22.ebuild | 3 +++
 sys-apps/dbus/dbus-1.14.0.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sys-apps/dbus/dbus-1.12.22.ebuild 
b/sys-apps/dbus/dbus-1.12.22.ebuild
index 1caf4c88cc06..f4d09190728e 100644
--- a/sys-apps/dbus/dbus-1.12.22.ebuild
+++ b/sys-apps/dbus/dbus-1.12.22.ebuild
@@ -207,6 +207,9 @@ multilib_src_compile() {
 }
 
 src_test() {
+   # https://bugs.gentoo.org/836560
+   addwrite /proc/self/oom_score_adj
+
DBUS_VERBOSE=1 virtx emake -j1 -C "${TBD}" check
 }
 

diff --git a/sys-apps/dbus/dbus-1.14.0.ebuild b/sys-apps/dbus/dbus-1.14.0.ebuild
index fa70a989b3d6..07da8e03b737 100644
--- a/sys-apps/dbus/dbus-1.14.0.ebuild
+++ b/sys-apps/dbus/dbus-1.14.0.ebuild
@@ -207,6 +207,9 @@ multilib_src_compile() {
 }
 
 src_test() {
+   # https://bugs.gentoo.org/836560
+   addwrite /proc/self/oom_score_adj
+
# DBUS_TEST_MALLOC_FAILURES=0 to avoid huge test logs
# 
https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/CONTRIBUTING.md#L231
DBUS_TEST_MALLOC_FAILURES=0 DBUS_VERBOSE=1 virtx emake -j1 -C "${TBD}" 
check



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

2022-03-31 Thread Arthur Zamarin
commit: c8db730bc34daeddb5a2f5cb476c0ae1c8064eb2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:17:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:17:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8db730b

dev-python/pillow: Stabilize 9.0.1-r1 ppc64, #835236

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

 dev-python/pillow/pillow-9.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild 
b/dev-python/pillow/pillow-9.0.1-r1.ebuild
index f534df0431d8..390287bf5a92 100644
--- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="examples imagequant +jpeg jpeg2k lcms test tiff tk truetype webp xcb 
zlib"
 REQUIRED_USE="test? ( jpeg jpeg2k tiff truetype )"
 RESTRICT="!test? ( test )"



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

2022-03-31 Thread Arthur Zamarin
commit: b4425acd78559736b7ad2b68b651a61ed6cdf550
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:17:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:17:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4425acd

sys-libs/glibc: Stabilize 2.34-r10 ppc64, #833191

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

 sys-libs/glibc/glibc-2.34-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.34-r10.ebuild 
b/sys-libs/glibc/glibc-2.34-r10.ebuild
index ac93d898cf4d..2f1472e3f3e3 100644
--- a/sys-libs/glibc/glibc-2.34-r10.ebuild
+++ b/sys-libs/glibc/glibc-2.34-r10.ebuild
@@ -29,7 +29,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2022-03-31 Thread Arthur Zamarin
commit: b5f969ebbb7df45e05d6dde0a2d1cf6f98f065de
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:13:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:13:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f969eb

dev-python/ipywidgets: Stabilize 7.6.5-r2 ppc64, #834263

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

 dev-python/ipywidgets/ipywidgets-7.6.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipywidgets/ipywidgets-7.6.5-r2.ebuild 
b/dev-python/ipywidgets/ipywidgets-7.6.5-r2.ebuild
index e47e4bd834b5..a3cebfe5cd69 100644
--- a/dev-python/ipywidgets/ipywidgets-7.6.5-r2.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-7.6.5-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]



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

2022-03-31 Thread Arthur Zamarin
commit: f289ba8a4f74ac4b07331c11416d231e52c9c59f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:13:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:13:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f289ba8a

dev-python/widgetsnbextension: Stabilize 3.5.1-r1 ppc64, #834263

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

 dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
index e4ef44ff580d..0e10987da8fa 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/notebook[${PYTHON_USEDEP}]"



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

2022-03-31 Thread Arthur Zamarin
commit: b575ced9c7bed66b2a0abacc7c775265cca2a356
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:13:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:13:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b575ced9

dev-python/notebook: Stabilize 6.4.8 ppc64, #834263

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

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

diff --git a/dev-python/notebook/notebook-6.4.8.ebuild 
b/dev-python/notebook/notebook-6.4.8.ebuild
index a0517ed5f5ac..c88fc0c7752d 100644
--- a/dev-python/notebook/notebook-6.4.8.ebuild
+++ b/dev-python/notebook/notebook-6.4.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2022-03-31 Thread Arthur Zamarin
commit: a9873efa25ba47edbfd927bd8c3ac2152b237d7f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:13:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:13:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9873efa

dev-python/nbclient: Stabilize 0.5.13 ppc64, #834263

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.13.ebuild 
b/dev-python/nbclient/nbclient-0.5.13.ebuild
index 958c41f4405c..8af84eaa2b01 100644
--- a/dev-python/nbclient/nbclient-0.5.13.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.13.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2022-03-31 Thread Arthur Zamarin
commit: bdbc144aec6a3f9d4e887074ca02e461c319150f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 21:13:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 21:13:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbc144a

dev-python/nbconvert: Stabilize 6.4.2 ppc64, #834263

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

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

diff --git a/dev-python/nbconvert/nbconvert-6.4.2.ebuild 
b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
index 6dbfc1b185b8..1bd34c3eaef3 100644
--- a/dev-python/nbconvert/nbconvert-6.4.2.ebuild
+++ b/dev-python/nbconvert/nbconvert-6.4.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/bleach[${PYTHON_USEDEP}]



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

2022-03-31 Thread Andreas K. Hüttel
commit: 143da360ff5c803d89dce81ee5458832c1d7b564
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Mar 31 20:55:30 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Mar 31 20:55:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143da360

package.mask: drop net-im/zoom mask, glibc[-clone3] is back

Closes: https://bugs.gentoo.org/835930
Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d4a92d960d7f..b30cb766d0bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,11 +33,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Ulrich Müller  (2022-03-30)
-# Illegal instruction errors seen by several users,
-# presumably related to libcef.so. (bug #835930)
-~net-im/zoom-5.10.0.2450
-
 # Matt Turner  (2022-03-27)
 # Dead package. No reverse dependencies.
 # Removal on 2022-04-27



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

2022-03-31 Thread Andreas K. Hüttel
commit: 1d8215bb40547400facf81f40ca0af2ad998f2d6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Mar 31 20:53:50 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Mar 31 20:54:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8215bb

sys-libs/glibc: Rekeyword 2.35-r2

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

 sys-libs/glibc/glibc-2.35-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.35-r2.ebuild 
b/sys-libs/glibc/glibc-2.35-r2.ebuild
index 78bb7d0b6e0f..6a0d35ce8ad5 100644
--- a/sys-libs/glibc/glibc-2.35-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.35-r2.ebuild
@@ -26,7 +26,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/

2022-03-31 Thread Arthur Zamarin
commit: 1becb1c4ba85435e895b34e1b41937787293f7ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 20:34:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 20:34:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1becb1c4

dev-lisp/gcl: Stabilize 2.6.13_pre99 ppc64, #828733

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

 dev-lisp/gcl/gcl-2.6.13_pre99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild 
b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
index 9f8a52c7c7ee..a62eb537a2ec 100644
--- a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.xz;
 
 LICENSE="LGPL-2 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86"
 IUSE="+ansi athena emacs +readline tk X"
 
 # See bug #205803



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

2022-03-31 Thread Arthur Zamarin
commit: 59239009a195565b21a6e016ef92c51bb858c296
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 31 20:05:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 31 20:05:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59239009

dev-python/loky: Stabilize 3.1.0 ALLARCHES, #836494

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

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

diff --git a/dev-python/loky/loky-3.1.0.ebuild 
b/dev-python/loky/loky-3.1.0.ebuild
index 61f9d0dae1c4..5444599a1da2 100644
--- a/dev-python/loky/loky-3.1.0.ebuild
+++ b/dev-python/loky/loky-3.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



  1   2   3   4   >