[gentoo-commits] repo/proj/prefix:master commit in: sys-apps/portage/

2022-01-13 Thread Fabian Groffen
commit: e1c3ede1b49379645456c4d1d4fa5b45725a1fb4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 14 07:45:18 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 14 07:45:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e1c3ede1

sys-apps/portage-3.0.21: sync ebuild with gx86

Package-Manager: Portage-3.0.21-prefix, Repoman-3.0.3
Signed-off-by: Fabian Groffen  gentoo.org>

 sys-apps/portage/Manifest  |   2 -
 sys-apps/portage/portage-3.0.14.ebuild | 298 -
 sys-apps/portage/portage-3.0.18.ebuild | 298 -
 sys-apps/portage/portage-3.0.21.ebuild |  41 +++--
 4 files changed, 25 insertions(+), 614 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 128f2ba77a..13a1d23d2a 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1 @@
-DIST prefix-portage-3.0.14.tar.bz2 1314909 BLAKE2B 
5e5e0390466e5073795fece5d75800e7181f691d9fb81affdf5eb291b72a917a51976a83b9df5db6f5069a567c4c96e94e4ddb485cbff8b6827d281770006f2a
 SHA512 
a41dee35ae3e5eb1c77801640d6cedd75a706993a38d3260348ad13d570c128101443bc761ef6f207a305c0d03aa45fb8a88c29237e116c426382f2e2fd265e6
-DIST prefix-portage-3.0.18.tar.bz2 1348023 BLAKE2B 
fe0a39611e0a4c2af60f6b73bf56a432193dd859bd3d0a7ab91d5b716b980abe55823c48fa7811bacf152ff9ebfc499792ba37ff94920d3a0d5604536a119d3c
 SHA512 
ca0b78ceda58f225ab5f27e0998d5d9486d9f6609dc94b4471f4b5613fbdb6275c019ff994736cf9d85abb127e207e7065f00aea9f36ad6ebd36c196272cbfb1
 DIST prefix-portage-3.0.21.tar.bz2 1339211 BLAKE2B 
019cf0f3d2d1c45e7849221fc40b49e2c84949b74c8a8c74fbd2ca451a2dd075fb7b8bfec121a173ca0848c57a5a57a62d465b2957c4eb4d87f6a180299da91e
 SHA512 
0aff5004ae80e2cd9dce740c56c3c2643ef390510c3b3821d893e5c76733d3a8d4e7648963febb29479b9ee155868ec11526a393beb3b383e741451178f39e5a

diff --git a/sys-apps/portage/portage-3.0.14.ebuild 
b/sys-apps/portage/portage-3.0.14.ebuild
deleted file mode 100644
index bf3300c246..00
--- a/sys-apps/portage/portage-3.0.14.ebuild
+++ /dev/null
@@ -1,298 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-
-inherit distutils-r1 linux-info systemd prefix
-
-DESCRIPTION="Portage package manager used in Gentoo Prefix"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE="apidoc build doc gentoo-dev +ipc +native-extensions rsync-verify selinux 
xattr"
-
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   apidoc? (
-   dev-python/sphinx
-   dev-python/sphinx-epytext
-   )"
-# Require sandbox-2.2 for bug #288863.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# app-portage/gemato goes without PYTHON_USEDEP since we're calling
-# the executable.
-RDEPEND="
-   app-arch/zstd
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   !build? (
-   >=sys-apps/sed-4.0.5
-   app-shells/bash:0[readline]
-   >=app-admin/eselect-1.2
-   rsync-verify? (
-   >=app-portage/gemato-14[${PYTHON_USEDEP}]
-   >=app-crypt/openpgp-keys-gentoo-release-20180706
-   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
-   )
-   )
-   elibc_FreeBSD? ( !prefix? ( sys-freebsd/freebsd-bin ) )
-   elibc_glibc? ( !prefix? ( >=sys-apps/sandbox-2.2 ) )
-   elibc_uclibc? ( !prefix? ( >=sys-apps/sandbox-2.2 ) )
-   kernel_linux? ( >=app-misc/pax-utils-0.1.17 )
-   kernel_SunOS? ( >=app-misc/pax-utils-0.1.17 )
-   kernel_FreeBSD? ( >=app-misc/pax-utils-0.1.17 )
-   kernel_Darwin? ( >=app-misc/pax-utils-0.1.18 )
-   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
-   xattr? ( kernel_linux? (
-   >=sys-apps/install-xattr-0.3
-   ) )
-   !https://dev.gentoo.org/~zmedico/portage/archives 
https://dev.gentoo.org/~grobian/distfiles;
-
-prefix_src_archives() {
-   local x y
-   for x in ${@}; do
-   for y in ${SRC_ARCHIVES}; do
-   echo ${y}/${x}
-   done
-   done
-}
-
-TARBALL_PV=${PV}
-SRC_URI="mirror://gentoo/prefix-${PN}-${TARBALL_PV}.tar.bz2
-   $(prefix_src_archives prefix-${PN}-${TARBALL_PV}.tar.bz2)"
-
-S="${WORKDIR}"/prefix-${PN}-${TARBALL_PV}
-
-pkg_pretend() {
-   local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS"
-
-   check_extra_config
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/

2022-01-13 Thread Hans de Graaff
commit: 3fdbd57cfc5c3eb3730311deb68aa1a7b5c84e87
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:17:15 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdbd57c

dev-ruby/font-awesome-rails: cleanup

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

 dev-ruby/font-awesome-rails/Manifest   |  2 --
 .../font-awesome-rails-4.7.0.5.ebuild  | 22 --
 .../font-awesome-rails-4.7.0.6.ebuild  | 21 -
 3 files changed, 45 deletions(-)

diff --git a/dev-ruby/font-awesome-rails/Manifest 
b/dev-ruby/font-awesome-rails/Manifest
index 5e0f1e807012..5edb79b7878f 100644
--- a/dev-ruby/font-awesome-rails/Manifest
+++ b/dev-ruby/font-awesome-rails/Manifest
@@ -1,4 +1,2 @@
-DIST font-awesome-rails-4.7.0.5.gem 637952 BLAKE2B 
b4d4c8391fc3ff7fd9874c1c3d1ddcb60ea36999f8ab6ccaa5797c1d6b47adf9b70bf323b2f32c8c518ce8b96750e1cddcb9d2ff32f8718570f0c36ef18d2a48
 SHA512 
431d5a76ba6618d9b505c599a28243038f6550c44b8bee930875e0294c724135aca40e5b591f999c98488fb35d362482eb5a53719a4e026c60ea08804781
-DIST font-awesome-rails-4.7.0.6.gem 637952 BLAKE2B 
de85a8135683bd72aeda32297c2ecddeeec8b48d51a17e9cdcf15a13890e85c6b302016c7006ca55acd4b6be8e42a2cb9acf14dc08956f5831bb84ba0828fb0a
 SHA512 
4a62a41aa5bf2d7a70a027321110f97bed546a15a05eec51b95706d14f4fe2e9ce12692b648487d1ae9cbc81bac63161d50470aa638e3c5a8cfc31efe8edff3f
 DIST font-awesome-rails-4.7.0.7.gem 638464 BLAKE2B 
2cd0a992377f88ae94db8b52260e5bd14138268bb901c808ec48f615d29311326cacf3f8e3c3fe0b6b6da6c2d8383fca9933d479fd72cb42b7c57e5277694112
 SHA512 
15db10613b41d122b5a4632226254de018d798e951391177322abf78294b1b7ddb2a13363410dff84903d1b6624a793a8c3af0591da9bdb56232d4e585eb5149
 DIST font-awesome-rails-4.7.0.8.gem 638464 BLAKE2B 
5aaea78b2f8601004f349b6a526c6e19dfd42686dbe424dac112c9ae99eabe8f09ee571cf0b07fc2b1b0221a3fdeb7a005b9e466aa281a2d85d1c71804debc0c
 SHA512 
011d2a3f66345f5629b98b1224ace1818657447635610c5b927def5595f8dd1878d7b65e526ab6f078fb717cf44804aa989d3502072c6e341f01b75d2f7b9936

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild
deleted file mode 100644
index fc698ed9b0a6..
--- a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Font-awesome for the asset pipeline"
-HOMEPAGE="https://github.com/bokmann/font-awesome-rails 
https://rubygems.org/gems/font-awesome-rails;
-
-LICENSE="MIT OFL"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/railties-3.2:*"

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.6.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.6.ebuild
deleted file mode 100644
index 1f1cbecd3ab8..
--- a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Font-awesome for the asset pipeline"
-HOMEPAGE="https://github.com/bokmann/font-awesome-rails 
https://rubygems.org/gems/font-awesome-rails;
-
-LICENSE="MIT OFL"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/railties-3.2:*"



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

2022-01-13 Thread Hans de Graaff
commit: 7a630a9257d4f4f73d6de0ae13eec3e812e7f98b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:19:41 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a630a92

dev-ruby/octokit: add 4.22.0

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

 dev-ruby/octokit/Manifest  |  1 +
 dev-ruby/octokit/octokit-4.22.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index e5ead182cff7..d5df191d04d5 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -1,2 +1,3 @@
 DIST octokit-4.20.0.tar.gz 3127939 BLAKE2B 
30b251c95cf664ea83d23473ecbd5d1652586a567775253afa3f0c954490a6381c86da40cdc3761c8c43b17c850dfe9ba80f3814e946f1f3a008be81dd3c002a
 SHA512 
180a4846052dc223b4d5444acc7af7d78151ac941687c75e6853c119ce75d9383fa5ec1ffc7ede97a6ee6d5780ef27030f2132761484099f634be6a3c4a9d7b6
 DIST octokit-4.21.0.tar.gz 3134804 BLAKE2B 
67648f7dd3a04b8b5b397d94e1c73329fe6ea0a6db1abff3c5cb5ab443beb1e5874c2bc2f072ecbeee2a13b4de229791c03184eb5fa769ba52e2d8793bf0b9c1
 SHA512 
364ed578ddef4b4fe50c3848559820819a517d33e2140f2867f70de4fc1e9e5a14c0fcc9b34a6bb6b2240bfaf0b9ff95038e01ff7e857e2bd0ab707f546d9fd9
+DIST octokit-4.22.0.tar.gz 3141531 BLAKE2B 
c852f34dc99b10fb06194bda9f15bffb4242a2b5ee7909e74defa2a7ca6b90962fd30232eb8850d97af872bfb036c87f7623acd9088efa3afd07f01cad525fe4
 SHA512 
e8696176227c81d5f80080fbb3c660b7b6e1b28b149b664b20d7e8cf333450988ac2fb9f5327c5e4e46528dbf7eea1246e82c94b265e6008f8fd7cd98f87423c

diff --git a/dev-ruby/octokit/octokit-4.22.0.ebuild 
b/dev-ruby/octokit/octokit-4.22.0.ebuild
new file mode 100644
index ..e9e1d7a6daec
--- /dev/null
+++ b/dev-ruby/octokit/octokit-4.22.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby toolkit for the Github API"
+HOMEPAGE="https://github.com/octokit/octokit.rb;
+SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RUBY_S=octokit.rb-${PV}
+
+ruby_add_rdepend "
+   >=dev-ruby/faraday-0.9:*
+   =dev-ruby/sawyer-0.8*
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/jwt
+   dev-ruby/mime-types
+   >=dev-ruby/netrc-0.7.7
+   >=dev-ruby/rbnacl-7.1.1:6
+   dev-ruby/vcr:3[json]
+   dev-ruby/webmock:3 )"
+
+all_ruby_prepare() {
+   sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
+   -e '/pry/ s:^:#:' \
+   -i spec/helper.rb || die
+}



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

2022-01-13 Thread Hans de Graaff
commit: fc635ed6517ef17a8dc23c7a6b3a9b32e12afcdf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:07:15 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc635ed6

dev-ruby/dnsruby: add 1.61.9

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

 dev-ruby/dnsruby/Manifest  |  1 +
 dev-ruby/dnsruby/dnsruby-1.61.9.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/dnsruby/Manifest b/dev-ruby/dnsruby/Manifest
index 9b64a8bd3308..1367d0312e0c 100644
--- a/dev-ruby/dnsruby/Manifest
+++ b/dev-ruby/dnsruby/Manifest
@@ -1,2 +1,3 @@
 DIST dnsruby-1.61.3.gem 259584 BLAKE2B 
578d6f2b693de5007d4d15350a4fc6cb948f9e16ee9b0bb511e6b6dc92cf828d30e645522b834a6d42af5dd94b85f0675332b2363e0c2ba3b97c9b35b73bd82f
 SHA512 
4cdf6d83c39c3209873e9bbd15ba33f851f3fb878cf746de98cf615b0f547dfc5af8b4be7d505f87f581755ff73de079b6ea3f6f8c5a11074c1c46d5bc9e8c07
 DIST dnsruby-1.61.7.gem 261632 BLAKE2B 
28accc37bc8ca99ca348acea3ead30079f72deeff39d31b323344b758b874fca23f65ea7b6f8f8c780d74de491875b0e4a11354af14b5064cf7aa329a7a94a4f
 SHA512 
454378b7eca03483533ca1c1e01a86361c20ce88971ecc6adc72e11bb9ef03709ea1332d2549eefc1c41ed13d5a752b1a7f76e2117ffc9076776663ab6e02d1f
+DIST dnsruby-1.61.9.gem 261632 BLAKE2B 
f86682fbc50bc0b20f59b3a7bb825081824a3dfa5a6de36f3083b39fac9617ff770d3a53c17f015bcaff5dfe5a96ddafd78b1aaf72bcba9bf990a649cf3a0c63
 SHA512 
ba692db6ab5234c0669076cb5290d5e4613886956d3cea23c22837f99ee2a970e7f86c7c7fdc7542ac4873d324f52b83b0f5e14bb9c3d5107b068fdf419f6ba1

diff --git a/dev-ruby/dnsruby/dnsruby-1.61.9.ebuild 
b/dev-ruby/dnsruby/dnsruby-1.61.9.ebuild
new file mode 100644
index ..b1b12dd543f6
--- /dev/null
+++ b/dev-ruby/dnsruby/dnsruby-1.61.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_DOCDIR="html"
+RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README.md"
+inherit ruby-fakegem
+
+DESCRIPTION="A pure Ruby DNS client library"
+HOMEPAGE="https://github.com/alexdalitz/dnsruby;
+
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/simpleidn-0.1:0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4:5 )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Cc]overall/d" Rakefile || die
+   sed -i -e '/display/d' \
+   -e '/Display/,/^}/d' test/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   # only run offline tests
+   #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed"
+   ${RUBY} -I .:lib test/ts_offline.rb || die "test failed"
+}



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

2022-01-13 Thread Hans de Graaff
commit: 4eb244e8c1277ba5535bf4994a2c84c040669de6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:21:40 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb244e8

dev-ruby/rainbow: add 3.1.1

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

 dev-ruby/rainbow/Manifest |  1 +
 dev-ruby/rainbow/rainbow-3.1.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/rainbow/Manifest b/dev-ruby/rainbow/Manifest
index a4d4ed878383..0eba94701f6c 100644
--- a/dev-ruby/rainbow/Manifest
+++ b/dev-ruby/rainbow/Manifest
@@ -1 +1,2 @@
 DIST rainbow-git-3.0.0.tgz 15105 BLAKE2B 
bc2c91b8ac726c080dbed45584adcdf4a4a496de070a92291042490009ae490efc4ab91cdd12d338f0cda156811358550507ad629e27dd54445a68427f8d4d2d
 SHA512 
863b89152696b6a13606a1e92b68a788b9b5bcd6f521f02f26fb189fc6c9613e5db032dd5deed1aa95247ab0aa08a44981756f941af6eb786076c271881a38c1
+DIST rainbow-git-3.1.1.tgz 15785 BLAKE2B 
9c5dffab817fa2b2b5f70acbe642990c6417de7a5b4347f7921ea57ea5c1017fea63656696544d870a3589f9ac8049e56baa6f4e70b8af902883d62046480d11
 SHA512 
5aff955e8baf78d99960ec9caa11626f07460085f35966c410bb867dd6454a932d2ee8742729a32eeca186fa338bbb02bce3ee8a452a8b4fb0044bb6ec751bc3

diff --git a/dev-ruby/rainbow/rainbow-3.1.1.ebuild 
b/dev-ruby/rainbow/rainbow-3.1.1.ebuild
new file mode 100644
index ..0cec82a9b17e
--- /dev/null
+++ b/dev-ruby/rainbow/rainbow-3.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.markdown"
+RUBY_FAKEGEM_GEMSPEC="rainbow.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Colorize printed text on ANSI terminals"
+HOMEPAGE="https://github.com/sickill/rainbow;
+
+SRC_URI="https://github.com/sickill/rainbow/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""



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

2022-01-13 Thread Hans de Graaff
commit: 35d5df9b08c8e128922328cb79cd3b95ebd1c891
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:15:07 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d5df9b

dev-ruby/ffi: add 1.15.5

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

 dev-ruby/ffi/Manifest  |  1 +
 dev-ruby/ffi/ffi-1.15.5.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/ffi/Manifest b/dev-ruby/ffi/Manifest
index f320839638e0..44e7fbcb908b 100644
--- a/dev-ruby/ffi/Manifest
+++ b/dev-ruby/ffi/Manifest
@@ -2,3 +2,4 @@ DIST ffi-git-1.14.2.tgz 165100 BLAKE2B 
598d1771860a7884f8dc6a4cf0006cb42f741308b
 DIST ffi-git-1.15.1.tgz 167429 BLAKE2B 
6012234f7145c5b291dd03f37d36c51b3ca0d14779b24c02da325b2075564a210566e64eb54caf4c32b4bbfe0c032f4d2c0a316c8c0cf559e14cbe6a922ebd7b
 SHA512 
1e2cd70a8b921c6840b8b990d79819e2bc12f82c2bbef9952a59026de093002d1356642f6637f6bd7b0c94a6205401d88db6b83d1a479b4591c1041ca76f8e5a
 DIST ffi-git-1.15.3.tgz 167804 BLAKE2B 
a0d040cd87a0606ebf618bb1e5bf5189e03fa30d2a3681c8dcf2b075b8cba40fbc5d130d78bae0f31d1c20319299f106653576cdb89f355090df5de0c10d916b
 SHA512 
25cf025aa51c5389c99f47043443d33859ce91e50d057dbd49b376b81b2d81c0d158785e9d7d8efba53b9ff450e49d43b475ad2c870822635d8350592f3bb3ce
 DIST ffi-git-1.15.4.tgz 167917 BLAKE2B 
0694bc5baed1a902a444d75ca534f38c61e56db17e542311f78edad07cc40566aaced5849766b2cce2fdbb531a7ae5ccc3d2506d5871f15c382bbdb3a8302af3
 SHA512 
3278dd217669b5467e3e0b92b5879fea745c955be52de4096ee490efbfac4ad887018c07ecb5dcd8b0fefd8a02144740c2aba74a1e545d798e73f64f69c7cd79
+DIST ffi-git-1.15.5.tgz 168139 BLAKE2B 
2ddd5bd7bfb7bcd39b6d740cbb1e0f4cd419ce6cb4ec12926f91f254b3f3142bc6166728a81a6f23dccfbf7aec911c63237c20fb0e2c70d30d48f4648e352585
 SHA512 
3668bafae936bf5010f014fbcf63258b023bcc318882775e7d2fcfc11334722ec2b6e8a8b9c910d406889fb173dd503c5c13f5af8e4f6927921f12f688461707

