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

2019-05-05 Thread Hans de Graaff
commit: 2f1b2d02cd5c204cf68c06574ec7f17df01009f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 05:53:15 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 05:53:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1b2d02

dev-ruby/activestorage: add ruby26

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

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

diff --git a/dev-ruby/activestorage/activestorage-5.2.3.ebuild 
b/dev-ruby/activestorage/activestorage-5.2.3.ebuild
index 58cfcf6ca1b..ec98b14e86e 100644
--- a/dev-ruby/activestorage/activestorage-5.2.3.ebuild
+++ b/dev-ruby/activestorage/activestorage-5.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_DOCDIR=""



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

2019-05-05 Thread Hans de Graaff
commit: ff99b47f8e6dca204df58b52c5fa864814d36d31
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 05:19:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 05:53:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff99b47f

dev-ruby/websocket-driver: add ruby26

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

 dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild 
b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
index 7a5ad114acf..391319022a1 100644
--- a/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2019-05-05 Thread Hans de Graaff
commit: a5caf0a1fbb8c4cd18a2f685d54a9123d2991fb5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 05:28:03 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 05:53:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5caf0a1

dev-ruby/marcel: cleanup

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

 dev-ruby/marcel/Manifest   |  1 -
 dev-ruby/marcel/marcel-0.3.2-r1.ebuild | 24 
 dev-ruby/marcel/marcel-0.3.3.ebuild| 25 -
 3 files changed, 50 deletions(-)

diff --git a/dev-ruby/marcel/Manifest b/dev-ruby/marcel/Manifest
index 4d996edffa8..a1304b1415d 100644
--- a/dev-ruby/marcel/Manifest
+++ b/dev-ruby/marcel/Manifest
@@ -1,2 +1 @@
-DIST marcel-0.3.2.gem 7839232 BLAKE2B 
001e03b109617f7804e1e8f77d65eaec81544040a13e1d18ef197fed1caa5a26dfc69e1796632a3ec29c3778eef9458a6f701bbefb2f30c89d77fb22622cdb0f
 SHA512 
0e27c5c36f219e30ad41aa87a94e559ecc0185319ab33fbff2cc54656c5ec378c9f8ebd8d8d28a644c9b64cd7106aa2b235b893c5871ddda9db3596d8b8847bb
 DIST marcel-0.3.3.tar.gz 7845456 BLAKE2B 
e27d851119f434144a790cd1bfb1ca21662357b1875ae9193273e00c5abc6156c217efeb961356d4967d984b4c8fb4b4047620fa5d0448cc20651aa1ce05bb69
 SHA512 
d9be185fd6f5185fc67f3eed931ecf3084da671840b6e464bf341f51c9dec4ab1b4650abd1916e640b7caced230d6cb90370bffb559151e0047a8b03211dc751

diff --git a/dev-ruby/marcel/marcel-0.3.2-r1.ebuild 
b/dev-ruby/marcel/marcel-0.3.2-r1.ebuild
deleted file mode 100644
index 30c7c7144c2..000
--- a/dev-ruby/marcel/marcel-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple mime type detection using magic numbers, filenames, and 
extensions"
-HOMEPAGE="https://github.com/basecamp/marcel;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"
-
-all_ruby_prepare() {
-   sed -i -e '2irequire "pathname"' test/test_helper.rb || die
-}

diff --git a/dev-ruby/marcel/marcel-0.3.3.ebuild 
b/dev-ruby/marcel/marcel-0.3.3.ebuild
deleted file mode 100644
index 8c682631376..000
--- a/dev-ruby/marcel/marcel-0.3.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple mime type detection using magic numbers, filenames, and 
extensions"
-HOMEPAGE="https://github.com/basecamp/marcel;
-SRC_URI="https://github.com/basecamp/marcel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"
-
-all_ruby_prepare() {
-   sed -i -e '2irequire "pathname"' test/test_helper.rb || die
-}



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

2019-05-05 Thread Hans de Graaff
commit: 94bd5f983f9e242974528d9c46ff816a722197b0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 05:45:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 05:53:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bd5f98

dev-ruby/marcel: add ruby26

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

 dev-ruby/marcel/marcel-0.3.3-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild 
b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
index 74d267954bc..40fae2ec8e9 100644
--- a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
+++ b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -24,4 +24,9 @@ ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"
 
 all_ruby_prepare() {
sed -i -e '2irequire "pathname"' test/test_helper.rb || die
+
+   # Account for changes in shared-mime-info 1.10
+   mkdir test/fixtures/{magic,name}/font || die
+   mv test/fixtures/magic/application/x-font-ttf.ttf 
test/fixtures/magic/font/ttf.ttf || die
+   mv test/fixtures/name/application/x-font-ttf.ttf 
test/fixtures/name/font/ttf.ttf || die
 }



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

2019-05-05 Thread Hans de Graaff
commit: b0ebb3ae883fea9c25f25e8942718914a6cdfc97
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 04:59:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 05:53:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ebb3ae

dev-ruby/roadie: add ruby26

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

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

diff --git a/dev-ruby/roadie/roadie-3.5.0.ebuild 
b/dev-ruby/roadie/roadie-3.5.0.ebuild
index 0da79729133..2b52aaddc5c 100644
--- a/dev-ruby/roadie/roadie-3.5.0.ebuild
+++ b/dev-ruby/roadie/roadie-3.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/undo-tree/

2019-05-05 Thread Ulrich Müller
commit: 2343389621d897bb9568577b35a570b44f824e21
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May  6 05:36:40 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May  6 05:36:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23433896

app-emacs/undo-tree: Version bump.

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

 app-emacs/undo-tree/Manifest   |  1 +
 app-emacs/undo-tree/undo-tree-0.6.6.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/app-emacs/undo-tree/Manifest b/app-emacs/undo-tree/Manifest
index 68dd11aa666..3e8128ceb16 100644
--- a/app-emacs/undo-tree/Manifest
+++ b/app-emacs/undo-tree/Manifest
@@ -1,2 +1,3 @@
 DIST undo-tree-0.5.2.el.bz2 27985 BLAKE2B 
a9c4fe9a1cf245278f88df97d6269c81a3ebae9d10a62b8390805c06636516fb7163dc5b4cfc81463e0b45f9cd04664b8aa5c86c3ebb56a7f07e86ee45f0305c
 SHA512 
62b355cbebd4e17a59b70acdae69bdddc9a6fd57d5c684d0560eb03dfac69121bc63941ef6520853b174a6de0a5ae54dc4f240a55f0623312a86e799ea3785d0
 DIST undo-tree-0.6.4.el.xz 31124 BLAKE2B 
a81bb93489189d04ea81b98912fef6b7a6903f24548dcf9a9f44decc77e3219dd233d2d91c1c6c32047565297aa8583c09dc451ca060a10b52fc7b4e85d32b2d
 SHA512 
e7017b23cceaf544de855bb21059959df539f5380db9c15b62f171d037b6ebb2d31f86f7ab3b724b048dafddfc3d2ace65dfac84c3eb0f6847489afb7f4b99cc
+DIST undo-tree-0.6.6.el.xz 31520 BLAKE2B 
01ddd3283ab257de91bd3f38969b7426f21df58e010302d21ea093c9428481a4595ea7806c107c7f87f46825bf379e22423004a72d73fedf8c2a6138afeba510
 SHA512 
0510ca0020515d0afaf13dcfd1878fa527472a4115534b8f72ed907507a700b34fe7151f0f9aca3e9977f9d48a6fae231483beb14b63f1ce734dd6b3b0322a7a

diff --git a/app-emacs/undo-tree/undo-tree-0.6.6.ebuild 
b/app-emacs/undo-tree/undo-tree-0.6.6.ebuild
new file mode 100644
index 000..dbbb135425c
--- /dev/null
+++ b/app-emacs/undo-tree/undo-tree-0.6.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit readme.gentoo-r1 elisp
+
+DESCRIPTION="Undo trees and visualization"
+HOMEPAGE="http://www.dr-qubit.org/undo-tree.html;
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)'
+   in your .emacs file."



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

2019-05-05 Thread Ulrich Müller
commit: 819b389b3b0bcbcc8ca06638a48b12397348a03c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May  6 05:23:07 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May  6 05:23:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819b389b

app-emacs/evil: Version bump.

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

 app-emacs/evil/Manifest   |  1 +
 app-emacs/evil/evil-1.2.14.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/evil/Manifest b/app-emacs/evil/Manifest
index 7025a8f2597..254525cb547 100644
--- a/app-emacs/evil/Manifest
+++ b/app-emacs/evil/Manifest
@@ -1,2 +1,3 @@
 DIST evil-1.0.8.tar.xz 427884 BLAKE2B 
9a2327d268c7d64c2b439788a3d6fc8104ad2554bce150431efeecd9c6db8dd41acb2e5886328ccfd21a3a94d56962cc9167ec53b3abb785565783beb213acdb
 SHA512 
d827ff8856c0240c334088f4c61226c93994a4c5afdd775a7170233add884af134b22cdc8bfa6432d3f44d3e6cf3cea89501a4ebfdc37ed5c70b3c712ad2ea86
 DIST evil-1.2.13.tar.gz 540559 BLAKE2B 
064d746415775653a6152557645324d6900edff39ecab409105bb2ea8f810a3ff8e706acc776e4749c6d9675c2e5e4798bc9744056130a24b3c6382a2eafdbb8
 SHA512 
30d6f65db234c8c23cd31d1fbd9347e71b7d47ed7a9b50161c3e5820243dca2d9ce661469a1f141be08f89aeaaa5d2d04fce5a6bc8f38285e6a5229c6a05dcf7
+DIST evil-1.2.14.tar.gz 544497 BLAKE2B 
1230632dbcfc065a65aca673e87662c8c77c5ce93e2aeaefcd416e9c41971c08fa692c976a1635f504080de20d08357b7beb4efb65db8198dbdbb766459f7987
 SHA512 
300de4b4bc6924bef7ec4f58cb9c24b38e694e7c1c215bfc5e816523fc5887dee6ce333b322d7fe5c47497491d194ee7c7269fe36c692f8c4413a8e286b796b3

diff --git a/app-emacs/evil/evil-1.2.14.ebuild 
b/app-emacs/evil/evil-1.2.14.ebuild
new file mode 100644
index 000..60cf9e3cd89
--- /dev/null
+++ b/app-emacs/evil/evil-1.2.14.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Extensible vi layer for Emacs"
+HOMEPAGE="https://github.com/emacs-evil/evil;
+SRC_URI="https://github.com/emacs-evil/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+RDEPEND=">=app-emacs/undo-tree-0.6.3"
+BDEPEND="${RDEPEND}
+   sys-apps/texinfo"
+
+ELISP_REMOVE="evil-pkg.el evil-tests.el evil-test-helpers.el"
+ELISP_TEXINFO="doc/evil.texi"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="CHANGES.org CONTRIBUTING.md README.md"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/undo-tree/

2019-05-05 Thread Ulrich Müller
commit: 6674d6b91247c4ecd5ad52fd61edfe1d5885b20a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May  6 05:26:18 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May  6 05:26:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6674d6b9

app-emacs/undo-tree: Update HOMEPAGE.

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

 app-emacs/undo-tree/undo-tree-0.5.2.ebuild | 4 ++--
 app-emacs/undo-tree/undo-tree-0.6.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild 
b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild
index 1fb2bef3be2..89bd897ea23 100644
--- a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild
+++ b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit elisp
 
 DESCRIPTION="Undo trees and visualization"
-HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree;
+HOMEPAGE="http://www.dr-qubit.org/undo-tree.html;
 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2;
 
 LICENSE="GPL-3+"

diff --git a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild 
b/app-emacs/undo-tree/undo-tree-0.6.4.ebuild
index 209e6773cb3..57ba4e7aba6 100644
--- a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild
+++ b/app-emacs/undo-tree/undo-tree-0.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -7,7 +7,7 @@ NEED_EMACS=24
 inherit readme.gentoo elisp
 
 DESCRIPTION="Undo trees and visualization"
-HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree;
+HOMEPAGE="http://www.dr-qubit.org/undo-tree.html;
 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz;
 
 LICENSE="GPL-3+"



[gentoo-commits] proj/forums:styles/AllanStyle-SUBSILVER commit in: AllanStyle-SUBSILVER/theme/ru/, AllanStyle-SUBSILVER/template/, ...

2019-05-05 Thread John R. Graham
commit: c0337003d0972bfc07d2e545c274df556dd3d4f3
Author: John R. Graham  gentoo  org>
AuthorDate: Mon May  6 00:07:42 2019 +
Commit: John R. Graham  gentoo  org>
CommitDate: Mon May  6 00:31:58 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=c0337003

Restructuring. Style is now identified by the branch name.

Prior to this, there was a directory named AllanStyle-SUBSILVER.
All files in that directory have been moved one level up in the
hierarchy. When deploying this style, a directory named the same
as the branch name will need to be created in the styles directory
of the deployed phpBB instance and the contents of this working
copy copied there.

