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

2020-04-13 Thread Michael Orlitzky
commit: cd799f3293f7b0e985df89b5b0eed797607fdbf8
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Apr 13 12:09:15 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Apr 13 12:13:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd799f32

dev-libs/ppl: add myself and François Bissey as maintainers.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-libs/ppl/metadata.xml | 20 
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/dev-libs/ppl/metadata.xml b/dev-libs/ppl/metadata.xml
index 0b463612f74..b231c6289d5 100644
--- a/dev-libs/ppl/metadata.xml
+++ b/dev-libs/ppl/metadata.xml
@@ -1,8 +1,20 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-
-  Build the ppl_lpsol linear programming problem 
solver
-
+  
+m...@gentoo.org
+  
+  
+frp.bis...@gmail.com
+François Bissey
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+
+  Build the ppl_lpsol linear programming problem solver
+
+  
 



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

2020-04-13 Thread Louis Sautier
commit: 29cb21b08ddec1c4b47f49ff9391975a71fa63fa
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Apr 13 12:02:19 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Apr 13 12:13:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cb21b0

dev-python/inflection: bump to 0.4.0, add Py3.8, use distutils_*

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/inflection/Manifest|  1 +
 dev-python/inflection/inflection-0.4.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/inflection/Manifest b/dev-python/inflection/Manifest
index 5411189f877..ef2fb7f6be4 100644
--- a/dev-python/inflection/Manifest
+++ b/dev-python/inflection/Manifest
@@ -1 +1,2 @@
 DIST inflection-0.3.1.tar.gz 12943 BLAKE2B 
cffaba9dc22444abda6cef04bc7dbd420abcdc0edca5c13bb734edd72aab631a2b50d3c37f9bd914cc8956f8afe951734db764bcced9e0837bfe75a90c527f73
 SHA512 
2a69a6228f2d44a5afecbd3ef51a51b4d5f63f69ddc844f4abfd6f326cb25c518403e8c5b9f98589885777d41d8fea31bacab3a5a3ab80db411960238d2f49ad
+DIST inflection-0.4.0.tar.gz 14536 BLAKE2B 
18e76db58d36cc1e3b9cf60870f4ea5759d050e7f0a5bc80206e712a51cba32fd1381b602b33bcd2b9763b899681d4d868ed930d5133d029d91161118ad68198
 SHA512 
1fb4321701aa0d36152044e732de679629c0b72052d1ab14d3f27356701f48a51589283d6ee821d8c0afec5ce01389a67d2f6a435075120e80b2da96e49e9159

diff --git a/dev-python/inflection/inflection-0.4.0.ebuild 
b/dev-python/inflection/inflection-0.4.0.ebuild
new file mode 100644
index 000..95b8c51742b
--- /dev/null
+++ b/dev-python/inflection/inflection-0.4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A port of Ruby on Rails' inflector to Python"
+HOMEPAGE="https://github.com/jpvanhal/inflection;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2020-04-13 Thread Hans de Graaff
commit: 13f330603c88d1bc0ec155a33bc221eb40888bbc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 13:08:48 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 13:08:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f33060

dev-ruby/ruby-progressbar: add ruby27

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

 .../ruby-progressbar-1.10.1-r1.ebuild  | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
new file mode 100644
index 000..b6ec3ad1768
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+   # Avoid ruby24 syntax for an unneeded check
+   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
+}



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

2020-04-13 Thread Hans de Graaff
commit: 95cdaa8e0eeff58fe01eb3b8bba1e265454689f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 13:07:55 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 13:08:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cdaa8e

dev-ruby/fuubar: add ruby27

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

 dev-ruby/fuubar/fuubar-2.5.0-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-ruby/fuubar/fuubar-2.5.0-r1.ebuild 
b/dev-ruby/fuubar/fuubar-2.5.0-r1.ebuild
new file mode 100644
index 000..25906fa7fe0
--- /dev/null
+++ b/dev-ruby/fuubar/fuubar-2.5.0-r1.ebuild
@@ -0,0 +1,33 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="fuubar.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Instafailing RSpec progress bar formatter"
+HOMEPAGE="https://github.com/thekompanee/fuubar;
+SRC_URI="https://github.com/thekompanee/fuubar/archive/releases/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RUBY_S="${PN}-releases-v${PV}"
+
+ruby_add_rdepend "dev-ruby/rspec:3 >=dev-ruby/ruby-progressbar-1.4:0"
+
+each_ruby_test() {
+   export CI=true
+   each_fakegem_test
+}



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

2020-04-13 Thread Hans de Graaff
commit: 579ec6fbd9ac17a10ad50963081ae59d18b95571
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 12:42:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 13:08:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579ec6fb

dev-ruby/rspectacular: cleanup

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

 dev-ruby/rspectacular/Manifest   |  1 -
 dev-ruby/rspectacular/rspectacular-0.70.7.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/rspectacular/Manifest b/dev-ruby/rspectacular/Manifest
index 451c4ba80fe..b081f724e22 100644
--- a/dev-ruby/rspectacular/Manifest
+++ b/dev-ruby/rspectacular/Manifest
@@ -1,2 +1 @@
-DIST rspectacular-0.70.7.gem 16384 BLAKE2B 
61783b9a6cfd4b8f190237590205e913074941ef65caa7a7f8e66e90ba7fd28553bc4168cc83fbe01ea526308b0adb8e885ee1786d6339d42e70406494cddf45
 SHA512 
dab67e89dd88cfb8741be10c385d58b3437245c623700f0d651dd4e96bcf28f063a9dd952098eb574bbadaeb077ebe7e0f9db7d6e83648c1de9a4f0c390fe567
 DIST rspectacular-0.70.8.gem 16896 BLAKE2B 
daf9b75be33ccf1b7d60a7aaa540b391578b7f841bb1999c52e566caf849d7b2180f372084be18bf4cf367f6c59dba422f187505e42ee6bd66e9431ed11c
 SHA512 
6f048a7781bd672049c10687eede3e2218436ea396438e09814c9239cb07396df25f4b88ab78b98f91c66457c4aceaaf1a1b8aadbff748715a881cadff8dd2e1

diff --git a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild 
b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
deleted file mode 100644
index b9e4136ea3f..000
--- a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="RSpec support and matchers"
-HOMEPAGE="https://github.com/thekompanee/rspectacular;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2 
dev-ruby/shoulda-matchers:3"



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

2020-04-13 Thread Hans de Graaff
commit: 9e45b03420250bf4561c52a5bbed8999608fd726
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 12:56:15 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 13:08:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e45b034

dev-ruby/shoulda-matchers: add ruby27

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

 .../shoulda-matchers-4.3.0-r1.ebuild   | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild 