diff --git a/dev-ruby/ffi/ffi-1.15.5.ebuild b/dev-ruby/ffi/ffi-1.15.5.ebuild
new file mode 100644
index ..f14690edb137
--- /dev/null
+++ b/dev-ruby/ffi/ffi-1.15.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="ffi.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/ffi_c/extconf.rb)
+
+inherit multilib ruby-fakegem toolchain-funcs
+
+DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
+HOMEPAGE="https://wiki.github.com/ffi/ffi;
+
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
+
+IUSE=""
+LICENSE="BSD"
+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"
+
+RDEPEND+=" dev-libs/libffi:="
+DEPEND+=" dev-libs/libffi:="
+
+ruby_add_bdepend "dev-ruby/rake"
+
+all_ruby_prepare() {
+   sed -i -e '/tasks/ s:^:#:' \
+   -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die
+
+   sed -e '/require/c\require "./lib/ffi/version"' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -e '/^  lfs/,/^  end/ s:^:#:' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Fix Makefile for tests
+   sed -i -e '/CCACHE :=/ s:^:#:' \
+   -e 's/-O2//' \
+   -e 's/^CFLAGS =/CFLAGS +=/' spec/ffi/fixtures/GNUmakefile || die
+
+   # Remove bundled version of libffi.
+   rm -rf ext/ffi_c/libffi || die
+}
+
+each_ruby_compile() {
+   each_fakegem_compile
+
+   ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed"
+}
+
+each_ruby_test() {
+   CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${RUBY} -S rspec 
spec || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc samples/*
+}



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

2022-01-13 Thread Hans de Graaff
commit: cf8a2172137fcc4cd5661201c03d670669067656
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:09:40 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8a2172

dev-ruby/excon: add 0.90.0

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

 dev-ruby/excon/Manifest|  1 +
 dev-ruby/excon/excon-0.90.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index 4b6ead7c6df9..d88944613a2c 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1,2 +1,3 @@
 DIST excon-0.88.0.tar.gz 210056 BLAKE2B 
abffad837a6a2a7337e43fc73d1f4004f6df01113f475e44daa48e21cef95f363bd5fbf88be0093fb18564d382fae5f4409e23689e11b5c47bc900f708ea7455
 SHA512 
5cb664e64973959dffb80f421bd70c300303fb6c4083b06f6bb42be8987a8822dc4ae38892467576583ec5dccd696b68dee7a946c3917df2066ebfc2afb72209
 DIST excon-0.89.0.tar.gz 210503 BLAKE2B 
3988bdff1db39a84ba6230bb8d789662bbf589e89ea637a8b3208095d0d26f4bc83f0994fca5db92de162e2882d2a519f2d9f3c4f535d123d2b018d4abd82d60
 SHA512 
36e23d93983098ad14b9169b7ae65c28903e8a46a2d8cd341ce111387a83fb90a7f01973d401c8089844355d18a6e53da117df3c3fcb82cf66eb5367e065e2ee
+DIST excon-0.90.0.tar.gz 210538 BLAKE2B 
a3e5898e3985ebdfc4026355f4761b1b0d9367408e01a119101fa2453924ff751d888ab976382b654b846e0ed9908054aab6ac1f6410a2a96056b7c8d8d977ad
 SHA512 
efcc9a13b8715306f980cd4593c44befcf895f5c42f9475211420e67247d9eeefecddae53ba771710a6894ca23bf880158e7cdf9db895baa42ef3c5436ac846a

diff --git a/dev-ruby/excon/excon-0.90.0.ebuild 
b/dev-ruby/excon/excon-0.90.0.ebuild
new file mode 100644
index ..84ee1858942c
--- /dev/null
+++ b/dev-ruby/excon/excon-0.90.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md"
+RUBY_FAKEGEM_GEMSPEC="excon.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="EXtended http(s) CONnections"
+HOMEPAGE="https://github.com/excon/excon;
+SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+ruby_add_bdepend "
+   dev-ruby/rake
+   test? (
+   dev-ruby/activesupport
+   >=dev-ruby/eventmachine-1.0.4
+   >=dev-ruby/json-1.8.5
+   dev-ruby/open4
+   dev-ruby/rdoc
+   dev-ruby/sinatra
+   )
+"
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # test that need network
+   rm -f spec/excon/test/server_spec.rb || die
+}



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

2022-01-13 Thread Hans de Graaff
commit: 07b27cc32e0fbfcb64c3a9e543984142c343e68c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:07:54 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b27cc3

dev-ruby/excon: cleanup

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

 dev-ruby/excon/Manifest|  2 --
 dev-ruby/excon/excon-0.73.0.ebuild | 40 --
 dev-ruby/excon/excon-0.87.0.ebuild | 40 --
 3 files changed, 82 deletions(-)

diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest
index 5f2a3956d215..4b6ead7c6df9 100644
--- a/dev-ruby/excon/Manifest
+++ b/dev-ruby/excon/Manifest
@@ -1,4 +1,2 @@
-DIST excon-0.73.0.tar.gz 216100 BLAKE2B 
7830ac608c25ac42dd5fac85d2e4fa7a06713ba49340693f23886aa2e7bb5f29cde956eac99a13f17c1f7ef987f00d0cfb3bd306c5bffd16c1bdb469be4baa60
 SHA512 
a58556510d8c53c7d4f71dd4846497ee8ab17bd087d5ac9248784fcd1f1dc2e46bf4dbccd22ad8e467614428fdeacc7af6768380922749f92c7d78b849e08eff
-DIST excon-0.87.0.tar.gz 207823 BLAKE2B 
1affb1b566afb18ad563806362f75b43704e7753f1aab1e356a38058f1cbb79d89e09d271e4f6f49f9e8ed775592fe78bc262979ecc73285deda056a1fd5fba4
 SHA512 
34149831783a51f792dcdad500691343e675c84d7d45766eebbb590080111dc790928455b7c885f731e01fa5637f531f7736e42496d9f77bb0337110aeb531f9
 DIST excon-0.88.0.tar.gz 210056 BLAKE2B 
abffad837a6a2a7337e43fc73d1f4004f6df01113f475e44daa48e21cef95f363bd5fbf88be0093fb18564d382fae5f4409e23689e11b5c47bc900f708ea7455
 SHA512 
5cb664e64973959dffb80f421bd70c300303fb6c4083b06f6bb42be8987a8822dc4ae38892467576583ec5dccd696b68dee7a946c3917df2066ebfc2afb72209
 DIST excon-0.89.0.tar.gz 210503 BLAKE2B 
3988bdff1db39a84ba6230bb8d789662bbf589e89ea637a8b3208095d0d26f4bc83f0994fca5db92de162e2882d2a519f2d9f3c4f535d123d2b018d4abd82d60
 SHA512 
36e23d93983098ad14b9169b7ae65c28903e8a46a2d8cd341ce111387a83fb90a7f01973d401c8089844355d18a6e53da117df3c3fcb82cf66eb5367e065e2ee

diff --git a/dev-ruby/excon/excon-0.73.0.ebuild 
b/dev-ruby/excon/excon-0.73.0.ebuild
deleted file mode 100644
index 30a8df2cece3..
--- a/dev-ruby/excon/excon-0.73.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md"
-RUBY_FAKEGEM_GEMSPEC="excon.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="EXtended http(s) CONnections"
-HOMEPAGE="https://github.com/excon/excon;
-SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-ruby_add_bdepend "
-   dev-ruby/rake
-   test? (
-   dev-ruby/activesupport
-   >=dev-ruby/eventmachine-1.0.4
-   >=dev-ruby/json-1.8.5
-   dev-ruby/open4
-   dev-ruby/rdoc
-   dev-ruby/sinatra
-   )
-"
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-
-   # test that need network
-   rm -f spec/excon/test/server_spec.rb || die
-}

diff --git a/dev-ruby/excon/excon-0.87.0.ebuild 
b/dev-ruby/excon/excon-0.87.0.ebuild
deleted file mode 100644
index 44a58d833344..
--- a/dev-ruby/excon/excon-0.87.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md"
-RUBY_FAKEGEM_GEMSPEC="excon.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="EXtended http(s) CONnections"
-HOMEPAGE="https://github.com/excon/excon;
-SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-ruby_add_bdepend "
-   dev-ruby/rake
-   test? (
-   dev-ruby/activesupport
-   >=dev-ruby/eventmachine-1.0.4
-   >=dev-ruby/json-1.8.5
-   dev-ruby/open4
-   dev-ruby/rdoc
-   dev-ruby/sinatra
-   )
-"
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files --/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # test that need network
-   rm -f spec/excon/test/server_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/

2022-01-13 Thread Hans de Graaff
commit: 22a00d6e4fef15b9d4b6aab27c6810ffee307107
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 14 07:16:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 14 07:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a00d6e

dev-ruby/font-awesome-rails: add 4.7.0.8

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

 dev-ruby/font-awesome-rails/Manifest|  1 +
 .../font-awesome-rails-4.7.0.8.ebuild   | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/font-awesome-rails/Manifest 
b/dev-ruby/font-awesome-rails/Manifest
index 19d6d339f411..5e0f1e807012 100644
--- a/dev-ruby/font-awesome-rails/Manifest
+++ b/dev-ruby/font-awesome-rails/Manifest
@@ -1,3 +1,4 @@
 DIST font-awesome-rails-4.7.0.5.gem 637952 BLAKE2B 
b4d4c8391fc3ff7fd9874c1c3d1ddcb60ea36999f8ab6ccaa5797c1d6b47adf9b70bf323b2f32c8c518ce8b96750e1cddcb9d2ff32f8718570f0c36ef18d2a48
 SHA512 
431d5a76ba6618d9b505c599a28243038f6550c44b8bee930875e0294c724135aca40e5b591f999c98488fb35d362482eb5a53719a4e026c60ea08804781
 DIST font-awesome-rails-4.7.0.6.gem 637952 BLAKE2B 
de85a8135683bd72aeda32297c2ecddeeec8b48d51a17e9cdcf15a13890e85c6b302016c7006ca55acd4b6be8e42a2cb9acf14dc08956f5831bb84ba0828fb0a
 SHA512 
4a62a41aa5bf2d7a70a027321110f97bed546a15a05eec51b95706d14f4fe2e9ce12692b648487d1ae9cbc81bac63161d50470aa638e3c5a8cfc31efe8edff3f
 DIST font-awesome-rails-4.7.0.7.gem 638464 BLAKE2B 
2cd0a992377f88ae94db8b52260e5bd14138268bb901c808ec48f615d29311326cacf3f8e3c3fe0b6b6da6c2d8383fca9933d479fd72cb42b7c57e5277694112
 SHA512 
15db10613b41d122b5a4632226254de018d798e951391177322abf78294b1b7ddb2a13363410dff84903d1b6624a793a8c3af0591da9bdb56232d4e585eb5149
+DIST font-awesome-rails-4.7.0.8.gem 638464 BLAKE2B 
5aaea78b2f8601004f349b6a526c6e19dfd42686dbe424dac112c9ae99eabe8f09ee571cf0b07fc2b1b0221a3fdeb7a005b9e466aa281a2d85d1c71804debc0c
 SHA512 
011d2a3f66345f5629b98b1224ace1818657447635610c5b927def5595f8dd1878d7b65e526ab6f078fb717cf44804aa989d3502072c6e341f01b75d2f7b9936

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild
new file mode 100644
index ..4e4ca50caccf
--- /dev/null
+++ b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Font-awesome for the asset pipeline"
+HOMEPAGE="https://github.com/bokmann/font-awesome-rails 
https://rubygems.org/gems/font-awesome-rails;
+
+LICENSE="MIT OFL"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/railties-3.2:*"



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

2022-01-13 Thread Yixun Lan
commit: cfb2680dcdf000c7164e6255dc1e0f8a6d2ca8d8
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jan 14 07:16:35 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jan 14 07:18:44 2022 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=cfb2680d

Add and README declaration

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

 README.rst | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/README.rst b/README.rst
new file mode 100644
index 000..c788cc9
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,19 @@
+==
+Gentoo RISC-V Overlay
+==
+
+.. NOTE: If editing this, be sure to update the line numbers in
+ 'doc/introduction'
+
+This is a Gentoo overlay dedicated for RISC-V architecture, and collecting
+highly experimental ebuilds which aren't ready for official main portage tree.
+
+.. important::
+
+   Although the team have tried their best to test all packages, there is no 
guarentee
+   that they will always work properly! Do backup before use in case of data 
loss.
+
+License
+-
+
+Distributed under the terms of the GNU General Public License v2



[gentoo-commits] proj/riscv:master commit in: sys-kernel/sifive-sources/

2022-01-13 Thread Yixun Lan
commit: 2bebdfe28f2fcb445796da066a6f59835b48f6ea
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jan 14 06:48:58 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jan 14 06:48:58 2022 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=2bebdfe2

sys-kernel/sifive-sources: version bump 5.15.13

the sifive patchset is not changed, same as 5.15.11

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

 sys-kernel/sifive-sources/Manifest| 8 
 ...ifive-sources-5.15.11.ebuild => sifive-sources-5.15.13.ebuild} | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-kernel/sifive-sources/Manifest 
b/sys-kernel/sifive-sources/Manifest
index afa2d1f..468ddd0 100644
--- a/sys-kernel/sifive-sources/Manifest
+++ b/sys-kernel/sifive-sources/Manifest
@@ -1,5 +1,5 @@
-DIST genpatches-5.15-13.base.tar.xz 604984 BLAKE2B 
c674c2eefbc18f2a8d182fa95606714b9a74420d7a3ebb32138b714743f11a7c7b278d77d33747bd1fa1a46e8f8e8364a9238ce3acee6134f889fae267ab0239
 SHA512 
0741c183cf8def586fc17fcb2a44d81dd5494ac9430a5ca07d239079f41a7a24bb686406e0ecfccdeb8a38e33e99831d2b355d0e8e65e8dd2e30db5f4b0bbe4d
-DIST genpatches-5.15-13.experimental.tar.xz 69424 BLAKE2B 
db1fa9e3535b955eefc9824053b05f16baa8492715ed012df87373cdb73391e36530618968302082122c9e40678a393f83b89bc2dece09fedead0aacdac3f5e5
 SHA512 
5abb903dc816d5f17c119dec6edea03571fb8293bd5a5a51bc3f7cbeee11e025915eae9c7ca0a25518d8a9d7efbfddf98c38265e4e8200dc10938edaa2003567
-DIST genpatches-5.15-13.extras.tar.xz 3852 BLAKE2B 
131550ddf5d1d67808b98040e88bb75d9020ee99b7907d0b79839a366c52e83c5bee6a322f12363ca0cfa9816d17b36002b5ace1620ef80b386ee8c09fd23866
 SHA512 
79fe958fcd5b3c4c7406374431e28a482b7512214c0ddbbf24d5f4a42e7feafb3f235f266b0023e666348c2c1888d1c678d726403b2f873d55991e5aaef4b74c
+DIST genpatches-5.15-15.base.tar.xz 662744 BLAKE2B 
8eed543eaa9a3c4778d4fb196877820305dd0fae7857c719fd68f04b2fe7fb0d6b7e19ae7a157adc7cd301f0e7f35e8c0fee7bf58f4104c0a802a6e2e2f6204c
 SHA512 
f0253d9cc063a8d29f3796dfe1eba7109ba89340d1e4178149c4786e36bc01e12f00a48968b9109438ea349b1ca1f486ae35d0103c08577892fcb83befa514cf
+DIST genpatches-5.15-15.experimental.tar.xz 69396 BLAKE2B 
924847ea024a087946b5840df8ebb8771f2facb5275a880e6599e92bca255c3366f38fe025f812bf31bc68e23927f394118e45255eec62753cbd898203bd6f67
 SHA512 
66de1e8ab3200448e7fbc35631846d241eb8e8e1ab21a4d96d3dd49d23b2c8ee17241a9f88e9a53e23babe30f3fb35b94cdf8ee89833c27cb9213521c29e3c57
+DIST genpatches-5.15-15.extras.tar.xz 3852 BLAKE2B 
0329c5eb48a8a7abaa686d62fae617d2a4066577aeaebc787ed2547de293f7203576fbbe9075d6289c774a2c95f26c085b3011df84dbd1d36d6b652644db3656
 SHA512 
b5930766e7f7b0adbea14d44526f570e058d8121b14b548e50ce185c1c49a1c5d20d2cd9b21c196066b8291b782693cbe38cac9f822ec1c015729e3edbb787f6
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
-DIST sifive-patches-5.15.11-0.patch.xz 4384 BLAKE2B 
ddef97f48ca464eae336a6645cbea675da769945600c28c36e722ef30a2b2071e723d68dac8a2184979670c46d5c1a18447134b9b8fa836bdc3a1151f23d64dd
 SHA512 
884a7e1d004a0f6e4700ffe4cd173ed7a57330a6c2a76d5a46bdbf4ebdb1c53799f9f690ddec973098bb7487ebbd9e6b74c06dc3c8b8ad3706033399db87a697
+DIST sifive-patches-5.15.13-0.patch.xz 4384 BLAKE2B 
ddef97f48ca464eae336a6645cbea675da769945600c28c36e722ef30a2b2071e723d68dac8a2184979670c46d5c1a18447134b9b8fa836bdc3a1151f23d64dd
 SHA512 
884a7e1d004a0f6e4700ffe4cd173ed7a57330a6c2a76d5a46bdbf4ebdb1c53799f9f690ddec973098bb7487ebbd9e6b74c06dc3c8b8ad3706033399db87a697

diff --git a/sys-kernel/sifive-sources/sifive-sources-5.15.11.ebuild 
b/sys-kernel/sifive-sources/sifive-sources-5.15.13.ebuild
similarity index 94%
rename from sys-kernel/sifive-sources/sifive-sources-5.15.11.ebuild
rename to sys-kernel/sifive-sources/sifive-sources-5.15.13.ebuild
index e0bd086..ab28dfe 100644
--- a/sys-kernel/sifive-sources/sifive-sources-5.15.11.ebuild
+++ b/sys-kernel/sifive-sources/sifive-sources-5.15.13.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 ETYPE="sources"
 K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="13"
+K_GENPATCHES_VER="15"
 K_SECURITY_UNSUPPORTED="1"
 K_NOSETEXTRAVERSION="1"
 



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

2022-01-13 Thread Eray Aslan
commit: 071d61b51369d5491d10adfff779e954294ca354
Author: Eray Aslan  gentoo  org>
AuthorDate: Fri Jan 14 07:16:37 2022 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Fri Jan 14 07:16:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071d61b5

mail-mta/postfix: bump to 3.7_pre20220103

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

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.7_pre20220102.ebuild => postfix-3.7_pre20220103.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index b84cf90d17fc..8e16b3e7d60b 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,2 +1,2 @@
 DIST postfix-3.6.3.tar.gz 4750833 BLAKE2B 
2a68e0f18227e09c0ce855901503fa83a58805f036f57eff9003102f5933a241e624e5f3f7a7af4f3d89784d95bc0be6ac1d17f30712f61491808ed6a90ce2d3
 SHA512 
7179aaeeaf27838b867d9a07f9a889d7cd6b7f5053e123caef4dff2820d4df6d5be167effedde6c857b4468966b8449c631e56405e1ac2d589716fb4e3f15e3b
-DIST postfix-3.7-20220102.tar.gz 4812754 BLAKE2B 
05ccd4681a6b2514b2d9b28ea47d04109e12754cc5fd3a4e9ba1cbaafb0093651f243d878716d7116639cc41d980b3f385b62fcc13df1b86f97e594527b63b5f
 SHA512 
c6f8b0b538679775ac3008fecdd128c65bdffa4053f8e45d682c474bfa70ddfe39143b9179c9bfd79279d6f49657f883b4d1631ddd070a54bdc0fccb2ec3779d
+DIST postfix-3.7-20220103.tar.gz 4812964 BLAKE2B 
40f883decaedf46428600f46fc934c0bb4d7a44a87db292e92cef71d13a69ba856bf289261e940022e9f439253868f024923c127870e0b47a00ef0381f21e8e6
 SHA512 
eef92f2414f41865bc684d492cb6be3b7cd445d13fd16c5e924544535b44233a08aff80768b13264bed46e8e7090a46b29e6e2652e4a446397531eb88308e866

diff --git a/mail-mta/postfix/postfix-3.7_pre20220102.ebuild 
b/mail-mta/postfix/postfix-3.7_pre20220103.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.7_pre20220102.ebuild
rename to mail-mta/postfix/postfix-3.7_pre20220103.ebuild



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

2022-01-13 Thread Florian Schmaus
commit: 993c65adb0208346f01362c0f6fa56b70a9e2518
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jan 13 14:25:05 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Jan 14 07:15:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993c65ad

profiles/package.mask: last-rite dev-java/dnsjava

Bug: https://bugs.gentoo.org/831107

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23776
Signed-off-by: Florian Schmaus  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6eb4b0b04638..da377510de98 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Volkmar W. Pogatzki  (2022-01-13)
+# java-package without consumers. Bug #831107. Removal in 30 days.
+dev-java/dnsjava
+
 # Michał Górny  (2022-01-13)
 # A temporary hack used by flit to workaround a problem with pip.
 # No longer used by modern flit versions.



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

2022-01-13 Thread Georgy Yakovlev
commit: 7587ed10a9cd74ed4d8c6ac7e283dcee3aa20967
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 14 06:27:12 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 14 06:28:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7587ed10

profiles/profiles.desc: format/split ppc* profiles

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/profiles.desc | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index f60317bf41ad..7573dc09b588 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -156,7 +156,7 @@ mips
default/linux/mips/17.0/mipsel/multilib/o32 exp
 mips   default/linux/mips/17.0/mipsel/multilib/n32 exp
 mips   default/linux/mips/17.0/mipsel/multilib/n64 exp
 
-# PPC32 Profiles
+# Deprecated PPC32 Profiles
 # @MAINTAINER: p...@gentoo.org
 ppcdefault/linux/powerpc/ppc32/17.0exp
 ppcdefault/linux/powerpc/ppc32/17.0/desktopexp
@@ -164,7 +164,7 @@ ppc default/linux/powerpc/ppc32/17.0/desktop/gnome  
exp
 ppcdefault/linux/powerpc/ppc32/17.0/desktop/gnome/systemd  exp
 ppcdefault/linux/powerpc/ppc32/17.0/developer  exp
 
-# PPC64 Profiles
+# Deprecated PPC64 Profiles
 # @MAINTAINER: pp...@gentoo.org
 ppcdefault/linux/powerpc/ppc64/17.0/32bit-userland 
stable
 ppcdefault/linux/powerpc/ppc64/17.0/32bit-userland/desktop 
stable
@@ -177,8 +177,8 @@ ppc64   
default/linux/powerpc/ppc64/17.0/64bit-userland/desktop/gnome   exp
 ppc64  
default/linux/powerpc/ppc64/17.0/64bit-userland/desktop/gnome/systemd   exp
 ppc64  default/linux/powerpc/ppc64/17.0/64bit-userland/developer   
exp
 
-# PPC/PPC64 flat Profiles
-# @MAINTAINER: gyakov...@gentoo.org, pp...@gentoo.org, m...@gentoo.org
+# PPC profiles
+# @MAINTAINER: gyakov...@gentoo.org, p...@gentoo.org, m...@gentoo.org
 ppcdefault/linux/ppc/17.0  stable
 ppcdefault/linux/ppc/17.0/desktop  stable
 ppcdefault/linux/ppc/17.0/desktop/gnomestable
@@ -187,6 +187,9 @@ ppc default/linux/ppc/17.0/systemd  
stable
 ppcdefault/linux/ppc/17.0/developerexp
 ppcdefault/linux/ppc/17.0/musl exp
 ppcdefault/linux/ppc/17.0/musl/hardenedexp
+
+# PPC64 profiles
+# @MAINTAINER: gyakov...@gentoo.org, pp...@gentoo.org, m...@gentoo.org
 ppc64  default/linux/ppc64/17.0stable
 ppc64  default/linux/ppc64/17.0/desktopstable
 ppc64  default/linux/ppc64/17.0/desktop/gnome  stable
@@ -195,6 +198,9 @@ ppc64   default/linux/ppc64/17.0/systemd
stable
 ppc64  default/linux/ppc64/17.0/developer  exp
 ppc64  default/linux/ppc64/17.0/musl   exp
 ppc64  default/linux/ppc64/17.0/musl/hardened  exp
+
+# PPC64LE profiles
+# @MAINTAINER: gyakov...@gentoo.org, pp...@gentoo.org, m...@gentoo.org
 ppc64  default/linux/ppc64le/17.0  stable
 ppc64  default/linux/ppc64le/17.0/desktop  stable
 ppc64  default/linux/ppc64le/17.0/desktop/gnomestable



[gentoo-commits] repo/gentoo:master commit in: gui-wm/hikari/

2022-01-13 Thread Ionen Wolkens
commit: f2149e93f05dc6ddae75d9baddb1a63dd0458cdb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jan 14 05:13:18 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jan 14 05:43:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2149e93

gui-wm/hikari: add 2.3.3

Using with wlroots:0/15 currently segfaults with nvidia's GBM,
but looking around this isn't hikari's fault (happens with sway
as well), and supporting this new buggy GBM implementation is
low priority -- so bumping anyway.

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

 gui-wm/hikari/Manifest|  1 +
 gui-wm/hikari/hikari-2.3.3.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/gui-wm/hikari/Manifest b/gui-wm/hikari/Manifest
index 3fc840736892..c255c9d71b50 100644
--- a/gui-wm/hikari/Manifest
+++ b/gui-wm/hikari/Manifest
@@ -1 +1,2 @@
 DIST hikari-2.3.2.tar.gz 1022093 BLAKE2B 
8e4df4377728cc1feab3509588a9f2d5138af6e3175682672eedce4ca45d5bb9b7e56568a860871b319b3ff1213468f38f0b6253927f6ab4b905dd495c05c53e
 SHA512 
b7485be089064dd19c4614f60066b3f7b2f322328fa771d4383db27656695746fb00ab534cc754929141c23b7556992391529e537e0522080177068f3d0e2954
+DIST hikari-2.3.3.tar.gz 1022191 BLAKE2B 
8b1d0f03460a170f2288c97790dc437a4bd4eafc6973e87c15ca44b1d032ab02ef1d75406fe15be6bb14f67c07945b16be47ec1e41d43b51961a1c69a4a67f9b
 SHA512 
15b6244ef46b29ad069475e8fadbafb01a65c8f96d1f89dd315d36f79dfea9a542936a5472e42237000f506094c7e08be37961c92a7eeed31477f4ed548f39f3

diff --git a/gui-wm/hikari/hikari-2.3.3.ebuild 
b/gui-wm/hikari/hikari-2.3.3.ebuild
new file mode 100644
index ..aa2351de6ddc
--- /dev/null
+++ b/gui-wm/hikari/hikari-2.3.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multiprocessing toolchain-funcs
+
+DESCRIPTION="Wayland compositor inspired by CWM"
+HOMEPAGE="https://hikari.acmelabs.space/;
+SRC_URI="https://hikari.acmelabs.space/releases/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X suid"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   dev-libs/libinput:=
+   dev-libs/libucl
+   dev-libs/wayland
+   gui-libs/wlroots:0/15[X?]
+   sys-libs/pam
+   x11-libs/cairo
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-libs/pixman"
+RDEPEND="
+   ${COMMON_DEPEND}
+   x11-misc/xkeyboard-config"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-libs/wayland-protocols"
+BDEPEND="
+   dev-util/wayland-scanner
+   sys-devel/bmake
+   virtual/pkgconfig"
+
+src_compile() {
+   tc-export CC PKG_CONFIG
+
+   local bmake=(
+   bmake -j$(makeopts_jobs)
+   ETC_PREFIX="${EPREFIX}"
+   CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS}"
+   LDFLAGS_EXTRA="${LDFLAGS}"
+   VERSION=${PV}
+   -DWITH_GAMMACONTROL
+   -DWITH_LAYERSHELL
+   -DWITH_POSIX_C_SOURCE
+   -DWITH_SCREENCOPY
+   -DWITH_VIRTUAL_INPUT
+   $(usev X -DWITH_XWAYLAND)
+   )
+
+   # empty flags to avoid duplicates (some parts use only _EXTRA, others 
both)
+   echo "${bmake[*]}"
+   CFLAGS= LDFLAGS= "${bmake[@]}" || die
+}
+
+src_install() {
+   local bmake=(
+   bmake install
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}"/usr
+   ETC_PREFIX="${EPREFIX}"
+   $(usev suid -DWITH_SUID)
+   )
+
+   echo "${bmake[*]}"
+   "${bmake[@]}" || die
+}



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

2022-01-13 Thread Ionen Wolkens
commit: 5bdb78c3f0f4d0513b9aa448b0466d347ef39ef0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jan 14 04:40:42 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jan 14 04:47:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdb78c3

app-office/scribus: backport upstream fix for USE=osg with CPP17

Fixes: 40fd326c118a7eb8ed87a62559dfa9b1266aba97
Closes: https://bugs.gentoo.org/831161
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../scribus/files/scribus-1.5.7-osg-cpp17.patch| 219 +
 app-office/scribus/scribus-1.5.7.ebuild|   1 +
 2 files changed, 220 insertions(+)

diff --git a/app-office/scribus/files/scribus-1.5.7-osg-cpp17.patch 
b/app-office/scribus/files/scribus-1.5.7-osg-cpp17.patch
new file mode 100644
index ..21f0c00554d2
--- /dev/null
+++ b/app-office/scribus/files/scribus-1.5.7-osg-cpp17.patch
@@ -0,0 +1,219 @@
+https://bugs.gentoo.org/831161
+Backport of https://github.com/scribusproject/scribus/commit/80405ce
+
+From: Jean Ghali 
+Date: Mon, 10 Jan 2022 20:38:51 +
+Subject: [PATCH] Rename byte() to to_byte() in order to avoid potential
+ conflict with std::byte in c++17 mode
+--- a/scribus/third_party/prc/oPRCFile.cc
 b/scribus/third_party/prc/oPRCFile.cc
+@@ -76,3 +76,3 @@
+ // Map [0,1] to [0,255]
+-inline uint8_t byte(double r) 
++inline uint8_t to_byte(double r) 
+ {
+@@ -451,5 +451,5 @@
+   {
+-tess->rgba_vertices.push_back(byte(lit->color.red));
+-tess->rgba_vertices.push_back(byte(lit->color.green));
+-tess->rgba_vertices.push_back(byte(lit->color.blue));
++tess->rgba_vertices.push_back(to_byte(lit->color.red));
++tess->rgba_vertices.push_back(to_byte(lit->color.green));
++tess->rgba_vertices.push_back(to_byte(lit->color.blue));
+   }
+@@ -595,19 +595,19 @@
+   {
+-tessFace->rgba_vertices.push_back(byte(C[1].R));
+-tessFace->rgba_vertices.push_back(byte(C[1].G));
+-tessFace->rgba_vertices.push_back(byte(C[1].B));
++tessFace->rgba_vertices.push_back(to_byte(C[1].R));
++tessFace->rgba_vertices.push_back(to_byte(C[1].G));
++tessFace->rgba_vertices.push_back(to_byte(C[1].B));
+ if(tessFace->is_rgba)
+-  tessFace->rgba_vertices.push_back(byte(C[1].A));
++  tessFace->rgba_vertices.push_back(to_byte(C[1].A));
+ 
+-tessFace->rgba_vertices.push_back(byte(C[2].R));
+-tessFace->rgba_vertices.push_back(byte(C[2].G));
+-tessFace->rgba_vertices.push_back(byte(C[2].B));
++tessFace->rgba_vertices.push_back(to_byte(C[2].R));
++tessFace->rgba_vertices.push_back(to_byte(C[2].G));
++tessFace->rgba_vertices.push_back(to_byte(C[2].B));
+ if(tessFace->is_rgba)
+-  tessFace->rgba_vertices.push_back(byte(C[2].A));
++  tessFace->rgba_vertices.push_back(to_byte(C[2].A));
+ 
+-tessFace->rgba_vertices.push_back(byte(C[3].R));
+-tessFace->rgba_vertices.push_back(byte(C[3].G));
+-tessFace->rgba_vertices.push_back(byte(C[3].B));
++tessFace->rgba_vertices.push_back(to_byte(C[3].R));
++tessFace->rgba_vertices.push_back(to_byte(C[3].G));
++tessFace->rgba_vertices.push_back(to_byte(C[3].B));
+ if(tessFace->is_rgba)
+-  tessFace->rgba_vertices.push_back(byte(C[3].A));
++  tessFace->rgba_vertices.push_back(to_byte(C[3].A));
+   }
+@@ -622,19 +622,19 @@
+   {
+-tessFace->rgba_vertices.push_back(byte(C[0].R));
+-tessFace->rgba_vertices.push_back(byte(C[0].G));
+-tessFace->rgba_vertices.push_back(byte(C[0].B));
++tessFace->rgba_vertices.push_back(to_byte(C[0].R));
++tessFace->rgba_vertices.push_back(to_byte(C[0].G));
++tessFace->rgba_vertices.push_back(to_byte(C[0].B));
+ if(tessFace->is_rgba)
+-  tessFace->rgba_vertices.push_back(byte(C[0].A));
++  tessFace->rgba_vertices.push_back(to_byte(C[0].A));
+ 
+-tessFace->rgba_vertices.push_back(byte(C[2].R));
+-tessFace->rgba_vertices.push_back(byte(C[2].G));
+-tessFace->rgba_vertices.push_back(byte(C[2].B));
++tessFace->rgba_vertices.push_back(to_byte(C[2].R));
++tessFace->rgba_vertices.push_back(to_byte(C[2].G));
++tessFace->rgba_vertices.push_back(to_byte(C[2].B));
+ if(tessFace->is_rgba)
+-  tessFace->rgba_vertices.push_back(byte(C[2].A));
++  tessFace->rgba_vertices.push_back(to_byte(C[2].A));
+ 
+-tessFace->rgba_vertices.push_back(byte(C[3].R));
+-tessFace->rgba_vertices.push_back(byte(C[3].G));
+-

[gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/

2022-01-13 Thread Georgy Yakovlev
commit: 17de3575b3c6acbac5799a2620b10795ba65ab0f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 14 04:12:30 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 14 04:12:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17de3575

x11-terms/alacritty: drop 0.10.0_rc3

Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest|  15 --
 x11-terms/alacritty/alacritty-0.10.0_rc3.ebuild | 336 
 2 files changed, 351 deletions(-)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 95e526dedbf2..f153b19d8d32 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,6 +1,5 @@
 DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
-DIST alacritty-0.10.0_rc3.tar.gz 1437710 BLAKE2B 
2fed26fc2c70f18d499b9482fc877af7c49b93fdaf683558fb3a8b2eaa50d32fac7f1ca64a23b7510230480a78fd1317b9aadb495af34dca8bfa6bd5cfd86ead
 SHA512 
81361cc9580bedd134c0c965aafaf065fc853165802bdb247f4701c3a943dd8f2d2b4228666e70818ccc12fe8a4539b12399b1fe68feb1312315bf00f9fbb759
 DIST alacritty-0.10.0_rc4.tar.gz 1437540 BLAKE2B 
097c06f983801cb54b93f66cb33b02d2e11bbbf01c02e95c564b56cf67615c7553643a7134f5c9eab822de930c937c12ebe4fbfee6bc9f1626c32bb4d9d4d2cc
 SHA512 
00d9311b7a2f0982676e90032c432d1fe63ce2e1c9bc7fb353b92a28ee76508bfc2296a7af2c3d17813340a4689748a550bb44b8e828546dfab83f35dc769461
 DIST alacritty-0.9.0.tar.gz 1422571 BLAKE2B 
0b9531b92e57e36f86ae2a855c9dca4d3789e21b2ade9df2d22d32b9cf0967748df2acd1c79a1defba4d9eac21b2477550b799e5ffc4f9cb1444793ae9ca36e4
 SHA512 
17b53a1f98e8435a3ab120e39040c591d96a05d793b78030732f5624e2b717ab6a06c8de67fb25c6a502f3f3064f08a2a3c64cf7a1b7f3f7fda699e7fd95f931
 DIST andrew-0.3.1.crate 14030 BLAKE2B 
5224eb5a5ad5ba7dd07259a98b8dc04f92154dcc7b5a53c89b4f7fd3c1a12d834093350ce9f7cd69a935d70cff50c0fbc68305eea9f918b334ec1a6e9e979ae2
 SHA512 
c4fc8903d4c2542c91e7f099d5d9d2b9179ade3f4c3e83ccd8027b06cb582ef700777cf440a07c2478311c1b7c2f7ca64d53fb390f9f5753dcb32491003db8d3
@@ -12,7 +11,6 @@ DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST block-0.1.6.crate 4077 BLAKE2B 
a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd88435cdea346910b8707b7da94eeef522dafa5cdb09929534472b2a096c03c373744a789962d4175fd1b110e
 SHA512 
c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710
-DIST bumpalo-3.8.0.crate 79835 BLAKE2B 
3937c4ca9d7c5e2ffee229c8f5503c6a59f2fabfa3b7c81fefbf5df816efc5f601aaca4b606a62e647262acafa34146aa0906eedc09368e16eb76b3c6722e8e1
 SHA512 
c9825e7638bd54f97877adee8ac8f6a2cee308050c3f446f9da3996688ec3d779cb6eb935a440329794fb534958a6e89749b44a9bb27dfd219a963f64a6bcac1
 DIST bumpalo-3.9.1.crate 77507 BLAKE2B 
b248a0c2a9faaf52061f2fe0a82b9fd4efb4dae01da9dbd986493941f3ef2632f1d5608d167f2d088536dc96b4cce28981602220062892a7af51c3ead7a74a4b
 SHA512 
40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52
 DIST calloop-0.6.5.crate 25180 BLAKE2B 
8a660962efdd929ec7b3a815a427f39e00a8c48c9bd34f4c0660bb7d2d08bed598a518926486454bd0304a433a1b513090f06a08bbe8a3e009d47aaf2162bef9
 SHA512 
e96cf64c54faea423a2b3428e4cb909c4b8791f2a92705518754f6c1c98b5e96a265b74b4fc51f8c282e4a5b506525940dcb0185dd0e32ccab226b436b590a2f
 DIST calloop-0.9.3.crate 55389 BLAKE2B 
60c47c5b037ca0dbfbdb737db0bf30532bde7e11ba64ca44751bb3884536c82a6d39977a177af39ba8d44ed9562524654f9a12055ad5dd180785b1273b767a8c
 SHA512 
77ee5f508911c2c42838e29765d7e050832accb5397d4d7738f7a58a0b62c65e2d88f7c5ca9cc330e893356eb96b0ea03f67a734459e6bc11bdb89e1466c3857
@@ -25,7 +23,6 @@ DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42
 DIST 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/

2022-01-13 Thread Georgy Yakovlev
commit: 2512a3bc51d29e92309a3984a1cf2f39cdecef3f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 14 04:11:48 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 14 04:11:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2512a3bc

x11-terms/alacritty: add 0.10.0_rc4

Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest|  17 ++
 x11-terms/alacritty/alacritty-0.10.0_rc4.ebuild | 333 
 2 files changed, 350 insertions(+)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 6ad5d974e001..95e526dedbf2 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,6 +1,7 @@
 DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST alacritty-0.10.0_rc3.tar.gz 1437710 BLAKE2B 
2fed26fc2c70f18d499b9482fc877af7c49b93fdaf683558fb3a8b2eaa50d32fac7f1ca64a23b7510230480a78fd1317b9aadb495af34dca8bfa6bd5cfd86ead
 SHA512 
81361cc9580bedd134c0c965aafaf065fc853165802bdb247f4701c3a943dd8f2d2b4228666e70818ccc12fe8a4539b12399b1fe68feb1312315bf00f9fbb759
+DIST alacritty-0.10.0_rc4.tar.gz 1437540 BLAKE2B 
097c06f983801cb54b93f66cb33b02d2e11bbbf01c02e95c564b56cf67615c7553643a7134f5c9eab822de930c937c12ebe4fbfee6bc9f1626c32bb4d9d4d2cc
 SHA512 
00d9311b7a2f0982676e90032c432d1fe63ce2e1c9bc7fb353b92a28ee76508bfc2296a7af2c3d17813340a4689748a550bb44b8e828546dfab83f35dc769461
 DIST alacritty-0.9.0.tar.gz 1422571 BLAKE2B 
0b9531b92e57e36f86ae2a855c9dca4d3789e21b2ade9df2d22d32b9cf0967748df2acd1c79a1defba4d9eac21b2477550b799e5ffc4f9cb1444793ae9ca36e4
 SHA512 
17b53a1f98e8435a3ab120e39040c591d96a05d793b78030732f5624e2b717ab6a06c8de67fb25c6a502f3f3064f08a2a3c64cf7a1b7f3f7fda699e7fd95f931
 DIST andrew-0.3.1.crate 14030 BLAKE2B 
5224eb5a5ad5ba7dd07259a98b8dc04f92154dcc7b5a53c89b4f7fd3c1a12d834093350ce9f7cd69a935d70cff50c0fbc68305eea9f918b334ec1a6e9e979ae2
 SHA512 
c4fc8903d4c2542c91e7f099d5d9d2b9179ade3f4c3e83ccd8027b06cb582ef700777cf440a07c2478311c1b7c2f7ca64d53fb390f9f5753dcb32491003db8d3
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b
@@ -12,6 +13,7 @@ DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7d
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST block-0.1.6.crate 4077 BLAKE2B 
a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd88435cdea346910b8707b7da94eeef522dafa5cdb09929534472b2a096c03c373744a789962d4175fd1b110e
 SHA512 
c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710
 DIST bumpalo-3.8.0.crate 79835 BLAKE2B 
3937c4ca9d7c5e2ffee229c8f5503c6a59f2fabfa3b7c81fefbf5df816efc5f601aaca4b606a62e647262acafa34146aa0906eedc09368e16eb76b3c6722e8e1
 SHA512 
c9825e7638bd54f97877adee8ac8f6a2cee308050c3f446f9da3996688ec3d779cb6eb935a440329794fb534958a6e89749b44a9bb27dfd219a963f64a6bcac1
+DIST bumpalo-3.9.1.crate 77507 BLAKE2B 
b248a0c2a9faaf52061f2fe0a82b9fd4efb4dae01da9dbd986493941f3ef2632f1d5608d167f2d088536dc96b4cce28981602220062892a7af51c3ead7a74a4b
 SHA512 
40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52
 DIST calloop-0.6.5.crate 25180 BLAKE2B 
8a660962efdd929ec7b3a815a427f39e00a8c48c9bd34f4c0660bb7d2d08bed598a518926486454bd0304a433a1b513090f06a08bbe8a3e009d47aaf2162bef9
 SHA512 
e96cf64c54faea423a2b3428e4cb909c4b8791f2a92705518754f6c1c98b5e96a265b74b4fc51f8c282e4a5b506525940dcb0185dd0e32ccab226b436b590a2f
 DIST calloop-0.9.3.crate 55389 BLAKE2B 
60c47c5b037ca0dbfbdb737db0bf30532bde7e11ba64ca44751bb3884536c82a6d39977a177af39ba8d44ed9562524654f9a12055ad5dd180785b1273b767a8c
 SHA512 
77ee5f508911c2c42838e29765d7e050832accb5397d4d7738f7a58a0b62c65e2d88f7c5ca9cc330e893356eb96b0ea03f67a734459e6bc11bdb89e1466c3857
 DIST cc-1.0.69.crate 56044 BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: media-sound/noson-app/

2022-01-13 Thread Steve Burnham
commit: cadcf5cb4aa50db6a5b343ec493c73c63ceb4ae5
Author: Steven Burnham  gmail  com>
AuthorDate: Fri Jan 14 01:56:12 2022 +
Commit: Steve Burnham  gmail  com>
CommitDate: Fri Jan 14 01:56:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cadcf5cb

media-sound/noson-app: version bump to 4.5.2

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

 media-sound/noson-app/Manifest  | 2 +-
 .../noson-app/{noson-app-4.5.1.ebuild => noson-app-4.5.2.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/noson-app/Manifest b/media-sound/noson-app/Manifest
index 4d8973f38..5a076507b 100644
--- a/media-sound/noson-app/Manifest
+++ b/media-sound/noson-app/Manifest
@@ -1 +1 @@
-DIST noson-app-4.5.1.tar.gz 2117640 BLAKE2B 
d8729c7998bd0f7236b976526a4c72df51781297af6ee9af3d82a7c612534f0098eb1d1c39c76d3da386816bccb6decfd9306013b7bda537e151576569d0
 SHA512 
bed8eade4bf2154a1b0d083426dd6684f0a7d1a6346bed09e279cf9e0bea37571ca54d1582375543f7f3f7c21e9194c23d13cebc636cb993207d7d865e1058a5
+DIST noson-app-4.5.2.tar.gz 2117644 BLAKE2B 
87662121282d298adc73f813d5e9e0a73920367f3d19f14194b01d1fe2e4bf3b291349b8b20ed3e7276be2c5d44c6548af76494ff3dc9dfc947dade9826d1aa5
 SHA512 
e14e06639af8b8fafad7eb511c1ee5009cdbfebb3d19254a6a2f99de9832a4f9d1c889769e38c315041fe6c4e26216f2d06c45c7f1481cc7925870e8374b292d

diff --git a/media-sound/noson-app/noson-app-4.5.1.ebuild 
b/media-sound/noson-app/noson-app-4.5.2.ebuild
similarity index 100%
rename from media-sound/noson-app/noson-app-4.5.1.ebuild
rename to media-sound/noson-app/noson-app-4.5.2.ebuild



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

2022-01-13 Thread Georgy Yakovlev
commit: 336a777462c399e9ef2d9a88e039e3e622130c70
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 14 01:19:35 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 14 01:19:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336a7774

dev-lang/rust: keyword 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.58.0.ebuild b/dev-lang/rust/rust-1.58.0.ebuild
index 68ce2913cca6..2b3cee83c811 100644
--- a/dev-lang/rust/rust-1.58.0.ebuild
+++ b/dev-lang/rust/rust-1.58.0.ebuild
@@ -19,7 +19,7 @@ else
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
-#  KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"



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

2022-01-13 Thread Georgy Yakovlev
commit: f7cc0a112b11d66356b9a5c0772093e1ca2ad0ea
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 14 01:19:18 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 14 01:19:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cc0a11

dev-lang/rust-bin: keyword 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/rust-bin-1.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.58.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.58.0.ebuild
index eefbc19d0578..9c28c049ad03 100644
--- a/dev-lang/rust-bin/rust-bin-1.58.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.58.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-src rustfmt"
 
 DEPEND=""



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

2022-01-13 Thread Georgy Yakovlev
commit: 0f3b612e96aa6a92167e34eab93c5b035460e325
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jan 14 01:19:52 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jan 14 01:19:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3b612e

virtual/rust: keyword 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/virtual/rust/rust-1.58.0.ebuild b/virtual/rust/rust-1.58.0.ebuild
index ffeb45c4754f..8de903f38293 100644
--- a/virtual/rust/rust-1.58.0.ebuild
+++ b/virtual/rust/rust-1.58.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/

2022-01-13 Thread Jonas Stein
commit: 11e08db42f160f9589e3765c3e01443382bf7520
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Jan 13 23:45:18 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Jan 13 23:45:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e08db4

x11-plugins/wmstickynotes: bump to 0.7

Version bump to 0.7
Patch is no longer needed.
Closes: https://bugs.gentoo.org/830979
Closes: https://bugs.gentoo.org/831093
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 x11-plugins/wmstickynotes/Manifest |  1 +
 x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-plugins/wmstickynotes/Manifest 
b/x11-plugins/wmstickynotes/Manifest
index d7b39951ac0b..6d43755b495d 100644
--- a/x11-plugins/wmstickynotes/Manifest
+++ b/x11-plugins/wmstickynotes/Manifest
@@ -1 +1,2 @@
 DIST wmstickynotes-0.2.tar.gz 107432 BLAKE2B 
2164c351adc723caa22689cbec277554b4adc1d73dce67b52f3ba30ce14a6cc70c39762ae6eb00f2d51b4c365738edfe5713580aa1c30d9256cf112efe579a4b
 SHA512 
59e54e64157a04296f12c1c8c224c5c4b05685f2f0e05abe2a23a1c2137c0656c30e7befc4e5a39b4cb97f99e2ff68f53173cf6456b95f3fef80441661d19b63
+DIST wmstickynotes-0.7.tar.gz 121562 BLAKE2B 
b589f157d53791e3edbf409932616bcdc9d8915d6c2cce1d5901c04e73d76cffa5eb321c2f9b0a0ceecb8aeef3985637195d8a027687f0a94e6bd5544d56335c
 SHA512 
986ca0bbd726488795559be9ca65390eb0d091834335d89f590cc67c40aeb14f2b48b7a61cf3170c4287a98ecf44f1a55d85b6b5d03d2d7df1cb6fe5b7ac3d0d

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
new file mode 100644
index ..8b8830387ff3
--- /dev/null
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A dockapp for keeping small notes around on the desktop"
+HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="x11-libs/gtk+:2"
+RDEPEND="${DEPEND}"



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

2022-01-13 Thread James Le Cuirot
commit: 842dfaa52526cf2fd33c1e447a82629165c3b578
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 13 23:36:18 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 13 23:36:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842dfaa5

www-client/vivaldi: Add version 5.0.2497.38

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest   |   3 +
 www-client/vivaldi/vivaldi-5.0.2497.38.ebuild | 204 ++
 2 files changed, 207 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 48d13f54990e..570b87549acb 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-stable_5.0.2497.32-1_armhf.deb 77941764 BLAKE2B 
1018304591bd9d465a7
 DIST vivaldi-stable_5.0.2497.35-1_amd64.deb 86963144 BLAKE2B 
4064e8a9b6723bb2540004142654161784653644d290ade9a8886b4bf78207a0f74c19293963f22d80f5ede1e0d3d4f727376e22f4039546734a0f118746168d
 SHA512 
667e0f7b6da4600b65a31190878aa11f924137811efc614765bf7fab92ffeba87e81095060b14b41daaf61d6713117e6b678333c396b0612dce6c927f572009e
 DIST vivaldi-stable_5.0.2497.35-1_arm64.deb 81631944 BLAKE2B 
90f29e926c88ba75633c54f1a5210b38065ed690417e54bb3e1da59375ad4c88c269e33c377737ca5bd8541a9cbdace42a53f34c13556840e2d4c170271f1b38
 SHA512 
43058ebf205f858bae7f7688994dcf7c3eae9c958a69ff4f80fa64b36af4e3c8b440ca7653f435ba0979ccfae2c3a4435627abcea09e3b404ea277834aba08aa
 DIST vivaldi-stable_5.0.2497.35-1_armhf.deb 77933892 BLAKE2B 
1db12bbce3e32c9fbd389d82b43eadb33f5c83ea51e90bf47c4411799c80e31e31ebe6197ae6437d8d556b49976d58533534d7e86a2e802080b3146950f8f063
 SHA512 
ddcffb64fd7e98737e4cc68066b56629b245e16d6d3a6a133fc502f702195662240c6c56b4c09c18e13068cc4d815c35fbdb44d0dd5b6518ad96a46a1155cb8d
+DIST vivaldi-stable_5.0.2497.38-1_amd64.deb 86973208 BLAKE2B 
8c1581d2ac1382c69d1cf0c9938a7ce0bf9302d9947c5624ab80f30b028c781914189508cd2e281914682b0d55a527478e06f0072e347ee56c7adf515e94353b
 SHA512 
81a7a6744cefadc1997fc696c6d1204e32f4fc9bc718f1eea315e4ec060d7340b6a25f777fa7f8f133c35b018e92c03d2bdd1892bf3dbef021b7cfce777252eb
+DIST vivaldi-stable_5.0.2497.38-1_arm64.deb 81614372 BLAKE2B 
c630a534448fda19373a316e0d7249ce7e91fed07caa2e1a30d6f1713bc4b5f29111699f8e6f6d610cd15b51a18fdd7df36547d942bc358daaf9b022a5ce10db
 SHA512 
cdd9321cf2a2b7732bf3de1a3203f6287f87c419019705c387483852479da373172399deccf9782ab64b7f67f4e0053d76f199b29b451d15057bcf6a2a3c4383
+DIST vivaldi-stable_5.0.2497.38-1_armhf.deb 77929184 BLAKE2B 
09ff00ba33be0af7ed37806e3632e6158c8e68d1788d2ad12dd994f57cda43ae3619b697d078821114d06caa6ba4aa0053cc661a10cc50ffa8579423870436e9
 SHA512 
fd73e158b8c234888f9ef5381d5915e9de100d6125ad30eb4355e7f1b89c2b47afa87ce168ac0da05cb8b9b15782eaad9462e3617498258f46f9e7e3a84929e3

diff --git a/www-client/vivaldi/vivaldi-5.0.2497.38.ebuild 
b/www-client/vivaldi/vivaldi-5.0.2497.38.ebuild
new file mode 100644
index ..a0fb3fa96f92
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-5.0.2497.38.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="96"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
+
+RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
+RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
+RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
+RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
+
+LICENSE="Vivaldi"
+SLOT="0"

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

2022-01-13 Thread James Le Cuirot
commit: 90ef7adf100fb1939a4afab2ec450f0c4d740231
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 13 23:37:45 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 13 23:37:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ef7adf

www-client/vivaldi: Stabilise 5.0.2497.35 on amd64

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/vivaldi-5.0.2497.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-5.0.2497.35.ebuild 
b/www-client/vivaldi/vivaldi-5.0.2497.35.ebuild
index a0fb3fa96f92..569a0ea501a7 100644
--- a/www-client/vivaldi/vivaldi-5.0.2497.35.ebuild
+++ b/www-client/vivaldi/vivaldi-5.0.2497.35.ebuild
@@ -96,7 +96,7 @@ else
DEB_REV=1
 fi
 
-KEYWORDS="-* ~amd64 ~arm ~arm64"
+KEYWORDS="-* amd64 ~arm ~arm64"
 
VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
 
 RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"



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

2022-01-13 Thread James Le Cuirot
commit: 3d09c2e4bb41734c6ca9a217af7089f402254394
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 13 23:38:11 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 13 23:38:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d09c2e4

www-client/vivaldi: Drop old 5.0.2497.32

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest   |   3 -
 www-client/vivaldi/vivaldi-5.0.2497.32.ebuild | 204 --
 2 files changed, 207 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 570b87549acb..6b31fcf80a32 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-stable_5.0.2497.32-1_amd64.deb 86965852 BLAKE2B 
e0fb6b6c972e8cc8dc9b8dc8dc33f7a105c7de0f30df3ea2f2c0c7c0c9de16b7999818418076e34515332176b41a2f1991b0957fc89546b6e3215f7369ff3158
 SHA512 
d021e5f16e4bb1bc8ff11bc395352c6bef1af46dcd092e1d344ea471203a6a01a452c5027b0501a220459f250da70c15257f123d3e647d1032f9a573ad2b1b3e
-DIST vivaldi-stable_5.0.2497.32-1_arm64.deb 81576300 BLAKE2B 
a27b363e5cbf00964dc2e76407e20edfb9edddf5e710274efb00acdd1d8b63f764d668251c79b8e0163f90b9d8e7f0005a94b352e46bda0073af548be6d3dc47
 SHA512 
176099420748d76be3d7e6ac99b37f5715c081638da89c43344bc91a935552bded078039022feb12d23155531075296be1d328044151bdd915f18ec072ccc9c3
-DIST vivaldi-stable_5.0.2497.32-1_armhf.deb 77941764 BLAKE2B 
1018304591bd9d465a706a5175949f5c06abf26de8aacb97a9b42c9cbafd3c1015b7a173de308deb66c472f3460527d503ea96fd3fd6f28c60f2e0ee0333188e
 SHA512 
9926d6c15e2295cd6ecb801a2b232de7a774dc07c8864458c5a290dc7b607bd0e5211f9678334728e4a9617a79105c25618c8e91931630c641df83608111a145
 DIST vivaldi-stable_5.0.2497.35-1_amd64.deb 86963144 BLAKE2B 
4064e8a9b6723bb2540004142654161784653644d290ade9a8886b4bf78207a0f74c19293963f22d80f5ede1e0d3d4f727376e22f4039546734a0f118746168d
 SHA512 
667e0f7b6da4600b65a31190878aa11f924137811efc614765bf7fab92ffeba87e81095060b14b41daaf61d6713117e6b678333c396b0612dce6c927f572009e
 DIST vivaldi-stable_5.0.2497.35-1_arm64.deb 81631944 BLAKE2B 
90f29e926c88ba75633c54f1a5210b38065ed690417e54bb3e1da59375ad4c88c269e33c377737ca5bd8541a9cbdace42a53f34c13556840e2d4c170271f1b38
 SHA512 
43058ebf205f858bae7f7688994dcf7c3eae9c958a69ff4f80fa64b36af4e3c8b440ca7653f435ba0979ccfae2c3a4435627abcea09e3b404ea277834aba08aa
 DIST vivaldi-stable_5.0.2497.35-1_armhf.deb 77933892 BLAKE2B 
1db12bbce3e32c9fbd389d82b43eadb33f5c83ea51e90bf47c4411799c80e31e31ebe6197ae6437d8d556b49976d58533534d7e86a2e802080b3146950f8f063
 SHA512 
ddcffb64fd7e98737e4cc68066b56629b245e16d6d3a6a133fc502f702195662240c6c56b4c09c18e13068cc4d815c35fbdb44d0dd5b6518ad96a46a1155cb8d

diff --git a/www-client/vivaldi/vivaldi-5.0.2497.32.ebuild 
b/www-client/vivaldi/vivaldi-5.0.2497.32.ebuild
deleted file mode 100644
index 2fca6878239f..
--- a/www-client/vivaldi/vivaldi-5.0.2497.32.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="96"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="proprietary-codecs widevine"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   

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

2022-01-13 Thread Jakov Smolić
commit: 7ff16df2524cffd83231f3a7678aba7e713ed79d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 13 23:06:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 13 23:06:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff16df2

dev-python/lxml: Stabilize 4.7.1 x86, #831147

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

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

diff --git a/dev-python/lxml/lxml-4.7.1.ebuild 
b/dev-python/lxml/lxml-4.7.1.ebuild
index c76c4f67a229..58f92b1dc364 100644
--- a/dev-python/lxml/lxml-4.7.1.ebuild
+++ b/dev-python/lxml/lxml-4.7.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2022-01-13 Thread Jakov Smolić
commit: 7cdec82060c03e3c20b11034ac765f19173a510b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 13 23:05:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 13 23:05:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdec820

dev-python/py-amqp: Stabilize 5.0.9 ALLARCHES, #831150

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

 dev-python/py-amqp/py-amqp-5.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/py-amqp/py-amqp-5.0.9.ebuild 
b/dev-python/py-amqp/py-amqp-5.0.9.ebuild
index eb3c94be5008..6b40a30bd15d 100644
--- a/dev-python/py-amqp/py-amqp-5.0.9.ebuild
+++ b/dev-python/py-amqp/py-amqp-5.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="extras"
 
 BDEPEND="



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

2022-01-13 Thread Jakov Smolić
commit: c756d81205f781c10f03db5afc8b1b6815e8fda7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 13 23:06:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 13 23:06:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c756d812

dev-python/isodate: Stabilize 0.6.1 x86, #831146

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

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

diff --git a/dev-python/isodate/isodate-0.6.1.ebuild 
b/dev-python/isodate/isodate-0.6.1.ebuild
index 4e0f020a6bd4..1d51b68f610e 100644
--- a/dev-python/isodate/isodate-0.6.1.ebuild
+++ b/dev-python/isodate/isodate-0.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2022-01-13 Thread Jakov Smolić
commit: 025c9d2b280faa9f4e379534306e0d8c31627f73
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 13 23:05:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 13 23:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025c9d2b

dev-python/lxml: Stabilize 4.7.1 amd64, #831147

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

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

diff --git a/dev-python/lxml/lxml-4.7.1.ebuild 
b/dev-python/lxml/lxml-4.7.1.ebuild
index 368cb47c7cfa..c76c4f67a229 100644
--- a/dev-python/lxml/lxml-4.7.1.ebuild
+++ b/dev-python/lxml/lxml-4.7.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2022-01-13 Thread Jakov Smolić
commit: cf9ed2cd64423a2c8f252e7422d2c4480add
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 13 23:05:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 13 23:05:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9e

dev-python/isodate: Stabilize 0.6.1 amd64, #831146

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

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

diff --git a/dev-python/isodate/isodate-0.6.1.ebuild 
b/dev-python/isodate/isodate-0.6.1.ebuild
index be1c992c3f86..4e0f020a6bd4 100644
--- a/dev-python/isodate/isodate-0.6.1.ebuild
+++ b/dev-python/isodate/isodate-0.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2022-01-13 Thread Jakov Smolić
commit: 955261be240534c7c1bb66c205083ea10d77547d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 13 23:05:25 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 13 23:05:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955261be

dev-python/gmpy: Stabilize 2.1.1 amd64, #831143

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

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

diff --git a/dev-python/gmpy/gmpy-2.1.1.ebuild 
b/dev-python/gmpy/gmpy-2.1.1.ebuild
index 80bcf2c269c5..10f754ead371 100644
--- a/dev-python/gmpy/gmpy-2.1.1.ebuild
+++ b/dev-python/gmpy/gmpy-2.1.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-libs/mpc-1.0.2:=



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

2022-01-13 Thread Jakov Smolić
commit: 45455b9b74cd0a4e99e48385ea1f47ea19b2e293
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jan 13 23:05:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jan 13 23:05:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45455b9b

dev-python/gmpy: Stabilize 2.1.1 x86, #831143

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

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

diff --git a/dev-python/gmpy/gmpy-2.1.1.ebuild 
b/dev-python/gmpy/gmpy-2.1.1.ebuild
index 10f754ead371..80c80ccf73d2 100644
--- a/dev-python/gmpy/gmpy-2.1.1.ebuild
+++ b/dev-python/gmpy/gmpy-2.1.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-libs/mpc-1.0.2:=



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

2022-01-13 Thread Matt Turner
commit: eefccc0d59bcec910cb178ae71f125860b45e821
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 13 22:14:41 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 13 22:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefccc0d

gnome-base/gnome-desktop: Version bump to 41.3

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

 gnome-base/gnome-desktop/Manifest  |  1 +
 gnome-base/gnome-desktop/gnome-desktop-41.3.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/gnome-base/gnome-desktop/Manifest 
b/gnome-base/gnome-desktop/Manifest
index bedf1cb5df0e..7234b85b9c96 100644
--- a/gnome-base/gnome-desktop/Manifest
+++ b/gnome-base/gnome-desktop/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-desktop-40.5.tar.xz 722316 BLAKE2B 
1f2e214eaea74295c892a465f767d29175ac0719a66d8d5b60b924c448f7b8317d3f9e23361d65b4d171018edd206dce764c38545a716ad9c83f20214fe5c4e9
 SHA512 
a65bf42be69d04efd80da6a8c8b08c4adc09db1c6627b93d4eecc3396376bc4407bfad914fc131d16d78b3b3263e635c925ed3dcff92af069525f809bea21afc
 DIST gnome-desktop-40.7.tar.xz 721452 BLAKE2B 
d9979be0131bbaafdc4ae808a5367ce1ac39ade3595f96999cfc7e2876c9cf380a6a6039c74db34a40f1747fec05081384ea1dbf487e849f32a1da67fe22e8a0
 SHA512 
b687c8b7de968544b14bc8801ba3762e0cc2f4d08a41b718813302fdbdcedc3b67ead19bea14050db6312bd807f28bf5e56eeec53c3e2d9005466c9e73e62d14
 DIST gnome-desktop-41.2.tar.xz 732788 BLAKE2B 
5ae560fb31166db0fff56c3c3afd13a5890a540a748ba0602cee7a2f129facd023104198600379415a8f00f6edf1eba670769810cc0542e4c75dc1deb4da0f57
 SHA512 
1a520c84f7a781c59bfd8499c87c7049044a59b87033fac078c4a255c8bcaf79f9b614ad20985ea19c245424bb1972af744ad66fdafa5501800ad342b60fb531
+DIST gnome-desktop-41.3.tar.xz 732804 BLAKE2B 
40a88ba4454455f85a46676d4b2f37159617f7eae9d0f5e1a27c3f0ed1e44953ae9475e81558b7cce1b6fd8cd8804cd3f452d060d843d4f58a7af8748b4c35fa
 SHA512 
b02d9fe3bfad56993f9ed7225b38b4b0b685c7ad1480a9d9db5f9a6a8e13c16918d87e6a51160ee3101ab8ce24f4c0632ae351e7bb11cc473523e216ee9cf6bf

diff --git a/gnome-base/gnome-desktop/gnome-desktop-41.3.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-41.3.ebuild
new file mode 100644
index ..17f8768e560d
--- /dev/null
+++ b/gnome-base/gnome-desktop/gnome-desktop-41.3.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="Library with common API for various GNOME modules"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/;
+
+LICENSE="GPL-2+ LGPL-2+ FDL-1.1+"
+SLOT="3/19" # subslot = libgnome-desktop-3 soname version
+IUSE="debug gtk-doc +introspection seccomp systemd udev"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND="
+   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
+   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
+   >=dev-libs/glib-2.53.0:2
+   >=gnome-base/gsettings-desktop-schemas-3.27.0[introspection?]
+   x11-misc/xkeyboard-config
+   x11-libs/libxkbcommon
+   app-text/iso-codes
+   systemd? ( sys-apps/systemd:= )
+   udev? ( virtual/libudev:= )
+   seccomp? ( sys-libs/libseccomp )
+
+   x11-libs/cairo:=
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${COMMON_DEPEND}
+   media-libs/fontconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   seccomp? ( sys-apps/bubblewrap )
+"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gdbus-codegen
+   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   x11-base/xorg-proto
+   virtual/pkgconfig
+"
+# Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from 
xorg-proto
+
+PATCHES=(
+   "${FILESDIR}"/3.32.2-optional-introspection.patch # add introspection 
meson option
+)
+
+src_prepare() {
+   # Don't build manual test programs that will never get run
+   sed -i -e "/'test-.*'/d" libgnome-desktop/meson.build || die
+   xdg_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dgnome_distributor=Gentoo
+   -Ddate_in_gnome_version=true
+   -Ddesktop_docs=true
+   $(meson_use debug debug_tools)
+   $(meson_use introspection)
+   $(meson_feature udev)
+   $(meson_feature systemd)
+   $(meson_use gtk-doc gtk_doc)
+   -Dinstalled_tests=false
+   )
+   meson_src_configure
+}



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

2022-01-13 Thread Matt Turner
commit: d445151e9bfa99647b96ff500c569f398a5a4779
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 13 22:29:48 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 13 22:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d445151e

net-misc/networkmanager: Drop old versions

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

 net-misc/networkmanager/Manifest   |   3 -
 .../networkmanager-1.32.10-r1.ebuild   | 382 
 .../networkmanager/networkmanager-1.32.12.ebuild   | 392 -
 .../networkmanager/networkmanager-1.32.4-r1.ebuild | 349 --
 .../networkmanager/networkmanager-1.32.8-r1.ebuild | 349 --
 5 files changed, 1475 deletions(-)

diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest
index 7d6ceebeb8c7..f0e10adbc5cc 100644
--- a/net-misc/networkmanager/Manifest
+++ b/net-misc/networkmanager/Manifest
@@ -1,4 +1 @@
-DIST NetworkManager-1.32.10.tar.xz 5353296 BLAKE2B 
af176abd4dd8f725741cc8fde10245606d1b00cb6b11cde11b2e3bce74a33980fdf76fab5c6c769a4275c5168098cb2531a0a03909db8eef5fa502d464d59bd1
 SHA512 
c4eb9114869efba197c3ec1e99d7d5bc54222d9c7118cf699fe61130952a20376a760b86909290d6312a4a23016d51f9ff90ba8eadbbcda84ce811e441293d8d
 DIST NetworkManager-1.32.12.tar.xz 5373452 BLAKE2B 
29ca1f1c2aea60e4ddc7e3d5464604b329c8b740a2a143266c0bc05ec6a16079cfdf67770fc75afe523664e2e4234189031a8ffa2f51c0f02d4760f3ab20e04a
 SHA512 
b8dfa409302781fdab19790afeb7f4396875e282d6983e2c5775294c8c13d3c1036dee69a37bf6e4fb2a2e80504c8e792780b6a9c1262616e57860da5ebc0e61
-DIST NetworkManager-1.32.4.tar.xz 5250412 BLAKE2B 
6c0931d50a8666f88865d4ca5281e1570dd230156e30bb27822c9ea3d93b3b3b24f336e154787794e7edd7c00296f9f7c5761136cac0c0eacf142a0371cbfe81
 SHA512 
95be90d4c8f8f9f58a3c7ad8d8c9b592d2b77f283df58b495fe1b673c4fadd4409f4fc00fc9766343e3ac240dd805583db4f05e6d1f0b367fe22b306227fc684
-DIST NetworkManager-1.32.8.tar.xz 5255076 BLAKE2B 
5f1bc55e3b9e6864c05421c8506ac202162deaf5081450e5d50f52699abc2d9bfb6e89b6f48c9874cccdc11fe754a5063a63e830702e211cf178ce7df0d628fb
 SHA512 
328733f3dce9e52e680e464b60112995439f94dfeaea3b6c2082b323e85418483db6c6dc9e43f52176ff7c1291b226db77fe5acab9935dad7735c4397f5e9b83

diff --git a/net-misc/networkmanager/networkmanager-1.32.10-r1.ebuild 
b/net-misc/networkmanager/networkmanager-1.32.10-r1.ebuild
deleted file mode 100644
index 5cad0e546759..
--- a/net-misc/networkmanager/networkmanager-1.32.10-r1.ebuild
+++ /dev/null
@@ -1,382 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GNOME_ORG_MODULE="NetworkManager"
-VALA_USE_DEPEND="vapigen"
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit gnome.org linux-info meson-multilib python-any-r1 systemd 
readme.gentoo-r1 vala virtualx udev
-
-DESCRIPTION="A set of co-operative tools that make networking simple and 
straightforward"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="audit bluetooth +concheck connection-sharing debug dhclient dhcpcd 
elogind gnutls +introspection iptables iwd psl lto +nss nftables +modemmanager 
ofono ovs policykit +ppp resolvconf selinux syslog systemd teamd test +tools 
vala +wext +wifi"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   bluetooth? ( modemmanager )
-   connection-sharing? ( || ( iptables nftables ) )
-   iwd? ( wifi )
-   vala? ( introspection )
-   wext? ( wifi )
-   ^^ ( gnutls nss )
-   ?? ( elogind systemd )
-   ?? ( dhclient dhcpcd )
-   ?? ( syslog systemd )
-"
-
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
-
-COMMON_DEPEND="
-   sys-apps/util-linux[${MULTILIB_USEDEP}]
-   elogind? ( >=sys-auth/elogind-219 )
-   >=virtual/libudev-175:=[${MULTILIB_USEDEP}]
-   sys-apps/dbus
-   net-libs/libndp
-   systemd? ( >=sys-apps/systemd-209:0= )
-   >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-0.10.3:= )
-   selinux? ( sys-libs/libselinux )
-   audit? ( sys-process/audit )
-   teamd? (
-   >=dev-libs/jansson-2.7:=
-   >=net-misc/libteam-1.9
-   )
-   policykit? ( >=sys-auth/polkit-0.106 )
-   nss? ( >=dev-libs/nss-3.11:=[${MULTILIB_USEDEP}] )
-   gnutls? (
-   >=net-libs/gnutls-2.12:=[${MULTILIB_USEDEP}]
-   )
-   ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] )
-   modemmanager? (
-   net-misc/mobile-broadband-provider-info
-   >=net-misc/modemmanager-0.7.991:0=
-   )
-   bluetooth? ( >=net-wireless/bluez-5 )
-   ofono? ( net-misc/ofono )
-   dhclient? ( >=net-misc/dhcp-4[client] )
-   dhcpcd? ( >=net-misc/dhcpcd-9.3.3 )
-   ovs? ( >=dev-libs/jansson-2.7:= )
-   resolvconf? ( net-dns/openresolv )
-   connection-sharing? (
-   

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

2022-01-13 Thread Matt Turner
commit: 2358e1d117630476cddb102ba78e2a417c7185f1
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 13 22:21:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 13 22:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2358e1d1

gnome-base/nautilus: Version bump to 41.2

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

 gnome-base/nautilus/Manifest |   1 +
 gnome-base/nautilus/nautilus-41.2.ebuild | 108 +++
 2 files changed, 109 insertions(+)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index b3a1b26e4bd8..7f73419708d3 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,2 +1,3 @@
 DIST nautilus-40.2.tar.xz 3250384 BLAKE2B 
8f8bb0c1a060d57695b28df126d421f386d634cbeea007ca30e076eb1b432a4098b98e9a1f39f688f8a920d99ef42ae2d53fe14fb270ba1e7de16aadd037a8d7
 SHA512 
ff7beab2963231c6e5ccd88098260659dd7fedd38ef6c0b95d66ffa110bfe5adc86477e2c1657eb2fcfe6110384038f75a7e669158712dfc1e2bd3f9e273b268
 DIST nautilus-41.1.tar.xz 3246356 BLAKE2B 
558cac6bacd4d4238e8ceb792baa4d85a6aa981e78ae380b6c1256d079cac8e78b3d9b850a01180e4952630eb7898b987f79c12844adca82ab3702b0213d3150
 SHA512 
1eb2f2a0187f8b6581fe64285f347e8522b971eeb4d1f575387f3767e177f0195e758da9187090155216807b8f49ebed0fbcc29dd3cce6f3e408d7a955ae5286
+DIST nautilus-41.2.tar.xz 3248212 BLAKE2B 
be4e4e8fc03751259a1a5d4d1eb726e3026d24376da3fa680c412598219bfb3ced52f9b809004913dffdb9bb1c176dede07288c440c100487b3a337d8eaab417
 SHA512 
adb14fa1cf37a4797f57ae5162bddcd5b012de270cf955051b69276bc266b1dbfd8027b835f627ae19a1252356b344b1c8a4b7ca79a22512f3138a2c13fd2f3e

diff --git a/gnome-base/nautilus/nautilus-41.2.ebuild 
b/gnome-base/nautilus/nautilus-41.2.ebuild
new file mode 100644
index ..d5d9b1ae7f2e
--- /dev/null
+++ b/gnome-base/nautilus/nautilus-41.2.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg
+
+DESCRIPTION="Default file manager for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus;
+
+LICENSE="GPL-3+ LGPL-2.1+"
+SLOT="0"
+IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+DEPEND="
+   >=dev-libs/glib-2.67.1:2
+   >=media-libs/gexiv2-0.10.0
+   gstreamer? ( media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0 )
+   >=app-arch/gnome-autoar-0.3.0
+   >=gnome-base/gnome-desktop-3.0.0:3=
+   >=x11-libs/gtk+-3.22.27:3[X,introspection?]
+   >=gui-libs/libhandy-1.1.90:1
+   >=x11-libs/pango-1.28.3
+   selinux? ( >=sys-libs/libselinux-2.0 )
+   >=app-misc/tracker-3.0:3=
+   x11-libs/libX11
+   >=dev-libs/libxml2-2.7.8:2
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   gstreamer? ( !=app-misc/tracker-miners-3.0:3=
+" # uses org.freedesktop.Tracker.Miner.Files gsettings schema from 
tracker-miners
+BDEPEND="
+   >=dev-util/gdbus-codegen-2.51.2
+   >=dev-util/meson-0.57.2
+   dev-util/glib-utils
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.10
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+PDEPEND="
+   gnome? ( x11-themes/adwaita-icon-theme )
+   previewer? ( >=gnome-extra/sushi-0.1.9 )
+   sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 )
+   >=gnome-base/gvfs-1.14[gtk(+)]
+" # Need gvfs[gtk] for recent:/// support; always built (without USE=gtk) 
since gvfs-1.34
+
+PATCHES=(
+   "${FILESDIR}"/3.30.5-docs-build.patch # Always install pregenerated 
manpage, keeping docs option for gtk-doc
+   "${FILESDIR}"/41.1-optional-gstreamer.patch # Allow controlling 
audio-video-properties build
+)
+
+src_prepare() {
+   if use previewer; then
+   DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media 
files.
+   To activate the previewer, select a file and press 
space; to
+   close the previewer, press space again."
+   fi
+   xdg_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc docs)
+   -Dextensions=true # image file properties, sendto support; also 
required for -Dgstreamer=true
+   $(meson_use gstreamer) # gstreamer audio-video-properties 
extension
+   $(meson_use introspection)
+   -Dlibportal=false # As of 40.2, all libportal usages are 
flatpak-specific
+   -Dpackagekit=false
+   $(meson_use selinux)
+   -Dprofiling=false
+   -Dtests=$(usex test all none)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   use previewer && 

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

2022-01-13 Thread Matt Turner
commit: c11a2846eb9567f2b66fbc692437332b5bd86600
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 13 22:17:28 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 13 22:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11a2846

gnome-base/gnome-session: Version bump to 40.8

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

 gnome-base/gnome-session/Manifest  |   1 +
 gnome-base/gnome-session/gnome-session-40.8.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index 3e9f5c167436..787b3c0517ab 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-session-40.1.1.tar.xz 482304 BLAKE2B 
9a96f230dc793cc0b810bdaad6ce0103f923fbd2b22ee567316508c79bd6e7afe3961b593d094d0a4766a76f45ba6710f96e03a299f43d08a04aca776a172955
 SHA512 
91609915366839806729e066e5ca0d42daff0591732cda08c3da7d4951f7e27964d72988c4e61a64045443969b9fb0a9697c7ace82bdd8843310cb4d7e9dfd8c
+DIST gnome-session-40.8.tar.xz 483272 BLAKE2B 
47cbc09885163bbae2cd6578cc506ce32c1514a3024e410d9bf0dd7bb4a8e5dd38f8957f17685c9847098579c3b5e46d5675a53b99ce6673c9f4905c9f55d3dd
 SHA512 
1f0cc24ae140adfada4a343ad4542883779ac0e6343df2a5720458d62fa1c88e6703d6612c05c2af32b5cabc351daa432ef0b6981f852550ebb99eeed4a77b36
 DIST gnome-session-41.3.tar.xz 483396 BLAKE2B 
b5672868459b362452f62e6b543243df536a2edeaaa75dae09c5dedc9574fa58f6024aea5e0853361ae46cff6dcbfd257e6bc0da7ddfb028c3b0ae58d8ead63d
 SHA512 
a75c038639301ccd1f0abf83f944890f74986e94dc32f45c97c1872ddc09bcebbb94116f7f865b1d9fa40a81133ec14fbfb75d585061750d9809af4abba3aa9a

diff --git a/gnome-base/gnome-session/gnome-session-40.8.ebuild 
b/gnome-base/gnome-session/gnome-session-40.8.ebuild
new file mode 100644
index ..d79d3e2348d7
--- /dev/null
+++ b/gnome-base/gnome-session/gnome-session-40.8.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit desktop gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-session;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="doc elogind systemd"
+# There is a null backend available, thus ?? not ^^
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+   >=dev-libs/glib-2.46.0:2
+   >=x11-libs/gtk+-3.22.0:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=gnome-base/gnome-desktop-3.34.2:3=
+   >=dev-libs/json-glib-0.10
+   media-libs/mesa[egl(+),gles2,X(+)]
+   media-libs/libepoxy
+   x11-libs/libXcomposite
+
+   systemd? ( >=sys-apps/systemd-242:0= )
+   elogind? ( >=sys-auth/elogind-239.4 )
+"
+
+# Pure-runtime deps from the session files should *NOT* be added here.
+# >=gnome-settings-daemon-3.35.91 for UsbProtection required component.
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+# sys-apps/dbus[X] is needed for session management.
+# Our 90-xcursor-theme-gnome reads a setting from gsettings-desktop-schemas.
+RDEPEND="${DEPEND}
+   >=gnome-base/gnome-settings-daemon-3.35.91
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   sys-apps/dbus[X]
+
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+"
+BDEPEND="
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   x11-libs/xtrans
+   virtual/pkgconfig
+   doc? ( app-text/xmlto
+   app-text/docbook-xml-dtd:4.1.2 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.38.0-meson-Support-elogind.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   # Install USE=doc in ${PF} if enabled
+   sed -i -e "s:meson\.project_name(), 'dbus':'${PF}', 'dbus':" 
doc/dbus/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddeprecation_flags=false
+   $(meson_use elogind)
+   -Dsession_selector=true # gnome-custom-session
+   $(meson_use systemd)
+   -Dsystemd_session=$(usex systemd default disable)
+   $(meson_use systemd systemd_journal)
+   $(meson_use doc docbook)
+   -Dconsolekit=false
+   -Dman=true
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   exeinto /etc/X11/Sessions
+   doexe "${FILESDIR}/Gnome"
+
+   newmenu "${FILESDIR}/defaults.list-r5" gnome-mimeapps.list
+
+   exeinto /etc/X11/xinit/xinitrc.d/
+   newexe "${FILESDIR}/15-xdg-data-gnome-r1" 15-xdg-data-gnome
+
+   # This should 

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

2022-01-13 Thread Matt Turner
commit: 5fc133a1f632ed81b3cfd3e4747196f3019a3353
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 13 22:26:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 13 22:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc133a1

gnome-extra/gnome-boxes: Version bump to 41.3

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

 gnome-extra/gnome-boxes/Manifest|   1 +
 gnome-extra/gnome-boxes/gnome-boxes-41.3.ebuild | 129 
 2 files changed, 130 insertions(+)

diff --git a/gnome-extra/gnome-boxes/Manifest b/gnome-extra/gnome-boxes/Manifest
index 93097b28c300..ec5cd70934d7 100644
--- a/gnome-extra/gnome-boxes/Manifest
+++ b/gnome-extra/gnome-boxes/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-boxes-40.3.tar.xz 1697444 BLAKE2B 
a7c1677224dde80142abdeeff8b99929c7b86ce38a3432bf0368ec93146df0a813cbeae033fc8cbcd2fb8cd5b28170e0385224f36a9517ed54244e94a3453b6c
 SHA512 
1944414feb6fab054f46e32b5f245042c882cf0a1ecde0eafced81adda16af1018203139177d3f9fa1d2eaf1565ee9e3b3fdff63c4a4b06b0802e20a2f064890
 DIST gnome-boxes-41.2.tar.xz 1614708 BLAKE2B 
9896d558951d36d60843e8e4bc237007b7917fe6cd672e6af0d801de1b8a44cefe5098666b5bce95b8aebf4c4cd4ebbbe5ec6c94d88dfeff54216f524554ba66
 SHA512 
ef14d4bfeb3202664bb96047de5656295f0186121599bf7a82184f4815e956e18f5ce60d0a45ec6e405ec4d22134cc4138018f0d3f86b8372303c0c639751803
+DIST gnome-boxes-41.3.tar.xz 1614656 BLAKE2B 
1d2a53ba833cdf130f1b2a350871344b0fd4c3f223e069d707e8279748a2fbd21e0d618d0cb229bb3bcfaa84e41d32da763df1d84efd7b749d890f28aceae904
 SHA512 
6aa8daf03898b7ec28397897b054e220bf2eabb7acbf4ea4dab7035bbe24e44c8a75e488c788f2b8cc56d6e72785651574cffa84cc1a06e5c9c7e0772839bfe7

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-41.3.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-41.3.ebuild
new file mode 100644
index ..a2108ec7a02c
--- /dev/null
+++ b/gnome-extra/gnome-boxes/gnome-boxes-41.3.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg
+
+DESCRIPTION="Simple GNOME application to access remote or virtual systems"
+HOMEPAGE="https://wiki.gnome.org/Apps/Boxes;
+
+LICENSE="LGPL-2+ CC-BY-2.0"
+SLOT="0"
+
+IUSE="rdp"
+KEYWORDS="~amd64"
+
+# FIXME: qemu probably needs to depend on spice[smartcard] directly with 
USE=spice
+# FIXME: Check over libvirt USE=libvirtd,qemu and the smartcard/usbredir 
requirements
+# Technically vala itself still ships a libsoup vapi, but that may change, and 
it should be better to use the .vapi from the same libsoup version
+# gtk-vnc raised due to missing vala bindings in earlier ebuilds
+DEPEND="
+   >=app-arch/libarchive-3.0.0:=
+   >=dev-libs/glib-2.52:2
+   >=x11-libs/gtk+-3.24.1:3
+   >=net-libs/gtk-vnc-0.8.0-r1[gtk3(+)]
+   x11-libs/gtksourceview:4
+   >=sys-libs/libosinfo-1.7.0
+   app-crypt/libsecret
+   >=net-libs/libsoup-2.44:2.4
+   virtual/libusb:1
+   >=app-emulation/libvirt-glib-4.0.0
+   >=dev-libs/libxml2-2.7.8:2
+   >=net-misc/spice-gtk-0.32[gtk3(+),smartcard,usbredir]
+   app-misc/tracker:3
+   >=net-libs/webkit-gtk-2.26.0:4
+   >=gui-libs/libhandy-1.0.0:1=
+
+   >=dev-libs/gobject-introspection-1.56:=
+   >=dev-libs/libgudev-165:=
+   rdp? ( >=net-misc/freerdp-2.0.0:= )
+" # gobject-introspection needed for libovf subproject (and gtk-frdp 
subproject with USE=rdp)
+# These are called via exec():
+# sys-fs/mtools mcopy for unattended file copying for files that libarchive 
doesn't support
+# app-cdr/cdrtools mkisofs is needed for unattended installer secondary disk 
image creation
+# app-emulation/libguestfs virt-sysprep is used for VM cloing, if not there, 
it logs debug and doesn't function
+# sys-apps/policycoreutils restorecon is used for checking selinux context
+# app-emulation/libvirt virsh used for various checks (and we need the library 
anyways)
+# sys-auth/polkit used for making all libvirt system disks readable via 
"pkexec chmod a+r" that aren't already readable to the user (libvirt system 
importer)
+# app-emulation/qemu qemu-img used to convert image to QCOW2 format during copy
+RDEPEND="${DEPEND}
+   app-cdr/cdrtools
+   app-misc/tracker-miners:3[iso]
+   app-emulation/spice[smartcard]
+   >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
+   >=app-emulation/qemu-1.3.1[spice,smartcard,usbredir]
+   sys-fs/mtools
+   sys-auth/polkit
+"
+# gtk-frdp generates gir and needs gtk+ introspection for it
+# This is only needed for creating the .vapi file, but gnome-boxes needs it
+BDEPEND="
+   $(vala_depend)
+   net-libs/gtk-vnc[vala]
+   sys-libs/libosinfo[vala]
+   app-crypt/libsecret[vala]
+   net-libs/libsoup:2.4[vala]
+   app-emulation/libvirt-glib[vala]
+   net-misc/spice-gtk[vala]
+   

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

2022-01-13 Thread Matt Turner
commit: 048db12625347320ade959e329eac458e9c36bd6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 13 22:17:01 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 13 22:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048db126

gnome-base/gnome-session: Version bump to 41.3

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

 gnome-base/gnome-session/Manifest  |   1 +
 gnome-base/gnome-session/gnome-session-41.3.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index b24182613817..3e9f5c167436 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1 +1,2 @@
 DIST gnome-session-40.1.1.tar.xz 482304 BLAKE2B 
9a96f230dc793cc0b810bdaad6ce0103f923fbd2b22ee567316508c79bd6e7afe3961b593d094d0a4766a76f45ba6710f96e03a299f43d08a04aca776a172955
 SHA512 
91609915366839806729e066e5ca0d42daff0591732cda08c3da7d4951f7e27964d72988c4e61a64045443969b9fb0a9697c7ace82bdd8843310cb4d7e9dfd8c
+DIST gnome-session-41.3.tar.xz 483396 BLAKE2B 
b5672868459b362452f62e6b543243df536a2edeaaa75dae09c5dedc9574fa58f6024aea5e0853361ae46cff6dcbfd257e6bc0da7ddfb028c3b0ae58d8ead63d
 SHA512 
a75c038639301ccd1f0abf83f944890f74986e94dc32f45c97c1872ddc09bcebbb94116f7f865b1d9fa40a81133ec14fbfb75d585061750d9809af4abba3aa9a

diff --git a/gnome-base/gnome-session/gnome-session-41.3.ebuild 
b/gnome-base/gnome-session/gnome-session-41.3.ebuild
new file mode 100644
index ..d79d3e2348d7
--- /dev/null
+++ b/gnome-base/gnome-session/gnome-session-41.3.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit desktop gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-session;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="doc elogind systemd"
+# There is a null backend available, thus ?? not ^^
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+   >=dev-libs/glib-2.46.0:2
+   >=x11-libs/gtk+-3.22.0:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=gnome-base/gnome-desktop-3.34.2:3=
+   >=dev-libs/json-glib-0.10
+   media-libs/mesa[egl(+),gles2,X(+)]
+   media-libs/libepoxy
+   x11-libs/libXcomposite
+
+   systemd? ( >=sys-apps/systemd-242:0= )
+   elogind? ( >=sys-auth/elogind-239.4 )
+"
+
+# Pure-runtime deps from the session files should *NOT* be added here.
+# >=gnome-settings-daemon-3.35.91 for UsbProtection required component.
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+# sys-apps/dbus[X] is needed for session management.
+# Our 90-xcursor-theme-gnome reads a setting from gsettings-desktop-schemas.
+RDEPEND="${DEPEND}
+   >=gnome-base/gnome-settings-daemon-3.35.91
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   sys-apps/dbus[X]
+
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+"
+BDEPEND="
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   x11-libs/xtrans
+   virtual/pkgconfig
+   doc? ( app-text/xmlto
+   app-text/docbook-xml-dtd:4.1.2 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.38.0-meson-Support-elogind.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+   # Install USE=doc in ${PF} if enabled
+   sed -i -e "s:meson\.project_name(), 'dbus':'${PF}', 'dbus':" 
doc/dbus/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddeprecation_flags=false
+   $(meson_use elogind)
+   -Dsession_selector=true # gnome-custom-session
+   $(meson_use systemd)
+   -Dsystemd_session=$(usex systemd default disable)
+   $(meson_use systemd systemd_journal)
+   $(meson_use doc docbook)
+   -Dconsolekit=false
+   -Dman=true
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+
+   exeinto /etc/X11/Sessions
+   doexe "${FILESDIR}/Gnome"
+
+   newmenu "${FILESDIR}/defaults.list-r5" gnome-mimeapps.list
+
+   exeinto /etc/X11/xinit/xinitrc.d/
+   newexe "${FILESDIR}/15-xdg-data-gnome-r1" 15-xdg-data-gnome
+
+   # This should be done here as discussed in bug #270852
+   newexe "${FILESDIR}/10-user-dirs-update-gnome-r1" 
10-user-dirs-update-gnome
+
+   # Set XCURSOR_THEME from current dconf setting instead of installing
+   # default cursor symlink globally and affecting other DEs (bug #543488)
+   # 

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

2022-01-13 Thread Michał Górny
commit: 99fb2e3e8f307f6fdb80476b18049524191a7a10
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 21:52:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 21:52:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fb2e3e

dev-python/pytest-timeout: Remove old

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

 dev-python/pytest-timeout/Manifest |  1 -
 .../pytest-timeout/pytest-timeout-2.0.0.ebuild | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/pytest-timeout/Manifest 
b/dev-python/pytest-timeout/Manifest
index 34e22d134c82..0ef949925e15 100644
--- a/dev-python/pytest-timeout/Manifest
+++ b/dev-python/pytest-timeout/Manifest
@@ -1,2 +1 @@
-DIST pytest-timeout-2.0.0.tar.gz 16210 BLAKE2B 
8e3c0436147b6cc680540329daabd7269d301c95663599f7e9c64313bc3a45fde5cc5ea297d5b8c85f43d1a80c2db44b8e150877c3c7b29eef5e38426dfd4efc
 SHA512 
96e9b545b4ac1e4a615863f69d190e0265e85f23dc12df51e9035b8e6bceff23279bb042eed83aa0ddd6d06b0e02a2dcc29ee352fd44cc86f0682fb328264645
 DIST pytest-timeout-2.0.2.tar.gz 16683 BLAKE2B 
bc6ee17832dfa5c3e5a35efc34bda630f1f1f7e7ece5a71d68110ab12c08566ee89c3b0f68967807967d17e2622ca1d2bce24baf51986ad8921fd55df091b376
 SHA512 
ee151a55f6323ae23ddd7e54e39e1c014de2aa2a142a0e3ba81c80b5d36435fc6c2809e383df8c49e62df70361a03dbe73e4d96d03798323fe7f1304a197f770

diff --git a/dev-python/pytest-timeout/pytest-timeout-2.0.0.ebuild 
b/dev-python/pytest-timeout/pytest-timeout-2.0.0.ebuild
deleted file mode 100644
index 96562f417271..
--- a/dev-python/pytest-timeout/pytest-timeout-2.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin to abort hanging tests"
-HOMEPAGE="https://pypi.org/project/pytest-timeout/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-
-# do not rdepend on pytest, it won't be used without it anyway
-# pytest-cov used to test compatibility
-BDEPEND="
-   test? (
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   !hppa? (
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   )
-   )"
-
-distutils_enable_tests --install pytest



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

2022-01-13 Thread Michał Górny
commit: d32795f42e1ab8ab4cbb38b11d633e7e9d9b45bf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 21:52:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 21:52:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32795f4

dev-python/readme_renderer: Remove old

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

 dev-python/readme_renderer/Manifest|  1 -
 .../readme_renderer/readme_renderer-31.0.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/readme_renderer/Manifest 
b/dev-python/readme_renderer/Manifest
index 574eec4056d7..97ad61aa334f 100644
--- a/dev-python/readme_renderer/Manifest
+++ b/dev-python/readme_renderer/Manifest
@@ -1,2 +1 @@
-DIST readme_renderer-31.0.tar.gz 27617 BLAKE2B 
2705157cb0cb04e8891ac5b0c363dbe30559ce3fd5bd5c0014e9746d6334c68b458fc1dad69c8da3088ccf5c70dff31bcc957fb01c26ee37f7370d3ac7dbffc7
 SHA512 
8399d478f46c58a3abecbbc3242c7cc4801fc84c04dc4ab35b88159e65373fe91ccebb1ab6eba505651b0dcab6f12283f55aad902379a2b0056ddcbce5e76897
 DIST readme_renderer-32.0.tar.gz 27812 BLAKE2B 
9e5052bd6d14c9ae6c405934919b2e2555094892f569c3acae2149607c5d94c9522e994110b1b9607429eaf865925a3fbbda5eb78e3ac9ce66024d229c6b223f
 SHA512 
58f3dfe6e19074e8f0c5bb8125c9b414651008cc1246a5100018f24dbb199f5d9d920a0201afe06fc9921d86fca339bd1ebd1b4d8c0606aa59e6e2edd1e8bf56

diff --git a/dev-python/readme_renderer/readme_renderer-31.0.ebuild 
b/dev-python/readme_renderer/readme_renderer-31.0.ebuild
deleted file mode 100644
index a2eea87a8145..
--- a/dev-python/readme_renderer/readme_renderer-31.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="a library for rendering \"readme\" descriptions for Warehouse"
-HOMEPAGE="https://github.com/pypa/readme_renderer 
https://pypi.org/project/readme-renderer/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-   >=dev-python/bleach-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.13.1[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-DOCS=( README.rst )
-
-distutils_enable_tests pytest



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

2022-01-13 Thread Michał Górny
commit: 2e0af8c79d695cd8036b1fa781106c54fa0edfa3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 21:52:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 21:52:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0af8c7

dev-python/pyhamcrest: Remove old

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

 dev-python/pyhamcrest/Manifest|  1 -
 dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index a39a9730da15..4ab9c06d2890 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,2 +1 @@
-DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 
749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56
 SHA512 
d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8
 DIST PyHamcrest-2.0.3.gh.tar.gz 59353 BLAKE2B 
b393f250f1a5f3f2d3014ae8a6e20ec659e034d8e681fcbb16f4e9fbe69ba7a94ce342a79584cfc99dff6af57e1d9763efd5ff8b5d891951289d9047cab4270c
 SHA512 
4a28c0ae04db11a86c44dff001e919a5bb6b820af8ffd60b1a1f2846f257d79daac76fbdeac4a0039d149e643043258a0685382a3a4b52c6d4586b8be95e1657

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
deleted file mode 100644
index 95693a93178d..
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-MY_PN="PyHamcrest"
-
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
-SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples"
-
-distutils_enable_sphinx doc \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2022-01-13 Thread Michał Górny
commit: 9f28a0f54184b2dc82b3e9511d1f3364a4504e00
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 21:51:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 21:51:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f28a0f5

app-portage/eix: Bump to 0.36.1

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

 app-portage/eix/Manifest  |   1 +
 app-portage/eix/eix-0.36.1.ebuild | 103 ++
 2 files changed, 104 insertions(+)

diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
index 10e8bd776dd6..c91f0c823670 100644
--- a/app-portage/eix/Manifest
+++ b/app-portage/eix/Manifest
@@ -1 +1,2 @@
 DIST eix-0.36.0.tar.xz 640820 BLAKE2B 
952e6a354cc5fd1145ef36fed6047bc6f10dd7a51166028581e3b392be66b5df07eabb96cba362dc4f7a50fbe19e6ccb3744d30928c4763a91af21ad02cee38d
 SHA512 
891e343b01d3887cbc7e61933b43e79949ff702dcd8ada2f15ff57a628dc6ebc9a4b6817d3aa3d814474db3131aefcbbf56cec2520868dcb2182cbee780125b5
+DIST eix-0.36.1.tar.xz 640084 BLAKE2B 
10014bb847d71b803967354f3a415dc1c74ad37385b7b440f0c162c573453042d06bbc575582831ffc0aad6b0f7abeedbcb4e23b869505d4f85d6bd6b7cfbba4
 SHA512 
915a364b0f63124c53e43eb35165ce553f6eadaf8708f0c075dc2f4871fe83378cd0c8650d5605c1f87c512563fdd62f28efdc586b358fc7cd63ae42a404981d

diff --git a/app-portage/eix/eix-0.36.1.ebuild 
b/app-portage/eix/eix-0.36.1.ebuild
new file mode 100644
index ..7d1c230fabe8
--- /dev/null
+++ b/app-portage/eix/eix-0.36.1.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 tmpfiles
+
+DESCRIPTION="Search and query ebuilds"
+HOMEPAGE="https://github.com/vaeth/eix/;
+SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="debug doc nls sqlite"
+
+DEPEND="
+   nls? ( virtual/libintl )
+   sqlite? ( >=dev-db/sqlite-3:= )"
+RDEPEND="${DEPEND}
+   >=app-shells/push-2.0-r1
+   >=app-shells/quoter-3.0_p2-r1"
+BDEPEND="
+   app-arch/xz-utils
+   nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+   # remove stale cache file to prevent collisions
+   local old_cache=${EROOT}/var/cache/${PN}
+   if [[ -f ${old_cache} ]]; then
+   rm "${old_cache}" || die
+   fi
+}
+
+src_prepare() {
+   default
+   sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
+
+   sed -e "/eixf_source=/s:push.sh:cat 
\"${EPREFIX}/usr/share/push/push.sh\":" \
+   -e "/eixf_source=/s:quoter_pipe.sh:cat 
\"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
+   -i src/eix-functions.sh.in || die
+   sed -e "s:'\$(bindir)/eix-functions.sh':cat 
\"${EPREFIX}/usr/share/eix/eix-functions\":" \
+   -i src/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable debug paranoic-asserts)
+   $(use_enable nls)
+   $(use_with doc extra-doc)
+   $(use_with sqlite)
+   --without-protobuf
+
+   # default configuration
+   $(use_with prefix always-accept-keywords)
+   --with-dep-default
+   --with-required-use-default
+
+   # paths
+   --with-portage-rootpath="${ROOTPATH}"
+   --with-eprefix-default="${EPREFIX}"
+
+   # build a single executable with symlinks
+   --disable-separate-binaries
+   --disable-separate-tools
+
+   # used purely to control/disrespect *FLAGS
+   --disable-debugging
+   --disable-new_dialect
+   --disable-optimization
+   --disable-strong-optimization
+   --disable-security
+   --disable-nopie-security
+   --disable-strong-security
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   dobashcomp bash/eix
+   dotmpfiles tmpfiles.d/eix.conf
+
+   rm -r "${ED}"/usr/bin/eix-functions.sh || die
+}
+
+pkg_postinst() {
+   tmpfiles_process eix.conf
+
+   local obs=${EROOT}/var/cache/eix.previous
+   if [[ -f ${obs} ]]; then
+   ewarn "Found obsolete ${obs}, please remove it"
+   fi
+}
+
+pkg_postrm() {
+   if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
+   rm -rf "${EROOT}/var/cache/${PN}" || die
+   fi
+}



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

2022-01-13 Thread Georgy Yakovlev
commit: 16d780eadc15ea8b6a88c97688a669e128587991
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 21:08:53 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d780ea

sys-devel/rust-std: drop 1.51.0, 1.52.1

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-devel/rust-std/Manifest   |   2 -
 sys-devel/rust-std/rust-std-1.51.0.ebuild | 156 --
 sys-devel/rust-std/rust-std-1.52.1.ebuild | 154 -
 3 files changed, 312 deletions(-)

diff --git a/sys-devel/rust-std/Manifest b/sys-devel/rust-std/Manifest
index d255219d8cb9..408325747f02 100644
--- a/sys-devel/rust-std/Manifest
+++ b/sys-devel/rust-std/Manifest
@@ -1,5 +1,3 @@
-DIST rustc-1.51.0-src.tar.xz 109596164 BLAKE2B 
c1ac89655adfe7db8005476d42c748cf1896f52888141229fd6dda43855dbb08c21c8e1f11398d2f1f9dd5f8d508d9158a3bda4f1b282d1b184ea4c701100837
 SHA512 
ded91468ddf3e6627f00e7ec3d44452aa24eb727a183c0de9d90264f593119a54300d56b09251a88260db480b48554181ae195c538996a32d68d48b6587ac0df
-DIST rustc-1.52.1-src.tar.xz 115109508 BLAKE2B 
c5d73f5884037d287d88ba9fdaf63a36678b692e1b510920045797ab29f1660f05cda901e19411ff83ec3084c4130034c269976b1056220f3e629cff116d07f0
 SHA512 
55f5053ce40d4eba4663052817aef6a6275139ca229c89cd1ec44711458b412720203301d8c7975aac5720a91fcaf21847f8184f641cbb0004f722520283c73c
 DIST rustc-1.53.0-src.tar.xz 115686332 BLAKE2B 
fa068f89d42f927fdc79ee31aad1386eaf2aa596a060e059c5a1a73fe48c48d008fc952cd6c7912b743e41d77a94b205639eed0f728b2539b62f18a772cabfe3
 SHA512 
70485cf7a0f7fc36ee31644e546374079dc387a85b44e5e793707fd0a4d7ca05d311291e78b86db955485d8f21c47ff9e1908acc4da68ba04929287213a40c24
 DIST rustc-1.54.0-src.tar.xz 116286856 BLAKE2B 
5ac47822646a0b6205f09282168b4d4ddcace9f6bc8f242c890327ca4074626f129514f8bcae5c5556015745f718990cce490658076f5cd3526623439540416b
 SHA512 
5162f85b43ca2c5af93fdbfb2597d75df8a838f7fcc025a5298499ce1043db50f1ea2fbba753e47ce5daad3d80d4b612acf6527ef902c34117763e687fdbbcfa
 DIST rustc-1.55.0-src.tar.xz 117197580 BLAKE2B 
8d9739ce7571146aee0e07c6287de9a8c4f1a914606cd47819eb1ef118b15772ecf22d0d43d7732f03c234a013fa54a4a7f0578a3f136af518f71bf64a03305d
 SHA512 
7522f2fa95d5af92472404ecc97d7d9e745e88c933196a83fa373ce1efff6db3c295e0e2afdbfa1ff00644554efa0c3c7f6c11f9119ecf9010cb440b3f27c2da

diff --git a/sys-devel/rust-std/rust-std-1.51.0.ebuild 
b/sys-devel/rust-std/rust-std-1.51.0.ebuild
deleted file mode 100644
index 935388d41a01..
--- a/sys-devel/rust-std/rust-std-1.51.0.ebuild
+++ /dev/null
@@ -1,156 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain 
toolchain-funcs
-
-DESCRIPTION="Rust standard library, standalone (for crossdev)"
-HOMEPAGE="https://www.rust-lang.org;
-SRC_URI="https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;
-
-LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
-SLOT="stable/$(ver_cut 1-2)"
-# please do not keyword
-#KEYWORDS="" #nowarn
-IUSE="debug"
-
-BDEPEND="
-   ${PYTHON_DEPS}
-   ~dev-lang/rust-${PV}:=
-"
-
-DEPEND="||
-   (
-   >="${CATEGORY}"/gcc-4.7:*
-   >="${CATEGORY}"/clang-3.5:*
-   )
-"
-
-RDEPEND="${DEPEND}"
-
-# need full compiler to run tests
-RESTRICT="test"
-
-QA_FLAGS_IGNORED="usr/lib/rust/${PV}/rustlib/.*/lib/lib.*.so"
-
-S="${WORKDIR}/${P/-std/c}-src"
-
-PATCHES=( "${FILESDIR}"/1.51.0-bootstrap-panic.patch )
-
-#
-# The cross magic
-#
-export CTARGET=${CTARGET:-${CHOST}}
-if [[ ${CTARGET} == ${CHOST} ]] ; then
-   if [[ ${CATEGORY} == cross-* ]] ; then
-   export CTARGET=${CATEGORY#cross-}
-   fi
-fi
-
-is_cross() {
-   [[ ${CHOST} != ${CTARGET} ]]
-}
-
-toml_usex() {
-   usex "$1" true false
-}
-
-pkg_pretend() {
-   is_cross || die "${PN} should only be used for cross"
-}
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-}
-
-src_configure() {
-   # do the great cleanup
-   strip-flags
-   filter-flags '-mcpu=*' '-march=*' '-mtune=*' '-m32' '-m64'
-   strip-unsupported-flags
-
-   local rust_root x
-   rust_root="$(rustc --print sysroot)"
-   rtarget="$(rust_abi ${CTARGET})"
-   rtarget="${ERUST_STD_RTARGET:-${rtarget}}" # some targets need to be 
custom.
-   rbuild="$(rust_abi ${CBUILD})"
-   rhost="$(rust_abi ${CHOST})"
-
-   echo
-   for x in CATEGORY rust_root rbuild rhost rtarget RUSTFLAGS CFLAGS 
CXXFLAGS LDFLAGS; do
-   einfo "$(printf '%10s' ${x^^}:) ${!x}"
-   done
-
-   cat <<- EOF > "${S}"/config.toml
-   [build]
-   build = "${rbuild}"
-   host = ["${rhost}"]
-   target = ["${rtarget}"]
-   cargo = "${rust_root}/bin/cargo"
-  

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

2022-01-13 Thread Georgy Yakovlev
commit: 1ea730825863d4f39b5e806937fd05e6b672adf5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 20:53:00 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea73082

dev-lang/rust: add 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/Manifest   |  34 ++
 dev-lang/rust/rust-1.58.0.ebuild | 691 +++
 2 files changed, 725 insertions(+)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 33ce567a1506..c8dda48c543b 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -158,6 +158,38 @@ DIST rust-1.56.0-x86_64-unknown-linux-gnu.tar.xz 147894784 
BLAKE2B 6cbdb8a82aba4
 DIST rust-1.56.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
e0ed39db46b40631f69fa379a04ec37ba314587a4f081aa1f3251e01b7221ee8732b668cfcc4c24c1a3950f3f8dcfd542a1a73c603cea545b812d5d3a9527055
 SHA512 
3e9d0b159684a496e29c9e40af11f16f5ef5cadd8bc4852018a953310e77a4e29db6c14ffcc86198908aa4998550c83cfd3f2cc42e007122d56167d664776c44
 DIST rust-1.56.0-x86_64-unknown-linux-musl.tar.xz 255010720 BLAKE2B 
286e91cbf001de6f888bd82139e6711b32f03d45c599f26b01f60222d98c3521a1933b3b9b7f8c46fa79d481780dc8dc47e5e24985b721a6998d620b446c38b4
 SHA512 
fb5a914a25ef3cb39393207a75c40f1313740167062feb4cda4084e738f4e93a51624a8a9591acc18553cfd6e2e232984c8c84acc3dfd77fbe38b17085850881
 DIST rust-1.56.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
bb7cfc775c1c44569276e687028e9a7ffac31577310052d9c354179a541ee13b0ca00a025e994e03ab17086d0abe6dda6845ed1cb10879425439c7651bdc9269
 SHA512 
cb23d98cfb1b59fcccaec575145b6f38846f3f49b16a3be199b06d6198b1db13720157ca65a01f6ef76abf742507bba39776d130f0fd03aa228acf5917457f7d
+DIST rust-1.57.0-aarch64-unknown-linux-gnu.tar.xz 228665060 BLAKE2B 
98fe268d060a7f19c284bf02fec148550807b6c75fad042b85f07b22c127f911e4e7e6d9738b4bef42b5a46cc888e5a0df79307cc84e39adf3ed9da3fd531188
 SHA512 
71d32e1ed3fc4a2eaf3594112b3b43ab82bd28b35e547542f6c1ed006175d7cf805be373a4da8b962762962dd32fe951c8ca7c0a424addad5d4e828441d5386c
+DIST rust-1.57.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
fc832ff510b498a5763a26b420a6cdcf6b2b5fa8ce655f01ab23190f527cfaac144ac68378c6af3d3048440330f94b5d213d049c65ad87f0701b0555ebfa2b6f
 SHA512 
a225f1db92c6e57b977873a3e5dbd07fa1288d2f8d79a879cc72dfc0dff66e70ce56619198cf36376b2774272c85363b8e8abf14efe8404f4cc038410c648ad3
+DIST rust-1.57.0-aarch64-unknown-linux-musl.tar.xz 224700500 BLAKE2B 
2eb3122af42c499bf92b93946b20b6414d51ba895a77a8e9c53dc437a20093605b2e9f22d8f88b4fc3ca7f7b75d425a2442b36fcea54b583692c32f728f23bfc
 SHA512 
0850861d9d2c22d76b1550e7d6b64c746c3cc24b51a68949948528bdd93621f74e6c07d23428fcdb280e884e469f2e4f2d3f9a7f81ccfa61d41265e31af3a9cb
+DIST rust-1.57.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
f594a31b48af2ee7835f89660a13e336f3cb2a01d99a5d48d280c06698d69712de190b35ddc682a9ac7bb6bad1edac9c3bde7262fc5a9732ea471984e1bb99a7
 SHA512 
aee3fd35c8e7c6b9ce651d940f8fbb17a2bd2a58d8b85421ecfb4a72d5c56878a5d129166896ea717c5b3e5b9c7f61376801d766af1c9a4d1a090327424e93db
+DIST rust-1.57.0-arm-unknown-linux-gnueabi.tar.xz 206890752 BLAKE2B 
5d314766d333708158df7ef01d740e0cf0e71044edbdeb180f491c78a39dbf9460b62a1eb70076787e33a3199821b18734da59f892c0c251effed8e68c0eb22a
 SHA512 
c01a6a408bf334474b2060ef70ed7c6c53e5f3a7453de74e36e59013292584a129b50530259327ae410830852173601dd9bccd1cd801d9f916d1a3e93820e481
+DIST rust-1.57.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
494d4eec9795de0150da9a7f5ba6cfbabd8da99dc65e5e02360ed4961e42cc3761f147ca8f7155badf61ec85d2898ec866aa5dde53e555ab34ead6b4d32c737e
 SHA512 
31e9f00de8252e905d4de279860ab7eb287237d7d5330122b989ef2199fa8d209ef7a0cc71b83db82b78ea632d4d3b9c00b8f49a272dafd6e1f78f62055fdf4c
+DIST rust-1.57.0-arm-unknown-linux-gnueabihf.tar.xz 206580040 BLAKE2B 
3ff02d3308cc27e2422609055a82ed36dcfb3ed2180091653d7ec21ccbb07f3685c58dc5d20f4abf4e342ce18d1d98e47c0a82180b5dccd57d09d215984e6b3d
 SHA512 
9351db6cbc029c1051da277292bd7c3728b6ef250da20a20ee619b45938ccdcd8da1ecfec143734cc692ca3a39690f2f8cd6c332e04d0fd048943a8203eb48fc
+DIST rust-1.57.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
e5495533d128a99505c7856b27eeae22f85b3f0783cc0c9d52e8e8e9fbcebee6b909fd3465a7b49d1e1da2477c1864fdd048f01f7ba684ed55133c925522aad2
 SHA512 
bf06cd5c1f6731b02351136c7682d05e6a7114702124768b5cde1935cae4dd1147352352ad9b8dded575b90a57a6cab7c09dbe179404da0e378e992e1a67f47f
+DIST rust-1.57.0-armv7-unknown-linux-gnueabihf.tar.xz 211614620 BLAKE2B 
e8c1f68d4e0846ee9425bd1747a423e1ab6161216a3cd276fd5afc13229dad33e3993d31305e3e38b4d3f6b21bb01fcdc9612d2217778a7f91915c65f1aa91d9
 SHA512 
667d8f6fb56408782c7a9e0c5086013d0350d6161d52ca4cd948ea39a02ebdf657dd45cb0a135ade8bc1e856c0962040969416fa1762e3bb55a03574fff3b1d1
+DIST rust-1.57.0-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 

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

2022-01-13 Thread Georgy Yakovlev
commit: 4703251f0845e6109fc9111c83da8e40c1642f9b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 20:46:24 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4703251f

dev-lang/rust-bin: add 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/Manifest   |  33 +
 dev-lang/rust-bin/rust-bin-1.58.0.ebuild | 214 +++
 2 files changed, 247 insertions(+)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 5a034fe9670c..cb79b424baec 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -158,5 +158,38 @@ DIST rust-1.57.0-x86_64-unknown-linux-gnu.tar.xz 151033748 
BLAKE2B 61ecece6a8aa3
 DIST rust-1.57.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
ea41b27fd25cc75efac73203688ee0882767fc76a2fe09b5e424c42467d3e332463c5560cc58f3b20f6e4b44289a25cfb0d36e38a7a9a7b3950ef875a59dc9ae
 SHA512 
8b955bfce6c130e4b95054b98646f7f9b89e621256759ee1ff533df5f777312dd7adbb192ee0076c9b9baa6883a74a9def50ef598ba8c707762290d465c9a8b7
 DIST rust-1.57.0-x86_64-unknown-linux-musl.tar.xz 260333980 BLAKE2B 
75342ae8637355e714d5217d78604cfa6a601d3f9bc0ed4667ff0ca57c6521567b19b9bdb10f79761e2e5fd21ca10e12f3fae0c65791118fdb0c35f8f88349f4
 SHA512 
204ed493528757b8e3e8df13d062c9ae74c75c3e3adc1a2efc0dfc33d2525629168a558dd32653f44a4365191bf203a4415a77152276288a8e122e6bd587394a
 DIST rust-1.57.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
506400c3ea70469cbda0e492e85d41b7f94fba790ec19d1c3491bf4a00d283f97c8fb37319ad6c4a43b22a2195c21d1b9e3c16a5b2a9a82833ff61ad49bdc793
 SHA512 
793369dc7a854c48a72d81446a0c8eb9d83a071af77758e0bcbb8e4d518fb87c5a23c085202b9b427a02bdd772ad9c82724b34295b851f26f384c3e801bf9a04
+DIST rust-1.58.0-aarch64-unknown-linux-gnu.tar.xz 229969508 BLAKE2B 
e7ba73742c6fbf5cff8593434167ddc8e981f473b292960ddf25bd6cdf5980776ddc0234dc711d6a341474ac1da8f33a788bda0d6d83f8e353e4e35eab95f635
 SHA512 
6ab276db164b400953b540f2c0f5884e44a16cb847a157dec1103e09b22e379f77d8561bf360c05f0bf2d085d4b3670b51675ae80aac05732310621bb2d9b597
+DIST rust-1.58.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
5ae37b9acce2bb0f1c8963e6581d09832290f4ffcbd26807f21ee5cee45a89ad279c22361f932feb72753a25092eb02431777dadbc8643d45905178c00504848
 SHA512 
ee6d99b1604b1e9efb470dfec00a9fc71f9603723ed292f20736d8c40de73660e23868d68b142e70d75216ed312534e364f2f5a092529e3276cdeee99c7d71af
+DIST rust-1.58.0-aarch64-unknown-linux-musl.tar.xz 226177016 BLAKE2B 
0f4336d5df797515e4e82c716a3c2ec614b04f862c056992ced14f9263a977920e5544b5738d4588979b29e37de0a8348a6f28986bcbc8e41d301b1cd134172f
 SHA512 
2a4d7225713516f1f6d4f1d32b998a73769636b39e74d791b2a2337a25069ba929b56b37c24b6f7c4287efdcbd56c993fd3a288fefb7d1e34bcfadafe53cc07a
+DIST rust-1.58.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
c26ad8bfb35539a26f8cd155755b5534bbb7eb5b92868195108ec9467242151aaa6e31db0f7e536836a20661a77e11955d21b2d61a4ff17c5db92d6e5305fd29
 SHA512 
fb85bcd3516cee414763b2a48e8021071cac113fb03cf980bbdc3520092b9c6cdaddf13ac30d75804e970a34a9a7ef697924a73a06df3a8b40d453b335ce15fe
+DIST rust-1.58.0-arm-unknown-linux-gnueabi.tar.xz 206375000 BLAKE2B 
7d32aa903d631a2a27ff1982897a9235cdcad9cf02e98274c597986d7052f0fd6dbeab00a42bcc1fbe6a12c4461f5887a914e5ac9444541ded28450e50f48a49
 SHA512 
f4268ce45bb09ec26d67931278eae6b2eb5738aee6b8bffdda86a71d2cf23e3755ad3499d74184758581f7d5e2df6eac4f063ea77f988c59ba88b409360061a8
+DIST rust-1.58.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
ae562b09bf350d72977ce024044d84a3b328fa27f98b7bd12381b31b3964fd018da4d491cbe8cb558014e7ec8235d99cd45362de7f412cffc104b73ddcbcf271
 SHA512 
2ccfd4e669df977283421f46f162416d5de43cc29bf67e91b3b29c94876a24a82d6af1a35225c0cb74599fc11bc2a8180cbe600d8eef91fdcbafdbba6a2fb135
+DIST rust-1.58.0-arm-unknown-linux-gnueabihf.tar.xz 206325408 BLAKE2B 
ec1f3ab5c37ce06ee16c10f10071a8795ab601b9ee147dca98d6c94555a278b87cd04c93b7623fbc7c3b09f3847f41479eec02259c5fcff25a8f337d39ca02cc
 SHA512 
b31c067c459aba84f8a34ca39298f42c09a0530a02d033562338f822e55e5b0e837f15983e233dd0401a9082a9f6b0def081dd9f870dd654607c654488986b24
+DIST rust-1.58.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
3f4d43a6dd2a45b44d48fc4d51a39ca2ace84f432c89f20703176c0b947c4b30bd7f3d7e17dd5ee8fbcffccedbe7f177150c68ee1c05164206478384152d09e8
 SHA512 
94fd5b0142016df3ad5cdaf40df3f1f68866cd68256da6127b36f70aa7d363466929227f1534972dfb6c458a9febbe8c7c8344aee0f26d48f1aa1a3f262750b4
+DIST rust-1.58.0-armv7-unknown-linux-gnueabihf.tar.xz 212531868 BLAKE2B 
2a57a5f31504795086d6a0ecf2f29513c513d1840227c25832ce80264efbf3ab3392f369aa4d93f5f95d46f20fb8e074acf5925c0f6d1b5465ca6a8efa5c82e2
 SHA512 
c676cc1518e38fc36e62519bb9d4d356be689f9fcdeb56d5722bd3437879dfe9a30340c053ec75bd5b709d83b98faa647c46720df36a00daef1fd7680f4c900f
+DIST rust-1.58.0-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 

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

2022-01-13 Thread Georgy Yakovlev
commit: d4e71abc20d2e8fffd0d4880062d8fd2764df655
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 21:08:33 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e71abc

sys-devel/rust-std: add 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-devel/rust-std/Manifest   |   1 +
 sys-devel/rust-std/rust-std-1.58.0.ebuild | 155 ++
 2 files changed, 156 insertions(+)

diff --git a/sys-devel/rust-std/Manifest b/sys-devel/rust-std/Manifest
index 68535d7586d3..d255219d8cb9 100644
--- a/sys-devel/rust-std/Manifest
+++ b/sys-devel/rust-std/Manifest
@@ -4,3 +4,4 @@ DIST rustc-1.53.0-src.tar.xz 115686332 BLAKE2B 
fa068f89d42f927fdc79ee31aad1386ea
 DIST rustc-1.54.0-src.tar.xz 116286856 BLAKE2B 
5ac47822646a0b6205f09282168b4d4ddcace9f6bc8f242c890327ca4074626f129514f8bcae5c5556015745f718990cce490658076f5cd3526623439540416b
 SHA512 
5162f85b43ca2c5af93fdbfb2597d75df8a838f7fcc025a5298499ce1043db50f1ea2fbba753e47ce5daad3d80d4b612acf6527ef902c34117763e687fdbbcfa
 DIST rustc-1.55.0-src.tar.xz 117197580 BLAKE2B 
8d9739ce7571146aee0e07c6287de9a8c4f1a914606cd47819eb1ef118b15772ecf22d0d43d7732f03c234a013fa54a4a7f0578a3f136af518f71bf64a03305d
 SHA512 
7522f2fa95d5af92472404ecc97d7d9e745e88c933196a83fa373ce1efff6db3c295e0e2afdbfa1ff00644554efa0c3c7f6c11f9119ecf9010cb440b3f27c2da
 DIST rustc-1.56.1-src.tar.xz 121798264 BLAKE2B 
09677b0332022f28a0d80949a6735929dbf64276f7eb57195d8c33e6c80f13c903432ff77d8834093ab551677618fb1d385f2300e2b1b4c064f9c245c696be32
 SHA512 
193468e211cde9ebc5f6e30b8e3733b79bd8710fe6dd45c7ed8d4392f91010d30466787afd4d0b2041cd7dd994924fee8ad111048824e248bd994959e55bf15f
+DIST rustc-1.58.0-src.tar.xz 124348768 BLAKE2B 
e5a0d919a1ca1202e218cec3da93fc69cba163069b1f2b4051778a49184715579c14cd6b03baa0225b10a8f1adf758aca427c910d95dfa2e647bbf8b7d133785
 SHA512 
70104f4d3b474dcb9935200ef0503f29cb15f10d38ba8630e1dadbb384924dd9137fced647794699efe83ac88083e4ae5f45712f0e1c8bc0a6f8c23eecdb0aeb

diff --git a/sys-devel/rust-std/rust-std-1.58.0.ebuild 
b/sys-devel/rust-std/rust-std-1.58.0.ebuild
new file mode 100644
index ..b3528f3325e7
--- /dev/null
+++ b/sys-devel/rust-std/rust-std-1.58.0.ebuild
@@ -0,0 +1,155 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain 
toolchain-funcs
+
+DESCRIPTION="Rust standard library, standalone (for crossdev)"
+HOMEPAGE="https://www.rust-lang.org;
+SRC_URI="https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;
+
+LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
+SLOT="stable/$(ver_cut 1-2)"
+# please do not keyword
+#KEYWORDS="" #nowarn
+IUSE="debug"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   ~dev-lang/rust-${PV}:=
+"
+
+DEPEND="||
+   (
+   >="${CATEGORY}"/gcc-4.7:*
+   >="${CATEGORY}"/clang-3.5:*
+   )
+"
+
+RDEPEND="${DEPEND}"
+
+# need full compiler to run tests
+RESTRICT="test"
+
+QA_FLAGS_IGNORED="usr/lib/rust/${PV}/rustlib/.*/lib/lib.*.so"
+
+S="${WORKDIR}/${P/-std/c}-src"
+
+#
+# The cross magic
+#
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+is_cross() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}
+
+toml_usex() {
+   usex "$1" true false
+}
+
+pkg_pretend() {
+   is_cross || die "${PN} should only be used for cross"
+}
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+}
+
+src_configure() {
+   # do the great cleanup
+   strip-flags
+   filter-flags '-mcpu=*' '-march=*' '-mtune=*' '-m32' '-m64'
+   strip-unsupported-flags
+
+   local rust_root x
+   rust_root="$(rustc --print sysroot)"
+   rtarget="$(rust_abi ${CTARGET})"
+   rtarget="${ERUST_STD_RTARGET:-${rtarget}}" # some targets need to be 
custom.
+   rbuild="$(rust_abi ${CBUILD})"
+   rhost="$(rust_abi ${CHOST})"
+
+   echo
+   for x in CATEGORY rust_root rbuild rhost rtarget RUSTFLAGS CFLAGS 
CXXFLAGS LDFLAGS; do
+   einfo "$(printf '%10s' ${x^^}:) ${!x}"
+   done
+
+   cat <<- EOF > "${S}"/config.toml
+   [build]
+   build = "${rbuild}"
+   host = ["${rhost}"]
+   target = ["${rtarget}"]
+   cargo = "${rust_root}/bin/cargo"
+   rustc = "${rust_root}/bin/rustc"
+   submodules = false
+   python = "${EPYTHON}"
+   locked-deps = true
+   vendor = true
+   extended = true
+   verbose = 2
+   cargo-native-static = false
+   [install]
+   prefix = "${EPREFIX}/usr/lib/${PN}/${PV}"
+   

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

2022-01-13 Thread Georgy Yakovlev
commit: b80da88e70669297ff9374738d7d5c7a89a6ae0f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 21:28:29 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:28:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80da88e

sys-apps/opal-utils: add 7.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/opal-utils/Manifest  |  1 +
 sys-apps/opal-utils/opal-utils-7.0.ebuild | 95 +++
 2 files changed, 96 insertions(+)

diff --git a/sys-apps/opal-utils/Manifest b/sys-apps/opal-utils/Manifest
index e789980f23a7..72dec2bddbcc 100644
--- a/sys-apps/opal-utils/Manifest
+++ b/sys-apps/opal-utils/Manifest
@@ -1 +1,2 @@
 DIST opal-utils-6.8.tar.gz 5321377 BLAKE2B 
3be812618dcbd3d877576e1dec0b6a74ad9091b59760bd8f1f67ba9a8efbce79cba4130464dcb6f2b8e61dedca3a1a60103f36d04fcd234b5a4c577c6e07635b
 SHA512 
a799112c14abdcdb37e1a4c63e48e12bb7a67b6c90476d4e60597f06fd6050a58ffd25859cf6bb12c393522e4b4771ce3aa25a1277bac35855d599e9eb357814
+DIST opal-utils-7.0.tar.gz 5418069 BLAKE2B 
86ad4c1a3000753b0bd48f0cf50e9a91eeff8c2a420a6339e4359a5ce6a35954120d7fe7caff64def83bb06e96c602d099fb1fc8e5b580adb67c48a09fb9d7a8
 SHA512 
72198f0d1bb0d09cb74fe4656421a73ec1a604ec6fa0965bd82e56819a2d41a1a6588f8a8cc7eb507d73ef401f8557901a5305c844fbfc9f27534c7b2e2e9db3

diff --git a/sys-apps/opal-utils/opal-utils-7.0.ebuild 
b/sys-apps/opal-utils/opal-utils-7.0.ebuild
new file mode 100644
index ..c0dc400c7312
--- /dev/null
+++ b/sys-apps/opal-utils/opal-utils-7.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit linux-info python-single-r1 systemd toolchain-funcs
+
+DESCRIPTION="OPAL firmware utilities"
+HOMEPAGE="https://github.com/open-power/skiboot;
+SRC_URI="https://github.com/open-power/skiboot/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~ppc64"
+IUSE="doc"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="${DEPEND} ${PYTHON_DEPS}"
+
+BDEPEND="doc? ( $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]')
+)"
+
+CONFIG_CHECK="~MTD_POWERNV_FLASH ~OPAL_PRD ~PPC_DT_CPU_FTRS ~SCOM_DEBUGFS"
+ERROR_MTD_POWERND_FLASH="CONFIG_MTD_POWERND_FLASH is required to use pflash 
and opal-gard"
+ERROR_OPAL_PRD="CONFIG_OPAL_PRD is required to run opal-prd daemon"
+ERROR_SCOM_DEBUGFS="CONFIG_SCOM_DEBUGFS is required to use xscom-utils"
+
+S="${WORKDIR}/skiboot-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/flags.patch"
+)
+
+pkg_setup() {
+   linux-info_pkg_setup
+   python-single-r1_pkg_setup
+}
+
+src_configure() {
+   tc-export CC LD
+   export OPAL_PRD_VERSION="${PV}"
+   export GARD_VERSION="${PV}"
+   export PFLASH_VERSION="${PV}"
+   export XSCOM_VERSION="${PV}"
+   export FFSPART_VERSION="${PV}"
+}
+
+src_compile() {
+   emake V=1 -C external/opal-prd
+   emake V=1 -C external/gard
+   emake V=1 -C external/pflash
+   emake V=1 -C external/xscom-utils
+   emake V=1 -C external/ffspart
+
+   use doc && emake V=1 -C doc html
+}
+
+src_install() {
+   emake -C external/opal-prd DESTDIR="${D}" prefix="${EPREFIX}/usr" 
install
+   emake -C external/gard DESTDIR="${D}" prefix="${EPREFIX}/usr" install
+   emake -C external/pflash DESTDIR="${D}" prefix="${EPREFIX}/usr" install
+   emake -C external/xscom-utils DESTDIR="${D}" prefix="${EPREFIX}/usr" 
install
+   dosbin external/ffspart/ffspart
+
+   python_domodule external/pci-scripts/ppc.py
+   python_doscript external/pci-scripts/phberr.py
+
+   newinitd "${FILESDIR}"/opal-prd.initd opal-prd
+   newconfd "${FILESDIR}"/opal-prd.confd opal-prd
+
+   systemd_dounit external/opal-prd/opal-prd.service
+
+   if use doc; then
+   rm -r doc/_build/html/_sources || die
+   local HTML_DOCS=( doc/_build/html/. )
+   fi
+   einstalldocs
+}
+
+src_test() {
+   emake V=1 -C external/opal-prd test
+   emake V=1 -C external/gard check
+
+   # 2 test are fragile and fails because of filename path
+   rm -v external/pflash/test/tests/01-info || die
+   rm -v external/pflash/test/tests/06-miscprint || die
+   emake V=1 -C external/pflash check
+   emake V=1 -C external/ffspart check
+}



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