Signed-off-by: John R. Graham  gentoo.org>

 AllanStyle-SUBSILVER/license.txt => license.txt |   0
 AllanStyle-SUBSILVER/style.cfg => style.cfg |   0
 {AllanStyle-SUBSILVER/template => template}/collapse.js |   0
 .../template => template}/forumlist_body.html   |   0
 {AllanStyle-SUBSILVER/template => template}/index_body.html |   0
 {AllanStyle-SUBSILVER/template => template}/jquery-ui.js|   0
 .../template => template}/navbar_header.html|   0
 .../template => template}/overall_footer.html   |   0
 .../template => template}/overall_header.html   |   0
 .../template => template}/viewtopic_body.html   |   0
 {AllanStyle-SUBSILVER/theme => theme}/base.css  |   0
 {AllanStyle-SUBSILVER/theme => theme}/bidi.css  |   0
 {AllanStyle-SUBSILVER/theme => theme}/buttons.css   |   0
 {AllanStyle-SUBSILVER/theme => theme}/colours.css   |   0
 {AllanStyle-SUBSILVER/theme => theme}/common.css|   0
 {AllanStyle-SUBSILVER/theme => theme}/content.css   |   0
 {AllanStyle-SUBSILVER/theme => theme}/cp.css|   0
 .../theme => theme}/en/icon_user_online.gif | Bin
 {AllanStyle-SUBSILVER/theme => theme}/en/stylesheet.css |   0
 {AllanStyle-SUBSILVER/theme => theme}/forms.css |   0
 {AllanStyle-SUBSILVER/theme => theme}/icons.css |   0
 .../theme => theme}/images/announce_read.gif| Bin
 .../theme => theme}/images/announce_read_locked.gif | Bin
 .../theme => theme}/images/announce_read_locked_mine.gif| Bin
 .../theme => theme}/images/announce_read_mine.gif   | Bin
 .../theme => theme}/images/announce_unread.gif  | Bin
 .../theme => theme}/images/announce_unread_locked.gif   | Bin
 .../theme => theme}/images/announce_unread_locked_mine.gif  | Bin
 .../theme => theme}/images/announce_unread_mine.gif | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/bg_header.gif  | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/bg_list.gif| Bin
 .../theme => theme}/images/collapse-btn.png | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/forum_link.gif | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/forum_read.gif | Bin
 .../theme => theme}/images/forum_read_locked.gif| Bin
 .../theme => theme}/images/forum_read_subforum.gif  | Bin
 .../theme => theme}/images/forum_unread.gif | Bin
 .../theme => theme}/images/forum_unread_locked.gif  | Bin
 .../theme => theme}/images/forum_unread_subforum.gif| Bin
 .../theme => theme}/images/icon_download.gif| Bin
 .../theme => theme}/images/icon_offline.gif | Bin
 .../theme => theme}/images/icon_online.gif  | Bin
 .../theme => theme}/images/icon_rate_bad.gif| Bin
 .../theme => theme}/images/icon_rate_good.gif   | Bin
 .../theme => theme}/images/icons_contact.png| Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/index.htm  |   0
 {AllanStyle-SUBSILVER/theme => theme}/images/loading.gif| Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/no_avatar.gif  | Bin
 .../theme => theme}/images/plupload/done.gif| Bin
 .../theme => theme}/images/plupload/error.gif   | Bin
 .../theme => theme}/images/plupload/throbber.gif| Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/quote.gif  | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/quote_rtl.gif  | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/site_logo.gif  | Bin
 .../theme => theme}/images/sticky_read.gif  | Bin
 .../theme => theme}/images/sticky_read_locked.gif   | Bin
 .../theme => theme}/images/sticky_read_locked_mine.gif  | Bin
 .../theme => theme}/images/sticky_read_mine.gif | Bin
 .../theme => theme}/images/sticky_unread.gif| Bin
 .../theme => theme}/images/sticky_unread_locked.gif | Bin
 .../theme => theme}/images/sticky_unread_locked_mine.gif| Bin
 .../theme => theme}/images/sticky_unread_mine.gif   | Bin
 .../theme => theme}/images/topic_moved.gif  | Bin
 {AllanStyle-SUBSILVER/theme => 

[gentoo-commits] proj/forums:styles/Gentoo-SUBSILVER commit in: theme/, /, Gentoo-SUBSILVER/theme/ru/, Gentoo-SUBSILVER/theme/images/, theme/ru/, ...

2019-05-05 Thread John R. Graham
commit: 4e8905cb60f0fdb5b98179f335632ea561fbe27d
Author: John R. Graham  gentoo  org>
AuthorDate: Mon May  6 00:17:17 2019 +
Commit: John R. Graham  gentoo  org>
CommitDate: Mon May  6 00:30:29 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=4e8905cb

Restructuring. Style is now identified by the branch name.

Prior to this, there was a directory named Gentoo-SUBSILVER.
All files in that directory have been moved one level up in the
hierarchy. When deploying this style, a directory named the same
as the branch name will need to be created in the styles directory
of the deployed phpBB instance and the contents of this working
copy copied there.

Signed-off-by: John R. Graham  gentoo.org>

 Gentoo-SUBSILVER/license.txt => license.txt |   0
 Gentoo-SUBSILVER/style.cfg => style.cfg |   0
 {Gentoo-SUBSILVER/template => template}/collapse.js |   0
 {Gentoo-SUBSILVER/template => template}/forumlist_body.html |   0
 {Gentoo-SUBSILVER/template => template}/index_body.html |   0
 {Gentoo-SUBSILVER/template => template}/jquery-ui.js|   0
 {Gentoo-SUBSILVER/template => template}/navbar_header.html  |   0
 {Gentoo-SUBSILVER/template => template}/overall_footer.html |   0
 {Gentoo-SUBSILVER/template => template}/overall_header.html |   0
 {Gentoo-SUBSILVER/template => template}/viewtopic_body.html |   0
 {Gentoo-SUBSILVER/theme => theme}/base.css  |   0
 {Gentoo-SUBSILVER/theme => theme}/bidi.css  |   0
 {Gentoo-SUBSILVER/theme => theme}/buttons.css   |   0
 {Gentoo-SUBSILVER/theme => theme}/colours.css   |   0
 {Gentoo-SUBSILVER/theme => theme}/colours.css.save  |   0
 {Gentoo-SUBSILVER/theme => theme}/common.css|   0
 {Gentoo-SUBSILVER/theme => theme}/content.css   |   0
 {Gentoo-SUBSILVER/theme => theme}/cp.css|   0
 {Gentoo-SUBSILVER/theme => theme}/en/icon_user_online.gif   | Bin
 {Gentoo-SUBSILVER/theme => theme}/en/stylesheet.css |   0
 {Gentoo-SUBSILVER/theme => theme}/forms.css |   0
 {Gentoo-SUBSILVER/theme => theme}/icons.css |   0
 {Gentoo-SUBSILVER/theme => theme}/images/announce_read.gif  | Bin
 .../theme => theme}/images/announce_read_locked.gif | Bin
 .../theme => theme}/images/announce_read_locked_mine.gif| Bin
 .../theme => theme}/images/announce_read_mine.gif   | Bin
 .../theme => theme}/images/announce_unread.gif  | Bin
 .../theme => theme}/images/announce_unread_locked.gif   | Bin
 .../theme => theme}/images/announce_unread_locked_mine.gif  | Bin
 .../theme => theme}/images/announce_unread_mine.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/bg_header.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/bg_list.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/collapse-btn.png   | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/forum_link.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/forum_read.gif | Bin
 .../theme => theme}/images/forum_read_locked.gif| Bin
 .../theme => theme}/images/forum_read_subforum.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/forum_unread.gif   | Bin
 .../theme => theme}/images/forum_unread_locked.gif  | Bin
 .../theme => theme}/images/forum_unread_subforum.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_download.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_offline.gif   | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_online.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_rate_bad.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_rate_good.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icons_contact.png  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/index.htm  |   0
 {Gentoo-SUBSILVER/theme => theme}/images/loading.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/no_avatar.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/plupload/done.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/plupload/error.gif | Bin
 .../theme => theme}/images/plupload/throbber.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/quote.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/quote_rtl.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/site_logo.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/sticky_read.gif| Bin
 .../theme => theme}/images/sticky_read_locked.gif   | Bin
 .../theme => theme}/images/sticky_read_locked_mine.gif  | Bin
 .../theme => theme}/images/sticky_read_mine.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/sticky_unread.gif  | Bin
 .../theme => theme}/images/sticky_unread_locked.gif | Bin
 .../theme => theme}/images/sticky_unread_locked_mine.gif| Bin
 .../theme => theme}/images/sticky_unread_mine.gif   | Bin
 {Gentoo-SUBSILVER/theme => 

[gentoo-commits] proj/forums:styles/AllanStyle-SUBSILVER commit in: AllanStyle-SUBSILVER/theme/images/, AllanStyle-SUBSILVER/theme/en/, ...

2019-05-05 Thread John R. Graham
commit: d5d2c9015ce3bf8879556d6420298cd7b0b37fb2
Author: John R. Graham  gentoo  org>
AuthorDate: Mon May  6 00:07:42 2019 +
Commit: John R. Graham  gentoo  org>
CommitDate: Mon May  6 00:10:26 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=d5d2c901

Restructuring. Style is now identified by the branch name.

Prior to this, there was a directory named AllanStyle-SUBSILVER.
All files in that directory have been moved one level up in the
hierarchy. When deploying this style, a directory named the same
as the branch name will need to be created in the styles directory
of the deployed phpBB instance and the contents of this working
copy copied there.

 AllanStyle-SUBSILVER/license.txt => license.txt |   0
 AllanStyle-SUBSILVER/style.cfg => style.cfg |   0
 {AllanStyle-SUBSILVER/template => template}/collapse.js |   0
 .../template => template}/forumlist_body.html   |   0
 {AllanStyle-SUBSILVER/template => template}/index_body.html |   0
 {AllanStyle-SUBSILVER/template => template}/jquery-ui.js|   0
 .../template => template}/navbar_header.html|   0
 .../template => template}/overall_footer.html   |   0
 .../template => template}/overall_header.html   |   0
 .../template => template}/viewtopic_body.html   |   0
 {AllanStyle-SUBSILVER/theme => theme}/base.css  |   0
 {AllanStyle-SUBSILVER/theme => theme}/bidi.css  |   0
 {AllanStyle-SUBSILVER/theme => theme}/buttons.css   |   0
 {AllanStyle-SUBSILVER/theme => theme}/colours.css   |   0
 {AllanStyle-SUBSILVER/theme => theme}/common.css|   0
 {AllanStyle-SUBSILVER/theme => theme}/content.css   |   0
 {AllanStyle-SUBSILVER/theme => theme}/cp.css|   0
 .../theme => theme}/en/icon_user_online.gif | Bin
 {AllanStyle-SUBSILVER/theme => theme}/en/stylesheet.css |   0
 {AllanStyle-SUBSILVER/theme => theme}/forms.css |   0
 {AllanStyle-SUBSILVER/theme => theme}/icons.css |   0
 .../theme => theme}/images/announce_read.gif| Bin
 .../theme => theme}/images/announce_read_locked.gif | Bin
 .../theme => theme}/images/announce_read_locked_mine.gif| Bin
 .../theme => theme}/images/announce_read_mine.gif   | Bin
 .../theme => theme}/images/announce_unread.gif  | Bin
 .../theme => theme}/images/announce_unread_locked.gif   | Bin
 .../theme => theme}/images/announce_unread_locked_mine.gif  | Bin
 .../theme => theme}/images/announce_unread_mine.gif | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/bg_header.gif  | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/bg_list.gif| Bin
 .../theme => theme}/images/collapse-btn.png | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/forum_link.gif | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/forum_read.gif | Bin
 .../theme => theme}/images/forum_read_locked.gif| Bin
 .../theme => theme}/images/forum_read_subforum.gif  | Bin
 .../theme => theme}/images/forum_unread.gif | Bin
 .../theme => theme}/images/forum_unread_locked.gif  | Bin
 .../theme => theme}/images/forum_unread_subforum.gif| Bin
 .../theme => theme}/images/icon_download.gif| Bin
 .../theme => theme}/images/icon_offline.gif | Bin
 .../theme => theme}/images/icon_online.gif  | Bin
 .../theme => theme}/images/icon_rate_bad.gif| Bin
 .../theme => theme}/images/icon_rate_good.gif   | Bin
 .../theme => theme}/images/icons_contact.png| Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/index.htm  |   0
 {AllanStyle-SUBSILVER/theme => theme}/images/loading.gif| Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/no_avatar.gif  | Bin
 .../theme => theme}/images/plupload/done.gif| Bin
 .../theme => theme}/images/plupload/error.gif   | Bin
 .../theme => theme}/images/plupload/throbber.gif| Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/quote.gif  | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/quote_rtl.gif  | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/site_logo.gif  | Bin
 .../theme => theme}/images/sticky_read.gif  | Bin
 .../theme => theme}/images/sticky_read_locked.gif   | Bin
 .../theme => theme}/images/sticky_read_locked_mine.gif  | Bin
 .../theme => theme}/images/sticky_read_mine.gif | Bin
 .../theme => theme}/images/sticky_unread.gif| Bin
 .../theme => theme}/images/sticky_unread_locked.gif | Bin
 .../theme => theme}/images/sticky_unread_locked_mine.gif| Bin
 .../theme => theme}/images/sticky_unread_mine.gif   | Bin
 .../theme => theme}/images/topic_moved.gif  | Bin
 {AllanStyle-SUBSILVER/theme => theme}/images/topic_read.gif | Bin
 

[gentoo-commits] proj/forums:styles/Gentoo-SUBSILVER commit in: theme/images/, theme/ru/, theme/en/, Gentoo-SUBSILVER/theme/images/plupload/, ...

2019-05-05 Thread John R. Graham
commit: 8067edaa17154d4c0677357da9d5ff1de3ac49da
Author: John R. Graham  gentoo  org>
AuthorDate: Mon May  6 00:17:17 2019 +
Commit: John R. Graham  gentoo  org>
CommitDate: Mon May  6 00:17:17 2019 +
URL:https://gitweb.gentoo.org/proj/forums.git/commit/?id=8067edaa

Restructuring. Style is now identified by the branch name.

Prior to this, there was a directory named AllanStyle-SUBSILVER.
All files in that directory have been moved one level up in the
hierarchy. When deploying this style, a directory named the same
as the branch name will need to be created in the styles directory
of the deployed phpBB instance and the contents of this working
copy copied there.

 Gentoo-SUBSILVER/license.txt => license.txt |   0
 Gentoo-SUBSILVER/style.cfg => style.cfg |   0
 {Gentoo-SUBSILVER/template => template}/collapse.js |   0
 {Gentoo-SUBSILVER/template => template}/forumlist_body.html |   0
 {Gentoo-SUBSILVER/template => template}/index_body.html |   0
 {Gentoo-SUBSILVER/template => template}/jquery-ui.js|   0
 {Gentoo-SUBSILVER/template => template}/navbar_header.html  |   0
 {Gentoo-SUBSILVER/template => template}/overall_footer.html |   0
 {Gentoo-SUBSILVER/template => template}/overall_header.html |   0
 {Gentoo-SUBSILVER/template => template}/viewtopic_body.html |   0
 {Gentoo-SUBSILVER/theme => theme}/base.css  |   0
 {Gentoo-SUBSILVER/theme => theme}/bidi.css  |   0
 {Gentoo-SUBSILVER/theme => theme}/buttons.css   |   0
 {Gentoo-SUBSILVER/theme => theme}/colours.css   |   0
 {Gentoo-SUBSILVER/theme => theme}/colours.css.save  |   0
 {Gentoo-SUBSILVER/theme => theme}/common.css|   0
 {Gentoo-SUBSILVER/theme => theme}/content.css   |   0
 {Gentoo-SUBSILVER/theme => theme}/cp.css|   0
 {Gentoo-SUBSILVER/theme => theme}/en/icon_user_online.gif   | Bin
 {Gentoo-SUBSILVER/theme => theme}/en/stylesheet.css |   0
 {Gentoo-SUBSILVER/theme => theme}/forms.css |   0
 {Gentoo-SUBSILVER/theme => theme}/icons.css |   0
 {Gentoo-SUBSILVER/theme => theme}/images/announce_read.gif  | Bin
 .../theme => theme}/images/announce_read_locked.gif | Bin
 .../theme => theme}/images/announce_read_locked_mine.gif| Bin
 .../theme => theme}/images/announce_read_mine.gif   | Bin
 .../theme => theme}/images/announce_unread.gif  | Bin
 .../theme => theme}/images/announce_unread_locked.gif   | Bin
 .../theme => theme}/images/announce_unread_locked_mine.gif  | Bin
 .../theme => theme}/images/announce_unread_mine.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/bg_header.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/bg_list.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/collapse-btn.png   | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/forum_link.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/forum_read.gif | Bin
 .../theme => theme}/images/forum_read_locked.gif| Bin
 .../theme => theme}/images/forum_read_subforum.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/forum_unread.gif   | Bin
 .../theme => theme}/images/forum_unread_locked.gif  | Bin
 .../theme => theme}/images/forum_unread_subforum.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_download.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_offline.gif   | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_online.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_rate_bad.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icon_rate_good.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/icons_contact.png  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/index.htm  |   0
 {Gentoo-SUBSILVER/theme => theme}/images/loading.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/no_avatar.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/plupload/done.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/plupload/error.gif | Bin
 .../theme => theme}/images/plupload/throbber.gif| Bin
 {Gentoo-SUBSILVER/theme => theme}/images/quote.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/quote_rtl.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/site_logo.gif  | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/sticky_read.gif| Bin
 .../theme => theme}/images/sticky_read_locked.gif   | Bin
 .../theme => theme}/images/sticky_read_locked_mine.gif  | Bin
 .../theme => theme}/images/sticky_read_mine.gif | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/sticky_unread.gif  | Bin
 .../theme => theme}/images/sticky_unread_locked.gif | Bin
 .../theme => theme}/images/sticky_unread_locked_mine.gif| Bin
 .../theme => theme}/images/sticky_unread_mine.gif   | Bin
 {Gentoo-SUBSILVER/theme => theme}/images/topic_moved.gif| Bin
 

[gentoo-commits] proj/forums: Branch deleted: styles2/AllanStyle-SUBSILVER

2019-05-05 Thread John R. Graham
commit: 
Commit: John R. Graham  gentoo  org>
CommitDate: Sun May  5 23:29:16 2019 +

Branch deleted: styles2/AllanStyle-SUBSILVER




[gentoo-commits] proj/forums: New branch: styles/AllanStyle-SUBSILVER

2019-05-05 Thread John R. Graham
commit: 
Commit: John R. Graham  gentoo  org>
CommitDate: Sun May  5 23:27:56 2019 +

New branch: styles/AllanStyle-SUBSILVER




[gentoo-commits] proj/forums: New branch: styles/Gentoo-SUBSILVER

2019-05-05 Thread John R. Graham
commit: 
Commit: John R. Graham  gentoo  org>
CommitDate: Sun May  5 23:26:17 2019 +

New branch: styles/Gentoo-SUBSILVER




[gentoo-commits] proj/forums: Branch deleted: styles

2019-05-05 Thread John R. Graham
commit: 
Commit: John R. Graham  gentoo  org>
CommitDate: Sun May  5 23:24:26 2019 +

Branch deleted: styles




[gentoo-commits] proj/forums: Branch deleted: Gentoo-SUBSILVER

2019-05-05 Thread John R. Graham
commit: 
Commit: John R. Graham  gentoo  org>
CommitDate: Sun May  5 23:23:24 2019 +

Branch deleted: Gentoo-SUBSILVER




[gentoo-commits] proj/forums: New branch: styles2/Gentoo-SUBSILVER

2019-05-05 Thread John R. Graham
commit: 
Commit: John R. Graham  gentoo  org>
CommitDate: Sun May  5 23:01:33 2019 +

New branch: styles2/Gentoo-SUBSILVER




[gentoo-commits] proj/forums: New branch: styles2/AllanStyle-SUBSILVER

2019-05-05 Thread John R. Graham
commit: 
Commit: John R. Graham  gentoo  org>
CommitDate: Sun May  5 22:59:00 2019 +

New branch: styles2/AllanStyle-SUBSILVER




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

2019-05-05 Thread Mike Gilbert
commit: b670f8d8b7a68020ab2c87bc7555272754e3b08a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun May  5 22:43:51 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 22:43:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b670f8d8

sys-devel/automake: RESTRICT="!test? ( test )"

Package-Manager: Portage-2.3.66_p2, Repoman-2.3.12_p111
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-devel/automake/automake-1.10.3-r3.ebuild | 1 +
 sys-devel/automake/automake-1.11.6-r3.ebuild | 1 +
 sys-devel/automake/automake-1.12.6-r2.ebuild | 1 +
 sys-devel/automake/automake-1.13.4-r2.ebuild | 1 +
 sys-devel/automake/automake-1.14.1-r2.ebuild | 1 +
 sys-devel/automake/automake-1.15.1-r2.ebuild | 1 +
 sys-devel/automake/automake-1.16-r2.ebuild   | 1 +
 sys-devel/automake/automake-1.16.1-r1.ebuild | 1 +
 sys-devel/automake/automake-1.9.6-r5.ebuild  | 1 +
 sys-devel/automake/automake-.ebuild  | 3 ++-
 10 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.10.3-r3.ebuild 
b/sys-devel/automake/automake-1.10.3-r3.ebuild
index 8851e7cd782..015bc188bdf 100644
--- a/sys-devel/automake/automake-1.10.3-r3.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r3.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="${PV:0:4}"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10