b/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild
new file mode 100644
index 000..5c7460d9df6
--- /dev/null
+++ b/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild
@@ -0,0 +1,32 @@
+# 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_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Making tests easy on the fingers and eyes"
+HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers;
+SRC_URI="https://github.com/thoughtbot/shoulda-matchers/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
+
+all_ruby_prepare() {
+   sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '/s.files/,/^  end/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2020-04-13 Thread Hans de Graaff
commit: 65f79de269269e2e8c758a0676f2db194d62c35a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 13:08:21 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 13:08:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f79de2

dev-ruby/rspectacular: add ruby27

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

 .../rspectacular/rspectacular-0.70.8-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild 
b/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild
new file mode 100644
index 000..114066386d6
--- /dev/null
+++ b/dev-ruby/rspectacular/rspectacular-0.70.8-r1.ebuild
@@ -0,0 +1,22 @@
+# 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_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="RSpec support and matchers"
+HOMEPAGE="https://github.com/thekompanee/rspectacular;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2 
dev-ruby/shoulda-matchers:3"



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

2020-04-13 Thread Mike Pagano
commit: 164d6066b14eca7d5e59c8e5d42d569e4bd3ffc6
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Apr 13 14:10:12 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 14:10:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164d6066

sys-kernel/gentoo-sources: Linux patch 4.14.176

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.176.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 57ee8e44dbf..db0d6726dc4 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -10,6 +10,9 @@ DIST genpatches-4.14-184.extras.tar.xz 17508 BLAKE2B 
26bc45cfa09466fe11744354a12
 DIST genpatches-4.14-185.base.tar.xz 4126840 BLAKE2B 
0f5006a0a840e82fd39ca80f9973df537d5bac5dae9cafca5b31c7de5b8325748a77b4a6fb02266c9da623ce7e47fc47322679b7d986905c8965b64c5df6514c
 SHA512 
1165c57967e8a9fa3decb1bf8fb6421e334b6ae746dd8161d27052b74cb37b5761eff0df48debb0544343b96070b9548a57fa7cbea3efa607c1ad3ab1bda9aac
 DIST genpatches-4.14-185.experimental.tar.xz 5936 BLAKE2B 
12431e248fccfa174222bfbd77031127418a7d48942b33fa79f2969d62c7a763f3c19530100f44b496af4efa9bac75214c4650794e360b03b022077fc273092c
 SHA512 
22c7615a57e5bf29d360de626f8ad9734fe0d77385c3ff04e1881880e653c209b0f054001af1ae5ad2aa5ff93c9864454e1eac5b55436f9921a6ab8cac6b36e6
 DIST genpatches-4.14-185.extras.tar.xz 17500 BLAKE2B 
a19e3fdb3fed0ceefee81733a8c5a85f262367837420728c8e9ce71db5498d40f1db5eed3091d3fc57571424ff6db710f7bac7bb493d51ef9fc0b0014911bda9
 SHA512 
0d7740e6e66604f3db8224dbe18838f44137ed41c4ffc6c928054eb111da12d7b7133f6afd36b926b5f3534b7bb3c794122e78281e632b995552f558df3b4a90
+DIST genpatches-4.14-186.base.tar.xz 4135512 BLAKE2B 
2873d3e5e285457028c2ad213e239b7712f87b9d22c4dc78f61f94e9ee6934363c1664a0be70906f52040b1cc25e785d63591d259fb1f46b6595c9405a5d2211
 SHA512 
f5cf7dedff893b82033ef7270aa3918d63d87617ee869938c4dc04bd09f586e764f5148a7f9a97ce2089fe929a1b7b999bb26789414031aaa5abbccd0c77a6d7
+DIST genpatches-4.14-186.experimental.tar.xz 5928 BLAKE2B 
24f9133b324e3288d62633d637435905649faf6ec2907ef84ebc27b9b6d74b6c2020ddc1836b38a92e92b1cc7b6be5ed6b7c21e8f1a0fa6ad9222eb0410440a6
 SHA512 
f03ea3ebde7d72d70f156cfbc317e544df510cba39b630e472794fca3e55a9c2410a5f6c70510574f03860b0666a65109a808eb6e986a92c01522d00a810e505
+DIST genpatches-4.14-186.extras.tar.xz 17500 BLAKE2B 
796041fcd4e55d9ee12d13332d1e39749618f1176600e411eff7f1fd4bf4e0bb8a318aa759cc8398e9f83239def07fe51ae7f3f0aef2c9aaa71e04d444a826d1
 SHA512 
77d3accf5d9acd27b29b91d2fbaa86de9ca30570753278653c23b68c339fb5835ca20c6b1252918bbd4cf56c4df4035af311eb8b427979fa2dcc440c287918e4
 DIST genpatches-4.19-110.base.tar.xz 3262204 BLAKE2B 
835215c4e9b808bdbc04bde3dc79512869f91a2652d360a6e11799fd1ecd6b02fcc7a2fba6e8bcaa90c05417136bb3673915fc2468c48b378df4a6a16c985dca
 SHA512 
044cd58f95d679dc7eef3d81672bfe25d0a751b9cdf734122e83d44ae2324bf3bba89fe377a757967c90fc96072f62ad70e20ce29b67cdf45cc7eab7616cf926
 DIST genpatches-4.19-110.experimental.tar.xz 6424 BLAKE2B 
98891f67276d818771311012f2369c5884f1b0696f9b531a876a50827e30903f179c8b2307009defce1557821227ba91be5728162f5250c9788d5a64360bafeb
 SHA512 
5a6e96e5ec8b4232919ce99f669452e28fbc136dd1239c078d3129062c6b34c8ba31faad917011b4a9843891de3bc028268816e741a588c4487bb5c696e691b5
 DIST genpatches-4.19-110.extras.tar.xz 17500 BLAKE2B 
5773fb4a74fa75333cf3add0ce89c0b22b49ac706f1e0ba5a8ea0526c8e8be31991fac43165a8a06bc612528702e7e9fd4aa71b6ff77e49baaefeda9b9dd0345
 SHA512 
e3ac65ad6127810f8dfa3d2ce29cd5e09b8e90f333d6385ece952811ae8321213641554d08cd366c35ae8bc4947150dff33f0f75b4dd1a2def3248d6c07c1c07

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.176.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.176.ebuild
new file mode 100644
index 000..6e9d502cec1
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.176.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="186"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/

2020-04-13 Thread Agostino Sarubbo
commit: 466275ccc1075aa6d27668d3f5823627a9bbbc18
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:08:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:08:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466275cc

app-emacs/nxml-gentoo-schemas: arm stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild 
b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 9fc8bcaa09a..c98a359002c 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2020-04-13 Thread Agostino Sarubbo
commit: 429d75e6b3705fa8ba625d1bb7344ed89abc85fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:08:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:08:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429d75e6

app-emacs/ebuild-mode: arm stable wrt bug #717326

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
index 5bb2e332176..7a8b13f9a62 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



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

2020-04-13 Thread Sebastian Pipping
commit: 88a02a545c00375a71f87b991ae78c5c2ad38e07
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Apr 13 16:42:20 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Apr 13 16:48:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a02a54

www-servers/tornado: 6.0.4 + QA

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.98, Repoman-2.3.22

 www-servers/tornado/Manifest |  1 +
 www-servers/tornado/tornado-6.0.4.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
index 07d6f004dd1..61034a8fe14 100644
--- a/www-servers/tornado/Manifest
+++ b/www-servers/tornado/Manifest
@@ -1,3 +1,4 @@
 DIST tornado-4.5.3.tar.gz 484221 BLAKE2B 
7b3682fa85a7f6ad32351d40993516a3e397b7b0a5de9d807bcd8b2b21325a6170f3670cb13e12aa208b6590313cf165ddf40537dba1fee61fa9d71954265a66
 SHA512 
c17dd7a3b541c26950d27c8a399ae4fdff1d99d16ff0c5de9871fe2de4c0f797c96712b23b5ed5efdaee06bb251f7def114c83fe6f7f37f344cdac9996d14448
 DIST tornado-5.1.tar.gz 516359 BLAKE2B 
1ff6e6ced124b7b0df0e476eac555de20e4ac86f01369ee484e33bf5d749c269a81dd11a0b4c8b3169db6fd9f7a1b4e3c3551d46474c53a1fed8e342660c57f9
 SHA512 
8f45e5bbee5453a4225f05840a9fa80dd574c5a9cac9ec4d787f11c3f86f347c66d39c984a8bbe96dbb41f599e25102f1a3dad1c55b479bebee7d856aaca764a
 DIST tornado-6.0.3.tar.gz 482444 BLAKE2B 
1dda4baae52034d779879fef507d5764894f4aa054e60b00a2f8a989df4b31b495cbed6397d602e7c19844ea1538988558d5741da91646b64b6dbb8e78d618ed
 SHA512 
2db182da7327fdd32fe76a50726a1285332139972766368c3b3dac5b4d54b4bd452a76062c09d1d158a97ace78b7915d93a29a7a8138499a2e56aee9df461abc
+DIST tornado-6.0.4.tar.gz 496204 BLAKE2B 
6c092214d03baf5cf7615b780043e2fa40a4ed623b7ca59a2528cc3625ba904b21ef93c528278adedaf83e3b6e5a6311d867833dfe9826637e97918dee6fa334
 SHA512 
d29d69cf40f8b34fb2c55d81b6ecd9bc7c6fdf644eb4ff35452829510c0d5ec185da0a6067fec3e8afb2bedf9f5f08b06adb0ad53dcab04cb791a75abc304d6e

diff --git a/www-servers/tornado/tornado-6.0.4.ebuild 
b/www-servers/tornado/tornado-6.0.4.ebuild
new file mode 100644
index 000..766d414ad37
--- /dev/null
+++ b/www-servers/tornado/tornado-6.0.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python web framework and asynchronous networking library"
+HOMEPAGE="https://www.tornadoweb.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+   >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}]
+   >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   ${CDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme \
+   dev-python/sphinxcontrib-asyncio
+
+python_test() {
+   local -x ASYNC_TEST_TIMEOUT=60
+   "${PYTHON}" -m tornado.test.runtests --verbose ||
+   die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r demos/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/

2020-04-13 Thread Mikle Kolyada
commit: 8eb2d18253d99190c1e9340b5a7ab7b9cbc7178e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr 13 12:04:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Apr 13 12:04:48 2020 +
URL:https://gitweb.gentoo.org/proj/tex.git/commit/?id=8eb2d182

context: remove metatex from UNIX_STUBS

this no longer exists

Signed-off-by: Mikle Kolyada  gentoo.org>

 scripts/texlive/tlpsrc/texlive-context-post-ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/texlive/tlpsrc/texlive-context-post-ebuild 
b/scripts/texlive/tlpsrc/texlive-context-post-ebuild
index 9b4e8da..81d9799 100644
--- a/scripts/texlive/tlpsrc/texlive-context-post-ebuild
+++ b/scripts/texlive/tlpsrc/texlive-context-post-ebuild
@@ -1,4 +1,4 @@
-TL_CONTEXT_UNIX_STUBS="contextjit mtxrunjit mtxrun texexec context metatex 
luatools mtxworks texmfstart"
+TL_CONTEXT_UNIX_STUBS="contextjit mtxrunjit mtxrun texexec context luatools 
mtxworks texmfstart"
 
 TEXLIVE_MODULE_BINSCRIPTS=""
 



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

2020-04-13 Thread Louis Sautier
commit: 7e6bd514ac416d317cf3649ec4985511f517b390
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Apr 13 12:44:24 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Apr 13 12:44:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6bd514

dev-python/humanize: add the Python project to maintainers

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/humanize/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/humanize/metadata.xml b/dev-python/humanize/metadata.xml
index 0e99920654d..e401be0146a 100644
--- a/dev-python/humanize/metadata.xml
+++ b/dev-python/humanize/metadata.xml
@@ -5,6 +5,10 @@
sb...@gentoo.org
Louis Sautier

+   
+   pyt...@gentoo.org
+   Python
+   

humanize
jmoiron/humanize



[gentoo-commits] proj/linux-patches: New tag: 5.4-32

2020-04-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 12:44:17 2020 +

New tag: 5.4-32




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

2020-04-13 Thread Mike Pagano
commit: fbe911f0dc67f6964c2db2c0e53222efd9f370ed
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Apr 13 13:57:02 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 13:57:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe911f0

sys-kernel/gentoo-sources: Linux patch 4.4.219

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.219.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 4ec0a511302..95614c5a689 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-4.4-218.extras.tar.xz 16472 BLAKE2B 
909b70ea16d8ac0b0039e9792e70
 DIST genpatches-4.4-219.base.tar.xz 3535796 BLAKE2B 
f6e6526fdfc173e76da8e2961f5fc0dd6eaff4435c3ebda968bc73eb61767a943e1a5de6e3aa80b5392147e2a318cd91ef522d46e77c9268e64a395990493353
 SHA512 
d53af127274445a71ee7232ff01d4c27b6b79dd4dbeaa9876f429b7db6fc3d38f02d1987c9b57b8e4589735713916a9b7ecf67cce1ea09a0d2021c57c54de560
 DIST genpatches-4.4-219.experimental.tar.xz 83292 BLAKE2B 
ff077d446039cf11d8ff6ccd80b579d58353e729cb3fc65b85cace371f0c910f89d8104f7016bdde9596e8930d49809b68d8da0f946409af04c0832ac3b91e05
 SHA512 
3b81fc5b3757da25a6ca9f2764c8083072057b774f0e460a3ca218565615bb25766340e7db67f29f1fec8daf51e44fadebb057a40d57b4977f554393c730c1cb
 DIST genpatches-4.4-219.extras.tar.xz 16484 BLAKE2B 
575d7c368d4787469603bb65f1bf5d963d30ecb52b5ce637ec09fbbf42fe9889e3258f49d89c4aba4a7f680af6d193cec7e4f88320b801538c23c1c57a2be720
 SHA512 
e5bef482224f2ed96081ab48e6b354b1985a89720a6874443a9a688c3a11aa9b580dc0ccfe90d92dbc06a57280dfa99c7ce4e15ebaac8c01fbd68a0bc4d1d4be
+DIST genpatches-4.4-220.base.tar.xz 3542868 BLAKE2B 
45fed7186b050419982b43d5d142d5a1e2a5fdf5ab0e7caca64ab9d665975b528000d266e91561c3557b946542c69491de1736f91a7cd4d3878b617d6d08
 SHA512 
18ca5abf071c958f62a1ba7bfc3d8398d716d6c5e5ae97105be5fa5249024544dd906e1a79c622c8b6a59018aa7a777a9aa35c85e597d3ab2d0d3e07b782b696
+DIST genpatches-4.4-220.experimental.tar.xz 83276 BLAKE2B 
833d5e87495f6e24d424eacfd61821f2ef12c76a2c10c8b2472d5bdff2c96b7172753a27ba2873a6c6b5fd5111a28bc0c0a1a09abff6d1e3a44d5cc76ff8e4a3
 SHA512 
a99abae6e64761ea6f330c09474f752460e2877a787f47753e8d61ac939c1df7ea1961e39ead3494d72668945377439791cfdc4b5762cc8a28d16f573db50b6c
+DIST genpatches-4.4-220.extras.tar.xz 16476 BLAKE2B 
eccf28c87230dbb417c0efbb15ea776611a23f7d04a4766e3b81933c27d9fc89b444d98f4cf01c0fb06f85366f33cd8584ae3d5d3d9d61005a7de7ebbeadda15
 SHA512 
d23c27ff2173fefac8d3c0bd502962e03ffb2096551b60d2c330feb4385567be54179e7da3798700531153ae47229519bc0d52eda172f51441db835853735f15
 DIST genpatches-4.9-219.base.tar.xz 3902416 BLAKE2B 
c7b92931da71a9c4046b34f2bf6933fe0abfc52738928c8997cb1e85872b9ff37aed595902a26491d6416341920a4f44da2f3fc30f06e08b93a5f1c95de484f8
 SHA512 
31bb9e2a543ca3a31bab1490728c6e17ca74b987a4fc02762f4d39cffdadfff0718db3a66f6c15c2c33057137135809a316186780ce790efb196bb018907d066
 DIST genpatches-4.9-219.experimental.tar.xz 106372 BLAKE2B 
89d889b2cceff75244df5152e6df219b73208facbe0cf149d8c607293614c7f2555e3a4494c8e089ea12d033466d21945fb3a53c60e10ed05d1fff059a53682a
 SHA512 
b96c511e318a522efd127ee989b680e6190e971f230afeee799634d570d155e025b24b0269ac346e90bc4b8ee6c95105fc227caefbcf43076eff967a7d463686
 DIST genpatches-4.9-219.extras.tar.xz 17356 BLAKE2B 
740a0d9c7af6eda6a04485929e40786552a3a15834bd48c023056ed213babee0f4950dfea4a2badbb635a8cf0dcbec1d3f7e1e0f41abf32df4e3aa3b46e1248f
 SHA512 
15463d6f354b3b017869e8124d670986e0c451866801ba2d41b4c917e1b07ded2ebfa7607664c4a27a0cba0ed7773245133aa251eb7fb915c88336cbab98e33d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.219.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.219.ebuild
new file mode 100644
index 000..238ad822e88
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.219.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="220"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/

2020-04-13 Thread Agostino Sarubbo
commit: c1416abfbe0c4298f0316cad016ac9567d6c0453
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1416abf

mail-client/claws-mail: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild 
b/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
index 67690d3fb58..f7c9b9aac7b 100644
--- a/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="git://git.claws-mail.org/claws.git"
 else

SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 fi
 
 SLOT="0"



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

2020-04-13 Thread Agostino Sarubbo
commit: bf443a280516b22e7f2b52cefc672010624a0d08
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf443a28

dev-util/gnome-builder: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild 
b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
index ab82c0efcdd..db3e63ce737 100644
--- a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
+++ b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 # FIXME: Review licenses at some point
 LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="clang +devhelp doc +glade gtk-doc spell sysprof test vala"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: fa16bcc34f9efd4762bb53cbb173393652663317
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:12:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa16bcc3

net-libs/webkit-gtk: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
index d0524be74df..b9b0a863fea 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~sparc x86"
 
 IUSE="aqua coverage +egl +geolocation gles2-only gnome-keyring +gstreamer 
gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl seccomp spell 
wayland +X"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: c96c1606ab343b1164c8de43f2192d707d4fb6e7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96c1606

gnome-extra/gtkhtml: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
index 3d636cc79f0..b77e196585f 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 # orbit is referenced in configure, but is not used anywhere else



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

2020-04-13 Thread Agostino Sarubbo
commit: b9043c2cd062fb17614616fc8109ba8fbc077432
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9043c2c

app-text/gspell: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/gspell/gspell-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gspell/gspell-1.8.3.ebuild 
b/app-text/gspell/gspell-1.8.3.ebuild
index 58bd1ab3d91..fcd271945a6 100644
--- a/app-text/gspell/gspell-1.8.3.ebuild
+++ b/app-text/gspell/gspell-1.8.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/2" # subslot = libgspell-1 soname version
-KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2020-04-13 Thread Michał Górny
commit: 97e8603d552bc9c9633efe7023ae646b1ac101e5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 13 16:06:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 13 16:11:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e8603d

xfce-base/xfwm4: Bump to 4.14.1

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

 xfce-base/xfwm4/Manifest|  1 +
 xfce-base/xfwm4/xfwm4-4.14.1.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/xfce-base/xfwm4/Manifest b/xfce-base/xfwm4/Manifest
index 485e73c91e4..633dd5ba9f6 100644
--- a/xfce-base/xfwm4/Manifest
+++ b/xfce-base/xfwm4/Manifest
@@ -1 +1,2 @@
 DIST xfwm4-4.14.0.tar.bz2 1122735 BLAKE2B 
1865c0714ddd4107e806de5607ef0e260c3fd1b6c9abcbec112a126bf780f456873786595a4cb924ce2154a40868670699519e4bb4576d971f853f7d3f63e98c
 SHA512 
27261b08b53ba7e70db547db81775154c2f4285ab0f1f8336bd9ef0aeacb3ab705ae8ac5b05f9ac23de550a9065e76487dc93a99e553549bff1c25ceb5216939
+DIST xfwm4-4.14.1.tar.bz2 1165131 BLAKE2B 
77c8e13793a0fc97d006e038c19db13f0a3c646979824e6141c5bdfc34b0e630dece04cd70d7876ab735f99a0ebebbc22a2ef6d370fe3036c0d3aec1247be42f
 SHA512 
2e924498fa467837fae6a148958c0bbb27fc310383c06a4d101928762781f3dbc48e51ff67ddc5c7ce7d04f6af2ff63c64d1d6a0d5eebed224eb23db9ebeea73

diff --git a/xfce-base/xfwm4/xfwm4-4.14.1.ebuild 
b/xfce-base/xfwm4/xfwm4-4.14.1.ebuild
new file mode 100644
index 000..683589e357a
--- /dev/null
+++ b/xfce-base/xfwm4/xfwm4-4.14.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Window manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="opengl startup-notification +xcomposite +xpresent"
+
+RDEPEND=">=dev-libs/glib-2.20
+   >=x11-libs/gtk+-3.20:3
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/pango
+   >=x11-libs/libwnck-3.14:3
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/xfconf-4.13:=
+   opengl? ( media-libs/libepoxy:=[X(+)] )
+   startup-notification? ( x11-libs/startup-notification )
+   xpresent? ( x11-libs/libXpresent )
+   xcomposite? (
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   )"
+# libICE/libSM: not really used anywhere but checked by configure
+#   https://bugzilla.xfce.org/show_bug.cgi?id=11914
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   x11-libs/libICE
+   x11-libs/libSM
+   xfce-base/exo
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO )
+
+src_configure() {
+   local myconf=(
+   $(use_enable opengl epoxy)
+   $(use_enable startup-notification)
+   --enable-xsync
+   --enable-render
+   --enable-randr
+   $(use_enable xpresent)
+   $(use_enable xcomposite compositor)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/

2020-04-13 Thread Agostino Sarubbo
commit: 9b5f0474bf103aaf1d254977a61646a30b23fd84
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5f0474

sci-mathematics/glpk: x86 stable wrt bug #717072

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-mathematics/glpk/glpk-4.65.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/glpk/glpk-4.65.ebuild 
b/sci-mathematics/glpk/glpk-4.65.ebuild
index 1a512338e27..a08a4af54c4 100644
--- a/sci-mathematics/glpk/glpk-4.65.ebuild
+++ b/sci-mathematics/glpk/glpk-4.65.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 SLOT="0/40"
 IUSE="doc examples gmp odbc mysql static-libs"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/gnome-latex/

2020-04-13 Thread Agostino Sarubbo
commit: a2034c2bbe457b23ae81c2bda9853577164d9341
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2034c2b

app-editors/gnome-latex: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-editors/gnome-latex/gnome-latex-3.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild
index f8dd28a7d26..61b5330ceff 100644
--- a/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+introspection +latexmk rubber"
 
 COMMON_DEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: dev-java/openjdk-bin/, dev-java/openjdk-bin/files/

2020-04-13 Thread Andrew Ammerlaan
commit: 6f77ec4a2871e2ff9563cfa0070f2e002a38c451
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Apr 13 16:54:01 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Apr 13 16:54:01 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f77ec4a

clean up duplicate

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-java/openjdk-bin/Manifest |   8 --
 dev-java/openjdk-bin/files/openjdk-bin-13.env.sh  |  16 ---
 dev-java/openjdk-bin/files/openjdk-bin-14.env.sh  |  16 ---
 dev-java/openjdk-bin/metadata.xml |  18 
 dev-java/openjdk-bin/openjdk-bin-13.0.2_p8.ebuild | 114 --
 dev-java/openjdk-bin/openjdk-bin-14_p36.ebuild| 114 --
 6 files changed, 286 deletions(-)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
deleted file mode 100644
index 014fd31..000
--- a/dev-java/openjdk-bin/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-DIST OpenJDK13U-jdk_aarch64_linux_hotspot_13.0.2_8.tar.gz 206018212 BLAKE2B 
90d550d74e53362cbae4a623250d22bff65dcf74898c3a6076d4fbe77cc98ffe35bc4ecd5f44fc785e4247e5989236bb5c5269cdcc4fa16f09fab6de3adb
 SHA512 
ca4386dd7366617e15b501841fbf03d06e891a9cfa75e63347108c9eac1010cb2d9479aafb86f796b7bdd0ab9806f1c2d77d73105b5b49434d99ee4777f9daca
-DIST OpenJDK13U-jdk_arm_linux_hotspot_13.0.2_8.tar.gz 191743541 BLAKE2B 
5ffd9fd462addc0766e88ded1b3c4b7d982ae3bf4946576c9a2d36a5297c4488dfa4f1c7e771bdaa190ad847db1aafc37582b0729a70df9d1fbfa31d8ed6dc64
 SHA512 
943860efdd55c486422c78d159dabb50b41d3a4fb7e1056286263677debef1e620947743e549f3f9587ef4e928bf050ce2f0bf77c2cf7bdbff1e93bb49cdbc87
-DIST OpenJDK13U-jdk_ppc64le_linux_hotspot_13.0.2_8.tar.gz 190310065 BLAKE2B 
0cb13abcdb530a43037e3c5a36bc28cbf47c6d7eb33689adb4a0aab587d623c033a026f404d7ccc3cac3c6252b64c60e7d6ef1aaa26a266daf1cc82461b7d008
 SHA512 
bec72df21cfd33b8ee87b95676946e45017bb97fcb7f5a0080487cd21c0182da586d1ee0114cdf79d8fd2b803a5f47ff56d21d1604ecf81b838ec06c1a3d744a
-DIST OpenJDK13U-jdk_x64_linux_hotspot_13.0.2_8.tar.gz 207518686 BLAKE2B 
7c632b0ef75fef9490e789e2d89874c19db050c8e0f763f35f5d29164263c25be79b09cb5be141301af3de7529b7f28c9dc7c63a909e502fd00a7b96d12093ea
 SHA512 
9e2698fab54e5cd2d56c6456102760321d01ac15bf8bd97ae96069676a22284bf4d08daa1a41f2c33d761dd067bb8ec176eb37848dae3290df374d06631d5d1c
-DIST OpenJDK14U-jdk_aarch64_linux_hotspot_14_36.tar.gz 213697531 BLAKE2B 
af9de64240e925324c1107402a4e08712cb8774c840b67d988f8e723e37f33a619d6610afe9b0a68f4f6367ab6e1a2514d9fd396ce5396fc538949bac0946149
 SHA512 
4d1292abe81e37a7150cde8dbb0695a6a9772fec6d05dffa41010d90cb3d31e8a67d9de997428e6aa961caca926d554e184aafd8012581f05e4300821c831642
-DIST OpenJDK14U-jdk_arm_linux_hotspot_14_36.tar.gz 189027827 BLAKE2B 
6e2901415485e0465fbaeea627b7610f21aae9775ede3299f5b62977a2bdd0a3661677bbca156a6d2f1504c7330c9565a24f7d220b09a1b3dfd01cf78866edde
 SHA512 
a84561092c19ca2d38b3951511040ebaea52ca9410f13faca40d534a9bef6c6589329a74f92df4c87e99f70ff12a14ba811ce1337c179d0d1dcca03bd1fa1c44
-DIST OpenJDK14U-jdk_ppc64le_linux_hotspot_14_36.tar.gz 197951326 BLAKE2B 
8c91ea619736cff9608340ad2bfa8c07f411661809391de794fa269d2eaca543f2ca7c0944744ae2e775a9be6f98be46c69aa4bd295fe8cf619691453af7abd0
 SHA512 
d6d56ec71451f8cca69100090d67ad9a83242e8a3622e66adf2ddc1f1a5b3f097cd61725241daaf5bc85229b244b94527c64fcb6fa2ca420170544cf76265a38
-DIST OpenJDK14U-jdk_x64_linux_hotspot_14_36.tar.gz 216382990 BLAKE2B 
82a783df5e88304c3b5c1141bf56ce8a1931df500702c62fa49300973a6e770ba7cf61a602bc2d41bd375b7b0b7f91a8af7b00ee1029e8c3408a08887ba629e9
 SHA512 
1851cf24db0b48007a2373d8596cf4b8d832d10a2f41316799c4af2bd37cbab4b211e7913d431b59f6bc212957cdbae401c6bcd389635c248c939433cef63516

diff --git a/dev-java/openjdk-bin/files/openjdk-bin-13.env.sh 
b/dev-java/openjdk-bin/files/openjdk-bin-13.env.sh
deleted file mode 100644
index 1def83a..000
--- a/dev-java/openjdk-bin/files/openjdk-bin-13.env.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-VERSION="AdoptOpenJDK ${PV}"
-JAVA_HOME="${EPREFIX}/opt/${P}"
-JDK_HOME="${EPREFIX}/opt/${P}"
-JAVAC="\${JAVA_HOME}/bin/javac"
-PATH="\${JAVA_HOME}/bin"
-ROOTPATH="\${JAVA_HOME}/bin"
-LDPATH="\${JAVA_HOME}/lib/:\${JAVA_HOME}/lib/server/"
-MANPATH=""
-PROVIDES_TYPE="JDK JRE"
-PROVIDES_VERSION="${SLOT}"
-BOOTCLASSPATH=""
-GENERATION="2"
-ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH"

diff --git a/dev-java/openjdk-bin/files/openjdk-bin-14.env.sh 
b/dev-java/openjdk-bin/files/openjdk-bin-14.env.sh
deleted file mode 100644
index 1def83a..000
--- a/dev-java/openjdk-bin/files/openjdk-bin-14.env.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-VERSION="AdoptOpenJDK ${PV}"
-JAVA_HOME="${EPREFIX}/opt/${P}"
-JDK_HOME="${EPREFIX}/opt/${P}"

[gentoo-commits] proj/linux-patches: New tag: 4.19-114

2020-04-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 12:33:35 2020 +

New tag: 4.19-114




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

2020-04-13 Thread Mike Pagano
commit: 3305e9abe57891cbc8befc326d250165266d0e6e
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Apr 13 14:14:38 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 14:14:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3305e9ab

sys-kernel/gentoo-sources: Linux patch 5.4.32

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.4.32.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index cb7441a7c66..8ff382c7654 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -76,6 +76,9 @@ DIST genpatches-5.4-30.extras.tar.xz 1744 BLAKE2B 
7df3b2248ad1286e67433cec5cbfe4
 DIST genpatches-5.4-31.base.tar.xz 1170496 BLAKE2B 
1a85a54d6183ee4c1239c2d96c78617497e1e882e9b5ed386904b965314900c298e4d58cd3c360cdf465c9bb0adea90c4de567eca5e633c7861e7305eece2559
 SHA512 
171e9550c898e60df630ce85346847325e78ccd2ae979a03581d236643fbc3ae2e10dda0f781a01675cbc5b2defddaa05aba020e044f61143794426f5f02e8a7
 DIST genpatches-5.4-31.experimental.tar.xz 6140 BLAKE2B 
a4007afb78f09a0fe22a1a401f92666860457ff0e042b71ccfe5b58ced2e9505e414bb83f62c1e631733c2dd7ff981f34c6af176adfcf8afc912d8c7ccf0d735
 SHA512 
3ed0bbf0603db370f0ba536698a7843184c243e5c737dd8c824fd3681b3c7f015e5cca1e8464b937f4167479bc687c195fcf422469af86a8a783d40d66e4fca9
 DIST genpatches-5.4-31.extras.tar.xz 1744 BLAKE2B 
184c9fce2b55885ee086dbeff4fb55a1d2edfeaa55e30e0e7d672e120569acd85a74bd6f50463305b3dde2154ba68c1fad82b0eb8e66a32a6f2cc87443b397dc
 SHA512 
a45f13e1ac2ed3f6114b94793085b7b80cd40a9be08cf835c574a98e0be7cabb8740b0b22d81a471d9c5b80603f23822513a24620fcc7854dcd9de443355ccb4
+DIST genpatches-5.4-32.base.tar.xz 1184244 BLAKE2B 
335fa30de35222c3f8bf14d9c2ee6201775671255062929d95c092e2c887c33bf22f1591fa2942db0595b5c02f951d191db51f3a24e192ccd1919c3ba0a5e938
 SHA512 
9bcd822c03d5733b72c066341c5d730c3ad644a41ebca77b6ae9d8e240f2bb20ec06ef92e317dc74533683bdff85f41d6e8d80d91928faba7d8a5f6a04452f1d
+DIST genpatches-5.4-32.experimental.tar.xz 6144 BLAKE2B 
ecd0a93fa523b52b3e13d8be2858f5f3c79484e0be2ef5fc8d560b41a3e51246777cfc99dadbe16e6fb7a7c5a556927e71339e1cf9268bcf7db92fa35357234a
 SHA512 
310c2a015891207673ce96e857d51a7fde0ee7b5f80ba42e10f538c28d65a7bb33f6891e36babbba527b69dee4ce09f2038600ab8f19fc07dcf78f028be541b8
+DIST genpatches-5.4-32.extras.tar.xz 1744 BLAKE2B 
bf702c213be8e247b5c2e5e25c1d010584e7f227e7bc94c366e770ad71df46c77948c6b9ef47d10cf3dfdecc6fa31f069b35478b750c341d92784d982c99bf21
 SHA512 
da797e1d8766f310e40e4def65f9dfc95409f3d776cb45a5f00bfab7eb97357e565da4d95df9b425490d77b6ae21939943d39441ad4b8dc33917bd62a0a7b1ef
 DIST genpatches-5.5-12.base.tar.xz 541732 BLAKE2B 
fac0a28374f38f3949fd13433da71680cb72c90477b5778343950fc4857095c9298b83c7ff34965030329179864fee287ede693ba4614b9b7f765b76f26ff362
 SHA512 
bd0855ca4a1b453dfcac8fac034e634a2080fdc7cdf1d9ed633d36cdd75d6145737df09606211ec38012c7dc5d9a7956911c47b4256acfcd746df31d529cfe2f
 DIST genpatches-5.5-12.experimental.tar.xz 5596 BLAKE2B 
b8f2341550c7b6e64d6da49813079fdad59fd5b80e77bae120ba50676a05d96233f8fdfda8a145c1060c06fbedcd40dc57c38d127e02621c183fb3692e0a8801
 SHA512 
3ca8743bec878a56505a6ca18a780b21f8d75b8a18e2ab903499cf12f7c76d2ab5dc8bd8887edfbbfe010bc6522c912bca16fe12c7aa477c208c27b099825ebd
 DIST genpatches-5.5-12.extras.tar.xz 1740 BLAKE2B 
b9787c1a5ff46dd4cbbd6a1914b9851e42072bcec880e15ef82a8d878da079ba991c690eda9752ec0f9d7e15a7e9032e5e2a8fa98623a1b45937cc2dcfe30688
 SHA512 
94b4e044c2e67a303cc3e08941e097c8f24e38cbc2b39816b0d6b49ef4c1bb00341389432ba2258195b1abe2b3ee7ea92a06a56e756f22591625838731d41bf8

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.32.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.32.ebuild
new file mode 100644
index 000..39349c093fa
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.32.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="32"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-04-13 Thread Craig Andrews
commit: 00df49baeae00f3092820e9154c6b0a9d0928d1a
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Apr 13 15:39:19 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Apr 13 15:39:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00df49ba

net-analyzer/netdata: 1.21.1 version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews  gentoo.org>

 net-analyzer/netdata/Manifest  |   1 +
 net-analyzer/netdata/netdata-1.21.1.ebuild | 139 +
 2 files changed, 140 insertions(+)

diff --git a/net-analyzer/netdata/Manifest b/net-analyzer/netdata/Manifest
index 8be67d49516..92f16307b9d 100644
--- a/net-analyzer/netdata/Manifest
+++ b/net-analyzer/netdata/Manifest
@@ -1,3 +1,4 @@
 DIST netdata-1.19.0.tar.gz 3443251 BLAKE2B 
8e18a661367850e712a75c1c11b661a977bf77b48369e0e36763a74f96b3726c523093a82eb6f94257c02e754d900cb675d501fda824ceb94eef31dfa30e5712
 SHA512 
026ae159d8ed52a30e406c110c2732e54e50f070865ba3e430df73e4df40387105053e750ca6029cfbc7f40a2c05b7fb6ba4e3e4a7070822c7eec4c1a4712aea
 DIST netdata-1.20.0.tar.gz 3598521 BLAKE2B 
3837ef2beb1b275af89e5927362ab0b83f13cc1227d156f742f4c29ecc9f79de212987c13d6707ac785abac7ae5ce979333a50d5c521b0f019f8cbdf88f831a1
 SHA512 
ada398cdccf1b1b4dbac5b24d4539f86aafb964458aa4f3bdfac336362504aab6d74b7f2f12bad18b62a44bb62d1a2a8ddd0c2ed80a7c16bc388854d4210bcb6
 DIST netdata-1.21.0.tar.gz 3747997 BLAKE2B 
1c7d0b26f1ea1203fbab9e7d1bbf6de3c7dc18e73cf4f700fd5d6d658714b4b468568d8699695b7b7bf94a29ec3cacc634cbe2f99d6741c6ebf28faa1f59415f
 SHA512 
65d3bd7dc3cace861184f8293f24e9d4ba20389c6d5e4176631c04ecf4a5e92c328fb6673fcefaecf2d2cc1296bfc0aa35d81b3284c7d3fb6729bb101fef8475
+DIST netdata-1.21.1.tar.gz 3748090 BLAKE2B 
5cc8dd47b768838eecc7c8af35a82548dc5bb16acb0a88c17ee1254f86ca9b63a5108bce9205c000283b817478749d963b69c65e3bdc8e2fadecc9a1826a7f2e
 SHA512 
66d2e0cb977275250fd7b51e5156957a4506ddba586de5fe796459ea241cbbed7013fd4cf9d7acf407352fb34e3b962a2d01565a9cb982c89c76b7cd79b9

diff --git a/net-analyzer/netdata/netdata-1.21.1.ebuild 
b/net-analyzer/netdata/netdata-1.21.1.ebuild
new file mode 100644
index 000..05058d2b992
--- /dev/null
+++ b/net-analyzer/netdata/netdata-1.21.1.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit autotools fcaps linux-info python-single-r1 systemd
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/netdata/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/netdata/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Linux real time system monitoring, done right!"
+HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/;
+
+LICENSE="GPL-3+ MIT BSD"
+SLOT="0"
+IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi +jsonc kinesis 
mongodb mysql nfacct nodejs postgres prometheus +python tor xen"
+REQUIRED_USE="
+   mysql? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   tor? ( python )"
+
+# most unconditional dependencies are for plugins.d/charts.d.plugin:
+RDEPEND="
+   acct-group/netdata
+   acct-user/netdata
+   app-misc/jq
+   >=app-shells/bash-4:0
+   || (
+   net-analyzer/openbsd-netcat
+   net-analyzer/netcat
+   )
+   net-misc/curl
+   net-misc/wget
+   sys-apps/util-linux
+   virtual/awk
+   caps? ( sys-libs/libcap )
+   cups? ( net-print/cups )
+   dbengine? (
+   dev-libs/libuv
+   app-arch/lz4
+   dev-libs/judy
+   dev-libs/openssl:=
+   )
+   compression? ( sys-libs/zlib )
+   ipmi? ( sys-libs/freeipmi )
+   jsonc? ( dev-libs/json-c )
+   kinesis? ( dev-libs/aws-sdk-cpp[kinesis] )
+   mongodb? ( dev-libs/mongo-c-driver )
+   nfacct? (
+   net-firewall/nfacct
+   net-libs/libmnl
+   )
+   nodejs? ( net-libs/nodejs )
+   prometheus? (
+   dev-libs/protobuf:=
+   app-arch/snappy
+   )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 
'dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]')
+   mysql? (
+   || (
+   $(python_gen_cond_dep 
'dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]')
+   $(python_gen_cond_dep 
'dev-python/mysql-python[${PYTHON_MULTI_USEDEP}]')
+   )
+   )
+   postgres? ( $(python_gen_cond_dep 
'dev-python/psycopg:2[${PYTHON_MULTI_USEDEP}]') )
+   tor? ( $(python_gen_cond_dep 
'net-libs/stem[${PYTHON_MULTI_USEDEP}]') )
+   )
+   xen? (
+   app-emulation/xen-tools
+   dev-libs/yajl
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+

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

2020-04-13 Thread Agostino Sarubbo
commit: aef61923f0e73a558cafec5834d5137939642c52
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:06:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:06:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef61923

dev-util/stripe-mock: amd64 stable wrt bug #713934

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/stripe-mock/stripe-mock-0.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/stripe-mock/stripe-mock-0.79.0.ebuild 
b/dev-util/stripe-mock/stripe-mock-0.79.0.ebuild
index 03b73892d5d..d770f5abf04 100644
--- a/dev-util/stripe-mock/stripe-mock-0.79.0.ebuild
+++ b/dev-util/stripe-mock/stripe-mock-0.79.0.ebuild
@@ -10,7 +10,7 @@ inherit golang-build golang-vcs-snapshot
 DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
 HOMEPAGE="https://github.com/stripe/stripe-mock;
 SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 LICENSE="MIT ISC BSD-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ebuild-mode/

2020-04-13 Thread Agostino Sarubbo
commit: ac1375628b60caa5f1f25f151edacda39610e9ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:06:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:06:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac137562

app-xemacs/ebuild-mode: amd64 stable wrt bug #717328

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-xemacs/ebuild-mode/ebuild-mode-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.50.ebuild 
b/app-xemacs/ebuild-mode/ebuild-mode-1.50.ebuild
index e3cf9789dea..7e82ba1a0ac 100644
--- a/app-xemacs/ebuild-mode/ebuild-mode-1.50.ebuild
+++ b/app-xemacs/ebuild-mode/ebuild-mode-1.50.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 
 RDEPEND=">=app-editors/xemacs-21.4.20-r5
app-xemacs/sh-script"



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

2020-04-13 Thread Agostino Sarubbo
commit: f14d3b225df3a1950e18d3d75f8214beed947c47
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:06:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:06:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14d3b22

app-admin/puppet: amd64 stable wrt bug #711138

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/puppet/puppet-5.5.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet/puppet-5.5.19-r1.ebuild 
b/app-admin/puppet/puppet-5.5.19-r1.ebuild
index 8173ba30ec7..7dc933577fb 100644
--- a/app-admin/puppet/puppet-5.5.19-r1.ebuild
+++ b/app-admin/puppet/puppet-5.5.19-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2020-04-13 Thread Agostino Sarubbo
commit: e4d86633b762e5d630b66366d0706e33748d57d0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:06:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:06:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d86633

app-emacs/ebuild-mode: amd64 stable wrt bug #717326

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
index 648009bb883..5bb2e332176 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 3eeea3785a80e9db17b56ba095bdb0b9ff8dcbad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:06:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:06:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eeea378

dev-python/stripe: amd64 stable wrt bug #713934

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/stripe/stripe-2.43.0.ebuild 
b/dev-python/stripe/stripe-2.43.0.ebuild
index cbea6b6de02..354aa132e6a 100644
--- a/dev-python/stripe/stripe-2.43.0.ebuild
+++ b/dev-python/stripe/stripe-2.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/

2020-04-13 Thread Agostino Sarubbo
commit: 7da890a2cad292785354ca4e9b0151a43c8a4c5d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:06:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:06:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da890a2

app-emacs/nxml-gentoo-schemas: amd64 stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild 
b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 51c686ff557..9fc8bcaa09a 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 



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

2020-04-13 Thread Hans de Graaff
commit: faf22f77d45da85821c18c3ced34ce0ab3280f50
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 12:25:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 12:37:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf22f77

dev-ruby/turbolinks: cleanup

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

 dev-ruby/turbolinks/Manifest|  1 -
 dev-ruby/turbolinks/turbolinks-2.5.4.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/turbolinks/Manifest b/dev-ruby/turbolinks/Manifest
index f1d360d8f15..2a696712c85 100644
--- a/dev-ruby/turbolinks/Manifest
+++ b/dev-ruby/turbolinks/Manifest
@@ -1,3 +1,2 @@
-DIST turbolinks-2.5.4.gem 21504 BLAKE2B 
fdf34659e1db5d4ed8e7ed2894c46b4cba8aa30b5f9492797507e7e2c7a212dcc55b673874162fabf017594cbd1e36eac58d03f9d6951e7701293fabe135fb91
 SHA512 
052cff2ecfbad7a98371572c09c8c66f6c8babb3e997dfd12fcebc1dda6f9c0d8065be83c0f6b04ca1b1f2e0548abb73ada3fb32bc71f1eceb90b5f0ef61a195
 DIST turbolinks-5.2.0.gem 6656 BLAKE2B 
7a50571a24175fc5e2c186b79fc40dd9f7a4fc3eb162b64a6b9656bb0263a25e2053bbf8685792186e5aeea8d9795e1a98e0c97e4a3155760a9b7160496b5c79
 SHA512 
dd69f6249463844da655ec57db34e55fe7e9fb43d2cf0eed87d20deb578ae9f84541b80df00b0f056da7cbea6b3fda3d55bff10c3e7709c50f98ef543710cc7d
 DIST turbolinks-5.2.1.gem 6656 BLAKE2B 
55f624ee8dbb8d27ffe21fc4b57644ad3118dbf7d89dfe59dde1909ee553d37a47e127af92e710f5081787e682b76950aac4287b604ebd9b32df4d60ededadee
 SHA512 
e306a38dcb727a9ca9f491074154d0e82a6a0efba89aa8aa6f5db97c0c78fb468589a54b28779b83b5548c92aa03976e27a98b4beef0ef376606a97ac9dcce59

diff --git a/dev-ruby/turbolinks/turbolinks-2.5.4.ebuild 
b/dev-ruby/turbolinks/turbolinks-2.5.4.ebuild
deleted file mode 100644
index 28f5af89698..000
--- a/dev-ruby/turbolinks/turbolinks-2.5.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-# The gem does not contain runnable tests.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Makes following links in your web application faster"
-HOMEPAGE="https://github.com/rails/turbolinks;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend "dev-ruby/coffee-rails:*"



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

2020-04-13 Thread Hans de Graaff
commit: 00c4ed209faf9d483cfa5b1af8aa27268694256b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 12:21:52 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 12:37:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c4ed20

dev-ruby/rdoc: cleanup

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

 dev-ruby/rdoc/Manifest |  1 -
 dev-ruby/rdoc/rdoc-5.1.0-r1.ebuild | 98 --
 2 files changed, 99 deletions(-)

diff --git a/dev-ruby/rdoc/Manifest b/dev-ruby/rdoc/Manifest
index c26cd54..ded703f6751 100644
--- a/dev-ruby/rdoc/Manifest
+++ b/dev-ruby/rdoc/Manifest
@@ -1,3 +1,2 @@
-DIST rdoc-5.1.0.tar.gz 702376 BLAKE2B 
733d77a341ddad10f5b648b6bb492e0f79daa392e2ca371d38236e4c85a1c409699e35dd3f5bc8bc48551b399603bb0a747cb3c5f7f1fbf4765aabffaad575aa
 SHA512 
cd2ed37e8502a3e9093c88c258ac5e39542a23c3dcaedb9b5eb48ce391a694e5b35fbcfd62f01ec6353ac9c40a4b7043b2ff11bbc403d2e03de9a84c52bcefe7
 DIST rdoc-6.1.2.tar.gz 667607 BLAKE2B 
4857bcf5f72d93fe4e9ea89acfda9ae82afd61a7ff501d2eea529330d2b8a63d7cc775490648fcff5000ee60417123244518f56a31593af8efccae8f925b21d9
 SHA512 
a54e36adf9f98117f0b5ae4490a0ab1ce12d9b1de5b7c61ffa326b36ef13885bb8f18147f3548f95a285b15470faba14965bc87088fa3ce584928d8ee396689f
 DIST rdoc-6.2.0.tar.gz 668152 BLAKE2B 
9c92b27c427d6229778aba54ce7f12fe883fd3e40151f518f3d023d4f6dd10d4f1f6d05c8d6bcdce80d1ac81ab25cd99ccbe9479a4fcd950b895e14d4fdc4b83
 SHA512 
15352889833436c0a243e4f79c4ae8113fa3b8c222950baf1fcd272773a7a17198c2cd91a50c92e225c282a37ec743a38d8e9ca4dffe0b66c39d56412fe56ca2

diff --git a/dev-ruby/rdoc/rdoc-5.1.0-r1.ebuild 
b/dev-ruby/rdoc/rdoc-5.1.0-r1.ebuild
deleted file mode 100644
index 48bd355481a..000
--- a/dev-ruby/rdoc/rdoc-5.1.0-r1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc RI.rdoc TODO.rdoc"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_BINDIR="exe"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="An extended version of the RDoc library from Ruby 1.8"
-HOMEPAGE="https://github.com/rdoc/rdoc/;
-SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Ruby MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND+=">=app-eselect/eselect-ruby-20161226"
-
-RUBY_PATCHES=( "${FILESDIR}/${P}-jquery.patch" )
-
-ruby_add_bdepend "
-   dev-ruby/kpeg
-   dev-ruby/racc
-   test? (
-   dev-ruby/bundler
-   >=dev-ruby/minitest-5.8:5
-   )"
-
-ruby_add_rdepend "dev-ruby/json:2"
-
-all_ruby_prepare() {
-   # Other packages also have use for a nonexistent directory, bug 321059
-   sed -i -e 's#/nonexistent#/nonexistent_rdoc_tests#g' test/test_rdoc*.rb 
|| die
-
-   # Avoid unneeded dependency on bundler, bug 603696
-   sed -i -e '/bundler/ s:^:#:' \
-   -e 's/Bundler::GemHelper.gemspec.full_name/"rdoc"/' Rakefile || 
die
-
-   # Remove test that is depending on the locale, which we can't garantuee.
-   sed -i -e '/def test_encode_with/,/^  end/ s:^:#:' 
test/test_rdoc_options.rb || die
-
-   # Remove test depending on FEATURES=userpriv, bug 361959
-   sed -i -e '/def test_check_files/,/^  end/ s:^:#:' 
test/test_rdoc_options.rb || die
-
-   # Remove tests for code that is not included and not listed in 
Manifest.txt
-   rm -f test/test_rdoc_i18n_{locale,text}.rb \
-  test/test_rdoc_generator_pot* || die
-
-   # Removal is not included in the upstream patch
-   rm -f  lib/rdoc/generator/template/darkfish/js/jquery.js || die
-}
-
-all_ruby_compile() {
-   all_fakegem_compile
-
-   if use doc ; then
-   ruby -Ilib -S exe/rdoc || die
-   fi
-}
-
-each_ruby_compile() {
-   ${RUBY} -S rake generate || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -e 'gem "json", "~>2.0"; Dir["test/test_*.rb"].each{|f| 
require f}' || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   for bin in rdoc ri; do
-   ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
-
-   for version in $(ruby_get_use_implementations); do
-   version=`echo ${version} | cut -c 5-`
-   if use ruby_targets_ruby${version}; then
-   ruby_fakegem_binwrapper $bin 
/usr/bin/${bin}${version}
-   sed -i -e "1s/env ruby/ruby${version}/" \
-   "${ED}/usr/bin/${bin}${version}" || die
-   fi
-   done
-   done
-}
-
-pkg_postinst() {
-   if [[ ! -n $(readlink 

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

2020-04-13 Thread Hans de Graaff
commit: 5360e1a089723e01c98f597f1cf5d25da9608338
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 12:34:43 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 12:37:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5360e1a0

profiles/package.mask: mask sci-biology/bioruby for removal

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fe0558623c4..f22d0d9adcd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff  (2020-04-13)
+# dev-ruby/libxml is ruby24-only and has known
+# bugs. sci-biology/bioruby depends on this. It looks like there is a
+# new version upstream that may not depend on libxml, but this
+# requires a dedicated maintainer to test and sort out. Masked for
+# removal in 30 days.
+dev-ruby/libxml
+sci-biology/bioruby
+
 # Lars Wendler  (2020-04-13)
 # Discontinued by upstream. Superseded by sys-apps/fwupd.
 # Masked for removal in 30 days.



[gentoo-commits] proj/linux-patches: New tag: 5.6-7

2020-04-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 13:12:52 2020 +

New tag: 5.6-7




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

2020-04-13 Thread Mike Pagano
commit: 7d026fa69906949e376c76dd73c7b665f45fba88
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Apr 13 14:23:21 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 14:23:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d026fa6

sys-kernel/gentoo-sources: Linux patch 5.6.4. ZSTD patch.

Add support for v5 of the ZSTD-compressed kernel and initramfs.

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.6.4.ebuild | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 559685319b7..8ff30ff 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -112,6 +112,9 @@ DIST genpatches-5.6-5.extras.tar.xz 1744 BLAKE2B 
1cb019bf02ad78583ba447bd8f0edde
 DIST genpatches-5.6-6.base.tar.xz 23644 BLAKE2B 
2188b634124bbf467a138afac8eca9e58f583865306771ecbd0121e5e56883907fe4c3b7909e78b860db448c6383eb13c8be05de647533a4b642c1de0da4
 SHA512 
837fc6e0fcd22242c3c54b0d71b054d878f450e5e7a514979f079f5c60e5337864bf20e648809d47a08c52326a176df6f61009a1fe9643d99da9c5d32f4ca5b2
 DIST genpatches-5.6-6.experimental.tar.xz 5600 BLAKE2B 
0d8e9226bcb77347efa9e35b4cfe55b69ba01743078578449ad57fd3b8592613d8b74e7dc768d01c08366ead8527308ce093eca3c2a4b948f2a62173ce841249
 SHA512 
cb954d1819e499c1af21f306f2ccf1359740f475e04ff1d80e0c0df4dfe20c54127a6ee7cb442f103f658c05bd794508171be044058123927ae8166f6f10cf9f
 DIST genpatches-5.6-6.extras.tar.xz 1740 BLAKE2B 
316bd723c8228f6f8150971d293106ecf68edf2f2ae3ce9040b787c14418e9d1dcfc8f62423d28fe93b1f16a9065572e8064f9a533f6cbc94abf30ad79511db4
 SHA512 
977570072ee5f66d927d2b4e9d5981e289fbf1d681784ed99f2f20105444a40be457482d9c260ea6401537f42847db4df120e2c0fd7278d86177a776a5693863
+DIST genpatches-5.6-7.base.tar.xz 39068 BLAKE2B 
72665ab749b603ddff485eaa88316f820a96ffa663297c3890a1418e3bf1db19c5030c43ee2d2c5154aaf5caac246866745eadc842293a73e3d87ec748740ae2
 SHA512 
b8b8cbe3d79b141af6fab0b9052b71fc64d89eec593f184ebb3f57409434a38de529432c053d2e7f6307bcc60a01254f1d4f1cd8c52ba7bbf522575afe7059f0
+DIST genpatches-5.6-7.experimental.tar.xz 13696 BLAKE2B 
d2614e9942b5f7aba4fc54e1cc927d20bc55c6a584068401d84b06367103c765b28f35f3617da7a596c16c6f71be8e56344521d6fb3c181f81036daa4a272032
 SHA512 
412b7705e4f6fd206385b3eb80ddefbcea4650a1a226434609baf287fe88e3e6c688cb1a445ae22996a5f4401017f999533c751617e93274a48dc922e3a7647e
+DIST genpatches-5.6-7.extras.tar.xz 1744 BLAKE2B 
c30863a8e9f6ad56887e9e93c5d40cc27106dfb0e06edecda8bbc7b4568c83747e2f0dfefabc6d192b86cdc077732561ebb0cd7cc13f662148fa2bd8eebd7684
 SHA512 
9a2b410a47a00872df9b1f0adf5e1e95489ddf1c741eeffdf9e343be505a91da421319230797c9fc2efb1c95f635696a98ac60cfa1d589d505ccf1d863332760
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.6.4.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.6.4.ebuild
new file mode 100644
index 000..ed61615021e
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.6.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="7"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-04-13 Thread Agostino Sarubbo
commit: 1b8fa89fdbfc692adf937bbb6066694d0f1e56f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:48:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:48:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8fa89f

app-crypt/nitrocli: amd64 stable wrt bug #717160

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-crypt/nitrocli/nitrocli-0.3.1.ebuild 
b/app-crypt/nitrocli/nitrocli-0.3.1.ebuild
index f1999e572b6..cf0b0e855e0 100644
--- a/app-crypt/nitrocli/nitrocli-0.3.1.ebuild
+++ b/app-crypt/nitrocli/nitrocli-0.3.1.ebuild
@@ -37,7 +37,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
 
 LICENSE="Apache-2.0 GPL-3+ LGPL-3 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2020-04-13 Thread Agostino Sarubbo
commit: 67c0ea2bf620ed281adc09c9a762a0f24879a4d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c0ea2b

dev-util/gnome-builder: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild 
b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
index 2101d6527e8..ab82c0efcdd 100644
--- a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
+++ b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 # FIXME: Review licenses at some point
 LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="clang +devhelp doc +glade gtk-doc spell sysprof test vala"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 83a815166f73facfca9bba3d603a17d07a2bdb99
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:45:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:45:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a81516

net-misc/youtube-viewer: amd64 stable wrt bug #716652

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild
index 90be18b8c75..2d38cb71c76 100644
--- a/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gtk gtk2"
 
 REQUIRED_USE="gtk2? ( gtk )"



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

2020-04-13 Thread Agostino Sarubbo
commit: 055ecda7a5eb03c0ce3d0898a2e716f363c2c1c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:46:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055ecda7

app-office/abiword: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/abiword/abiword-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/abiword/abiword-3.0.4.ebuild 
b/app-office/abiword/abiword-3.0.4.ebuild
index 034816aedc5..db6896404de 100644
--- a/app-office/abiword/abiword-3.0.4.ebuild
+++ b/app-office/abiword/abiword-3.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
 IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map 
math ots +plugins readline redland spell wordperfect wmf thesaurus"
 # You need 'plugins' enabled if want to enable the extra plugins
 REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline 
!thesaurus !wordperfect !wmf )"



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

2020-04-13 Thread Agostino Sarubbo
commit: 163e83f13b5a86a4cd5c8a7d8529082cdb12901d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:45:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:45:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163e83f1

dev-libs/libical: amd64 stable wrt bug #716828

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libical/libical-3.0.8.ebuild 
b/dev-libs/libical/libical-3.0.8.ebuild
index ea328c4a288..207ea8d0e80 100644
--- a/dev-libs/libical/libical-3.0.8.ebuild
+++ b/dev-libs/libical/libical-3.0.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="berkdb doc examples +glib +introspection static-libs test vala"
 
 REQUIRED_USE="introspection? ( glib ) vala? ( introspection )"



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

2020-04-13 Thread Agostino Sarubbo
commit: 1aae7f6878a49e57fb4d2098f8eb68380c6b9093
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:46:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:46:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aae7f68

dev-util/geany-plugins: amd64 stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
index f4b26896dd3..d479f3b532e 100644
--- a/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+gtk3 ctags debugger enchant git gpg gtkspell lua markdown nls 
pretty-printer scope soup workbench"
 REQUIRED_USE="!gtk3? ( !markdown )"



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

2020-04-13 Thread Agostino Sarubbo
commit: 3e9ec0a2e2d309e2b08d0d609481eaaa9a9dafdb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9ec0a2

gnome-extra/gtkhtml: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
index 57d3fb7bf34..3d636cc79f0 100644
--- a/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/gtkhtml;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="4.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 # orbit is referenced in configure, but is not used anywhere else



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/

2020-04-13 Thread Agostino Sarubbo
commit: 0dd503a98d2bedacd5295d103c45c16ad4eb5155
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:48:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:48:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd503a9

sys-fs/fuse-common: amd64 stable wrt bug #717148

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-fs/fuse-common/fuse-common-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuse-common/fuse-common-3.9.1.ebuild 
b/sys-fs/fuse-common/fuse-common-3.9.1.ebuild
index 537a94e208f..7788fe7e1fb 100644
--- a/sys-fs/fuse-common/fuse-common-3.9.1.ebuild
+++ b/sys-fs/fuse-common/fuse-common-3.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 BDEPEND="virtual/pkgconfig"
 RDEPEND="!

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

2020-04-13 Thread Agostino Sarubbo
commit: cacee9a0a0c95220de1ccee7a80d9057de07d34f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:46:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:46:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacee9a0

app-text/enchant: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/enchant/enchant-2.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/enchant/enchant-2.2.8.ebuild 
b/app-text/enchant/enchant-2.2.8.ebuild
index 9455c5135b5..659b6062f1d 100644
--- a/app-text/enchant/enchant-2.2.8.ebuild
+++ b/app-text/enchant/enchant-2.2.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 
 IUSE="aspell +hunspell"
 REQUIRED_USE="|| ( hunspell aspell )"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/

2020-04-13 Thread Agostino Sarubbo
commit: d0741a90d93d3fafa518823eb385c6f74b178017
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:48:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:48:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0741a90

sys-fs/fuse: amd64 stable wrt bug #717148

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-fs/fuse/fuse-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuse/fuse-3.9.1.ebuild b/sys-fs/fuse/fuse-3.9.1.ebuild
index 34a203ac786..4a68e732967 100644
--- a/sys-fs/fuse/fuse-3.9.1.ebuild
+++ b/sys-fs/fuse/fuse-3.9.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
~x86"
 IUSE="+suid test"
 RESTRICT="!test? ( test )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 80ec796f2f89f2de64f92070f7557787e5e556f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:46:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:46:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ec796f

app-text/gspell: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/gspell/gspell-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gspell/gspell-1.8.3.ebuild 
b/app-text/gspell/gspell-1.8.3.ebuild
index f9a1369a609..58bd1ab3d91 100644
--- a/app-text/gspell/gspell-1.8.3.ebuild
+++ b/app-text/gspell/gspell-1.8.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/2" # subslot = libgspell-1 soname version
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2020-04-13 Thread Agostino Sarubbo
commit: a3613d2bd675dd531c96e133ed25c17c5d9a26f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:46:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:46:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3613d2b

dev-util/geany: amd64 stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-util/geany/geany-1.36.ebuild b/dev-util/geany/geany-1.36.ebuild
index 367d239c65c..20a5f749604 100644
--- a/dev-util/geany/geany-1.36.ebuild
+++ b/dev-util/geany/geany-1.36.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" = * ]] ; then
 else
[[ "${PV}" == *_pre* ]] && inherit autotools
SRC_URI="https://download.geany.org/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 fi
 LICENSE="GPL-2+ HPND"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-editors/gnome-latex/

2020-04-13 Thread Agostino Sarubbo
commit: 7b15a2eb1cbad35680756f2eae352342dc01f1a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:46:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:46:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b15a2eb

app-editors/gnome-latex: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-editors/gnome-latex/gnome-latex-3.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild 
b/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild
index 69da54f2a14..f8dd28a7d26 100644
--- a/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.32.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+introspection +latexmk rubber"
 
 COMMON_DEPEND="



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

2020-04-13 Thread Agostino Sarubbo
commit: 7c301a742b2a4ddbd9b35672a8393d3b5f49d702
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c301a74

dev-libs/gumbo: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/gumbo/gumbo-0.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild 
b/dev-libs/gumbo/gumbo-0.10.1.ebuild
index 41b66495744..a89612d4884 100644
--- a/dev-libs/gumbo/gumbo-0.10.1.ebuild
+++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/

2020-04-13 Thread Agostino Sarubbo
commit: 8f5ed315f7e9abff6e7b24e4b0bf35722e3638a1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:46:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:46:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5ed315

sci-mathematics/glpk: amd64 stable wrt bug #717072

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-mathematics/glpk/glpk-4.65.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/glpk/glpk-4.65.ebuild 
b/sci-mathematics/glpk/glpk-4.65.ebuild
index 99952688b70..1a512338e27 100644
--- a/sci-mathematics/glpk/glpk-4.65.ebuild
+++ b/sci-mathematics/glpk/glpk-4.65.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 SLOT="0/40"
 IUSE="doc examples gmp odbc mysql static-libs"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND="



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

2020-04-13 Thread Michał Górny
commit: b411be38a6e8a69a290ffd2551e1e502dae78a54
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 13 11:38:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 13 12:07:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b411be38

dev-libs/jsoncpp: Bump to 1.9.3_pre20200412 snapshot

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

 dev-libs/jsoncpp/Manifest |  1 +
 dev-libs/jsoncpp/jsoncpp-1.9.3_pre20200412.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest
index 1727cd762c7..f4b895433b5 100644
--- a/dev-libs/jsoncpp/Manifest
+++ b/dev-libs/jsoncpp/Manifest
@@ -1,2 +1,3 @@
 DIST jsoncpp-1.9.1.tar.gz 203067 BLAKE2B 
654f39b1265b344bb24d3fefb34d4d8b44f69ec819f333f00033ef90acfd5b926fdcc743badf403af797a6f58fe58d195ec0cdf4a1514629f8a1e75c20a6e2f6
 SHA512 
4a8352e1d32c0ba8a0aea4df1663279cb2256b334643c5b62be37dfb5951e06900ba38c010d1201511fcf7de09137d6a4b886edbb2b99160d2f62b5f4679f766
 DIST jsoncpp-1.9.2.tar.gz 211341 BLAKE2B 
9081bf2b2599194c1c77476287e34aaeacc3c331147db79e3343eae28321e55dbfc8d74faf899912c257194030d39eac4fdb016a68290755badd1b68b0a69dd4
 SHA512 
7c7188199d62ae040d458d507ba62f0370c53f39c580760ee5485cae5c08e5ced0c9aea7c14f54dfd041999a7291e4d0f67f8ccd8b1030622c85590774688640
+DIST jsoncpp-1.9.3_pre20200412.tar.gz 212522 BLAKE2B 
17b0cc2ef40ae932c6ff26c0fa77e8326099a1b6f088e53697c2a3c286d23ef63dd372f2ba721025b84670957689251c2d15083bdd24565715a78beac556ead2
 SHA512 
6e58870c5c478fe2bba125c50c4f77654f304051f4091cc5a98f9a3c9aefbb94d1156eb07ce004a7683675fd971ec825a0828803042d9b03783b1debf3a39e2b

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.3_pre20200412.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.3_pre20200412.ebuild
new file mode 100644
index 000..7011d73b247
--- /dev/null
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.3_pre20200412.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit meson python-any-r1
+
+EGIT_COMMIT="90ca694e4697497a8c2bc8c60a9c9f89e7290a10"
+DESCRIPTION="C++ JSON reader and writer"
+HOMEPAGE="https://github.com/open-source-parsers/jsoncpp;
+SRC_URI="
+   
https://github.com/open-source-parsers/${PN}/archive/${EGIT_COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+
+LICENSE="|| ( public-domain MIT )"
+SLOT="0/23"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+src_configure() {
+   local emesonargs=(
+   # Follow Debian, Ubuntu, Arch convention for headers location
+   # bug #452234
+   --includedir include/jsoncpp
+   -Dtests=$(usex test true false)
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   meson_src_compile
+
+   if use doc; then
+   echo "${PV}" > version || die
+   "${EPYTHON}" doxybuild.py 
--doxygen="${EPREFIX}"/usr/bin/doxygen || die
+   HTML_DOCS=( dist/doxygen/jsoncpp*/. )
+   fi
+}



[gentoo-commits] proj/linux-patches:5.5 commit in: /

2020-04-13 Thread Mike Pagano
commit: b1ae3a1f548403a813fcd8b6c4c48c14378ae96a
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Apr 13 12:46:57 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 12:46:57 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b1ae3a1f

Linux patch 5.5.17

Signed-off-by: Mike Pagano  gentoo.org>

 _README |4 +
 1016_linux-5.5.17.patch | 2045 +++
 2 files changed, 2049 insertions(+)

diff --git a/_README b/_README
index 93cf50c..0952792 100644
--- a/_README
+++ b/_README
@@ -107,6 +107,10 @@ Patch:  1015_linux-5.5.16.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.5.16
 
+Patch:  1016_linux-5.5.17.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.5.17
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1016_linux-5.5.17.patch b/1016_linux-5.5.17.patch
new file mode 100644
index 000..edd23d4
--- /dev/null
+++ b/1016_linux-5.5.17.patch
@@ -0,0 +1,2045 @@
+diff --git a/Makefile b/Makefile
+index 757fc72a8f51..0245e5b512d5 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 5
+-SUBLEVEL = 16
++SUBLEVEL = 17
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
+index 593bf1519608..95584ee02b55 100644
+--- a/arch/arm/mach-imx/Kconfig
 b/arch/arm/mach-imx/Kconfig
+@@ -520,6 +520,7 @@ config SOC_IMX6UL
+   bool "i.MX6 UltraLite support"
+   select PINCTRL_IMX6UL
+   select SOC_IMX6
++  select ARM_ERRATA_814220
+ 
+   help
+ This enables support for Freescale i.MX6 UltraLite processor.
+@@ -556,6 +557,7 @@ config SOC_IMX7D
+   select PINCTRL_IMX7D
+   select SOC_IMX7D_CA7 if ARCH_MULTI_V7
+   select SOC_IMX7D_CM4 if ARM_SINGLE_ARMV7M
++  select ARM_ERRATA_814220 if ARCH_MULTI_V7
+   help
+   This enables support for Freescale i.MX7 Dual processor.
+ 
+diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h
+index 237ee0c4169f..612ed3c6d581 100644
+--- a/arch/s390/include/asm/lowcore.h
 b/arch/s390/include/asm/lowcore.h
+@@ -141,7 +141,9 @@ struct lowcore {
+ 
+   /* br %r1 trampoline */
+   __u16   br_r1_trampoline;   /* 0x0400 */
+-  __u8pad_0x0402[0x0e00-0x0402];  /* 0x0402 */
++  __u32   return_lpswe;   /* 0x0402 */
++  __u32   return_mcck_lpswe;  /* 0x0406 */
++  __u8pad_0x040a[0x0e00-0x040a];  /* 0x040a */
+ 
+   /*
+* 0xe00 contains the address of the IPL Parameter Information
+diff --git a/arch/s390/include/asm/processor.h 
b/arch/s390/include/asm/processor.h
+index 361ef5eda468..c9522346799f 100644
+--- a/arch/s390/include/asm/processor.h
 b/arch/s390/include/asm/processor.h
+@@ -162,6 +162,7 @@ typedef struct thread_struct thread_struct;
+ #define INIT_THREAD { \
+   .ksp = sizeof(init_stack) + (unsigned long) _stack,\
+   .fpu.regs = (void *) init_task.thread.fpu.fprs, \
++  .last_break = 1,\
+ }
+ 
+ /*
+diff --git a/arch/s390/include/asm/setup.h b/arch/s390/include/asm/setup.h
+index 69289e99cabd..5017499601a3 100644
+--- a/arch/s390/include/asm/setup.h
 b/arch/s390/include/asm/setup.h
+@@ -8,6 +8,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #define EP_OFFSET 0x10008
+ #define EP_STRING "S390EP"
+@@ -155,6 +156,12 @@ static inline unsigned long kaslr_offset(void)
+   return __kaslr_offset;
+ }
+ 
++static inline u32 gen_lpswe(unsigned long addr)
++{
++  BUILD_BUG_ON(addr > 0xfff);
++  return 0xb2b2 | addr;
++}
++
+ #else /* __ASSEMBLY__ */
+ 
+ #define IPL_DEVICE(IPL_DEVICE_OFFSET)
+diff --git a/arch/s390/kernel/asm-offsets.c b/arch/s390/kernel/asm-offsets.c
+index ce33406cfe83..e80f0e6f5972 100644
+--- a/arch/s390/kernel/asm-offsets.c
 b/arch/s390/kernel/asm-offsets.c
+@@ -124,6 +124,8 @@ int main(void)
+   OFFSET(__LC_EXT_DAMAGE_CODE, lowcore, external_damage_code);
+   OFFSET(__LC_MCCK_FAIL_STOR_ADDR, lowcore, failing_storage_address);
+   OFFSET(__LC_LAST_BREAK, lowcore, breaking_event_addr);
++  OFFSET(__LC_RETURN_LPSWE, lowcore, return_lpswe);
++  OFFSET(__LC_RETURN_MCCK_LPSWE, lowcore, return_mcck_lpswe);
+   OFFSET(__LC_RST_OLD_PSW, lowcore, restart_old_psw);
+   OFFSET(__LC_EXT_OLD_PSW, lowcore, external_old_psw);
+   OFFSET(__LC_SVC_OLD_PSW, lowcore, svc_old_psw);
+diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S
+index 270d1d145761..bc85987727f0 100644
+--- a/arch/s390/kernel/entry.S
 b/arch/s390/kernel/entry.S
+@@ -115,26 +115,29 @@ _LPP_OFFSET  = __LC_LPP
+ 
+   .macro  

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

2020-04-13 Thread Ben Kohler
commit: a465d7237de2e4c37dfb8401d37399b2f41b43cc
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Apr 13 13:14:26 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Apr 13 13:29:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a465d723

net-misc/cmst: bump to 2020.04.12

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/cmst/Manifest   |  1 +
 net-misc/cmst/cmst-2020.04.12.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
index 96d00596b40..7cf29f28667 100644
--- a/net-misc/cmst/Manifest
+++ b/net-misc/cmst/Manifest
@@ -1,2 +1,3 @@
 DIST cmst-2019.01.13.tar.gz 2576200 BLAKE2B 
4b1c75c479651887a14d5b4266a99a36667c1d02f114c4a9886b5aaec445e320fc684d42793312d68e4eb3386ea8516aef3cecb705e37f8b9a88ea8bf5bcf512
 SHA512 
ba7cf94263b4908dc2a609216f82bd758ad727f623d65b2e876a02c1fd956b7090a8222e953a0cd2da9527eddaab918e9c735381c705b9943e9e8aaeeb00d835
 DIST cmst-2020.03.07.tar.gz 2722455 BLAKE2B 
d7119c6194596bc957793a9054f306ecedf84f8b57a8e7dcbbff0d49231c512cddbe530aa7f49428e8fe60abe3fb48616288a61d865845775958564da6d77a55
 SHA512 
43fd5fab8a2e4914557efd57dfa92d3dd7ec67f322b1eb1c25cfe90fa860254d1bcad9e31cddeddd3c1c5f8e1cca4cd33457a796607a6b008340d191c62ac5b2
+DIST cmst-2020.04.12.tar.gz 2726340 BLAKE2B 
07d07c0d7cbe0f06f78a2fcea5381f026adf7aa6a603026aad53b0f35d96eb5c498267d9a32387163735188fa2814b894001562bbdc487116383c7a40e8a05d5
 SHA512 
f27087f06b8a74b54ac38f6874726ca2eb3bf8106eb4e3feb6c88909e980628dbb8a88a9c1da09efa48ceca9126b9edc7807558b6c9e8b9f7ab85c3f5b149a47

diff --git a/net-misc/cmst/cmst-2020.04.12.ebuild 
b/net-misc/cmst/cmst-2020.04.12.ebuild
new file mode 100644
index 000..7e44b788f09
--- /dev/null
+++ b/net-misc/cmst/cmst-2020.04.12.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Qt GUI for Connman with system tray icon"
+HOMEPAGE="https://github.com/andrew-bibb/cmst;
+SRC_URI="https://github.com/andrew-bibb/cmst/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+   net-misc/connman
+"
+
+src_configure() {
+   export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+   eqmake5 DISTRO=gentoo
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   rm -r "${D}"/usr/share/licenses || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-04-13 Thread Agostino Sarubbo
commit: 34dcc83a0c05f2e9889540712c0ffcddbba30ec0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34dcc83a

dev-libs/gumbo: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild 
b/dev-libs/gumbo/gumbo-0.10.1.ebuild
index a89612d4884..45ee50d5db5 100644
--- a/dev-libs/gumbo/gumbo-0.10.1.ebuild
+++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="doc test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/

2020-04-13 Thread Agostino Sarubbo
commit: a8524d222e571af5442a5818d859d5f6d2efb8b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8524d22

mail-client/evolution: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-client/evolution/evolution-3.32.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/evolution/evolution-3.32.5-r2.ebuild 
b/mail-client/evolution/evolution-3.32.5-r2.ebuild
index 2f4f28b0132..4dc92b18e57 100644
--- a/mail-client/evolution/evolution-3.32.5-r2.ebuild
+++ b/mail-client/evolution/evolution-3.32.5-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently



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

2020-04-13 Thread Agostino Sarubbo
commit: 0815a1a6d8144fc8f502a2251d19563121a989f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0815a1a6

app-text/gtkspell: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 9f6bd01bc08..d4ae7084875 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 3dd30afef8f08ccc394c885b48265404c8a901ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd30afe

app-office/abiword: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/abiword/abiword-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/abiword/abiword-3.0.4.ebuild 
b/app-office/abiword/abiword-3.0.4.ebuild
index db6896404de..3142f1c8cda 100644
--- a/app-office/abiword/abiword-3.0.4.ebuild
+++ b/app-office/abiword/abiword-3.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips x86 ~amd64-linux ~x86-linux"
 IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map 
math ots +plugins readline redland spell wordperfect wmf thesaurus"
 # You need 'plugins' enabled if want to enable the extra plugins
 REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline 
!thesaurus !wordperfect !wmf )"



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

2020-04-13 Thread Agostino Sarubbo
commit: d6dc45b721e1ab12dd5c053b9721ed3dea2cc3c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6dc45b7

app-text/enchant: x86 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/enchant/enchant-2.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/enchant/enchant-2.2.8.ebuild 
b/app-text/enchant/enchant-2.2.8.ebuild
index 659b6062f1d..b02382f3547 100644
--- a/app-text/enchant/enchant-2.2.8.ebuild
+++ b/app-text/enchant/enchant-2.2.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 
 IUSE="aspell +hunspell"
 REQUIRED_USE="|| ( hunspell aspell )"



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/6pm/, media-sound/zita-ajbridge/

2020-04-13 Thread Denis Reva
commit: a89880f9e01378c6b545366c68903d8ae881d2d8
Author: Denis Reva  gmail  com>
AuthorDate: Mon Apr 13 16:29:41 2020 +
Commit: Denis Reva  gmail  com>
CommitDate: Mon Apr 13 16:29:41 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a89880f9

media-sound/{6pm,zita-ajbridge}:

Fixed zita-ajbridge buildsystem
Slighly improved 6pm.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva  gmail.com>

 media-sound/6pm/6pm-0.9.ebuild   | 4 ++--
 media-sound/zita-ajbridge/zita-ajbridge-0.8.2.ebuild | 9 +
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-sound/6pm/6pm-0.9.ebuild b/media-sound/6pm/6pm-0.9.ebuild
index 7a9e19e..a9fd30e 100644
--- a/media-sound/6pm/6pm-0.9.ebuild
+++ b/media-sound/6pm/6pm-0.9.ebuild
@@ -42,10 +42,10 @@ src_install(){
fi
if use doc; then
insinto /usr/share/6pm/Doc
-   doins ${ADIR}/Doc/*
+   doins "${ADIR}"/Doc/*
fi
if use nls; then
insinto /usr/share/6pm/Translations
-   doins ${ADIR}/Translations/*
+   doins "${ADIR}"/Translations/*
fi
 }

diff --git a/media-sound/zita-ajbridge/zita-ajbridge-0.8.2.ebuild 
b/media-sound/zita-ajbridge/zita-ajbridge-0.8.2.ebuild
index 85f30af..9815d70 100644
--- a/media-sound/zita-ajbridge/zita-ajbridge-0.8.2.ebuild
+++ b/media-sound/zita-ajbridge/zita-ajbridge-0.8.2.ebuild
@@ -27,14 +27,15 @@ DOCS=( ${ADIR}/AUTHORS ${ADIR}/COPYING ${ADIR}/README )
 
 src_prepare() {
default
-   sed -i -e "/ldconfig/d" "${S}/Makefile" || die
+   sed -i -e "/ldconfig/d" "${S}"/Makefile || die
 }
 
 src_install() {
-   mkdir -p "${D}/usr/{bin,share/man/man1}"
+   dodir /usr/bin
+   dodir /usr/share/man/man1
emake DESTDIR="${D}" PREFIX=/usr install
-   dodoc "${DOCS[@]}"
-   pushd "${D}/usr/share/man/man1" > /dev/null
+   einstalldocs "${DOCS[@]}"
+   pushd "${D}"/usr/share/man/man1 > /dev/null
gzip -d zita-a2j.1.gz
gzip -d zita-ajbridge.1.gz
gzip -d zita-j2a.1.gz



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

2020-04-13 Thread David Seifert
commit: 186b39b11516cc6b87f4e54d939208533160a0a8
Author: David Seifert  gentoo  org>
AuthorDate: Mon Apr 13 16:44:07 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Apr 13 16:44:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186b39b1

app-office/abiword: Remove old

Closes: https://bugs.gentoo.org/629818
Closes: https://bugs.gentoo.org/690326
Closes: https://bugs.gentoo.org/700492
Closes: https://bugs.gentoo.org/700852
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert  gentoo.org>

 app-office/abiword/Manifest|   2 -
 app-office/abiword/abiword-3.0.2-r3.ebuild | 168 -
 .../files/abiword-3.0.2-extern-C-template.patch|  29 
 3 files changed, 199 deletions(-)

diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest
index 565c7fbc0ce..c92d6517dae 100644
--- a/app-office/abiword/Manifest
+++ b/app-office/abiword/Manifest
@@ -1,3 +1 @@
-DIST abiword-3.0.2-patchset.tar.xz 11976 BLAKE2B 
72acb4956543843ad445525d1f5654c63f2544933aab35a95f0ed4f49e1385c06a29a3deb5b7ba09343188e9adf8f916f0223ab6c2a037424732f5e5bffba103
 SHA512 
afe6f791f167b40c2fdd16f2308add67990dd1fd0856f5a96e8f486a0af2e7b67cbcde29beacd2d869508e8f98bd3fb140240480882bcd9689cbb1fba6a75743
-DIST abiword-3.0.2.tar.gz 11154333 BLAKE2B 
af49570ad766b0e698313a4a88f14b2370a0a230866c4e8672f56780705060dba4207d4e13358cc290fb3c1a4a6a56efa05fed1f0540f10f7572d8e717e6cd20
 SHA512 
29ce9e80b3b85ab2933e7d39216771d8c4e05db5255eaed0cf8e1d032ffaac2cb1880bf24e754196ad5dae4969a1c2101ce4dc9c1db14604adc2f852b6a17fe3
 DIST abiword-3.0.4.tar.gz 11064305 BLAKE2B 
fda1732df0bf78f8830c5d68be18f2aec7f88b8d5bb4fe0effc31b48f03d9195a4337087154ba707a70d80bfcff38f92d7298e7b281afe2eacf000eca8dac9c4
 SHA512 
121708e010cef6722cab5622dc762f2f92c46e43b65b90b881b4f25ff32c1696fa2d281a3a6f2c04d5b9231bbbd0040281e9d4d7e594ec0ace6caae9c9021ec4

diff --git a/app-office/abiword/abiword-3.0.2-r3.ebuild 
b/app-office/abiword/abiword-3.0.2-r3.ebuild
deleted file mode 100644
index db0ebd4b8da..000
--- a/app-office/abiword/abiword-3.0.2-r3.ebuild
+++ /dev/null
@@ -1,168 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Fully featured yet light and fast cross platform word processor"
-HOMEPAGE="http://www.abisource.com/;
-SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz
-   https://dev.gentoo.org/~pacho/gnome/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips x86 ~amd64-linux ~x86-linux"
-
-IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map 
math ots +plugins readline redland spell wordperfect wmf thesaurus"
-# You need 'plugins' enabled if want to enable the extra plugins
-REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline 
!thesaurus !wordperfect !wmf )"
-
-RDEPEND="
-   >=app-text/wv-1.2
-   >=dev-libs/fribidi-0.10.4
-   >=dev-libs/glib-2.16:2
-   >=dev-libs/libgcrypt-1.4.5:0=
-   dev-libs/libxslt
-   >=gnome-base/librsvg-2.16:2
-   >=gnome-extra/libgsf-1.14.18:=
-   >=media-libs/libpng-1.2:0=
-   virtual/jpeg:0
-   >=x11-libs/cairo-1.10
-   >=x11-libs/gtk+-3.0.8:3[cups?]
-   calendar? ( >=dev-libs/libical-0.46:= )
-   eds? ( =x11-libs/goffice-0.10.2:0.10 )
-   introspection? ( >=dev-libs/gobject-introspection-1.0.0:= )
-   map? ( >=media-libs/libchamplain-0.12:0.12 )
-   plugins? (
-   collab? (
-   >=dev-libs/libxml2-2.4:2
-   >=net-libs/loudmouth-1
-   net-libs/libsoup:2.4
-   net-libs/gnutls:= )
-   grammar? ( >=dev-libs/link-grammar-4.2.1 )
-   math? ( >=x11-libs/gtkmathview-0.7.5 )
-   ots? ( >=app-text/ots-0.5-r1 )
-   readline? ( sys-libs/readline:0= )
-   thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
-   wordperfect? (
-   app-text/libwpd:0.10
-   app-text/libwpg:0.3 )
-   wmf? ( >=media-libs/libwmf-0.2.8 )
-   )
-   redland? (
-   >=dev-libs/redland-1.0.10
-   >=dev-libs/rasqal-0.9.17 )
-   spell? ( >=app-text/enchant-1.2:0 )
-   !http://bugzilla.abisource.com/show_bug.cgi?id=13842
-   "${WORKDIR}"/${P}-patchset/${PN}-2.8.3-desktop.patch
-
-   # http://bugzilla.abisource.com/show_bug.cgi?id=13843
-   "${WORKDIR}"/${P}-patchset/${PN}-2.6.0-boolean.patch
-
-   # http://bugzilla.abisource.com/show_bug.cgi?id=13844
-   "${WORKDIR}"/${P}-patchset/${PN}-3.0.0-librevenge.patch
-
-   # http://bugzilla.abisource.com/show_bug.cgi?id=13845
-   "${WORKDIR}"/${P}-patchset/${PN}-3.0.0-link-grammar-5-second.patch
-
-   # 

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

2020-04-13 Thread Sergei Trofimovich
commit: 55680d102c278894895a8e5fae64db5ef52e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 13 08:54:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 13:05:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5568

profiles/arch/hppa/use.stable.mask: add wayland

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 5fc538b68e3..c54b716d14f 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Rolf Eike Beer  (2020-04-13)
+# No stable wayland components on hppa
+wayland
+
 # Rolf Eike Beer  (2020-04-11)
 # No stable dev-libs/libressl on hppa, bug #704228
 curl_ssl_libressl



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

2020-04-13 Thread Sergei Trofimovich
commit: b49cc8bc253d48c7c17d50f3e7ec5e612bdb488b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 13 08:46:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 13:05:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49cc8bc

dev-python/rdflib: drop to ~hppa

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

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

diff --git a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild 
b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild
index 0419b92a0ab..6306fc0eacc 100644
--- a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild
+++ b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc berkdb examples mysql redland sqlite test"
 RESTRICT="!test? ( test )"
 



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

2020-04-13 Thread Sergei Trofimovich
commit: 103f67ded61d8764b9961f8d91a6e8d59f7f815f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 13 08:47:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 13:05:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103f67de

dev-libs/redland-bindings: drop to ~hppa

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

 dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild 
b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
index 863f1025123..16af4f5f980 100644
--- a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
+++ b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-linux 
~ppc-macos"
 IUSE="lua perl python php ruby"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/

2020-04-13 Thread Sergei Trofimovich
commit: 72187287c8604527b4e5bc6bb4e0e4423f0f5035
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 13 12:39:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 13:05:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72187287

sys-fs/fuse: stable 3.9.1 for sparc, bug #717148

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

 sys-fs/fuse/fuse-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuse/fuse-3.9.1.ebuild b/sys-fs/fuse/fuse-3.9.1.ebuild
index 44a40a117cf..34a203ac786 100644
--- a/sys-fs/fuse/fuse-3.9.1.ebuild
+++ b/sys-fs/fuse/fuse-3.9.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc ~x86"
 IUSE="+suid test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/

2020-04-13 Thread Sergei Trofimovich
commit: 076b45c7705de4dd129191056a2a3fbd9e4c6ded
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 13 12:36:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 13:05:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076b45c7

sys-fs/fuse-common: stable 3.9.1 for sparc, bug #717148

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

 sys-fs/fuse-common/fuse-common-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuse-common/fuse-common-3.9.1.ebuild 
b/sys-fs/fuse-common/fuse-common-3.9.1.ebuild
index 26f8a796c6f..537a94e208f 100644
--- a/sys-fs/fuse-common/fuse-common-3.9.1.ebuild
+++ b/sys-fs/fuse-common/fuse-common-3.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 BDEPEND="virtual/pkgconfig"
 RDEPEND="!

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

2020-04-13 Thread Sergei Trofimovich
commit: 2d7402d842bbb8a3471ffaf7078a594d98df03c7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 13 08:43:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 13:05:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7402d8

media-libs/lv2: drop to ~hppa

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

 media-libs/lv2/lv2-1.14.0-r2.ebuild | 2 +-
 media-libs/lv2/lv2-1.16.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lv2/lv2-1.14.0-r2.ebuild 
b/media-libs/lv2/lv2-1.14.0-r2.ebuild
index cb3a8bc5229..b7351ced68e 100644
--- a/media-libs/lv2/lv2-1.14.0-r2.ebuild
+++ b/media-libs/lv2/lv2-1.14.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="doc plugins"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

diff --git a/media-libs/lv2/lv2-1.16.0-r1.ebuild 
b/media-libs/lv2/lv2-1.16.0-r1.ebuild
index d058971ab84..f55b702ccae 100644
--- a/media-libs/lv2/lv2-1.16.0-r1.ebuild
+++ b/media-libs/lv2/lv2-1.16.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="doc plugins"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-04-13 Thread Sergei Trofimovich
commit: 9c8b7b7b724dea3f35087b782472e3ddb81ea58f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 13 08:45:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 13 13:05:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8b7b7b

dev-python/sparql-wrapper: drop to ~hppa

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

 dev-python/sparql-wrapper/sparql-wrapper-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.8.4.ebuild 
b/dev-python/sparql-wrapper/sparql-wrapper-1.8.4.ebuild
index e8600eda3c1..a2d1825d5d8 100644
--- a/dev-python/sparql-wrapper/sparql-wrapper-1.8.4.ebuild
+++ b/dev-python/sparql-wrapper/sparql-wrapper-1.8.4.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="W3C"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/

2020-04-13 Thread Agostino Sarubbo
commit: 2ab4e5e1ece6f31d648b40c0ca475d7b013e668d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:09:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:09:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab4e5e1

app-emacs/nxml-gentoo-schemas: ppc stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild 
b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index c98a359002c..707dca01764 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2020-04-13 Thread Agostino Sarubbo
commit: f579a01c5b7e68b1515839336be399d1c5d81cda
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:09:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:09:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f579a01c

app-emacs/ebuild-mode: ppc stable wrt bug #717326

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
index 7a8b13f9a62..0d10fddd416 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



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

2020-04-13 Thread Mike Pagano
commit: cceed800e23044e95b309544fdfa61b1edc91d80
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Apr 13 16:15:48 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 16:15:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cceed800

sys-kernel/gentoo-sources: Clean-up old versions

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

 sys-kernel/gentoo-sources/Manifest | 48 --
 .../gentoo-sources/gentoo-sources-4.14.172.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-4.14.173.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-4.19.111.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-4.19.112.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-4.4.215.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-4.4.216.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-4.9.215.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-4.9.216.ebuild   | 28 -
 .../gentoo-sources/gentoo-sources-5.4.26.ebuild| 28 -
 .../gentoo-sources/gentoo-sources-5.4.27.ebuild| 28 -
 .../gentoo-sources/gentoo-sources-5.5.10.ebuild| 28 -
 .../gentoo-sources/gentoo-sources-5.5.11.ebuild| 28 -
 .../gentoo-sources/gentoo-sources-5.5.13.ebuild| 28 -
 .../gentoo-sources/gentoo-sources-5.5.14.ebuild| 28 -
 .../gentoo-sources/gentoo-sources-5.6.0.ebuild | 28 -
 .../gentoo-sources/gentoo-sources-5.6.1.ebuild | 28 -
 17 files changed, 496 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8ff30ff..7b941874474 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,9 +1,3 @@
-DIST genpatches-4.14-182.base.tar.xz 4050084 BLAKE2B 
f1863a4f22cce1c3857391d8ff9f4ff8ab615b4c8fd5c73cc21c209f9da6a4f4d78653ee67ee35e63d298670c90e8f146c3b2b8a71b6636a9938e6f19a061ed9
 SHA512 
be8ec63345d3032e11c7d7d05eb483a2b93b4ceaf19f1d249696f9eb8bc099175856e4c6be175e4c8fba950f7eddd7a0dbd359cb59cd5cebe277b7742d659001
-DIST genpatches-4.14-182.experimental.tar.xz 5932 BLAKE2B 
7297ce438f46edc76ac402b1f7e5932c4a52005f4e85d9ecaaeb924c4fc6fec6cdf9b22aeeb980c31e5b808b369f45bf4f00bd74bd7ccae7928a4769828fee69
 SHA512 
81de12956115a495f696c75bac8ab9f4c78e45786712e6d0bf9bfcea53970d0f3db7a7ac3670b5da0037207678d6fb3c5ef3504786ec3241d6c352c967851bd2
-DIST genpatches-4.14-182.extras.tar.xz 17512 BLAKE2B 
58021827eafcc78ab47d23d8a5473a2d4e083d17521787bdc18367ff0326bdbe0da2e99658671526b3def1c41f6ec71a3669d7c3485cc472985a41c57dfe
 SHA512 
e2437640c0d3c45cb7c4195c7e429070653399f579bed8554f5b0c785df7cda4bd61daf57cae07362a0dae736ff5b169f9a395079bc072dbad7f70e453fd
-DIST genpatches-4.14-183.base.tar.xz 4079620 BLAKE2B 
c248b8f656c274986c7a537b58c8fda3de3da1aa4c9c0252dbed4c3df0be5ac37acbfa0d0861e23dc30f66a2e95f2491337628d8e6c31abeb92bad9f9256363f
 SHA512 
82e42f7c15de8b80af242e586adca28984e381c874161911733f104f9b55db466d600b87cffb69f9f36b3c12cac067025acb30737a2a32907f5a1e540bc9f6c3
-DIST genpatches-4.14-183.experimental.tar.xz 5936 BLAKE2B 
7e2c1db6ed0a16fbb6d2b69f0de3434befb62d4170c5d534af0af04f3730125e718c56eb9625d960291da92cfa50e3b035be9b1de57b7933e5f2b58ca9963e5f
 SHA512 
ba04d3d33d95d3ba1cfe034245a4fe86b68dc9c8abc221d157ad2cde47053738385037a5d12d2bf50f80bb0609dea5ab62a3d0e79a0b92b400ce97b1991ce1bb
-DIST genpatches-4.14-183.extras.tar.xz 17496 BLAKE2B 
e82ce068b3661c672dddc084d79a730f3b9996cd338ab4276982fdc2383baa80722ce6d7e990903a23a8603599534d285123ba033fe0fe0b06a0c2cf96660a76
 SHA512 
18b952c12489348e05d2747d54e62bbc5e80ab7b9638d44bc64bb4bcf1b534ccaeae0ffa646a9d26d12e56e57041e9309b83283e3a0a71e38d9a19448e7354ba
 DIST genpatches-4.14-184.base.tar.xz 4099856 BLAKE2B 
23bcc9fafc8d3662c3c44d49ec63347360382c70bfbd15d3d3ec8d7b285d589ad2880223d06fa6456b99374cb69fe4820654e71ac5a538112c72eced19fc46f7
 SHA512 
b8388a36406c7acd136d674845fa4c214ee3c54d5d6544243b0ee6c04358fd8e9c0cf5253b5b7d1bb4c79b836b6a3bb257909473b0a35b5a61df3f99be6c6bdd
 DIST genpatches-4.14-184.experimental.tar.xz 5932 BLAKE2B 
a9556c3b02dfce3efc85a8fc9d0ae31a5b4c295f392f9f89e91f41fb990effdae3a9047dd26a878f20b432333cd28ac3dca6f3be6bdaf518b3dfbcb94e69bf54
 SHA512 
71a9c67ed996d7cda6413045095545d9b55070bf11cd6d2fadbd3722321b5d017a749048ab3baa5a7c4142901cb4c59f105a535fe79c3ae25eb8d8cdb0a28585
 DIST genpatches-4.14-184.extras.tar.xz 17508 BLAKE2B 
26bc45cfa09466fe11744354a1275dfc1b5bda4021570ef1130661bd30801d8c67578083cde653025d81a24575c52e1f4655ce4cf6be7bc2b124d8609b83d9cc
 SHA512 
9d68cacc829ab9fc8696429af1b47fd1662ceac9f160e975883c0a98e39bffa20d19ed961a55f381aa5b0364cba2d2d5a22c96f3ce928ccdb88126e4e6475faf
@@ -13,12 +7,6 @@ DIST genpatches-4.14-185.extras.tar.xz 17500 BLAKE2B 
a19e3fdb3fed0ceefee81733a8c
 DIST genpatches-4.14-186.base.tar.xz 4135512 BLAKE2B 

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

2020-04-13 Thread Agostino Sarubbo
commit: c6e38f9b10a79121c57190cfa4a5bfa0d41e910f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:52:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:52:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e38f9b

dev-lang/python: ppc stable wrt bug #715124

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-lang/python/python-3.7.7-r1.ebuild 
b/dev-lang/python/python-3.7.7-r1.ebuild
index cd23f61e64d..180b3e557dd 100644
--- a/dev-lang/python/python-3.7.7-r1.ebuild
+++ b/dev-lang/python/python-3.7.7-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-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"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 961f7052d7d963d68ebebc62e361f16810242f44
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:52:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:52:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961f7052

dev-lang/python: s390 stable wrt bug #715124

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-lang/python/python-3.7.7-r1.ebuild 
b/dev-lang/python/python-3.7.7-r1.ebuild
index 180b3e557dd..e56bc4bd7cc 100644
--- a/dev-lang/python/python-3.7.7-r1.ebuild
+++ b/dev-lang/python/python-3.7.7-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-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"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: e03d724298823a920c5ae55685bc730fc948f290
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:53:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:53:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03d7242

net-misc/youtube-viewer: x86 stable wrt bug #716652

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild
index 2d38cb71c76..72b1c8096c0 100644
--- a/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gtk gtk2"
 
 REQUIRED_USE="gtk2? ( gtk )"



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

2020-04-13 Thread Lars Wendler
commit: b157182daab8a17f882939424edf09ea32faec56
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 13 17:00:51 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 13 17:00:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b157182d

net-misc/dhcpcd: Bump to version 9.0.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/dhcpcd/Manifest|   1 +
 net-misc/dhcpcd/dhcpcd-9.0.1.ebuild | 173 
 2 files changed, 174 insertions(+)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index 074b43f268d..552400d5fc9 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -4,3 +4,4 @@ DIST dhcpcd-8.0.6.tar.xz 224552 BLAKE2B 
5d0fab5977597ce182a2de56c8c4d085d3595a8f
 DIST dhcpcd-8.1.6.tar.xz 229224 BLAKE2B 
ad3d024b5a62feb3c9cb39ada0323d336af831cb9892dc50b93c672e6ae2a5607526122a9a5f63a00915a182ea7e7a0ae6b19bbb965bd1fa9ca58cbcac81cd66
 SHA512 
f4d7ea5f4c139a2735e795e13be68f6edac89d86d97589c2cdd67f89b890a093675dcc207c681332e2163b1094da8ce75bda2ee614c19bafd01410d9fadf19df
 DIST dhcpcd-8.1.7.tar.xz 230308 BLAKE2B 
636daad77885b7f00f34c73413db4a0269bca844c33b630b5302cfcd9f5b2068ed95872dd92f3b8db25e7b2ca0a28a8053e1975a7ee50fd5403f8d58e97dff17
 SHA512 
ea58ef3db8254d677820c44b2842ef2f3697b2d90fcbd89b2ecfcbac87e705047cac17053bbe076a3f6d2775903c8e75eac38089d25c097e2f24a045c24977e8
 DIST dhcpcd-9.0.0.tar.xz 245336 BLAKE2B 
e206ba6f8e8c890247e308e5e181abf3eec2f5abc0f4b8fa05b220529018d16c806cb8ae29525b9bf7e39b465377016b55fe1c08b2f0b83d8e7a3432b6ea71b5
 SHA512 
5b04d9ecb75c45e7f883e29aed4862ae7fc186a6ca161353ed59ffed4dbc266e03596a26d09ae60e87806047659d6ce238b26d264b5a96b21643849343d2da0b
+DIST dhcpcd-9.0.1.tar.xz 244816 BLAKE2B 
1cb346f7578dadb237d05056a8f6e39b30da831e253e6629c5c19e6a70f7b6d8ffcb6db37d0f720fda28577e8cb4227cbca8a08fac0c977098f66b2a430d9ffe
 SHA512 
dea153c9a2f4a9d9c983bf50d8c18b544d7dbe1a2972ccc8eb33bbbc8b09178b39bdb9a38cc293db7861024509ccd475e11d84004bc4cd45947786f5e10db0a3

diff --git a/net-misc/dhcpcd/dhcpcd-9.0.1.ebuild 
b/net-misc/dhcpcd/dhcpcd-9.0.1.ebuild
new file mode 100644
index 000..9656eabee92
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-9.0.1.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://roy.marples.name/cgit/dhcpcd.git;
+else
+   MY_P="${P/_alpha/-alpha}"
+   MY_P="${MY_P/_beta/-beta}"
+   MY_P="${MY_P/_rc/-rc}"
+   SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
+HOMEPAGE="https://roy.marples.name/projects/dhcpcd;
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="debug elibc_glibc +embedded ipv6 kernel_linux +privsep +udev"
+
+COMMON_DEPEND="udev? ( virtual/udev )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="
+   ${COMMON_DEPEND}
+   privsep? (
+   acct-group/dhcpcd
+   acct-user/dhcpcd
+   )
+"
+
+src_configure() {
+   local myeconfargs=(
+   --dbdir="${EPREFIX}/var/lib/dhcpcd"
+   --libexecdir="${EPREFIX}/lib/dhcpcd"
+   --localstatedir="${EPREFIX}/var"
+   --prefix="${EPREFIX}"
+   --with-hook=ntp.conf
+   $(use_enable debug)
+   $(use_enable embedded)
+   $(use_enable ipv6)
+   $(use_enable privsep)
+   $(usex elibc_glibc '--with-hook=yp.conf' '')
+   $(usex kernel_linux '--rundir=${EPREFIX}/run' '')
+   $(usex privsep '--privsepuser=dhcpcd' '')
+   $(usex udev '' '--without-dev --without-udev')
+   CC="$(tc-getCC)"
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   keepdir /var/lib/dhcpcd
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}
+
+pkg_postinst() {
+   local dbdir="${EROOT}"/var/lib/dhcpcd old_files=()
+
+   local old_old_duid="${EROOT}"/var/lib/dhcpcd/dhcpcd.duid
+   local old_duid="${EROOT}"/etc/dhcpcd.duid
+   local new_duid="${dbdir}"/duid
+   if [[ -e "${old_old_duid}" ]] ; then
+   # Upgrade the duid file to the new format if needed
+   if ! grep -q '..:..:..:..:..:..' "${old_old_duid}"; then
+   sed -i -e 's/\(..\)/\1:/g; s/:$//g' "${old_old_duid}"
+   fi
+
+   # Move the duid to /etc, a more sensible location
+   if [[ ! -e "${old_duid}" ]] ; then
+   cp -p "${old_old_duid}" "${new_duid}"
+   fi
+

[gentoo-commits] proj/linux-patches: New tag: 5.5-19

2020-04-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 13:11:37 2020 +

New tag: 5.5-19




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

2020-04-13 Thread Mike Pagano
commit: 06eafc139bbc828382bdfb8a7e19b0c8e582ed12
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Apr 13 14:12:31 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Apr 13 14:12:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eafc13

sys-kernel/gentoo-sources: Linux patch 4.19.115

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.19.115.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index db0d6726dc4..cb7441a7c66 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,6 +25,9 @@ DIST genpatches-4.19-112.extras.tar.xz 17488 BLAKE2B 
3be8e01bb3e3fc7cfcab9b5c1c0
 DIST genpatches-4.19-113.base.tar.xz 3310596 BLAKE2B 
3b6371d867132ded00c5fd1e9eb17b81630e7ea813ca5b982314f42a3f6e15aae63ea3a58264493903df2786d31522f165adf0c8ab734aa3729dce8dfe6c
 SHA512 
4ae7bc7af844f7d16c4237eaf2c97317a365ac6740e019750237298167f906ef8e358199701fc8457fd60fc57dec0aef0d91f764bd2577171f0cc1c4659c03ed
 DIST genpatches-4.19-113.experimental.tar.xz 6436 BLAKE2B 
a4a05abfc980bcd4c206d95fd12342e7984272afc12ec707ad367eae730dba9306e528f4d4b2c67365cc01712475bdbdd06d164a547f94b47a8eae3ec59eb120
 SHA512 
781bd645835e1205593fb43f976e03ede21aa3af4720ed00deb14b725fc53cb8350d703c0df339df694d1ccd73fcdb82ad31b8f821fd1ad8547584c3115531c6
 DIST genpatches-4.19-113.extras.tar.xz 17492 BLAKE2B 
614d02f749ccfdc8c23ebe0efb3c9868aa606d0a8ce472d8fe6c06b2a60de76eec94220c466abfd9120aefa2dbfefb61a03c993103e7c753c7605cecb85a4820
 SHA512 
d2eec05870c3e265412fe83b094a8d3f38e5bdbb59016a2fc3875488057eb4ee9af94db2f6b456137b8c2fd82ffb63c52f12f8ec12d616c27f3811b1276623be
+DIST genpatches-4.19-114.base.tar.xz 3323696 BLAKE2B 
aecb02858762766dc48d8ee6bc5ff9e16e666cc9d5650a5254ed0039344134fc333798438b2ea311ccd1a4acf19d7dc97d24abaa5ceaea244e5b0283b24a91fe
 SHA512 
d11065804ca720d9b053b98174628849e9a89e186d35a029690e02f2c82dccf8b8080ba2fc412eded1b6bff19f77f9448765bfd930b141306845962f0c6e8a24
+DIST genpatches-4.19-114.experimental.tar.xz 6436 BLAKE2B 
28fe81f8cced61b307f5a9d58b6c8cb1b3a19c2bbbe57b9e832ff44ae7e6c1685896ab9a0e2aafc618275b62bb159c52fbf8b058d40a999ff0ec565e2af42e0f
 SHA512 
4e6319740f674a57247eb752bf4744a9551fa4fe7b3b55bf23ec84967415339a6bb1787fc3ab9cf1b97b4e3ba7f29043bfdf97210a811c31ba41905885314e07
+DIST genpatches-4.19-114.extras.tar.xz 17488 BLAKE2B 
766f265578b58c13f94eec12e2336231fb355b0f95769ac20bd49e4cffbefcba3a6dc42849f56ef929f080ab1453b6189ab7e090874f7142b7d44e350184e031
 SHA512 
dbe37325f4859e363fa3e282b3f0b40c39c13bf5b7bbc4246f1bdcc452fa7be3017fd77c07ed5074e4e82a7f1fb56be920c2d929d91b117ac133ac1029820085
 DIST genpatches-4.4-216.base.tar.xz 3480188 BLAKE2B 
e15ae182081004f678de202e8972b6fd1d20de114a0cdd9ac42536e08e081b2d462699275d86a2db0afb082e955d6f4ff826f07241da37b170513456dfad6b82
 SHA512 
b74838898c42eb080e50531fedefbf043c89503c4d0b0f1fda1f763be4ec1adc271f7ac08ab0e812e6bd1a09b9b860e60aa8dc170d9a6df4f68c9e40b6c3c3aa
 DIST genpatches-4.4-216.experimental.tar.xz 83296 BLAKE2B 
83ce6c2ad9dbf71dcadff21ae50976de91a7b98b9df657c8fe69fddb70d23a7ba31cbca07cb5863a651b6107ab9c5e7d134950788025dbbe6281936a37debcf8
 SHA512 
0d2951b7e4def62ba0e47fed0e5d1f6add7b1b340685a31bd1e6e77843d387f984787b2df54570ba2fb03afdabf0a79e6823ac67e26bf71398d37e4516496b11
 DIST genpatches-4.4-216.extras.tar.xz 16480 BLAKE2B 
6d30f3f1ce6fe390f7b6f31f27c094f0cbea94bd40dd543236cbf2f17a4761237452867b51675a351bfca508431d4689d36d98303a0a65e16a0db88c1d8838d2
 SHA512 
c37618c424452c50758c8ef3502d1ae6589dac346902badccd5c2b68215ca0c3e592ceb96b5c5f713731e58d7be5d9ff021d746ef103899081f27bbe733cf43e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.115.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.115.ebuild
new file mode 100644
index 000..0e2d24677a6
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.115.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="114"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-java/openjdk-bin/files/, dev-java/openjdk-bin/

2020-04-13 Thread Denis Reva
commit: 2d5b2ea6a48ed2ccce3b8002053ebe2e8b88265f
Author: Denis Reva  gmail  com>
AuthorDate: Mon Apr 13 15:51:33 2020 +
Commit: Denis Reva  gmail  com>
CommitDate: Mon Apr 13 15:51:33 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d5b2ea6

dev-java/openjdk-bin:

Added experimental Non-LTS openjdk-bin packages for running
modern java applications.
Should I do dev-java/openjdk-jre-bin?

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva  gmail.com>

 dev-java/openjdk-bin/Manifest |   8 ++
 dev-java/openjdk-bin/files/openjdk-bin-13.env.sh  |  16 +++
 dev-java/openjdk-bin/files/openjdk-bin-14.env.sh  |  16 +++
 dev-java/openjdk-bin/metadata.xml |  18 
 dev-java/openjdk-bin/openjdk-bin-13.0.2_p8.ebuild | 114 ++
 dev-java/openjdk-bin/openjdk-bin-14_p36.ebuild| 114 ++
 6 files changed, 286 insertions(+)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
new file mode 100644
index 000..014fd31
--- /dev/null
+++ b/dev-java/openjdk-bin/Manifest
@@ -0,0 +1,8 @@
+DIST OpenJDK13U-jdk_aarch64_linux_hotspot_13.0.2_8.tar.gz 206018212 BLAKE2B 
90d550d74e53362cbae4a623250d22bff65dcf74898c3a6076d4fbe77cc98ffe35bc4ecd5f44fc785e4247e5989236bb5c5269cdcc4fa16f09fab6de3adb
 SHA512 
ca4386dd7366617e15b501841fbf03d06e891a9cfa75e63347108c9eac1010cb2d9479aafb86f796b7bdd0ab9806f1c2d77d73105b5b49434d99ee4777f9daca
+DIST OpenJDK13U-jdk_arm_linux_hotspot_13.0.2_8.tar.gz 191743541 BLAKE2B 
5ffd9fd462addc0766e88ded1b3c4b7d982ae3bf4946576c9a2d36a5297c4488dfa4f1c7e771bdaa190ad847db1aafc37582b0729a70df9d1fbfa31d8ed6dc64
 SHA512 
943860efdd55c486422c78d159dabb50b41d3a4fb7e1056286263677debef1e620947743e549f3f9587ef4e928bf050ce2f0bf77c2cf7bdbff1e93bb49cdbc87
+DIST OpenJDK13U-jdk_ppc64le_linux_hotspot_13.0.2_8.tar.gz 190310065 BLAKE2B 
0cb13abcdb530a43037e3c5a36bc28cbf47c6d7eb33689adb4a0aab587d623c033a026f404d7ccc3cac3c6252b64c60e7d6ef1aaa26a266daf1cc82461b7d008
 SHA512 
bec72df21cfd33b8ee87b95676946e45017bb97fcb7f5a0080487cd21c0182da586d1ee0114cdf79d8fd2b803a5f47ff56d21d1604ecf81b838ec06c1a3d744a
+DIST OpenJDK13U-jdk_x64_linux_hotspot_13.0.2_8.tar.gz 207518686 BLAKE2B 
7c632b0ef75fef9490e789e2d89874c19db050c8e0f763f35f5d29164263c25be79b09cb5be141301af3de7529b7f28c9dc7c63a909e502fd00a7b96d12093ea
 SHA512 
9e2698fab54e5cd2d56c6456102760321d01ac15bf8bd97ae96069676a22284bf4d08daa1a41f2c33d761dd067bb8ec176eb37848dae3290df374d06631d5d1c
+DIST OpenJDK14U-jdk_aarch64_linux_hotspot_14_36.tar.gz 213697531 BLAKE2B 
af9de64240e925324c1107402a4e08712cb8774c840b67d988f8e723e37f33a619d6610afe9b0a68f4f6367ab6e1a2514d9fd396ce5396fc538949bac0946149
 SHA512 
4d1292abe81e37a7150cde8dbb0695a6a9772fec6d05dffa41010d90cb3d31e8a67d9de997428e6aa961caca926d554e184aafd8012581f05e4300821c831642
+DIST OpenJDK14U-jdk_arm_linux_hotspot_14_36.tar.gz 189027827 BLAKE2B 
6e2901415485e0465fbaeea627b7610f21aae9775ede3299f5b62977a2bdd0a3661677bbca156a6d2f1504c7330c9565a24f7d220b09a1b3dfd01cf78866edde
 SHA512 
a84561092c19ca2d38b3951511040ebaea52ca9410f13faca40d534a9bef6c6589329a74f92df4c87e99f70ff12a14ba811ce1337c179d0d1dcca03bd1fa1c44
+DIST OpenJDK14U-jdk_ppc64le_linux_hotspot_14_36.tar.gz 197951326 BLAKE2B 
8c91ea619736cff9608340ad2bfa8c07f411661809391de794fa269d2eaca543f2ca7c0944744ae2e775a9be6f98be46c69aa4bd295fe8cf619691453af7abd0
 SHA512 
d6d56ec71451f8cca69100090d67ad9a83242e8a3622e66adf2ddc1f1a5b3f097cd61725241daaf5bc85229b244b94527c64fcb6fa2ca420170544cf76265a38
+DIST OpenJDK14U-jdk_x64_linux_hotspot_14_36.tar.gz 216382990 BLAKE2B 
82a783df5e88304c3b5c1141bf56ce8a1931df500702c62fa49300973a6e770ba7cf61a602bc2d41bd375b7b0b7f91a8af7b00ee1029e8c3408a08887ba629e9
 SHA512 
1851cf24db0b48007a2373d8596cf4b8d832d10a2f41316799c4af2bd37cbab4b211e7913d431b59f6bc212957cdbae401c6bcd389635c248c939433cef63516

diff --git a/dev-java/openjdk-bin/files/openjdk-bin-13.env.sh 
b/dev-java/openjdk-bin/files/openjdk-bin-13.env.sh
new file mode 100644
index 000..1def83a
--- /dev/null
+++ b/dev-java/openjdk-bin/files/openjdk-bin-13.env.sh
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+VERSION="AdoptOpenJDK ${PV}"
+JAVA_HOME="${EPREFIX}/opt/${P}"
+JDK_HOME="${EPREFIX}/opt/${P}"
+JAVAC="\${JAVA_HOME}/bin/javac"
+PATH="\${JAVA_HOME}/bin"
+ROOTPATH="\${JAVA_HOME}/bin"
+LDPATH="\${JAVA_HOME}/lib/:\${JAVA_HOME}/lib/server/"
+MANPATH=""
+PROVIDES_TYPE="JDK JRE"
+PROVIDES_VERSION="${SLOT}"
+BOOTCLASSPATH=""
+GENERATION="2"
+ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH"

diff --git a/dev-java/openjdk-bin/files/openjdk-bin-14.env.sh 
b/dev-java/openjdk-bin/files/openjdk-bin-14.env.sh
new file mode 100644
index 000..1def83a
--- /dev/null
+++ b/dev-java/openjdk-bin/files/openjdk-bin-14.env.sh
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+

[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2020-04-13 Thread Agostino Sarubbo
commit: eb92b3788b091f5a8bad7c31b2ddf8dbf25b2ae2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:10:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:10:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb92b378

app-emacs/ebuild-mode: sparc stable wrt bug #717326

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
index 0d4b70eb119..011901446eb 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/

2020-04-13 Thread Agostino Sarubbo
commit: 1c89b2fee1d73196c77430e923ce9791b01cd7c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:10:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:10:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c89b2fe

app-emacs/nxml-gentoo-schemas: sparc stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild 
b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index e2ebfed2a40..b358c4901bd 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/

2020-04-13 Thread Agostino Sarubbo
commit: 33a8bbbc5366415e5ce0616131b7a43b1b738c91
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:10:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:10:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a8bbbc

app-emacs/nxml-gentoo-schemas: ppc64 stable wrt bug #717324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild 
b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
index 707dca01764..e2ebfed2a40 100644
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
+++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20200303.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 SITEFILE="60${PN}-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2020-04-13 Thread Agostino Sarubbo
commit: 4915636c7596d348718259e13a3941b46dd3768a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:10:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:10:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4915636c

app-emacs/ebuild-mode: ppc64 stable wrt bug #717326

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
index 0d10fddd416..0d4b70eb119 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.50.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 BDEPEND="sys-apps/texinfo"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 80bf1ff26bc4da314de17efb12377ac266be2f00
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:49:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:49:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bf1ff2

app-text/dblatex: arm stable wrt bug #716650

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/dblatex/dblatex-0.3.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dblatex/dblatex-0.3.11.ebuild 
b/app-text/dblatex/dblatex-0.3.11.ebuild
index 3c97eb8e7c1..2acdc31da99 100644
--- a/app-text/dblatex/dblatex-0.3.11.ebuild
+++ b/app-text/dblatex/dblatex-0.3.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/dblatex/dblatex/${P}/${P}py3.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 arm ~x86"
 IUSE="inkscape"
 
 RDEPEND="



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

2020-04-13 Thread Agostino Sarubbo
commit: 911fb24a0659471867133482423cdc91cc42f9e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:48:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:48:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911fb24a

net-libs/webkit-gtk: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
index efecc165c65..d0524be74df 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.26.4-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~sparc ~x86"
 
 IUSE="aqua coverage +egl +geolocation gles2-only gnome-keyring +gstreamer 
gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl seccomp spell 
wayland +X"
 



[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/

2020-04-13 Thread Agostino Sarubbo
commit: 3b11c3e4c4e36c4f6b29e1dc9b6158a35d106d25
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b11c3e4

mail-client/claws-mail: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild 
b/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
index e00884c0c0f..67690d3fb58 100644
--- a/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.17.5-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="git://git.claws-mail.org/claws.git"
 else

SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/

2020-04-13 Thread Agostino Sarubbo
commit: a43d9b621827f62a922866b9a3a47f221322ceee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43d9b62

mail-client/evolution: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-client/evolution/evolution-3.32.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/evolution/evolution-3.32.5-r2.ebuild 
b/mail-client/evolution/evolution-3.32.5-r2.ebuild
index a9274e21164..2f4f28b0132 100644
--- a/mail-client/evolution/evolution-3.32.5-r2.ebuild
+++ b/mail-client/evolution/evolution-3.32.5-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently



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

2020-04-13 Thread Agostino Sarubbo
commit: f5ef7d373c83fb5ed6bcd87b42e690168a1b2bac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:45:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:45:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ef7d37

app-text/dblatex: amd64 stable wrt bug #716650

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/dblatex/dblatex-0.3.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dblatex/dblatex-0.3.11.ebuild 
b/app-text/dblatex/dblatex-0.3.11.ebuild
index 523c84b8f4a..3c97eb8e7c1 100644
--- a/app-text/dblatex/dblatex-0.3.11.ebuild
+++ b/app-text/dblatex/dblatex-0.3.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/dblatex/dblatex/${P}/${P}py3.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="inkscape"
 
 RDEPEND="



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

2020-04-13 Thread Agostino Sarubbo
commit: c30ca7f2283f042be031e16161d62f481d6a8fa7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30ca7f2

app-text/gtkspell: amd64 stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 1bbe3dc3be1..9f6bd01bc08 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 965fe93436a6eb78c0b17553d7e2ed8832c0a5f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:49:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:49:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965fe934

dev-util/geany: arm stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-util/geany/geany-1.36.ebuild b/dev-util/geany/geany-1.36.ebuild
index 20a5f749604..51ade2b3b28 100644
--- a/dev-util/geany/geany-1.36.ebuild
+++ b/dev-util/geany/geany-1.36.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" = * ]] ; then
 else
[[ "${PV}" == *_pre* ]] && inherit autotools
SRC_URI="https://download.geany.org/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 fi
 LICENSE="GPL-2+ HPND"
 SLOT="0"



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

2020-04-13 Thread Agostino Sarubbo
commit: d8dfc4460d59d9b18f88c09094d05b2198f11f75
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:49:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:49:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8dfc446

dev-libs/libgit2: arm stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libgit2/libgit2-0.28.4.ebuild 
b/dev-libs/libgit2/libgit2-0.28.4.ebuild
index 7f89d8572ad..6c3a8813413 100644
--- a/dev-libs/libgit2/libgit2-0.28.4.ebuild
+++ b/dev-libs/libgit2/libgit2-0.28.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~ppc-macos"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86 ~ppc-macos"
 fi
 
 DESCRIPTION="A linkable library for Git"



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

2020-04-13 Thread Agostino Sarubbo
commit: 321b05967de155fcd937fe62f66048fd047564f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:49:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:49:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321b0596

dev-util/geany-plugins: arm stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
index d479f3b532e..0a6e178dc92 100644
--- a/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+gtk3 ctags debugger enchant git gpg gtkspell lua markdown nls 
pretty-printer scope soup workbench"
 REQUIRED_USE="!gtk3? ( !markdown )"



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

2020-04-13 Thread Agostino Sarubbo
commit: 608bbbe556028cafeb9c23d98d4c29354dbf60d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:50:30 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:50:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608bbbe5

net-libs/libmicrodns: ppc stable wrt bug #714606

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-libs/libmicrodns/libmicrodns-0.1.2.ebuild 
b/net-libs/libmicrodns/libmicrodns-0.1.2.ebuild
index 729c6050b1c..0e0ead41913 100644
--- a/net-libs/libmicrodns/libmicrodns-0.1.2.ebuild
+++ b/net-libs/libmicrodns/libmicrodns-0.1.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/videolabs/${PN};
 else

SRC_URI="https://github.com/videolabs/${PN}/releases/download/${PV}/${P/lib/}.tar.xz;
-   KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ppc ~ppc64 ~x86"
S="${WORKDIR}/${P/lib/}"
 fi
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 201fb7cbe3138abe9c9055b584f45d3c80753f70
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:50:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:50:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201fb7cb

dev-lang/ruby: ppc stable wrt bug #715620

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-lang/ruby/ruby-2.4.10.ebuild b/dev-lang/ruby/ruby-2.4.10.ebuild
index 02bb433bcbb..ff04f003cf1 100644
--- a/dev-lang/ruby/ruby-2.4.10.ebuild
+++ b/dev-lang/ruby/ruby-2.4.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ~ppc ~ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ~ppc64 s390 sparc x86"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
 
 RDEPEND="



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

2020-04-13 Thread Agostino Sarubbo
commit: efd955425bc196d0e212b1504a5c8b66653c5077
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:50:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:50:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd95542

dev-util/geany-plugins: ppc stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
index 0a6e178dc92..3bfec6ece70 100644
--- a/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.36-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+gtk3 ctags debugger enchant git gpg gtkspell lua markdown nls 
pretty-printer scope soup workbench"
 REQUIRED_USE="!gtk3? ( !markdown )"



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

2020-04-13 Thread Agostino Sarubbo
commit: f7464140a517d3837f8312aa867453c669c6af55
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:50:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:50:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7464140

dev-util/geany: ppc stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-util/geany/geany-1.36.ebuild b/dev-util/geany/geany-1.36.ebuild
index 51ade2b3b28..0b3ba18caac 100644
--- a/dev-util/geany/geany-1.36.ebuild
+++ b/dev-util/geany/geany-1.36.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" = * ]] ; then
 else
[[ "${PV}" == *_pre* ]] && inherit autotools
SRC_URI="https://download.geany.org/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 fi
 LICENSE="GPL-2+ HPND"
 SLOT="0"



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

2020-04-13 Thread Agostino Sarubbo
commit: ee0a1495cf2f580338e2d255d91cd00c2d6b5c08
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:50:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:50:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0a1495

dev-libs/libgit2: ppc stable wrt bug #716994

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libgit2/libgit2-0.28.4.ebuild 
b/dev-libs/libgit2/libgit2-0.28.4.ebuild
index 6c3a8813413..a8a4640a9d6 100644
--- a/dev-libs/libgit2/libgit2-0.28.4.ebuild
+++ b/dev-libs/libgit2/libgit2-0.28.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86 ~ppc-macos"
+   KEYWORDS="amd64 arm arm64 ppc ~ppc64 x86 ~ppc-macos"
 fi
 
 DESCRIPTION="A linkable library for Git"



[gentoo-commits] repo/gentoo:master commit in: sys-power/iasl/

2020-04-13 Thread Agostino Sarubbo
commit: ac984783095a7e4d63b69648d402a3cb9743b752
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:50:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:50:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac984783

sys-power/iasl: ppc stable wrt bug #706672

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-power/iasl/iasl-20200326.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/iasl/iasl-20200326.ebuild 
b/sys-power/iasl/iasl-20200326.ebuild
index 66405e5d619..ef76d619f7f 100644
--- a/sys-power/iasl/iasl-20200326.ebuild
+++ b/sys-power/iasl/iasl-20200326.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="iASL"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm64 ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: ef916c3f8d53f7471313e00f4e700bdcced08cc7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:52:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:52:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef916c3f

app-crypt/nitrocli: x86 stable wrt bug #717160

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-crypt/nitrocli/nitrocli-0.3.1.ebuild 
b/app-crypt/nitrocli/nitrocli-0.3.1.ebuild
index cf0b0e855e0..9d51dc07ddd 100644
--- a/app-crypt/nitrocli/nitrocli-0.3.1.ebuild
+++ b/app-crypt/nitrocli/nitrocli-0.3.1.ebuild
@@ -37,7 +37,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
 
 LICENSE="Apache-2.0 GPL-3+ LGPL-3 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



  1   2   3   4   >