2022-01-13 Thread Georgy Yakovlev
commit: 552c71229e654a96f95abec61e4cd91d1c87d5b3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 21:13:40 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:13:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552c7122

dev-lang/rust: unkeyword 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.58.0.ebuild b/dev-lang/rust/rust-1.58.0.ebuild
index 2b3cee83c811..68ce2913cca6 100644
--- a/dev-lang/rust/rust-1.58.0.ebuild
+++ b/dev-lang/rust/rust-1.58.0.ebuild
@@ -19,7 +19,7 @@ else
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+#  KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"



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

2022-01-13 Thread Georgy Yakovlev
commit: 7ff49664030cca60233614f146d2be956029ede0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 21:13:11 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:13:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff49664

dev-lang/rust-bin: unkeyword 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/rust-bin-1.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.58.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.58.0.ebuild
index 9c28c049ad03..eefbc19d0578 100644
--- a/dev-lang/rust-bin/rust-bin-1.58.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.58.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-src rustfmt"
 
 DEPEND=""



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

2022-01-13 Thread Georgy Yakovlev
commit: 33cffdb409f68ba61e9d64e1ca1138b933558e74
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 21:12:48 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:12:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cffdb4

virtual/rust: unkeyword 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/virtual/rust/rust-1.58.0.ebuild b/virtual/rust/rust-1.58.0.ebuild
index 8de903f38293..ffeb45c4754f 100644
--- a/virtual/rust/rust-1.58.0.ebuild
+++ b/virtual/rust/rust-1.58.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""



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