diff --git a/sys-devel/automake/automake-1.11.6-r3.ebuild 
b/sys-devel/automake/automake-1.11.6-r3.ebuild
index 488f433095a..e9ac868dd30 100644
--- a/sys-devel/automake/automake-1.11.6-r3.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r3.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="${PV:0:4}"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10

diff --git a/sys-devel/automake/automake-1.12.6-r2.ebuild 
b/sys-devel/automake/automake-1.12.6-r2.ebuild
index 60e309c9f01..d80bcbe651e 100644
--- a/sys-devel/automake/automake-1.12.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.12.6-r2.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="${PV:0:4}"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10

diff --git a/sys-devel/automake/automake-1.13.4-r2.ebuild 
b/sys-devel/automake/automake-1.13.4-r2.ebuild
index 7a6fe5f9516..5474860454b 100644
--- a/sys-devel/automake/automake-1.13.4-r2.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r2.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="${PV:0:4}"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10

diff --git a/sys-devel/automake/automake-1.14.1-r2.ebuild 
b/sys-devel/automake/automake-1.14.1-r2.ebuild
index c68810b2c51..86b068329b3 100644
--- a/sys-devel/automake/automake-1.14.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.14.1-r2.ebuild
@@ -26,6 +26,7 @@ LICENSE="GPL-2"
 SLOT="${PV:0:4}"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10

diff --git a/sys-devel/automake/automake-1.15.1-r2.ebuild 
b/sys-devel/automake/automake-1.15.1-r2.ebuild
index 0db33aeecdb..239f42ab64b 100644
--- a/sys-devel/automake/automake-1.15.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.15.1-r2.ebuild
@@ -33,6 +33,7 @@ LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-10

diff --git a/sys-devel/automake/automake-1.16-r2.ebuild 
b/sys-devel/automake/automake-1.16-r2.ebuild
index 545cda432f1..3eac147a2de 100644
--- a/sys-devel/automake/automake-1.16-r2.ebuild
+++ b/sys-devel/automake/automake-1.16-r2.ebuild
@@ -33,6 +33,7 @@ LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-lang/perl
>=sys-devel/automake-wrapper-11

diff --git a/sys-devel/automake/automake-1.16.1-r1.ebuild 
b/sys-devel/automake/automake-1.16.1-r1.ebuild
index 67f7ea19348..a3b65cc2b2a 100644
--- a/sys-devel/automake/automake-1.16.1-r1.ebuild
+++ 

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

2019-05-05 Thread Andreas K. Hüttel
commit: 34c4f183f83db87f03f9c2191922f613697378c1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 22:22:43 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 22:22:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c4f183

profiles: riscv: add multilib LDFLAGS and CHOST

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

 profiles/arch/riscv/rv64gc/make.defaults | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/riscv/rv64gc/make.defaults 
b/profiles/arch/riscv/rv64gc/make.defaults
index a98e8e97dd6..25c252da03b 100644
--- a/profiles/arch/riscv/rv64gc/make.defaults
+++ b/profiles/arch/riscv/rv64gc/make.defaults
@@ -20,11 +20,13 @@ SYMLINK_LIB="no"
 
 # Flags for lp64d
 CFLAGS_lp64d="-mabi=lp64d"
-# LDFLAGS_lp64d
+LDFLAGS_lp64d="-m elf64lriscv"
+CHOST_lp64d="riscv64-unknown-linux-gnu"
 
 # Flags for lp64
 CFLAGS_lp64="-mabi=lp64"
-# LDFLAGS_lp64
+LDFLAGS_lp64="-m elf64lriscv_lp64"
+CHOST_lp64="riscv64-unknown-linux-gnu"
 
 # Enable lp64d by default
 ABI_RISCV="lp64d"



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

2019-05-05 Thread Andreas K. Hüttel
commit: c8c2b7b836a7358cc5569edd2c4cde854d22622f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 22:01:35 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 22:01:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c2b7b8

profiles: mark riscv profile stable

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

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

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 2ab86417c4e..019ef2e56ef 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -254,8 +254,8 @@ ppc64   
default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/systemd   exp
 
 # RISC-V Profiles
 # @MAINTAINER: ri...@gentoo.org
-riscv  default/linux/riscv/17.0/rv64gc dev
-riscv  default/linux/riscv/17.0/rv64gc/lp64d   exp
+riscv  default/linux/riscv/17.0/rv64gc stable
+riscv  default/linux/riscv/17.0/rv64gc/lp64d   dev
 
 # S390 Profiles
 # @MAINTAINER: s...@gentoo.org



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

2019-05-05 Thread William Hubbs
commit: b43092aa6dc087b88fe886452b69541197950621
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May  5 21:54:03 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May  5 21:56:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43092aa

net-misc/dhcpcd: 7.2.2 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/dhcpcd/Manifest|   1 +
 net-misc/dhcpcd/dhcpcd-7.2.2.ebuild | 148 
 2 files changed, 149 insertions(+)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index a04b408e4de..55d9a897b1b 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -1,2 +1,3 @@
 DIST dhcpcd-7.1.1.tar.xz 211788 BLAKE2B 
984ec97ffdcb15883f57f9e2a699a7c8f006b2630e7651ab9d55e7a980045f8891f09d9f7be420969203a59671d097a1ed76621fe4a62ff26a5020fc8becfe69
 SHA512 
8791e718d65ef8ae23a16b98e82824860fa91914e6eb0a42cdbbca28236c1c38005ada44214bde33aac57152fe675debebdb5d141b67dcfc82012996d8337bb4
 DIST dhcpcd-7.2.1.tar.xz 213652 BLAKE2B 
cae5a68ecf285825e6376c8b5bef5f3aba3bb8a393ba4298d8e990d665dd948369f24f688cdb85006df535b7f9b412c795d8eb7817a92e8d9992bdc7b7757a1e
 SHA512 
11c3ef6d3ee49e147aa44725aa1ac0cddff70a268908439fe91990e135175d063e3d65ab587e1780e4f6f0739cf33873a58ffea0a3130d1bfb5598f9f11ec5a3
+DIST dhcpcd-7.2.2.tar.xz 213600 BLAKE2B 
ae36cc44d32c034b41f9c970fdb154ef2935b53ae9a81d76dfe8143882170cb8f4ea9c2048ebbfc2d94096061626e93d5890565192115d2953506a7d1e4ee6f2
 SHA512 
a774c4788efbb9712be04d3f29943b801043f9ec1ea1925282330afa00b9f3db5c29a85969ef004bf85b20045b4cc6ab241ceaae050a18051079d396845845e8

diff --git a/net-misc/dhcpcd/dhcpcd-7.2.2.ebuild 
b/net-misc/dhcpcd/dhcpcd-7.2.2.ebuild
new file mode 100644
index 000..48ba26275d0
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-7.2.2.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://roy.marples.name/git/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 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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="elibc_glibc +embedded ipv6 kernel_linux +udev"
+
+COMMON_DEPEND="udev? ( virtual/udev )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+src_configure() {
+   local dev hooks=() rundir
+   use udev || dev="--without-dev --without-udev"
+   hooks=( --with-hook=ntp.conf )
+   use elibc_glibc && hooks+=( --with-hook=yp.conf )
+   use kernel_linux && rundir="--rundir=${EPREFIX}/run"
+   local myeconfargs=(
+   --prefix="${EPREFIX}"
+   --libexecdir="${EPREFIX}/lib/dhcpcd"
+   --dbdir="${EPREFIX}/var/lib/dhcpcd"
+   --localstatedir="${EPREFIX}/var"
+   ${rundir}
+   $(use_enable embedded)
+   $(use_enable ipv6)
+   ${dev}
+   CC="$(tc-getCC)"
+   ${hooks[@]}
+   )
+   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
+   old_files+=( "${old_old_duid}" )
+   fi
+
+   # dhcpcd-7 moves the files out of /etc
+   if [[ -e "${old_duid}" ]] ; then
+   if [[ ! -e "${new_duid}" ]] ; then
+   cp -p "${old_duid}" "${new_duid}"
+   fi
+   old_files+=( "${old_duid}" )
+   fi
+   local old_secret="${EROOT%/}"/etc/dhcpcd.secret
+   local new_secret="${dbdir}"/secret
+   if [[ -e "${old_secret}" ]] ; then
+   if [[ ! -e "${new_secret}" ]] ; then
+ 

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

2019-05-05 Thread Andreas K. Hüttel
commit: 77598f4210b698403d020c6416feca91853e2e51
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 21:32:48 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 21:33:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77598f42

profiles: riscv: more use masks

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index a98299fd7c3..888d9dd09cb 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -39,6 +39,7 @@ net-nds/openldap cxx kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage epydoc
 sys-auth/pambase pam_krb5 pam_ssh passwdqc mktemp
+sys-devel/automake test
 sys-devel/gdb source-highlight
 sys-devel/gettext cvs
 sys-fs/squashfs-tools lz4 lzma lzo zstd



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

2019-05-05 Thread Mikle Kolyada
commit: 49b06d181091c9d47876c5820eb49e6e4ceeda89
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 21:32:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 21:32:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b06d18

profiles/riscv: ammend pygements mask

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index e5d17195735..a98299fd7c3 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -26,7 +26,7 @@ dev-libs/iniparser doc
 dev-libs/libnl python
 dev-libs/libxslt python
 dev-python/cython doc test
-dev-python/pygments test
+dev-python/pygments doc test
 dev-python/setuptools test
 dev-python/snakeoil test
 dev-util/catalyst iso



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

2019-05-05 Thread Mikle Kolyada
commit: 3376f7b03f8d45187965c01aaeeecf80ea33
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 21:26:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 21:26:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3376f7b0

dev-perl/GSSAPI: Drop riscv

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild 
b/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild
index 2dfd806a897..0b8245c0e66 100644
--- a/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild
+++ b/dev-perl/GSSAPI/GSSAPI-0.280.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="GSSAPI - Perl extension providing access to the GSSAPIv2 library"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="test"
 
 RDEPEND="virtual/krb5"



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

2019-05-05 Thread Mikle Kolyada
commit: 377c9d9943552f5bb821895aefd8afa37b981ef8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 21:23:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 21:23:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377c9d99

profiles/riscv: sys-process/audit[gssapi]

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 46f30621b1d..e5d17195735 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -43,5 +43,5 @@ sys-devel/gdb source-highlight
 sys-devel/gettext cvs
 sys-fs/squashfs-tools lz4 lzma lzo zstd
 sys-libs/libcap-ng python
-sys-process/audit python
+sys-process/audit gssapi python
 sys-process/procps test



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

2019-05-05 Thread Mikle Kolyada
commit: 2a7b9c15d785cb838495e27bb9c19eb7951a41c6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 21:20:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 21:20:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7b9c15

profiles/riscv: fix a typo

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

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

diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 31662566eb9..60fdfac1e09 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -19,7 +19,7 @@ gtk2
 gtk3
 introspection
 java
-kerneros
+kerberos
 latex
 libedit
 libressl



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

2019-05-05 Thread Mikle Kolyada
commit: c8df3505cb23f4f1a4caf0bf13643c756bdf4f26
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 21:14:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 21:14:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8df3505

profiles/riscv: ammend curl mask

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index eb55d3b84fd..46f30621b1d 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -34,6 +34,7 @@ dev-util/pkgconf test
 dev-vcs/git cvs highlight gnome-keyring subversion tk xinetd
 net-libs/gnutls test-full
 net-libs/ldns doc python
+net-misc/curl brotli curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss http2 
rtmp ssh
 net-nds/openldap cxx kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage epydoc



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

2019-05-05 Thread Mikle Kolyada
commit: 51697015eb39dc2b1ef155b5a83fd03a316d324a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 21:04:02 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 21:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51697015

profiles/riscv: mask kerberos support for pambase

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index bb6539835b5..eb55d3b84fd 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -37,7 +37,7 @@ net-libs/ldns doc python
 net-nds/openldap cxx kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage epydoc
-sys-auth/pambase pam_ssh passwdqc mktemp
+sys-auth/pambase pam_krb5 pam_ssh passwdqc mktemp
 sys-devel/gdb source-highlight
 sys-devel/gettext cvs
 sys-fs/squashfs-tools lz4 lzma lzo zstd



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

2019-05-05 Thread Mikle Kolyada
commit: cdb9ea7618f0a25f404e90e2a8dd2c91c6c9bcb0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 21:01:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 21:01:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb9ea76

sys-auth/pam_krb5: Drop riscv

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/sys-auth/pam_krb5/pam_krb5-4.7.ebuild 
b/sys-auth/pam_krb5/pam_krb5-4.7.ebuild
index c4f7e0ed250..f763681bc78 100644
--- a/sys-auth/pam_krb5/pam_krb5-4.7.ebuild
+++ b/sys-auth/pam_krb5/pam_krb5-4.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archives.eyrie.org/software/ARCHIVE/pam-krb5/pam-krb5-${PV}.tar
 
 LICENSE="|| ( BSD-2 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd"
 IUSE=""
 
 DEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: a2b89258c425b9b2af897f1e491ca693b3e9dd77
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:57:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:57:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b89258

profiles: mask kerberos USE on riscv

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

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

diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index d6dc7924b6a..31662566eb9 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -19,6 +19,7 @@ gtk2
 gtk3
 introspection
 java
+kerneros
 latex
 libedit
 libressl



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

2019-05-05 Thread Mikle Kolyada
commit: 525dc0cfb10dceef6fc3c990675db11149c455b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:56:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:56:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525dc0cf

app-crypt/mit-krb5: drop riscv

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild
index 5c4987d9a9b..9d8b9911639 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz;
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="cpu_flags_x86_aes doc +keyutils libressl nls openldap +pkinit selinux 
+threads test xinetd"
 
 # Test suite require network access



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

2019-05-05 Thread Mikle Kolyada
commit: ed1700e05e23612c6cd1fb4c54a14c9790c523f3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:55:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:55:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1700e0

virtual/krb5: drop riscv

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 virtual/krb5/krb5-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/krb5/krb5-0-r1.ebuild b/virtual/krb5/krb5-0-r1.ebuild
index 0c5bbbe42a8..c722b516ab0 100644
--- a/virtual/krb5/krb5-0-r1.ebuild
+++ b/virtual/krb5/krb5-0-r1.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for Kerberos V implementation"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
 
 RDEPEND="
