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

2021-05-09 Thread Zac Medico
commit: c980ee7420ff4d06d6a524d47ca13e7c7ac4fbd2
Author: Bjoern Michaelsen  libreoffice  org>
AuthorDate: Mon May 10 05:31:03 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 10 05:57:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c980ee74

sys-cluster/k3s: add some basic kernel config dependency checks

k3s depends on lots of kernel configuration and k3s/containerd arent
exactly very helpful with error messages, if the kernel is missing
needed features. The attached patch will provide a set of configs
needed for k3s to run.
The list might be incomplete, but it is a start.

Steps to reproduce:
1. emerge k3s ebuild
2. start k3s on a kernel missing the listed config

expected behavior:
k3s runs or warns about missing kernel features.

actual behavior:
k3s fails in various ways (sometimes later: not able to set up
network or starting containers) and provides error messages
that do not directly hint at kernel configuration amiss.

Closes: https://bugs.gentoo.org/788991
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 sys-cluster/k3s/k3s-1.19.10-r1.ebuild | 3 ++-
 sys-cluster/k3s/k3s-1.20.6.ebuild | 3 ++-
 sys-cluster/k3s/k3s-1.21.0.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/k3s/k3s-1.19.10-r1.ebuild 
b/sys-cluster/k3s/k3s-1.19.10-r1.ebuild
index 07f6eb69c83..e5942a697cb 100644
--- a/sys-cluster/k3s/k3s-1.19.10-r1.ebuild
+++ b/sys-cluster/k3s/k3s-1.19.10-r1.ebuild
@@ -2,13 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit go-module systemd
+inherit go-module linux-info systemd
 
 DESCRIPTION="Lightweight Kubernetes"
 HOMEPAGE="https://k3s.io;
 K3S_ROOT_VERSION=0.6.0-rc3
 K3S_TRAEFIK_VERSION=1.81.0
 K3S_CNIPLUGINS_VERSION=0.8.6