2022-01-13 Thread Georgy Yakovlev
commit: 6907fe559d7873483fc8ba9d84e35767c5c93407
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 21:04:32 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6907fe55

virtual/rust: add 1.58.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/rust/rust-1.58.0.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.58.0.ebuild b/virtual/rust/rust-1.58.0.ebuild
new file mode 100644
index ..8de903f38293
--- /dev/null
+++ b/virtual/rust/rust-1.58.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for Rust language compiler"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+   ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+   ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"



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

2022-01-13 Thread Georgy Yakovlev
commit: 21da3d0e8e70a872a0cabddf5c2269e17c0ab5e1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 12:02:32 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21da3d0e

net-libs/libmrss: keyword 0.19.2-r1 for ~arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-libs/libmrss/libmrss-0.19.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libmrss/libmrss-0.19.2-r1.ebuild 
b/net-libs/libmrss/libmrss-0.19.2-r1.ebuild
index 094466ef4985..05c56f50afa4 100644
--- a/net-libs/libmrss/libmrss-0.19.2-r1.ebuild
+++ b/net-libs/libmrss/libmrss-0.19.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 x86"
 IUSE="doc examples"
 
 RDEPEND="



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

2022-01-13 Thread Georgy Yakovlev
commit: 6daac4235622b88a878fa86e7217491e9172279d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 20:45:27 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6daac423