|| (



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

2019-05-05 Thread Mikle Kolyada
commit: 6e6252b73f91618234a4991536f3023dc2d961a3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:48:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:48:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6252b7

profiles: mask dev-python/setuptools[test] on riscv

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 725a8ae0f61..bb6539835b5 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -27,6 +27,7 @@ dev-libs/libnl python
 dev-libs/libxslt python
 dev-python/cython doc test
 dev-python/pygments test
+dev-python/setuptools test
 dev-python/snakeoil test
 dev-util/catalyst iso
 dev-util/pkgconf test



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

2019-05-05 Thread Mikle Kolyada
commit: 55661f1221a5a1717a7d6b3f276f1f34e35a0ca2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:46:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:46:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55661f12

profiles: mask dev-python/pygments[test] on riscv

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 0747ad6cd59..725a8ae0f61 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -26,6 +26,7 @@ dev-libs/iniparser doc
 dev-libs/libnl python
 dev-libs/libxslt python
 dev-python/cython doc test
+dev-python/pygments test
 dev-python/snakeoil test
 dev-util/catalyst iso
 dev-util/pkgconf test



[gentoo-commits] repo/gentoo:master commit in: media-libs/freeimage/, media-libs/freeimage/files/

2019-05-05 Thread James Le Cuirot
commit: 4f14b921f51055be968c01d1b6c994918d0bc279
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun May  5 20:41:04 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun May  5 20:41:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f14b921

media-libs/freeimage: Fix missing link against libwebpmux

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

 media-libs/freeimage/files/freeimage-3.18.0-unbundling.patch| 6 +++---
 .../{freeimage-3.18.0.ebuild => freeimage-3.18.0-r1.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/freeimage/files/freeimage-3.18.0-unbundling.patch 
b/media-libs/freeimage/files/freeimage-3.18.0-unbundling.patch
index ad2e4961e44..ab2e0341b32 100644
--- a/media-libs/freeimage/files/freeimage-3.18.0-unbundling.patch
+++ b/media-libs/freeimage/files/freeimage-3.18.0-unbundling.patch
@@ -31,7 +31,7 @@ index b59c419..c6b82bb 100644
 +LIBRARIES-$(USE_PNG)+= $(shell $(PKG_CONFIG) --libs libpng)
 +LIBRARIES-$(USE_TIFF)   += $(shell $(PKG_CONFIG) --libs libtiff-4 IlmBase)
 +LIBRARIES-$(USE_RAW)+= $(shell $(PKG_CONFIG) --libs libraw)
-+LIBRARIES-$(USE_WEBP)+= $(shell $(PKG_CONFIG) --libs libwebp)
++LIBRARIES-$(USE_WEBP)+= $(shell $(PKG_CONFIG) --libs libwebp libwebpmux)
  
  MODULES = $(SRCS:.c=.o)
  MODULES := $(MODULES:.cpp=.o)
@@ -88,7 +88,7 @@ index 92f6358..345f0db 100644
 +LIBRARIES-$(USE_PNG)+= $(shell $(PKG_CONFIG) --libs libpng)
 +LIBRARIES-$(USE_TIFF)   += $(shell $(PKG_CONFIG) --libs libtiff-4 IlmBase)
 +LIBRARIES-$(USE_RAW)+= $(shell $(PKG_CONFIG) --libs libraw)
-+LIBRARIES-$(USE_WEBP)+= $(shell $(PKG_CONFIG) --libs libwebp)
++LIBRARIES-$(USE_WEBP)+= $(shell $(PKG_CONFIG) --libs libwebp libwebpmux)
  
  MODULES = $(SRCS:.c=.o)
  MODULES := $(MODULES:.cpp=.o)
@@ -265,7 +265,7 @@ index de25754..cb41903 100644
 +INCLUDE-$(USE_PNG)+= -DUSE_PNG$(shell $(PKG_CONFIG) --cflags-only-I 
libpng)
 +INCLUDE-$(USE_TIFF)   += -DUSE_TIFF   $(shell $(PKG_CONFIG) --cflags-only-I 
libtiff-4 IlmBase)
 +INCLUDE-$(USE_RAW)+= -DUSE_RAW$(shell $(PKG_CONFIG) --cflags-only-I 
libraw)
-+INCLUDE-$(USE_WEBP)   += -DUSE_WEBP   $(shell $(PKG_CONFIG) --cflags-only-I 
libwebp)
++INCLUDE-$(USE_WEBP)   += -DUSE_WEBP   $(shell $(PKG_CONFIG) --cflags-only-I 
libwebp libwebpmux)
 +INCLUDE = $(INCLUDE-yes)
 diff --git a/Source/FreeImage/J2KHelper.cpp b/Source/FreeImage/J2KHelper.cpp
 index 1776c3b..538f1c5 100644

diff --git a/media-libs/freeimage/freeimage-3.18.0.ebuild 
b/media-libs/freeimage/freeimage-3.18.0-r1.ebuild
similarity index 100%
rename from media-libs/freeimage/freeimage-3.18.0.ebuild
rename to media-libs/freeimage/freeimage-3.18.0-r1.ebuild



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

2019-05-05 Thread Mikle Kolyada
commit: 38ae37d41b31ce69f5a79b8fef4ce449f4bddc24
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:29:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:29:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ae37d4

sys-libs/tevent: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-libs/tevent/tevent-0.9.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/tevent/tevent-0.9.39.ebuild 
b/sys-libs/tevent/tevent-0.9.39.ebuild
index cc643307f67..4934730d2d8 100644
--- a/sys-libs/tevent/tevent-0.9.39.ebuild
+++ b/sys-libs/tevent/tevent-0.9.39.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
 IUSE="elibc_glibc python"
 
 RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/

2019-05-05 Thread Andreas K. Hüttel
commit: 9402f52de7dcad2b6ee68fff2e2bca27e9a3346b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 20:32:32 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 20:33:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9402f52d

net-dns/libidn2: Revision and subslot bump straight to stable

On request by robbat2 and k_f since the update 2.0 -> 2.1 broke
gnutls linking and requires a rebuild of that library.
See for a similar problem (but unfortunately not much detail)
  https://bugzilla.redhat.com/show_bug.cgi?id=1683812

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

 net-dns/libidn2/{libidn2-2.1.1a.ebuild => libidn2-2.1.1a-r1.ebuild} | 2 +-
 net-dns/libidn2/libidn2-9.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/libidn2/libidn2-2.1.1a.ebuild 
b/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild
similarity index 99%
rename from net-dns/libidn2/libidn2-2.1.1a.ebuild
rename to net-dns/libidn2/libidn2-2.1.1a-r1.ebuild
index db82a0c5ca7..c6f5d348958 100644
--- a/net-dns/libidn2/libidn2-2.1.1a.ebuild
+++ b/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-2+ LGPL-3+"
-SLOT="0"
+SLOT="0/2"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 

diff --git a/net-dns/libidn2/libidn2-9.ebuild 
b/net-dns/libidn2/libidn2-9.ebuild
index 9c8ed496c8a..408ce3cd2ad 100644
--- a/net-dns/libidn2/libidn2-9.ebuild
+++ b/net-dns/libidn2/libidn2-9.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="https://gitlab.com/libidn/libidn2.git/;
 SRC_URI="mirror://gnu/libunistring/libunistring-0.9.10.tar.gz"
 
 LICENSE="GPL-2+ LGPL-3+"
-SLOT="0"
+SLOT="0/2"
 KEYWORDS=""
 IUSE="static-libs"
 



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

2019-05-05 Thread Mikle Kolyada
commit: 86e7d073cb6f12ce56e10034c5df2781527409c8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:31:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:31:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e7d073

sys-libs/talloc: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-libs/talloc/talloc-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/talloc/talloc-2.2.0.ebuild 
b/sys-libs/talloc/talloc-2.2.0.ebuild
index 655eba6669f..5fde6fbb4b6 100644
--- a/sys-libs/talloc/talloc-2.2.0.ebuild
+++ b/sys-libs/talloc/talloc-2.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-05-05 Thread Mikle Kolyada
commit: 11c49dbd36a38d72b63f20de906aacdc647e3326
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:32:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:32:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c49dbd

dev-libs/libevent: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-libs/libevent/libevent-2.1.8-r1.ebuild 
b/dev-libs/libevent/libevent-2.1.8-r1.ebuild
index a9e66dc5bce..5413468c95d 100644
--- a/dev-libs/libevent/libevent-2.1.8-r1.ebuild
+++ b/dev-libs/libevent/libevent-2.1.8-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/$
 LICENSE="BSD"
 # libevent-2.1.so.6
 SLOT="0/2.1-6"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug libressl +ssl static-libs test +threads"
 
 DEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: 30c419e2ae2fd6a7d7d04b64efa3f25ebb99930d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:31:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:31:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c419e2

net-libs/rpcsvc-proto: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
index af9ee8387e5..353734d0571 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="!

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

2019-05-05 Thread Mikle Kolyada
commit: fafa42b04d408b12ac5f0585e15e422e88438feb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:13:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:13:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafa42b0

profiles: mask also git[highlight] on riscv

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 38f458c5114..0747ad6cd59 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -29,7 +29,7 @@ dev-python/cython doc test
 dev-python/snakeoil test
 dev-util/catalyst iso
 dev-util/pkgconf test
-dev-vcs/git cvs gnome-keyring subversion tk xinetd
+dev-vcs/git cvs highlight gnome-keyring subversion tk xinetd
 net-libs/gnutls test-full
 net-libs/ldns doc python
 net-nds/openldap cxx kerberos sasl



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

2019-05-05 Thread Mikle Kolyada
commit: e3d8238cb3ed9f0833a445842cf2580ce6951c92
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:09:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:09:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d8238c

dev-libs/libaio: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-libs/libaio/libaio-0.3.111.ebuild 
b/dev-libs/libaio/libaio-0.3.111.ebuild
index 1f25348ff60..f0f972624dc 100644
--- a/dev-libs/libaio/libaio-0.3.111.ebuild
+++ b/dev-libs/libaio/libaio-0.3.111.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://pagure.io/libaio.git;
 else
SRC_URI="https://pagure.io/${PN}/archive/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="LGPL-2"
 SLOT="0"



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

2019-05-05 Thread Mikle Kolyada
commit: 9037f242c1d5941a57612f6b617cc74b761e6896
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:07:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:07:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9037f242

sys-libs/libunwind: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-libs/libunwind/libunwind-1.2.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild 
b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
index 27084d43a5b..518da3a72e5 100644
--- a/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
+++ b/sys-libs/libunwind/libunwind-1.2.1-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="7"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv -sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug debug-frame doc libatomic lzma +static-libs"
 
 RESTRICT="test" # half of tests are broken (toolchain version dependent)



[gentoo-commits] proj/portage-utils:master commit in: /, man/include/, man/, tests/qdepends/

2019-05-05 Thread Fabian Groffen
commit: 73915971f03cabcbb64accab0c65a14d01904dd5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun May  5 20:04:40 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun May  5 20:04:40 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=73915971

qdepends: allow custom formatting

This isn't yet fully useful, since information like SLOT, REPO, etc.
isn't available in the parsed atoms.

Signed-off-by: Fabian Groffen  gentoo.org>

 TODO.md   |  2 +-
 man/include/qdepends.desc |  4 +++-
 man/qdepends.1| 12 +++-
 qdepends.c| 43 +++
 tests/qdepends/dotest |  2 +-
 5 files changed, 31 insertions(+), 32 deletions(-)

diff --git a/TODO.md b/TODO.md
index e433123..bc4f524 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,7 +10,7 @@
 
 - standardize/unify/clean up misc handling of colors
   define rules:
-BOLD CATEGORY/ BLUE PKG GREEN ::REPO NORM [ MAGENTA USE NORM ]
+BOLD CATEGORY/ BLUE PKG BKBLUE -VER YELLOW :SLOT GREEN ::REPO NORM [ 
MAGENTA USE NORM ]
 
 - remove odd rmspace for each string in libq/set.c (allows a lot less
   malloc/frees)

diff --git a/man/include/qdepends.desc b/man/include/qdepends.desc
index 070032e..b9954c9 100644
--- a/man/include/qdepends.desc
+++ b/man/include/qdepends.desc
@@ -27,4 +27,6 @@ dependencies for the package are shown.  When colours are 
enabled, the
 matched atom is highlighted in the list.  In addition to just querying
 DEPEND, the default mode changed to query all DEPEND-variables, and
 return the unique atoms found in them.  Automatic regular expression
-match support was removed.
+match support was removed.  The \fB-N\fR option was removed, as the same
+effect can be achieved via the new \fB-F\fR option or \fB-q\fR option.
+The \fB-f\fR option was renamed to \fB-S\fR.

diff --git a/man/qdepends.1 b/man/qdepends.1
index 1020b9a..bee3bc1 100644
--- a/man/qdepends.1
+++ b/man/qdepends.1
@@ -35,7 +35,9 @@ dependencies for the package are shown.  When colours are 
enabled, the
 matched atom is highlighted in the list.  In addition to just querying
 DEPEND, the default mode changed to query all DEPEND-variables, and
 return the unique atoms found in them.  Automatic regular expression
-match support was removed.
+match support was removed.  The \fB-N\fR option was removed, as the same
+effect can be achieved via the new \fB-F\fR option or \fB-q\fR option.
+The \fB-f\fR option was renamed to \fB-S\fR.
 .SH OPTIONS
 .TP
 \fB\-d\fR, \fB\-\-depend\fR
@@ -56,10 +58,7 @@ package that references \fI\fR in DEPEND, RDEPEND, 
PDEPEND or BDEPEND.
 This can be useful to find consumers of a given package, e.g.\ to
 search for packages that have \fIlogwatch\fR in their DEPEND.
 .TP
-\fB\-N\fR, \fB\-\-name\-only\fR
-Only show category/package, instead of category/package-version.
-.TP
-\fB\-f\fR, \fB\-\-format\fR
+\fB\-F\fR \fI\fR, \fB\-\-format\fR \fI\fR
 Pretty-print DEPEND declaration to be used in an ebuild.  This
 option initiates a very different mode of operation.  Instead of
 printing searching through packages, it constructs a multi-line
@@ -70,6 +69,9 @@ a single dependency declaration.  When used with the \fB\-q\fR
 option, only the pretty-printed dependency declaration is printed,
 e.g.\ the DEPEND= part is skipped.
 .TP
+\fB\-S\fR, \fB\-\-pretty\fR
+Pretty format specified depend strings.
+.TP
 \fB\-\-root\fR \fI\fR
 Set the ROOT env var.
 .TP

diff --git a/qdepends.c b/qdepends.c
index 09156f6..9cfe095 100644
--- a/qdepends.c
+++ b/qdepends.c
@@ -22,15 +22,15 @@
 #include "xasprintf.h"
 #include "xregex.h"
 
-#define QDEPENDS_FLAGS "drpbfNQu" COMMON_FLAGS
+#define QDEPENDS_FLAGS "drpbQF:S" COMMON_FLAGS
 static struct option const qdepends_long_opts[] = {
{"depend",no_argument, NULL, 'd'},
{"rdepend",   no_argument, NULL, 'r'},
{"pdepend",   no_argument, NULL, 'p'},
{"bdepend",   no_argument, NULL, 'b'},
{"query", no_argument, NULL, 'Q'},
-   {"name-only", no_argument, NULL, 'N'},
-   {"format",no_argument, NULL, 'f'},
+   {"format", a_argument, NULL, 'F'},
+   {"pretty",no_argument, NULL, 'S'},
COMMON_LONG_OPTS
 };
 static const char * const qdepends_opts_help[] = {
@@ -39,14 +39,12 @@ static const char * const qdepends_opts_help[] = {
"Show PDEPEND info",
"Show BDEPEND info",
"Query reverse deps",
-   "Only show package name",
+   "Print matched atom using given format string",
"Pretty format specified depend strings",
COMMON_OPTS_HELP
 };
 #define qdepends_usage(ret) usage(ret, QDEPENDS_FLAGS, qdepends_long_opts, 
qdepends_opts_help, NULL, lookup_applet_idx("qdepends"))
 
-static char qdep_name_only = 0;
-
 /* structures / types / etc ... */
 struct qdepends_opt_state {
unsigned char qmode;
@@ -55,6 +53,7 @@ struct qdepends_opt_state {
set *udeps;
char *depend;

[gentoo-commits] proj/portage-utils:master commit in: libq/

2019-05-05 Thread Fabian Groffen
commit: ed9eec8743923166205a4fdc7f9bb073ad6c5ba0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun May  5 20:04:07 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun May  5 20:04:07 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ed9eec87

libq/atom: add colour to formatted atoms

Signed-off-by: Fabian Groffen  gentoo.org>

 libq/atom.c | 53 ++---
 1 file changed, 38 insertions(+), 15 deletions(-)

diff --git a/libq/atom.c b/libq/atom.c
index 8eb9ac6..65c8a26 100644
--- a/libq/atom.c
+++ b/libq/atom.c
@@ -610,7 +610,7 @@ atom_to_string_r(char *buf, size_t buflen, depend_atom *a)
  *  %{keyword}: Always display the field that matches "keyword" or 
  *  %[keyword]: Only display the field when it's set (or pverbose)
  * The possible "keywords" are:
- *  CATEGORY  P  PN  PV  PVR  PF  PR  SLOT
+ *  CATEGORY  P  PN  PV  PVR  PF  PR  SLOT  REPO  USE
  *- these are all the standard portage variables (so see ebuild(5))
  *  pfx - the version qualifier if set (e.g. > < = !)
  *  sfx - the version qualifier if set (e.g. *)
@@ -663,39 +663,52 @@ atom_format_r(
 #define HN(X) (X ? X : "")
if (!strncmp("CATEGORY", fmt, len)) {
if (showit || atom->CATEGORY)
-   append_buf(buf, buflen, "%s", 
HN(atom->CATEGORY));
+   append_buf(buf, buflen, 
"%s%s%s%s",
+   BOLD, 
HN(atom->CATEGORY),
+   bracket == '[' 
? "/" : "", NORM);
} else if (!strncmp("P", fmt, len)) {
if (showit || atom->P)
-   append_buf(buf, buflen, "%s", 
HN(atom->P));
+   append_buf(buf, buflen, 
"%s%s%s",
+   BLUE, 
HN(atom->P), NORM);
} else if (!strncmp("PN", fmt, len)) {
if (showit || atom->PN)
-   append_buf(buf, buflen, "%s", 
HN(atom->PN));
+   append_buf(buf, buflen, 
"%s%s%s",
+   BLUE, 
HN(atom->PN), NORM);
} else if (!strncmp("PV", fmt, len)) {
if (showit || atom->PV)
-   append_buf(buf, buflen, "%s", 
HN(atom->PV));
+   append_buf(buf, buflen, 
"%s%s%s",
+   DKBLUE, 
HN(atom->PV), NORM);
} else if (!strncmp("PVR", fmt, len)) {
if (showit || atom->PVR)
-   append_buf(buf, buflen, "%s", 
HN(atom->PVR));
+   append_buf(buf, buflen, 
"%s%s%s",
+   DKBLUE, 
HN(atom->PVR), NORM);
} else if (!strncmp("PF", fmt, len)) {
-   append_buf(buf, buflen, "%s", atom->PN);
+   append_buf(buf, buflen, "%s%s%s", BLUE, 
atom->PN, NORM);
if (atom->PV)
-   append_buf(buf, buflen, "-%s", 
atom->PV);
+   append_buf(buf, buflen, 
"%s-%s%s",
+   DKBLUE, 
atom->PV, NORM);
if (atom->PR_int)
-   append_buf(buf, buflen,"-r%i", 
atom->PR_int);
+   append_buf(buf, 
buflen,"%s-r%d%s",
+   DKBLUE, 
atom->PR_int, NORM);
} else if (!strncmp("PR", fmt, len)) {
if (showit || atom->PR_int)
-   append_buf(buf, buflen, "r%i", 
atom->PR_int);
+   append_buf(buf, buflen, 
"%sr%d%s",
+   DKBLUE, 
atom->PR_int, NORM);
} else if (!strncmp("SLOT", fmt, len)) {
if (showit || atom->SLOT)
-   append_buf(buf, buflen, 
"%s%s%s%s%s",
-   atom->SLOT ? 
":" : "",
- 

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

2019-05-05 Thread Mikle Kolyada
commit: e2489473d664fcf3bbdb92f3d4a3cd1f8ea9fa54
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:55:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:55:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2489473

dev-python/pyinotify: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild 
b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
index 1b22f88ce43..ad7c005ecaa 100644
--- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-05-05 Thread Mikle Kolyada
commit: 0319700ca0955e8a4e3601aa1e3bd10e2fbf5d20
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 20:03:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 20:03:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0319700c

dev-util/strace: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-util/strace/strace-5.0.ebuild 
b/dev-util/strace/strace-5.0.ebuild
index e4f979cf051..8425a9b06ce 100644
--- a/dev-util/strace/strace-5.0.ebuild
+++ b/dev-util/strace/strace-5.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2019-05-05 Thread Mikle Kolyada
commit: 1e54ea81ec6c6e889162dbf0fa83a9ce24d4fb6b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:53:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:53:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e54ea81

sys-apps/coreutils: drop risv from 8.30

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild 
b/sys-apps/coreutils/coreutils-8.30.ebuild
index ecf5f04e02f..cffb6d4a9a0 100644
--- a/sys-apps/coreutils/coreutils-8.30.ebuild
+++ b/sys-apps/coreutils/coreutils-8.30.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
userland_BSD vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )



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

2019-05-05 Thread Mikle Kolyada
commit: ca3ac42f16c4b0549ecbb8506a3da84eb7875bdd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:45:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:45:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3ac42f

dev-libs/protobuf-c: [QA] remanifest

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-libs/protobuf-c/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest
index 0b09fa95477..0dd2386a7ba 100644
--- a/dev-libs/protobuf-c/Manifest
+++ b/dev-libs/protobuf-c/Manifest
@@ -1,2 +1 @@
-DIST protobuf-c-1.3.0.tar.gz 488443 BLAKE2B 
8eca559ad06aaa5cb09984b3d2e7c5767cd341c2e439b94c2d219226c612992808da091d01f5e0ad5f14e47292d4a621037953b58a5bea827e7c22837234ffe6
 SHA512 
ba49bf45a9ae93d41f200f4f18c4f9469c63fcc2a2392b3b45f083c378a6876891890448ceba216083ad351aa35f4669cd920973f53e5780de9ec4c8f61279bb
 DIST protobuf-c-1.3.1.tar.gz 498779 BLAKE2B 
f9ecb2cccd8e01a2ab5bd797883f245db418a76ac73ba3e756e997e944637732d45b3fca2a45d3caf4cd89f35259180fa05e64b8b02b63537005420f2233ba37
 SHA512 
b32920130b4be5e8a8373c2ca37ffe7eb263accf163d93e25a9eb4b6336ec40b05dda2458fe8f0c3cbcf6e0e08e9541fdff004d696f30a5d135b7a3bdca8b2c3



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

2019-05-05 Thread Mikle Kolyada
commit: c61e5b9a3cf744c84de5a07daa5cd769e2453dcd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:39:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:39:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61e5b9a

dev-perl/IO-Stty: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild 
b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
index 01b70d7240b..a5460a4d5cc 100644
--- a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
+++ b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Change and print terminal line settings"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=""



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

2019-05-05 Thread Mikle Kolyada
commit: 26f9812257216fcc948a8793befce0ea826f3b9d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:38:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:38:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f98122

dev-perl/Expect: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Expect/Expect-1.350.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Expect/Expect-1.350.0.ebuild 
b/dev-perl/Expect/Expect-1.350.0.ebuild
index 09732d533b4..17f2fd6d931 100644
--- a/dev-perl/Expect/Expect-1.350.0.ebuild
+++ b/dev-perl/Expect/Expect-1.350.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Expect for Perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-fbsd"
 IUSE="test minimal"
 
 RDEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: 7266bb32fd887cf91b457c40e0adab6487be5a7f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:38:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:38:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7266bb32

dev-perl/IO-Tty: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild 
b/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild
index 4d468baa66d..bc83659a73c 100644
--- a/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild
+++ b/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="IO::Tty and IO::Pty modules for Perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



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

2019-05-05 Thread Mikle Kolyada
commit: 816d5f7cc3d488ee23e70ccd88775dd148700c69
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:35:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:35:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816d5f7c

profiles: mask also git[hnome-keyring] on riscv

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 21361792ef3..38f458c5114 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -29,7 +29,7 @@ dev-python/cython doc test
 dev-python/snakeoil test
 dev-util/catalyst iso
 dev-util/pkgconf test
-dev-vcs/git cvs subversion tk xinetd
+dev-vcs/git cvs gnome-keyring subversion tk xinetd
 net-libs/gnutls test-full
 net-libs/ldns doc python
 net-nds/openldap cxx kerberos sasl



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

2019-05-05 Thread Mikle Kolyada
commit: e872df71320e97f29479fb00148f1292cb0187da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:27:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:27:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e872df71

dev-perl/XML-NamespaceSupport: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild 
b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild
index f700ff332e0..cbce4895cd0 100644
--- a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild
+++ b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl module that offers a simple to process namespaced XML 
names"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 
 DEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: b4183960121f345c70f9080650a4291e62f8f694
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:28:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:28:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4183960

dev-perl/XML-SAX: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index 5dfdffcdcc1..9712aa67a50 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX-Base/

2019-05-05 Thread Mikle Kolyada
commit: bc57d97c6265f96d5cd5110496a7a44822af0d8a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:28:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:28:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc57d97c

dev-perl/XML-SAX-Base: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index 539f17b0454..08066ff0cee 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: f15618d23754bf1604222d8de0f9d1b1356f6262
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:30:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:30:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15618d2

dev-perl/Test-LeakTrace: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild 
b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild
index 59819154b18..f3954b1ee87 100644
--- a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild
+++ b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.160.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Traces memory leaks"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: cf03b47f490b6281e78c063c7d4dfe9626104861
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:29:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:29:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf03b47f

dev-perl/XML-LibXML: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild 
b/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild
index c03da3f24b3..ec8fbccbb7e 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-2.13.200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl binding for libxml2"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: 4af25b5a8719cb9ff2bdb16063e46ba0444f90f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:26:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:26:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af25b5a

app-text/docbook2X: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-text/docbook2X/docbook2X-0.8.8-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/docbook2X/docbook2X-0.8.8-r4.ebuild 
b/app-text/docbook2X/docbook2X-0.8.8-r4.ebuild
index b91b8f23d5d..6693cd2fa72 100644
--- a/app-text/docbook2X/docbook2X-0.8.8-r4.ebuild
+++ b/app-text/docbook2X/docbook2X-0.8.8-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/docbook2x/${P}.tar.gz"
 HOMEPAGE="http://docbook2x.sourceforge.net/;
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~riscv s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-linux ~x86-solaris"
 IUSE="test"
 LICENSE="MIT"
 



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

2019-05-05 Thread Mikle Kolyada
commit: 40e8c276a3454e7af4599efa9e1bea85942a3b2b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:20:41 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:20:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e8c276

profiles: mask also openldap[cxx] on riscv

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index b69201e4a5f..21361792ef3 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -32,7 +32,7 @@ dev-util/pkgconf test
 dev-vcs/git cvs subversion tk xinetd
 net-libs/gnutls test-full
 net-libs/ldns doc python
-net-nds/openldap kerberos sasl
+net-nds/openldap cxx kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage epydoc
 sys-auth/pambase pam_ssh passwdqc mktemp



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

2019-05-05 Thread Mike Gilbert
commit: 4817be8b81641fdc439e4c847d16dad216357cbd
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 01:45:17 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4817be8b

net-libs/neon: Fix building with >=dev-libs/libressl-2.7.

Fixes: https://bugs.gentoo.org/658210
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-libs/neon/neon-0.30.2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/neon/neon-0.30.2.ebuild b/net-libs/neon/neon-0.30.2.ebuild
index cad03d94e6d..cead548a3b2 100644
--- a/net-libs/neon/neon-0.30.2.ebuild
+++ b/net-libs/neon/neon-0.30.2.ebuild
@@ -45,10 +45,10 @@ src_prepare() {
# Fix compatibility with OpenSSL >=1.1.
sed -e "s/RSA_F_RSA_PRIVATE_ENCRYPT/RSA_F_RSA_OSSL_PRIVATE_ENCRYPT/" -i 
src/ne_pkcs11.c || die "sed failed"
 
-   # Use OpenSSL <1.1 compatibility code with LibreSSL.
-   # Functions EVP_PKEY_up_ref(), EVP_PKEY_get0_RSA(), 
RSA_meth_get0_app_data(), RSA_meth_new(), RSA_meth_free(),
-   # RSA_meth_set_priv_enc(), RSA_meth_set0_app_data() are not implemented 
in LibreSSL 2.5.1.
-   sed -e "s/#if OPENSSL_VERSION_NUMBER < 0x1010L/& || 
defined(LIBRESSL_VERSION_NUMBER)/" -i src/ne_openssl.c src/ne_pkcs11.c || die 
"sed failed"
+   # Support LibreSSL.
+   # Functions RSA_meth_get0_app_data() and RSA_meth_set0_app_data() are 
not implemented in LibreSSL 2.9.1.
+   sed -e "1202s/#if OPENSSL_VERSION_NUMBER < 0x1010L/& || 
defined(LIBRESSL_VERSION_NUMBER)/" -i src/ne_openssl.c || die "sed failed"
+   sed -e "97a #if defined(LIBRESSL_VERSION_NUMBER)\nstatic void 
*RSA_meth_get0_app_data(const RSA_METHOD *meth)\n{\nreturn 
meth->app_data;\n}\nstatic int RSA_meth_set0_app_data(RSA_METHOD *meth, void 
*app_data)\n{\nmeth->app_data = app_data;\nreturn 1;\n}\n#endif" -i 
src/ne_pkcs11.c || die "sed failed"
 
eapply_user
 



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

2019-05-05 Thread Andreas K. Hüttel
commit: 4426e8efa6bf8af9a5cae621ac8fb6d35bd231f7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 19:06:44 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 19:06:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4426e8ef

sys-devel/automake: Drop ~riscv from some versions again

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

 sys-devel/automake/automake-1.10.3-r3.ebuild | 2 +-
 sys-devel/automake/automake-1.12.6-r2.ebuild | 2 +-
 sys-devel/automake/automake-1.14.1-r2.ebuild | 2 +-
 sys-devel/automake/automake-1.15.1-r2.ebuild | 2 +-
 sys-devel/automake/automake-1.16-r2.ebuild   | 2 +-
 sys-devel/automake/automake-1.9.6-r5.ebuild  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-devel/automake/automake-1.10.3-r3.ebuild 
b/sys-devel/automake/automake-1.10.3-r3.ebuild
index 53e8b953cbb..8851e7cd782 100644
--- a/sys-devel/automake/automake-1.10.3-r3.ebuild
+++ b/sys-devel/automake/automake-1.10.3-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl

diff --git a/sys-devel/automake/automake-1.12.6-r2.ebuild 
b/sys-devel/automake/automake-1.12.6-r2.ebuild
index 3cc955cf096..60e309c9f01 100644
--- a/sys-devel/automake/automake-1.12.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.12.6-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl

diff --git a/sys-devel/automake/automake-1.14.1-r2.ebuild 
b/sys-devel/automake/automake-1.14.1-r2.ebuild
index 161794eeacd..c68810b2c51 100644
--- a/sys-devel/automake/automake-1.14.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.14.1-r2.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://www.gnu.org/software/automake/;
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="dev-lang/perl

diff --git a/sys-devel/automake/automake-1.15.1-r2.ebuild 
b/sys-devel/automake/automake-1.15.1-r2.ebuild
index 6a646dd113c..0db33aeecdb 100644
--- a/sys-devel/automake/automake-1.15.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.15.1-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P=${P}
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz

diff --git a/sys-devel/automake/automake-1.16-r2.ebuild 
b/sys-devel/automake/automake-1.16-r2.ebuild
index 472a79038bb..545cda432f1 100644
--- a/sys-devel/automake/automake-1.16-r2.ebuild
+++ b/sys-devel/automake/automake-1.16-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P=${P}

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

2019-05-05 Thread Mike Gilbert
commit: 6407dd7899067bf274a60da074abd52d5b95138b
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 01:57:19 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6407dd78

dev-libs/protobuf-c: Set BDEPEND correctly.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild 
b/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
index 8bc5d70da05..7c0ba929cee 100644
--- a/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
+++ b/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
@@ -18,9 +18,10 @@ SLOT="0/1.0.0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="static-libs test"
 
-RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
+BDEPEND="dev-libs/protobuf:0
virtual/pkgconfig[${MULTILIB_USEDEP}]"
+DEPEND="dev-libs/protobuf:0=[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 



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

2019-05-05 Thread Mike Gilbert
commit: 753bca5c6d5099cc78184aac33b24e519f13bd47
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 03:05:01 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753bca5c

media-libs/x264: Update EGIT_REPO_URI.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/x264/x264-0.0.20170701.ebuild | 4 ++--
 media-libs/x264/x264-0.0.20190214.ebuild | 2 +-
 media-libs/x264/x264-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/x264/x264-0.0.20170701.ebuild 
b/media-libs/x264/x264-0.0.20170701.ebuild
index 64b8d68e5bb..284bd9ada4b 100644
--- a/media-libs/x264/x264-0.0.20170701.ebuild
+++ b/media-libs/x264/x264-0.0.20170701.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/x264.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git;
 else
inherit versionator
MY_P="x264-snapshot-$(get_version_component_range 3)-2245"

diff --git a/media-libs/x264/x264-0.0.20190214.ebuild 
b/media-libs/x264/x264-0.0.20190214.ebuild
index 0128bcd158b..ee5e6ace2cd 100644
--- a/media-libs/x264/x264-0.0.20190214.ebuild
+++ b/media-libs/x264/x264-0.0.20190214.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/x264.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git;
 else
MY_P="x264-snapshot-$(ver_cut 3)-2245"

SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2;

diff --git a/media-libs/x264/x264-.ebuild b/media-libs/x264/x264-.ebuild
index 0128bcd158b..ee5e6ace2cd 100644
--- a/media-libs/x264/x264-.ebuild
+++ b/media-libs/x264/x264-.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/x264.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git;
 else
MY_P="x264-snapshot-$(ver_cut 3)-2245"

SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2;



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

2019-05-05 Thread Mike Gilbert
commit: 46a06dba99f561c4413c4dca9bfad0ff53b26467
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 01:54:51 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a06dba

dev-libs/protobuf-c: Fix building with >=dev-libs/protobuf-3.7.

Fixes: https://bugs.gentoo.org/684028
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 .../protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch| 13 +
 dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild |  4 
 2 files changed, 17 insertions(+)

diff --git a/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch 
b/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch
new file mode 100644
index 000..218dec00f87
--- /dev/null
+++ b/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch
@@ -0,0 +1,13 @@
+https://github.com/protobuf-c/protobuf-c/commit/7456d1621223d425b8a3fd74e435a79c046169fb
+
+--- /t/generated-code2/cxx-generate-packed-data.cc
 /t/generated-code2/cxx-generate-packed-data.cc
+@@ -998,7 +998,7 @@
+ static void dump_test_unknown_fields (void)
+ {
+   EmptyMess mess;
+-  const google::protobuf::Message::Reflection *reflection = 
mess.GetReflection();
++  const google::protobuf::Reflection *reflection = mess.GetReflection();
+   google::protobuf::UnknownFieldSet *fs = 
reflection->MutableUnknownFields();
+ 
+ #if GOOGLE_PROTOBUF_VERSION >= 2001000

diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild 
b/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
index b5226f54628..8bc5d70da05 100644
--- a/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
+++ b/dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild
@@ -24,6 +24,10 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${MY_P}"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.1-protobuf-3.7.patch"
+)
+
 src_prepare() {
default
if ! use test; then



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

2019-05-05 Thread Mike Gilbert
commit: 57ecc0fe4b74dbf6019c5e1931750a64a5366ae6
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:46:00 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ecc0fe

sci-libs/fftw: Fix usage of tc-getCC().

Fixes: https://bugs.gentoo.org/618282
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 sci-libs/fftw/fftw-3.3.6_p2.ebuild | 4 ++--
 sci-libs/fftw/fftw-3.3.8.ebuild| 2 +-
 sci-libs/fftw/fftw-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-libs/fftw/fftw-3.3.6_p2.ebuild 
b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
index 35d91fe43ac..4535c715b26 100644
--- a/sci-libs/fftw/fftw-3.3.6_p2.ebuild
+++ b/sci-libs/fftw/fftw-3.3.6_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -130,7 +130,7 @@ multilib_src_configure() {
;;
esac
 
-   ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC -lmpi)"
+   ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC) -lmpi"
 }
 
 src_configure() {

diff --git a/sci-libs/fftw/fftw-3.3.8.ebuild b/sci-libs/fftw/fftw-3.3.8.ebuild
index d345f5d141f..c89038acc6a 100644
--- a/sci-libs/fftw/fftw-3.3.8.ebuild
+++ b/sci-libs/fftw/fftw-3.3.8.ebuild
@@ -131,7 +131,7 @@ multilib_src_configure() {
;;
esac
 
-   ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC -lmpi)"
+   ECONF_SOURCE="${S}" econf "${myconf[@]}" MPICC="$(tc-getCC) -lmpi"
 }
 
 src_configure() {

diff --git a/sci-libs/fftw/fftw-.ebuild b/sci-libs/fftw/fftw-.ebuild
index c08278dde80..a43b48e5809 100644
--- a/sci-libs/fftw/fftw-.ebuild
+++ b/sci-libs/fftw/fftw-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -138,7 +138,7 @@ multilib_src_configure() {
MY_S="${BUILD_DIR}"
fi
 
-   ECONF_SOURCE="${MY_S}" econf "${myconf[@]}" MPICC="$(tc-getCC -lmpi)"
+   ECONF_SOURCE="${MY_S}" econf "${myconf[@]}" MPICC="$(tc-getCC) -lmpi"
 }
 
 src_configure() {



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

2019-05-05 Thread Mike Gilbert
commit: 9db5c0df12216f1d313b361fbcf10dcc3e564a95
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 01:37:55 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db5c0df

dev-db/sqlite: Delete old versions (<3.27.2).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-db/sqlite/Manifest |   9 -
 .../files/sqlite-3.25.0-full_archive-build.patch   | 407 -
 .../files/sqlite-3.25.2-full_archive-tests.patch   |  70 
 .../files/sqlite-3.26.0-full_archive-build.patch   | 405 
 dev-db/sqlite/sqlite-3.25.3.ebuild | 320 
 dev-db/sqlite/sqlite-3.26.0.ebuild | 325 
 dev-db/sqlite/sqlite-3.27.1.ebuild | 327 -
 7 files changed, 1863 deletions(-)

diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index 7b659592e7a..cfb0f3aa3c8 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -1,15 +1,6 @@
-DIST sqlite-autoconf-3250300.tar.gz 2764429 BLAKE2B 
6a79a8785c1e84002c031a86c6563e937a45d6ef4aae1b941d42c06cb8630210c33583f25e41f3f90b181ce47da650f81845ad88cafbf9c764164cf8b5d92e81
 SHA512 
5bc501d15367e097f4070185974b0c3a8246c06b205fb2258ed18870ff3fbf120ac5e0ba031a6744af89f7659206e28e7de2f0367bdb190b8412e453b43de4ba
-DIST sqlite-autoconf-326.tar.gz 2779667 BLAKE2B 
f4d737eb2249ce32fcb7541ba92f7362d417e84adb5f5c63778b6f427b3270b7e0b16e19daaef7fc7e4fca9ab462c96cdb00c65a731a90102f6bb256a27d84ae
 SHA512 
8c3306b3814a0e9bc69b741f62bdb6efc9f1e07163ca3e3a1581994465de163a7924223522e812d6b3663c1525c7012a6f6d73ad333556eba9f97ce9326fbdb8
-DIST sqlite-autoconf-3270100.tar.gz 2797765 BLAKE2B 
a610528b626229e5379037cb2b8b405a564fecf7f999608bcd41b4ee3531259216c69897e4f2e1cdd78d092edf62c3fec40b6cb377d3c767b9f1bee05b09fa01
 SHA512 
1dca61b82ce1dbae2fe9c568ff97e0671900bab46b354bd0aadc1946cbc46b3ea84bd1504ae922f795d1ce10791bf7861a2873f045887646609e26b74919e8e4
 DIST sqlite-autoconf-3270200.tar.gz 2797531 BLAKE2B 
e4d0de32308e519e4f5f68dc0ff1e2098209325ab962a09814aa6af517cb408d1ac70f32fff56cca4ad78bec7d6dedb5b21f222ae391e0fe7e20df5abd37f65a
 SHA512 
0ac2515c7816932a4f725e657122c9f202bd7aba637bad9af5b4592b85efdd10a55ad34ac621b60a7aea91b1021c2ef0924c6ddfe05b2edb4f70e3d34b005972
 DIST sqlite-autoconf-328.tar.gz 2810415 BLAKE2B 
e1af03476d97f96ef78d4e0a9df6ae69a06fb08e48046c843ed668b3f8c00c58263df07a4e8a22a1c7cfc920fd005fa6c2525dceeec4f724b43df7589ca3f777
 SHA512 
e800c0d9e6c8c01ccf1d714c6c4da4b98e9610c4c06557dda6393d0792a8ae09788703d4a74dcb21844c49b3629ff7ed95a4a86ff79872aafd2b49c672c7a570
-DIST sqlite-doc-3250300.zip 9265285 BLAKE2B 
0722f00d849b18dabf82d317eb0deeb5567534a9cb55e189f28b18e7a26b863190911a02a26e21cf39b3106e7e1a872c445a3d8b53876a16d245e77affb6abc4
 SHA512 
a57cefbb2338a87721fb34f7a0d19129a58fbce026f80719af7dbbeb7512c91ab59e07719d860cc1cf742807ab7b0b5f92cff3bf52f4dbbad8c6ca34ad0a68ac
-DIST sqlite-doc-326.zip 9321276 BLAKE2B 
8e3802212eb938a3997bf8eef971baf8802895a8c38e959b2409857228e9a92b24c3f51679f7dc4847df8d9800f0fff2c09e391b3e30de8b2782bbc5267d5d40
 SHA512 
e59f74369adb3ffe3afc235e4369101b8ba077f9cac34d524e2425278c3a30f63340613e5baa0fc3c693265525377b6830a1c6b5e97fb06702b89eb604b1eade
-DIST sqlite-doc-3270100.zip 9361284 BLAKE2B 
d9705bc5d3a40ec70df2fa16c9f3f7d3d4824ddcb59e101bc6d45bc5f6396c11ed9e5d548f59bc2f48cb515417bb03419e67f669a7e85678d05cb0c71a3a2c27
 SHA512 
a56cfe57702ab1ab342c24536bcd3c01c3c57fb9e863fc775f07275d236fc0617f7eb832ca5173bf5c4c5c4b7a0b4b80e2d19b91e7724b838bf141cf0852cc1f
 DIST sqlite-doc-3270200.zip 9371606 BLAKE2B 
6d65f59f21eafab82ede6c89d09b8828e5a5e6f7ad7233877fe938773be0aee6fd347d7bba0101cc1d2e376181e4cfbcc2e36d47567b65af9167c4d1ba7f3540
 SHA512 
00a7c51aeaea2d9338662553c331addca8cd4ae656f4090630b4b2c2e6ced9bd3c6a97117915577cfd6dafeddf9da21f865ab378f86c4832ba0b1c419a2f
 DIST sqlite-doc-328.zip 9421770 BLAKE2B 
695eab96f718307a7aff8a171d9e416ddb4b17039ef7230a458dc7d256e2f07a5b41d3aa1a3f085e5e418c297b5dd1d2ba5e4827434329d1ed61d3dd1f618f3d
 SHA512 
83e23dff00614d31d501c66c29d8d4aa780b38859242b58937243235d185fe3db2f9f3c1accf9bf2df0b457a6e32612a00e82f503a8665aad4f19602e2b36396
-DIST sqlite-src-3250300.zip 11384253 BLAKE2B 
dbc1d989b1f7ae26e34d629ae7926cfebacc0e3b9e07abb98ac6e6d2d801f111624d5b3f5a1d486580559ff0b42140bb798aa862df60946efa77d8b26c47fbd0
 SHA512 
7d6a38aea5626f7a32960fcdd109c647dd24a22ecf0772f01ffdba389f70fdfe6455f69733b22c220d4114a7d61d3d10097c23859d303e02d126988a1f663b65
-DIST sqlite-src-326.zip 11939787 BLAKE2B 
89fc5294c203473a8817d23496b05b743aa9d64ac7c67c258432b6a48dfe41d554b09ed14820854333fe555442029e9c9ccea736be7b10be42d9184502938557
 SHA512 
02faacd831781f25a12ffc8858d648f481d8bbdb68814b18c4c96e3a661233d0e25d675b95feeb35eee4b5ea88e5e0a1fc5fbaecbe434d3f7246d80e81bff6a3
-DIST 

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

2019-05-05 Thread Mikle Kolyada
commit: ac990bda2e82188ba4bbf094c0253a4b400a78d0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:07:33 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:07:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac990bda

profiles: more riscv masking

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 1fa51e9d3ca..b69201e4a5f 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -10,7 +10,7 @@ dev-vcs/git pcre-jit
 # This includes also packages which do not support python-3 or
 # do not support python-3.7 yet.
 
-app-admin/syslog-ng python
+app-arch/unzip natspec
 app-crypt/gnupg smartcard tofu wks-server
 app-crypt/mit-krb5 doc test xinetd
 app-crypt/pinentry fltk gnome-keyring



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

2019-05-05 Thread Mike Gilbert
commit: 1b26672c072385c1e9f622a2f8047cd603bbf1c7
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 03:19:23 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b26672c

media-libs/x265: Update subslot in live ebuild.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/media-libs/x265/x265-.ebuild b/media-libs/x265/x265-.ebuild
index 8fff39d6afb..32a290b75dd 100644
--- a/media-libs/x265/x265-.ebuild
+++ b/media-libs/x265/x265-.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://x265.org/;
 
 LICENSE="GPL-2"
 # subslot = libx265 soname
-SLOT="0/169"
+SLOT="0/173"
 IUSE="+10bit +12bit cpu_flags_arm_neon numa pic power8 test"
 
 ASM_DEPEND=">=dev-lang/yasm-1.2.0"



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

2019-05-05 Thread Mike Gilbert
commit: 2029dc2ddb329e3eb77fd3ab9639a0349113fa95
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:55:07 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2029dc2d

media-libs/libbluray: Update EGIT_REPO_URI.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/libbluray/libbluray-1.0.2.ebuild | 4 ++--
 media-libs/libbluray/libbluray-1.1.1.ebuild | 2 +-
 media-libs/libbluray/libbluray-.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libbluray/libbluray-1.0.2.ebuild 
b/media-libs/libbluray/libbluray-1.0.2.ebuild
index 1dd1be0ec72..82bb6902a07 100644
--- a/media-libs/libbluray/libbluray-1.0.2.ebuild
+++ b/media-libs/libbluray/libbluray-1.0.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 if [[ "${PV#}" != "${PV}" ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git;
 else
KEYWORDS="amd64 arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"

SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2;

diff --git a/media-libs/libbluray/libbluray-1.1.1.ebuild 
b/media-libs/libbluray/libbluray-1.1.1.ebuild
index 4a5301a677d..d6504f9ac9d 100644
--- a/media-libs/libbluray/libbluray-1.1.1.ebuild
+++ b/media-libs/libbluray/libbluray-1.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ "${PV#}" != "${PV}" ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git;
 else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"

SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2;

diff --git a/media-libs/libbluray/libbluray-.ebuild 
b/media-libs/libbluray/libbluray-.ebuild
index 4a5301a677d..d6504f9ac9d 100644
--- a/media-libs/libbluray/libbluray-.ebuild
+++ b/media-libs/libbluray/libbluray-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ "${PV#}" != "${PV}" ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git;
 else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"

SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2;



[gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/files/, app-i18n/mozc/

2019-05-05 Thread Mike Gilbert
commit: cf8c637056d4c4ef0853e469361d252438a54cb6
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:19:04 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8c6370

app-i18n/mozc: Fix building with dev-libs/protobuf future version.

Fixes: https://bugs.gentoo.org/681702
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 ...protobuf_generated_classes_no_inheritance.patch | 1039 
 app-i18n/mozc/mozc-2.23.2815.102.ebuild|1 +
 app-i18n/mozc/mozc-.ebuild |1 +
 3 files changed, 1041 insertions(+)

diff --git 
a/app-i18n/mozc/files/mozc-2.23.2815.102-protobuf_generated_classes_no_inheritance.patch
 
b/app-i18n/mozc/files/mozc-2.23.2815.102-protobuf_generated_classes_no_inheritance.patch
new file mode 100644
index 000..2cd75728154
--- /dev/null
+++ 
b/app-i18n/mozc/files/mozc-2.23.2815.102-protobuf_generated_classes_no_inheritance.patch
@@ -0,0 +1,1039 @@
+https://github.com/google/mozc/issues/460
+
+--- /src/dictionary/user_dictionary.cc
 /src/dictionary/user_dictionary.cc
+@@ -289,7 +289,7 @@
+ }
+ 
+ auto_register_mode_ = false;
+-dic_->Load(*(storage.get()));
++dic_->Load(storage.get()->user_dictionary_storage_base);
+   }
+ 
+  private:
+--- /src/dictionary/user_dictionary_session.cc
 /src/dictionary/user_dictionary_session.cc
+@@ -69,11 +69,11 @@
+   }
+ 
+   virtual bool RunUndo(mozc::UserDictionaryStorage *storage) {
+-if (storage->dictionaries_size() == 0) {
++if (storage->user_dictionary_storage_base.dictionaries_size() == 0) {
+   return false;
+ }
+ 
+-storage->mutable_dictionaries()->RemoveLast();
++
storage->user_dictionary_storage_base.mutable_dictionaries()->RemoveLast();
+ return true;
+   }
+ 
+@@ -94,7 +94,7 @@
+ }
+ 
+ RepeatedPtrField *dictionaries =
+-storage->mutable_dictionaries();
++storage->user_dictionary_storage_base.mutable_dictionaries();
+ dictionaries->AddAllocated(dictionary_.release());
+ 
+ // Adjust the position of the reverted dictionary.
+@@ -120,10 +120,10 @@
+   }
+ 
+   virtual bool RunUndo(mozc::UserDictionaryStorage *storage) {
+-if (storage->dictionaries_size() != 1) {
++if (storage->user_dictionary_storage_base.dictionaries_size() != 1) {
+   return false;
+ }
+-dictionary_->Swap(storage->mutable_dictionaries(0));
++
dictionary_->Swap(storage->user_dictionary_storage_base.mutable_dictionaries(0));
+ return true;
+   }
+ 
+@@ -144,7 +144,7 @@
+   virtual bool RunUndo(mozc::UserDictionaryStorage *storage) {
+ UserDictionary *dictionary =
+ UserDictionaryUtil::GetMutableUserDictionaryById(
+-storage, dictionary_id_);
++>user_dictionary_storage_base, dictionary_id_);
+ if (dictionary == NULL) {
+   return false;
+ }
+@@ -169,7 +169,7 @@
+   virtual bool RunUndo(mozc::UserDictionaryStorage *storage) {
+ UserDictionary *dictionary =
+ UserDictionaryUtil::GetMutableUserDictionaryById(
+-storage, dictionary_id_);
++>user_dictionary_storage_base, dictionary_id_);
+ if (dictionary == NULL || dictionary->entries_size() == 0) {
+   return false;
+ }
+@@ -195,7 +195,7 @@
+   virtual bool RunUndo(mozc::UserDictionaryStorage *storage) {
+ UserDictionary *dictionary =
+ UserDictionaryUtil::GetMutableUserDictionaryById(
+-storage, dictionary_id_);
++>user_dictionary_storage_base, dictionary_id_);
+ if (dictionary == NULL ||
+ index_ < 0 || dictionary->entries_size() <= index_) {
+   return false;
+@@ -240,7 +240,7 @@
+   virtual bool RunUndo(mozc::UserDictionaryStorage *storage) {
+ UserDictionary *dictionary =
+ UserDictionaryUtil::GetMutableUserDictionaryById(
+-storage, dictionary_id_);
++>user_dictionary_storage_base, dictionary_id_);
+ if (dictionary == NULL) {
+   return false;
+ }
+@@ -306,7 +306,7 @@
+   virtual bool RunUndo(mozc::UserDictionaryStorage *storage) {
+ UserDictionary *dictionary =
+ UserDictionaryUtil::GetMutableUserDictionaryById(
+-storage, dictionary_id_);
++>user_dictionary_storage_base, dictionary_id_);
+ if (dictionary == NULL) {
+   return false;
+ }
+@@ -345,7 +345,7 @@
+ 
+ // TODO(hidehiko) move this to header.
+ const UserDictionaryStorage ::storage() const {
+-  return *storage_;
++  return storage_->user_dictionary_storage_base;
+ }
+ mozc::UserDictionaryStorage *UserDictionarySession::mutable_storage() {
+   return storage_.get();
+@@ -464,7 +464,7 @@
+ const string _name, uint64 *new_dictionary_id) {
+   UserDictionaryCommandStatus::Status status =
+   UserDictionaryUtil::CreateDictionary(
+-  storage_.get(), 

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

2019-05-05 Thread Mike Gilbert
commit: 337f0097753cf1c23aadd57dff1a561f6c66f3ed
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:09:12 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337f0097

dev-libs/protobuf-c: Delete old version (1.3.0-r1).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 .../files/protobuf-c-1.3.0-protobuf-3.6.patch  | 202 -
 ...-c-1.3.0-restore-protobuf-2-compatibility.patch |  33 
 dev-libs/protobuf-c/protobuf-c-1.3.0-r1.ebuild |  45 -
 3 files changed, 280 deletions(-)

diff --git a/dev-libs/protobuf-c/files/protobuf-c-1.3.0-protobuf-3.6.patch 
b/dev-libs/protobuf-c/files/protobuf-c-1.3.0-protobuf-3.6.patch
deleted file mode 100644
index d6d8ffe9325..000
--- a/dev-libs/protobuf-c/files/protobuf-c-1.3.0-protobuf-3.6.patch
+++ /dev/null
@@ -1,202 +0,0 @@
-https://github.com/protobuf-c/protobuf-c/pull/309
-https://github.com/protobuf-c/protobuf-c/pull/328
-
 /protoc-c/c_field.cc
-+++ /protoc-c/c_field.cc
-@@ -189,7 +189,7 @@
- FieldGeneratorMap::FieldGeneratorMap(const Descriptor* descriptor)
-   : descriptor_(descriptor),
- field_generators_(
--  new scoped_ptr[descriptor->field_count()]) {
-+  new std::unique_ptr[descriptor->field_count()]) {
-   // Construct all the FieldGenerators.
-   for (int i = 0; i < descriptor->field_count(); i++) {
- field_generators_[i].reset(MakeGenerator(descriptor->field(i)));
 /protoc-c/c_field.h
-+++ /protoc-c/c_field.h
-@@ -117,7 +117,7 @@
- 
-  private:
-   const Descriptor* descriptor_;
--  scoped_array > field_generators_;
-+  std::unique_ptr[] > field_generators_;
- 
-   static FieldGenerator* MakeGenerator(const FieldDescriptor* field);
- 
 /protoc-c/c_file.cc
-+++ /protoc-c/c_file.cc
-@@ -83,13 +83,13 @@
-  const string& dllexport_decl)
-   : file_(file),
- message_generators_(
--  new scoped_ptr[file->message_type_count()]),
-+  new std::unique_ptr[file->message_type_count()]),
- enum_generators_(
--  new scoped_ptr[file->enum_type_count()]),
-+  new std::unique_ptr[file->enum_type_count()]),
- service_generators_(
--  new scoped_ptr[file->service_count()]),
-+  new std::unique_ptr[file->service_count()]),
- extension_generators_(
--  new scoped_ptr[file->extension_count()]) {
-+  new std::unique_ptr[file->extension_count()]) {
- 
-   for (int i = 0; i < file->message_type_count(); i++) {
- message_generators_[i].reset(
 /protoc-c/c_file.h
-+++ /protoc-c/c_file.h
-@@ -98,13 +98,13 @@
-  private:
-   const FileDescriptor* file_;
- 
--  scoped_array > message_generators_;
--  scoped_array > enum_generators_;
--  scoped_array > service_generators_;
--  scoped_array > extension_generators_;
-+  std::unique_ptr[] > message_generators_;
-+  std::unique_ptr[] > enum_generators_;
-+  std::unique_ptr[] > service_generators_;
-+  std::unique_ptr[] > 
extension_generators_;
- 
-   // E.g. if the package is foo.bar, package_parts_ is {"foo", "bar"}.
--  vector package_parts_;
-+  std::vector package_parts_;
- 
-   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator);
- };
 /protoc-c/c_generator.cc
-+++ /protoc-c/c_generator.cc
-@@ -80,13 +80,13 @@
- //   "foo=bar,baz,qux=corge"
- // parses to the pairs:
- //   ("foo", "bar"), ("baz", ""), ("qux", "corge")
--void ParseOptions(const string& text, vector >* output) {
--  vector parts;
-+void ParseOptions(const string& text, std::vector 
>* output) {
-+  std::vector parts;
-   SplitStringUsing(text, ",", );
- 
-   for (unsigned i = 0; i < parts.size(); i++) {
- string::size_type equals_pos = parts[i].find_first_of('=');
--pair value;
-+std::pair value;
- if (equals_pos == string::npos) {
-   value.first = parts[i];
-   value.second = "";
-@@ -105,7 +105,7 @@
- const string& parameter,
- OutputDirectory* output_directory,
- string* error) const {
--  vector > options;
-+  std::vector > options;
-   ParseOptions(parameter, );
- 
-   // -
-@@ -149,7 +149,7 @@
- 
-   // Generate header.
-   {
--scoped_ptr output(
-+std::unique_ptr output(
-   output_directory->Open(basename + ".h"));
- io::Printer printer(output.get(), '$');
- file_generator.GenerateHeader();
-@@ -157,7 +157,7 @@
- 
-   // Generate cc file.
-   {
--scoped_ptr output(
-+std::unique_ptr output(
-   output_directory->Open(basename + ".c"));
- io::Printer printer(output.get(), '$');
- file_generator.GenerateSource();
 /protoc-c/c_helpers.cc
-+++ /protoc-c/c_helpers.cc
-@@ -177,7 +177,7 @@
- }
- 
- string FullNameToLower(const string _name) {
--  vector pieces;
-+  std::vector pieces;
-   

[gentoo-commits] repo/gentoo:master commit in: net-wireless/aircrack-ng/

2019-05-05 Thread Mike Gilbert
commit: a1f9264674cc7f524fb43104e6dc0f927c6f9f00
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:37:43 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f92646

net-wireless/aircrack-ng: Depend on sys-apps/hwloc:0=.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild | 2 +-
 net-wireless/aircrack-ng/aircrack-ng-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild 
b/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild
index b44f29284c4..7c3d9a89285 100644
--- a/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild
+++ b/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild
@@ -27,7 +27,7 @@ SLOT="0"
 IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD libressl +netlink 
+pcre +sqlite +experimental"
 
 DEPEND="net-libs/libpcap
-   sys-apps/hwloc
+   sys-apps/hwloc:0=
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
netlink? ( dev-libs/libnl:3 )

diff --git a/net-wireless/aircrack-ng/aircrack-ng-.ebuild 
b/net-wireless/aircrack-ng/aircrack-ng-.ebuild
index 37faadada3a..cdc4a06e100 100644
--- a/net-wireless/aircrack-ng/aircrack-ng-.ebuild
+++ b/net-wireless/aircrack-ng/aircrack-ng-.ebuild
@@ -27,7 +27,7 @@ SLOT="0"
 IUSE="+airdrop-ng +airgraph-ng kernel_linux kernel_FreeBSD libressl +netlink 
+pcre +sqlite +experimental"
 
 DEPEND="net-libs/libpcap
-   sys-apps/hwloc
+   sys-apps/hwloc:0=
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
netlink? ( dev-libs/libnl:3 )



[gentoo-commits] repo/gentoo:master commit in: net-libs/google-cloud-cpp/

2019-05-05 Thread Mike Gilbert
commit: 697abaf217f98a7f450cd29e9d6ababb1b344936
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:25:42 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697abaf2

net-libs/google-cloud-cpp: Depend on dev-libs/protobuf:=.

Bug: https://bugs.gentoo.org/683928
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0-r1.ebuild | 4 ++--
 net-libs/google-cloud-cpp/google-cloud-cpp-0.5.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0-r1.ebuild 
b/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0-r1.ebuild
index c1e409f155e..5ed6e5bbbe4 100644
--- a/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0-r1.ebuild
+++ b/net-libs/google-cloud-cpp/google-cloud-cpp-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-RDEPEND="dev-libs/protobuf
+RDEPEND="dev-libs/protobuf:=
net-misc/curl
net-libs/grpc"
 DEPEND="${RDEPEND}

diff --git a/net-libs/google-cloud-cpp/google-cloud-cpp-0.5.0.ebuild 
b/net-libs/google-cloud-cpp/google-cloud-cpp-0.5.0.ebuild
index 2947f12bb58..4e651cbb6b2 100644
--- a/net-libs/google-cloud-cpp/google-cloud-cpp-0.5.0.ebuild
+++ b/net-libs/google-cloud-cpp/google-cloud-cpp-0.5.0.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 
 RESTRICT="test"
 RDEPEND="dev-cpp/gtest
-   dev-libs/protobuf
+   dev-libs/protobuf:=
dev-libs/crc32c
net-misc/curl
net-libs/grpc"



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

2019-05-05 Thread Mike Gilbert
commit: 354d7beac6c291d1683a66b7977cab9eac229df1
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 03:10:32 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354d7bea

media-video/x264-encoder: Update EGIT_REPO_URI.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild | 4 ++--
 media-video/x264-encoder/x264-encoder-0.0.20190214.ebuild | 2 +-
 media-video/x264-encoder/x264-encoder-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild 
b/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild
index 56e61327598..05428fbc201 100644
--- a/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild
+++ b/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="A free commandline encoder for X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/x264.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git;
SRC_URI=""
 else
inherit versionator

diff --git a/media-video/x264-encoder/x264-encoder-0.0.20190214.ebuild 
b/media-video/x264-encoder/x264-encoder-0.0.20190214.ebuild
index ae007c71112..207434fe1c3 100644
--- a/media-video/x264-encoder/x264-encoder-0.0.20190214.ebuild
+++ b/media-video/x264-encoder/x264-encoder-0.0.20190214.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A free commandline encoder for X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/x264.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git;
SRC_URI=""
 else
MY_P="x264-snapshot-$(ver_cut 3)-2245"

diff --git a/media-video/x264-encoder/x264-encoder-.ebuild 
b/media-video/x264-encoder/x264-encoder-.ebuild
index ae007c71112..207434fe1c3 100644
--- a/media-video/x264-encoder/x264-encoder-.ebuild
+++ b/media-video/x264-encoder/x264-encoder-.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A free commandline encoder for X264/AVC streams"
 HOMEPAGE="https://www.videolan.org/developers/x264.html;
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/x264.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git;
SRC_URI=""
 else
MY_P="x264-snapshot-$(ver_cut 3)-2245"



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

2019-05-05 Thread Mike Gilbert
commit: 5ea28abb86ce9a80c646282e4b0573fb9139f4df
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:51:21 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea28abb

media-libs/libbdplus: Update EGIT_REPO_URI.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 4 ++--
 media-libs/libbdplus/libbdplus-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild 
b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
index 3035e2372cf..c1491101143 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit autotools-multilib
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/${PN}.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git;
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2;
KEYWORDS="amd64 ppc ppc64 sparc x86"

diff --git a/media-libs/libbdplus/libbdplus-.ebuild 
b/media-libs/libbdplus/libbdplus-.ebuild
index a0e3a3fa2f9..5525e10aec4 100644
--- a/media-libs/libbdplus/libbdplus-.ebuild
+++ b/media-libs/libbdplus/libbdplus-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit autotools-multilib
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://git.videolan.org/git/${PN}.git;
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git;
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2;
KEYWORDS="~amd64 ~x86"



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

2019-05-05 Thread Mike Gilbert
commit: 135c4ae14e323f2addeee483127104da87be9c83
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 02:30:03 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135c4ae1

sci-libs/tensorflow: Depend on dev-libs/protobuf:=.

Bug: https://bugs.gentoo.org/683928
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/sci-libs/tensorflow/tensorflow-1.13.1.ebuild 
b/sci-libs/tensorflow/tensorflow-1.13.1.ebuild
index 22f3f9300fa..d8f8b29bb7e 100644
--- a/sci-libs/tensorflow/tensorflow-1.13.1.ebuild
+++ b/sci-libs/tensorflow/tensorflow-1.13.1.ebuild
@@ -57,7 +57,7 @@ RDEPEND="
dev-libs/libpcre
dev-libs/nsync
dev-libs/openssl:0=
-   >=dev-libs/protobuf-3.6.0
+   >=dev-libs/protobuf-3.6.0:=
>=dev-libs/re2-0.2018.04.01
media-libs/giflib
media-libs/libjpeg-turbo



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

2019-05-05 Thread Mike Gilbert
commit: 5c428ae31d0a6189f17ce70609175e409304ddba
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun May  5 01:28:48 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun May  5 19:04:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c428ae3

dev-db/sqlite: Version bump (3.28.0).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-db/sqlite/Manifest |   3 +
 .../files/sqlite-3.28.0-full_archive-build.patch   | 461 ++
 ...8.0-full_archive-segmentation_fault_fixes.patch | 954 +
 .../files/sqlite-3.28.0-full_archive-tests.patch   |  19 +
 ...-nonfull_archive-segmentation_fault_fixes.patch | 114 +++
 dev-db/sqlite/sqlite-3.28.0.ebuild | 330 +++
 6 files changed, 1881 insertions(+)

diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index e40683c22fb..7b659592e7a 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -2,11 +2,14 @@ DIST sqlite-autoconf-3250300.tar.gz 2764429 BLAKE2B 
6a79a8785c1e84002c031a86c656
 DIST sqlite-autoconf-326.tar.gz 2779667 BLAKE2B 
f4d737eb2249ce32fcb7541ba92f7362d417e84adb5f5c63778b6f427b3270b7e0b16e19daaef7fc7e4fca9ab462c96cdb00c65a731a90102f6bb256a27d84ae
 SHA512 
8c3306b3814a0e9bc69b741f62bdb6efc9f1e07163ca3e3a1581994465de163a7924223522e812d6b3663c1525c7012a6f6d73ad333556eba9f97ce9326fbdb8
 DIST sqlite-autoconf-3270100.tar.gz 2797765 BLAKE2B 
a610528b626229e5379037cb2b8b405a564fecf7f999608bcd41b4ee3531259216c69897e4f2e1cdd78d092edf62c3fec40b6cb377d3c767b9f1bee05b09fa01
 SHA512 
1dca61b82ce1dbae2fe9c568ff97e0671900bab46b354bd0aadc1946cbc46b3ea84bd1504ae922f795d1ce10791bf7861a2873f045887646609e26b74919e8e4
 DIST sqlite-autoconf-3270200.tar.gz 2797531 BLAKE2B 
e4d0de32308e519e4f5f68dc0ff1e2098209325ab962a09814aa6af517cb408d1ac70f32fff56cca4ad78bec7d6dedb5b21f222ae391e0fe7e20df5abd37f65a
 SHA512 
0ac2515c7816932a4f725e657122c9f202bd7aba637bad9af5b4592b85efdd10a55ad34ac621b60a7aea91b1021c2ef0924c6ddfe05b2edb4f70e3d34b005972
+DIST sqlite-autoconf-328.tar.gz 2810415 BLAKE2B 
e1af03476d97f96ef78d4e0a9df6ae69a06fb08e48046c843ed668b3f8c00c58263df07a4e8a22a1c7cfc920fd005fa6c2525dceeec4f724b43df7589ca3f777
 SHA512 
e800c0d9e6c8c01ccf1d714c6c4da4b98e9610c4c06557dda6393d0792a8ae09788703d4a74dcb21844c49b3629ff7ed95a4a86ff79872aafd2b49c672c7a570
 DIST sqlite-doc-3250300.zip 9265285 BLAKE2B 
0722f00d849b18dabf82d317eb0deeb5567534a9cb55e189f28b18e7a26b863190911a02a26e21cf39b3106e7e1a872c445a3d8b53876a16d245e77affb6abc4
 SHA512 
a57cefbb2338a87721fb34f7a0d19129a58fbce026f80719af7dbbeb7512c91ab59e07719d860cc1cf742807ab7b0b5f92cff3bf52f4dbbad8c6ca34ad0a68ac
 DIST sqlite-doc-326.zip 9321276 BLAKE2B 
8e3802212eb938a3997bf8eef971baf8802895a8c38e959b2409857228e9a92b24c3f51679f7dc4847df8d9800f0fff2c09e391b3e30de8b2782bbc5267d5d40
 SHA512 
e59f74369adb3ffe3afc235e4369101b8ba077f9cac34d524e2425278c3a30f63340613e5baa0fc3c693265525377b6830a1c6b5e97fb06702b89eb604b1eade
 DIST sqlite-doc-3270100.zip 9361284 BLAKE2B 
d9705bc5d3a40ec70df2fa16c9f3f7d3d4824ddcb59e101bc6d45bc5f6396c11ed9e5d548f59bc2f48cb515417bb03419e67f669a7e85678d05cb0c71a3a2c27
 SHA512 
a56cfe57702ab1ab342c24536bcd3c01c3c57fb9e863fc775f07275d236fc0617f7eb832ca5173bf5c4c5c4b7a0b4b80e2d19b91e7724b838bf141cf0852cc1f
 DIST sqlite-doc-3270200.zip 9371606 BLAKE2B 
6d65f59f21eafab82ede6c89d09b8828e5a5e6f7ad7233877fe938773be0aee6fd347d7bba0101cc1d2e376181e4cfbcc2e36d47567b65af9167c4d1ba7f3540
 SHA512 
00a7c51aeaea2d9338662553c331addca8cd4ae656f4090630b4b2c2e6ced9bd3c6a97117915577cfd6dafeddf9da21f865ab378f86c4832ba0b1c419a2f
+DIST sqlite-doc-328.zip 9421770 BLAKE2B 
695eab96f718307a7aff8a171d9e416ddb4b17039ef7230a458dc7d256e2f07a5b41d3aa1a3f085e5e418c297b5dd1d2ba5e4827434329d1ed61d3dd1f618f3d
 SHA512 
83e23dff00614d31d501c66c29d8d4aa780b38859242b58937243235d185fe3db2f9f3c1accf9bf2df0b457a6e32612a00e82f503a8665aad4f19602e2b36396
 DIST sqlite-src-3250300.zip 11384253 BLAKE2B 
dbc1d989b1f7ae26e34d629ae7926cfebacc0e3b9e07abb98ac6e6d2d801f111624d5b3f5a1d486580559ff0b42140bb798aa862df60946efa77d8b26c47fbd0
 SHA512 
7d6a38aea5626f7a32960fcdd109c647dd24a22ecf0772f01ffdba389f70fdfe6455f69733b22c220d4114a7d61d3d10097c23859d303e02d126988a1f663b65
 DIST sqlite-src-326.zip 11939787 BLAKE2B 
89fc5294c203473a8817d23496b05b743aa9d64ac7c67c258432b6a48dfe41d554b09ed14820854333fe555442029e9c9ccea736be7b10be42d9184502938557
 SHA512 
02faacd831781f25a12ffc8858d648f481d8bbdb68814b18c4c96e3a661233d0e25d675b95feeb35eee4b5ea88e5e0a1fc5fbaecbe434d3f7246d80e81bff6a3
 DIST sqlite-src-3270100.zip 12247922 BLAKE2B 
324488f345e1b15c4d31772d709a7591e9e278842267d84e44cf62e63cbf0acc4a8da2e0d280a5d43d48f67235c067fd97f791d67916803746c83310cbb62c49
 SHA512 
5ae0d3ee747df85e5dcd7cb64057ec64843079cfcf163558aa793194ec8ba0ad5570d9c8cb152b6510357ec074da6dba7cfd2f64466f06565c54cd175d9f8945
 DIST sqlite-src-3270200.zip 12248529 BLAKE2B 

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

2019-05-05 Thread Mikle Kolyada
commit: 6ce2be86dd065cb83ca31b13a0be2251669968d2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:55:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce2be86

app-admin/syslog-ng: dekeyword ~riscv for now

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-admin/syslog-ng/syslog-ng-3.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
index b36361d8279..d3f2e2cea1b 100644
--- a/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



[gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-archive/

2019-05-05 Thread Mikle Kolyada
commit: 2a4785c3c9f541d870bd40fc947cc297e813bdde
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:56:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:57:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4785c3

sys-devel/autoconf-archive: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild 
b/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild
index 6969fb01803..9d943467d26 100644
--- a/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild
+++ b/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 # File collisions. #540246



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

2019-05-05 Thread Mikle Kolyada
commit: 46ff71ac6a34fa7bb438170abec36b043b40f220
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:56:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:57:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ff71ac

app-admin/metalog: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/app-admin/metalog/metalog-20181125.ebuild 
b/app-admin/metalog/metalog-20181125.ebuild
index 6d04d77b199..2fa7ff1a44e 100644
--- a/app-admin/metalog/metalog-20181125.ebuild
+++ b/app-admin/metalog/metalog-20181125.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/hvisage/${PN}/archive/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~x64-cygwin ~x86-fbsd"
 IUSE="unicode"
 
 RDEPEND=">=dev-libs/libpcre-3.4"



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

2019-05-05 Thread Andreas K. Hüttel
commit: 13477c98ef5acdb46900884ff56ccb4b2ea5e870
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 18:51:46 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 18:52:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13477c98

profiles: riscv: add static qemu binary back into @system

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

 profiles/arch/riscv/packages | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages
index 76902fb56fb..3b97323bdc9 100644
--- a/profiles/arch/riscv/packages
+++ b/profiles/arch/riscv/packages
@@ -1,5 +1,10 @@
 # Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# For now we add the x86-64 qemu-riscv64 static binary to all
+# stages. This makes life somewhat simpler when working without
+# real hardware.
+*app-emulation/qemu-riscv64-bin
+
 # For the initial hot experimentation phase...
 *sys-devel/gdb



[gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/

2019-05-05 Thread Horea Christian
commit: 27bfbde7b4aa6e033369799b578d342d14fbcbe7
Author: Horea Christian  yandex  com>
AuthorDate: Sun May  5 18:47:34 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun May  5 18:47:34 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=27bfbde7

sci-biology/irsabi_bidsdata: deprecated release

due to upstream bugs

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 .../irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild | 35 --
 1 file changed, 35 deletions(-)

diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild 
b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
deleted file mode 100644
index cd47dcfa3..0
--- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit check-reqs
-
-DESCRIPTION="BIDS data files released with the IRSABI publication"
-HOMEPAGE="http://www.aic-fmi.ethz.ch/;
-SRC_URI="
-   https://zenodo.org/record/2658627/files/${P}.tar.xz
-   http://chymera.eu/distfiles/${P}.tar.xz
-   "
-
-LICENSE="CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND=""
-DEPEND=""
-
-pkg_pretend() {
-   CHECKREQS_DISK_BUILD="10G"
-   check-reqs_pkg_pretend
-}
-
-# We disable this phase to not check requirements twice.
-pkg_setup() { :; }
-
-src_install() {
-   insinto "/usr/share/${PN}"
-   doins -r *
-}
-
-S="${WORKDIR}/${MY_PN}"



[gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/

2019-05-05 Thread Horea Christian
commit: 2654a9821c7adb7def3662fe885e75fba0096efb
Author: Horea Christian  yandex  com>
AuthorDate: Sun May  5 18:43:59 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun May  5 18:43:59 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2654a982

sci-biology/irsabi_bidsdata: version bump 1.2

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Horea Christian  yandex.com>

 .../irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild 
b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
new file mode 100644
index 0..9c7dba40b
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="BIDS data files released with the IRSABI publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/;
+SRC_URI="
+   https://zenodo.org/record/2667635/files/${P}.tar.xz
+   http://chymera.eu/distfiles/${P}.tar.xz
+   "
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+   CHECKREQS_DISK_BUILD="10G"
+   check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+   insinto "/usr/share/${PN}"
+   doins -r *
+}



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

2019-05-05 Thread Mikle Kolyada
commit: 6d5a0073b7cf0e7058f05f076c2114e89b4dee8c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:45:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5a0073

profiles: more riscv masking

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 043464725f5..1fa51e9d3ca 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -15,7 +15,7 @@ app-crypt/gnupg smartcard tofu wks-server
 app-crypt/mit-krb5 doc test xinetd
 app-crypt/pinentry fltk gnome-keyring
 app-misc/pax-utils python
-app-text/asciidoc test
+app-text/asciidoc graphviz test
 app-text/po4a test
 app-text/xmlto text
 dev-lang/python tk



[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/

2019-05-05 Thread Jory Pratt
commit: b67020e8750972fb6d2ed12f304870e356a005a1
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun May  5 18:26:00 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun May  5 18:26:00 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b67020e8

sys-devel/gcc: update metadata.xml

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jory Pratt  gentoo.org>

 sys-devel/gcc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
index 6a2c985..6ad6e8d 100644
--- a/sys-devel/gcc/metadata.xml
+++ b/sys-devel/gcc/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Toolchain Project
   
   
+Enable support for the D programming language
 Enable fixed-point arithmetic support for MIPS 
targets 
   in gcc (Warning: significantly increases compile time!)
 Build the GCC Go language frontend.



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

2019-05-05 Thread Mikle Kolyada
commit: 9a1eb64984ea7a4b005d2cdb62289490c041b417
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:41:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:41:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1eb649

profiles: more riscv masking

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 42410bb269f..043464725f5 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -11,7 +11,7 @@ dev-vcs/git pcre-jit
 # do not support python-3.7 yet.
 
 app-admin/syslog-ng python
-app-crypt/gnupg ldap smartcard tofu wks-server
+app-crypt/gnupg smartcard tofu wks-server
 app-crypt/mit-krb5 doc test xinetd
 app-crypt/pinentry fltk gnome-keyring
 app-misc/pax-utils python
@@ -29,8 +29,10 @@ dev-python/cython doc test
 dev-python/snakeoil test
 dev-util/catalyst iso
 dev-util/pkgconf test
+dev-vcs/git cvs subversion tk xinetd
 net-libs/gnutls test-full
 net-libs/ldns doc python
+net-nds/openldap kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage epydoc
 sys-auth/pambase pam_ssh passwdqc mktemp



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

2019-05-05 Thread Mikle Kolyada
commit: 6168fc38d30c630de9fca56878efa7182eeb2134
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:33:08 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:41:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6168fc38

dev-db/libiodbc: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-db/libiodbc/libiodbc-3.52.12.ebuild 
b/dev-db/libiodbc/libiodbc-3.52.12.ebuild
index a43ae9ed652..fc39cbde0e2 100644
--- a/dev-db/libiodbc/libiodbc-3.52.12.ebuild
+++ b/dev-db/libiodbc/libiodbc-3.52.12.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="ODBC Interface for Linux"
 HOMEPAGE="http://www.iodbc.org/;
 SRC_URI="https://github.com/openlink/${MY_PN}/archive/v${PV}.zip -> ${P}.zip"
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="|| ( LGPL-2 BSD )"
 SLOT="0"
 IUSE="gtk"



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

2019-05-05 Thread Mikle Kolyada
commit: aeb90647a4f34c743cd8b8364b51ba9d925cad39
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:31:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:41:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb90647

net-nds/openldap: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-nds/openldap/openldap-2.4.47-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/openldap/openldap-2.4.47-r1.ebuild 
b/net-nds/openldap/openldap-2.4.47-r1.ebuild
index 942ddca8b1f..2193b6d1a1e 100644
--- a/net-nds/openldap/openldap-2.4.47-r1.ebuild
+++ b/net-nds/openldap/openldap-2.4.47-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz
 
 LICENSE="OPENLDAP GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
 
 IUSE_DAEMON="crypt samba slp tcpd experimental minimal"
 IUSE_BACKEND="+berkdb"



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

2019-05-05 Thread Mikle Kolyada
commit: 916b8189f5c21866867bc3df3365a309ecb401fe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:33:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:41:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916b8189

dev-db/unixODBC: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-db/unixODBC/unixODBC-2.3.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/unixODBC/unixODBC-2.3.7.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.7.ebuild
index 9d67a0e2552..85833561136 100644
--- a/dev-db/unixODBC/unixODBC-2.3.7.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+minimal odbcmanual static-libs unicode"
 
 RDEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: e77627936c499222d05ef0b3a637f0d5b9113a06
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:34:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:41:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7762793

dev-db/lmdb: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-db/lmdb/lmdb-0.9.23.ebuild b/dev-db/lmdb/lmdb-0.9.23.ebuild
index ae8a5662923..7df1a9111df 100644
--- a/dev-db/lmdb/lmdb-0.9.23.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/LMDB/lmdb/archive/LMDB_${PV}.tar.gz;
 
 LICENSE="OPENLDAP"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=""



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

2019-05-05 Thread Mikle Kolyada
commit: 2620c49b9e783760b518e66c8651814a2b152356
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:32:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:41:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2620c49b

net-libs/openslp: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-libs/openslp/openslp-2.0.0-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/openslp/openslp-2.0.0-r5.ebuild 
b/net-libs/openslp/openslp-2.0.0-r5.ebuild
index 5871635b554..6178fcf4390 100644
--- a/net-libs/openslp/openslp-2.0.0-r5.ebuild
+++ b/net-libs/openslp/openslp-2.0.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/openslp/${P}.tar.gz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="libressl"
 RESTRICT="test"
 



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

2019-05-05 Thread Andreas K. Hüttel
commit: 8646cf87fa5f2f26be8a4f3a77f9a9cffb9564f1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 18:33:37 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 18:34:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8646cf87

profiles: riscv: Add gdb to @system for the initial phase

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

 profiles/arch/riscv/packages | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/riscv/packages b/profiles/arch/riscv/packages
new file mode 100644
index 000..76902fb56fb
--- /dev/null
+++ b/profiles/arch/riscv/packages
@@ -0,0 +1,5 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# For the initial hot experimentation phase...
+*sys-devel/gdb



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

2019-05-05 Thread Andreas K. Hüttel
commit: b9a43ddac9582aa1eac12782231e740e94830e9e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 18:30:31 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 18:34:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a43dda

profiles: riscv: more use masks

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index e23d4e16597..42410bb269f 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -34,6 +34,7 @@ net-libs/ldns doc python
 sys-apps/kmod doc
 sys-apps/portage epydoc
 sys-auth/pambase pam_ssh passwdqc mktemp
+sys-devel/gdb source-highlight
 sys-devel/gettext cvs
 sys-fs/squashfs-tools lz4 lzma lzo zstd
 sys-libs/libcap-ng python



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

2019-05-05 Thread Andreas K. Hüttel
commit: 965bda5daaff9e383ae7709faaa9b6f9c4c54497
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  5 18:31:30 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  5 18:34:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965bda5d

sys-devel/gdb: keyword ~riscv

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

 sys-devel/gdb/gdb-8.3.50.20190312-r1.ebuild | 2 +-
 sys-devel/gdb/gdb-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gdb/gdb-8.3.50.20190312-r1.ebuild 
b/sys-devel/gdb/gdb-8.3.50.20190312-r1.ebuild
index 9aca17993c0..ecf5b6724d2 100644
--- a/sys-devel/gdb/gdb-8.3.50.20190312-r1.ebuild
+++ b/sys-devel/gdb/gdb-8.3.50.20190312-r1.ebuild
@@ -60,7 +60,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 IUSE="+client lzma multitarget nls +python +server source-highlight test 
vanilla xml"
 REQUIRED_USE="

diff --git a/sys-devel/gdb/gdb-.ebuild b/sys-devel/gdb/gdb-.ebuild
index 612fc495a20..1d71bef3785 100644
--- a/sys-devel/gdb/gdb-.ebuild
+++ b/sys-devel/gdb/gdb-.ebuild
@@ -60,7 +60,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 IUSE="+client lzma multitarget nls +python +server source-highlight test 
vanilla xml"
 REQUIRED_USE="



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

2019-05-05 Thread Steve Arnold
commit: ef188ada4d7af85d45a874a1a3da2547312280f4
Author: Stephen Arnold  gentoo  org>
AuthorDate: Sun May  5 18:31:30 2019 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sun May  5 18:31:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef188ada

dev-util/: rev-bump for eapi migration and QA cleanup

* use EAPI 6, filter lto flags, clean up QA issues

Bug: https://bugs.gentoo.org/651446
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Steve Arnold  gentoo.org>

 .../{-3.1.5.ebuild => -3.1.5-r1.ebuild}| 32 +++---
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/dev-util//-3.1.5.ebuild 
b/dev-util//-3.1.5-r1.ebuild
similarity index 60%
rename from dev-util//-3.1.5.ebuild
rename to dev-util//-3.1.5-r1.ebuild
index 07042e9343c..a26523720d4 100644
--- a/dev-util//-3.1.5.ebuild
+++ b/dev-util//-3.1.5-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -17,7 +17,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="apidoc debug doc mfc"
 
 RDEPEND=""
@@ -25,15 +25,16 @@ DEPEND="${RDEPEND}
apidoc? ( app-doc/doxygen[dot] )
"
 
-MAKEOPTS="-j1"
-
 src_prepare() {
-   use mfc && epatch "${FILESDIR}"/${PN}-c_dialect.patch
+   is-flagq -flto* && filter-flags -flto* -fuse-linker-plugin
+   use mfc && eapply "${FILESDIR}"/${PN}-c_dialect.patch
+   default
+
 }
 
 src_compile() {
+   tc-export CC CXX LD AS AR NM RANLIB STRIP OBJCOPY
if use debug ; then
-   export STRIP_MASK="*/bin/*"
DEBUG="true" emake CCC=$(tc-getCXX) CC=$(tc-getCC) 
else
emake CCC=$(tc-getCXX) CC=$(tc-getCC) 
@@ -52,19 +53,18 @@ src_install() {
dodoc README.md
 
if use mfc ; then
-   dodoc "${FILESDIR}"/-MFC-dialect.opt
-   docompress -x "/usr/share/doc/${PF}/-MFC-dialect.opt"
+   insinto /usr/share/doc/${PF}
+   doins "${FILESDIR}"/-MFC-dialect.opt
fi
 
if use doc ; then
-   dodoc CHANGELOG.md HISTORY.md
-   dohtml /*.html || die "html docs failed"
+   insinto /usr/share/doc/${PF}/html
+   doins /*.html || die "html docs failed"
if use apidoc ; then
-   docinto api
-   dohtml -A svg -r doxygen/html || die "dox failed"
-   docompress -x "/usr/share/doc/${PF}/api"
-   docinto metrics
-   dohtml out/* || die "metrics failed"
+   insinto /usr/share/doc/${PF}/html/api
+   doins -r doxygen/html/* || die "dox failed"
+   insinto /usr/share/doc/${PF}/html/metrics
+   doins out/* || die "metrics failed"
fi
fi
 }



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

2019-05-05 Thread Mikle Kolyada
commit: ce837a5381a122136fcae56f8738f494fb849921
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:22:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:22:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce837a53

dev-util/gdbus-codegen: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild
index c82cd61852a..417a3a50238 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.gtk.org/;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



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

2019-05-05 Thread Mikle Kolyada
commit: 06017e2f8871c91961112a07a06d7753b8c80e63
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 18:21:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 18:21:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06017e2f

profiles: fix glib mask on riscv

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 1c2c1f803a2..e23d4e16597 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -20,6 +20,7 @@ app-text/po4a test
 app-text/xmlto text
 dev-lang/python tk
 dev-libs/check subunit
+dev-libs/glib gtk-doc test
 dev-libs/icu doc
 dev-libs/iniparser doc
 dev-libs/libnl python



  1   2   3   >