+CONFIG_CHECK="~BRIDGE_NETFILTER ~CFS_BANDWIDTH ~CGROUP_DEVICE ~CGROUP_PERF 
~CGROUP_PIDS ~IP_VS ~MEMCG ~NETFILTER_XT_MATCH_COMMENT ~OVERLAY_FS ~VLAN ~VXLAN"
 
 EGO_SUM=(
 "bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898"

diff --git a/sys-cluster/k3s/k3s-1.20.6.ebuild 
b/sys-cluster/k3s/k3s-1.20.6.ebuild
index 6cbd318a7c8..a2e4b10c09a 100644
--- a/sys-cluster/k3s/k3s-1.20.6.ebuild
+++ b/sys-cluster/k3s/k3s-1.20.6.ebuild
@@ -2,13 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit go-module systemd
+inherit go-module linux-info systemd
 
 DESCRIPTION="Lightweight Kubernetes"
 HOMEPAGE="https://k3s.io;
 K3S_ROOT_VERSION=0.8.1
 K3S_TRAEFIK_VERSION=1.81.0
 K3S_CNIPLUGINS_VERSION=0.8.6
+CONFIG_CHECK="~BRIDGE_NETFILTER ~CFS_BANDWIDTH ~CGROUP_DEVICE ~CGROUP_PERF 
~CGROUP_PIDS ~IP_VS ~MEMCG ~NETFILTER_XT_MATCH_COMMENT ~OVERLAY_FS ~VLAN ~VXLAN"
 
 EGO_SUM=(
 "bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898"

diff --git a/sys-cluster/k3s/k3s-1.21.0.ebuild 
b/sys-cluster/k3s/k3s-1.21.0.ebuild
index 4b4f13bbf01..f6d024ad125 100644
--- a/sys-cluster/k3s/k3s-1.21.0.ebuild
+++ b/sys-cluster/k3s/k3s-1.21.0.ebuild
@@ -2,13 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit go-module systemd
+inherit go-module linux-info systemd
 
 DESCRIPTION="Lightweight Kubernetes"
 HOMEPAGE="https://k3s.io;
 K3S_ROOT_VERSION=0.8.1
 K3S_TRAEFIK_VERSION=9.18.2
 K3S_CNIPLUGINS_VERSION=0.8.6
+CONFIG_CHECK="~BRIDGE_NETFILTER ~CFS_BANDWIDTH ~CGROUP_DEVICE ~CGROUP_PERF 
~CGROUP_PIDS ~IP_VS ~MEMCG ~NETFILTER_XT_MATCH_COMMENT ~OVERLAY_FS ~VLAN ~VXLAN"
 
 EGO_SUM=(
 "bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898"



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

2021-05-09 Thread Joonas Niilola
commit: 2054077031b5692223616cda4334eee80052356e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 10 05:11:08 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 10 05:11:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20540770

dev-libs/libgit2: add +ssh back to IUSE

 - looks like it was accidentally removed in
   bb7b012589e90f52c6dce94db2965b85b4764291

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

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

diff --git a/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild 
b/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
index c15f66c355d..7887ad1aa83 100644
--- a/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
+++ b/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${P/_/-}
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0/1.1"
 KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~ppc-macos"
-IUSE="examples gssapi ssh test +threads trace"
+IUSE="examples gssapi +ssh test +threads trace"
 RESTRICT="!test? ( test )"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dialup/moserial/

2021-05-09 Thread Matt Turner
commit: 2700d7794486c0c6f742455e9d89686195e57e17
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May 10 03:10:20 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May 10 05:04:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2700d779

net-dialup/moserial: Update HOMEPAGE

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

 net-dialup/moserial/moserial-3.0.15.ebuild | 2 +-
 net-dialup/moserial/moserial-3.0.16.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/moserial/moserial-3.0.15.ebuild 
b/net-dialup/moserial/moserial-3.0.15.ebuild
index 722a6f845ba..21eb7b7c085 100644
--- a/net-dialup/moserial/moserial-3.0.15.ebuild
+++ b/net-dialup/moserial/moserial-3.0.15.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit gnome2
 
 DESCRIPTION="A clean and friendly gtk-based serial terminal"
-HOMEPAGE="https://wiki.gnome.org/moserial;
+HOMEPAGE="https://wiki.gnome.org/Apps/Moserial 
https://gitlab.gnome.org/GNOME/moserial;
 
 LICENSE="GPL-3+"
 SLOT="0"

diff --git a/net-dialup/moserial/moserial-3.0.16.ebuild 
b/net-dialup/moserial/moserial-3.0.16.ebuild
index 13d13b38fcc..3c39e2b6c5f 100644
--- a/net-dialup/moserial/moserial-3.0.16.ebuild
+++ b/net-dialup/moserial/moserial-3.0.16.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit gnome2
 
 DESCRIPTION="A clean and friendly gtk-based serial terminal"
-HOMEPAGE="https://wiki.gnome.org/moserial;
+HOMEPAGE="https://wiki.gnome.org/Apps/Moserial 
https://gitlab.gnome.org/GNOME/moserial;
 
 LICENSE="GPL-3+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/files/, app-emulation/lxc/

2021-05-09 Thread Joonas Niilola
commit: fb00aa98de17dba7ffb4ef5fed6608af8a6968d8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun May  9 09:27:30 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 10 05:01:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb00aa98

app-emulation/lxc: handle kernels with CAP_SETFCAP

Closes: https://bugs.gentoo.org/789012
Signed-off-by: Joonas Niilola  gentoo.org>

 ...lxc-4.0.9-handle-kernels-with-CAP_SETFCAP.patch | 93 ++
 .../lxc/{lxc-4.0.9.ebuild => lxc-4.0.9-r1.ebuild}  |  1 +
 2 files changed, 94 insertions(+)

diff --git 
a/app-emulation/lxc/files/lxc-4.0.9-handle-kernels-with-CAP_SETFCAP.patch 
b/app-emulation/lxc/files/lxc-4.0.9-handle-kernels-with-CAP_SETFCAP.patch
new file mode 100644
index 000..6fba3c4154a
--- /dev/null
+++ b/app-emulation/lxc/files/lxc-4.0.9-handle-kernels-with-CAP_SETFCAP.patch
@@ -0,0 +1,93 @@
+From 91ad9b94bcd964adfbaa8d84d8f39304d39835d0 Mon Sep 17 00:00:00 2001
+From: Christian Brauner 
+Date: Thu, 6 May 2021 18:16:45 +0200
+Subject: [PATCH] conf: handle kernels with CAP_SETFCAP
+
+LXC is being very clever and sometimes maps the caller's uid into the
+child userns. This means that the caller can technically write fscaps
+that are valid in the ancestor userns (which can be a security issue in
+some scenarios) so newer kernels require CAP_SETFCAP to do this. Until
+newuidmap/newgidmap are updated to account for this simply write the
+mapping directly in this case.
+
+Cc: stable-4.0
+Signed-off-by: Christian Brauner 
+---
+ src/lxc/conf.c | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/src/lxc/conf.c b/src/lxc/conf.c
+index 72e21b5300..f388946970 100644
+--- a/src/lxc/conf.c
 b/src/lxc/conf.c
+@@ -2978,6 +2978,9 @@ static int lxc_map_ids_exec_wrapper(void *args)
+   return -1;
+ }
+ 
++static struct id_map *find_mapped_hostid_entry(const struct lxc_list *idmap,
++ unsigned id, enum idtype idtype);
++
+ int lxc_map_ids(struct lxc_list *idmap, pid_t pid)
+ {
+   int fill, left;
+@@ -2991,12 +2994,22 @@ int lxc_map_ids(struct lxc_list *idmap, pid_t pid)
+   char mapbuf[STRLITERALLEN("new@idmap") + STRLITERALLEN(" ") +
+   INTTYPE_TO_STRLEN(pid_t) + STRLITERALLEN(" ") +
+   LXC_IDMAPLEN] = {0};
+-  bool had_entry = false, use_shadow = false;
++  bool had_entry = false, maps_host_root = false, use_shadow = false;
+   int hostuid, hostgid;
+ 
+   hostuid = geteuid();
+   hostgid = getegid();
+ 
++  /*
++   * Check whether caller wants to map host root.
++   * Due to a security fix newer kernels require CAP_SETFCAP when mapping
++   * host root into the child userns as you would be able to write fscaps
++   * that would be valid in the ancestor userns. Mapping host root should
++   * rarely be the case but LXC is being clever in a bunch of cases.
++   */
++  if (find_mapped_hostid_entry(idmap, 0, ID_TYPE_UID))
++  maps_host_root = true;
++
+   /* If new{g,u}idmap exists, that is, if shadow is handing out subuid
+* ranges, then insist that root also reserve ranges in subuid. This
+* will protected it by preventing another user from being handed the
+@@ -3014,7 +3027,9 @@ int lxc_map_ids(struct lxc_list *idmap, pid_t pid)
+   else if (!gidmap)
+   WARN("newgidmap is lacking necessary privileges");
+ 
+-  if (uidmap > 0 && gidmap > 0) {
++  if (maps_host_root) {
++  INFO("Caller maps host root. Writing mapping directly");
++  } else if (uidmap > 0 && gidmap > 0) {
+   DEBUG("Functional newuidmap and newgidmap binary found");
+   use_shadow = true;
+   } else {
+@@ -4229,14 +4244,14 @@ static struct id_map *mapped_nsid_add(const struct 
lxc_conf *conf, unsigned id,
+   return retmap;
+ }
+ 
+-static struct id_map *find_mapped_hostid_entry(const struct lxc_conf *conf,
++static struct id_map *find_mapped_hostid_entry(const struct lxc_list *idmap,
+  unsigned id, enum idtype idtype)
+ {
+   struct id_map *map;
+   struct lxc_list *it;
+   struct id_map *retmap = NULL;
+ 
+-  lxc_list_for_each (it, >id_map) {
++  lxc_list_for_each (it, idmap) {
+   map = it->elem;
+   if (map->idtype != idtype)
+   continue;
+@@ -4265,7 +4280,7 @@ static struct id_map *mapped_hostid_add(const struct 
lxc_conf *conf, uid_t id,
+   return NULL;
+ 
+   /* Reuse existing mapping. */
+-  tmp = find_mapped_hostid_entry(conf, id, type);
++  tmp = find_mapped_hostid_entry(>id_map, id, type);
+   if (tmp) {
+   memcpy(entry, tmp, sizeof(*entry));
+   } else {

diff --git a/app-emulation/lxc/lxc-4.0.9.ebuild 
b/app-emulation/lxc/lxc-4.0.9-r1.ebuild
similarity index 98%
rename from 

[gentoo-commits] repo/gentoo:master commit in: www-servers/puma/

2021-05-09 Thread Hans de Graaff
commit: 72405c639f41fc40584a120196a87e502f46d199
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  9 06:11:38 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72405c63

www-servers/puma: add 5.3.0

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

 www-servers/puma/Manifest  |  1 +
 www-servers/puma/puma-5.3.0.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index 880e502e1ab..cfd7a1449e4 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,3 +1,4 @@
 DIST puma-3.12.5.tar.gz 219175 BLAKE2B 
55e80fba8fd84004090cb8d30b6fd01652f1beb1d1216c5d41ce46c616677504fa867f9701ed2631f4edc956c9377d72c6fd4a1b61e99fdbb50ea371b170a0c0
 SHA512 
1e6721844cbabab0cfb8b1707625723061821dae3ee06a3330075f787ae580e6836d9cbe436e63dc4602253ad1da3b56135316c923c03bbbae454d9457a44aec
 DIST puma-5.1.1.tar.gz 284807 BLAKE2B 
59ba17129e55e79aa2f8092d60a5643840bd996b7832d421cb72538fc48b0fb302353bedef56cc9b115bdfb15b33b0f453bfbf759b2e9552a9490a8b0cef3090
 SHA512 
8653c622c21dca2116219702e801d7aa3272f0771fd5c2d5149927edbd504a9838fb0d442bfc5dc523035a94dad25946738a5dda954fdaa74a9a00c85ed9f86e
 DIST puma-5.2.2.tar.gz 293551 BLAKE2B 
ba7ba9d8a2dcf9ea9716624f712d6b569472e8bfd8d7501a5807007ccdc6b6b36a8fc6f65f47f5898907adb3d3b85e2630194d5527c96ed655ce6a52192ec36a
 SHA512 
b2d4f711cd1ad4f4557991ba26d7b940573b413e6a4c589d8447e78135d8d47e7222de4c865919981b677891cb2b57e3a3cf015d1f9a637b671f4f221c7ea77f
+DIST puma-5.3.0.tar.gz 297273 BLAKE2B 
c8377b32a0bcdc175f043327d09e107cc2bbc4fd8f38eaf7015da7b0f715cff304c0ee5b9913e19bbf63aa9e4319ee8bce19d01e3439b2a492fff69fea5f7b15
 SHA512 
00d41e2549911233d3c9744610bd557803ad049f85c180d0ddd88e6f01352d4f79e728b12cd335cb38f9c56e969644bccafa82b8cce0b8f91b677333e53d9584

diff --git a/www-servers/puma/puma-5.3.0.ebuild 
b/www-servers/puma/puma-5.3.0.ebuild
new file mode 100644
index 000..5d0f1ef4455
--- /dev/null
+++ b/www-servers/puma/puma-5.3.0.ebuild
@@ -0,0 +1,59 @@
+# 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_GEMSPEC="puma.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/puma_http11/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/puma
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
+HOMEPAGE="https://puma.io/;
+SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
+RDEPEND+=" dev-libs/openssl:0"
+
+ruby_add_bdepend "virtual/ruby-ssl
+   test? ( dev-ruby/rack >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
+
+ruby_add_rdepend "dev-ruby/nio4r:2"
+
+all_ruby_prepare() {
+   sed -e '/bundler/ s:^:#:' \
+   -e '/prove/ s:^:#:' \
+   -e '/stub_const/ s:^:#:' \
+   -i test/helper.rb || die
+
+   # Avoid tests failing inconsistently
+   sed -i -e '/test_bad_client/askip "inconsistent results"' 
test/test_web_server.rb || die
+
+   # Avoid launcher tests since they make assumptions about bundler use
+   rm -f test/test_launcher.rb test/test_worker_gem_independence.rb || die
+
+   # Skip integration tests since they make a lot of assumptions about
+   # the environment
+   rm -f test/test_integration_* test/test_preserve_bundler_env.rb|| die
+
+   # Avoid test that uses unpackaged stub_const
+   sed -i -e '/test_shutdown_with_grace/,/^  end/ s:^:#:' 
test/test_thread_pool.rb || die
+
+   sed -e 's/git ls-files --/find/' \
+   -e 's:_relative ": "./:' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   einfo "Running test suite"
+   ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; gem 'test-unit', 
'~>3.0'; require 'minitest/autorun'; Dir['test/**/*test_*.rb'].each{|f| require 
f}" || die
+}



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

2021-05-09 Thread Hans de Graaff
commit: d7c37fbe96053bd47abc15fe61b14739cce0b66f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 10 03:55:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c37fbe

dev-ruby/actiontext: add ruby27

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

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

diff --git a/dev-ruby/actiontext/actiontext-6.0.3.7.ebuild 
b/dev-ruby/actiontext/actiontext-6.0.3.7.ebuild
index 8e697a42031..f9de1b02106 100644
--- a/dev-ruby/actiontext/actiontext-6.0.3.7.ebuild
+++ b/dev-ruby/actiontext/actiontext-6.0.3.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -40,7 +40,7 @@ ruby_add_bdepend "test? (
 all_ruby_prepare() {
# Remove items from the common Gemfile that we don't need for this
# test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\|capybara\|byebug\)/
 s:^:#:" \
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|sass-rails\|webpacker\|rubocop\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\|capybara\|byebug\)/
 s:^:#:" \
-e '/:job/,/end/ s:^:#:' \
-e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
rm ../Gemfile.lock || die



[gentoo-commits] repo/gentoo:master commit in: www-servers/puma/

2021-05-09 Thread Hans de Graaff
commit: d4aa51f8a21c78c4e8ddbbf2ad6a00235dc52ff0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  9 05:46:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4aa51f8

www-servers/puma: cleanup

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

 www-servers/puma/Manifest |  2 --
 www-servers/puma/puma-5.2.0.ebuild| 65 ---
 www-servers/puma/puma-5.2.1-r1.ebuild | 59 ---
 www-servers/puma/puma-5.2.1.ebuild| 65 ---
 4 files changed, 191 deletions(-)

diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index e400a765582..880e502e1ab 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,5 +1,3 @@
 DIST puma-3.12.5.tar.gz 219175 BLAKE2B 
55e80fba8fd84004090cb8d30b6fd01652f1beb1d1216c5d41ce46c616677504fa867f9701ed2631f4edc956c9377d72c6fd4a1b61e99fdbb50ea371b170a0c0
 SHA512 
1e6721844cbabab0cfb8b1707625723061821dae3ee06a3330075f787ae580e6836d9cbe436e63dc4602253ad1da3b56135316c923c03bbbae454d9457a44aec
 DIST puma-5.1.1.tar.gz 284807 BLAKE2B 
59ba17129e55e79aa2f8092d60a5643840bd996b7832d421cb72538fc48b0fb302353bedef56cc9b115bdfb15b33b0f453bfbf759b2e9552a9490a8b0cef3090
 SHA512 
8653c622c21dca2116219702e801d7aa3272f0771fd5c2d5149927edbd504a9838fb0d442bfc5dc523035a94dad25946738a5dda954fdaa74a9a00c85ed9f86e
-DIST puma-5.2.0.tar.gz 292173 BLAKE2B 
e09e524ef651a674373e0c5281832fef2e016f58e9623968e11c47135f7bcddb72c6458e74e85f4264c40f49222161d9749c3c29295d5470e47e7b0382e96bab
 SHA512 
3e97f17be3926ff23b03def55dd1c9f015750a5aec74f0fa1551d20c9f386e0ec1a9e676dc0df49ae12129be6768a7d2f7df7a944dd2ec3d44f8243098dc7950
-DIST puma-5.2.1.tar.gz 292945 BLAKE2B 
1590dd256953578330ffcb4b2e8745c20ea893f62f251813da5b2473694312a9daeccd7cd5f453dbad441619594210fbdac431a6459deea24e1656c4da0ba01c
 SHA512 
8ec1a351badd68ce6559eb99592e3f4d836ca49406749a6c2cd9162c443eadf3b4cf24ceb6c92e0e27057217f6487ff9923888ff4a1590f8cf9061d06ec16e52
 DIST puma-5.2.2.tar.gz 293551 BLAKE2B 
ba7ba9d8a2dcf9ea9716624f712d6b569472e8bfd8d7501a5807007ccdc6b6b36a8fc6f65f47f5898907adb3d3b85e2630194d5527c96ed655ce6a52192ec36a
 SHA512 
b2d4f711cd1ad4f4557991ba26d7b940573b413e6a4c589d8447e78135d8d47e7222de4c865919981b677891cb2b57e3a3cf015d1f9a637b671f4f221c7ea77f

diff --git a/www-servers/puma/puma-5.2.0.ebuild 
b/www-servers/puma/puma-5.2.0.ebuild
deleted file mode 100644
index 0d7b9f48b0c..000
--- a/www-servers/puma/puma-5.2.0.ebuild
+++ /dev/null
@@ -1,65 +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_GEMSPEC="puma.gemspec"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/;
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0"
-
-ruby_add_bdepend "virtual/ruby-ssl
-   test? ( dev-ruby/rack >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-ruby_add_rdepend "dev-ruby/nio4r:2"
-
-all_ruby_prepare() {
-   sed -e '/bundler/ s:^:#:' \
-   -e '/prove/ s:^:#:' \
-   -e '/stub_const/ s:^:#:' \
-   -i test/helper.rb || die
-
-   # Avoid tests failing inconsistently
-   sed -i -e '/test_bad_client/askip "inconsistent results"' 
test/test_web_server.rb || die
-
-   # Avoid launcher tests since they make assumptions about bundler use
-   rm -f test/test_launcher.rb test/test_worker_gem_independence.rb || die
-
-   # Skip integration tests since they make a lot of assumptions about
-   # the environment
-   rm -f test/test_integration_* test/test_preserve_bundler_env.rb|| die
-
-   # Avoid test that uses unpackaged stub_const
-   sed -i -e '/test_shutdown_with_grace/,/^  end/ s:^:#:' 
test/test_thread_pool.rb || die
-
-   sed -e 's/git ls-files --/find/' \
-   -e 's:_relative ": "./:' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/puma_http11 extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/puma_http11
-   cp ext/puma_http11/puma_http11$(get_modname) lib/puma/ || die
-}
-
-each_ruby_test() {
-   einfo "Running test suite"
-   ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; gem 'test-unit', 
'~>3.0'; require 'minitest/autorun'; Dir['test/**/*test_*.rb'].each{|f| require 
f}" || die
-}

diff --git a/www-servers/puma/puma-5.2.1-r1.ebuild 
b/www-servers/puma/puma-5.2.1-r1.ebuild
deleted file mode 100644
index 5d0f1ef4455..000

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

2021-05-09 Thread Hans de Graaff
commit: 7e9fe6229835f6809a8d73fef81a67092cb65fc0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 10 03:54:52 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9fe622

dev-ruby/actionmailbox: add ruby27

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

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

diff --git a/dev-ruby/actionmailbox/actionmailbox-6.0.3.7.ebuild 
b/dev-ruby/actionmailbox/actionmailbox-6.0.3.7.ebuild
index 2f950375e6d..9e55566737c 100644
--- a/dev-ruby/actionmailbox/actionmailbox-6.0.3.7.ebuild
+++ b/dev-ruby/actionmailbox/actionmailbox-6.0.3.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -42,7 +42,7 @@ ruby_add_bdepend "test? (
 all_ruby_prepare() {
# Remove items from the common Gemfile that we don't need for this
# test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\|byebug\)/
 s:^:#:" \
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|sass-rails\|webpacker\|rubocop\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\|byebug\)/
 s:^:#:" \
-e '/:job/,/end/ s:^:#:' \
-e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
rm ../Gemfile.lock || die



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

2021-05-09 Thread Hans de Graaff
commit: d174771fdbabf1348edb9426073ccf37c5763ba6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 10 03:56:00 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d174771f

dev-ruby/rails: add ruby27

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

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

diff --git a/dev-ruby/rails/rails-6.0.3.7.ebuild 
b/dev-ruby/rails/rails-6.0.3.7.ebuild
index a6d73b63f61..8e4850d7e74 100644
--- a/dev-ruby/rails/rails-6.0.3.7.ebuild
+++ b/dev-ruby/rails/rails-6.0.3.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_BINWRAP=""
 



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

2021-05-09 Thread Hans de Graaff
commit: 4ffb96d6d59e8637a3bbd36683992a9506e6db77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  9 06:14:14 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffb96d6

dev-ruby/rqrcode_core: cleanup

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

 dev-ruby/rqrcode_core/Manifest  |  2 --
 dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild | 28 -
 dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild | 28 -
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/rqrcode_core/Manifest b/dev-ruby/rqrcode_core/Manifest
index 43adb1e57d0..3d6955e52ce 100644
--- a/dev-ruby/rqrcode_core/Manifest
+++ b/dev-ruby/rqrcode_core/Manifest
@@ -1,3 +1 @@
-DIST rqrcode_core-0.1.0.tar.gz 20241 BLAKE2B 
1d6f97cd8e1188c0a3ba0246d2102a901ac64fb0bb08317479f9061d3273ea49388e4a6ea02c8de6b54f8e928aefab62fe8b0dca8ba9f7ed31625cf84965df4b
 SHA512 
30ba73f45d69360b0efbf543a774c709a4397bd8f726f4edeaa830397187cd5c7535ac5816d65cea00f356f7111f69629f03fa508b7a7fc91d5618c4cebd8167
-DIST rqrcode_core-0.1.2.tar.gz 20165 BLAKE2B 
7d8cabcb2258a667c3b27fcbd11988bbe5cba849b191c45f3288b4d096a6d13df614e64977ce633ec829f0350bbd7ee153342070845f5ed0d6121e6e2aab321a
 SHA512 
9e4362b3b72193a20e44b636b3dfdbb7e496667b147e391660464ea6fd279720cbf4419e3d94561b61bee291c56fee8a3171f2287e2660f071dbda8d7153285b
 DIST rqrcode_core-0.2.0.tar.gz 20167 BLAKE2B 
68ddad8e908404a9e156cffd0d1f2704671ffeaca0ce48a2a74b3512076d89812f19b537cbef98f3b0ae046486ab11f7681b187a07fb53539afb188bdcc87c21
 SHA512 
96a1fc3484aabfc30b9a26da705405e56cb82168d34ce252f35481b03142ddab359dfbfc4601d12f67f5a65d466120fc0a295c66c0a7ae07401b58cbd8d5c47a

diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild 
b/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild
deleted file mode 100644
index 76d6b6aeafc..000
--- a/dev-ruby/rqrcode_core/rqrcode_core-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://github.com/whomwah/rqrcode_core/;
-SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile || die
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

diff --git a/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild 
b/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
deleted file mode 100644
index 76d6b6aeafc..000
--- a/dev-ruby/rqrcode_core/rqrcode_core-0.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="rqrcode_core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for encoding QR Codes"
-HOMEPAGE="https://github.com/whomwah/rqrcode_core/;
-SRC_URI="https://github.com/whomwah/rqrcode_core/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile || die
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}



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

2021-05-09 Thread Hans de Graaff
commit: 95d879e98cafa88e955f798fd153bf4b831733e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  9 06:12:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d879e9

dev-ruby/nio4r: add ruby30; drop unused test dep

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

 dev-ruby/nio4r/nio4r-2.5.7.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-ruby/nio4r/nio4r-2.5.7.ebuild 
b/dev-ruby/nio4r/nio4r-2.5.7.ebuild
index 65863232794..d53ece5e883 100644
--- a/dev-ruby/nio4r/nio4r-2.5.7.ebuild
+++ b/dev-ruby/nio4r/nio4r-2.5.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -25,8 +25,6 @@ IUSE=""
 # Note that nio4r bundles a patched copy of libev, and without these
 # patches the tests fail: https://github.com/celluloid/nio4r/issues/15
 
-ruby_add_bdepend "test? ( dev-ruby/rspec-retry )"
-
 all_ruby_prepare() {
sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' -e '1irequire "openssl"' 
spec/spec_helper.rb || die
sed -e '/extension/ s:^:#:' -i Rakefile || die



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

2021-05-09 Thread Hans de Graaff
commit: b9b8e39a1738b0169bacd741ae5add27451ac100
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 10 03:52:32 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 10 04:33:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b8e39a

dev-ruby/activestorage: add ruby27

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

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

diff --git a/dev-ruby/activestorage/activestorage-6.0.3.7-r1.ebuild 
b/dev-ruby/activestorage/activestorage-6.0.3.7-r1.ebuild
index d97bcf87e57..6220578fea1 100644
--- a/dev-ruby/activestorage/activestorage-6.0.3.7-r1.ebuild
+++ b/dev-ruby/activestorage/activestorage-6.0.3.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC=""
 RUBY_FAKEGEM_DOCDIR=""



[gentoo-commits] proj/linux-patches: Branch deleted: 5.13

2021-05-09 Thread Alice Ferrazzi
commit: 
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon May 10 01:17:07 2021 +

Branch deleted: 5.13




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

2021-05-09 Thread Alessandro Barbieri
commit: 81810d9918660aaf2fabcce4af1c0237189c6429
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 10 00:43:33 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 10 00:56:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81810d99

media-fonts/gohufont: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 media-fonts/gohufont/Manifest  |  1 +
 media-fonts/gohufont/gohufont-2.1_p20170627.ebuild | 26 
 media-fonts/gohufont/metadata.xml  | 28 ++
 3 files changed, 55 insertions(+)

diff --git a/media-fonts/gohufont/Manifest b/media-fonts/gohufont/Manifest
new file mode 100644
index 0..e3a804ca2
--- /dev/null
+++ b/media-fonts/gohufont/Manifest
@@ -0,0 +1 @@
+DIST gohufont-2.1_p20170627.tar.gz 93999 BLAKE2B 
9dfe0634153921ef6778be44c4b742aca2b9f1e0116a832a64e50521812d88bc1f7f0b00ec292ff2bd5de4db3d2a919bbe22e1bfe6c5426465eb718cf20b43ae
 SHA512 
b5e992d3e53fdafcc75ba7ca8d1bf6312ca0593582850b74d5ef583f61b16e950ccc4e4a13ea0b33d14a5db91adadf64fb2af4e335f56b8f8ee1b4b6c509055c

diff --git a/media-fonts/gohufont/gohufont-2.1_p20170627.ebuild 
b/media-fonts/gohufont/gohufont-2.1_p20170627.ebuild
new file mode 100644
index 0..d13f97a6f
--- /dev/null
+++ b/media-fonts/gohufont/gohufont-2.1_p20170627.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FONT_SUFFIX="pcf.gz"
+FONT_S=( . hidpi )
+inherit font-ebdftopcf font
+
+COMMIT="cc36b8c9fed7141763e55dcee0a97abffcf08224"
+DESCRIPTION="A monospace bitmap font"
+HOMEPAGE="
+   https://font.gohu.org
+   https://github.com/hchargois/gohufont
+"
+SRC_URI="
+   https://github.com/hchargois/gohufont/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz
+"
+S="${WORKDIR}/${PN}-${COMMIT}"
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   font-ebdftopcf_src_compile
+}

diff --git a/media-fonts/gohufont/metadata.xml 
b/media-fonts/gohufont/metadata.xml
new file mode 100644
index 0..768ae4b4f
--- /dev/null
+++ b/media-fonts/gohufont/metadata.xml
@@ -0,0 +1,28 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+co-maintainers welcome
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+Gohufont is a monospace bitmap font well suited for programming and terminal 
use. It is intended to be very legible and offers very discernable glyphs for 
all characters, including signs and symbols.
+ 
+The small 11 px version is perfect for laptops and netbooks as it enables to 
fit more text into their small screens. The 14 px is ideal for desktop screens 
where you sit farther away from it and the 11 px would be too small.
+
+Features
+
+Legible
+
+The most important goal of Gohufont is to be as legible as possible. Capitals 
and ascenders are tall, and rounded characters are very crisp thanks to small 
serifs.
+
+Non-ambiguous
+
+I wanted to make Gohufont's glyphs very different from one another, so that 
there could be no ambiguity. The zero is dashed, l, I and 1 share no 
similarity, curly brackets are very distinct from parentheses, etc.
+  
+  
+https://github.com/hchargois/gohufont/issues
+hchargois/gohufont
+  
+



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

2021-05-09 Thread Alessandro Barbieri
commit: e6f6e4b93193d8d5dd90e67dc79957d942238059
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 10 00:29:58 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 10 00:56:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6f6e4b9

media-fonts/inconsolata_dz: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 media-fonts/inconsolata_dz/Manifest|  1 +
 .../inconsolata_dz/inconsolata_dz-20201205.ebuild  | 20 
 media-fonts/inconsolata_dz/metadata.xml| 22 ++
 3 files changed, 43 insertions(+)

diff --git a/media-fonts/inconsolata_dz/Manifest 
b/media-fonts/inconsolata_dz/Manifest
new file mode 100644
index 0..ec77e66e7
--- /dev/null
+++ b/media-fonts/inconsolata_dz/Manifest
@@ -0,0 +1 @@
+DIST Inconsolata_dz.otf 52264 BLAKE2B 
74162f9a42f8cbd6f5b4e724f361f0b664f976b8c4bbb6bf52de7094c64d846bd3773db7b257a381d89d4cc59e4147dc42fe620f7af2466b5694a64f0111b1b4
 SHA512 
b358915761ab4fcd98c170cef3703137c4f80eaa0486e113ddcea549c13002f79ea2d0a3f8d59246d2948bbfe373617f1138bbe8720cc9c82ba952a111981ba3

diff --git a/media-fonts/inconsolata_dz/inconsolata_dz-20201205.ebuild 
b/media-fonts/inconsolata_dz/inconsolata_dz-20201205.ebuild
new file mode 100644
index 0..3386e7ce7
--- /dev/null
+++ b/media-fonts/inconsolata_dz/inconsolata_dz-20201205.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+FONT_SUFFIX="otf"
+FONT_PN="Inconsolata_dz"
+
+inherit font
+
+DESCRIPTION="A beautiful sans-serif monotype font designed for code listings"
+HOMEPAGE="
+   https://nodnod.net/posts/inconsolata-dz
+   https://fontinfo.opensuse.org/fonts/Inconsolata-dzdz.html
+"
+SRC_URI="https://nodnod.net/posts/inconsolata-dz/files/${FONT_PN}.${FONT_SUFFIX};
+S="${DISTDIR}"
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/media-fonts/inconsolata_dz/metadata.xml 
b/media-fonts/inconsolata_dz/metadata.xml
new file mode 100644
index 0..cf0b252cf
--- /dev/null
+++ b/media-fonts/inconsolata_dz/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+co-maintainers welcome
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+A new Inconsolata variant.
+
+Update Dec 5, 2020: Some versions of Emacs 24+ are seeing issues with fonts 
that use hyphens in the name, eg, Inconsolata-dz. I’ve updated the files list 
below to include a version of Inconsolata-dz named Inconsolata_dz, with 
underscores.
+
+I love the font Inconsolata. At bigger sizes and higher resolutions, it looks 
incredibly smooth and clear, and avoids the messy sort of feeling that Monaco 
gains as text density increases.
+
+One thing that bothered me about Inconsolata, however, was the fact that its 
single and double quotes were slightly slanted or curly. It especially bothered 
me when using single quotes and commas, as the two looked visually similar, and 
my eye kept jumping levels.
+
+As such, I made my own modification using the Font Forge source script, and 
named it: Inconsolata-dz
+
+It was the first time I did anything with Font Forge, so advance apologies for 
any mistakes.
+  
+



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/files/, gnome-extra/gnome-shell-extensions/

2021-05-09 Thread Matt Turner
commit: 35e3514030b905e16a44074ea4aee6a8e7fef30c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May 10 00:52:12 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May 10 00:52:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e35140

gnome-extra/gnome-shell-extensions: Add patch to fix compatibility

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

 ...owsNavigator-Adjust-to-gnome-shell-change.patch | 43 ++
 ...build => gnome-shell-extensions-40.0-r1.ebuild} |  4 ++
 2 files changed, 47 insertions(+)

diff --git 
a/gnome-extra/gnome-shell-extensions/files/40.0-windowsNavigator-Adjust-to-gnome-shell-change.patch
 
b/gnome-extra/gnome-shell-extensions/files/40.0-windowsNavigator-Adjust-to-gnome-shell-change.patch
new file mode 100644
index 000..9e335b781aa
--- /dev/null
+++ 
b/gnome-extra/gnome-shell-extensions/files/40.0-windowsNavigator-Adjust-to-gnome-shell-change.patch
@@ -0,0 +1,43 @@
+From e094dead91389c4a5f602e5bef2747ad5e73e8bd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Thu, 8 Apr 2021 16:38:40 +0200
+Subject: [PATCH] windowsNavigator: Adjust to gnome-shell change
+
+Parts of WindowPreview were moved to C for performance reasons, which
+turned a formerly private JS property into a GObject property.
+
+https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/302
+
+Part-of: 

+---
+ extensions/windowsNavigator/extension.js | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/extensions/windowsNavigator/extension.js 
b/extensions/windowsNavigator/extension.js
+index 0ea9645..bb72d7b 100644
+--- a/extensions/windowsNavigator/extension.js
 b/extensions/windowsNavigator/extension.js
+@@ -84,17 +84,17 @@ class MyWorkspace extends Workspace.Workspace {
+ });
+ 
+ this._text.add_constraint(new Clutter.BindConstraint({
+-source: this._windowContainer,
++source: this.windowContainer,
+ coordinate: Clutter.BindCoordinate.POSITION,
+ }));
+ this._text.add_constraint(new Clutter.AlignConstraint({
+-source: this._windowContainer,
++source: this.windowContainer,
+ align_axis: Clutter.AlignAxis.X_AXIS,
+ pivot_point: new Graphene.Point({ x: 0.5, y: -1 }),
+ factor: this._closeButtonSide === St.Side.LEFT ? 1 : 0,
+ }));
+ this._text.add_constraint(new Clutter.AlignConstraint({
+-source: this._windowContainer,
++source: this.windowContainer,
+ align_axis: Clutter.AlignAxis.Y_AXIS,
+ pivot_point: new Graphene.Point({ x: -1, y: 0.5 }),
+ factor: 0,
+-- 
+2.26.3
+

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0-r1.ebuild
similarity index 95%
rename from 
gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild
rename to 
gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0-r1.ebuild
index 3c33ad2de50..1d9b5892655 100644
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0.ebuild
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-40.0-r1.ebuild
@@ -35,6 +35,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PV}-windowsNavigator-Adjust-to-gnome-shell-change.patch
+)
+
 DISABLE_AUTOFORMATTING="yes"
 DOC_CONTENTS="Installed extensions installed are initially disabled by default.
 To change the system default and enable some extensions, you can use



[gentoo-commits] proj/linux-patches: New branch: 5.13

2021-05-09 Thread Alice Ferrazzi
commit: 
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon May 10 00:52:25 2021 +

New branch: 5.13




[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/

2021-05-09 Thread Sam James
commit: d053df701c6724dd7413a232f5d03385de9b35ca
Author: Sam James  gentoo  org>
AuthorDate: Mon May 10 00:06:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 10 00:06:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d053df70

app-accessibility/speech-tools: Stabilize 2.5.0 amd64, #783633

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

 app-accessibility/speech-tools/speech-tools-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild 
b/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild
index f14ff35bfac..997aac84719 100644
--- a/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild
+++ b/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/speech_tools"
 
 LICENSE="FESTIVAL HPND BSD rc regexp-UofT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE="nas openmp X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/

2021-05-09 Thread Sam James
commit: 35de719c29a72ddc5997182130dc25eae547c4ff
Author: Sam James  gentoo  org>
AuthorDate: Mon May 10 00:06:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 10 00:06:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35de719c

sci-libs/alglib: Stabilize 3.17.0 amd64, #789246

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

 sci-libs/alglib/alglib-3.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/alglib/alglib-3.17.0.ebuild 
b/sci-libs/alglib/alglib-3.17.0.ebuild
index 6f520c619d2..f4f6adc9051 100644
--- a/sci-libs/alglib/alglib-3.17.0.ebuild
+++ b/sci-libs/alglib/alglib-3.17.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/cpp
 
 LICENSE="GPL-2+"
 SLOT="0/3.8"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sam James
commit: 28f419396be88dfb02c0b1c46cde4db1496ea593
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 23:53:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 23:53:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f41939

net-analyzer/scapy: fix IncorrectCopyright

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

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

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ac3fd1dccb9..6b0b5ba376c 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



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

2021-05-09 Thread Sam James
commit: be5688bbcfe8eb7b6ac06192dda990067aa5bcae
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 23:52:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 23:53:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5688bb

net-analyzer/scapy: add 2.4.5

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

 net-analyzer/scapy/Manifest |  1 +
 .../scapy/{scapy-.ebuild => scapy-2.4.5.ebuild} | 17 +++--
 net-analyzer/scapy/scapy-.ebuild|  5 +++--
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 60e58090c7c..271529673f5 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1 +1,2 @@
 DIST scapy-2.4.4.tar.gz 3240890 BLAKE2B 
38b4fc0c34f229bb33f4d488ae9ba20905db572e3dd3caa15a92e8a33ba7305ba86a2b32a2664779c5085e53d44b4c55336d7afa8d65b90ffa3babcdc94bff25
 SHA512 
b8ad138ae2563967af07d123339ac73468fadb8f7687123aed364ad6d45198e9039314e17a155c37d01ef084e25571c587330dfd21777527110342c01821a389
+DIST scapy-2.4.5.tar.gz 3323309 BLAKE2B 
af94b3ec6324c4544aca25f63bcca8aa60a3b1cbbf132d3ed07b5bc73b95e4298bf250e65157bdb7851226fd0ac039367892a9a14d844e5815832ad4ab556819
 SHA512 
b5ccd689f7bd4fbbb86921a35360b94ec7a738b494f16e4764828689835296016bc476825add798406e4d32761d8df90b41ce7e38049afdabf98397b1bf5982a

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-2.4.5.ebuild
similarity index 74%
copy from net-analyzer/scapy/scapy-.ebuild
copy to net-analyzer/scapy/scapy-2.4.5.ebuild
index ec171fbddec..2c8170223ff 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 git-r3 readme.gentoo-r1
+inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
 HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy;
-EGIT_REPO_URI="https://github.com/secdev/${PN};
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-S=${WORKDIR}/${P/_/}
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 
@@ -31,7 +32,11 @@ Scapy has optional support for the following packages:
 "
 
 src_prepare() {
-   echo ${PV/_/} > ${PN}/VERSION || die
+   if ! [[ -f ${PN}/VERSION ]]; then
+   echo ${PV} > ${PN}/VERSION || die
+   else
+   die
+   fi
 
distutils-r1_src_prepare
 }

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ec171fbddec..ac3fd1dccb9 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 git-r3 readme.gentoo-r1
@@ -9,11 +10,11 @@ inherit distutils-r1 git-r3 readme.gentoo-r1
 DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
 HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy;
 EGIT_REPO_URI="https://github.com/secdev/${PN};
+S="${WORKDIR}"/${P/_/}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-S=${WORKDIR}/${P/_/}
+
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 



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

2021-05-09 Thread Sam James
commit: 43045ddf732a31b112677b9714747059758cf745
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 23:45:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 23:45:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43045ddf

sys-devel/binutils-config: Stabilize 5.4 arm64, #785391

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

 sys-devel/binutils-config/binutils-config-5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-config/binutils-config-5.4.ebuild 
b/sys-devel/binutils-config/binutils-config-5.4.ebuild
index 22cd3cf67a8..d7589cdcaf6 100644
--- a/sys-devel/binutils-config/binutils-config-5.4.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="Utility to change the binutils version being used"



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

2021-05-09 Thread Sam James
commit: 364d1d9898968a60927946f6f1a68316ac9c2b32
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 23:46:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 23:46:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364d1d98

sys-devel/binutils-config: Stabilize 5.4 arm, #785391

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

 sys-devel/binutils-config/binutils-config-5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-config/binutils-config-5.4.ebuild 
b/sys-devel/binutils-config/binutils-config-5.4.ebuild
index d7589cdcaf6..20b16e75f89 100644
--- a/sys-devel/binutils-config/binutils-config-5.4.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="Utility to change the binutils version being used"



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

2021-05-09 Thread Thomas Deutschmann
commit: 0bb2393f371759f0cbfd257cd038b9f1f3c890ff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun May  9 23:22:09 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun May  9 23:22:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb2393f

dev-db/mariadb: fix building with USE=jemalloc

Closes: https://bugs.gentoo.org/789108
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/mariadb-10.3.29.ebuild | 4 ++--
 dev-db/mariadb/mariadb-10.4.19.ebuild | 4 ++--
 dev-db/mariadb/mariadb-10.5.10.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.3.29.ebuild 
b/dev-db/mariadb/mariadb-10.3.29.ebuild
index a817803f5f3..f4598844ffe 100644
--- a/dev-db/mariadb/mariadb-10.3.29.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.29.ebuild
@@ -225,9 +225,9 @@ src_prepare() {
}
 
if use jemalloc; then
-   echo "TARGET_LINK_LIBRARIES(mysqld jemalloc)" >> 
"${S}/sql/CMakeLists.txt"
+   echo "TARGET_LINK_LIBRARIES(mysqld LINK_PUBLIC jemalloc)" >> 
"${S}/sql/CMakeLists.txt"
elif use tcmalloc; then
-   echo "TARGET_LINK_LIBRARIES(mysqld tcmalloc)" >> 
"${S}/sql/CMakeLists.txt"
+   echo "TARGET_LINK_LIBRARIES(mysqld LINK_PUBLIC tcmalloc)" >> 
"${S}/sql/CMakeLists.txt"
fi
 
# Don't build bundled xz-utils for tokudb

diff --git a/dev-db/mariadb/mariadb-10.4.19.ebuild 
b/dev-db/mariadb/mariadb-10.4.19.ebuild
index 382c81cf700..e663805b40f 100644
--- a/dev-db/mariadb/mariadb-10.4.19.ebuild
+++ b/dev-db/mariadb/mariadb-10.4.19.ebuild
@@ -226,9 +226,9 @@ src_prepare() {
}
 
if use jemalloc; then
-   echo "TARGET_LINK_LIBRARIES(mysqld jemalloc)" >> 
"${S}/sql/CMakeLists.txt"
+   echo "TARGET_LINK_LIBRARIES(mysqld LINK_PUBLIC jemalloc)" >> 
"${S}/sql/CMakeLists.txt"
elif use tcmalloc; then
-   echo "TARGET_LINK_LIBRARIES(mysqld tcmalloc)" >> 
"${S}/sql/CMakeLists.txt"
+   echo "TARGET_LINK_LIBRARIES(mysqld LINK_PUBLIC tcmalloc)" >> 
"${S}/sql/CMakeLists.txt"
fi
 
# Don't build bundled xz-utils for tokudb

diff --git a/dev-db/mariadb/mariadb-10.5.10.ebuild 
b/dev-db/mariadb/mariadb-10.5.10.ebuild
index 105f6f0c47a..d56ed81b9fe 100644
--- a/dev-db/mariadb/mariadb-10.5.10.ebuild
+++ b/dev-db/mariadb/mariadb-10.5.10.ebuild
@@ -227,9 +227,9 @@ src_prepare() {
}
 
if use jemalloc; then
-   echo "TARGET_LINK_LIBRARIES(mariadbd jemalloc)" >> 
"${S}/sql/CMakeLists.txt"
+   echo "TARGET_LINK_LIBRARIES(mariadbd LINK_PUBLIC jemalloc)" >> 
"${S}/sql/CMakeLists.txt"
elif use tcmalloc; then
-   echo "TARGET_LINK_LIBRARIES(mariadbd tcmalloc)" >> 
"${S}/sql/CMakeLists.txt"
+   echo "TARGET_LINK_LIBRARIES(mariadbd LINK_PUBLIC tcmalloc)" >> 
"${S}/sql/CMakeLists.txt"
fi
 
local plugin



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

2021-05-09 Thread Andreas Sturmlechner
commit: 6fb6819c5863b98e5ad9b8674feadae13850e66c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 23:04:29 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 23:04:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb6819c

net-p2p/resilio-sync: Drop 2.6.1, EAPI6--

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

 net-p2p/resilio-sync/Manifest  |  2 -
 net-p2p/resilio-sync/metadata.xml  |  3 --
 net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild | 74 --
 3 files changed, 79 deletions(-)

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index b4e4a2e3840..cc8b4bc228e 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,4 +1,2 @@
-DIST resilio-sync_2.6.1-1_amd64.deb 11576166 BLAKE2B 
b0131ca587e120418c1f24c379caedd0e00d23d2987ba5e56402dec2ec032b0af81275e680bc4c23c99e6138abe483e351743d9a30b3a023051d113b397743ab
 SHA512 
7184ec0a3a358728934ff1afb2228d314a276ee7f066d8b170999e406e6d64eb2e994f03d513d228296e516fdb39c36b62ba4d652ab033ad822a6b40f0cf
-DIST resilio-sync_2.6.1-1_i386.deb 11465780 BLAKE2B 
5deaadfff0fe3658a4b96e43f9668a75c627bdcb981621cdd7d5f8d32be2a2a03f1198505f88b5b2b864be5df555a906b800e4e71f539849d2ae0b606fa33a50
 SHA512 
c3140e8d01ca3c9e72a3acd8cb3e368f92a4ffcca32e03b0a5fd2463c8ca5085ae40f171929d64dd95585399a905028de43550410085fdd17bc7abaadb5ec5fe
 DIST resilio-sync_2.6.3-1_amd64.deb 12111264 BLAKE2B 
e4b4d3d0bda910db5f10131d9072c47d7daccd6ff37267546385fb2657c84d9b12e9ae637df8380175f175c3e3a304fc3424ab93aa71b69d9890320d3464cf58
 SHA512 
92097e155fe74c07a89034db75e889fb3679fbd6cc497a361e4cf403bd1ffb5c2bc9f2a327d65d20b03067e5b7b898635a2dbeff7d4d9937b5e5ffe4daf4ba9d
 DIST resilio-sync_2.6.3-1_i386.deb 12062034 BLAKE2B 
9c92e118ee8977a7e26948a21c61e1ff7c0692a2a76ff11e1b6ea8ef0edb08032d33453963b8c400c8945ed67cc561ce8334391fc4d8edc2e4bf37ff3c8acaff
 SHA512 
4254de420b2b2263779befbfd93bddb8fa5352fbcce80e2a21efb463f0f3008a282fd07eb6602d4785ca6f0e770980b6da66c8d33911ae68938aee5e09e08e44

diff --git a/net-p2p/resilio-sync/metadata.xml 
b/net-p2p/resilio-sync/metadata.xml
index 000ca04fb37..b9f2c25a47c 100644
--- a/net-p2p/resilio-sync/metadata.xml
+++ b/net-p2p/resilio-sync/metadata.xml
@@ -14,9 +14,6 @@
It can sync files between devices on a local network, or between remote 
devices
over the Internet via a modified version of the BitTorrent protocol.

-   
-   Use paxctl to mark binaries
-   

https://help.resilio.com/

https://help.resilio.com/hc/en-us/requests/new?ticket_form_id=91563

diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild 
b/net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild
deleted file mode 100644
index f4738e0d4d9..000
--- a/net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker user
-
-QA_PREBUILT="usr/bin/rslsync"
-BASE_URI="http://linux-packages.resilio.com/${PN}/deb/pool/non-free/r/${PN}/${PN}_${PV}-1_@arch@.deb;
-
-DESCRIPTION="Resilient, fast and scalable file synchronization tool"
-HOMEPAGE="https://resilio.com/;
-SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} )
-   x86? ( ${BASE_URI/@arch@/i386} )"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="pax_kernel"
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}"
-
-DOC_CONTENTS="You may need to review /etc/resilio-sync/config.json\\n
-Default metadata path is /var/lib/resilio-sync/.sync\\n
-Default web-gui URL is http://localhost:/\\n\\n;
-
-pkg_setup() {
-   enewgroup rslsync
-   enewuser rslsync -1 -1 /var/lib/resilio-sync rslsync
-}
-
-src_unpack() {
-   unpacker_src_unpack
-
-   unpack usr/share/man/man1/resilio-sync.1.gz
-}
-
-src_install() {
-   dobin usr/bin/rslsync
-   use pax_kernel && pax-mark m "${ED%/}"/usr/bin/rslsync
-
-   doman resilio-sync.1
-
-   newinitd "${FILESDIR}"/resilio-sync.initd resilio-sync
-   newconfd "${FILESDIR}"/resilio-sync.confd resilio-sync
-   newinitd "${FILESDIR}"/resilio-sync-user.initd resilio-sync-user
-   newconfd "${FILESDIR}"/resilio-sync-user.confd resilio-sync-user
-   systemd_dounit "${FILESDIR}"/resilio-sync.service
-   systemd_douserunit "${FILESDIR}"/resilio-sync-user.service
-   newtmpfiles "${FILESDIR}"/resilio-sync.tmpfile resilio-sync.conf
-
-   readme.gentoo_create_doc
-
-   # Generate sample config, uncomment config directives and change values
-   insopts -orslsync -grslsync -m0644
-   insinto /etc/resilio-sync
-   newins - config.json < <("${ED%/}"/usr/bin/rslsync --dump-sample-config 
| \
-   sed \
-   -e 

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

2021-05-09 Thread Andreas Sturmlechner
commit: 14343296f167f06801fed10a57865b4eb2ee6175
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 22:01:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 22:50:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14343296

dev-cpp/eigen: Drop 3.3.7 (r0)

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

 dev-cpp/eigen/Manifest   |   1 -
 dev-cpp/eigen/eigen-3.3.7.ebuild | 107 ---
 dev-cpp/eigen/metadata.xml   |   1 -
 3 files changed, 109 deletions(-)

diff --git a/dev-cpp/eigen/Manifest b/dev-cpp/eigen/Manifest
index d1b2eaa286e..57ca7481603 100644
--- a/dev-cpp/eigen/Manifest
+++ b/dev-cpp/eigen/Manifest
@@ -1,3 +1,2 @@
 DIST eigen-3.3.7-gitlab.tar.bz2 1663474 BLAKE2B 
70c2f6305ca205d62755cf5e90961088938b8daf56b7cc27abf52f0731064858ada523009d6bf5f014e24b34ceeafe59f918c385d12ccfe249ddb675e13d37a8
 SHA512 
ea3f1570de3be9ec230d2fbd0f2ae246bf5fd13da79835bf546eb31524796f26f9f633ee779f77942b370a8d540c5cbbd8dd033ccec53a44b692c7e407d6266f
-DIST eigen-3.3.7.tar.bz2 1665168 BLAKE2B 
544d35d1c7a4125affa094c6aa372c2aeca4e99bc60c496ff393d538c1c467b454491a772121450e3a1a43a582d073b4b7584918354d0b9175121fde88947c4b
 SHA512 
c12bfd034d0a1112bf2df3f773ad98f36b2b53fbbfceac5f143ee1793322746fb8a6546d7db7da2a1000da6a535bd8cea0c4125b549afc90a6570743b02dcf3d
 DIST eigen-3.3.9.tar.gz 2142379 BLAKE2B 
437dc190fdf7a416d0a5cf81703ef4cc73c195f0f3e7c853e0ab38cf904608ddd4485cc4e15eb0cd5e3c401276f270f3c86f538f205cc91b8c83e131d1bc916d
 SHA512 
16244cc89f2e1879543232b965cbf653b3ccf10e967c8c437a41e27d8320392bdf584d8c24b8a97406ab7d1481d5154da74e0702ec1334ae6a46de83f4573a46

diff --git a/dev-cpp/eigen/eigen-3.3.7.ebuild b/dev-cpp/eigen/eigen-3.3.7.ebuild
deleted file mode 100644
index 1f3bb7907f7..000
--- a/dev-cpp/eigen/eigen-3.3.7.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-FORTRAN_NEEDED="test"
-inherit cmake-utils cuda fortran-2
-
-DESCRIPTION="C++ template library for linear algebra"
-HOMEPAGE="http://eigen.tuxfamily.org/;
-SRC_URI="https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="MPL-2.0"
-SLOT="3"
-KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="c++11 cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda 
debug doc openmp test" #zvector
-RESTRICT="!test? ( test )"
-
-RDEPEND="!dev-cpp/eigen:0"
-DEPEND="
-   cuda? ( dev-util/nvidia-cuda-toolkit )
-   doc? (
-   app-doc/doxygen[dot]
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   )
-   test? (
-   dev-libs/gmp:0
-   dev-libs/mpfr:0
-   media-libs/freeglut
-   media-libs/glew
-   sci-libs/adolc[sparse]
-   sci-libs/cholmod
-   sci-libs/fftw:3.0
-   sci-libs/pastix
-   sci-libs/umfpack
-   sci-libs/scotch
-   sci-libs/spqr
-   sci-libs/superlu
-   virtual/opengl
-   virtual/pkgconfig
-   )
-"
-# Missing:
-# METIS-5
-# GOOGLEHASH
-
-src_unpack() {
-   default
-   mv ${PN}* ${P} || die
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   sed -e 's:-g2::g' \
-   -i cmake/EigenConfigureTesting.cmake || die
-
-   sed -e "/add_subdirectory(demos/d" \
-   -i CMakeLists.txt || die
-
-   if ! use test; then
-   sed -e "/add_subdirectory(test/d" \
-   -i CMakeLists.txt || die
-
-   sed -e "/add_subdirectory(blas/d" \
-   -e "/add_subdirectory(lapack/d" \
-   -i CMakeLists.txt || die
-   fi
-   sed -e "/Unknown build type/d" \
-   -i CMakeLists.txt || die
-
-   use cuda && cuda_src_prepare
-}
-
-src_compile() {
-   cmake-utils_src_compile
-   use doc && cmake-utils_src_compile doc
-}
-
-src_test() {
-   local mycmakeargs=(
-   -DEIGEN_TEST_NOQT=ON
-   -DEIGEN_TEST_ALTIVEC="$(usex cpu_flags_ppc_altivec)"
-   -DEIGEN_TEST_CXX11="$(usex c++11)"
-   -DEIGEN_TEST_CUDA="$(usex cuda)"
-   -DEIGEN_TEST_OPENMP="$(usex openmp)"
-   -DEIGEN_TEST_NEON64="$(usex cpu_flags_arm_neon)"
-   -DEIGEN_TEST_VSX="$(usex cpu_flags_ppc_vsx)"
-   )
-   cmake-utils_src_configure
-   cmake-utils_src_compile blas
-   cmake-utils_src_compile buildtests
-   cmake-utils_src_test
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
-   cmake-utils_src_install
-
-   # Debian 

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

2021-05-09 Thread Andreas Sturmlechner
commit: bce02f57a4bd77910151771d5dd0a4a5e84ad89c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 22:41:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 22:50:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce02f57

dev-util/cmake: Drop 3.20.1

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

 dev-util/cmake/Manifest|   1 -
 dev-util/cmake/cmake-3.20.1.ebuild | 232 -
 2 files changed, 233 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index fd99281c3c5..7fa1a3115a2 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,5 +1,4 @@
 DIST cmake-3.13.5.tar.gz 8618821 BLAKE2B 
765678bc92821207c53bfb4ac995a791b938f20236c3a6fda873b8edd11cd1401b4f4c05f170b8f600f38bde5f1227c715499eee072a8de3bb29d4f5cd230226
 SHA512 
99e3a8f5bc147dd90b9cab11f06892d87f289aa1354ad323711fe96ebc9c32b1e887e8f9d3575a37831c4d2153a070ff9115c5e27a185d54170bad9dbbaabc26
 DIST cmake-3.18.5.tar.gz 8975784 BLAKE2B 
62ea68b602e7e352c22ba6122aa010fb78fb5c4e484aa51bc336e750280d5fc03ffa439bd8005d2c43176f5a5db4ebfd419beca65cc59c5b8cd5666e38394fb8
 SHA512 
c15e0937a9c0ce0b6164c3d02a147e679ea57e1119cff4189a15de71429a7facb3c04eb8db467471876b5da5dbd4a25acb228efa7101fe78efd205f0d2c96343
 DIST cmake-3.19.7.tar.gz 9271358 BLAKE2B 
379b89c0d6bcfe81a397257cb3f95e4b4a8987566258f6d5b312e8ffd455fd07f09ed570c47111f9a519d76f43014b680e8242cddef13810ba87f9b9ec7e2e2f
 SHA512 
6af1fe3ea41906324d4c29f5f982281d92145d086f4a47fa2220b93483bc65d59b1e23f5b51d82305c630690be7c552827bb795560674b03620763e0917bf14a
-DIST cmake-3.20.1.tar.gz 9438789 BLAKE2B 
44f3f209f0bf55fa56d439d6196faac311ef55031eb23dafaa61266d83280eca32d9575f6c462b947f12c068e61c63d031b2046ab57099668dfcf7e61ffa1bb2
 SHA512 
726a2ea36dcc2887adc9b2a579060a7c5d7780bf246bc7915a3bfd35a800a544bb27d4daeae2a37c8f8acf576ed9feb45f97f2d53d7049da98b73cd2d2524248
 DIST cmake-3.20.2.tar.gz 9438694 BLAKE2B 
b1e1c091047d5ccae77d64ffda8201cfa7661f09fac2aceadfede8be09257cebdc8c2536f10ced82c700fd87174979344489fa6ab1b460e3ddfc41325ca6f19b
 SHA512 
675a92f84b437169aee86dbfa59715671b9195ddeffc6fea83c7803a70abe3116106ad0a627b9e4bef326bfb2a10fdf624ad341fd9d3d08e3d8a69c271cd2b32

diff --git a/dev-util/cmake/cmake-3.20.1.ebuild 
b/dev-util/cmake/cmake-3.20.1.ebuild
deleted file mode 100644
index 3d40c53f215..000
--- a/dev-util/cmake/cmake-3.20.1.ebuild
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake" # TODO RunCMake.LinkWhatYouUse fails 
consistently w/ ninja
-CMAKE_REMOVE_MODULES_LIST=( none )
-inherit bash-completion-r1 cmake elisp-common flag-o-matic multiprocessing \
-   toolchain-funcs virtualx xdg-utils
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Cross platform Make"
-HOMEPAGE="https://cmake.org/;
-SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
-
-LICENSE="CMake"
-SLOT="0"
-[[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs ncurses qt5 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-arch/libarchive-3.3.3:=
-   app-crypt/rhash
-   >=dev-libs/expat-2.0.1
-   >=dev-libs/jsoncpp-1.9.2-r2:0=
-   >=dev-libs/libuv-1.10.0:=
-   >=net-misc/curl-7.21.5[ssl]
-   sys-libs/zlib
-   virtual/pkgconfig
-   emacs? ( >=app-editors/emacs-23.1:* )
-   ncurses? ( sys-libs/ncurses:0= )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   doc? (
-   dev-python/requests
-   dev-python/sphinx
-   )
-   test? ( app-arch/libarchive[zstd] )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-PATCHES=(
-   # prefix
-   "${FILESDIR}"/${PN}-3.16.0_rc4-darwin-bundle.patch
-   "${FILESDIR}"/${PN}-3.14.0_rc3-prefix-dirs.patch
-   "${FILESDIR}"/${PN}-3.19.1-darwin-gcc.patch
-
-   # handle gentoo packaging in find modules
-   "${FILESDIR}"/${PN}-3.17.0_rc1-FindBLAS.patch
-   # Next patch needs to be reworked
-   #"${FILESDIR}"/${PN}-3.17.0_rc1-FindLAPACK.patch
-   "${FILESDIR}"/${PN}-3.5.2-FindQt4.patch
-
-   # respect python eclasses
-   "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
-   "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch
-
-   "${FILESDIR}"/${PN}-3.18.0-filter_distcc_warning.patch # bug 691544
-
-   # upstream fixes (can usually be removed with a version bump)
-)
-
-cmake_src_bootstrap() {
-   # disable running of cmake in bootstrap command
-   sed -i \
-   -e 

[gentoo-commits] repo/gentoo:master commit in: media-sound/wavbreaker/files/, media-sound/wavbreaker/

2021-05-09 Thread Sam James
commit: 2be78fd78cc271acf431f43dabda97f99056c608
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 22:41:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 22:41:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be78fd7

media-sound/wavbreaker: clean up patch

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

 media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch | 2 --
 media-sound/wavbreaker/wavbreaker-0.13.ebuild  | 3 +--
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch 
b/media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch
index 1f854ada4b4..be118c7bf79 100644
--- a/media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch
+++ b/media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch
@@ -1,5 +1,3 @@
-diff --git a/data/net.sourceforge.wavbreaker.desktop 
b/data/net.sourceforge.wavbreaker.desktop
-index 39d8ad9..649c5a2 100644
 --- a/data/net.sourceforge.wavbreaker.desktop
 +++ b/data/net.sourceforge.wavbreaker.desktop
 @@ -5,5 +5,5 @@ Comment[de]=Teilen Sie .wav-Dateien in mehrere Teile

diff --git a/media-sound/wavbreaker/wavbreaker-0.13.ebuild 
b/media-sound/wavbreaker/wavbreaker-0.13.ebuild
index 3204ca6f1b6..c14b99f5361 100644
--- a/media-sound/wavbreaker/wavbreaker-0.13.ebuild
+++ b/media-sound/wavbreaker/wavbreaker-0.13.ebuild
@@ -14,12 +14,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="mp3"
 
-# mpg123?
 RDEPEND="
dev-libs/glib
-   media-sound/mpg123
media-libs/libao
x11-libs/gtk+:3
+   mp3? ( media-sound/mpg123 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: media-sound/wavbreaker/, media-sound/wavbreaker/files/

2021-05-09 Thread Sam James
commit: 97b149957b6621ca499ee6a432ba64ae6857524a
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 22:30:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 22:39:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b14995

media-sound/wavbreaker: add 0.13

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

 media-sound/wavbreaker/Manifest|  1 +
 .../files/wavbreaker-0.13-QA-desktop-file.patch| 11 +++
 media-sound/wavbreaker/wavbreaker-0.13.ebuild  | 37 ++
 3 files changed, 49 insertions(+)

diff --git a/media-sound/wavbreaker/Manifest b/media-sound/wavbreaker/Manifest
index 0fa4723d14c..3a9e0aa9549 100644
--- a/media-sound/wavbreaker/Manifest
+++ b/media-sound/wavbreaker/Manifest
@@ -1 +1,2 @@
 DIST wavbreaker-0.11.tar.gz 496733 BLAKE2B 
2ecdad2f19071d672eea4960883af3f1e5b034d43307896cbd9caed9fb087579124851cab6fbfbc54276945c6b229f2ac6f2e7b9b839d02487569b08d65b0210
 SHA512 
3dee23ef7c0db651cd1ebae78db3f950b5b22ae4f0a323f66e1243a88c0e41390f9f4abde663ef7a1d1c841e0cbb779612d6078cd327a0f1d48e6a812c8ce4e1
+DIST wavbreaker-0.13.tar.gz 366998 BLAKE2B 
4f863699d6e0c5573d4af615a0ae8cd1d4d1b2fc74cc060ab8d0fb298e57812a8675b641bc69a45ae1015b3e6c0731a228aee773caaeaed75cafedf065dbbff0
 SHA512 
3585bdc6eb937d02ff8287c370a2f480dbdedfc6304505ee45943ed34e4302af480bdea511f7d4fb6778b9f5b25a435b533392eedac9869c650202645a64c574

diff --git a/media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch 
b/media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch
new file mode 100644
index 000..1f854ada4b4
--- /dev/null
+++ b/media-sound/wavbreaker/files/wavbreaker-0.13-QA-desktop-file.patch
@@ -0,0 +1,11 @@
+diff --git a/data/net.sourceforge.wavbreaker.desktop 
b/data/net.sourceforge.wavbreaker.desktop
+index 39d8ad9..649c5a2 100644
+--- a/data/net.sourceforge.wavbreaker.desktop
 b/data/net.sourceforge.wavbreaker.desktop
+@@ -5,5 +5,5 @@ Comment[de]=Teilen Sie .wav-Dateien in mehrere Teile
+ Exec=wavbreaker
+ Icon=net.sourceforge.wavbreaker
+ Type=Application
+-Categories=Application;AudioVideo;Audio;
++Categories=AudioVideo;Audio;
+ MimeType=audio/x-wav

diff --git a/media-sound/wavbreaker/wavbreaker-0.13.ebuild 
b/media-sound/wavbreaker/wavbreaker-0.13.ebuild
new file mode 100644
index 000..3204ca6f1b6
--- /dev/null
+++ b/media-sound/wavbreaker/wavbreaker-0.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="wavbreaker/wavmerge GTK+ utility to break or merge WAV files"
+HOMEPAGE="http://wavbreaker.sourceforge.net;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="mp3"
+
+# mpg123?
+RDEPEND="
+   dev-libs/glib
+   media-sound/mpg123
+   media-libs/libao
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.13-QA-desktop-file.patch
+)
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use mp3)
+   )
+
+   meson_src_configure
+}



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

2021-05-09 Thread Sam James
commit: 96b6d3a05ac09b98e17457be726712e572c83f17
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 22:22:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 22:39:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b6d3a0

media-sound/wavbreaker: add github remote-id

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

 media-sound/wavbreaker/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/wavbreaker/metadata.xml 
b/media-sound/wavbreaker/metadata.xml
index 66ce1ead9f2..9870fe19ebf 100644
--- a/media-sound/wavbreaker/metadata.xml
+++ b/media-sound/wavbreaker/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Sound project


+   thp/wavbreaker
wavbreaker

 



[gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess/

2021-05-09 Thread Sam James
commit: ea7c1f9a4abc6ecd64c7d73d3c2ee1affee4b839
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 22:16:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 22:39:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7c1f9a

games-board/gnuchess: add 6.2.8

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

 games-board/gnuchess/Manifest  |  1 +
 games-board/gnuchess/gnuchess-6.2.8.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/games-board/gnuchess/Manifest b/games-board/gnuchess/Manifest
index 24e258af6a8..b8526b981b1 100644
--- a/games-board/gnuchess/Manifest
+++ b/games-board/gnuchess/Manifest
@@ -1 +1,2 @@
 DIST gnuchess-6.2.7.tar.gz 802863 BLAKE2B 
2fea825cdf0e629b3c2e9965d16f432edff81ceac8e7fbfd99b7be93f7281f813b10b91a62b3823acbf8967af538b04d2d87f93abde4a580e659e1fbdc5966e9
 SHA512 
1ed9e9344fbfc8e78504290a44e2710acab53f211c4349cafb7b64cc9a1fa923fbef4b4cbe3dd96438049b1da21415db3eb81fe663a94551c30105207086e343
+DIST gnuchess-6.2.8.tar.gz 804080 BLAKE2B 
7079c07ae7cd2f225c428a7bf14d53eec394382508544994918b87db35d5cbdeb9cf42a11f5bc2f9c0c7b778384d6cdb9aad4490bc9cfd40a513fc2e36cbdd67
 SHA512 
9146ee727c1eb8002eb3b1e762d71876b512eff0799eafec7019d5312766fe2bd6655c622e66f86e92f80d2f3666e48158a1245b42c30bd3221a8b379689ecdd

diff --git a/games-board/gnuchess/gnuchess-6.2.8.ebuild 
b/games-board/gnuchess/gnuchess-6.2.8.ebuild
new file mode 100644
index 000..3d7f17e471b
--- /dev/null
+++ b/games-board/gnuchess/gnuchess-6.2.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Console based chess interface"
+HOMEPAGE="https://www.gnu.org/software/chess/chess.html;
+SRC_URI="mirror://gnu/chess/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+src_configure() {
+   # bug #491088
+   econf --without-readline
+}



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

2021-05-09 Thread Andreas K. Hüttel
commit: cdcf5c89a1d54c913817d38e872ff36822b9be6a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  9 22:35:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  9 22:35:14 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=cdcf5c89

Fix location of musl overlay

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

 releases/specs/amd64/musl/stage1-hardened.spec | 2 +-
 releases/specs/amd64/musl/stage1.spec  | 2 +-
 releases/specs/amd64/musl/stage2-hardened.spec | 2 +-
 releases/specs/amd64/musl/stage2.spec  | 2 +-
 releases/specs/amd64/musl/stage3-hardened.spec | 2 +-
 releases/specs/amd64/musl/stage3.spec  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/releases/specs/amd64/musl/stage1-hardened.spec 
b/releases/specs/amd64/musl/stage1-hardened.spec
index 61dd9ac4..19c5505e 100644
--- a/releases/specs/amd64/musl/stage1-hardened.spec
+++ b/releases/specs/amd64/musl/stage1-hardened.spec
@@ -7,7 +7,7 @@ snapshot: @TIMESTAMP@
 source_subpath: musl-hardened/stage3-amd64-musl-hardened-latest
 chost: x86_64-gentoo-linux-musl
 portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_overlay: /root/musl
+portage_overlay: /release/trees/musl-auto
 portage_prefix: releng
 update_seed: yes
 update_seed_command: --update --deep --newuse @world

diff --git a/releases/specs/amd64/musl/stage1.spec 
b/releases/specs/amd64/musl/stage1.spec
index 4c01b985..7ddfe188 100644
--- a/releases/specs/amd64/musl/stage1.spec
+++ b/releases/specs/amd64/musl/stage1.spec
@@ -7,7 +7,7 @@ snapshot: @TIMESTAMP@
 source_subpath: musl/stage3-amd64-musl-latest
 chost: x86_64-gentoo-linux-musl
 portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_overlay: /root/musl
+portage_overlay: /release/trees/musl-auto
 portage_prefix: releng
 update_seed: yes
 update_seed_command: --update --deep --newuse @world

diff --git a/releases/specs/amd64/musl/stage2-hardened.spec 
b/releases/specs/amd64/musl/stage2-hardened.spec
index ee060e51..77494e59 100644
--- a/releases/specs/amd64/musl/stage2-hardened.spec
+++ b/releases/specs/amd64/musl/stage2-hardened.spec
@@ -7,6 +7,6 @@ snapshot: @TIMESTAMP@
 source_subpath: musl-hardened/stage1-amd64-musl-hardened-@TIMESTAMP@
 chost: x86_64-gentoo-linux-musl
 portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_overlay: /root/musl
+portage_overlay: /release/trees/musl-auto
 portage_prefix: releng
 compression_mode: pixz_x

diff --git a/releases/specs/amd64/musl/stage2.spec 
b/releases/specs/amd64/musl/stage2.spec
index 530243b5..50df30bf 100644
--- a/releases/specs/amd64/musl/stage2.spec
+++ b/releases/specs/amd64/musl/stage2.spec
@@ -7,6 +7,6 @@ snapshot: @TIMESTAMP@
 source_subpath: musl/stage1-amd64-musl-@TIMESTAMP@
 chost: x86_64-gentoo-linux-musl
 portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_overlay: /root/musl
+portage_overlay: /release/trees/musl-auto
 portage_prefix: releng
 compression_mode: pixz_x

diff --git a/releases/specs/amd64/musl/stage3-hardened.spec 
b/releases/specs/amd64/musl/stage3-hardened.spec
index a4fdd20a..47117e55 100644
--- a/releases/specs/amd64/musl/stage3-hardened.spec
+++ b/releases/specs/amd64/musl/stage3-hardened.spec
@@ -6,6 +6,6 @@ profile: default/linux/amd64/17.0/musl/hardened
 snapshot: @TIMESTAMP@
 source_subpath: musl-hardened/stage2-amd64-musl-hardened-@TIMESTAMP@
 portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_overlay: /root/musl
+portage_overlay: /release/trees/musl-auto
 portage_prefix: releng
 compression_mode: pixz_x

diff --git a/releases/specs/amd64/musl/stage3.spec 
b/releases/specs/amd64/musl/stage3.spec
index 3ef03a60..b7e8e366 100644
--- a/releases/specs/amd64/musl/stage3.spec
+++ b/releases/specs/amd64/musl/stage3.spec
@@ -6,6 +6,6 @@ profile: default/linux/amd64/17.0/musl
 snapshot: @TIMESTAMP@
 source_subpath: musl/stage2-amd64-musl-@TIMESTAMP@
 portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_overlay: /root/musl
+portage_overlay: /release/trees/musl-auto
 portage_prefix: releng
 compression_mode: pixz_x



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

2021-05-09 Thread Pacho Ramos
commit: 62e3ced322c496929ef86f21f3a470da36647a56
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May  9 22:28:30 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May  9 22:28:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e3ced3

sys-cluster/openmpi: Needs to be rebuilt with cuda subslot bumps

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

 sys-cluster/openmpi/openmpi-2.0.4.ebuild | 4 ++--
 sys-cluster/openmpi/openmpi-2.1.6.ebuild | 4 ++--
 sys-cluster/openmpi/openmpi-3.0.4.ebuild | 4 ++--
 sys-cluster/openmpi/openmpi-3.1.4.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/openmpi/openmpi-2.0.4.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.4.ebuild
index 92358d5c786..39c9e2d 100644
--- a/sys-cluster/openmpi/openmpi-2.0.4.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -56,7 +56,7 @@ CDEPEND="
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
openmpi_fabrics_ofed? ( sys-fabric/ofed:* )
openmpi_fabrics_knem? ( sys-cluster/knem )
openmpi_fabrics_psm? ( sys-fabric/infinipath-psm:* )

diff --git a/sys-cluster/openmpi/openmpi-2.1.6.ebuild 
b/sys-cluster/openmpi/openmpi-2.1.6.ebuild
index d66d7a32a3d..8fead75c26b 100644
--- a/sys-cluster/openmpi/openmpi-2.1.6.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -52,7 +52,7 @@ CDEPEND="
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
openmpi_fabrics_ofed? ( sys-fabric/ofed:* )
openmpi_fabrics_knem? ( sys-cluster/knem )
openmpi_fabrics_psm? ( sys-fabric/infinipath-psm:* )

diff --git a/sys-cluster/openmpi/openmpi-3.0.4.ebuild 
b/sys-cluster/openmpi/openmpi-3.0.4.ebuild
index 2e23f84f26a..10895455678 100644
--- a/sys-cluster/openmpi/openmpi-3.0.4.ebuild
+++ b/sys-cluster/openmpi/openmpi-3.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -52,7 +52,7 @@ CDEPEND="
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
openmpi_fabrics_ofed? ( sys-fabric/ofed:* )
openmpi_fabrics_knem? ( sys-cluster/knem )
openmpi_fabrics_psm? ( sys-fabric/infinipath-psm:* )

diff --git a/sys-cluster/openmpi/openmpi-3.1.4.ebuild 
b/sys-cluster/openmpi/openmpi-3.1.4.ebuild
index 2e23f84f26a..10895455678 100644
--- a/sys-cluster/openmpi/openmpi-3.1.4.ebuild
+++ b/sys-cluster/openmpi/openmpi-3.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -52,7 +52,7 @@ CDEPEND="
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
openmpi_fabrics_ofed? ( sys-fabric/ofed:* )
openmpi_fabrics_knem? ( sys-cluster/knem )
openmpi_fabrics_psm? ( sys-fabric/infinipath-psm:* )



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

2021-05-09 Thread Sam James
commit: 94c5fdde92104a42fba127ea0c0442f7a0b345a2
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 22:08:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 22:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c5fdde

dev-libs/botan: add 2.18.1

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

 dev-libs/botan/Manifest|   2 +
 dev-libs/botan/botan-2.18.1.ebuild | 164 +
 2 files changed, 166 insertions(+)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index 5509e2815c2..0df8aa5911d 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,3 +1,5 @@
 DIST Botan-2.17.3.tar.xz 5937596 BLAKE2B 
605e71c959889b459bc26f17d310a33f26c9a51fe00db91db407ac5b96c9ff57bef67a401f71826e83e0d4eda2289c22685957289e6bb357f3693a1bce60f44d
 SHA512 
ead0f144dfb9eca66d0e81e376d0d49f4b0b6bc1599f8cf52299e1753645b5b20100efa004ef5f9571f7bea88958f35db38367fc26f2603890f8f199cc890dbc
 DIST Botan-2.18.0.tar.xz 5941536 BLAKE2B 
2a4182bab5e681fdfeafa113462bf5a31057d7be97d71d0a6e60975b84432dd3932498f42f0b879e216727df4bbfcbf0d844e971df95eaf9cf922280f32858b4
 SHA512 
8613412e3e2fe8b787db7a4d4dbadf60b8fe6b68a84408c600c37cd0b5dbdf3f347a49f5bd88eb8d4f658e927a8b976884146551bf7d256fa80e9675297c0f09
 DIST Botan-2.18.0.tar.xz.asc 488 BLAKE2B 
b9a9c98e11eae227fb900cae2dca3aecc2114ecacd87336cf5cdbe6fbcb9676514f11e365e94dbfecf3b9edc1a9a3398ff2c66f34a77d7b4d6b0f87518af6d9a
 SHA512 
f2e1689e10b0706eed5a3cf08dfcb163874d3ada12968ac739eeff259ae81b1329fafdae4d29290195276fe3bb1cdeaf3f302b8df53a377c5bbdb7964deaa044
+DIST Botan-2.18.1.tar.xz 5953936 BLAKE2B 
82f6a9563377542d059901adec0fc17a41b0184cf59af76084babec2591830314a4d7f8d3308eb393c4910c9b0e6c056625765f0d95b435f47dc94cf4b83b128
 SHA512 
2f11d1ab703d977a2d64504d2a2489ce56109a2a6c46c0dc7c8db428470ce511bcc0160f70baedad29237abd5e1622f2c155ea58c4dec4d3ae57ee7b350415c3
+DIST Botan-2.18.1.tar.xz.asc 488 BLAKE2B 
d7e6f18ba969b1fffe5aec27ec28839bb6eefac438b0971bb24293a9a1dc104d4355feaae4f8749ea9ea9a729e9f0c0368782c60c2f1aaed58620624248d09d2
 SHA512 
0cb24d544e31f347e649661d28fedaad4352cd5096ad41e1513c7915138981c7c099e4ee6025893ed829a65082aaded738a94018a8e0bc079f4f0fb63bbec262

diff --git a/dev-libs/botan/botan-2.18.1.ebuild 
b/dev-libs/botan/botan-2.18.1.ebuild
new file mode 100644
index 000..4d9fc251745
--- /dev/null
+++ b/dev-libs/botan/botan-2.18.1.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/botan.asc"
+inherit python-r1 toolchain-funcs verify-sig
+
+MY_P="Botan-${PV}"
+DESCRIPTION="C++ crypto library"
+HOMEPAGE="https://botan.randombit.net/;
+SRC_URI="https://botan.randombit.net/releases/${MY_P}.tar.xz;
+SRC_URI+=" verify-sig? ( 
https://botan.randombit.net/releases/${MY_P}.tar.xz.asc )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD-2"
+SLOT="2/$(ver_cut 1-2)" # soname version
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+IUSE="bindist doc boost bzip2 lzma python ssl static-libs sqlite zlib"
+
+CPU_USE=(
+   cpu_flags_arm_{aes,neon}
+   cpu_flags_ppc_altivec
+   cpu_flags_x86_{aes,avx2,popcnt,rdrand,sse2,ssse3,sse4_1,sse4_2}
+)
+
+IUSE+=" ${CPU_USE[@]}"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# NOTE: Boost is needed at runtime too for the CLI tool.
+DEPEND="
+   boost? ( >=dev-libs/boost-1.48:= )
+   bzip2? ( >=app-arch/bzip2-1.0.5:= )
+   lzma? ( app-arch/xz-utils:= )
+   python? ( ${PYTHON_DEPS} )
+   ssl? ( dev-libs/openssl:0=[bindist=] )
+   sqlite? ( dev-db/sqlite:3= )
+   zlib? ( >=sys-libs/zlib-1.2.3:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   ')
+   verify-sig? ( app-crypt/openpgp-keys-botan )
+"
+
+# NOTE: Considering patching Botan?
+# Please see upstream's guidance:
+# 
https://botan.randombit.net/handbook/packaging.html#minimize-distribution-patches
+
+python_check_deps() {
+   if use doc ; then
+   has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" || return 1
+   fi
+}
+
+src_configure() {
+   local disable_modules=(
+   $(usex boost '' 'boost')
+   $(usex bindist 'ecdsa' '')
+   )
+
+   if [[ -z "${DISABLE_MODULES}" ]] ; then
+   elog "Disabling module(s): ${disable_modules[@]}"
+   fi
+
+   local chostarch="${CHOST%%-*}"
+
+   # Arch specific wrangling
+
+   local myos=
+   case ${CHOST} in
+   *-darwin*)
+   myos=darwin
+   ;;
+
+   *)
+   myos=linux
+
+   if [[ ${CHOST} == *hppa* ]] ; then
+   chostarch=parisc
+   elif [[ 

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

2021-05-09 Thread Andreas Sturmlechner
commit: 36422f4e8c903ae6f36be84adc88115663b761a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 22:02:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 22:02:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36422f4e

dev-cpp/eigen: Drop 3.3.8-r1, overshadowed by 3.3.9

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

 dev-cpp/eigen/Manifest  |   1 -
 dev-cpp/eigen/eigen-3.3.8-r1.ebuild | 101 
 2 files changed, 102 deletions(-)

diff --git a/dev-cpp/eigen/Manifest b/dev-cpp/eigen/Manifest
index a412a3a8629..d1b2eaa286e 100644
--- a/dev-cpp/eigen/Manifest
+++ b/dev-cpp/eigen/Manifest
@@ -1,4 +1,3 @@
 DIST eigen-3.3.7-gitlab.tar.bz2 1663474 BLAKE2B 
70c2f6305ca205d62755cf5e90961088938b8daf56b7cc27abf52f0731064858ada523009d6bf5f014e24b34ceeafe59f918c385d12ccfe249ddb675e13d37a8
 SHA512 
ea3f1570de3be9ec230d2fbd0f2ae246bf5fd13da79835bf546eb31524796f26f9f633ee779f77942b370a8d540c5cbbd8dd033ccec53a44b692c7e407d6266f
 DIST eigen-3.3.7.tar.bz2 1665168 BLAKE2B 
544d35d1c7a4125affa094c6aa372c2aeca4e99bc60c496ff393d538c1c467b454491a772121450e3a1a43a582d073b4b7584918354d0b9175121fde88947c4b
 SHA512 
c12bfd034d0a1112bf2df3f773ad98f36b2b53fbbfceac5f143ee1793322746fb8a6546d7db7da2a1000da6a535bd8cea0c4125b549afc90a6570743b02dcf3d
-DIST eigen-3.3.8.tar.gz 2141903 BLAKE2B 
c33e699ba08338e7b9b215c9466e161229164ed3c466ce3d760c6917749af33c0414c3bc4bbdd216e3466e69ece8a38ca8beb78b7e0f1609894df6bb4a7fcca3
 SHA512 
5b4b5985b0294e07b3ed1155720cbbfea322fe9ccad0fc8b0a10060b136a9169a15d5b9cb7a434470cadd45dff0a43049edc20d2e1070005481a120212edc355
 DIST eigen-3.3.9.tar.gz 2142379 BLAKE2B 
437dc190fdf7a416d0a5cf81703ef4cc73c195f0f3e7c853e0ab38cf904608ddd4485cc4e15eb0cd5e3c401276f270f3c86f538f205cc91b8c83e131d1bc916d
 SHA512 
16244cc89f2e1879543232b965cbf653b3ccf10e967c8c437a41e27d8320392bdf584d8c24b8a97406ab7d1481d5154da74e0702ec1334ae6a46de83f4573a46

diff --git a/dev-cpp/eigen/eigen-3.3.8-r1.ebuild 
b/dev-cpp/eigen/eigen-3.3.8-r1.ebuild
deleted file mode 100644
index bddd6bddf84..000
--- a/dev-cpp/eigen/eigen-3.3.8-r1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-FORTRAN_NEEDED="test"
-inherit cmake cuda fortran-2
-
-DESCRIPTION="C++ template library for linear algebra"
-HOMEPAGE="http://eigen.tuxfamily.org/index.php?title=Main_Page;
-SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
-
-LICENSE="MPL-2.0"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug 
doc openmp test" #zvector
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   doc? (
-   app-doc/doxygen[dot]
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   )
-   test? ( virtual/pkgconfig )
-"
-DEPEND="
-   cuda? ( dev-util/nvidia-cuda-toolkit )
-   test? (
-   dev-libs/gmp:0
-   dev-libs/mpfr:0
-   media-libs/freeglut
-   media-libs/glew
-   sci-libs/adolc[sparse]
-   sci-libs/cholmod
-   sci-libs/fftw:3.0
-   sci-libs/pastix
-   sci-libs/scotch
-   sci-libs/spqr
-   sci-libs/superlu
-   sci-libs/umfpack
-   virtual/opengl
-   )
-"
-# Missing:
-# METIS-5
-# GOOGLEHASH
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.3.7-gentoo-cmake.patch
-   "${FILESDIR}"/${P}-no-error-counting-in-openmp-parallelize_gemm.patch
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   cmake_comment_add_subdirectory demos
-
-   if ! use test; then
-   sed -e "/add_subdirectory(test/s/^/#DONOTCOMPILE /g" \
-   -e "/add_subdirectory(blas/s/^/#DONOTCOMPILE /g" \
-   -e "/add_subdirectory(lapack/s/^/#DONOTCOMPILE /g" \
-   -i CMakeLists.txt || die
-   fi
-
-   use cuda && cuda_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKEPACKAGE_INSTALL_DIR=$(get_libdir)/cmake/${PN}${SLOT}
-   )
-   use test && mycmakeargs+=(
-   -DEIGEN_TEST_CXX11=ON
-   -DEIGEN_TEST_NOQT=ON
-   -DEIGEN_TEST_ALTIVEC=$(usex cpu_flags_ppc_altivec)
-   -DEIGEN_TEST_CUDA=$(usex cuda)
-   -DEIGEN_TEST_OPENMP=$(usex openmp)
-   -DEIGEN_TEST_NEON64=$(usex cpu_flags_arm_neon)
-   -DEIGEN_TEST_VSX=$(usex cpu_flags_ppc_vsx)
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-   use doc && 

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

2021-05-09 Thread Sam James
commit: 39ef9a548ae4ab7b0f79423320dffc4bd5970aa7
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 22:00:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 22:01:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ef9a54

net-misc/ipv6calc: Stabilize 2.2.0 amd64, #763981

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

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

diff --git a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild 
b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
index 8e201fbd465..498fe326ea8 100644
--- a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="geoip test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Louis Sautier
commit: 1cac45594d3270417b2acdecd79e91eef8ef482e
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun May  9 21:45:12 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun May  9 21:56:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cac4559

dev-python/minidb: enable Python 3.10

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/minidb/minidb-2.0.4.ebuild 
b/dev-python/minidb/minidb-2.0.4.ebuild
index be7daa76636..76b8f51300b 100644
--- a/dev-python/minidb/minidb-2.0.4.ebuild
+++ b/dev-python/minidb/minidb-2.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_USE_SETUPTOOLS=no
 



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

2021-05-09 Thread Louis Sautier
commit: 181705f0ae14e984a6dcb22c359f03fbfc1f21ca
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun May  9 21:55:08 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun May  9 21:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181705f0

dev-python/httpauth: enable Python 3.10

Signed-off-by: Louis Sautier  gentoo.org>

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

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



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

2021-05-09 Thread Mike Pagano
commit: c81100f0a3688d2f7324e8b95c6ed6e078c6ce84
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun May  9 21:56:34 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun May  9 21:56:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81100f0

sys-kernel/git-sources: Linux patch 5.13-rc1, remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/git-sources/Manifest| 10 ++
 sys-kernel/git-sources/git-sources-5.12_rc2.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.12_rc3.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.12_rc4.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.12_rc6.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.12_rc7.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.12_rc8.ebuild | 40 --
 ...5.12_rc5.ebuild => git-sources-5.13_rc1.ebuild} |  2 +-
 8 files changed, 3 insertions(+), 249 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 52bd4dea259..94915097c79 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,8 +1,2 @@
-DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330
-DIST patch-5.12-rc2.patch 38085886 BLAKE2B 
936f291c72b0befa6daf3f3070247e94a2e5ac14857e5a4053f99b5b4edbf1093f47b01a4bfe2884bf1461f0f67873b48b3d352493909d4377a766a5b05702a3
 SHA512 
4f92e162d8869045dabf245ab3e1a1518291b9d7fd5c27039dc97c656a15da1445bc9786746ba186180898abe8edcb52bab6e122119762e283722b8be19b5254
-DIST patch-5.12-rc3.patch 38689504 BLAKE2B 
25962d05cfd031ea45347f339da8dd206c38ee16c78fd5ff39edb564474b11d4321e450904f9db491f62bb6002e338ef3136327d656c028eaae6f8a3b9207229
 SHA512 
585a883af66641247e3a44ca56788dc5afe5a2f3a8bd0d9aaabba0324cbbbd4dffdad0d9bc65e30f77903c870985bfbfe1a3283cc709b92417f89d2c94ab8f16
-DIST patch-5.12-rc4.patch 38986964 BLAKE2B 
1d1d105866e52607197dac9a2ccd9b47abd9ca132d465ebdd9cabf9f557e1648d69a0df843fac2d4c5af3e404b9c560ca154a177b303b90e96bbb5a46b822baa
 SHA512 
51957643d3c49757652608a22093b2d5d2c802cb3449e529e55aa1a131ac27c8c8832cc0cc74ea93435191712e289c36f8edbe049541075b121406377ba5e3c7
-DIST patch-5.12-rc5.patch 39323574 BLAKE2B 
ec3cf459048293b1dd4445fcdef14dd68733d9c70cd2206a069943459f48ee1929c96568c37abe4396eeca3c27e388931df89a0fc92e5c7a23de7d8d2a1729eb
 SHA512 
cce82e4193de63f3ab87bd132baf6c63883aef91b31b8a96488c26206c35e22aecd0a5f4d6b562d98701fba0367e38f672d43015786cf480697aeaa6a43b5788
-DIST patch-5.12-rc6.patch 39417467 BLAKE2B 
b33e573e4c56dd9f4a5de81817c59898c16ee0c7890e0072fddfa17cf080ebd2e53e52ca1124bf4c6cc3b458a3f8b8851778b1de20ad955f68bf4749a6a125bb
 SHA512 
d68adeaa37396043a76594da8219e35e8d20474ef1df7610f1409149d565d9718dad54fd86ec681814b954fe7f84e164c2a82eec151365d44ec53a263da4de57
-DIST patch-5.12-rc7.patch 39770736 BLAKE2B 
5645e05dc9e7d090096104a7c945c6c838215151a437a4cce716e0d8b737269e1f91af75dc81f03231679c92bbaaf1f0f7ad15e314705892bb8bbe7d19760c67
 SHA512 
e778bfed958f1f9271f30ce417aff99f95d7e5ca961bccfd371d3f98de0127969d02bb873722df77d61ff345fb60e08d1236cfd3c02d610f24f519573269a428
-DIST patch-5.12-rc8.patch 39888574 BLAKE2B 
4b88b9a59de9285a8d27f6a7fad161c5fb6637b2c1f457cc23fef7d0361f7424ed31a81eba8e09cf2a7c2f5c6674f0462e486713ee6b6a314c702f5fd878a326
 SHA512 
fe7d974c201c0722d470aa749456902c878fd21569db152f98eb178f4e21ed7b1240a35b4641657e15d7bf4999ec16420996949822fafb80b0b18bcebb8b1206
+DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
+DIST patch-5.13-rc1.patch 60248581 BLAKE2B 
c105c2518de0ad29258262913226d44598f19f50df9f4b5bd0ca3afbf132e9b7d582537c9a91fea1209e3e77ced9ba86c83745ec32bb4c9c940fd843bd2858ea
 SHA512 
0ed817a3b25b9d28889c5754344537cd2266254dbfca87a98a5799594323d5b2cf04d233d0b48289dcf4518ebbabe687e49e7fe00553cbbd0cd2ac0e25fdf46b

diff --git a/sys-kernel/git-sources/git-sources-5.12_rc2.ebuild 
b/sys-kernel/git-sources/git-sources-5.12_rc2.ebuild
deleted file mode 100644
index 841923d20fb..000
--- a/sys-kernel/git-sources/git-sources-5.12_rc2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.11"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"

[gentoo-commits] repo/gentoo:master commit in: virtual/freedesktop-icon-theme/

2021-05-09 Thread Andreas Sturmlechner
commit: d423a36dc78a0b041922dc1bed774a79c7dc4716
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 21:42:46 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 21:52:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d423a36d

virtual/freedesktop-icon-theme: Drop 0-r3

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

 .../freedesktop-icon-theme-0-r3.ebuild| 19 ---
 1 file changed, 19 deletions(-)

diff --git a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild 
b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild
deleted file mode 100644
index 3c2cf96d15f..000
--- a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A virtual to choose between different icon themes"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-
-RDEPEND="|| (
-   x11-themes/adwaita-icon-theme
-   x11-themes/faenza-icon-theme
-   lxde-base/lxde-icon-theme
-   x11-themes/tango-icon-theme
-   kde-frameworks/oxygen-icons
-   x11-themes/mate-icon-theme
-   x11-themes/elementary-xfce-icon-theme
-)
-"



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

2021-05-09 Thread Sam James
commit: 90631f3c3c7b29eda3bb52447a1c489f06633fed
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90631f3c

net-misc/iputils: Stabilize 20210202 ppc64, #789048

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

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

diff --git a/net-misc/iputils/iputils-20210202.ebuild 
b/net-misc/iputils/iputils-20210202.ebuild
index 306956be8bc..837a700306f 100644
--- a/net-misc/iputils/iputils-20210202.ebuild
+++ b/net-misc/iputils/iputils-20210202.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



[gentoo-commits] repo/gentoo:master commit in: net-nds/gssproxy/

2021-05-09 Thread Sam James
commit: ba0348423a931e2bdf3f8f1bef3904bef1022625
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba034842

net-nds/gssproxy: Stabilize 0.8.4 ppc64, #789054

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

 net-nds/gssproxy/gssproxy-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/gssproxy/gssproxy-0.8.4.ebuild 
b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
index 6c57e9166cb..a9ded0f7987 100644
--- a/net-nds/gssproxy/gssproxy-0.8.4.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD-1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86"
 IUSE="debug selinux systemd hardened"
 
 COMMON_DEPEND=">=dev-libs/libverto-0.2.2



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

2021-05-09 Thread Sam James
commit: d6f21e20c4b804b4e8b828c14d0f33878553412b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f21e20

net-misc/whois: Stabilize 5.5.9 ppc64, #789051

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

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

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index fdbeac3834d..e2d9d7e38ae 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



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

2021-05-09 Thread Sam James
commit: 858435fbd751b81ae41f1f61cc79f886a78dbf40
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858435fb

sys-apps/dmidecode: Stabilize 3.3 ppc64, #789057

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

 sys-apps/dmidecode/dmidecode-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild 
b/sys-apps/dmidecode/dmidecode-3.3.ebuild
index 131f1deca77..7bee66b7374 100644
--- a/sys-apps/dmidecode/dmidecode-3.3.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 x86 ~x86-solaris"
+KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 x86 ~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"



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

2021-05-09 Thread Sam James
commit: 1b09e5969140239225017af0efcb3aa00e933cb4
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b09e596

dev-util/glade: Stabilize 3.38.2 ppc64, #747451

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

 dev-util/glade/glade-3.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glade/glade-3.38.2.ebuild 
b/dev-util/glade/glade-3.38.2.ebuild
index d052c330f8f..295045fb2c1 100644
--- a/dev-util/glade/glade-3.38.2.ebuild
+++ b/dev-util/glade/glade-3.38.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://glade.gnome.org/;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="3.10/13" # subslot = suffix of libgladeui-2.so
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 
 IUSE="gjs gtk-doc +introspection python webkit"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-05-09 Thread Sam James
commit: faac59f3e22e5c27eafcceed35085feb3ea1c7b3
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:48:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:48:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faac59f3

sys-apps/findutils: Stabilize 4.8.0 ppc64, #789063

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

 sys-apps/findutils/findutils-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild 
b/sys-apps/findutils/findutils-4.8.0.ebuild
index 768fe4f75ae..82d8eda096a 100644
--- a/sys-apps/findutils/findutils-4.8.0.ebuild
+++ b/sys-apps/findutils/findutils-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 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="nls selinux static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sam James
commit: d1b95195da505ee4d1e24e5e332126d62b6948e0
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b95195

sys-apps/ed: Stabilize 1.17 ppc64, #789060

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

 sys-apps/ed/ed-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ed/ed-1.17.ebuild b/sys-apps/ed/ed-1.17.ebuild
index 4eeff8aa3d5..6a1cb8606be 100644
--- a/sys-apps/ed/ed-1.17.ebuild
+++ b/sys-apps/ed/ed-1.17.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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=""
 
 DEPEND="sys-apps/texinfo"



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

2021-05-09 Thread Sam James
commit: 4bcf28b5c80978a25c347d62b9e1e57f2a1a883a
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcf28b5

media-libs/libmng: Stabilize 2.0.3-r1 ppc, #789075

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

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

diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild 
b/media-libs/libmng/libmng-2.0.3-r1.ebuild
index a3f4b388fc6..d47ff5df981 100644
--- a/media-libs/libmng/libmng-2.0.3-r1.ebuild
+++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="lcms"
 
 RDEPEND="



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

2021-05-09 Thread Sam James
commit: 763fc043a994fd210ba22ad89da4c83c5b326de2
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:48:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763fc043

media-libs/libmng: Stabilize 2.0.3-r1 ppc64, #789075

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

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

diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild 
b/media-libs/libmng/libmng-2.0.3-r1.ebuild
index d47ff5df981..2a462dcbbc2 100644
--- a/media-libs/libmng/libmng-2.0.3-r1.ebuild
+++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="lcms"
 
 RDEPEND="



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

2021-05-09 Thread Sam James
commit: f6e7ef133d939584ffd03d83deb652f7ab7530bb
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e7ef13

media-libs/libmng: Stabilize 2.0.3-r1 arm64, #789075

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

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

diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild 
b/media-libs/libmng/libmng-2.0.3-r1.ebuild
index c0f91a1eb71..a3f4b388fc6 100644
--- a/media-libs/libmng/libmng-2.0.3-r1.ebuild
+++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="lcms"
 
 RDEPEND="



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

2021-05-09 Thread Sam James
commit: bad1ea38b3debf2071d0aa900d97d6660752a6e5
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad1ea38

sys-apps/ed: Stabilize 1.17 ppc, #789060

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

 sys-apps/ed/ed-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ed/ed-1.17.ebuild b/sys-apps/ed/ed-1.17.ebuild
index e45d181e7ed..4eeff8aa3d5 100644
--- a/sys-apps/ed/ed-1.17.ebuild
+++ b/sys-apps/ed/ed-1.17.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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=""
 
 DEPEND="sys-apps/texinfo"



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

2021-05-09 Thread Sam James
commit: bcdb38dd286fbb85767833825632a084a958767f
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcdb38dd

sys-apps/ed: Stabilize 1.17 arm64, #789060

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

 sys-apps/ed/ed-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ed/ed-1.17.ebuild b/sys-apps/ed/ed-1.17.ebuild
index 52b0801f45b..e45d181e7ed 100644
--- a/sys-apps/ed/ed-1.17.ebuild
+++ b/sys-apps/ed/ed-1.17.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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=""
 
 DEPEND="sys-apps/texinfo"



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

2021-05-09 Thread Sam James
commit: f58b2bd50e858b6b732edcfee1cce9ccf21570dc
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58b2bd5

net-misc/whois: Stabilize 5.5.9 ppc, #789051

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

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

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index 08137e465f6..fdbeac3834d 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-nds/gssproxy/

2021-05-09 Thread Sam James
commit: e474a5c9c7aeec8c4a132b6e7f199182625499a6
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e474a5c9

net-nds/gssproxy: Stabilize 0.8.4 ppc, #789054

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

 net-nds/gssproxy/gssproxy-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/gssproxy/gssproxy-0.8.4.ebuild 
b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
index 729eb1f77cb..6c57e9166cb 100644
--- a/net-nds/gssproxy/gssproxy-0.8.4.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD-1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE="debug selinux systemd hardened"
 
 COMMON_DEPEND=">=dev-libs/libverto-0.2.2



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

2021-05-09 Thread Sam James
commit: 758608c944e6176722fcee999e8a0c3db170b3be
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758608c9

dev-libs/re2: Stabilize 0.2021.04.01 arm64, #789117

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

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

diff --git a/dev-libs/re2/re2-0.2021.04.01.ebuild 
b/dev-libs/re2/re2-0.2021.04.01.ebuild
index 5b835e8f89d..79d18199660 100644
--- a/dev-libs/re2/re2-0.2021.04.01.ebuild
+++ b/dev-libs/re2/re2-0.2021.04.01.ebuild
@@ -18,7 +18,7 @@ LICENSE="BSD"
 # https://abi-laboratory.pro/tracker/timeline/re2/
 SONAME="9"
 SLOT="0/${SONAME}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="icu"
 
 BDEPEND="icu? ( virtual/pkgconfig )"



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

2021-05-09 Thread Sam James
commit: d54a8efc7a19a3d6f30b7f217d13e7b977739cd0
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54a8efc

sys-apps/findutils: Stabilize 4.8.0 ppc, #789063

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

 sys-apps/findutils/findutils-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild 
b/sys-apps/findutils/findutils-4.8.0.ebuild
index 3abd651ddf6..768fe4f75ae 100644
--- a/sys-apps/findutils/findutils-4.8.0.ebuild
+++ b/sys-apps/findutils/findutils-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 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="nls selinux static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sam James
commit: 2807f7fad2eac1f0caeaad185e12991c131b3230
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2807f7fa

media-gfx/graphviz: Stabilize 2.47.1 ppc, #684844

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

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

diff --git a/media-gfx/graphviz/graphviz-2.47.1.ebuild 
b/media-gfx/graphviz/graphviz-2.47.1.ebuild
index 6540fa7ac29..17d8c281d0e 100644
--- a/media-gfx/graphviz/graphviz-2.47.1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.47.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/graphviz/graphviz/-/package_files/9573974/download -
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris"
 IUSE="+cairo devil doc examples gtk gts guile java lasi nls pdf perl 
postscript python qt5 ruby svg tcl X"
 
 REQUIRED_USE="



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

2021-05-09 Thread Sam James
commit: f137cc8b6f2d57a2d5ecc463ab3229076669a95b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f137cc8b

net-misc/iputils: Stabilize 20210202 ppc, #789048

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

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

diff --git a/net-misc/iputils/iputils-20210202.ebuild 
b/net-misc/iputils/iputils-20210202.ebuild
index ad76efa7750..306956be8bc 100644
--- a/net-misc/iputils/iputils-20210202.ebuild
+++ b/net-misc/iputils/iputils-20210202.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2021-05-09 Thread Sam James
commit: 5a938d15a34f9c12faf3b961d76d0abdf37efc4a
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:47:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:47:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a938d15

sys-apps/dmidecode: Stabilize 3.3 ppc, #789057

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

 sys-apps/dmidecode/dmidecode-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild 
b/sys-apps/dmidecode/dmidecode-3.3.ebuild
index 4b58e361d29..131f1deca77 100644
--- a/sys-apps/dmidecode/dmidecode-3.3.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-solaris"
+KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 x86 ~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"



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

2021-05-09 Thread Sam James
commit: 0c49b017147549b31d662bd873f3fd4d0cd5ee59
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c49b017

dev-libs/re2: Stabilize 0.2021.04.01 arm, #789117

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

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

diff --git a/dev-libs/re2/re2-0.2021.04.01.ebuild 
b/dev-libs/re2/re2-0.2021.04.01.ebuild
index 6ad6b3e62d4..5b835e8f89d 100644
--- a/dev-libs/re2/re2-0.2021.04.01.ebuild
+++ b/dev-libs/re2/re2-0.2021.04.01.ebuild
@@ -18,7 +18,7 @@ LICENSE="BSD"
 # https://abi-laboratory.pro/tracker/timeline/re2/
 SONAME="9"
 SLOT="0/${SONAME}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="icu"
 
 BDEPEND="icu? ( virtual/pkgconfig )"



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

2021-05-09 Thread Sam James
commit: dc23965a07fb96e027d54c2c2c9d2f18424eb2c5
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc23965a

net-misc/whois: Stabilize 5.5.9 arm64, #789051

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

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

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index b0d11597399..08137e465f6 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



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

2021-05-09 Thread Sam James
commit: 8419e7cdf0e17f4c21d9a2d75c861a4192f57b4b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8419e7cd

sys-apps/dmidecode: Stabilize 3.3 arm64, #789057

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

 sys-apps/dmidecode/dmidecode-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild 
b/sys-apps/dmidecode/dmidecode-3.3.ebuild
index 17c415b6e19..4b58e361d29 100644
--- a/sys-apps/dmidecode/dmidecode-3.3.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-solaris"
+KEYWORDS="-* ~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"



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

2021-05-09 Thread Sam James
commit: 02441f1bd28d3e1a64d1d74da952161948967267
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02441f1b

net-misc/iputils: Stabilize 20210202 arm64, #789048

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

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

diff --git a/net-misc/iputils/iputils-20210202.ebuild 
b/net-misc/iputils/iputils-20210202.ebuild
index c53946983e7..ad76efa7750 100644
--- a/net-misc/iputils/iputils-20210202.ebuild
+++ b/net-misc/iputils/iputils-20210202.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2021-05-09 Thread Sam James
commit: 476ac164fd6fc2633bff8e620cddae474ecd0353
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:46:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:46:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476ac164

media-libs/libmng: Stabilize 2.0.3-r1 arm, #789075

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

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

diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild 
b/media-libs/libmng/libmng-2.0.3-r1.ebuild
index 0509aabfc76..c0f91a1eb71 100644
--- a/media-libs/libmng/libmng-2.0.3-r1.ebuild
+++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="lcms"
 
 RDEPEND="



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

2021-05-09 Thread Sam James
commit: 4085a3dd4c37945798bb45d8b093889dfb87cdc8
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4085a3dd

net-misc/whois: Stabilize 5.5.9 x86, #789051

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

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

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index e703b9c1d07..b0d11597399 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



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

2021-05-09 Thread Sam James
commit: d20fb27401c1e3381b68b716a794cb5c0ef338cc
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20fb274

sys-apps/ed: Stabilize 1.17 x86, #789060

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

 sys-apps/ed/ed-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ed/ed-1.17.ebuild b/sys-apps/ed/ed-1.17.ebuild
index f0a70aa24b5..52b0801f45b 100644
--- a/sys-apps/ed/ed-1.17.ebuild
+++ b/sys-apps/ed/ed-1.17.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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=""
 
 DEPEND="sys-apps/texinfo"



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

2021-05-09 Thread Sam James
commit: 6613e5f7f7fdadfadb34745bbdc8b32a985fd946
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6613e5f7

sys-apps/dmidecode: Stabilize 3.3 x86, #789057

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

 sys-apps/dmidecode/dmidecode-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild 
b/sys-apps/dmidecode/dmidecode-3.3.ebuild
index af65d5d0773..17c415b6e19 100644
--- a/sys-apps/dmidecode/dmidecode-3.3.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-solaris"
+KEYWORDS="-* ~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"



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

2021-05-09 Thread Sam James
commit: 33f67ceeb7281ad32e2fa4fab9c9f9e295dae701
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f67cee

dev-libs/re2: Stabilize 0.2021.04.01 x86, #789117

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

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

diff --git a/dev-libs/re2/re2-0.2021.04.01.ebuild 
b/dev-libs/re2/re2-0.2021.04.01.ebuild
index 19ab8c9a7f8..6ad6b3e62d4 100644
--- a/dev-libs/re2/re2-0.2021.04.01.ebuild
+++ b/dev-libs/re2/re2-0.2021.04.01.ebuild
@@ -18,7 +18,7 @@ LICENSE="BSD"
 # https://abi-laboratory.pro/tracker/timeline/re2/
 SONAME="9"
 SLOT="0/${SONAME}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="icu"
 
 BDEPEND="icu? ( virtual/pkgconfig )"



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

2021-05-09 Thread Sam James
commit: a09c6063b61eb6f2eb77dd016a5a697e6ccc8520
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09c6063

sys-apps/findutils: Stabilize 4.8.0 x86, #789063

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

 sys-apps/findutils/findutils-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild 
b/sys-apps/findutils/findutils-4.8.0.ebuild
index 0b5d784ae14..3abd651ddf6 100644
--- a/sys-apps/findutils/findutils-4.8.0.ebuild
+++ b/sys-apps/findutils/findutils-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 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="nls selinux static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sam James
commit: dd66a53f8bb047195d67896b1c011e1de271537c
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd66a53f

media-libs/libmng: Stabilize 2.0.3-r1 x86, #789075

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

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

diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild 
b/media-libs/libmng/libmng-2.0.3-r1.ebuild
index e1fdeac9845..0509aabfc76 100644
--- a/media-libs/libmng/libmng-2.0.3-r1.ebuild
+++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="lcms"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-nds/gssproxy/

2021-05-09 Thread Sam James
commit: 3a470758f8e7c734acc4884ccd87c8ec3eef34a7
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:44:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:44:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a470758

net-nds/gssproxy: Stabilize 0.8.4 x86, #789054

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

 net-nds/gssproxy/gssproxy-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/gssproxy/gssproxy-0.8.4.ebuild 
b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
index 5bb81004b8f..729eb1f77cb 100644
--- a/net-nds/gssproxy/gssproxy-0.8.4.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD-1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE="debug selinux systemd hardened"
 
 COMMON_DEPEND=">=dev-libs/libverto-0.2.2



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

2021-05-09 Thread Sam James
commit: cf3ce8f446a8cf30fbf44853010f737322487ec5
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:43:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:43:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3ce8f4

dev-libs/userspace-rcu: Stabilize 0.12.2-r1 x86, #789042

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

 dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild 
b/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild
index 320335ebb5f..f173f6fa26e 100644
--- a/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild
+++ b/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0/6" # subslot = soname version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="static-libs regression-test test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sam James
commit: e20b461e5854540d69300ad09f948ebc21071ec7
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:43:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:43:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20b461e

dev-libs/libusb-compat: Stabilize 0.1.5-r3 x86, #789039

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

 dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild 
b/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild
index a80eb36b275..b7e66ae652f 100644
--- a/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild
+++ b/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN/-compat}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug examples static-libs"
 
 RDEPEND=">=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}]



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

2021-05-09 Thread Sam James
commit: f327dcf44ec867a251bd40db243c673ee9eae4b4
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:43:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:43:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f327dcf4

net-misc/iputils: Stabilize 20210202 x86, #789048

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

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

diff --git a/net-misc/iputils/iputils-20210202.ebuild 
b/net-misc/iputils/iputils-20210202.ebuild
index 16a7a6ca726..c53946983e7 100644
--- a/net-misc/iputils/iputils-20210202.ebuild
+++ b/net-misc/iputils/iputils-20210202.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2021-05-09 Thread Sam James
commit: 808557915d17f3b103229259abd5f86e542de5f2
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:43:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:43:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80855791

media-video/rav1e: Stabilize 0.4.1 x86, #785928

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

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

diff --git a/media-video/rav1e/rav1e-0.4.1.ebuild 
b/media-video/rav1e/rav1e-0.4.1.ebuild
index 5d978656c5e..3e7a00ad98a 100644
--- a/media-video/rav1e/rav1e-0.4.1.ebuild
+++ b/media-video/rav1e/rav1e-0.4.1.ebuild
@@ -272,7 +272,7 @@ else
https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> 
${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
-   KEYWORDS="amd64 arm arm64 ppc64 ~x86"
+   KEYWORDS="amd64 arm arm64 ppc64 x86"
 fi
 
 DESCRIPTION="The fastest and safest AV1 encoder"



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

2021-05-09 Thread Sam James
commit: 645846217147976be4d8df698425292b537c
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:43:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:43:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64584621

dev-libs/libfido2: Stabilize 1.7.0 x86, #789030

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

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

diff --git a/dev-libs/libfido2/libfido2-1.7.0.ebuild 
b/dev-libs/libfido2/libfido2-1.7.0.ebuild
index e7a8ec6db2e..ad132c0d8eb 100644
--- a/dev-libs/libfido2/libfido2-1.7.0.ebuild
+++ b/dev-libs/libfido2/libfido2-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Yubico/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="nfc +static-libs"
 
 DEPEND="



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

2021-05-09 Thread Sam James
commit: f725c71f2fc242c1b534e2796585bdc3e1dd68f5
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f725c71f

net-libs/gnutls: Stabilize 3.7.1 amd64, #789045

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

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

diff --git a/net-libs/gnutls/gnutls-3.7.1.ebuild 
b/net-libs/gnutls/gnutls-3.7.1.ebuild
index 83d947d8fd3..06c7cd032b9 100644
--- a/net-libs/gnutls/gnutls-3.7.1.ebuild
+++ b/net-libs/gnutls/gnutls-3.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1+"
 SLOT="0/30" # libgnutls.so number
-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="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 
sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
 
 REQUIRED_USE="



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

2021-05-09 Thread Sam James
commit: f851aba273ac33c45510b394d1f78757fe48e7bc
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f851aba2

sys-apps/findutils: Stabilize 4.8.0 amd64, #789063

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

 sys-apps/findutils/findutils-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild 
b/sys-apps/findutils/findutils-4.8.0.ebuild
index 20e9762725f..0b5d784ae14 100644
--- a/sys-apps/findutils/findutils-4.8.0.ebuild
+++ b/sys-apps/findutils/findutils-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 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="nls selinux static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sam James
commit: d74b03524bd280eba41b1f9dea17779f4db8c85e
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74b0352

media-libs/libmng: Stabilize 2.0.3-r1 amd64, #789075

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

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

diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild 
b/media-libs/libmng/libmng-2.0.3-r1.ebuild
index e9500fa38ce..e1fdeac9845 100644
--- a/media-libs/libmng/libmng-2.0.3-r1.ebuild
+++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="lcms"
 
 RDEPEND="



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

2021-05-09 Thread Sam James
commit: 2ab7c3471d1ef9b54ac3b091cbf0f1c9ae87b4be
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab7c347

dev-libs/userspace-rcu: Stabilize 0.12.2-r1 amd64, #789042

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

 dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild 
b/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild
index 807098a6dd6..320335ebb5f 100644
--- a/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild
+++ b/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0/6" # subslot = soname version
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs regression-test test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sam James
commit: de800441c74976634978dccc34d01f346467cb37
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de800441

dev-libs/re2: Stabilize 0.2021.04.01 amd64, #789117

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

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

diff --git a/dev-libs/re2/re2-0.2021.04.01.ebuild 
b/dev-libs/re2/re2-0.2021.04.01.ebuild
index 383b552b2a8..19ab8c9a7f8 100644
--- a/dev-libs/re2/re2-0.2021.04.01.ebuild
+++ b/dev-libs/re2/re2-0.2021.04.01.ebuild
@@ -18,7 +18,7 @@ LICENSE="BSD"
 # https://abi-laboratory.pro/tracker/timeline/re2/
 SONAME="9"
 SLOT="0/${SONAME}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="icu"
 
 BDEPEND="icu? ( virtual/pkgconfig )"



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

2021-05-09 Thread Sam James
commit: 50b072373d97a73444e215ada6618eebcf00ab13
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b07237

sys-apps/ed: Stabilize 1.17 amd64, #789060

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

 sys-apps/ed/ed-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ed/ed-1.17.ebuild b/sys-apps/ed/ed-1.17.ebuild
index c89aec19942..f0a70aa24b5 100644
--- a/sys-apps/ed/ed-1.17.ebuild
+++ b/sys-apps/ed/ed-1.17.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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=""
 
 DEPEND="sys-apps/texinfo"



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

2021-05-09 Thread Sam James
commit: a66513e70f59bf6d81f89cf3447a380f6013a84b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66513e7

net-misc/whois: Stabilize 5.5.9 amd64, #789051

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

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

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
index c9638975dc1..e703b9c1d07 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
 else
#SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-2"
 SLOT="0"



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

2021-05-09 Thread Sam James
commit: 9f502cfb2d2e045ac776ef00eaf777178f7eedcc
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f502cfb

sys-apps/dmidecode: Stabilize 3.3 amd64, #789057

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

 sys-apps/dmidecode/dmidecode-3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dmidecode/dmidecode-3.3.ebuild 
b/sys-apps/dmidecode/dmidecode-3.3.ebuild
index a87923dc520..af65d5d0773 100644
--- a/sys-apps/dmidecode/dmidecode-3.3.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~alpha ~amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 
~x86-solaris"
+KEYWORDS="-* ~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-dmidecode )"



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

2021-05-09 Thread Sam James
commit: 081300fa8af258a934158612c1308ee2e025b31f
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081300fa

dev-libs/libusb-compat: Stabilize 0.1.5-r3 amd64, #789039

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

 dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild 
b/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild
index c8675052ebf..a80eb36b275 100644
--- a/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild
+++ b/dev-libs/libusb-compat/libusb-compat-0.1.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN/-compat}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug examples static-libs"
 
 RDEPEND=">=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}]



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

2021-05-09 Thread Sam James
commit: 0681e268809dab254c0f52caa6ccca25e9676051
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0681e268

net-misc/iputils: Stabilize 20210202 amd64, #789048

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

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

diff --git a/net-misc/iputils/iputils-20210202.ebuild 
b/net-misc/iputils/iputils-20210202.ebuild
index 14c5a15b6d3..16a7a6ca726 100644
--- a/net-misc/iputils/iputils-20210202.ebuild
+++ b/net-misc/iputils/iputils-20210202.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${PV}.tar.gz -> 
${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2021-05-09 Thread Sam James
commit: 87e94b33a12b13e6f7dea10cb6807535c9c5334b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e94b33

dev-libs/libfido2: Stabilize 1.7.0 amd64, #789030

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

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

diff --git a/dev-libs/libfido2/libfido2-1.7.0.ebuild 
b/dev-libs/libfido2/libfido2-1.7.0.ebuild
index e595bd29810..e7a8ec6db2e 100644
--- a/dev-libs/libfido2/libfido2-1.7.0.ebuild
+++ b/dev-libs/libfido2/libfido2-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Yubico/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
 IUSE="nfc +static-libs"
 
 DEPEND="



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

2021-05-09 Thread Sam James
commit: 59f3c1ef68630decf3b8d0a848dc4238b5efd229
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 21:42:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 21:42:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f3c1ef

dev-libs/libpcre2: Stabilize 10.36-r1 amd64, #789036

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.36-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.36-r1.ebuild
index 106f1ce0906..3298fa0ece7 100644
--- a/dev-libs/libpcre2/libpcre2-10.36-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.36-r1.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~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="bzip2 +jit libedit +pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2021-05-09 Thread Sergei Trofimovich
commit: 45956f1fdd7926bb83fc7d237c69ad2d77e51a01
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun May  9 21:13:49 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  9 21:35:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45956f1f

sys-apps/findutils: stable 4.8.0 for hppa/sparc, bug #789063

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/findutils/findutils-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/findutils/findutils-4.8.0.ebuild 
b/sys-apps/findutils/findutils-4.8.0.ebuild
index 18c3fb964c1..20e9762725f 100644
--- a/sys-apps/findutils/findutils-4.8.0.ebuild
+++ b/sys-apps/findutils/findutils-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 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="nls selinux static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-09 Thread Sergei Trofimovich
commit: f50574e3591600df6cd82485b5445c266d527402
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun May  9 21:09:41 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  9 21:35:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50574e3

media-libs/libmng: stable 2.0.3-r1 for sparc, bug #789075

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/libmng/libmng-2.0.3-r1.ebuild 
b/media-libs/libmng/libmng-2.0.3-r1.ebuild
index 02fad410245..e9500fa38ce 100644
--- a/media-libs/libmng/libmng-2.0.3-r1.ebuild
+++ b/media-libs/libmng/libmng-2.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="lcms"
 
 RDEPEND="



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

2021-05-09 Thread Andreas Sturmlechner
commit: 92f1fc46377ad847aeffdf3b3eee3fa9e4f710a4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 21:21:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 21:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f1fc46

profiles: Mask app-misc/gcstar and dev-perl/gtk2-spell for removal

Bug: https://bugs.gentoo.org/724796
Bug: https://bugs.gentoo.org/769296
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bc741d0bd39..05a01d628aa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2021-05-09)
+# Unmaintained, last revdep of dev-perl/gtk2-spell, bugs #724796, #769296
+# Removal on 2021-06-08
+app-misc/gcstar
+dev-perl/gtk2-spell
+
 # Andreas K. Hüttel  (2021-05-09)
 # Work in progress, do not use yet
 =dev-lang/perl-5.34*



[gentoo-commits] proj/releng:master commit in: scripts/

2021-05-09 Thread Andreas K. Hüttel
commit: f28b31c5f04b57a294095e66b3b686984a692836
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  9 21:23:55 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  9 21:23:55 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=f28b31c5

Add script to pull and update musl overlay

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

 scripts/update_musl_overlay | 13 +
 1 file changed, 13 insertions(+)

diff --git a/scripts/update_musl_overlay b/scripts/update_musl_overlay
new file mode 100755
index ..4d62aef0
--- /dev/null
+++ b/scripts/update_musl_overlay
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+MUSLDIR="/release/trees/musl-auto"
+MUSLURI="https://anongit.gentoo.org/git/proj/musl.git;
+
+if [ ! -d "${MUSLDIR}" ] ; then
+   echo musl directory not present yet or not a directory, fixing
+   rm -rf "${MUSLDIR}"
+   git clone "${MUSLURI}" "${MUSLDIR}"
+else
+   cd "${MUSLDIR}"
+   git pull
+fi



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

2021-05-09 Thread Michał Górny
commit: f17008feea9a83b5208ad4ffd17f087b58fa6621
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  9 20:52:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  9 21:03:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17008fe

dev-python/pudb: Add missing pytest-mock dep

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

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

diff --git a/dev-python/pudb/pudb-2021.1.ebuild 
b/dev-python/pudb/pudb-2021.1.ebuild
index 85b6a8ab92c..dcfe8e2d6be 100644
--- a/dev-python/pudb/pudb-2021.1.ebuild
+++ b/dev-python/pudb/pudb-2021.1.ebuild
@@ -17,5 +17,9 @@ KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 RDEPEND="
dev-python/urwid[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-lua/md5/

2021-05-09 Thread Conrad Kostecki
commit: 8105702f9bf4efb098c5f5623c6360259ec1621b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun May  9 21:00:14 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun May  9 21:01:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8105702f

dev-lua/md5: new package

MD5 offers basic cryptographic facilities for Lua.

Closes: https://bugs.gentoo.org/665706
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/md5/Manifest   |  1 +
 dev-lua/md5/md5-1.3.ebuild | 85 ++
 dev-lua/md5/metadata.xml   | 17 ++
 3 files changed, 103 insertions(+)

diff --git a/dev-lua/md5/Manifest b/dev-lua/md5/Manifest
new file mode 100644
index 000..6da3d677a38
--- /dev/null
+++ b/dev-lua/md5/Manifest
@@ -0,0 +1 @@
+DIST md5-1.3.tar.gz 31377 BLAKE2B 
b6080c1ef71b5dd1e2d1831b055f31c6a45dd530a24436440a2188500f2fe0ad45730b23627eed7135b01102797a290af65b7550960add10346ac9f7ce906a9a
 SHA512 
eda222b89432228a03c603237a787d55b6d0251f53ee3da11aaf0369ff26e3497ed8479a295b659e02b3fee85c636cd5f8cc9fd68367bf4ed2d3edcbbc373903

diff --git a/dev-lua/md5/md5-1.3.ebuild b/dev-lua/md5/md5-1.3.ebuild
new file mode 100644
index 000..95caf85b7d2
--- /dev/null
+++ b/dev-lua/md5/md5-1.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua
+
+DESCRIPTION="Offers basic cryptographic facilities for Lua"
+HOMEPAGE="https://github.com/keplerproject/md5;
+SRC_URI="https://github.com/keplerproject/${PN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   lua_copy_sources
+}
+
+src_configure() {
+   # Provided 'configure' script is useless.
+   :;
+}
+
+lua_src_compile() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "CC=$(tc-getCC)"
+   "CFLAGS=${CFLAGS} $(lua_get_CFLAGS) ${LDFLAGS}"
+   )
+
+   emake "${myemakeargs[@]}"
+
+   popd
+}
+
+src_compile() {
+   lua_foreach_impl lua_src_compile
+}
+
+lua_src_test() {
+   pushd "${BUILD_DIR}/src" || die
+
+   # Workaround for tests.
+   ln -s core.so md5.so || die
+
+   "${ELUA}" ../tests/test.lua
+
+   popd
+}
+
+src_test() {
+   lua_foreach_impl lua_src_test
+}
+
+lua_src_install() {
+   pushd "${BUILD_DIR}" || die
+
+   # Workaround, as 'Makefile' does not create this directory.
+   dodir "$(lua_get_cmod_dir)"
+
+   local myemakeargs=(
+   "LUA_DIR=${ED}/$(lua_get_lmod_dir)"
+   "LUA_LIBDIR=${ED}/$(lua_get_cmod_dir)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   popd
+}
+
+src_install() {
+   lua_foreach_impl lua_src_install
+
+   einstalldocs
+}

diff --git a/dev-lua/md5/metadata.xml b/dev-lua/md5/metadata.xml
new file mode 100644
index 000..5907ba34a81
--- /dev/null
+++ b/dev-lua/md5/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   
+   
+   MD5 offers basic cryptographic facilities for Lua.
+   A hash (digest) function, a pair crypt/decrypt based on MD5 and 
CFB,
+   and a pair crypt/decrypt based on DES with 56-bit keys.
+   
+   
+   
+   keplerproject/md5
+   
+



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

2021-05-09 Thread Louis Sautier
commit: 6c1f7c2c46c2fd66399bcd80a04360d63a96376a
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun May  9 21:00:36 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun May  9 21:00:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1f7c2c

dev-python/humanize: enable Python 3.10

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/humanize/humanize-3.5.0.ebuild 
b/dev-python/humanize/humanize-3.5.0.ebuild
index 7bc5554aa17..c806307de9e 100644
--- a/dev-python/humanize/humanize-3.5.0.ebuild
+++ b/dev-python/humanize/humanize-3.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2021-05-09 Thread Louis Sautier
commit: 3e75493de15fbab1645b1514f23c56a390ea8a7d
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun May  9 20:06:20 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun May  9 21:00:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e75493d

dev-python/tempita: enable Python 3.10

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/tempita/tempita-0.5.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tempita/tempita-0.5.3-r3.ebuild 
b/dev-python/tempita/tempita-0.5.3-r3.ebuild
index a437b0ae5c2..6d5c3b27dc9 100644
--- a/dev-python/tempita/tempita-0.5.3-r3.ebuild
+++ b/dev-python/tempita/tempita-0.5.3-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 # The package uses pkg_resources
 DISTUTILS_USE_SETUPTOOLS=manual
 



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

2021-05-09 Thread Andreas K. Hüttel
commit: 91ceab3fee734c3e512aa1f9e2aa430976e79eaf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  9 20:55:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  9 20:56:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ceab3f

dev-perl/PPIx-QuoteLike: Add missing deps

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild 
b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index b491c516765..cb202adbccf 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -20,6 +20,8 @@ RDEPEND="
virtual/perl-Encode
virtual/perl-Exporter
>=dev-perl/PPI-1.117.0
+   dev-perl/PPIx-Regexp
+   dev-perl/Readonly
virtual/perl-Scalar-List-Utils
 "
 BDEPEND="${RDEPEND}



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

2021-05-09 Thread Andreas Sturmlechner
commit: c94c04a54579b3509a3dcb9736c6a0082710f249
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr  5 11:51:10 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 20:48:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94c04a5

dev-lang/swi-prolog: Tidyup, drop multilib

- local mycmakeargs
- Drop superfluous and post-inherit BUILD_DIR, CMAKE_USE_DIR
- Drop superfluous eapply_user, done by cmake_src_prepare

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

 dev-lang/swi-prolog/swi-prolog-8.2.4.ebuild  | 16 +++-
 dev-lang/swi-prolog/swi-prolog-8.3.21.ebuild | 22 +-
 dev-lang/swi-prolog/swi-prolog-8.3.22.ebuild | 16 +++-
 3 files changed, 23 insertions(+), 31 deletions(-)

diff --git a/dev-lang/swi-prolog/swi-prolog-8.2.4.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.2.4.ebuild
index 9719353911f..53103284881 100644
--- a/dev-lang/swi-prolog/swi-prolog-8.2.4.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-8.2.4.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-inherit cmake desktop xdg-utils flag-o-matic multilib
+inherit cmake desktop xdg-utils flag-o-matic
 
 PATCHSET_VER="0"
 
-DESCRIPTION="versatile implementation of the Prolog programming language"
+DESCRIPTION="Versatile implementation of the Prolog programming language"
 HOMEPAGE="https://www.swi-prolog.org/;
 SRC_URI="https://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz;
 
@@ -49,17 +49,15 @@ DEPEND="${RDEPEND}
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/swipl-${PV}"
-BUILD_DIR="${S}/build"
-CMAKE_USE_DIR="${S}"
 
 src_prepare() {
if [[ -d "${WORKDIR}"/${PV} ]] ; then
eapply "${WORKDIR}"/${PV}
fi
-   eapply_user
 
-   sed -i -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" CMakeLists.txt || die
-   sed -i -e "s|\(SWIPL_INSTALL_CMAKE_CONFIG_DIR\) lib/|\1   
$(get_libdir)/|" CMakeLists.txt || die
+   sed -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" \
+   -e "s|\(SWIPL_INSTALL_CMAKE_CONFIG_DIR\) lib/|\1   
$(get_libdir)/|" \
+   -i CMakeLists.txt || die
 
cmake_src_prepare
 }
@@ -68,7 +66,7 @@ src_configure() {
append-flags -fno-strict-aliasing
use debug && append-flags -DO_DEBUG
 
-   mycmakeargs=(
+   local mycmakeargs=(
-DSWIPL_INSTALL_PREFIX=$(get_libdir)/swipl
-DUSE_GMP=$(usex gmp)
-DINSTALL_DOCUMENTATION=$(use doc && usex archive)
@@ -83,7 +81,7 @@ src_configure() {
-DSWIPL_PACKAGES_QT=$(usex qt5)
-DSWIPL_PACKAGES_X=$(usex X)
-DSWIPL_PACKAGES_TERM=$(if use libedit || use readline; then 
echo yes; else echo no; fi)
-   )
+   )
 
cmake_src_configure
 }

diff --git a/dev-lang/swi-prolog/swi-prolog-8.3.21.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.3.21.ebuild
index 81dffeb547e..914c832b353 100644
--- a/dev-lang/swi-prolog/swi-prolog-8.3.21.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-8.3.21.ebuild
@@ -3,13 +3,11 @@
 
 EAPI=7
 
-inherit cmake flag-o-matic multilib
+inherit cmake flag-o-matic
 
-PATCHSET_VER="0"
-
-DESCRIPTION="versatile implementation of the Prolog programming language"
-HOMEPAGE="http://www.swi-prolog.org/;
-SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
+DESCRIPTION="Versatile implementation of the Prolog programming language"
+HOMEPAGE="https://www.swi-prolog.org/;
+SRC_URI="https://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -49,17 +47,15 @@ DEPEND="${RDEPEND}
java? ( test? ( =dev-java/junit-3.8* ) )"
 
 S="${WORKDIR}/swipl-${PV}"
-BUILD_DIR="${S}/build"
-CMAKE_USE_DIR="${S}"
 
 src_prepare() {
if [[ -d "${WORKDIR}"/${PV} ]] ; then
eapply "${WORKDIR}"/${PV}
fi
-   eapply_user
 
-   sed -i -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" CMakeLists.txt || die
-   sed -i -e "s|\(SWIPL_INSTALL_CMAKE_CONFIG_DIR\) lib/|\1   
$(get_libdir)/|" CMakeLists.txt || die
+   sed -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" \
+   -e "s|\(SWIPL_INSTALL_CMAKE_CONFIG_DIR\) lib/|\1   
$(get_libdir)/|" \
+   -i CMakeLists.txt || die
 
cmake_src_prepare
 }
@@ -68,7 +64,7 @@ src_configure() {
append-flags -fno-strict-aliasing
use debug && append-flags -DO_DEBUG
 
-   mycmakeargs=(
+   local mycmakeargs=(
-DSWIPL_INSTALL_PREFIX=$(get_libdir)/swipl
-DUSE_GMP=$(usex gmp)
-DINSTALL_DOCUMENTATION=$(use doc && usex archive)
@@ -83,7 +79,7 @@ src_configure() {
-DSWIPL_PACKAGES_QT=$(usex qt5)
-DSWIPL_PACKAGES_X=$(usex X)
-DSWIPL_PACKAGES_TERM=$(if use 

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

2021-05-09 Thread Andreas Sturmlechner
commit: 71a7e85770ecab393a9cc4190816e2bc7e28e033
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr  5 12:13:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 20:51:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a7e857

dev-lang/mozart: Tidyup, use cmake.eclass

- local mycmakeargs
- Drop superfluous and post-inherit BUILD_DIR, CMAKE_USE_DIR
- Drop superfluous eapply_user, done by cmake_src_prepare

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

 dev-lang/mozart/mozart-2.0.1.ebuild | 38 +
 1 file changed, 17 insertions(+), 21 deletions(-)

diff --git a/dev-lang/mozart/mozart-2.0.1.ebuild 
b/dev-lang/mozart/mozart-2.0.1.ebuild
index 09d87b13382..d469901f25b 100644
--- a/dev-lang/mozart/mozart-2.0.1.ebuild
+++ b/dev-lang/mozart/mozart-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils java-pkg-2 java-ant-2
+inherit cmake java-pkg-2 java-ant-2
 
 PATCHSET_VER="1"
 
@@ -31,50 +31,46 @@ DEPEND="${RDEPEND}
test? ( dev-cpp/gtest:= )"
 
 S="${WORKDIR}/${PN}2-${PV}"
-BUILD_DIR="${S}/build"
-CMAKE_USE_DIR="${S}"
 
 src_prepare() {
if [[ -d "${WORKDIR}"/${PV} ]] ; then
eapply "${WORKDIR}"/${PV}
fi
-   eapply_user
 
-   touch "${S}"/stdlib/CMakeLists.txt
-   touch "${S}"/vm/vm/test/gtest/CMakeLists.txt
+   touch stdlib/CMakeLists.txt || die
+   touch vm/vm/test/gtest/CMakeLists.txt || die
 
-   cmake-utils_src_prepare
+   cmake_src_prepare
 }
 
 src_configure() {
-   mycmakeargs=(
+   local mycmakeargs=(
-DMOZART_BOOST_USE_STATIC_LIBS=OFF
-   -DEMACS=$(if use emacs; then echo /usr/bin/emacs; fi)
-   )
+   -DEMACS=$(usex emacs "/usr/bin/emacs" "")
+   )
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_compile() {
EANT_GENTOO_CLASSPATH="scala:2.12"
-   cd "${S}"/bootcompiler
+   pushd bootcompiler > /dev/null || die
ANT_OPTS="-Xss2M" eant jar
+   popd > /dev/null || die
 
-   cd "${S}"
-   cmake-utils_src_compile
+   cmake_src_compile
 }
 
 src_test() {
-   cmake-utils_src_compile vmtest platform-test
-   cmake-utils_src_test -V
+   cmake_build vmtest platform-test
+   cmake_src_test -V
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
-   cd "${BUILD_DIR}"
-   dolib.so vm/vm/main/libmozartvm.so
-   dolib.so vm/boostenv/main/libmozartvmboost.so
+   dolib.so "${BUILD_DIR}"/vm/vm/main/libmozartvm.so
+   dolib.so "${BUILD_DIR}"/vm/boostenv/main/libmozartvmboost.so
 }
 
 pkg_postinst() {



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

2021-05-09 Thread Andreas Sturmlechner
commit: 5991ddf5a021e8d8b07190d0f824c6046a14d059
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr  5 12:18:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 20:51:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5991ddf5

dev-lang/mozart-stdlib: Tidyup, use cmake.eclass

Drop superfluous and post-inherit BUILD_DIR, CMAKE_USE_DIR

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

 dev-lang/mozart-stdlib/mozart-stdlib-2.0.1.ebuild | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev-lang/mozart-stdlib/mozart-stdlib-2.0.1.ebuild 
b/dev-lang/mozart-stdlib/mozart-stdlib-2.0.1.ebuild
index 024329f0def..c9826227a59 100644
--- a/dev-lang/mozart-stdlib/mozart-stdlib-2.0.1.ebuild
+++ b/dev-lang/mozart-stdlib/mozart-stdlib-2.0.1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
-
 MY_PN=mozart2-stdlib
+inherit cmake
 
 PATCHSET_VER="0"
 
@@ -23,14 +22,10 @@ RDEPEND=">=dev-lang/mozart-2.0.1"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_PN}"
-BUILD_DIR="${S}/build"
-CMAKE_USE_DIR="${S}"
 
 src_prepare() {
if [[ -d "${WORKDIR}"/${PV} ]] ; then
eapply "${WORKDIR}"/${PV}
fi
-   eapply_user
-
-   cmake-utils_src_prepare
+   cmake_src_prepare
 }



  1   2   3   4   5   >