rust-toolchain.eclass: support EAPI=8

Signed-off-by: Georgy Yakovlev  gentoo.org>

 eclass/rust-toolchain.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass
index 64caf3a9..8c783eaf0610 100644
--- a/eclass/rust-toolchain.eclass
+++ b/eclass/rust-toolchain.eclass
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: rust-toolchain.eclass
 # @MAINTAINER:
 # Rust Project 
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
 # @BLURB: helps map gentoo arches to rust ABIs
 # @DESCRIPTION:
 # This eclass contains a src_unpack default phase function, and
@@ -14,6 +14,7 @@
 case ${EAPI} in
6) : ;;
7) : ;;
+   8) : ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;
 esac
 



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

2022-01-13 Thread Georgy Yakovlev
commit: a1902095ffbdb31a66cc0cd2b67645922d7939e5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 12:02:17 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1902095

net-libs/libnxml: keyword 0.18.3-r1 for ~arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
index 9a1d82c9061e..1f4b284d7def 100644
--- a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
+++ b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="net-misc/curl"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission-remote-gtk/

2022-01-13 Thread Georgy Yakovlev
commit: ecd73ec0d96dcfec91f42cac7ef96bbb83c46415
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 12:01:10 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd73ec0

net-p2p/transmission-remote-gtk: keyword 1.4.1 for ~arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild 
b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild
index a3412eb41d05..75cb7a97c1a9 100644
--- a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild
+++ b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="ayatana debug geoip libnotify libproxy rss"
 
 # RESTRICT="test"



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

2022-01-13 Thread Michał Górny
commit: a32410ac8b140c1cd8f2d5ea1a8adfec6f0ec193
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 21:00:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 21:01:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32410ac

dev-python/installer: New package, v0.4.0

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

 dev-python/installer/Manifest   |  2 ++
 dev-python/installer/installer-0.4.0.ebuild | 43 +
 dev-python/installer/metadata.xml   | 13 +
 3 files changed, 58 insertions(+)

diff --git a/dev-python/installer/Manifest b/dev-python/installer/Manifest
new file mode 100644
index ..2d38fa076c4d
--- /dev/null
+++ b/dev-python/installer/Manifest
@@ -0,0 +1,2 @@
+DIST installer-0.4.0-py2.py3-none-any.whl.zip 451433 BLAKE2B 
933b7e63b3d0306213789d493d4df112df26b432d63ecd1f8f21449520c34bd2ad542aac25069043fbb535c44f988dca927625eafd0a5a20489fc3ce2bcf84a2
 SHA512 
cf303bb422e329a36007b361034144a232ba021d4013bb8678dc7c326544e74ec9a3b3fe8b9d3696433dbbe90d2ce4a0ae8967fb054bd5ed49321d470be729a8
+DIST installer-0.4.0.gh.tar.gz 466643 BLAKE2B 
635854b3461995cda3b7afa507ca3fe35cae8210e79de0bbd46938c8f103d7840ceca8bb388c2c9533efc78150691f980c478485ee33bafe0bae6c08a6aef8c4
 SHA512 
13537c479bc8ead8f8b45c8e5c5182e8b1b32c2889df8015be7f517f390a9efbea6fa167e0886dfade6621a8a2d822bfd662ee0238d3d86689619ca4d5483b26

diff --git a/dev-python/installer/installer-0.4.0.ebuild 
b/dev-python/installer/installer-0.4.0.ebuild
new file mode 100644
index ..366c9ebc1817
--- /dev/null
+++ b/dev-python/installer/installer-0.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A library for installing Python wheels"
+HOMEPAGE="
+   https://pypi.org/project/installer/
+   https://github.com/pradyunsg/installer/
+   https://installer.readthedocs.io/en/latest/
+"
+SRC_URI="
+   https://github.com/pradyunsg/installer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://files.pythonhosted.org/packages/py2.py3/${PN::1}/${PN}/${P}-py2.py3-none-any.whl
+   -> ${P}-py2.py3-none-any.whl.zip
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   app-arch/unzip
+"
+
+distutils_enable_tests pytest
+
+# do not use any build system to avoid circular deps
+python_compile() { :; }
+
+python_test() {
+   local -x PYTHONPATH=src
+   epytest
+}
+
+python_install() {
+   python_domodule src/installer "${WORKDIR}"/*.dist-info
+}

diff --git a/dev-python/installer/metadata.xml 
b/dev-python/installer/metadata.xml
new file mode 100644
index ..090fe7139f47
--- /dev/null
+++ b/dev-python/installer/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   installer
+   pradyunsg/installer
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-ml/logs/

2022-01-13 Thread Alfredo Tupone
commit: 4d312a17a08610392457bf9e070098158b3f38d8
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Jan 13 20:51:44 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jan 13 20:52:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d312a17

dev-ml/logs: fix build without lwt

Closes: https://bugs.gentoo.org/821985
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/logs/logs-0.7.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/logs/logs-0.7.0-r1.ebuild b/dev-ml/logs/logs-0.7.0-r1.ebuild
index e422a0867153..7df040fc0574 100644
--- a/dev-ml/logs/logs-0.7.0-r1.ebuild
+++ b/dev-ml/logs/logs-0.7.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=7
@@ -47,7 +47,7 @@ src_compile() {
--with-js_of_ocaml false \
--with-fmt $(usex fmt true false) \
--with-cmdliner $(usex cli true false) \
-   --with-lwt $(usex fmt true false) \
+   --with-lwt $(usex lwt true false) \
--tests $(usex test true false) \
--with-base-threads true \
|| die



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

2022-01-13 Thread Arthur Zamarin
commit: 478821f0248e75860c5ef72631413bb8e62a0c3d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:51:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:51:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478821f0

dev-python/isodate: Stabilize 0.6.1 arm64, #831146

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

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

diff --git a/dev-python/isodate/isodate-0.6.1.ebuild 
b/dev-python/isodate/isodate-0.6.1.ebuild
index 78db22e445d1..be1c992c3f86 100644
--- a/dev-python/isodate/isodate-0.6.1.ebuild
+++ b/dev-python/isodate/isodate-0.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2022-01-13 Thread Arthur Zamarin
commit: 6333e3b85d8d5e5aa130aaa5ed319f49492dfd6d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:51:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:51:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6333e3b8

dev-python/isodate: Stabilize 0.6.1 hppa, #831146

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

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

diff --git a/dev-python/isodate/isodate-0.6.1.ebuild 
b/dev-python/isodate/isodate-0.6.1.ebuild
index c0bcb0c2f9f1..78db22e445d1 100644
--- a/dev-python/isodate/isodate-0.6.1.ebuild
+++ b/dev-python/isodate/isodate-0.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2022-01-13 Thread Arthur Zamarin
commit: 228be8f4d2e460764cb96b6d654a8e880635a128
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:46:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:46:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228be8f4

dev-python/gmpy: Stabilize 2.1.1 hppa, #831143

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

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

diff --git a/dev-python/gmpy/gmpy-2.1.1.ebuild 
b/dev-python/gmpy/gmpy-2.1.1.ebuild
index a0720062b67e..80bcf2c269c5 100644
--- a/dev-python/gmpy/gmpy-2.1.1.ebuild
+++ b/dev-python/gmpy/gmpy-2.1.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-libs/mpc-1.0.2:=



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

2022-01-13 Thread Arthur Zamarin
commit: ac17689a5c26f1edb45a51fa0a39ced8a9be0a23
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:42:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:42:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac17689a

net-misc/wget: Stabilize 1.21.2 arm64, #831095

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

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

diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index d2610015bfd4..d123afa11c02 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cookie_check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/frama-c-wp/

2022-01-13 Thread Francois-Xavier Carton
commit: e721c2b1bd9307c122c1f4f4bcc730bcfdcc
Author: François-Xavier Carton  gmail  com>
AuthorDate: Wed Jan 12 19:37:41 2022 +
Commit: Francois-Xavier Carton  gmail  com>
CommitDate: Thu Jan 13 20:35:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e721c2b1

sci-mathematics/frama-c-wp: add missing variable

Closes: https://bugs.gentoo.org/817368
Signed-off-by: François-Xavier Carton  gmail.com>

 sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild 
b/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild
index d758f3702..f21e63d7c 100644
--- a/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild
+++ b/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild
@@ -36,6 +36,7 @@ src_prepare() {
 
 src_configure() {
export ENABLE_QED=yes
+   export ENABLE_RTEGEN=yes
econf --enable-wp \
$(use_enable coq wp-coq)
 }



[gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/frama-c-rtegen/, sci-mathematics/frama-c-users/, ...

2022-01-13 Thread Francois-Xavier Carton
commit: d79091d43727ccec89fc820b59c33ed07c22aa09
Author: François-Xavier Carton  gmail  com>
AuthorDate: Thu Jan 13 20:33:11 2022 +
Commit: Francois-Xavier Carton  gmail  com>
CommitDate: Thu Jan 13 20:35:58 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d79091d4

sci-mathematics/frama-c: bump to 24.0

Signed-off-by: François-Xavier Carton  gmail.com>

 sci-mathematics/frama-c-aorai/Manifest |  1 +
 .../frama-c-aorai/frama-c-aorai-24.0.ebuild| 45 +++
 sci-mathematics/frama-c-callgraph/Manifest |  1 +
 .../frama-c-callgraph-24.0.ebuild  | 57 +++
 sci-mathematics/frama-c-constant-folding/Manifest  |  1 +
 .../frama-c-constant-folding-24.0.ebuild   | 59 +++
 sci-mathematics/frama-c-dive/Manifest  |  1 +
 .../frama-c-dive/frama-c-dive-24.0.ebuild  | 48 
 sci-mathematics/frama-c-e-acsl/Manifest|  1 +
 .../frama-c-e-acsl/frama-c-e-acsl-24.0.ebuild  | 47 +++
 sci-mathematics/frama-c-eva/Manifest   |  1 +
 .../frama-c-eva/frama-c-eva-24.0.ebuild| 61 
 sci-mathematics/frama-c-from/Manifest  |  1 +
 .../frama-c-from/frama-c-from-24.0.ebuild  | 59 +++
 sci-mathematics/frama-c-impact/Manifest|  1 +
 .../frama-c-impact/frama-c-impact-24.0.ebuild  | 66 ++
 sci-mathematics/frama-c-inout/Manifest |  1 +
 .../frama-c-inout/frama-c-inout-24.0.ebuild| 59 +++
 sci-mathematics/frama-c-instantiate/Manifest   |  1 +
 .../frama-c-instantiate-24.0.ebuild| 42 ++
 sci-mathematics/frama-c-loopanalysis/Manifest  |  1 +
 .../frama-c-loopanalysis-24.0.ebuild   | 42 ++
 sci-mathematics/frama-c-metrics/Manifest   |  1 +
 .../frama-c-metrics/frama-c-metrics-24.0.ebuild| 56 ++
 sci-mathematics/frama-c-nonterm/Manifest   |  1 +
 .../frama-c-nonterm/frama-c-nonterm-24.0.ebuild| 44 +++
 sci-mathematics/frama-c-obfuscator/Manifest|  1 +
 .../frama-c-obfuscator-24.0.ebuild | 42 ++
 sci-mathematics/frama-c-occurrence/Manifest|  1 +
 .../frama-c-occurrence-24.0.ebuild | 56 ++
 sci-mathematics/frama-c-pdg/Manifest   |  1 +
 .../frama-c-pdg/frama-c-pdg-24.0.ebuild| 59 +++
 sci-mathematics/frama-c-postdominators/Manifest|  1 +
 .../frama-c-postdominators-24.0.ebuild | 52 +
 sci-mathematics/frama-c-printapi/Manifest  |  1 +
 .../frama-c-printapi/frama-c-printapi-24.0.ebuild  | 33 +++
 sci-mathematics/frama-c-qed/Manifest   |  1 +
 .../frama-c-qed/frama-c-qed-24.0.ebuild| 34 +++
 sci-mathematics/frama-c-report/Manifest|  1 +
 .../frama-c-report/frama-c-report-24.0.ebuild  | 42 ++
 sci-mathematics/frama-c-rtegen/Manifest|  1 +
 .../frama-c-rtegen/frama-c-rtegen-24.0.ebuild  | 51 +
 sci-mathematics/frama-c-scope/Manifest |  1 +
 .../frama-c-scope/frama-c-scope-24.0.ebuild| 61 
 sci-mathematics/frama-c-security-slicing/Manifest  |  1 +
 .../frama-c-security-slicing-24.0.ebuild   | 45 +++
 sci-mathematics/frama-c-server/Manifest|  1 +
 .../frama-c-server/frama-c-server-24.0.ebuild  | 43 ++
 sci-mathematics/frama-c-slicing/Manifest   |  1 +
 .../frama-c-slicing/frama-c-slicing-24.0.ebuild| 64 +
 sci-mathematics/frama-c-sparecode/Manifest |  1 +
 .../frama-c-sparecode-24.0.ebuild  | 61 
 sci-mathematics/frama-c-studia/Manifest|  1 +
 .../frama-c-studia/frama-c-studia-24.0.ebuild  | 45 +++
 sci-mathematics/frama-c-users/Manifest |  1 +
 .../frama-c-users/frama-c-users-24.0.ebuild| 57 +++
 sci-mathematics/frama-c-variadic/Manifest  |  1 +
 .../frama-c-variadic/frama-c-variadic-24.0.ebuild  | 42 ++
 sci-mathematics/frama-c-wp/Manifest|  1 +
 sci-mathematics/frama-c-wp/frama-c-wp-24.0.ebuild  | 51 +
 sci-mathematics/frama-c/Manifest   |  1 +
 sci-mathematics/frama-c/frama-c-24.0.ebuild| 60 
 62 files changed, 1614 insertions(+)

diff --git a/sci-mathematics/frama-c-aorai/Manifest 
b/sci-mathematics/frama-c-aorai/Manifest
index 94d4a0a85..27f9b08b7 100644
--- a/sci-mathematics/frama-c-aorai/Manifest
+++ b/sci-mathematics/frama-c-aorai/Manifest
@@ -1 +1,2 @@
 DIST frama-c-23.1-Vanadium.tar.gz 6945715 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-core/

2022-01-13 Thread Arthur Zamarin
commit: 9e16f4541e2b9599721aa8cadcf191598da4423f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e16f454

dev-ml/opam-core: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam-core/opam-core-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-core/opam-core-2.0.9.ebuild 
b/dev-ml/opam-core/opam-core-2.0.9.ebuild
index 9d8bcce46aee..1300667af70c 100644
--- a/dev-ml/opam-core/opam-core-2.0.9.ebuild
+++ b/dev-ml/opam-core/opam-core-2.0.9.ebuild
@@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 
 RDEPEND="
dev-ml/ocamlgraph:=



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-repository/

2022-01-13 Thread Arthur Zamarin
commit: ad39b2819f259c5e24fe43724a47d1c0bf5df8ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad39b281

dev-ml/opam-repository: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam-repository/opam-repository-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild 
b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
index 85cfd906d877..0b9bf91626f0 100644
--- a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-installer/

2022-01-13 Thread Arthur Zamarin
commit: f3513fe87113df2d94d01c53e26079f5ab116915
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3513fe8

dev-ml/opam-installer: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam-installer/opam-installer-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-installer/opam-installer-2.0.9.ebuild 
b/dev-ml/opam-installer/opam-installer-2.0.9.ebuild
index 81fe573e074f..0d7748530ef7 100644
--- a/dev-ml/opam-installer/opam-installer-2.0.9.ebuild
+++ b/dev-ml/opam-installer/opam-installer-2.0.9.ebuild
@@ -16,7 +16,7 @@ OPAM_INSTALLER="${S}/opam-installer"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 
 # Cherry-picked from 
https://deb.debian.org/debian/pool/main/o/opam/opam_2.0.8-1.debian.tar.xz
 PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam/

2022-01-13 Thread Arthur Zamarin
commit: 7c634e2da81db40166f64fe4681cd4b49834629f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c634e2d

dev-ml/opam: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam/opam-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam/opam-2.0.9.ebuild b/dev-ml/opam/opam-2.0.9.ebuild
index 0fb983bec7d5..9c6caf213221 100644
--- a/dev-ml/opam/opam-2.0.9.ebuild
+++ b/dev-ml/opam/opam-2.0.9.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-solver/

2022-01-13 Thread Arthur Zamarin
commit: acb748c23f3c6cbbda230b290611011c1d24e4ab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb748c2

dev-ml/opam-solver: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam-solver/opam-solver-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-solver/opam-solver-2.0.9.ebuild 
b/dev-ml/opam-solver/opam-solver-2.0.9.ebuild
index 64fe23d5a69c..9dd373cc5af7 100644
--- a/dev-ml/opam-solver/opam-solver-2.0.9.ebuild
+++ b/dev-ml/opam-solver/opam-solver-2.0.9.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-state/

2022-01-13 Thread Arthur Zamarin
commit: 3fbe82d9babb242139f2e600ba46d5d85cb97afd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbe82d9

dev-ml/opam-state: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam-state/opam-state-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-state/opam-state-2.0.9.ebuild 
b/dev-ml/opam-state/opam-state-2.0.9.ebuild
index dab205640b97..f24b0cc3aab2 100644
--- a/dev-ml/opam-state/opam-state-2.0.9.ebuild
+++ b/dev-ml/opam-state/opam-state-2.0.9.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-client/

2022-01-13 Thread Arthur Zamarin
commit: fcc2be24af51b4a979adb387e47ff060ddbb31ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc2be24

dev-ml/opam-client: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam-client/opam-client-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-client/opam-client-2.0.9.ebuild 
b/dev-ml/opam-client/opam-client-2.0.9.ebuild
index 8b519bf71f8a..86cf70ebe60a 100644
--- a/dev-ml/opam-client/opam-client-2.0.9.ebuild
+++ b/dev-ml/opam-client/opam-client-2.0.9.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-format/

2022-01-13 Thread Arthur Zamarin
commit: 032b91f65b3ef54797fe3c909c9c17a15519f3dc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:24:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032b91f6

dev-ml/opam-format: Stabilize 2.0.9 ppc64, #817749

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

 dev-ml/opam-format/opam-format-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-format/opam-format-2.0.9.ebuild 
b/dev-ml/opam-format/opam-format-2.0.9.ebuild
index 757e70bbc0cb..0f7882b1d5e3 100644
--- a/dev-ml/opam-format/opam-format-2.0.9.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.9.ebuild
@@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2022-01-13 Thread Michał Górny
commit: aef826845725cb5f17a678a89ecb3e618b1dc3d8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 20:17:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 20:17:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef82684

package.mask: Last rite dev-python/intreehooks

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f00bd364c9ad..6eb4b0b04638 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2022-01-13)
+# A temporary hack used by flit to workaround a problem with pip.
+# No longer used by modern flit versions.
+# Removal on 2022-02-12.  Bug #831156.
+dev-python/intreehooks
+
 # Jakov Smolić  (2022-01-13)
 # Dead upstream, uses EAPI 5, multiple open bugs, no revdeps,
 # no other distro is packaging this.



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

2022-01-13 Thread Michał Górny
commit: 8ea789afbd83adb3079a7b6541ad9f580e1fe502
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 20:12:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 20:15:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea789af

dev-python/flit_core: Remove obsolete intreehooks dep

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

 .../flit_core/{flit_core-3.5.1.ebuild => flit_core-3.5.1-r1.ebuild}| 3 +--
 .../flit_core/{flit_core-3.6.0.ebuild => flit_core-3.6.0-r1.ebuild}| 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/flit_core/flit_core-3.5.1.ebuild 
b/dev-python/flit_core/flit_core-3.5.1-r1.ebuild
similarity index 88%
rename from dev-python/flit_core/flit_core-3.5.1.ebuild
rename to dev-python/flit_core/flit_core-3.5.1-r1.ebuild
index a27ed429b4ae..8a614e2b6daf 100644
--- a/dev-python/flit_core/flit_core-3.5.1.ebuild
+++ b/dev-python/flit_core/flit_core-3.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,6 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
-   dev-python/intreehooks[${PYTHON_USEDEP}]
dev-python/tomli[${PYTHON_USEDEP}]
 "
 BDEPEND="

diff --git a/dev-python/flit_core/flit_core-3.6.0.ebuild 
b/dev-python/flit_core/flit_core-3.6.0-r1.ebuild
similarity index 90%
rename from dev-python/flit_core/flit_core-3.6.0.ebuild
rename to dev-python/flit_core/flit_core-3.6.0-r1.ebuild
index 22ec64d9e025..dbf83cbd0820 100644
--- a/dev-python/flit_core/flit_core-3.6.0.ebuild
+++ b/dev-python/flit_core/flit_core-3.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
-   dev-python/intreehooks[${PYTHON_USEDEP}]
dev-python/tomli[${PYTHON_USEDEP}]
 "
 BDEPEND="



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

2022-01-13 Thread Michał Górny
commit: f4af45d23a945a80d12f44356e2eac34990fb782
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 20:13:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 20:15:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4af45d2

dev-python/flit: Remove old

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

 dev-python/flit/Manifest  |  2 --
 dev-python/flit/flit-3.4.0.ebuild | 42 ---
 dev-python/flit/flit-3.5.0.ebuild | 42 ---
 3 files changed, 86 deletions(-)

diff --git a/dev-python/flit/Manifest b/dev-python/flit/Manifest
index 6c0aa26c52ba..40c6fd835521 100644
--- a/dev-python/flit/Manifest
+++ b/dev-python/flit/Manifest
@@ -1,4 +1,2 @@
-DIST flit-3.4.0.tar.gz 120418 BLAKE2B 
e99eb67daa9a1d8e738ff9b917117edaf7372bbe267163f8af64967e43c3bed94893849e9752d36d3965e70c798dd3fb3b454131cee2d34697cc389f11aaea69
 SHA512 
18f1d1cb86508e76b4e37e6c1ca2c414400c86e9163bcc52fd3358220e5b4362da4001da7ce427926c62ad67ee86799ea8d08e858e5e17230941c529b9995ce5
-DIST flit-3.5.0.tar.gz 122519 BLAKE2B 
3c3eee652f090afd1c07e8a5cd1b154e7390ed621ab202ded3b4664d59ccfa2fd827928451f6d8928573d012cb9f6b44544c48540e03b2918d32ae3ba9169838
 SHA512 
e2239c209f735f11aeec8672aa14449fe4b6e1d2ed6523d661edb730f0b9f93b2794c6676bf878c09bd27966a9f8b9c19e6a7f14063c6efed4d8bc043b4cd2db
 DIST flit-3.5.1.tar.gz 122689 BLAKE2B 
49be251df549783114c6758fa688d00fe18ed88d215f91783ce78eda722ee3d8578d83781a1a5c9ee61dd001c82df010c879dc742a1829c2ba8bcf5edb930556
 SHA512 
00e884774c7f59dfb54d6db09f65ac0ed47f1dd23872d6913f3a41de7242fb3829b2edacd03d08e080635c0a515521333aa74e6d26a2faa5fc02e56454b2b37a
 DIST flit-3.6.0.tar.gz 133365 BLAKE2B 
c4170eeded3c15a93c8e89b9483459247228136bc5ff32c6edb8cd9a4b5c3171fe381d0a1b4e325ed863457c2bce476efe3276455d5b9e4279a702dd35ed4512
 SHA512 
6506ecc73f9e0373e84b5b90a3d567f1edad6d95561886ff1f08f37addfc39006e75ab199c376a7d18452f6b8e2cbdd9e8f59a1fc96037702c3c682dc0b5a757

diff --git a/dev-python/flit/flit-3.4.0.ebuild 
b/dev-python/flit/flit-3.4.0.ebuild
deleted file mode 100644
index e0ffe8a26ea2..
--- a/dev-python/flit/flit-3.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Simplified packaging of Python modules"
-HOMEPAGE="https://github.com/takluyver/flit https://flit.readthedocs.io/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/flit_core-3.2.0[${PYTHON_USEDEP}]
-   dev-python/intreehooks[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests_download[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-   dev-python/tomli-w[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-   sys-apps/grep
-   test? (
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/flit-3.2.0-tests.patch"
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc \
-   dev-python/sphinxcontrib-github-alt \
-   dev-python/pygments-github-lexers \

diff --git a/dev-python/flit/flit-3.5.0.ebuild 
b/dev-python/flit/flit-3.5.0.ebuild
deleted file mode 100644
index e0ffe8a26ea2..
--- a/dev-python/flit/flit-3.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Simplified packaging of Python modules"
-HOMEPAGE="https://github.com/takluyver/flit https://flit.readthedocs.io/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/flit_core-3.2.0[${PYTHON_USEDEP}]
-   dev-python/intreehooks[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests_download[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-   dev-python/tomli-w[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-   sys-apps/grep
-   test? (
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/flit-3.2.0-tests.patch"
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc \
-   dev-python/sphinxcontrib-github-alt \
-   dev-python/pygments-github-lexers \



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

2022-01-13 Thread Michał Górny
commit: 3ec1f79dbfeb73d84dc20fef55356af813dbf591
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 20:14:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 20:15:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec1f79d

dev-python/flit: Remove obsolete intreehooks dep

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

 dev-python/flit/{flit-3.5.1.ebuild => flit-3.5.1-r1.ebuild} | 1 -
 dev-python/flit/{flit-3.6.0.ebuild => flit-3.6.0-r1.ebuild} | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-python/flit/flit-3.5.1.ebuild 
b/dev-python/flit/flit-3.5.1-r1.ebuild
similarity index 96%
rename from dev-python/flit/flit-3.5.1.ebuild
rename to dev-python/flit/flit-3.5.1-r1.ebuild
index 0b4c68459970..13d3a2cf3055 100644
--- a/dev-python/flit/flit-3.5.1.ebuild
+++ b/dev-python/flit/flit-3.5.1-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
>=dev-python/flit_core-3.2.0[${PYTHON_USEDEP}]
-   dev-python/intreehooks[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests_download[${PYTHON_USEDEP}]
dev-python/tomli[${PYTHON_USEDEP}]

diff --git a/dev-python/flit/flit-3.6.0.ebuild 
b/dev-python/flit/flit-3.6.0-r1.ebuild
similarity index 96%
rename from dev-python/flit/flit-3.6.0.ebuild
rename to dev-python/flit/flit-3.6.0-r1.ebuild
index d5541742237d..d40edb3cf264 100644
--- a/dev-python/flit/flit-3.6.0.ebuild
+++ b/dev-python/flit/flit-3.6.0-r1.ebuild
@@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
>=dev-python/flit_core-3.2.0[${PYTHON_USEDEP}]
-   dev-python/intreehooks[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests_download[${PYTHON_USEDEP}]
dev-python/tomli[${PYTHON_USEDEP}]



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

2022-01-13 Thread Arthur Zamarin
commit: 268f80735829af645f6dc58e83d46273122b0666
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 20:10:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 20:10:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268f8073

net-misc/wget: Stabilize 1.21.2 ppc, #831095

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

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

diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index ab98f001fb83..d2610015bfd4 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cookie_check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 RESTRICT="!test? ( test )"



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

2022-01-13 Thread Arthur Zamarin
commit: 7021d7352eed3c7724f1ecb254c5db895e0f2643
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:29:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7021d735

dev-python/pytest-timeout: Stabilize 2.0.2 ALLARCHES, #831152

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

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

diff --git a/dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild 
b/dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild
index 5be23064f839..f11adfbb8c3a 100644
--- a/dev-python/pytest-timeout/pytest-timeout-2.0.2.ebuild
+++ b/dev-python/pytest-timeout/pytest-timeout-2.0.2.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 # do not rdepend on pytest, it won't be used without it anyway
 # pytest-cov used to test compatibility



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

2022-01-13 Thread Arthur Zamarin
commit: 925c35075b013a71d63a274160c562519a76c0fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:27:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:27:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925c3507

dev-python/readme_renderer: Stabilize 32.0 ALLARCHES, #831153

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

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

diff --git a/dev-python/readme_renderer/readme_renderer-32.0.ebuild 
b/dev-python/readme_renderer/readme_renderer-32.0.ebuild
index 1b1eb632f04d..a2eea87a8145 100644
--- a/dev-python/readme_renderer/readme_renderer-32.0.ebuild
+++ b/dev-python/readme_renderer/readme_renderer-32.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
>=dev-python/bleach-2.1.0[${PYTHON_USEDEP}]



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

2022-01-13 Thread Arthur Zamarin
commit: b4dee8146429bf81d840f3ce0ab17c35c20218b3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:27:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:27:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dee814

dev-python/argon2-cffi: Stabilize 21.3.0-r1 ppc, #830962

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

 dev-python/argon2-cffi/argon2-cffi-21.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/argon2-cffi/argon2-cffi-21.3.0-r1.ebuild 
b/dev-python/argon2-cffi/argon2-cffi-21.3.0-r1.ebuild
index 9472d5fef57d..f0734a0c19e7 100644
--- a/dev-python/argon2-cffi/argon2-cffi-21.3.0-r1.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-21.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 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/argon2-cffi-bindings-21.2.0[${PYTHON_USEDEP}]"
 BDEPEND="



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

2022-01-13 Thread Arthur Zamarin
commit: 0acb098bcf1d11494b14748ce957c4a163a0a159
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:26:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:26:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acb098b

dev-python/tomli: Stabilize 2.0.0 ALLARCHES, #831142

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

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

diff --git a/dev-python/tomli/tomli-2.0.0.ebuild 
b/dev-python/tomli/tomli-2.0.0.ebuild
index c62c576ca961..6aa051210329 100644
--- a/dev-python/tomli/tomli-2.0.0.ebuild
+++ b/dev-python/tomli/tomli-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-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
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~ppc-macos ~x64-macos"
 
 BDEPEND="
app-arch/unzip



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

2022-01-13 Thread Arthur Zamarin
commit: 049cd7b559a2367cef25a189b3d888d350a45cea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:26:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:26:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049cd7b5

dev-python/pyhamcrest: Stabilize 2.0.3 ALLARCHES, #831151

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
index d7f479376a63..b788e41820f5 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.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
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples"
 
 distutils_enable_sphinx doc \



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

2022-01-13 Thread Arthur Zamarin
commit: 6fa2d3185168ef1f16ef86c749c58fea33784c8d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:07:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:07:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa2d318

media-gfx/graphicsmagick: Stabilize 1.3.37 ppc64, #831097

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

 media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
index 41c14b127849..d7621529f14b 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_P}"
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 LICENSE="MIT"



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

2022-01-13 Thread Arthur Zamarin
commit: 3ffae85ab4f1656ba47f8eb056a0d52ae1383b18
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:05:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:05:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffae85a

media-gfx/graphicsmagick: Stabilize 1.3.37 arm64, #831097

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

 media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
index 3d42e425d4ba..41c14b127849 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_P}"
 
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/

2022-01-13 Thread Alfredo Tupone
commit: 9265787c002a7056fef5e44ffe2e1f459f9e9944
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Jan 13 18:58:44 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jan 13 18:58:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9265787c

dev-ml/camlp4: remove CFLAGS warning not applicable to ocaml

Closes: https://bugs.gentoo.org/822231
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild | 10 +++---
 dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild |  6 --
 dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild |  6 --
 dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild |  4 ++--
 dev-ml/camlp4/camlp4-4.12-r1.ebuild|  4 ++--
 dev-ml/camlp4/camlp4-4.13-r1.ebuild|  4 ++--
 6 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
index 7c3455031b75..fbeee42c3a43 100644
--- a/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.05_p1-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_PV=${PV/_p/+}
 MY_P=${PN}-${MY_PV}
+
 DESCRIPTION="System for writing extensible parsers for programming languages"
 HOMEPAGE="https://github.com/camlp4/camlp4;
 SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${P/_p/-}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
@@ -17,9 +17,13 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-   dev-ml/ocamlbuild
+   dev-ml/ocamlbuild[ocamlopt?]
dev-ml/findlib:="
 
+QA_FLAGS_IGNORED='.*'
+
+S="${WORKDIR}/${P/_p/-}"
+
 src_configure() {
./configure \
--bindir="${EPREFIX}/usr/bin" \

diff --git a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
index 4df4e6606fe2..45915fd4cf46 100644
--- a/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.09_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,9 +17,11 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/4.09[ocamlopt?]"
 DEPEND="${RDEPEND}
-   dev-ml/ocamlbuild
+   dev-ml/ocamlbuild[ocamlopt?]
dev-ml/findlib:="
 
+QA_FLAGS_IGNORED='.*'
+
 S=${WORKDIR}/${P/_p/-}
 PATCHES=( "${FILESDIR}/reload.patch" )
 

diff --git a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild 
b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
index 539fe3cd8554..06d603572592 100644
--- a/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
+++ b/dev-ml/camlp4/camlp4-4.10_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,9 +17,11 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-   dev-ml/ocamlbuild
+   dev-ml/ocamlbuild[ocamlopt?]
dev-ml/findlib:="
 
+QA_FLAGS_IGNORED='.*'
+
 S=${WORKDIR}/${P/_p/-}
 PATCHES=( "${FILESDIR}/reload.patch" )
 

diff --git a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild 
b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
index 24d6b91a79bb..f3e7028826d7 100644
--- a/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
+++ b/dev-ml/camlp4/camlp4-4.11_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-   dev-ml/ocamlbuild
+   dev-ml/ocamlbuild[ocamlopt?]
dev-ml/findlib:="
 
 QA_FLAGS_IGNORED='.*'

diff --git a/dev-ml/camlp4/camlp4-4.12-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.12-r1.ebuild
index e159ddff977f..06d603572592 100644
--- a/dev-ml/camlp4/camlp4-4.12-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 DEPEND="${RDEPEND}
-   dev-ml/ocamlbuild
+   dev-ml/ocamlbuild[ocamlopt?]
dev-ml/findlib:="
 
 QA_FLAGS_IGNORED='.*'

diff --git a/dev-ml/camlp4/camlp4-4.13-r1.ebuild 
b/dev-ml/camlp4/camlp4-4.13-r1.ebuild
index e159ddff977f..06d603572592 100644
--- a/dev-ml/camlp4/camlp4-4.13-r1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
 
 RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
 

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

2022-01-13 Thread Arthur Zamarin
commit: 7eaea01316a32721a72377d86f9e7512b66e058c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:54:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:54:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eaea013

dev-python/lxml: Stabilize 4.7.1 ppc64, #831147

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

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

diff --git a/dev-python/lxml/lxml-4.7.1.ebuild 
b/dev-python/lxml/lxml-4.7.1.ebuild
index 233fb432e5d7..368cb47c7cfa 100644
--- a/dev-python/lxml/lxml-4.7.1.ebuild
+++ b/dev-python/lxml/lxml-4.7.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2022-01-13 Thread Luciano Degni
commit: 7d5a7e1d0af8125f68df37d1013d2d1a139d61e5
Author: Luciano Degni  gmail  com>
AuthorDate: Thu Jan 13 18:48:11 2022 +
Commit: Luciano Degni  gmail  com>
CommitDate: Thu Jan 13 18:48:52 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d5a7e1d

app-misc/macchina: add 6.0.5

Signed-off-by: Luciano Degni  gmail.com>

 app-misc/macchina/Manifest  |  65 ++
 app-misc/macchina/macchina-6.0.5.ebuild | 209 
 2 files changed, 274 insertions(+)

diff --git a/app-misc/macchina/Manifest b/app-misc/macchina/Manifest
index e74582753..2affb8760 100644
--- a/app-misc/macchina/Manifest
+++ b/app-misc/macchina/Manifest
@@ -1,7 +1,9 @@
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi-to-tui-0.4.1.crate 7209 BLAKE2B 
ecf310fc395cab30051fbdaee10f9f4455f5d4966063914a75055e9d6d8d510a0752ae0880758ab77d3b32264ae64f8b9a2ff6c9e6d74f108f407ccd61cee5f1
 SHA512 
b2218bfe552693c1f07b53774e42161be0d0095ffd0facb7b117cfc99b3927ef4c011d1f30141e46cc9ed61cd71b5b57b2053cf5dc110ff7a74c4fef75433a4e
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.44.crate 35067 BLAKE2B 
19dd53abcbf5ade698f3bf5b1522fa8c1c55b777d91fd05f6c43a7a32691d00da756c7af9d991ebfc71b02fa4e8e2e257c78ce3e29f8c3034066ca43eea4c07d
 SHA512 
d8ec44c64cf4b06121421c99157573b59e2078ab1aba7d949aad9ddd5ec4a1b585a07d0ca06807ed2349c6becaed1cba69f10f9affa2da25f749b615a70aa9ff
+DIST anyhow-1.0.52.crate 44224 BLAKE2B 
79d68d3390d27e0e27f9db784ad10b5d7845dec7949fbc722f944ef3988419acd72c509b44a4544e99bea5e57407da5b1ce40a96277d307fc408c958ea915c31
 SHA512 
b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
@@ -10,65 +12,97 @@ DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f3
 DIST bytesize-1.1.0.crate 9370 BLAKE2B 
38fcddbdb862e82a076b7ae1339b48c776f704d25be78935d08637351ade725e86e00e07e62868e76a1a2db894f223e1f8309f8b362a46405ec6c06f6e421a96
 SHA512 
36f35cf53c468cf011b231d3fc5d00c5224fa3d917854e347daeaaae53ae7ee36c4d8ba26788460d56c922c9ffb0eeebc60655fef7366ae42e221950d03f6715
 DIST cassowary-0.3.0.crate 22876 BLAKE2B 
7e74a08e02050548ade7dd1ebba7ce4e4360d258ea6acf126453889dbf16df433bed7b68789736881c957f4c09eead1f763a0c02f2474157b1650a1e77e6eca9
 SHA512 
0838c0b79ed31f0c514fe4ac82633976e34b0d6cb08616313cda0e00623514fc6498c6c308cfef54ea029f1fdbaafe2991ca8ac3c38437a113ac62e37f9397f8
 DIST cc-1.0.70.crate 57200 BLAKE2B 
196b0435c8a521a02e9877ed3ff81fbefa88cd56717556776b46366bad1835bff134a1b4fc4e31ee5497600e98d1031119d0973b420cf16aece1ff18fbdcd1bc
 SHA512 
9158eabcb9405fa2ef41fb120821ddaa2e5c7234c02d5cfbb5b59570f7de393d1fa33942ca52f86bf9271765b3df934debdea89e7563cbfe193dc01b2dcd72f9
+DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 
e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 

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

2022-01-13 Thread Arthur Zamarin
commit: 7e289f1a6937350ec0223c13e3b8718c08917a9c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:48:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:48:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e289f1a

dev-python/isodate: Stabilize 0.6.1 ppc64, #831146

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

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

diff --git a/dev-python/isodate/isodate-0.6.1.ebuild 
b/dev-python/isodate/isodate-0.6.1.ebuild
index c1cde1755da0..c0bcb0c2f9f1 100644
--- a/dev-python/isodate/isodate-0.6.1.ebuild
+++ b/dev-python/isodate/isodate-0.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2022-01-13 Thread Arthur Zamarin
commit: af326750e6c2f30e623a86659474dfc2442e1238
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:47:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:47:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af326750

dev-python/gmpy: Stabilize 2.1.1 ppc64, #831143

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

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

diff --git a/dev-python/gmpy/gmpy-2.1.1.ebuild 
b/dev-python/gmpy/gmpy-2.1.1.ebuild
index 0b76eddb118d..a0720062b67e 100644
--- a/dev-python/gmpy/gmpy-2.1.1.ebuild
+++ b/dev-python/gmpy/gmpy-2.1.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-libs/mpc-1.0.2:=



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

2022-01-13 Thread Arthur Zamarin
commit: b7cbdc43d41bef59126d3d4a937ba265d96973a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:46:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:46:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cbdc43

dev-python/pandas: Stabilize 1.3.5 ppc, #831149

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

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

diff --git a/dev-python/pandas/pandas-1.3.5.ebuild 
b/dev-python/pandas/pandas-1.3.5.ebuild
index 68ec1d34ffd1..966a46f810b1 100644
--- a/dev-python/pandas/pandas-1.3.5.ebuild
+++ b/dev-python/pandas/pandas-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/}"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE="doc full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2022-01-13 Thread Arthur Zamarin
commit: 57bdd196f75a4278194c1cfce9d26de482ee488c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:46:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:46:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bdd196

dev-python/lxml: Stabilize 4.7.1 ppc, #831147

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

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

diff --git a/dev-python/lxml/lxml-4.7.1.ebuild 
b/dev-python/lxml/lxml-4.7.1.ebuild
index 61f8170280be..233fb432e5d7 100644
--- a/dev-python/lxml/lxml-4.7.1.ebuild
+++ b/dev-python/lxml/lxml-4.7.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2022-01-13 Thread Michał Górny
commit: 8c82d7e89a5cca2da863caabe1020106b84ed438
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 18:43:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 18:43:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c82d7e8

dev-python/ipykernel: Remove old

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

 dev-python/ipykernel/Manifest  |  2 -
 dev-python/ipykernel/ipykernel-6.4.2-r1.ebuild | 55 ---
 dev-python/ipykernel/ipykernel-6.5.0-r1.ebuild | 62 --
 3 files changed, 119 deletions(-)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index ca83adf81f09..9e941d823b7b 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,4 +1,2 @@
-DIST ipykernel-6.4.2.tar.gz 121253 BLAKE2B 
26f8f94df823dd7a4ac41cac574e70ae98eed64f88bbcd8ce600ce6dfe1c43c224d65b5d0f9586ad05829692142e37fbb685a5d577047791831f6138b8309556
 SHA512 
56f0a15a1f06628e8f74749e4bad4a65dcc78ba7ff45e4fa5802d232e427e4ec152a6b6697302488d2e05d6b0cfa0cbc106ea2a593ab43de9d9defa9c169d5a6
-DIST ipykernel-6.5.0.tar.gz 122962 BLAKE2B 
fa36ea41d7f2dc8d0d75144f421ea2a72dd50dcda6c6a91f625f18c35ed2ebb950aadfb1715dd57a1fda77bfb49e360bca87f0bd8b9ee8380399d41691db2b9a
 SHA512 
440407818ed6f388f10a727a9be1a2588bf8c9699d66e1b954a1f64575c08b5bddb3978dd13f5ab26220a210ce7177e2be0374d48d3968df681d2d5311ce42d1
 DIST ipykernel-6.6.0.tar.gz 123747 BLAKE2B 
b1e836ac08e24baf3311e34e1323362bec94f8a59ba4cd824703f03370031226f9af41f864930c6fb59216d185e3c7e8798d6b91e88aa6ca0c214df33c6d7d37
 SHA512 
bf55e26a4bca0d02f4bbb87ce53a224d22a4765596f0f5d7a6d576bfa100436f676df59fa934e1d6ec66f8d802a1c7f787a9a31b906ecaa1ffd8a77fa3d96127
 DIST ipykernel-6.6.1.tar.gz 123915 BLAKE2B 
136a3acdea6790d4666c3f5b0d040a91be405ff35e510456d920d0d2d2fb4f4076eb8e74089d08c42f0eba50caa48da929c1a684ad414919a67748f13d6fdf78
 SHA512 
bfe37f3d69c9b05f9bbbdec7f2103c353433b402474507a9d17c02f224e3a80eaea010b5a8bcebfd4410fbba661feae74107a4904c0af7835c6c1aa6bd0c1159

diff --git a/dev-python/ipykernel/ipykernel-6.4.2-r1.ebuild 
b/dev-python/ipykernel/ipykernel-6.4.2-r1.ebuild
deleted file mode 100644
index 2e632c2d5273..
--- a/dev-python/ipykernel/ipykernel-6.4.2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="https://github.com/ipython/ipykernel;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   >=dev-python/debugpy-1.0.0[${PYTHON_USEDEP}]
-   =dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
-   =dev-python/traitlets-4.1.0[${PYTHON_USEDEP}]
-   =www-servers/tornado-4.2[${PYTHON_USEDEP}]
-   =dev-python/matplotlib-inline-0.1.0[${PYTHON_USEDEP}]
-   https://github.com/ipython/ipykernel;
-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"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   =dev-python/argcomplete-1.12.3[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   >=dev-python/debugpy-1.0.0[${PYTHON_USEDEP}]
-   =dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
-   =dev-python/traitlets-5.1.0[${PYTHON_USEDEP}]
-   =www-servers/tornado-4.2[${PYTHON_USEDEP}]
-   =dev-python/matplotlib-inline-0.1.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2022-01-13 Thread Arthur Zamarin
commit: 5a6932e7a2e857a7d0db0b43d58e77f1371da275
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:41:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:41:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6932e7

net-p2p/syncthing: Stabilize 1.18.5 arm64, #831073

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

 net-p2p/syncthing/syncthing-1.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/syncthing/syncthing-1.18.5.ebuild 
b/net-p2p/syncthing/syncthing-1.18.5.ebuild
index 8f24ac06c65a..3ef6bd639508 100644
--- a/net-p2p/syncthing/syncthing-1.18.5.ebuild
+++ b/net-p2p/syncthing/syncthing-1.18.5.ebuild
@@ -793,7 +793,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="selinux tools"
 
 RDEPEND="acct-group/syncthing



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

2022-01-13 Thread Arthur Zamarin
commit: c5b1a92ee6c5ed6d959607c46c5695ee63cf9c1c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:41:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:41:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b1a92e

net-misc/wget: Stabilize 1.21.2 ppc64, #831095

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

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

diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index e8a275e0341a..ab98f001fb83 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cookie_check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2022-01-13 Thread Arthur Zamarin
commit: 221d863c5bf5194789bf0f698fc0b24b794ae6b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:40:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:40:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221d863c

net-p2p/syncthing: Stabilize 1.18.5 ppc64, #831073

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

 net-p2p/syncthing/syncthing-1.18.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/syncthing/syncthing-1.18.5.ebuild 
b/net-p2p/syncthing/syncthing-1.18.5.ebuild
index cd3d65664324..8f24ac06c65a 100644
--- a/net-p2p/syncthing/syncthing-1.18.5.ebuild
+++ b/net-p2p/syncthing/syncthing-1.18.5.ebuild
@@ -793,7 +793,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ppc64 x86"
 IUSE="selinux tools"
 
 RDEPEND="acct-group/syncthing



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

2022-01-13 Thread Arthur Zamarin
commit: 68ba664dfd1fce9cc2ab071764666b335a85d904
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:40:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:40:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ba664d

dev-python/isodate: Stabilize 0.6.1 ppc, #831146

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

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

diff --git a/dev-python/isodate/isodate-0.6.1.ebuild 
b/dev-python/isodate/isodate-0.6.1.ebuild
index 091d46e42504..c1cde1755da0 100644
--- a/dev-python/isodate/isodate-0.6.1.ebuild
+++ b/dev-python/isodate/isodate-0.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 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"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2022-01-13 Thread Arthur Zamarin
commit: 689044f8290e5de79d3e963f23e1d52ed2246f2d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:40:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:40:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689044f8

app-admin/monit: Stabilize 5.29.0 ppc, #831114

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

 app-admin/monit/monit-5.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/monit/monit-5.29.0.ebuild 
b/app-admin/monit/monit-5.29.0.ebuild
index 8c6bc6cb5fe1..d388c1122d50 100644
--- a/app-admin/monit/monit-5.29.0.ebuild
+++ b/app-admin/monit/monit-5.29.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86 ~amd64-linux"
 IUSE="ipv6 pam ssl"
 
 RDEPEND="sys-libs/zlib:=



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

2022-01-13 Thread Arthur Zamarin
commit: 2a5b33e0f3457f734eb66a872ed3bbe36581dc77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:33:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:33:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5b33e0

dev-python/lxml: Stabilize 4.7.1 arm, #831147

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

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

diff --git a/dev-python/lxml/lxml-4.7.1.ebuild 
b/dev-python/lxml/lxml-4.7.1.ebuild
index 5669cfb3cd0a..50a2ca063c41 100644
--- a/dev-python/lxml/lxml-4.7.1.ebuild
+++ b/dev-python/lxml/lxml-4.7.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=8
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2022-01-13 Thread Arthur Zamarin
commit: e179170a06f985babc4553072495ed23ef26c5a3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:40:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:40:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e179170a

dev-python/lxml: Stabilize 4.7.1 sparc, #831147

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

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

diff --git a/dev-python/lxml/lxml-4.7.1.ebuild 
b/dev-python/lxml/lxml-4.7.1.ebuild
index 50a2ca063c41..61f8170280be 100644
--- a/dev-python/lxml/lxml-4.7.1.ebuild
+++ b/dev-python/lxml/lxml-4.7.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2022-01-13 Thread Arthur Zamarin
commit: fbf7212a8ab63d28ead3ee0cdf8ba1e1fd3b058a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 18:39:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 18:39:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf7212a

media-gfx/graphicsmagick: Stabilize 1.3.37 ppc, #831097

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

 media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
index 334373277503..3d42e425d4ba 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.37.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_P}"
 
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 LICENSE="MIT"



  1   2   3   >