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

2018-10-16 Thread Jason Zaman
commit: fcceea41288268550e4dce7a952daa069861cc4b
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Oct 17 05:47:36 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Oct 17 05:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcceea41

cuda.eclass: fix circular dep for nvidia-cuda-toolkit

Signed-off-by: Jason Zaman  gentoo.org>

 eclass/cuda.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass
index f8f0822d4e0..b78e6514d96 100644
--- a/eclass/cuda.eclass
+++ b/eclass/cuda.eclass
@@ -41,10 +41,12 @@ inherit flag-o-matic toolchain-funcs
 # Being verbose during compilation to see underlying commands
 : ${CUDA_VERBOSE:=true}
 
+if [[ ${PN} != "nvidia-cuda-toolkit" ]]; then
 DEPEND="dev-util/nvidia-cuda-toolkit"
 if [[ ${EAPI} != [56] ]]; then
BDEPEND="dev-util/nvidia-cuda-toolkit"
 fi
+fi
 
 # @FUNCTION: cuda_gccdir
 # @USAGE: [-f]



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

2018-10-16 Thread Hans de Graaff
commit: b242d06019e03f4bd9935ba02b886e8ff2175dbc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 17 04:59:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 17 04:59:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b242d060

dev-ruby/combustion: cleanup

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

 dev-ruby/combustion/Manifest|  2 --
 dev-ruby/combustion/combustion-0.8.0.ebuild | 25 -
 dev-ruby/combustion/combustion-0.9.0.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 948391f9bd3..0099f6ee8ab 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1,3 +1 @@
-DIST combustion-0.8.0.gem 17920 BLAKE2B 
f318b2a2a6f1ee2103d396f9da52f5aeecdcd76008a91613118732b7253625ef40994680400ce3b8a3f781b08366c8bc15d9288ff9e8d8bd8af8afceb9af9a28
 SHA512 
145aa927dbedf0f5e8207538f0c741ce7c9a03ae696ad6a525bfcb0d4a3c89ae6f9f1b4ffc384d6aa82e2fa3ad802902a29db2fee9803e7a05dd69ea59c24419
-DIST combustion-0.9.0.gem 17920 BLAKE2B 
ac5a1c41b5993614a0101427f0a8d7491736a98b3b7799ed9e638515ae0a9b3098eed5c77a5bbd1c02efe9b613b2d30aac0c446fefb16405c3bfed4d1d15d23f
 SHA512 
6d82f96fe2f42e50065e3de4d0fb8b05fa8da9e63a77b29934db0600594d826eb2a3e36a14e7e18744fed233db769c12a7620b4ec98aa230a6973d07a142a364
 DIST combustion-0.9.1.gem 18432 BLAKE2B 
db569f0e97c756b5ebbe9fe33186d793ea8be97c9a629db0f263576a15bad1deaa353e43afff0ec72807be7fc9fc87075696ce5fbd20abaa0dc064a9d448d4a1
 SHA512 
9a64b0cd440ea10f1318b24f7643303d9cd7d7ac6d8d2d16a5b7b6e656a6cbbc98684636520a12950ab038bc819ee817763e802996914cc7ee6ba0fb12ae9248

diff --git a/dev-ruby/combustion/combustion-0.8.0.ebuild 
b/dev-ruby/combustion/combustion-0.8.0.ebuild
deleted file mode 100644
index 8ef121db7a5..000
--- a/dev-ruby/combustion/combustion-0.8.0.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="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Elegant Rails Engine Testing"
-HOMEPAGE="https://github.com/pat/combustion;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/activesupport-3.0.0:*
-   >=dev-ruby/railties-3.0.0:*
-   >=dev-ruby/thor-0.14.6
-"

diff --git a/dev-ruby/combustion/combustion-0.9.0.ebuild 
b/dev-ruby/combustion/combustion-0.9.0.ebuild
deleted file mode 100644
index 8ef121db7a5..000
--- a/dev-ruby/combustion/combustion-0.9.0.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="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Elegant Rails Engine Testing"
-HOMEPAGE="https://github.com/pat/combustion;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/activesupport-3.0.0:*
-   >=dev-ruby/railties-3.0.0:*
-   >=dev-ruby/thor-0.14.6
-"



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

2018-10-16 Thread Hans de Graaff
commit: 9ec3b46a47bd78948d710e598d52b5e617f1a658
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 17 05:13:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 17 05:13:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec3b46a

dev-ruby/dbf: add 3.1.3

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

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

diff --git a/dev-ruby/dbf/Manifest b/dev-ruby/dbf/Manifest
index b6f54f627d8..d556a6363f7 100644
--- a/dev-ruby/dbf/Manifest
+++ b/dev-ruby/dbf/Manifest
@@ -1,2 +1,3 @@
 DIST dbf-3.1.1.gem 126976 BLAKE2B 
449b70abaa0bdcdf579ee78facbac46d2f97fb99e983b99ef7487c6a78f5d6f8f1c5257e1a490a169b8cb8e9581fb56827d86844d2d2ee9bc0b3326998206f6e
 SHA512 
88aedb43858702ef2f24a2a751ceaeceba7d75ad58a6abdb314219cbb83551165aa7a1973a68e6b4c0da87c9f35c80b2e0650b25f570a76821bbdccb3dbaafb5
 DIST dbf-3.1.2.gem 127488 BLAKE2B 
c71089220f7b2d57b99ab27881c5f094a753c1a7c5378074f18d4a9fccba26d4ac7e8e563b84c0556aa50db7f39d03697957c10e6528ddaed8bef812cac662f5
 SHA512 
1e9c809cc03d4ecadaadd5cc754e4fa85961cf675465f950cda1c084e80c32e0a62223494f76b4ba8e26cde61eea8e43414d1b03c95fd36e8994222c3ffcab11
+DIST dbf-3.1.3.gem 127488 BLAKE2B 
6c75d901b0d694266cfe2441567bf5684e5845a95b3c68eaf7bcbd5bc7b9b4748412740d8afce1015d5a84b26fcc30656a7f6dfc57c8a11055ac657b28cd034d
 SHA512 
222957472dede8cfee42971ad9e7de4a08a7fb0ed017930027d4203da75298ce4eb9d222b841c4b051cf54c772b9799b2ee78cd5308452672142303bdf60c9f9

diff --git a/dev-ruby/dbf/dbf-3.1.3.ebuild b/dev-ruby/dbf/dbf-3.1.3.ebuild
new file mode 100644
index 000..e177a20ec5b
--- /dev/null
+++ b/dev-ruby/dbf/dbf-3.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/*"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a small fast library for reading dBase, xBase, Clipper and FoxPro
+database files"
+HOMEPAGE="https://github.com/infused/dbf;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2018-10-16 Thread Hans de Graaff
commit: 09fd100e1e7f0ae48d78bddceeed399ed615b6c0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 17 04:59:43 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 17 04:59:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fd100e

dev-ruby/combustion: add 1.0.0

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

 dev-ruby/combustion/Manifest|  1 +
 dev-ruby/combustion/combustion-1.0.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 0099f6ee8ab..86ea2da565b 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1 +1,2 @@
 DIST combustion-0.9.1.gem 18432 BLAKE2B 
db569f0e97c756b5ebbe9fe33186d793ea8be97c9a629db0f263576a15bad1deaa353e43afff0ec72807be7fc9fc87075696ce5fbd20abaa0dc064a9d448d4a1
 SHA512 
9a64b0cd440ea10f1318b24f7643303d9cd7d7ac6d8d2d16a5b7b6e656a6cbbc98684636520a12950ab038bc819ee817763e802996914cc7ee6ba0fb12ae9248
+DIST combustion-1.0.0.gem 18432 BLAKE2B 
27b082fadcc621a54fdb34fe646760179ebeef2b45cace0ec4ed354b22ca45b61fc66d7900b321f8847bd906fc3dd2c8ded22146d100a71a6d21a399a948d083
 SHA512 
b006b34a25969ff9a1865f02193b602027f449275f46fa19f6ca57f925b84c552df54e8f35b9ef7ae7cc3008cf384a2618596711d1e700150335474894fd4b4b

diff --git a/dev-ruby/combustion/combustion-1.0.0.ebuild 
b/dev-ruby/combustion/combustion-1.0.0.ebuild
new file mode 100644
index 000..79c9f3a42f8
--- /dev/null
+++ b/dev-ruby/combustion/combustion-1.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 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_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Elegant Rails Engine Testing"
+HOMEPAGE="https://github.com/pat/combustion;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/activesupport-3.0.0:*
+   >=dev-ruby/railties-3.0.0:*
+   >=dev-ruby/thor-0.14.6
+"



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

2018-10-16 Thread Hans de Graaff
commit: 390173924a9dedd11a08efb37f421df9e3ca6721
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 17 05:05:54 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 17 05:05:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39017392

dev-ruby/curses: add 1.2.5

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

 dev-ruby/curses/Manifest|  1 +
 dev-ruby/curses/curses-1.2.5.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index c6ae2f2cf4b..26243eebdbb 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1 +1,2 @@
 DIST curses-1.2.4.gem 35328 BLAKE2B 
ba84d733a663c27a89be200b95c1e7a72063389190b2f90f0fc1b3a2af60025d926c348a08116734b15c2d494a4431c6e2be78e1f5982c03ee13d69bf7edb96e
 SHA512 
bece3833be353ef8db51717dcdbf060667be5d33d00ce78952c44b3a8c3df082c11649b0a2a30072ce99c6578ffde7dce0c0108e109e55022703cfa1c1861bb9
+DIST curses-1.2.5.gem 35840 BLAKE2B 
4c45f0ff81b4e4a6e9a305567b57536ae89cd3ced400066b27530461e91f1d1d4e4c30ebb5af67137a831c38bc6bad8f56e86c647abe246a189102f9e6649933
 SHA512 
eb1d56ecb8f1d55488a9a46d66193efaed1f85c16d0bfe43102d12f6b2e6e8ffe10f1c714d74f31cef4bac1158790764f5da9ca4b60740d3c7a2d2135f1536e4

diff --git a/dev-ruby/curses/curses-1.2.5.ebuild 
b/dev-ruby/curses/curses-1.2.5.ebuild
new file mode 100644
index 000..5d1924f5172
--- /dev/null
+++ b/dev-ruby/curses/curses-1.2.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 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"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby binding for curses, ncurses, and PDCurses"
+HOMEPAGE="https://github.com/ruby/curses;
+LICENSE="|| ( Ruby BSD-2 )"
+
+KEYWORDS="~amd64 ~x86"
+
+SLOT="1"
+IUSE=""
+
+DEPEND+=" sys-libs/ncurses:0"
+RDEPEND+=" sys-libs/ncurses:0"
+
+each_ruby_configure() {
+   ${RUBY} -Cext/curses extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/curses
+   cp ext/curses/curses.so lib/ || die
+}



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

2018-10-16 Thread Jason Zaman
commit: 38f0acd3a2cb845b4f03515c6203d853a0ebc05b
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Oct 14 15:44:48 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Oct 17 04:45:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f0acd3

cuda.eclass: Add nvidia-cuda-toolkit dep

The eclass checked for nvidia-cuda-toolkit but was missing the DEPEND.
Also for EAPI7 both DEPEND and BDEPEND are needed for the compiler and
libraries.

Closes: https://bugs.gentoo.org/654168
Signed-off-by: Jason Zaman  gentoo.org>

 eclass/cuda.eclass | 5 +
 1 file changed, 5 insertions(+)

diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass
index f1c09ca2e45..f8f0822d4e0 100644
--- a/eclass/cuda.eclass
+++ b/eclass/cuda.eclass
@@ -41,6 +41,11 @@ inherit flag-o-matic toolchain-funcs
 # Being verbose during compilation to see underlying commands
 : ${CUDA_VERBOSE:=true}
 
+DEPEND="dev-util/nvidia-cuda-toolkit"
+if [[ ${EAPI} != [56] ]]; then
+   BDEPEND="dev-util/nvidia-cuda-toolkit"
+fi
+
 # @FUNCTION: cuda_gccdir
 # @USAGE: [-f]
 # @RETURN: gcc bindir compatible with current cuda, optionally (-f) prefixed 
with "--compiler-bindir "



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

2018-10-16 Thread Jason Zaman
commit: 15aec34eea29d0af9319a802e360b82c4d0e1f4f
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Oct 17 04:44:40 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Oct 17 04:45:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15aec34e

dev-util/bazel: bump to 0.18.0

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-util/bazel/Manifest|   1 +
 dev-util/bazel/bazel-0.18.0.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
index 1c0957fed3b..118c5d73044 100644
--- a/dev-util/bazel/Manifest
+++ b/dev-util/bazel/Manifest
@@ -1 +1,2 @@
 DIST bazel-0.17.2-dist.zip 79230155 BLAKE2B 
62a60011f9605a1d615e648fdbb98b193561e1d86a7562ccb10fdbb8b6986e17a72c4076dbdbf6baf8a7af83e320af2c4e4b65b5b2101d845597ddd688194ba5
 SHA512 
0d277e20eac6fc972a31be1c77a750f6585d16beabfe7dd096db4103f0f191958aa83b52203b91d4df5b486ff20004c0b4b22125e58379f64f68abc4a87ac326
+DIST bazel-0.18.0-dist.zip 86890953 BLAKE2B 
53da2c2d4467f1f7dd2e613a347acd0ea547bd41fe49fa39cbbcb92c337dca43412ac9b65abf7a3e00c322b8fea075cbdef0da5b064bf4e224c545c539de
 SHA512 
128e1041ae0d85be26933bb107b406ca4ab177f00eec2ee1d791ec9089c0cb384857b532498276480d1063b82e7a9a809b9f8a0d0715260534c3e3d202d6cf13

diff --git a/dev-util/bazel/bazel-0.18.0.ebuild 
b/dev-util/bazel/bazel-0.18.0.ebuild
new file mode 100644
index 000..c1c992cd2ca
--- /dev/null
+++ b/dev-util/bazel/bazel-0.18.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 java-pkg-2 multiprocessing
+
+DESCRIPTION="Fast and correct automated build system"
+HOMEPAGE="http://bazel.io/;
+
+SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples tools zsh-completion"
+# strip corrupts the bazel binary
+RESTRICT="strip"
+RDEPEND="virtual/jdk:1.8"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   app-arch/zip"
+
+S="${WORKDIR}"
+QA_FLAGS_IGNORED="usr/bin/bazel"
+
+bazel-get-flags() {
+   local i fs=()
+   for i in ${CFLAGS}; do
+   fs+=( "--copt=${i}" "--host_copt=${i}" )
+   done
+   for i in ${CXXFLAGS}; do
+   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+   done
+   for i in ${CPPFLAGS}; do
+   fs+=( "--copt=${i}" "--host_copt=${i}" )
+   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+   done
+   for i in ${LDFLAGS}; do
+   fs+=( "--linkopt=${i}" "--host_linkopt=${i}" )
+   done
+   echo "${fs[*]}"
+}
+
+pkg_setup() {
+   echo ${PATH} | grep -q ccache && \
+   ewarn "${PN} usually fails to compile with ccache, you have 
been warned"
+   java-pkg-2_pkg_setup
+}
+
+src_unpack() {
+   # Only unpack the main distfile
+   unpack ${P}-dist.zip
+}
+
+src_prepare() {
+   default
+
+   sed -i 's@//src:bazel@//src:bazel_nojdk@' scripts/BUILD || die
+
+   # F: fopen_wr
+   # S: deny
+   # P: /proc/self/setgroups
+   # A: /proc/self/setgroups
+   # R: /proc/24939/setgroups
+   # C: /usr/lib/systemd/systemd
+   addpredict /proc
+
+   # Use standalone strategy to deactivate the bazel sandbox, since it
+   # conflicts with FEATURES=sandbox.
+   cat > "${T}/bazelrc" <<-EOF
+   build --verbose_failures
+   build --spawn_strategy=standalone --genrule_strategy=standalone
+
+   build --distdir=${S}/derived/distdir/
+   build --jobs=$(makeopts_jobs) $(bazel-get-flags)
+
+   test --verbose_failures --verbose_test_summary
+   test --spawn_strategy=standalone --genrule_strategy=standalone
+   EOF
+}
+
+src_compile() {
+   export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs)"
+   VERBOSE=yes ./compile.sh || die
+   output/bazel --bazelrc="${T}/bazelrc" build 
//scripts:bazel-complete.bash || die
+   output/bazel shutdown
+}
+
+src_test() {
+   output/bazel test \
+   --verbose_failures \
+   --spawn_strategy=standalone \
+   --genrule_strategy=standalone \
+   --verbose_test_summary \
+   examples/cpp:hello-success_test || die
+   output/bazel shutdown
+}
+
+src_install() {
+   dobin output/bazel
+   newbashcomp bazel-bin/scripts/bazel-complete.bash ${PN}
+   bashcomp_alias ${PN} ibazel
+   if use zsh-completion ; then
+   insinto /usr/share/zsh/site-functions
+   doins scripts/zsh_completion/_bazel
+   fi
+
+   if use examples; then
+   docinto examples
+   dodoc -r examples/*
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   # could really build tools but I don't know which ones
+   # are actually used
+   if use tools; 

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

2018-10-16 Thread Anthony G. Basile
commit: 4be377ae578ef0a9ed35b8293832b2fcf9ccbc53
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Oct 17 04:06:38 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Oct 17 04:07:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be377ae

dev-util/valgrind: version bump to 3.14.0

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/valgrind/Manifest   |   1 +
 dev-util/valgrind/valgrind-3.14.0.ebuild | 118 +++
 2 files changed, 119 insertions(+)

diff --git a/dev-util/valgrind/Manifest b/dev-util/valgrind/Manifest
index 10726c96eb2..c3d65f616f2 100644
--- a/dev-util/valgrind/Manifest
+++ b/dev-util/valgrind/Manifest
@@ -1,2 +1,3 @@
 DIST valgrind-3.12.0.tar.bz2 12788556 BLAKE2B 
aeebf9c29afb3cce683c6448a3dec8f4edb1e44b2043a8e159c57a28c75fee49c5dba144d7ae2d79d23fe5a6c5b2bbf01fc398909bf12eebc027f8a7d4d83009
 SHA512 
2c083f7c2e74dc58600397726d9d3af7a2cea40fe3d8733149886d1d77867e6c09996e5be1c58dd932f3662acf7363e04eeadbc0f9c8f0dac089e605024229be
 DIST valgrind-3.13.0.tar.bz2 14723076 BLAKE2B 
cdf92087575cc851d316e2136081441f528596048bc5d1e9c17539283085dd9accd0c1b3136f9768a62de27d1f1641b450305681a33d9ba9fdfe028a73c0cb99
 SHA512 
34e1013cd3815d30a459b86220e871bb0a6209cc9e87af968f347083693779f022e986f211bdf1a5184ad7370cde12ff2cfca8099967ff94732970bd04a97009
+DIST valgrind-3.14.0.tar.bz2 16602858 BLAKE2B 
00d601593388180cc874cf2f0c78e79f705f145e45ea82996117cb91ba881e7888ef241fb7e45927f82f99666d76ed35cb5d451e9a3ef123c04a0dff233b2269
 SHA512 
68e548c42df31dc2b883a403e0faff7480c49b3054841870f5d2f742141ba199eca5d83c96bbf283115f0633f2bdb0860161d422f98e3ec720ec65760d250f97

diff --git a/dev-util/valgrind/valgrind-3.14.0.ebuild 
b/dev-util/valgrind/valgrind-3.14.0.ebuild
new file mode 100644
index 000..e111e5fd3e2
--- /dev/null
+++ b/dev-util/valgrind/valgrind-3.14.0.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic toolchain-funcs multilib pax-utils
+
+DESCRIPTION="An open-source memory debugger for GNU/Linux"
+HOMEPAGE="http://www.valgrind.org;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="mpi"
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+   inherit git-r3
+else
+   SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2;
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+fi
+
+DEPEND="mpi? ( virtual/mpi )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   # Correct hard coded doc location
+   sed -i -e "s:doc/valgrind:doc/${PF}:" docs/Makefile.am || die
+
+   # Don't force multiarch stuff on OSX, bug #306467
+   sed -i -e 's:-arch \(i386\|x86_64\)::g' Makefile.all.am || die
+
+   # Respect CFLAGS, LDFLAGS
+   eapply "${FILESDIR}"/${PN}-3.7.0-respect-flags.patch
+
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # upstream doesn't support this, but we don't build with
+   # Sun/Oracle ld, we have a GNU toolchain, so get some things
+   # working the Linux/GNU way
+   find "${S}" -name "Makefile.am" -o -name "Makefile.tool.am" | 
xargs \
+   sed -i -e 
's:-M,/usr/lib/ld/map.noexstk:-z,noexecstack:' || die
+   cp "${S}"/coregrind/link_tool_exe_{linux,solaris}.in
+   fi
+
+   # Allow users to test their own patches
+   eapply_user
+
+   # Regenerate autotools files
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+
+   # Respect ar, bug #468114
+   tc-export AR
+
+   # -fomit-frame-pointer  "Assembler messages: Error: junk `8' after 
expression"
+   #   while compiling insn_sse.c in none/tests/x86
+   # -fstack-protector more undefined references to __guard and 
__stack_smash_handler
+   #   because valgrind doesn't link to glibc (bug 
#114347)
+   # -fstack-protector-allFails same way as 
-fstack-protector/-fstack-protector-strong.
+   #  Note: -fstack-protector-explicit is a no-op 
for Valgrind, no need to strip it
+   # -fstack-protector-strong See -fstack-protector (bug #620402)
+   # -m64 -mx32for multilib-portage, bug #398825
+   # -ggdb3segmentation fault on startup
+   filter-flags -fomit-frame-pointer
+   filter-flags -fstack-protector
+   filter-flags -fstack-protector-all
+   filter-flags -fstack-protector-strong
+   filter-flags -m64 -mx32
+   replace-flags -ggdb3 -ggdb2
+
+   if use amd64 || use ppc64; then
+   ! has_multilib_profile && myconf+=("--enable-only64bit")
+   fi
+
+   # Force bitness on darwin, bug #306467
+   use x86-macos && myconf+=("--enable-only32bit")
+   use 

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

2018-10-16 Thread Zac Medico
commit: e12a8b3012b4f91bea1b8162d60b48059702604c
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 17 01:52:17 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Oct 17 01:58:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12a8b30

dev-db/etcd: 3.3.10 version bump

Signed-off-by: Zac Medico  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-db/etcd/Manifest   |  1 +
 dev-db/etcd/etcd-3.3.10.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 88f78eecc60..9c822906ba6 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,4 +1,5 @@
 DIST etcd-3.2.22.tar.gz 3243190 BLAKE2B 
165eff928f5f5419d02ef07aebb5160ac5473721a1e27ee1eb2a6b1e5ff775f2f7254ddfc20dec14c28cd2de68966e7b8521fb29c7242a420fa61d226e16b3ba
 SHA512 
7a32dce894ca643f0c51267edc0fba2524c197f0ac3185c6acd22879cd58236f6bcc9c3825d9b8f196255c8bf6aed1b893e1a62124c946f95b4832b409a6b4c0
 DIST etcd-3.2.24.tar.gz 3246004 BLAKE2B 
98a4265fdff3b86ab8741aa820c6d6e9ed97ff0e4d8ca04815f3e9e73c35f8706a6deb092e775606793002a60ba11c89840ecac35999b166709140b81c80
 SHA512 
49cbd6c2c59face31202e5d96e05be03286129fd38124126a2d8bead2f2a441486a848749a2cc5862b62332dd5d560c4be1f4d6c05ded70081ac48d94bf4d16d
+DIST etcd-3.3.10.tar.gz 3526904 BLAKE2B 
8266212707f8fb280d55deba8dffb44e4d48b906c56034b174848fe6f237d5efba8c15ebea076d799db7f3ec560e2d188fdcc8fe26334ae1cbef0384fe8cf847
 SHA512 
848e241e816312307f74520b99aeabf7def6862093897035ace16cb230817d8e2681d7d2f1c1ac220d7c2b4c7c0a1262bbe3e4db927524f785de888566d2097c
 DIST etcd-3.3.8.tar.gz 3518826 BLAKE2B 
4d8ac66022c63250e37871a40041a799a21361f005f5ff259711ea7a0557acbe7f3920815ff0b5193499177e42c306ff8383192e7d4c31c94439d9461dea979f
 SHA512 
c3a3f9ffb614e383854bf5a8819e3dcad8f02b267d74197685b546c856e983c92f8c459185c327adf7ba3d0326e2058fb34caac0896d78494cde86c3f7e04ac7
 DIST etcd-3.3.9.tar.gz 3521457 BLAKE2B 
4c8ae96744b93efe19626225ccd5deca19e9e6bd18d87778e9ba1c207e288ed66d79410bc51bb8c7621c0bf261012ca95d86cd9d307655688a6026a46d891c34
 SHA512 
1e5143060d04138eee68250b57f73bf7a6fdb4ca085443df067b12a4824d24b591e42f3d890a285912126447e8b28c0e6bcee58b8633e01dcf9ae5764ff531a6

diff --git a/dev-db/etcd/etcd-3.3.10.ebuild b/dev-db/etcd/etcd-3.3.10.ebuild
new file mode 100644
index 000..19f780d0674
--- /dev/null
+++ b/dev-db/etcd/etcd-3.3.10.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/coreos/etcd"
+MY_PV="${PV/_rc/-rc.}"
+DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://github.com/coreos/etcd;
+SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc +server"
+DEPEND=">=dev-lang/go-1.9:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   default
+   sed -e 's|GIT_SHA=.*|GIT_SHA=v${PV}|'\
+   -i "${S}"/src/${EGO_PN}/build || die
+   sed -e 's:\(for p in \)shellcheck :\1 :' \
+   -e 's:^ gofmt \\$:\\:' \
+   -e 's:^ govet \\$:\\:' \
+   -i "${S}"/src/${EGO_PN}/test || die
+   # missing ... in args forwarded to print-like function
+   sed -e 's:l\.Logger\.Panic(v):l.Logger.Panic(v...):' \
+   -i "${S}"/src/${EGO_PN}/raft/logger.go || die
+}
+
+pkg_setup() {
+   if use server; then
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+   fi
+}
+
+src_compile() {
+   export GOPATH=${S}
+   pushd src/${EGO_PN} || die
+   ./build || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin bin/etcdctl
+   use doc && dodoc -r Documentation
+   if use server; then
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/etcd
+   dodoc README.md
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" 
${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   keepdir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 0700 /var/lib/${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+   fi
+   popd || die
+}
+
+src_test() {
+   pushd src/${EGO_PN} || die
+   ./test || die
+   popd || die
+}



[gentoo-commits] proj/mysql:master commit in: dev-db/myodbc/, dev-db/myodbc/files/

2018-10-16 Thread Brian Evans
commit: 79619025a7e5a1d71dcb94e827ce52183bf1405b
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Oct 17 01:43:25 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Oct 17 01:43:25 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=79619025

dev-db/myodbc: Drop 5.2.7 versions

Signed-off-by: Brian Evans  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6

 dev-db/myodbc/Manifest|  27 +++---
 dev-db/myodbc/files/5.2.7-r1-cxxlinkage.patch |  40 -
 dev-db/myodbc/myodbc-5.2.7-r1.ebuild  | 118 -
 dev-db/myodbc/myodbc-5.2.7-r2.ebuild  | 121 --
 4 files changed, 13 insertions(+), 293 deletions(-)

diff --git a/dev-db/myodbc/Manifest b/dev-db/myodbc/Manifest
index ca32def..0941e8b 100644
--- a/dev-db/myodbc/Manifest
+++ b/dev-db/myodbc/Manifest
@@ -1,25 +1,24 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-DIST mysql-connector-odbc-5.2.7-src.tar.gz 606472 SHA256 
0ad8fcccb4c41c7100fe02ec0aa87938d33329d23f7b68d1b9031c87750392c9 SHA512 
f54ac8a23ade71da85e1335e95eccdccfd68a8687d17a584ced103812bdc5aee8014769a84eaa22724bb2cb23d34c7188c964d3283723defeaef5157a4b3c60f
 WHIRLPOOL 
928808ac5b623ec345c8c1b8495ca1de7f10e65f0d14720e9bee6ab154ccf818ca690745a57fa7fa1c008ba57b24705657398cd9146fbf2e385c178deca0e499
 DIST mysql-connector-odbc-5.3.10-src.tar.gz 2646571 SHA256 
e15fe714b0236bdb7adea28a5d14a62511b5657cd83a6be664b45a4ef077fcb5 SHA512 
ebe56b95a1690332959a7a37e8ed381b46730fb9f6fbd6522ddc1a6961e4c8cdac59681a957b33abeb6cae12f210278e4063daa59ce952d92acf427bc188e22b
 WHIRLPOOL 
e27aa8c51b575972ceb2f82d36ae4146835e1893808d9a5f98c31924fb16ee576880c7ae3393b89beb4f952c5436699d25efb4cd0e0d25b454a31bdfeedea98e
 DIST mysql-connector-odbc-5.3.4-src.tar.gz 667340 SHA256 
a5f7a490f2958f2768d18b8a57f71909f9699a8619c82776b3ad1c02b8abce0d SHA512 
1e3a0c06091f6ca34e89f9fc915f34e94b840db8626a93f56d464aff8d1f8a275c4ef494046ac760e8bcf910a05b91e39a8a1842711e4a78adddcc412ff77ec8
 WHIRLPOOL 
37bbaac3098377c82889cc30a3bd8b088b751e81a0116b87945a0efccd60f5c3a689176ccbaf866f7957404bbb08d08f9a7885ad68448f7a65188da3b33eb9f2
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlp/xCZfFIAALgAo
+iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlvGk7xfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY2
 QzJFNDRFRDkwRTMyNzU4RTdENTVDMEQxRjc4MUVGRjlGNEEzQjYACgkQ0feB7/n0
-o7axjw/8CvLJt67erbQNFH1HvJ+zWl0U7bNsXZAirgP0Z8qs4tRPLT7QrNI6TaUS
-1X31ETYfJ3GlUgvhXnw9UnASJ1DNRMHrRO1GJpOFIAmL+R5ZxKlm6Uvl4EBH3WF6
-rakfNklyx2OPwWqIf/K8IM7QwF+k2uxaXSPKF2lWapEUvxFsjsfcXKqJG4LmT8W1
-23y2RT6rMO2KUhElnM4skCWO2W1nIw8JnZvWfwN8gZnEIR7shv/sPNxaCYjO3EhR
-F/XDKoq7H1+Q81/UgxF/47RZZ7GX4yU6ba+kOU/nza/WCN15rGuXZ2HqZeKzcE5l
-KRuxNLOJqajdycFksUXHWLonboD0k9UPRJ4qFA2hq1mK3H/fUJQ9NZO8LnR61EO2
-RY052qrGcJ3g1vamH0onqdY5guld9MR3Bh5Gc1kuq6APG6nhaE+rpSTYJ6QYEq7V
-m31qFN6Se93j0ED0oDcY77APIVoGRFZMof4X+a9uO/DdwBr2MYG+Sfxnr12xWZmA
-ltwxcRjOSBQZbJwmblEl9zyyboivoXqAcrw1rfwBkZsyMgJdvgKs3fSBnUCFSOU+
-ei5DH8vDF9x6Ew6FFGHwpEQd7GULCE8jR+Vc8cyztEGiGHppEX8zhpM4iFgYai5i
-Grj19xsQ0wLvQHl/BJ5o8JxMmFryFXpYtmoddEz9xdzd+4KKa0I=
-=H5eI
+o7YUkRAAsl1lJcDOEH4i3f7i0438IcDzttcMx1T1tLnDG6pBPlD9Bi5igUNJ2x76
+7y8N5CdCJ23aF9UfuqgCVromlxIXIzOzczTHE+cTwRRyeAiDagKfrgkF8Whs+4pD
+bMzeZbFOsxlUSPWZXJ8OZXjA1/pILplo+Nc2gvieoR7ykaoRSndVkKxLHzC68QpW
+8ZS3kPCQ3U55OIcwMc0T4UNsrEqOW3dC3eRMXuAy+Qy0HYrPSpdvrupm2gi/zOUF
+HVm1JfoW+OaBoLxdCp2nnEnrBCEoGB+nu9QDexk1XmHLILmOarVngb83gfEjYW0b
+bw0ltQvhf7/AU+27k0lMtv0DbwJ7akbz5nCy7XszcBMZsoqtIs2jNg6lqiwGa4JO
+bOQ/eqIPrHYUWd1hq3HMRw30/dVdXGyRmYJWl8y0hucx2NxoEGop4bWWSpB210Fq
+PPakT1T6ySjrVGnrMitg4Omug+a9rWoPhGMrYhK1leT5FFoK0sjeZO/rBupTOuSo
+9i7g3Old3suvoIF2e2saWHGZS7+E1DH/iEWnu8g+kNcMqmj4Q8+ctC33SIkVll08
+PVpHZ9D1a+mFTpSSQrntsBotIaid3QZgJ9aDEW2DTHG+1iXy/rPRIwEvjW32q/fj
+c0P1wKU8Nk/GLR59Vd6aAIPF5ofvywEMBkafa+6GTaTLg/l8vCo=
+=5Rnq
 -END PGP SIGNATURE-

diff --git a/dev-db/myodbc/files/5.2.7-r1-cxxlinkage.patch 
b/dev-db/myodbc/files/5.2.7-r1-cxxlinkage.patch
deleted file mode 100644
index 2bdb4a5..000
--- a/dev-db/myodbc/files/5.2.7-r1-cxxlinkage.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -uarN a/cmake/FindMySQL.cmake b/cmake/FindMySQL.cmake
 a/cmake/FindMySQL.cmake2014-06-18 18:50:16.0 -0400
-+++ b/cmake/FindMySQL.cmake2014-08-20 10:05:00.191485304 -0400
-@@ -105,16 +105,16 @@
-   # Finally remove the dot
-   STRING(REGEX REPLACE "[.]" "" MYSQL_NUM_VERSION "${MYSQL_NUM_VERSION}")
- 
--  IF(MYSQL_CXX_LINKAGE OR MYSQL_NUM_VERSION GREATER 50603)
-+  IF(MYSQL_CXX_LINKAGE)
- EXECUTE_PROCESS(COMMAND ${MYSQL_CONFIG_EXECUTABLE} "--cxxflags"
- OUTPUT_VARIABLE _mysql_config_output
- )
- SET(MYSQL_CXX_LINKAGE 1)
--  ELSE (MYSQL_CXX_LINKAGE OR MYSQL_NUM_VERSION GREATER 50603)
-+  ELSE (MYSQL_CXX_LINKAGE)
- EXECUTE_PROCESS(COMMAND ${MYSQL_CONFIG_EXECUTABLE} "--cflags"
- 

[gentoo-commits] proj/mysql:master commit in: dev-db/mysql-connector-c/, dev-db/mysql-connector-c/files/

2018-10-16 Thread Brian Evans
commit: 66cbe1efb8709b058a5dfae9ffc69c8d0677027d
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Oct 17 01:39:57 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Oct 17 01:39:57 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=66cbe1ef

Drop old mysql-connector-c which is in ::gentoo

Signed-off-by: Brian Evans  gentoo.org>

 dev-db/mysql-connector-c/Manifest  |  2 -
 .../mysql-connector-c/files/conn-c-includes.patch  | 15 
 dev-db/mysql-connector-c/files/mysql_com.patch | 31 -
 .../files/openssl-cmake-detection.patch| 12 
 dev-db/mysql-connector-c/metadata.xml  | 10 ---
 .../mysql-connector-c-6.1.5.ebuild | 65 --
 .../mysql-connector-c-6.1.6-r2.ebuild  | 79 --
 .../mysql-connector-c-6.1.6.ebuild | 69 ---
 8 files changed, 283 deletions(-)

diff --git a/dev-db/mysql-connector-c/Manifest 
b/dev-db/mysql-connector-c/Manifest
deleted file mode 100644
index 5c0e7d8..000
--- a/dev-db/mysql-connector-c/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mysql-connector-c-6.1.5-src.tar.gz 3455028 SHA256 
278f2b40f3980079bc7ad247cb2bf08967ce56ef79da468ae26ff2e2a560be66 SHA512 
be47ed70865744ff9ecb9376972208504327514f03635e54c05e81d324bcf9ba777300a12738d8ca32b95c9c31d734dc9f6ebb7bb24fd11821560a6b0f09bb56
 WHIRLPOOL 
bfdd17908cae63ef5b5006bdf28432bb12738044fe99960fdddab6da527ab41211a48396270a778ce500c5758c2f5d50c1fd850a92c684996612ab7c38637c61
-DIST mysql-connector-c-6.1.6-src.tar.gz 3475044 SHA256 
433012c415871958b61bc4f3683e1ebe77e3389f698b267058c12533ea78 SHA512 
2a3db4aec5b8e5357fa407d6e2b52534f7aa9c0b78c4ebe9a61e2e25dc5f7dc1f1962f6e6fd847107ce53ca369e0babe7118b947a87189495212596348cfd760
 WHIRLPOOL 
6a0a55a47a88606c12511f9fd155bafcf5d73b1ffa2c4877b838bca018f4a8a8f4427ac6af6e4c567eced7e1108dba4a613255f813ab481e8ea948b3a6cdff33

diff --git a/dev-db/mysql-connector-c/files/conn-c-includes.patch 
b/dev-db/mysql-connector-c/files/conn-c-includes.patch
deleted file mode 100644
index fcde71f..000
--- a/dev-db/mysql-connector-c/files/conn-c-includes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -aurN a/include/CMakeLists.txt b/include/CMakeLists.txt
 a/include/CMakeLists.txt   2015-07-14 13:06:04.424091000 -0400
-+++ b/include/CMakeLists.txt   2015-07-14 13:24:43.434091000 -0400
-@@ -55,6 +55,11 @@
-   byte_order_generic_x86.h
-   little_endian.h
-   big_endian.h
-+  my_thread_local.h
-+  thr_cond.h
-+  thr_lock.h
-+  thr_mutex.h
-+  thr_rwlock.h
-   ${HEADERS_GEN_CONFIGURE}
- )
- 

diff --git a/dev-db/mysql-connector-c/files/mysql_com.patch 
b/dev-db/mysql-connector-c/files/mysql_com.patch
deleted file mode 100644
index 36a7d5a..000
--- a/dev-db/mysql-connector-c/files/mysql_com.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 a/include/mysql_com.h  2014-06-10 23:10:43.0 -0400
-+++ b/include/mysql_com.h  2015-08-11 15:20:54.487091000 -0400
-@@ -179,7 +171,7 @@
- #define CLIENT_IGNORE_SIGPIPE   4096/* IGNORE sigpipes */
- #define CLIENT_TRANSACTIONS   8192/* Client knows about transactions */
- #define CLIENT_RESERVED 16384   /* Old flag for 4.1 protocol  */
--#define CLIENT_RESERVED232768   /* Old flag for 4.1 authentication */
-+#define CLIENT_SECURE_CONNECTION 32768  /* New 4.1 authentication */
- #define CLIENT_MULTI_STATEMENTS (1UL << 16) /* Enable/disable multi-stmt 
support */
- #define CLIENT_MULTI_RESULTS(1UL << 17) /* Enable/disable multi-results */
- #define CLIENT_PS_MULTI_RESULTS (1UL << 18) /* Multi-results in PS-protocol */
-@@ -226,7 +216,7 @@
-| CLIENT_IGNORE_SIGPIPE \
-| CLIENT_TRANSACTIONS \
-| CLIENT_RESERVED \
--   | CLIENT_RESERVED2 \
-+   | CLIENT_SECURE_CONNECTION \
-| CLIENT_MULTI_STATEMENTS \
-| CLIENT_MULTI_RESULTS \
-| CLIENT_PS_MULTI_RESULTS \
 a/libmysql/client_settings.h   2015-02-25 16:09:49.0 -0500
-+++ b/libmysql/client_settings.h   2015-08-11 15:44:10.804091000 -0400
-@@ -31,7 +31,7 @@
-  CLIENT_LONG_FLAG | \
-  CLIENT_TRANSACTIONS |  \
-  CLIENT_PROTOCOL_41 | \
-- CLIENT_RESERVED2 | \
-+ CLIENT_SECURE_CONNECTION | \
-  CLIENT_MULTI_RESULTS | \
-  CLIENT_PS_MULTI_RESULTS | \
-  CLIENT_PLUGIN_AUTH | \

diff --git a/dev-db/mysql-connector-c/files/openssl-cmake-detection.patch 
b/dev-db/mysql-connector-c/files/openssl-cmake-detection.patch
deleted file mode 100644
index 3a5f53e..000
--- a/dev-db/mysql-connector-c/files/openssl-cmake-detection.patch
+++ /dev/null
@@ -1,12 +0,0 

[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-connector-c/

2018-10-16 Thread Brian Evans
commit: 0d73e3c23002ac214b23131084de34b05977b6fc
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Oct 17 01:35:51 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Oct 17 01:35:51 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=0d73e3c2

dev-db/mariadb-connector-c: Drop cmake-multilib and old builds

Signed-off-by: Brian Evans  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6

 dev-db/mariadb-connector-c/Manifest|  30 +++---
 .../mariadb-connector-c-2.0.0-r1.ebuild|  81 
 .../mariadb-connector-c-2.1.0.ebuild   |  80 
 .../mariadb-connector-c-2.2.2.ebuild   |   4 +-
 .../mariadb-connector-c-3.0.1_beta.ebuild  | 104 
 .../mariadb-connector-c-3.0.3.ebuild   | 105 -
 .../mariadb-connector-c-.ebuild|  24 ++---
 7 files changed, 25 insertions(+), 403 deletions(-)

diff --git a/dev-db/mariadb-connector-c/Manifest 
b/dev-db/mariadb-connector-c/Manifest
index a4c0a98..96c1c73 100644
--- a/dev-db/mariadb-connector-c/Manifest
+++ b/dev-db/mariadb-connector-c/Manifest
@@ -1,27 +1,23 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-DIST mariadb-connector-c-2.1.0-src.tar.gz 1912888 SHA256 
568050b89463af7610d458669fd9eee06dcc9405689aca8a526ac8c013b59167 SHA512 
1bf06ed2fe2a39c15bbd48029b2e6aaf0a9b4704f18e0caa9f356f6b41c8e57e5170e83e875929eb77ec631250f983d1cf8d60d78156b1e6795518a1a346bbe7
 WHIRLPOOL 
205319d1e4b47f41f2e5f409f66ba9101d7a041ac7550f3886471db02ae329d671a12ebd2177bbec83d2f99baa603589ca8d45fe09ed7f4f20c26a9150ed0624
 DIST mariadb-connector-c-2.2.2-src.tar.gz 519724 SHA256 
93f56ad9f08bbaf0da8ef03bc96f7093c426ae40dede60575d485e1b99e6406b SHA512 
8e7b35345de3ae3902b74613646c17641e441548ec87eb97c635c98dcddb0862411a625d9e82ba62324babe21d0d099a241b074826f0b396b425a80e714dd355
 WHIRLPOOL 
e09d535186726cad6c880327e2045176a8bc773675381262bcff071ecccbdaa6b2fc802250cedf9d3a5f8848fa178fba9a8e236e3d3d988800826176376b91b1
-DIST mariadb-connector-c-3.0.1_beta-src.tar.gz 650137 SHA256 
37b7922254e637285e69deceaa81667be103b1ac904b5a946a74d6d3ec97eeac SHA512 
99e65987317b4169558191e45449332465188721429842f5196afb22f5e7ec31ac833c75ca8820c9bd63f7745df58fd17e809a83bca58d1a74f329dc10aee551
 WHIRLPOOL 
770e7e4368fbc17e871a704112c94522b27f564dd66d4520d0afdb46ef0e32e054d533d93a2ff60b9d7f42e15a2c33d2d8723dcb07f4d8f5b459820c797b012b
-DIST mariadb-connector-c-3.0.3-src.tar.gz 666928 SHA256 
210f0ee3414b235d3db8e98e9e5a0a98381ecf771e67ca4a688036368984eeea SHA512 
6da66a32165cb74b106bf94e13a35d4bb38f05e5d2b3ff3740862dfc0892a7705977c1394b4f84b8e1f1e50a59a3fadbc62e7733b1feb532c6368a9fc262db04
 WHIRLPOOL 
808428dbf05546a2066ce8198e9713bc5e86caf068ed3ab308ee8e912d39248e1c0d7ddc912d8d12ec77411a744c8db5b3dc2351329b06e28ef5be22b5bc8790
-DIST mariadb_client-2.0.0-src.tar.gz 1923436 SHA256 
fd2f751dea049c1907735eb236aeace1d811d6a8218118b00bbaa9b84dc5cd60 SHA512 
7be7454dedc218bb5cdeae5d54c461129cc4611d0e380c4d2bf60bc276e85ea0ae52b0dcf8a41edef0e0e678e1392c2ddcebb9c4a75ad4625808fd0cc7522c75
 WHIRLPOOL 
be699bbda7d86a8708347fcfdc0ebdc17f1fe6ee6e4d1b839e849673450849ab4838eee8d6995a45009a899dbe88d63f7e09dc94933b598b16709db92958aa55
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlpt6ulfFIAALgAo
+iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlvGkfJfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY2
 QzJFNDRFRDkwRTMyNzU4RTdENTVDMEQxRjc4MUVGRjlGNEEzQjYACgkQ0feB7/n0
-o7YVpxAAsM1Pzw+qxoXilOvt3NTCtH74pVTG37cls30jxH0t4/sHeegKubqIDgRA
-e/Rsb+Ap6urwpwFg3owHEksgdaHcoStVnEjWhvjJzlS3wbbV7NDpql8J4hZTTD+Z
-ftb6GZurv+C6PplZCfVag8Z/zeOT698VZL7aLIMDE6KMBGj+KSES/q1fmQtGGQI8
-Jp4r7ZJGazZmQnjDoFiBizTNRwXRc3mJ8izN1qUWeeahuRegrYF5EK6u/JtzhOnW
-ukXfAdRBDZuTqeX9LZwtLpFZLsH1SfTH6BStBgnYOu865a2MlF1PKtCe/OOeR/WX
-/PGzv5+dws6bF08hXG4aOZQSfuznzcpUIYcQQAco6xOGKYQJ0DztV1/0nrza9zKq
-GkfiJGJLfQAhBbMttv3sod777NlFcs+7P+BFGxgY5xMLiGQDXVjhmPtVxHRK0cO0
-cvalKmvIzBpxx1pBv5e9HumNv3uDcBQ8jnuEdeHKfH5jLJuRynS4UPD7D5iCuKPg
-Hq5+gEEDz/0XG9DjFagIwK6OyurAmV79Ia37UF8dQi0ikMhpIq/dN5IfOxpj59lD
-yFRKp5BBHBBram+pnzTPTcZHnernuyBNKxYGNOovQ3zILA41I/Hbhhfq5sbyNnHG
-bdhbnTKujLYiD/MZtzZ5xQCTt9bDx1P7dlv5y2kTTMeyxuRj2Gc=
-=x+dp
+o7aOZg/+N0nU88jEV2GjbwsxV98LaGTSYNlNzGT84WL9G2dHjxXodI6eli7tfjXf
+BufXEXqrS6VahipTya6JCG4P/z+06AvpA7ZHCUZkJ/m88gnDQ5vdMnjFYVfm7iVO
+ODA4mzPcdJ1ah6OeRYsk1kqFqFLhr40weDSMwTjbLAm1771RVzJSkz0L7acRF+WE
+F960IK1WaWY9K0D/nRb0VgCckfcLOHQBUsNmQru/QopI196thCP9wnaQQWFyqjIL
+pbduyvBc3rPmTeBo+Gm3R2F2rqy2tyxccmYpoYERbYNomuUnSo9Lgo9qe+yRhKXf
+hleNchUqUFNYnwvCAx42SU2CNxzBufTVJyTvCvFq1PcUwlVGq+3VIaElwcspzo5f
+8eiORT66BM5lV79eG1Tqj4P+ctwIKp3Mq89pfwT9IjgZljDukz56fgZQvDFZQkqs
+dZhQoyV7rLx+VKwj/s4k58B8o7kS7IDrCqMhTcwsZJ/gn2xRqeIMUxWxJgnndAZE
+5lPHf+/johpj8Zffhd4ehFSe9A4oyAP3BUdndScSixqY58F+f4S5MN32ZHELLng3

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

2018-10-16 Thread Thomas Deutschmann
commit: 4fba39baff104a36be8fd164f55ba730595b4511
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 17 00:39:10 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 00:46:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fba39ba

dev-db/mysql: bump patch set

Closes: https://bugs.gentoo.org/668832
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mysql/Manifest   | 2 +-
 dev-db/mysql/mysql-5.7.23-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 7641b811b68..019e5d6d4de 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -3,4 +3,4 @@ DIST mysql-5.6.40.tar.gz 32083035 BLAKE2B 
efcc078341bae239df28ac0504111aa3492688
 DIST mysql-5.6.41.tar.gz 32111985 BLAKE2B 
5ccad59333525b354db4fa892857e237cddf8fe1a4d289c6e410c31d6142a71d3ce4dab8d954fa9932ec1f83b50e8eccd5845e082deaaa56f1c0c5e21b2ce6c0
 SHA512 
a62d7a68c6bb49de33f8c9e634bce53cb453a87238e92967115e8e928fa9ed291727b8bd5a5271a0b5b634d957eb310c745edfb14b6be1deb9099bb757aa2cff
 DIST mysql-boost-5.7.23.tar.gz 49025014 BLAKE2B 
669f10779bc2cda866d6bd876b4efe55fb4b0c796f596f66513a3ca85f322e2a03e9879eecd72a69729a0cb71d408c46cdd9086ae456712b4adff6ae7c584c97
 SHA512 
e4317f89d108a68652cd95e41ffd670c37b6663aabd6af3985d18052fb7e8d8879b5822399caf9091cecc0a949ec588c121c87cfd60d69941f68d0ecbedd0953
 DIST mysql-extras-20180804-2323Z.tar.bz2 322215 BLAKE2B 
cca9e502e375bf43473335868517f6c450fc7bcf03e55de5a294c8bdcfcac2bb783dec09bbb3b6c30a561ba7e3a943543c017e2d42b61d466e699acdef4c0231
 SHA512 
efd9d416f394cc61b977ab76f05ab3acc5803ff8bdee8e1dbc65cc5b3f07e4f9742140d9586c028908b10fcc44f21c98ebffdebcc5c3578acbe05b07526bcb3d
-DIST mysql-extras-20181016-1606Z.tar.bz2 327537 BLAKE2B 
885b21b9f576844edf7e850cb8c7484fdadb469297adcbcd885ed0d12bb4a24324f26c4546a1fa077502f7f306b436ed48667fbfccce11be8873ff723f435b85
 SHA512 
b6fb00c2971cf91f0765b08b4f0449179eb5701b0eb92a184103f1129f365fee2271d27150c30a3f2fb3c2e8b669f77e65a54956f2862c6d3fe6be49e4bc0f88
+DIST mysql-extras-20181017-0033Z.tar.bz2 327867 BLAKE2B 
6422ef22c497724253aec513bbaece43b8172d9b46c5a0823a3613b98141f66596121bf5573d9667e1a5c7c4ca50e3b22686df8d464e9a7ed6609b6b0325cdbc
 SHA512 
ca361b48744ebfac74a3efa30cc664d6af6850e09b76284a6b32bc0145fcc193283950c52e5c20ae943cb7bdde9f6edb9ebad899593c8062dd2a62fa5f155d57

diff --git a/dev-db/mysql/mysql-5.7.23-r2.ebuild 
b/dev-db/mysql/mysql-5.7.23-r2.ebuild
index ef6b22685df..f183ee01e79 100644
--- a/dev-db/mysql/mysql-5.7.23-r2.ebuild
+++ b/dev-db/mysql/mysql-5.7.23-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-MY_EXTRAS_VER="20181016-1606Z"
+MY_EXTRAS_VER="20181017-0033Z"
 
 CMAKE_MAKEFILE_GENERATOR=emake
 



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

2018-10-16 Thread Thomas Deutschmann
commit: ae3ca10e0ac7b991483e849c9e4c0e92f95bb77e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 17 00:40:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 00:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3ca10e

dev-db/percona-server: bump patch set

Closes: https://bugs.gentoo.org/668832
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/percona-server/Manifest   | 2 +-
 dev-db/percona-server/percona-server-5.7.23.23-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 2f434e65af7..47fac2091bc 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,6 +1,6 @@
 DIST boost_1_59_0.tar.gz 83709983 BLAKE2B 
8c6676fa05fa401a6ecb3b890d95aceb4421ec48dd0eab38ce8d170c618e177c82dc67a165938f6be1a01daab24ce41888f5442dbc19ad3dd41368a01a6f89e4
 SHA512 
05fdbe5637543defdbc630b921515425885593d16db14534ed7b9aa60925ade8fb598d50cb894aed6dae688e789047216daa1bf03fa1aeb6b531060d9dae52ae
 DIST mysql-extras-20180628-0201Z.tar.bz2 322141 BLAKE2B 
fce35cfea4ffa9860908fcdf440cd0d714c402c42ee2afb22cec9e727971c216310c7db561ca1b37deebb2cea5137fe24f19b491ad500949e3170ccec3de0b13
 SHA512 
71a3800ec091b41e41d25536199149eb714c0bbfc0f6fc478e8e4dcaf4cf87a7e4d49c513da3c9badc0de810d7d78c05ad91dd898e45005b42136346237de42a
-DIST mysql-extras-20181016-1606Z.tar.bz2 327537 BLAKE2B 
885b21b9f576844edf7e850cb8c7484fdadb469297adcbcd885ed0d12bb4a24324f26c4546a1fa077502f7f306b436ed48667fbfccce11be8873ff723f435b85
 SHA512 
b6fb00c2971cf91f0765b08b4f0449179eb5701b0eb92a184103f1129f365fee2271d27150c30a3f2fb3c2e8b669f77e65a54956f2862c6d3fe6be49e4bc0f88
+DIST mysql-extras-20181017-0033Z.tar.bz2 327867 BLAKE2B 
6422ef22c497724253aec513bbaece43b8172d9b46c5a0823a3613b98141f66596121bf5573d9667e1a5c7c4ca50e3b22686df8d464e9a7ed6609b6b0325cdbc
 SHA512 
ca361b48744ebfac74a3efa30cc664d6af6850e09b76284a6b32bc0145fcc193283950c52e5c20ae943cb7bdde9f6edb9ebad899593c8062dd2a62fa5f155d57
 DIST percona-server-5.6.40-84.0.tar.gz 52684007 BLAKE2B 
11658be2319880f7e8815c7b620b7d460dd7a559316ca96905573b0fa2d7180b084ed425f76f6d850f06862e424b5a8d6ced8356f9075826b77e89e86095eb40
 SHA512 
b1075933bdf1afb726acd799e834cb45a1d2a15d3f37f313da71f8da03a7b9480d7ccfb4cb6a820fb6ccf58851d8c9473bce975203cd6bc007a2b74b36a1127f
 DIST percona-server-5.6.41-84.1.tar.gz 52736448 BLAKE2B 
1ec5e17f08274caa3882f829f25bbf74a3b37d2ba208f62376106f0d89e5470f461f7852e365d5da9503d5500702e28f08461e5aa0c5ae6b1a30a0e98dbb426b
 SHA512 
60783154f9ab097083a484c34e584b396eeba4aa53dc8616c467ca9c85cc626be08e3165740703453cc4fb35f3af94ac34260f1e2bb133d60f832661251cbb3c
 DIST percona-server-5.7.23-23.tar.gz 79165468 BLAKE2B 
a460ac6fa2be65abb0520d541db54413274599e02d8de3a01a68f8c3da431bfe819eb32bf80518fdff69bbcfae90ee089d2a096ee6210f9e4efe60dbab25
 SHA512 
351d40d3f7c3fe72f733443a6ef3902e1455390835e52e73d7eb48698ac6f2363e07811d40b22af5b1c7607622017d613279581940522c5e99660fac89d4d4c6

diff --git a/dev-db/percona-server/percona-server-5.7.23.23-r1.ebuild 
b/dev-db/percona-server/percona-server-5.7.23.23-r1.ebuild
index bc88d79f260..0c86bd67a52 100644
--- a/dev-db/percona-server/percona-server-5.7.23.23-r1.ebuild
+++ b/dev-db/percona-server/percona-server-5.7.23.23-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-MY_EXTRAS_VER="20181016-1606Z"
+MY_EXTRAS_VER="20181017-0033Z"
 
 CMAKE_MAKEFILE_GENERATOR=emake
 



[gentoo-commits] proj/mysql-extras:master commit in: /

2018-10-16 Thread Thomas Deutschmann
commit: c5bf7666c3bb6f495079ebf43eb9cfaa2198f1bc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 17 00:33:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 00:33:06 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=c5bf7666

Update 20018_all_mysql-5.7.23-fix-libressl-support.patch

Closes: https://bugs.gentoo.org/668832
Signed-off-by: Thomas Deutschmann  gentoo.org>

 20018_all_mysql-5.7.23-fix-libressl-support.patch | 36 +++
 1 file changed, 36 insertions(+)

diff --git a/20018_all_mysql-5.7.23-fix-libressl-support.patch 
b/20018_all_mysql-5.7.23-fix-libressl-support.patch
index f6beecd..c5ca308 100644
--- a/20018_all_mysql-5.7.23-fix-libressl-support.patch
+++ b/20018_all_mysql-5.7.23-fix-libressl-support.patch
@@ -1,4 +1,5 @@
 https://bugs.gentoo.org/662826
+https://bugs.gentoo.org/668832
 
 --- a/sql/auth/sha2_password_common.cc
 +++ b/sql/auth/sha2_password_common.cc
@@ -12,3 +13,38 @@ https://bugs.gentoo.org/662826
EVP_MD_CTX_cleanup(md_context);
  #else  /* OPENSSL_VERSION_NUMBER < 0x1010L */
EVP_MD_CTX_reset(md_context);
+--- a/vio/viosslfactories.c
 b/vio/viosslfactories.c
+@@ -121,21 +121,19 @@ static DH *get_dh2048(void)
+   DH *dh;
+   if ((dh=DH_new()))
+   {
+-BIGNUM *p= BN_bin2bn(dh2048_p, sizeof(dh2048_p), NULL);
+-BIGNUM *g= BN_bin2bn(dh2048_g, sizeof(dh2048_g), NULL);
+-if (!p || !g
+-#if OPENSSL_VERSION_NUMBER >= 0x1010L
+-|| !DH_set0_pqg(dh, p, NULL, g)
+-#endif /* OPENSSL_VERSION_NUMBER >= 0x1010L */
+-) {
+-  /* DH_free() will free 'p' and 'g' at once. */
++BIGNUM *p = BN_bin2bn(dh2048_p,sizeof(dh2048_p), NULL);
++BIGNUM *g = BN_bin2bn(dh2048_g,sizeof(dh2048_g), NULL);
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
++dh->p=p;
++dh->g=g;
++if (! dh->p || ! dh->g)
++#else
++if (!DH_set0_pqg(dh, p, NULL, g))
++#endif
++{
+   DH_free(dh);
+-  return NULL;
++  dh = NULL;
+ }
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
+-dh->p= p;
+-dh->g= g;
+-#endif /* OPENSSL_VERSION_NUMBER < 0x1010L */
+   }
+   return(dh);
+ }



[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20181017-0033Z

2018-10-16 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 00:45:45 2018 +

New tag: mysql-extras-20181017-0033Z




[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/, sys-cluster/ceph/

2018-10-16 Thread Patrick McLean
commit: 9c8362b30d0cef025ec3b0da1716d1c93fac0e21
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Oct 17 00:09:47 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Oct 17 00:38:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8362b3

sys-cluster/ceph: Version bump to 13.2.2 (bug #667766)

Closes: https://bugs.gentoo.org/667766
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/Manifest  |   2 +
 sys-cluster/ceph/ceph-13.2.2.ebuild| 362 +
 .../ceph-13.2.2-dont-install-sysvinit-script.patch |  15 +
 sys-cluster/ceph/files/ceph.logrotate-r1   |  18 +
 4 files changed, 397 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 72923438896..84c9df735e2 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -4,3 +4,5 @@ DIST ceph-12.2.7.tar.gz 78783279 BLAKE2B 
9058a5e408b3431cf0e8c28b44f95f6eb12f029
 DIST ceph-12.2.8.tar.gz 77243685 BLAKE2B 
37c34396a0c276b8d79735e14934ac70da024822c2a060061531c234e03e5d41aad6c41dc64b05c2ce47f03287d0cae9ef9bed67e4a0861b6380c8ce1de4ea69
 SHA512 
91c5c11aaeef701b3e31c9f8a1192b6b79fd34f3b96c61595c65173c98bfce0009c5b7c9b29764f5e4d4b1f5ac2ca7109fed5ae598c176aba717a34a132fabac
 DIST ceph-13.2.1-frontend-node-modules.tar.xz 44352460 BLAKE2B 
0a0099e60f0b36d48928dcda3f69dbb00e14a9a9e10c688ecbeb3daa3adbe339655652a43924043fe140ce1754525be2abed61f1ad5f24779fa4ff890d2b7cf6
 SHA512 
3938e8cadb6385cdaf023fe55ab5f202e44ed80173b128e3b76fc4849556cea90ce5d8884a928b93776b0509b5aef814f1078ba5e44a9d644b43a871aea06dd9
 DIST ceph-13.2.1.tar.gz 90786830 BLAKE2B 
e0884a039ff0e8a1705d8f31f4dcf4cd8ab8989d7c2fa703417038ff9a6cf7b0fbca09abceb901970fbb2dd9a1dc87c2500fec38a2bfca86a9a6dcaab15be991
 SHA512 
411218ea6037bdf9425a741720ea89876e893e64fbfa518c9584ba581f805fde2c82b13ed47313279665e5d20f36223fc8d5c27055b580c72b22c2004e4da81b
+DIST ceph-13.2.2-frontend-node-modules.tar.xz 45100632 BLAKE2B 
c3929a6c5e6ec3da5ff60967ae40b99377b2186f31e64af571d9be14889d90bc48b570489aea300ead8e99afc0e62db4438cf343686757a39d84889e772c7fa9
 SHA512 
93eabc2010c0977c2980c739e131d231a809e375c42120e81effc6cecdeaf0e50b4f8c88286993ef60f1ffaede94f637475104e09fd7af58a289350bd670bf2f
+DIST ceph-13.2.2.tar.gz 90840817 BLAKE2B 
db5933f358a1ae6888030bca7522e20545a2e107055dca44b371e295537c854568682fa558d3f90193e0dfe618947918ce21816b5e20795fff8a14bc837216bb
 SHA512 
37c4845ae52550428c7f1e0d77d9d671ea1d6f5cad5bce0713dce97b54f3abe7346daa2cbd44b76638fb74fe7bdc4797033a4bf808253cfc8bec0fa495ec7e03

diff --git a/sys-cluster/ceph/ceph-13.2.2.ebuild 
b/sys-cluster/ceph/ceph-13.2.2.ebuild
new file mode 100644
index 000..b5c1fb29a62
--- /dev/null
+++ b/sys-cluster/ceph/ceph-13.2.2.ebuild
@@ -0,0 +1,362 @@
+# Copyright 1999-2018 Gentoo Authors
+# Copyright 2017-2018 Sony Interactive Entertainment Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs bash-completion-r1 cmake-utils distutils-r1 flag-o-matic \
+   multiprocessing python-r1 udev user readme.gentoo-r1 
toolchain-funcs \
+   systemd
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz
+   mgr-frontend? ( 
mirror://gentoo/${P}-frontend-node-modules.tar.xz )"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/;
+
+LICENSE="LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace cephfs dpdk fuse jemalloc ldap lttng +mgr mgr-frontend"
+IUSE+=" +radosgw +ssl static-libs +system-boost systemd +tcmalloc test"
+IUSE+=" xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+# unbundling code commented out pending bugs 584056 and 584058
+#>=dev-libs/jerasure-2.0.0-r1
+#>=dev-libs/gf-complete-2.0.0
+COMMON_DEPEND="
+   virtual/libudev:=
+   app-arch/bzip2:=[static-libs?]
+   app-arch/lz4:=[static-libs?]
+   app-arch/snappy:=[static-libs?]
+   app-arch/zstd:=[static-libs?]
+   app-misc/jq:=[static-libs?]
+   dev-libs/crypto++:=[static-libs?]
+   dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?]
+   dev-libs/libaio:=[static-libs?]
+   dev-libs/libxml2:=[static-libs?]
+   dev-libs/nss:=
+   sys-auth/oath-toolkit:=
+   sys-apps/keyutils:=[static-libs?]
+   sys-apps/util-linux:=[static-libs?]
+   sys-libs/zlib:=[static-libs?]
+   babeltrace? ( dev-util/babeltrace )
+   ldap? ( net-nds/openldap:=[static-libs?] )
+   lttng? ( dev-util/lttng-ust:= )
+   fuse? ( sys-fs/fuse:0=[static-libs?] )
+   ssl? ( dev-libs/openssl:=[static-libs?] )
+   xfs? ( 

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

2018-10-16 Thread Davide Pesavento
commit: a352ea3c1280f3ea292e38208ea4801f61834b03
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Oct 16 23:29:12 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Oct 16 23:29:12 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=a352ea3c

travis: update

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 56db7a38..6d0ef60d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.3.43"
+- PORTAGE_VER="2.3.49"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml pyyaml



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

2018-10-16 Thread Sergei Trofimovich
commit: 0236e3ab77e7b7d37a4625ae917b1315f035baea
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 16 22:17:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 16 22:23:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0236e3ab

dev-util/radare2: sync EAPI=7 bump to live ebuild

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/radare2/radare2-.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-util/radare2/radare2-.ebuild 
b/dev-util/radare2/radare2-.ebuild
index abe520e9a37..e2ecbd2ce57 100644
--- a/dev-util/radare2/radare2-.ebuild
+++ b/dev-util/radare2/radare2-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit eutils bash-completion-r1
 
@@ -27,9 +27,8 @@ RDEPEND="
)
system-capstone? ( dev-libs/capstone:0= )
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
econf \



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

2018-10-16 Thread Sergei Trofimovich
commit: da20956f5b45852d715055f8bfe0fe8a6159a8ad
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 16 22:16:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 16 22:22:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da20956f

dev-util/radare2: bump up to 3.0.0

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/radare2/Manifest |  1 +
 dev-util/radare2/radare2-3.0.0.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 48f4f8a4193..c9e2f682773 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,3 +1,4 @@
 DIST radare2-2.6.0.tar.gz 6306317 BLAKE2B 
213ed0ac92f5b4b9cfc2ba93c5cda9168746cffb0016e1368c4c3939d694bffccf689764c60e0e59a52b70b6b7d49407516c9ecd6e62c59ed0db37c6f72867f5
 SHA512 
44e7d0c10e17b40d4d71af851cf462c159b03b3242dfccd786bd54d3cf9f92441084f26694166dd1385e84c00626f45dbe09d1fe713595721723c468ac47b01b
 DIST radare2-2.7.0.tar.gz 6483865 BLAKE2B 
4052a601eb154240fb57c64bf2351063685a25e7d8ca46ad721398cd98b5e8bbec6a6daccb9f2df8e222bad74a0ffb4edc72186d7ca51b69ffbf480a7eb576ba
 SHA512 
4a40e4917967aeef34de6ea69dd3c6d07a215e1f1272221db9af92d898e2d44997e339016b3342d69a276eb99f2d0a1e640ce8e9c889fe728dd86865e917a0fd
 DIST radare2-2.8.0.tar.gz 6513419 BLAKE2B 
51ee9fe82c09693e729b49e97b79a54e2b9f7de95ecf93c5e22107f68260ddc9fdee9291f200dba2770315487a85d1541abbb76281e6934d25c677a95e6882e3
 SHA512 
968c61eb5102125b232f9a74362fb90b0409da80b4cd4f109d11e49d02c80a5beee9e73065ef3b4a22fb8cdf43f86338fd21b648ddfa34001ed6cace47335803
+DIST radare2-3.0.0.tar.gz 6638430 BLAKE2B 
d95404e0f2d86705703119d53de2e1b60f111bcd8d3b05b5d040692e9d9cc4f51fe682892514b47b55d4ff88314b577253a5f2c6ff8cacebd30fd0663c21d1ff
 SHA512 
5ca698123ccad80c54c483f7e2cc678dabfc9c1c172670ff9e1d11512174c9ecc15e81dfdb5de846b42c951cafe23d29ceca6f3824504a2f3dac722c659bb2d4

diff --git a/dev-util/radare2/radare2-3.0.0.ebuild 
b/dev-util/radare2/radare2-3.0.0.ebuild
new file mode 100644
index 000..ccba9bfa0ed
--- /dev/null
+++ b/dev-util/radare2/radare2-3.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 eutils
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radare/radare2;
+else
+   SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl libressl"
+
+RDEPEND="
+   dev-libs/capstone:0=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --without-libuv \
+   --with-syscapstone \
+   $(use_with ssl openssl)
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d $d ]]; then
+   rm -rfv "$d" || die "failed to delete '$d'"
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/radare2/files/, dev-util/radare2/

2018-10-16 Thread Sergei Trofimovich
commit: b115ebb739c6779f6f882185da377a3e8ed9e200
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 16 22:16:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 16 22:22:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b115ebb7

dev-util/radare2: drop old

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/radare2/Manifest  |  2 -
 .../files/radare2-fix-syscapstone-2.6.patch| 34 -
 dev-util/radare2/radare2-2.6.0.ebuild  | 58 --
 dev-util/radare2/radare2-2.7.0.ebuild  | 56 -
 4 files changed, 150 deletions(-)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index c9e2f682773..1b278d21418 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,4 +1,2 @@
-DIST radare2-2.6.0.tar.gz 6306317 BLAKE2B 
213ed0ac92f5b4b9cfc2ba93c5cda9168746cffb0016e1368c4c3939d694bffccf689764c60e0e59a52b70b6b7d49407516c9ecd6e62c59ed0db37c6f72867f5
 SHA512 
44e7d0c10e17b40d4d71af851cf462c159b03b3242dfccd786bd54d3cf9f92441084f26694166dd1385e84c00626f45dbe09d1fe713595721723c468ac47b01b
-DIST radare2-2.7.0.tar.gz 6483865 BLAKE2B 
4052a601eb154240fb57c64bf2351063685a25e7d8ca46ad721398cd98b5e8bbec6a6daccb9f2df8e222bad74a0ffb4edc72186d7ca51b69ffbf480a7eb576ba
 SHA512 
4a40e4917967aeef34de6ea69dd3c6d07a215e1f1272221db9af92d898e2d44997e339016b3342d69a276eb99f2d0a1e640ce8e9c889fe728dd86865e917a0fd
 DIST radare2-2.8.0.tar.gz 6513419 BLAKE2B 
51ee9fe82c09693e729b49e97b79a54e2b9f7de95ecf93c5e22107f68260ddc9fdee9291f200dba2770315487a85d1541abbb76281e6934d25c677a95e6882e3
 SHA512 
968c61eb5102125b232f9a74362fb90b0409da80b4cd4f109d11e49d02c80a5beee9e73065ef3b4a22fb8cdf43f86338fd21b648ddfa34001ed6cace47335803
 DIST radare2-3.0.0.tar.gz 6638430 BLAKE2B 
d95404e0f2d86705703119d53de2e1b60f111bcd8d3b05b5d040692e9d9cc4f51fe682892514b47b55d4ff88314b577253a5f2c6ff8cacebd30fd0663c21d1ff
 SHA512 
5ca698123ccad80c54c483f7e2cc678dabfc9c1c172670ff9e1d11512174c9ecc15e81dfdb5de846b42c951cafe23d29ceca6f3824504a2f3dac722c659bb2d4

diff --git a/dev-util/radare2/files/radare2-fix-syscapstone-2.6.patch 
b/dev-util/radare2/files/radare2-fix-syscapstone-2.6.patch
deleted file mode 100644
index 4eb3c053f07..000
--- a/dev-util/radare2/files/radare2-fix-syscapstone-2.6.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 3752d992f3140806ea1d513739b6f23addf52df1 Mon Sep 17 00:00:00 2001
-From: cc 
-Date: Tue, 22 May 2018 12:52:12 +0800
-Subject: [PATCH] fix for build with syscapstone
-

- libr/Makefile | 9 +++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/libr/Makefile b/libr/Makefile
-index 05cb40fec7..0b39b48c02 100644
 a/libr/Makefile
-+++ b/libr/Makefile
-@@ -84,13 +84,18 @@ E+=../shlr/bochs/lib/libbochs.${EXT_AR}
- #E+=../shlr/sdb/src/libsdb.${EXT_AR}
- #endif
- 
-+ifeq ($(USE_CAPSTONE),1)
-+E+=$(CAPSTONE_LDFLAGS)
-+else
-+E+=../shlr/capstone/libcapstone.${EXT_AR}
-+endif
-+
- libr.${EXT_SO}: .libr
-   $(CC) -fvisibility=hidden $(MLFLAGS) -shared -dynamiclib -o 
libr.${EXT_SO}  \
-   .libr/*.o \
-   ../shlr/gdb/lib/libgdbr.${EXT_AR} 
../shlr/java/libr_java.${EXT_AR} \
-   ../shlr/zip/librz.${EXT_AR} \
--  ../shlr/libr_shlr.${EXT_AR} $(E)\
--  ../shlr/capstone/libcapstone.${EXT_AR}
-+  ../shlr/libr_shlr.${EXT_AR} $(E)
- 
- else
- 

diff --git a/dev-util/radare2/radare2-2.6.0.ebuild 
b/dev-util/radare2/radare2-2.6.0.ebuild
deleted file mode 100644
index 74ac2faaaf5..000
--- a/dev-util/radare2/radare2-2.6.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/radare/radare2;
-else
-   SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~arm ~arm64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-   dev-libs/capstone:0=
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${PN}-fix-syscapstone-2.6.patch" )
-
-src_configure() {
-   econf \
-   --with-syscapstone \
-   $(use_with ssl openssl)
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/zsh/site-functions
-   doins doc/zsh/_*
-
-   newbashcomp doc/bash_autocompletion.sh "${PN}"
-   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-   # a workaround for unstable $(INSTALL) call, bug 

[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: 1073928a50f93fb6e4e36fda3c75cc54391050f0
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 22:11:14 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 22:11:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1073928a

dev-erlang/fast_xml: Bump version

Thanks to Rion  gmail.com>.

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/fast_xml/Manifest   |  1 +
 dev-erlang/fast_xml/fast_xml-1.1.34.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
index c0eae9502ea..3c84cec3321 100644
--- a/dev-erlang/fast_xml/Manifest
+++ b/dev-erlang/fast_xml/Manifest
@@ -1 +1,2 @@
 DIST fast_xml-1.1.22.tar.gz 92408 BLAKE2B 
efd6c69c4dcfe3c36162c0b47ee8b56561102fde130f8be503c767e40d66c0f698876ed384bd27aea41e18f6530bf712eeeca2ea497c4b1aafc630fe1b016981
 SHA512 
33c79cf34d6b0093cf98d11c5b68855d4201a6891786cc3caabd7dded81a04118638ce091cda1f1c86729ea8c8765214332cc34a361bbfb3c5958dbc2027a384
+DIST fast_xml-1.1.34.tar.gz 93530 BLAKE2B 
f4db5fd718f66e34b305d04ca7be5a72770ca9c749154c668072c6ef88eb545f3ff200d549fba6395eed46605ce384559dadda66b4281429b57706c579f4c47a
 SHA512 
e2b29e1307c0513046de2ac8afe6c1a6ed8a8640b62451777233607a656517ac1b4d68f725b05712d3c254f68e76e49716b1e913c3d3c34222fe2a5a62fa378a

diff --git a/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild 
b/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild
new file mode 100644
index 000..4165cbbc37b
--- /dev/null
+++ b/dev-erlang/fast_xml/fast_xml-1.1.34.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Expat based Erlang XML parsing library"
+HOMEPAGE="https://github.com/processone/fast_xml;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-erlang/p1_utils-1.0.13
+   >=dev-lang/erlang-17.1
+   dev-libs/expat"
+DEPEND="${RDEPEND}
+   test? ( >=dev-lang/elixir-1.1 )"
+
+DOCS=( CHANGELOG.md  README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/ezlib/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: d02ea5629c9a3d5c225cea4a0ac7f4f112e19d68
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 22:01:33 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 22:05:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02ea562

dev-erlang/ezlib: Bump version

Thanks to Rion  gmail.com>.

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/ezlib/Manifest   |  1 +
 dev-erlang/ezlib/ezlib-1.0.4.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/ezlib/Manifest b/dev-erlang/ezlib/Manifest
index 8d5d4502369..fa3111e800d 100644
--- a/dev-erlang/ezlib/Manifest
+++ b/dev-erlang/ezlib/Manifest
@@ -1,2 +1,3 @@
 DIST ezlib-1.0.1.tar.gz 45307 BLAKE2B 
1226319144df02963618ace22ee2e3031226677703dc6a68c011794b336799a48eabe8b9262ca5501c6d5feec6256e517f757aa9f9986dfee9133bf9b4954a33
 SHA512 
7ec02dd91034eeaad3556071ef78ff6d8e890bc49b2ce5010280db48f9eb65ebfe62628fbbb89110310e359847f0da616f9281683926fb7d0f72972ee77a463b
 DIST ezlib-1.0.2.tar.gz 45369 BLAKE2B 
d2d23cf9fcd530a76ed4a386df15401cd9598e158f20cba3eff19332e25532fdaba8cae93e576f5756559e74f169f6a01f9d09c41e844d3af4a9d9d3cac15185
 SHA512 
90671fdf0bbc23a7f54da665dfb31a3ed2d92180ff5c58d872001481584e6c8b39cd84b3dc947f1efdae10792c2547218017381cbc7056070d22b140e941c9bb
+DIST ezlib-1.0.4.tar.gz 45510 BLAKE2B 
685935b2aad9d20dc0d367c1edddb701d3d12fd24ec3fab617d35f9207e3994ddb57aafa9083337d0752b5e1fe15941dbff2f9b916400f0e7a3c6350a3c6ff3e
 SHA512 
16495a6756cd60ad921695d87136e399446850ce1160d92b825673fa1e0e7d3cd4a6b49f274debbfe7dfe4285370362ece64db8843afd564ffaffe9eeba0dc7a

diff --git a/dev-erlang/ezlib/ezlib-1.0.4.ebuild 
b/dev-erlang/ezlib/ezlib-1.0.4.ebuild
new file mode 100644
index 000..78a239ce2a9
--- /dev/null
+++ b/dev-erlang/ezlib/ezlib-1.0.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Native zlib driver for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/ezlib;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+   sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_yaml/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: 1b951c19bdfbe8df1c368d6186e08896a5200a72
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 22:13:26 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 22:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b951c19

dev-erlang/fast_yaml: Bump version

Thanks to Rion  gmail.com>.

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/fast_yaml/Manifest|  1 +
 dev-erlang/fast_yaml/fast_yaml-1.0.17.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest
index c12402cc4bb..c681c574367 100644
--- a/dev-erlang/fast_yaml/Manifest
+++ b/dev-erlang/fast_yaml/Manifest
@@ -1,3 +1,4 @@
+DIST fast_yaml-1.0.17.tar.gz 49925 BLAKE2B 
654a8f6ed516fc851a78a360c5f57faa302b068dbb84f9f26f3b0b8204e2cd55569ca27699181415453de469e524348b0db990736647df41843070446a20c9de
 SHA512 
596e834a63b9ca78eee9b5021c711fdac2d7bd148dbbd6b0c162ec87f94dc41ebf7c8cd3d86c8a2c94da07d0926d31601d63123103678d42905243bb86c5f4a4
 DIST fast_yaml-1.0.3.tar.gz 49351 BLAKE2B 
ef705ef36f3ab2e43ac434abcce58f8fc3e0f1b0c0cfa88596c9b34b76ece0a2277a5f97046c789176231010711f906d5ec961b2053622404418e6a6d9380778
 SHA512 
321de1c0ff830de8a556bd661e600a66bccd944d6503a87a02111bcfb0b23c8c60b128296e7bb07ea39f923a04ebc7cd15e33971ca6691f16a75340c0695aee9
 DIST fast_yaml-1.0.5.tar.gz 49463 BLAKE2B 
d321ef3bbb4b51ad058b4c4125d7f53e65d5267fb0d3a6eedf2ab7b302d0b5cb9b1a2ac1cb60959ec74e8cc32684b6bf31f5247c26e61d810159d0b731541e96
 SHA512 
9d6b173f6086b2543273493cca460f161d16a4c3cfd8f84945a7040991fecd24a193bf0af47f3d0a326d2ebea3d46fcf5cfa0ff21607ee98e9a0bb6f2a535bab
 DIST fast_yaml-1.0.6.tar.gz 49461 BLAKE2B 
e79acf46f9ab85fc99774d727d3d64dfbfb583eb3e9a5379e95bde44a3a3703a1ad8aa22d9629d11f2c4346c8b0136b8076b67a4bd70a6a39c576f2df81bcf68
 SHA512 
04a466ebac30ee08827c9ba6d18861867571eda599e68937bbc8c924dab2387444db1f02da3cbf493ef63f03bc73cb6de32a90ee54901d269b3230611ee9600e

diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.17.ebuild 
b/dev-erlang/fast_yaml/fast_yaml-1.0.17.ebuild
new file mode 100644
index 000..926060b6460
--- /dev/null
+++ b/dev-erlang/fast_yaml/fast_yaml-1.0.17.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Yaml native library for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/fast_yaml;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.13
+   >=dev-lang/erlang-17.1
+   dev-libs/libyaml"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/iconv/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: 44a7a87fdaf6c2286a3e4b5789a29f1aeb8cc2e2
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 22:07:40 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 22:07:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a7a87f

dev-erlang/iconv: Bump version

Thanks to Rion  gmail.com>.

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/iconv/Manifest|  1 +
 dev-erlang/iconv/iconv-1.0.10.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/iconv/Manifest b/dev-erlang/iconv/Manifest
index b6c989cb0d0..e7ff65e5366 100644
--- a/dev-erlang/iconv/Manifest
+++ b/dev-erlang/iconv/Manifest
@@ -1,5 +1,6 @@
 DIST iconv-1.0.0.tar.gz 91905 BLAKE2B 
50903abf4cdc9c13de00875b6b253d8649e876b06f9a5c13d621d3d997b7bcfef56eb9635552ff34141e1449079e178b91f6a73355c53fc896de33db46e92811
 SHA512 
858ec07e2a8c2699c553de068451dc6dacf3fb1cf8a8e6727a746b72b191b5647a75a5b01443719a8625c1328c6b502a1f51fc1d367767e71792e38e1e34c1f1
 DIST iconv-1.0.1.tar.gz 121318 BLAKE2B 
57d92de2599c018638f91eeea9d79fc5d59a81063be980186513b0ad5dec89afe61f0cf933a459f859088aee3bbd7b4f92ce1519e42d784ac9aaa3efb9809704
 SHA512 
bbccdc206c027e43a13388fc6c23ae5cd7084686ad56e39593b4a3db2abfe89e8000d2a88706d4b083b21e1399d5e7a527e72fa83c7f5e631ad39c8d39293bc1
+DIST iconv-1.0.10.tar.gz 121594 BLAKE2B 
407a6cbe51aa50c561c577bf447dbc781c22bdc4ea20cacdcd2772e3cd7d262a1577381985ddafeb6fb48be94b35070de025b5d2301dbb4a3b9b9c0defd6a4be
 SHA512 
c0537db617b83184111ce6f3be2e381c4a9f6a96d4887a2cf5bde3b275974411fb997f4a2f6a9c2b25c8e783e26af92b531788e9354be413d1837dd0482d41ef
 DIST iconv-1.0.2.tar.gz 121331 BLAKE2B 
6b5533670c6e81c7fbfb00b9d5bbc0842f76ddb528becd2b9ab5aea2c741dcc15741b2a47fdc389474deeb14563c3646e5bbd642aa577fd5ab35372bf2f06a9b
 SHA512 
910614320109993f359697bd78bb9c31275eb1e3a45f583f7caeeaff77d0f8aa513ebcb12110dc2ef1bf5ecc59e0f5f1c3e67f0cf47cde837a8af524e951901d
 DIST iconv-1.0.3.tar.gz 121413 BLAKE2B 
0bbb79ebba8eb684895d2cf2524cf7cfd4f36535232474c0aa526d2e1e74715553e8880cb69c6ff47a3bfceef06852fcb5ee630f77c5e27cd86720f5f3ea98d3
 SHA512 
33b98d592eb0122b72894e7c06bd31763657615ecd9deefbd2ef6735150347708043bc574d8056be33d1d1bbc07a2bff4c65c504bb2a5170e6b8a2034cb803d0
 DIST iconv-1.0.4.tar.gz 121506 BLAKE2B 
ba2b3414feb8cd57681b8a866ee8862feae7a5cfce01077d94d0b2b90604a1f4757d138548deff9dad38e2ee88db54fc4e27c6a5120262d6620edfeadbbc388c
 SHA512 
697f65a20aa42d92e2fe62bd88a6a6c7b1f6eff3a3ab14db3a17231875d2d36f5f36332c71db490b014cd3ea9b68abc0d815f3cf2b9cd72c18e1a94f62ff48a3

diff --git a/dev-erlang/iconv/iconv-1.0.10.ebuild 
b/dev-erlang/iconv/iconv-1.0.10.ebuild
new file mode 100644
index 000..a90f949116c
--- /dev/null
+++ b/dev-erlang/iconv/iconv-1.0.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast encoding conversion library for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/iconv;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.13
+   >=dev-lang/erlang-17.1
+   virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/stun/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: e319f0dd01b08478de11394676298aa9b8cc71db
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 21:44:45 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 21:50:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e319f0dd

dev-erlang/stun: Bump version

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/stun/Manifest   |  1 +
 dev-erlang/stun/stun-1.0.25.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-erlang/stun/Manifest b/dev-erlang/stun/Manifest
index fb8763861a7..25487361d1d 100644
--- a/dev-erlang/stun/Manifest
+++ b/dev-erlang/stun/Manifest
@@ -1,4 +1,5 @@
 DIST stun-1.0.10.tar.gz 28715 BLAKE2B 
ef8ba4d383df4374df065236b17d547d863bf8f323ce60779c772e7c8218872b0d460c513cc735001e7074c4defe0a36f3c0d41422d0bc9bb7f5139287f89c70
 SHA512 
9aba8c614af2f132c2a1cbeb96caa441934df389d24789f2d52b33b878f02a1b47602c95e717c7afd2a46ae85ceb70b4ba5c6eb96cd4fedf6ac56b0cd888ff74
+DIST stun-1.0.25.tar.gz 29332 BLAKE2B 
d234af437cbdd6ed373c4ff4c5b67f80136d2c92e05a462138d3e31f6120363d0ad8af275eb753f4e724c1435fc4b5ec7399e30c25e7a6ad69c3e49d3ad9
 SHA512 
9c0eaa5cf21ca5305d6883f24d09a55fea2df261a1b32ab94770b9487c292f12ee3c55b101a4923a65407f0dd23149fef91bc35d2e754ab253c1c67adf584a3e
 DIST stun-1.0.3.tar.gz 28646 BLAKE2B 
f99ff996d8b228d89f2121aca9f25330a833d78bf974ebee22efd66f3ee44a6d0c94faf5556389786dcb2d118736a151633ef05e37736c041f252964184eb876
 SHA512 
c15918f4b1f81477a7834dc5ba837fcd512249bda569cf3ffd3066056e6f1abacfeab3d0dde575402291d841f257a3b33e27d6c76250ae353d77e3fdd87f9786
 DIST stun-1.0.6.tar.gz 28681 BLAKE2B 
dba8fc380670069f6b725aad71edc509fe7a6e1f142515adb6787a8de75f411b7030f5516e19c163ab9c7aa3a27a2ef86758a744db96223dce6d5e4361fea94d
 SHA512 
30a34a660d246ed33015e2f4b890203a2648553ed6e2dced87e30bca2eb9d09486684947332f7239d535ce19a36028a0642136e5b574f3c5b867f598341bcaf9
 DIST stun-1.0.7.tar.gz 28689 BLAKE2B 
b1e32ad7a2e2da13fd514fca5318cb8695af2f818eef0053c3c290e0eaf32496e993095ee6bf865924caf5dc30e29d4409472f12c9743fa56a7f67680afd0ea5
 SHA512 
d494e020741e3e098c2ff9221a03cdb6f26a474a859e8e7dc41221050d7a99e8e7285b812556b95fd3f1e30ace45feb2e5613eccfc08bc99f9bbdcfd2d82687a

diff --git a/dev-erlang/stun/stun-1.0.25.ebuild 
b/dev-erlang/stun/stun-1.0.25.ebuild
new file mode 100644
index 000..244fbc48606
--- /dev/null
+++ b/dev-erlang/stun/stun-1.0.25.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="STUN and TURN library for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stun;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/fast_tls-1.0.25
+   >=dev-erlang/p1_utils-1.0.13
+   >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: d3dc3d4b7f03fa9dd489a1989893c6f0285de6aa
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 21:49:35 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 21:50:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3dc3d4b

dev-erlang/esip: Bump version

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/esip/Manifest   |  1 +
 dev-erlang/esip/esip-1.0.26.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-erlang/esip/Manifest b/dev-erlang/esip/Manifest
index 1a7e59d19b2..263cf859e10 100644
--- a/dev-erlang/esip/Manifest
+++ b/dev-erlang/esip/Manifest
@@ -1,5 +1,6 @@
 DIST esip-1.0.10.tar.gz 84598 BLAKE2B 
14a8260c24a7fd9e74231e7f95d7fc910fe473037a974c3ad712c9ba2d1922a9f701cbf4096f0935fe54ba5c6b5738a97f31eed1052d631353152dab9f7e6e22
 SHA512 
d551b2120d630e85181c2cc867f2c3e6efd5b6c31066fd58fdc65605c00d8a5ea0bddb821d018bd9401bfe3746b95777fe98ecbcbeaea62e14f1a138ad390bbe
 DIST esip-1.0.11.tar.gz 84816 BLAKE2B 
8cf1f872496097965d40e6bb1e776318056735e12cf48e746a88861602c32edccdab902fb989305e804054a220aad26ae3931cc22d9d1b2282d6aeac0795df64
 SHA512 
b62f99b9a9e160e2303a28dab3133c15ce25eae067e3dc16d64c9d60640fd7d5b1b7f69742fc2b94bd6993402ef618454e771ef76dea1ccf24c9ee708f59771f
+DIST esip-1.0.26.tar.gz 85846 BLAKE2B 
03d3ba5d9706794eaec99cfd074c8fda548fc0911ae8cdb11cb991c910955c47a69280b5cabb384cfbc48a580cc862ac54e3c795e641e417019313ebecb9795f
 SHA512 
4bdbd94c1e6cd029603bbc4b5166f2793293ac0041c79a4c3672387f5217a998ab950cba0a6cbef70c2c5eca393b3f3a4917ec87ab4e5edc08b85cb46e7c667f
 DIST esip-1.0.4.tar.gz 84478 BLAKE2B 
b2b040269e0d8f74f812cc8b8be862e3d7ac9e3dc6877deb66e16c4a56ef97f07b5ec0885f68017caeb9e7a8df1f46bc901f85f5b88b6b98ddba86a9b80dbb99
 SHA512 
50915831796f76986a00f5a2a08f308aa9fee71e92fbb6978e9e20f0c7c0d442991cc7fc2f6df82560a1509f8189865afe8d0b6f94410c39e07ca4f1092b
 DIST esip-1.0.7.tar.gz 84522 BLAKE2B 
4e9c95e72b2e4898f972759d80390bb32c2e2527768dfc99f5094b7108dc5fa21f0e7d224ac13831040660ab63a017accbeb0f028d83652fad7317cd444eefa2
 SHA512 
f25f2ea146a8fbea8f727210fc222649a6d434b5f2f9c2eaab62d56ecaddcd2f2986a96befb1e1291cff9130276d146321c20948d0469c36797c323f94431f3a
 DIST esip-1.0.8.tar.gz 84534 BLAKE2B 
25e705d4d466ce2fe5464fac73714e898dea5654fce945507afe2c00ec954ac72a8e2bc4c19bd75fafe0f489c9da56f63a2a0b02cbc3161435c929bd9001d190
 SHA512 
c5ed3e4e25d8db7aa67002e7b0bc0f6e7355e4227339ed507064832c3f329d78f6aa7d71eaa80108629b7bb6141f68c2f079decc4799517ac886e7bb3c1415e6

diff --git a/dev-erlang/esip/esip-1.0.26.ebuild 
b/dev-erlang/esip/esip-1.0.26.ebuild
new file mode 100644
index 000..6f530f6161b
--- /dev/null
+++ b/dev-erlang/esip/esip-1.0.26.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="ProcessOne SIP server component"
+HOMEPAGE="https://github.com/processone/esip;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/fast_tls-1.0.25
+   >=dev-erlang/stun-1.0.25
+   >=dev-erlang/p1_utils-1.0.13
+   >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )
+
+src_prepare() {
+   rebar_src_prepare
+   rebar_fix_include_path stun
+
+   # ebin contains lonely .gitignore file asking for removal.
+   rm -r "${S}/ebin" || die
+}



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

2018-10-16 Thread Andreas Sturmlechner
commit: ebdaf769a4570ffa4f8bfee2aa97638675c4d340
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 16 21:42:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 16 21:43:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdaf769

kde5-functions.eclass: Fix KDE Plasma 5.13.5 QT_MINIMAL

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/kde5-functions.eclass | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index e921e30fa12..2551741637a 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -41,11 +41,15 @@ case ${CATEGORY} in
: ${FRAMEWORKS_MINIMAL:=5.43.0}
: ${QT_MINIMAL:=5.9.1}
fi
-   if [[ ${PV} = 5.12* || ${PV} = 5.13.5 ]]; then
+   if [[ ${PV} = 5.12* ]]; then
: ${FRAMEWORKS_MINIMAL:=5.46.0}
: ${KDE_APPS_MINIMAL:=17.12.3}
: ${QT_MINIMAL:=5.9.4}
fi
+   if [[ ${PV} = 5.13.5 ]]; then
+   : ${FRAMEWORKS_MINIMAL:=5.46.0}
+   : ${KDE_APPS_MINIMAL:=17.12.3}
+   fi
if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
: ${FRAMEWORKS_MINIMAL:=}
fi



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_tls/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: f9b48d116ec742455a15fe6a765bffb00a9064bb
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 21:34:34 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 21:39:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b48d11

dev-erlang/fast_tls: Bump version

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/fast_tls/Manifest   |  1 +
 dev-erlang/fast_tls/fast_tls-1.0.25.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-erlang/fast_tls/Manifest b/dev-erlang/fast_tls/Manifest
index 0a6a6d88f7c..fab8e78ba85 100644
--- a/dev-erlang/fast_tls/Manifest
+++ b/dev-erlang/fast_tls/Manifest
@@ -1,4 +1,5 @@
 DIST fast_tls-1.0.11.tar.gz 58366 BLAKE2B 
1abf071b2007b1daddba53e3ea8823b5ad62d51d886968eef571495127c8ff97cf95d1bdd2a7183b6712e1518e5e3b302fd1150a26da768bef31087d4d291c3f
 SHA512 
41ee00ef11fc0732fed4a1a0a114fc8c064ab489f9e74eaa769610c6236685f407702c5683ecc735857150e19b03e825bfec33ffcd0d03b503583f323bc48a7f
+DIST fast_tls-1.0.25.tar.gz 76303 BLAKE2B 
3f926957dad6410a53bc933fb263d4cb269a8a0df6123be6231d9ac96a4e48188fd5db948fc779edb0cf705912f93319e7bed71c67e970d6324455afa0e9f132
 SHA512 
ff061ff19daa51348b075cbe393f0cc4b9c6c5824f9c458969685935e9d07439a5fcb40d76f365c622e7c2c2908c9eccdd86af192e54c8a326cc4bff5b067d62
 DIST fast_tls-1.0.3.tar.gz 57470 BLAKE2B 
1e7a78ef0e46cb86bef8e621dded546f62bd93c02aa3166e4035e011dfa33a92397c51e01f24d9443de9aabfccd93a08ead28351f5d7147201be9a28f7f873c9
 SHA512 
701016ce045fcd13810f2c287772cc2828576b85bd1458227d9da9ce89c3e10e75c41a02eb78f6e1c155dd75b76ad3d3becf5b40832b1e1b4cf928488e3bdb04
 DIST fast_tls-1.0.6.tar.gz 57994 BLAKE2B 
db433550ff293f9e7b4eb0dd7f688f92c61efecc8188cea19b18ae92f4da4eae07076dc9bbfa6c50b4b573357d42e1c5b119a062fe2c6c50812c5befb08c6eff
 SHA512 
d13a5758345521c9a295f6bb4aeedc58ea7fafb42ea3955ca61cb75e15c8755c7a331d139f2c544da9e8d23607a6520caf8fe1e1fad7c016acbca07c0d783fb8
 DIST fast_tls-1.0.7.tar.gz 58069 BLAKE2B 
d454f85e0ea010a564d5e88ded505c1a30f80d0b4c9f6ebafff043d8d718d05ff938f68cac5bb1939abd6ddf16cb833909b5db1b7439a57d51ccf6cd4c747b0d
 SHA512 
46a3ebab09ec5e18b086c8c3e2a87a5d6a35e406e8988c48979d94c3e303d5f9a8bcdb1e8ce74266ba8c59fbb4a4310e445f5ad65f072d28a7b44a0bdec50b62

diff --git a/dev-erlang/fast_tls/fast_tls-1.0.25.ebuild 
b/dev-erlang/fast_tls/fast_tls-1.0.25.ebuild
new file mode 100644
index 000..43413ad8829
--- /dev/null
+++ b/dev-erlang/fast_tls/fast_tls-1.0.25.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/fast_tls;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="libressl"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.13
+   >=dev-lang/erlang-17.1
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/epam/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: 012f9c2d184b0f4fb8b03fcf6bc6cc268d668d1d
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 21:27:26 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 21:27:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012f9c2d

dev-erlang/epam: Bump version

Bug: https://bugs.gentoo.org/626260
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/epam/Manifest  |  1 +
 dev-erlang/epam/epam-1.0.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-erlang/epam/Manifest b/dev-erlang/epam/Manifest
index 6ea84e414cf..3772c0cdc71 100644
--- a/dev-erlang/epam/Manifest
+++ b/dev-erlang/epam/Manifest
@@ -1,2 +1,3 @@
 DIST epam-1.0.0.tar.gz 44008 BLAKE2B 
5dcb21b17bd3e4a2dca5ab4776aa609cce784f0df1f6192acaa35024a342d72f6233c03997218113bc54d18e9ef3473dc420f93a6f00fb2c2c8079c4ce6dc353
 SHA512 
c0b1fbdc1e910f24b2f39ea34cf6fd5859f3ab0cf762a16cf9ef71b1e49129c8238001151dd9031046049967f31fd2cb3d0c06a7d8bdd46e49f19862c143f374
 DIST epam-1.0.2.tar.gz 43720 BLAKE2B 
39a1056d068bdceb7ff640a498b0766aa59649228b03e03f9385bfc106f45aa210315162d4386907a1e9cbc8f177289adebf72f527a4eaf270cd62413f1daa13
 SHA512 
a3fdb379d8c25e56e51dcf1e683d289e9f3d19a537b1a55ca4c09185eb5731fe073a5bf0dd1449f09f8ee5b7d868b0e63f04473c1f3d1b97722dcd9832e4e030
+DIST epam-1.0.4.tar.gz 43816 BLAKE2B 
a8070e45be428e1cd55dbe369051f2c5566d6d8d41af5d4258ec8dc86b70d7e55f316df10d0a65687d0ad8c5de2bd493859fd0c839ad57c90bb0eb1e4ea9db96
 SHA512 
46cbdfa683f48f24c4709837cba49745c3b7f87b6c1223b01ced65d547a8ec1a0467997070daf40bedeeb8298d7bb31eb33b331098b406964642f059b77fd313

diff --git a/dev-erlang/epam/epam-1.0.4.ebuild 
b/dev-erlang/epam/epam-1.0.4.ebuild
new file mode 100644
index 000..faddaeab02f
--- /dev/null
+++ b/dev-erlang/epam/epam-1.0.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar user
+
+DESCRIPTION="epam for ejabberd to help with PAM authentication support"
+HOMEPAGE="https://github.com/processone/epam;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+   sys-libs/pam"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+pkg_setup() {
+   enewgroup "${PN}"
+}
+
+src_install() {
+   rebar_src_install
+
+   local epam_path="$(get_erl_libs)/${P}/priv/bin/epam"
+   fowners root:"${PN}" "${epam_path}"
+   fperms 4750 "${epam_path}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/eimp/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: 15e65dd91e2b7ee655207b1a97b8f92772589569
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Tue Oct 16 21:18:30 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 21:18:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e65dd9

dev-erlang/eimp: Bump version

Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/eimp/Manifest | 2 +-
 dev-erlang/eimp/{eimp-1.0.8.ebuild => eimp-1.0.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/eimp/Manifest b/dev-erlang/eimp/Manifest
index 043d3ec69c6..18afc98916d 100644
--- a/dev-erlang/eimp/Manifest
+++ b/dev-erlang/eimp/Manifest
@@ -1 +1 @@
-DIST eimp-1.0.8.tar.gz 3471332 BLAKE2B 
0ad9b2201952bd3fa80031cb31014f43b616e43fca49ce2d2aee0d5a3fa5fbec57fe1f1a7d105908039d8b32e0fb4217664dc6097e8eee06782c187f140a2fe1
 SHA512 
ec3eec70690aaec063c58d67783e40de330fc4045514b8e5d5ba223f78da95041c809808751cac91ad0fb2f4d98d37d316d25b29ebb562e129d0652324f2ae51
+DIST eimp-1.0.9.tar.gz 3471343 BLAKE2B 
672e14cda50917a431d5bb29ef127c6bdf026234a5aeb66777540cd59167b48cfa1f264fdd631ef09c33a5ec9817d6d13c9763eecc5b076431976700f3af0ea7
 SHA512 
a86bf4927cf1da8004f140861a86d358c953a4871af34aa4768877f2b0618918c5a95d557e8535ce1615e272bfc3c9f27275ad4e5f5365c91a4a381ac2463977

diff --git a/dev-erlang/eimp/eimp-1.0.8.ebuild 
b/dev-erlang/eimp/eimp-1.0.9.ebuild
similarity index 100%
rename from dev-erlang/eimp/eimp-1.0.8.ebuild
rename to dev-erlang/eimp/eimp-1.0.9.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/

2018-10-16 Thread Amadeusz Piotr Żołnowski
commit: 976aeebd477c90fbf10681d7669403ce4696ca55
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Wed Oct 10 20:59:16 2018 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Oct 16 21:10:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976aeebd

dev-erlang/jose: Add new package

It's required by new version of ejabberd.

Thanks to Rion  gmail.com>.

Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 dev-erlang/jose/Manifest  |  1 +
 dev-erlang/jose/jose-1.8.4.ebuild | 28 
 dev-erlang/jose/metadata.xml  | 11 +++
 3 files changed, 40 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
new file mode 100644
index 000..124e9062757
--- /dev/null
+++ b/dev-erlang/jose/Manifest
@@ -0,0 +1 @@
+DIST erlang-jose-1.8.4.tar.gz 230947 BLAKE2B 
18bfd6b710295575d0547afcc866674f2c65fec2742ee4dedbbe7a883fef45a9abbccfc669c90d75f5091e70b91bd7b478f4fea5d3beaa3f65510d92db07da39
 SHA512 
47171b4e5f6b61735a15365b4130c110c14de1f4b157cdbf97b448550d48de4ab27a30537e9d9f613d87862d592b3bd95638daacee60f3f5b9877d80a3de773b

diff --git a/dev-erlang/jose/jose-1.8.4.ebuild 
b/dev-erlang/jose/jose-1.8.4.ebuild
new file mode 100644
index 000..ac1b010be61
--- /dev/null
+++ b/dev-erlang/jose/jose-1.8.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose;
+SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+   -> erlang-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-17.1
+   >=dev-erlang/base64url-0.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"

diff --git a/dev-erlang/jose/metadata.xml b/dev-erlang/jose/metadata.xml
new file mode 100644
index 000..aded353904a
--- /dev/null
+++ b/dev-erlang/jose/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+   
+   potatosalad/erlang-jose
+   
+



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/

2018-10-16 Thread Matt Turner
commit: 29c2bb2b0bdc371cae8adc755e115df718c5674a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 16 21:03:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 16 21:04:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c2bb2b

profiles: Drop unmasking of openmax

See commit 38752dad779ef4d8d84097a3688cfa8e4f0f81c1

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

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/x86/package.use.mask   | 4 
 2 files changed, 8 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 3be03a41911..3011e934437 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -172,10 +172,6 @@ sys-apps/flashrom -atahpt -nic3com -nicnatsemi -nicrealtek 
-rayer_spi -satamv
 # It's only supported on amd64
 dev-db/mariadb -tokudb
 
-# Matt Turner  (07 Mar 2014)
-# media-libs/libomxil-bellagio keyworded on amd64/x86
-media-libs/mesa -openmax
-
 # Samuli Suominen  (16 Feb 2014)
 # Still considered experimental by upstream:
 # https://sourceforge.net/p/mikmod/bugs/16/#17ea

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 52a663bce3e..c57bebdec04 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -187,10 +187,6 @@ sys-cluster/ceph zfs
 # Works on 32bit x86
 media-sound/lmms -vst
 
-# Matt Turner  (07 Mar 2014)
-# media-libs/libomxil-bellagio keyworded on amd64/x86
-media-libs/mesa -openmax
-
 # Samuli Suominen  (16 Feb 2014)
 # Still considered experimental by upstream:
 # https://sourceforge.net/p/mikmod/bugs/16/#17ea



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

2018-10-16 Thread Remi Cardona
commit: d3e91dfdc85085e462fca0da331826cc0628b44b
Author: Rémi Cardona  gentoo  org>
AuthorDate: Tue Oct 16 20:59:09 2018 +
Commit: Remi Cardona  gentoo  org>
CommitDate: Tue Oct 16 21:00:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e91dfd

app-editors/gedit: fix build with split glib/glib-utils

Closes: https://bugs.gentoo.org/668806
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Rémi Cardona  gentoo.org>

 app-editors/gedit/gedit-3.28.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-editors/gedit/gedit-3.28.1.ebuild 
b/app-editors/gedit/gedit-3.28.1.ebuild
index e9119e64f70..5887754c069 100644
--- a/app-editors/gedit/gedit-3.28.1.ebuild
+++ b/app-editors/gedit/gedit-3.28.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -48,6 +48,7 @@ DEPEND="${COMMON_DEPEND}
${vala_depend}
app-text/docbook-xml-dtd:4.1.2
app-text/yelp-tools
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1
>=dev-util/intltool-0.50.1
>=sys-devel/gettext-0.18



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

2018-10-16 Thread Matthew Thode
commit: 5a00f17323360d34c9c3b29e1d45ca40f95fa6a8
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 16 20:24:16 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 16 20:25:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a00f173

media-sound/pulseeffects: 4.3.8 bump

Signed-off-by: Matthew Thode  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.3.7.ebuild => pulseeffects-4.3.8.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 70010be5bf5..640f4a48944 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,2 +1,2 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
-DIST pulseeffects-4.3.7.tar.gz 1021450 BLAKE2B 
a3d9308056b08dca0737eafa91b18ec9d3d2f2fc3d84ac090d21bac832fc5da91ba5ed1ce595898ca07dfe1684bf4e50668956dcc0f32da5b535ec1b3e9e4f08
 SHA512 
5ae104bf3359aa1dc4be6fe3afa5bb8f2243b3ef2c9d5abb9a881d025b26e8e75cc80ffa1ee43fafe7fa8d238eaaf2dc933f191694093b10ed8ffe7f7e3fdc53
+DIST pulseeffects-4.3.8.tar.gz 1020024 BLAKE2B 
07cc1341a9c829c6e9e4f820337ee993b16e4d014636ad89793952059af5814754682035841b4307a700d2681e49aec5cd4138cdf13fafc79e60557d8087a362
 SHA512 
3c6537daf2fd3205ecb42ee91cc01ce2a4b28ec2ecfe32c978f70e8334fef667369c684b1ea2dfdd0537fe70d10084a1c758da7757f5473d1dafba6110dc03c7

diff --git a/media-sound/pulseeffects/pulseeffects-4.3.7.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.3.8.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.3.7.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.3.8.ebuild



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

2018-10-16 Thread Andreas Sturmlechner
commit: a4d7c28167dee2ef835c1a5956b8adad2f312b16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 16 20:00:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 16 20:02:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d7c281

app-text/libnumbertext: 1.0.5 version bump

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

 app-text/libnumbertext/Manifest   |  1 +
 app-text/libnumbertext/libnumbertext-1.0.5.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest
index a557c223cc5..5b5e623580b 100644
--- a/app-text/libnumbertext/Manifest
+++ b/app-text/libnumbertext/Manifest
@@ -1 +1,2 @@
+DIST libnumbertext-1.0.5.tar.xz 281640 BLAKE2B 
5480c72fed80a9d4825b37a876efa8588c8efb187ee5a65629ac800d98a2882312f443736f4c967ee0ae2fc32a0dbe758b1c275378d807df3d1da4cee6dff9bc
 SHA512 
4d61464f26f631d272ef7285fbb931d3931b08240b58166b7e9a28c95ff5a537ca04af4c9673541b73997339d66061858c9cd18873b4c16f9ad2ccd1b68e81a3
 DIST libnumbertext-1.0.tar.gz 408181 BLAKE2B 
ceeba0a98c0d6fbfa92ad37347f7b7cb9887ea516126e35212d61e572a382a56c520406409e08024d53f1520219ec7e986324893b1c2b53330a217319d35ffc7
 SHA512 
b30f3650ba8cbaa771415026f40b7fc2cf5d9cd956a365d6654b1e2996fe61f714adfda845432e41f61f0fa474b1b60d99cc46cd6b7e42e1dccfd53f5017ae63

diff --git a/app-text/libnumbertext/libnumbertext-1.0.5.ebuild 
b/app-text/libnumbertext/libnumbertext-1.0.5.ebuild
new file mode 100644
index 000..df23cdf0b8e
--- /dev/null
+++ b/app-text/libnumbertext/libnumbertext-1.0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Number to number name and money text conversion libraries"
+HOMEPAGE="https://github.com/Numbertext/libnumbertext;
+SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+src_configure() {
+   econf \
+   --disable-werror
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-16 Thread Matt Turner
commit: 0a191b6345088191771fcaa4c20a8b43d30ad7b1
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 16 19:53:19 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 16 19:53:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a191b63

profiles: Mask media-libs/libomxil-bellagio for removal

Bug: https://bugs.gentoo.org/668826
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e70853e7dde..41387e1338f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (16 Oct 2018)
+# Unmaintained. Unused. Removal in 30 days. Bug #668826
+media-libs/libomxil-bellagio
+
 # Virgil Dupras  (15 Oct 2018)
 # Unmaintained, no revdep. Removal in 30 days. Bug #650048
 dev-python/django-extensions



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

2018-10-16 Thread Matt Turner
commit: 38752dad779ef4d8d84097a3688cfa8e4f0f81c1
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 16 19:51:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 16 19:53:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38752dad

profiles: Mask media-libs/mesa's openmax flag

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

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 94d66f4a347..e8bc2da522e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner  (16 Oct 2018)
+# media-libs/libomxil-bellagio is masked for removal.
+media-libs/mesa openmax
+
 # Thomas Deutschmann  (12 Oct 2018)
 # Requires www-client/firefox which isn't available on all architectures
 # yet, unmask per arch



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

2018-10-16 Thread Matt Turner
commit: 432eab68610b0f58facd62b5835d5abf4e1e2b6e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 16 19:26:14 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 16 19:29:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432eab68

dev-libs/wayland: Version bump to 1.16

Closes: https://bugs.gentoo.org/668770
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland/Manifest  |  1 +
 dev-libs/wayland/wayland-1.16.0.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
index 9e0aa19b30e..90b92d2812c 100644
--- a/dev-libs/wayland/Manifest
+++ b/dev-libs/wayland/Manifest
@@ -1 +1,2 @@
 DIST wayland-1.15.0.tar.xz 432932 BLAKE2B 
d86e5ba52c16664926e4688317db3fad4f9629c3903239dde46ee238ef7874f28e39daa6bbda96519dfda4ff83a1f540522f21fbabe9b71aa263523481d4eb5b
 SHA512 
f908917f1b575d2dc4d9770d3303e2637e8744fcb5c81feb2af2fe82cc51f54e22beaddfbe775fcf9623584169b7a062c75076132abeb888717180bfab53b3a8
+DIST wayland-1.16.0.tar.xz 435216 BLAKE2B 
862cc8ca9da060f9b8345aa0a62a4af76a31562246b75d2679bcf30cc894cc94ec28f97951f766b6e5297b2e113cd8b08e5682dacbfc79544c0085995693ec55
 SHA512 
64eca2b1c0bc7913508a5499dae87e2723c712d8024acbb4c77c3c4a6c20de78c10704ae9827fd034116ca540a547aeec28c5a1e3bd382b23f85231424b0f49c

diff --git a/dev-libs/wayland/wayland-1.16.0.ebuild 
b/dev-libs/wayland/wayland-1.16.0.ebuild
new file mode 100644
index 000..fccfe91aa57
--- /dev/null
+++ b/dev-libs/wayland/wayland-1.16.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland.git;
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS
+
+DESCRIPTION="Wayland protocol libraries"
+HOMEPAGE="https://wayland.freedesktop.org/;
+
+if [[ $PV = * ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="doc static-libs"
+
+RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
+   dev-libs/libxml2:=
+   !!

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2018-10-16 Thread Matt Turner
commit: 2f8295e6f247de557d391007cf4f153eb9080a17
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 16 19:19:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 16 19:29:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8295e6

x11-base/xorg-server: Version bump to 1.20.2

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

 x11-base/xorg-server/Manifest  |   1 +
 x11-base/xorg-server/xorg-server-1.20.2.ebuild | 221 +
 2 files changed, 222 insertions(+)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 6b4fadcebbc..557d96e7ba8 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,2 +1,3 @@
 DIST xorg-server-1.19.5.tar.bz2 5965044 BLAKE2B 
23375793ea4459a962f412440e307081ce2acd3c646e5db4d1bfac20e267bcbb1752ba8f6de66df06d25eaf92d1b55082a80eced0d44c257a757d5926ca6a7f3
 SHA512 
928dea5850b98cd815004cfa133eca23cfa9521920c934c68a92787f2cae13cca1534eee772a4fb74b8ae8cb92662b5d68b95b834c8aa8ec57cd57cb4e5dd45c
 DIST xorg-server-1.20.1.tar.bz2 6103772 BLAKE2B 
ac71d603cef8efe814275b658d4a76e231eb0fda14dd6e7177509bf147feaf37657789d8fc83f8017435c84760d7be357f203a8346aac612a53083cf413f7d75
 SHA512 
ef2b93a61683c8ca8d1f14b771e70db65ba119a73db8a46e7cdbf2ac2243e3f4b2732068eb5aa5d7b76f460db995a3c04390870198a5210ec30df4360ad9f94b
+DIST xorg-server-1.20.2.tar.bz2 6204242 BLAKE2B 
05333d12ca3ca2bca879410093fb193dc2476780b857cd22dcfb22d0dffe0e17afd161ee3a87030bd76ff4109fa1884768614f0bc26318d576f7c65b885aa425
 SHA512 
1c87d78b14529dd4b438ef038118c8540d1d17bdd58bf08ec5408a2ddbe8d0dda48033a9a9477cfc2c4c304dd1078fa40968a03c4d0cd3398359dd0fadb8e7c7

diff --git a/x11-base/xorg-server/xorg-server-1.20.2.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.2.ebuild
new file mode 100644
index 000..be5e57d8cb2
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.20.2.ebuild
@@ -0,0 +1,221 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_EAUTORECONF=yes
+XORG_DOC=doc
+inherit xorg-2 multilib versionator flag-o-matic
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git;
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux systemd 
+udev unwind xcsecurity"
+
+CDEPEND=">=app-eselect/eselect-opengl-1.3.0
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.89
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-libs/xtrans-1.3.5
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   glamor? (
+   media-libs/libepoxy[X]
+   >=media-libs/mesa-18[egl,gbm]
+   !x11-libs/glamor
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-18
+   )
+   udev? ( virtual/libudev:= )
+   unwind? ( sys-libs/libunwind )
+   wayland? (
+   >=dev-libs/wayland-1.3.0
+   media-libs/libepoxy
+   >=dev-libs/wayland-protocols-1.1
+   )
+   >=x11-apps/xinit-1.3.3-r1
+   systemd? (
+   sys-apps/dbus
+   sys-apps/systemd
+   )"
+
+DEPEND="${CDEPEND}
+   sys-devel/flex
+   >=x11-base/xorg-proto-2018.3
+   dmx? (
+   doc? (
+   || (
+   www-client/links
+   www-client/lynx
+

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

2018-10-16 Thread Matt Turner
commit: e833924817a83a2ccefdb98e25b3f9f41c2c1616
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 16 19:27:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 16 19:29:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8339248

dev-libs/wayland: Drop ltprune

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

 dev-libs/wayland/wayland-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/wayland/wayland-.ebuild 
b/dev-libs/wayland/wayland-.ebuild
index 62aa7b2393b..fccfe91aa57 100644
--- a/dev-libs/wayland/wayland-.ebuild
+++ b/dev-libs/wayland/wayland-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
 fi
 
-inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS
+inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS
 
 DESCRIPTION="Wayland protocol libraries"
 HOMEPAGE="https://wayland.freedesktop.org/;
@@ -57,7 +57,7 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
einstalldocs
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/

2018-10-16 Thread Craig Andrews
commit: e53f272d76409544716dd6e79caf2732df65fe9f
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Oct 16 19:19:48 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Oct 16 19:20:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53f272d

app-backup/btrbk: ewarn when upgrading to 0.27

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

 app-backup/btrbk/btrbk-0.27.0.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/app-backup/btrbk/btrbk-0.27.0.ebuild 
b/app-backup/btrbk/btrbk-0.27.0.ebuild
index 9be9d8c87f3..f364036c572 100644
--- a/app-backup/btrbk/btrbk-0.27.0.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.0.ebuild
@@ -36,10 +36,33 @@ pkg_preinst() {
if has_version "<${CATEGORY}/${PN}-0.26.0" ; then
upgrade_0_26_0_warning="1"
fi
+   if has_version "<${CATEGORY}/${PN}-0.27.0" ; then
+   upgrade_0_27_0_warning="1"
+   fi
 }
 pkg_postinst() {
if [[ "${upgrade_0_26_0_warning}" == "1" ]]; then
ewarn "If you are using raw targets, make sure to run the"
ewarn "\"raw_suffix2sidecar\" utility in each target directory."
fi
+   if [[ "${upgrade_0_27_0_warning}" == "1" ]]; then
+   ewarn 'Due to a bugfix in the scheduler [1] [2], previously 
preserved'
+   ewarn 'monthly/yearly backups could get deleted when upgrading 
to'
+   ewarn 'btrbk-0.27.0.'
+   ewarn ''
+   ewarn 'Before upgrading to btrbk-0.27.0, make sure to stop all 
cron jobs'
+   ewarn 'or systemd timers calling btrbk.'
+   ewarn ''
+   ewarn 'After upgrading, run "btrbk prune --dry-run 
--print-schedule" and'
+   ewarn 'check if any snapshots/backups would get deleted. If you 
want to'
+   ewarn 'forcibly preserve a snapshot/backup forever, rename it:'
+   ewarn ''
+   ewarn 'mv mysubvol.MMDD mysubvol.MMDD.keep_forever'
+   ewarn ''
+   ewarn 'Note that btrbk ignores subvolumes with unknown naming 
scheme, e.g.'
+   ewarn '(".keep_forever" suffix in the example above).'
+   ewarn ''
+   ewarn '  [1] https://github.com/digint/btrbk/issues/217'
+   ewarn '  [2] https://github.com/digint/btrbk/commit/719fb5f'
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/

2018-10-16 Thread Matt Turner
commit: a9708a271518490d1bc048c9e9449d82912ee7bc
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 16 19:17:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 16 19:18:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9708a27

x11-libs/libdrm: Version bump to 2.4.62

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

 x11-libs/libdrm/Manifest |  1 +
 x11-libs/libdrm/libdrm-2.4.96.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index 4ec16966cd9..099b1993ba6 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -1,3 +1,4 @@
 DIST libdrm-2.4.93.tar.bz2 826579 BLAKE2B 
6b2775a6bc631001be874d1337ef9607ee8ff5b86ce5e3d8ff6c6eb58182a30e2c70592cb4eb9e88c9e046d73b510f632272c57621706afd1db416acc6ce366c
 SHA512 
ba4221e8d6a3a9872fb6d30a0ea391e30ea0e17f249c66f067bed9c2161ed1ad8083959cb2c212834c6566c3e025f4daae31e9533d77aae19b9de6c2ab3d
 DIST libdrm-2.4.94.tar.bz2 829060 BLAKE2B 
99de0fb3df6ea9bb5540cf0e3bdfe182c28db9876f679030eaaed1abd873bb818586bc07e73e0499f831ccaa7ede91a5b73b2b2bf681853e14e786a4af9abd98
 SHA512 
1a1699d6ea70b8759b37f3863e0802a99430b58f02e62632ad451356e2463eaf6faf4b810323f7dcc85ffdcca28f674b32caa5631ebd65b83e5b86bd59a35937
 DIST libdrm-2.4.95.tar.bz2 820722 BLAKE2B 
ee12f1b9fabc0a00f5adba33fe17000d018cfd5d7fbb4e737bceadcd8e897b846fcccdc262582c4d37508738671a0fedc1a653976214327eb998dca7d5834e01
 SHA512 
9bf8178a871bb059471f58f236c8362245e08877b732b2c8366d402e8066c9a74707e4ec3bf680fca12303f1319875edc98ae8e31bc9826f172798f47197e631
+DIST libdrm-2.4.96.tar.bz2 829518 BLAKE2B 
d9a21ce31af65812c1b23968ef6c1901aea106b4cc68d76d3641a17b98423024b804bfda509862174eba98271bd7156c7f08d81bc0a520ea4a25c8e2e0bfd598
 SHA512 
008cb7658d953b44e11fa3cc6e00dfeb3efb59c7fdadd59f7066101aff138acbbc2f2508e9ebe0528340e39dc7693937755d1641816ddde135c10a13e7d81e3b

diff --git a/x11-libs/libdrm/libdrm-2.4.96.ebuild 
b/x11-libs/libdrm/libdrm-2.4.96.ebuild
new file mode 100644
index 000..1e8cf397953
--- /dev/null
+++ b/x11-libs/libdrm/libdrm-2.4.96.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git;
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+inherit ${GIT_ECLASS} meson multilib-minimal
+
+DESCRIPTION="X.Org libdrm library"
+HOMEPAGE="https://dri.freedesktop.org/;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+
+VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
+RESTRICT="test" # see bug #236845
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="elibc_FreeBSD? ( 
>=dev-libs/libpthread-stubs-0.4:=[${MULTILIB_USEDEP}] )
+   video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )"
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   # Udev is only used by tests now.
+   -Dudev=false
+   -Dcairo-tests=false
+   -Damdgpu=$(usex video_cards_amdgpu true false)
+   -Dexynos=$(usex video_cards_exynos true false)
+   -Dfreedreno=$(usex video_cards_freedreno true false)
+   -Dintel=$(usex video_cards_intel true false)
+   -Dnouveau=$(usex video_cards_nouveau true false)
+   -Domap=$(usex video_cards_omap true false)
+   -Dradeon=$(usex video_cards_radeon true false)
+   -Dtegra=$(usex video_cards_tegra true false)
+   -Dvc4=$(usex video_cards_vc4 true false)
+   -Detnaviv=$(usex video_cards_vivante true false)
+   -Dvmwgfx=$(usex video_cards_vmware true false)
+   -Dlibkms=$(usex libkms true false)
+   # valgrind installs its .pc file to the pkgconfig for the 
primary arch
+   -Dvalgrind=$(usex valgrind auto false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



[gentoo-commits] repo/proj/prefix:master commit in: sys-libs/libcxx/

2018-10-16 Thread Fabian Groffen
commit: 31dc8d7343df340b803f167a408d6c0ad902faf0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 19:07:30 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 19:08:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=31dc8d73

sys-libs/libcxx: EAPI 5->6

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

 sys-libs/libcxx/libcxx-3.5.1.ebuild | 6 --
 sys-libs/libcxx/libcxx-3.7.1.ebuild | 6 --
 sys-libs/libcxx/libcxx-3.8.1.ebuild | 6 --
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-3.5.1.ebuild 
b/sys-libs/libcxx/libcxx-3.5.1.ebuild
index 8a27c5d416..2ad15f10d6 100644
--- a/sys-libs/libcxx/libcxx-3.5.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.5.1.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk;
 
 [ "${PV%}" != "${PV}" ] && SCM="subversion" || SCM=""
 
-inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
+inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal epatch
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
 HOMEPAGE="http://libcxx.llvm.org/;
@@ -104,6 +104,8 @@ src_prepare() {
lib/buildit
fi
 
+   eapply_user
+
multilib_copy_sources
 }
 

diff --git a/sys-libs/libcxx/libcxx-3.7.1.ebuild 
b/sys-libs/libcxx/libcxx-3.7.1.ebuild
index 47ba26312d..a12d949398 100644
--- a/sys-libs/libcxx/libcxx-3.7.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.7.1.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk;
 
 [ "${PV%}" != "${PV}" ] && SCM="subversion" || SCM=""
 
-inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
+inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal epatch
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
 HOMEPAGE="http://libcxx.llvm.org/;
@@ -104,6 +104,8 @@ src_prepare() {
lib/buildit
fi
 
+   eapply_user
+
multilib_copy_sources
 }
 

diff --git a/sys-libs/libcxx/libcxx-3.8.1.ebuild 
b/sys-libs/libcxx/libcxx-3.8.1.ebuild
index 61e7ba5bf6..f8f1518a6f 100644
--- a/sys-libs/libcxx/libcxx-3.8.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.8.1.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk;
 
 [ "${PV%}" != "${PV}" ] && SCM="subversion" || SCM=""
 
-inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal
+inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal epatch
 
 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
 HOMEPAGE="http://libcxx.llvm.org/;
@@ -105,6 +105,8 @@ src_prepare() {
lib/buildit
fi
 
+   eapply_user
+
multilib_copy_sources
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Mail/

2018-10-16 Thread Fabian Groffen
commit: 9953bd944c27fa8f153ba5beec5856e36227aca1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:48:56 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:48:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9953bd94

dev-perl/DateTime-Format-Mail: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild 
b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
index 5c7877c688a..33660951934 100644
--- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
+++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert between DateTime and RFC2822/822 formats"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~ppc-aix ~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/Package-DeprecationManager/

2018-10-16 Thread Fabian Groffen
commit: b70ba91710cdd953a6fc9cfdf19b3cadfa494c97
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:53:29 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:53:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70ba917

dev-perl/Package-DeprecationManager: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../Package-DeprecationManager-0.170.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
index efaca52ffc7..12c87a640e6 100644
--- 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
+++ 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.170.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage deprecation warnings for your 
distribution"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~x86-fbsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~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/DateTime-Format-W3CDTF/

2018-10-16 Thread Fabian Groffen
commit: 8a1a381b1ae6644bdf73852058cbeb819c080815
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:55:03 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:55:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1a381b

dev-perl/DateTime-Format-W3CDTF: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild 
b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild
index 6bc3fe665ff..80b3497dd6e 100644
--- a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild
+++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse and format W3CDTF datetime strings"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~ppc-aix ~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-perl/DateTime"



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

2018-10-16 Thread Fabian Groffen
commit: bbaa6c7c5c889bd77e005cd9252e1f29587cf253
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 19:00:39 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 19:00:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbaa6c7c

dev-perl/File-ShareDir: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 9f1abb1846b..63b6f422c09 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~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/DateTime-Format-Strptime/

2018-10-16 Thread Fabian Groffen
commit: 798614bd9a9dee92f90635e0b161ecf032ddbf16
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:54:07 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:54:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798614bd

dev-perl/DateTime-Format-Strptime: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild 
b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild
index b96e949919c..3349fdc105d 100644
--- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild
+++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Parse and Format DateTimes using Strptime"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd 
~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~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/File-ShareDir-Install/

2018-10-16 Thread Fabian Groffen
commit: 88494d13da2978c27346876fd0e29ee69f2bf394
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:59:52 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:59:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88494d13

dev-perl/File-ShareDir-Install: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild 
b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
index 7230e93fc14..59c47122d21 100644
--- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
+++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Install shared files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 PERL_RM_FILES=( "Build.PL" ) # Using MBTiny is stupid this high up



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

2018-10-16 Thread Fabian Groffen
commit: 06b5427a90c7fa84404310959a7a91401399eb36
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 19:02:23 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 19:02:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b5427a

dev-perl/DateTime-Locale: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
index f75fd495a72..adac90d98fc 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime"
 
 LICENSE="|| ( Artistic GPL-2+ ) unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~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/Exception-Class/

2018-10-16 Thread Fabian Groffen
commit: de1015a68566bb7f87b42e2e886c3fc32e8569cc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:38:56 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1015a6

dev-perl/Exception-Class: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild 
b/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild
index 884048f57d5..4fc5d4408bb 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module that allows you to declare real exception classes in 
Perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~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/DateTime-Locale/

2018-10-16 Thread Fabian Groffen
commit: 6c2b445ed4064d7e834be8c17bd492bf344e78ac
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:45:29 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2b445e

dev-perl/DateTime-Locale: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild
index fd41728f029..07efc914692 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime"
 
 LICENSE="|| ( Artistic GPL-2+ ) unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~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/Class-Singleton/

2018-10-16 Thread Fabian Groffen
commit: f7473f0137ff98724d34952fe27d6426500eebf8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:43:17 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7473f01

dev-perl/Class-Singleton: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild 
b/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild
index 0a2cf125959..c32c13fbe35 100644
--- a/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild
+++ b/dev-perl/Class-Singleton/Class-Singleton-1.500.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Implementation of a Singleton class"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2018-10-16 Thread Fabian Groffen
commit: 147f122c43341c599a430c2552ede9548f6b1ef8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:28:50 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147f122c

dev-perl/Perl-Tidy: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Perl-Tidy/Perl-Tidy-20171214.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20171214.0.0.ebuild 
b/dev-perl/Perl-Tidy/Perl-Tidy-20171214.0.0.ebuild
index dc16f2974c9..cd70f7fe2b7 100644
--- a/dev-perl/Perl-Tidy/Perl-Tidy-20171214.0.0.ebuild
+++ b/dev-perl/Perl-Tidy/Perl-Tidy-20171214.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~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/Devel-StackTrace/

2018-10-16 Thread Fabian Groffen
commit: 77d3b52d5d6c0439ec6c2b1a74bb7941b9ca558e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:32:52 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d3b52d

dev-perl/Devel-StackTrace: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild 
b/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild
index 5b4fd4340e4..335c3e7badd 100644
--- a/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild
+++ b/dev-perl/Devel-StackTrace/Devel-StackTrace-2.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="An object representing a stack trace"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~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/Devel-Caller/

2018-10-16 Thread Fabian Groffen
commit: 3db58af6c01d849cd7150768f63db9c04df9235a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:30:30 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db58af6

dev-perl/Devel-Caller: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild 
b/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild
index 6fb9fd712c3..e01419c8826 100644
--- a/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild
+++ b/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Meatier versions of caller"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-perl/PadWalker"



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

2018-10-16 Thread Fabian Groffen
commit: 0477796dba84b3d081d6d46a17f38dee665b6d97
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:39:32 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0477796d

dev-perl/Params-ValidationCompiler: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../Params-ValidationCompiler-0.260.0.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild
index 20b67ca7895..1695749eabb 100644
--- 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild
+++ 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.260.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Build an optimized subroutine parameter validator once, use it 
forever"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Plugin-NoWarnings/

2018-10-16 Thread Fabian Groffen
commit: 0d4210ae0cc2894a7b6158f71c2c30a23cf8d75a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:36:35 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4210ae

dev-perl/Test2-Plugin-NoWarnings: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild 
b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild
index abc1735ab9a..eab897025cc 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild
+++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Fail if tests warn"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~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/Role-Tiny/

2018-10-16 Thread Fabian Groffen
commit: 4190e68bf4f40754725ddfc7c200bf0794784baf
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:26:20 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4190e68b

dev-perl/Role-Tiny: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild 
b/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild
index 4d99e50e0e6..6a3949178dd 100644
--- a/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild
+++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.6.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-aix ~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/IPC-Run3/

2018-10-16 Thread Fabian Groffen
commit: 354ac65cb172505f84f700e4d3c0c842c206eb85
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:35:48 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354ac65c

dev-perl/IPC-Run3: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
index 577981938ea..340132ae0d3 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 
 LICENSE="|| ( BSD-2 Artistic GPL-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"
+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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-10-16 Thread Fabian Groffen
commit: 9a011470b9b65e87c37a532619e3c1c8c7afcef2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:31:23 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a011470

dev-perl/Devel-LexAlias: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild 
b/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild
index 7b27540b90b..42a3012c938 100644
--- a/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild
+++ b/dev-perl/Devel-LexAlias/Devel-LexAlias-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Alias lexical variables"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-perl/Devel-Caller-2.03"



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

2018-10-16 Thread Fabian Groffen
commit: 64390cfa6979a705360850a4c61dfd6321b75bbb
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Oct 15 19:45:34 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64390cfa

dev-perl/Data-Perl: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild 
b/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild
index a1d06434966..6a779edde9c 100644
--- a/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild
+++ b/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base classes wrapping fundamental Perl data types"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-macos"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~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/namespace-autoclean/

2018-10-16 Thread Fabian Groffen
commit: 09448abd4141ab1dc47cc021ee25fc4f9d37c652
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Oct 15 19:50:12 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09448abd

dev-perl/namespace-autoclean: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild 
b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
index 6b75d210b55..c2f18348e3a 100644
--- a/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
+++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.280.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Keep imports out of your namespace"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-aix ~x86-fbsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-aix ~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-Without-Module/

2018-10-16 Thread Fabian Groffen
commit: 95545c4759da25a56da94e2533a5f4440b1783e6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:37:21 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95545c47

dev-perl/Test-Without-Module: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild 
b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
index c2e6198efc7..41ec7fe20bd 100644
--- a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
+++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Test fallback behaviour in absence of modules"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~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/DateTime/

2018-10-16 Thread Fabian Groffen
commit: 167e99be6868b562fd159b540b7ce1a6897b52d2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:46:18 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167e99be

dev-perl/DateTime: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/dev-perl/DateTime/DateTime-1.440.0.ebuild 
b/dev-perl/DateTime/DateTime-1.440.0.ebuild
index 3edd663eb88..f30e9f686e2 100644
--- a/dev-perl/DateTime/DateTime-1.440.0.ebuild
+++ b/dev-perl/DateTime/DateTime-1.440.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="A date and time object"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 CONFLICTS="



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

2018-10-16 Thread Fabian Groffen
commit: 558d7c4b366554186d96bc3c9f010e7e4586a33c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Oct 15 19:48:48 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558d7c4b

dev-perl/namespace-clean: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild 
b/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
index e042a4a3971..e41662dcbbe 100644
--- a/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
+++ b/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Keep imports and functions out of your namespace"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~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/Sub-Quote/

2018-10-16 Thread Fabian Groffen
commit: cdffee7999797d46295ff5421a7711a153e100e6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:25:39 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdffee79

dev-perl/Sub-Quote: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild 
b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
index 5a35aaf251b..40c06a55884 100644
--- a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Efficient generation of subroutines via string eval"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~ppc-aix ~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: dev-perl/Moo/

2018-10-16 Thread Fabian Groffen
commit: c1f2680144bdbe289433935a737b8f861f27223c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:25:06 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f26801

dev-perl/Moo: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/dev-perl/Moo/Moo-2.3.3.ebuild b/dev-perl/Moo/Moo-2.3.3.ebuild
index e44afc5a0bc..d527b6ffe8c 100644
--- a/dev-perl/Moo/Moo-2.3.3.ebuild
+++ b/dev-perl/Moo/Moo-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 
 # needs Scalar::Util



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

2018-10-16 Thread Fabian Groffen
commit: 83bac8164fce73ae26b17053587e1ba9b1d4dca1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:27:25 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bac816

dev-perl/MRO-Compat: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/MRO-Compat/MRO-Compat-0.130.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MRO-Compat/MRO-Compat-0.130.0.ebuild 
b/dev-perl/MRO-Compat/MRO-Compat-0.130.0.ebuild
index 7c6ba7dded3..9066140bed6 100644
--- a/dev-perl/MRO-Compat/MRO-Compat-0.130.0.ebuild
+++ b/dev-perl/MRO-Compat/MRO-Compat-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lets you build groups of accessors"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~ppc-aix ~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/Devel-GlobalDestruction/

2018-10-16 Thread Fabian Groffen
commit: e0f85d439a867353bdeae872002668f839c44f8b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:24:25 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f85d43

dev-perl/Devel-GlobalDestruction: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild 
b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild
index 7c19aaf36d6..c29ffe320ec 100644
--- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild
+++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older 
perls'
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~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/Eval-Closure/

2018-10-16 Thread Fabian Groffen
commit: bb390054430b59f514f70e243ddf50ffbc6b7a5a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:32:01 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb390054

dev-perl/Eval-Closure: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild 
b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
index 0462881..8fa1060b7c8 100644
--- a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
+++ b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="safely and cleanly create closures via string eval"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~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"
 
 # Scalar::Util -> Scalar-List-Utils



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

2018-10-16 Thread Fabian Groffen
commit: fb8d99c5e4bc7da439c94e2302786eb4cf4b8e69
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:44:32 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8d99c5

dev-perl/DateTime-TimeZone: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
index 8c44e987d9e..18dbb44967b 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Time zone object base class and factory"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~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/Specio/

2018-10-16 Thread Fabian Groffen
commit: 344f8d30eb653e85ac3d3bcce47b8f3ea7c5bf14
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:33:25 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344f8d30

dev-perl/Specio: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/dev-perl/Specio/Specio-0.420.0.ebuild 
b/dev-perl/Specio/Specio-0.420.0.ebuild
index 7bcda2644cf..872d75ba008 100644
--- a/dev-perl/Specio/Specio-0.420.0.ebuild
+++ b/dev-perl/Specio/Specio-0.420.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~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: dev-perl/Test-Fatal/

2018-10-16 Thread Fabian Groffen
commit: ca90d02cdf48281752d1c6c1dabfa5a464f41269
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:21:32 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca90d02c

dev-perl/Test-Fatal: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild 
b/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild
index 4349f22200b..5a7e6bf8202 100644
--- a/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild
+++ b/dev-perl/Test-Fatal/Test-Fatal-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
 
 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 ~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 ~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/PadWalker/

2018-10-16 Thread Fabian Groffen
commit: a07f670c3038ab48efc6a33e20e5066bdd802a96
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:29:58 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07f670c

dev-perl/PadWalker: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/dev-perl/PadWalker/PadWalker-2.300.0.ebuild 
b/dev-perl/PadWalker/PadWalker-2.300.0.ebuild
index e1d32000c19..93e6e745adb 100644
--- a/dev-perl/PadWalker/PadWalker-2.300.0.ebuild
+++ b/dev-perl/PadWalker/PadWalker-2.300.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="play with other peoples' lexical variables"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



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

2018-10-16 Thread Amy Liffey
commit: 7bc162059d2bad255b904b1001dce348b364f501
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Oct 16 18:24:37 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Oct 16 18:27:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc16205

sci-libs/gdal: fix perl sandbox violations

Suggested-by: David Haller  dhaller.de>
Closes: https://bugs.gentoo.org/663282
Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sci-libs/gdal/gdal-2.3.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild
index e1f97f524f2..65af4595613 100644
--- a/sci-libs/gdal/gdal-2.3.1.ebuild
+++ b/sci-libs/gdal/gdal-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -276,6 +276,7 @@ src_compile() {
 src_install() {
if use perl ; then
pushd "${S}"/swig/perl > /dev/null || die
+   myinst=( DESTDIR="${D}" )
perl-module_src_install
popd > /dev/null || die
sed -e 's:BINDINGS=   \(.*\) perl:BINDINGS= 
  \1:g' \



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/

2018-10-16 Thread Michał Górny
commit: 224404f0d9bac6bba247466a263b878e1977f01c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 16 18:10:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 16 18:10:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224404f0

xfce-extra/xfce4-screensaver: New package

New screensaver application for XFCE desktop.  Early release for true
Gentoo ricers!

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

 xfce-extra/xfce4-screensaver/Manifest  |  1 +
 xfce-extra/xfce4-screensaver/metadata.xml  | 11 
 .../xfce4-screensaver-0.1.0.ebuild | 69 ++
 3 files changed, 81 insertions(+)

diff --git a/xfce-extra/xfce4-screensaver/Manifest 
b/xfce-extra/xfce4-screensaver/Manifest
new file mode 100644
index 000..38d6b8530ee
--- /dev/null
+++ b/xfce-extra/xfce4-screensaver/Manifest
@@ -0,0 +1 @@
+DIST xfce4-screensaver-0.1.0.tar.bz2 525080 BLAKE2B 
be1b4add2f72cf7d93bcb651852bb398c38e7d4637c03d90ea277dc3ea50147e8bca9a870b8b5fe2353fd71ad180684214cdeb0e18808f3ced234f9a03b2bf13
 SHA512 
a925deada7313e3d156d4b19fd38e50538e2ac429c657f9f29b727c4c20ccd83a07dafdc4fa14fca26bcc09961ee42700685097260473a5fdec8877114a8a048

diff --git a/xfce-extra/xfce4-screensaver/metadata.xml 
b/xfce-extra/xfce4-screensaver/metadata.xml
new file mode 100644
index 000..f97bcaffd83
--- /dev/null
+++ b/xfce-extra/xfce4-screensaver/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   x...@gentoo.org
+   
+   
+   Enable ConsoleKit support
+   Enable screen locking support
+   
+

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.0.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.0.ebuild
new file mode 100644
index 000..33e37d91f14
--- /dev/null
+++ b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="consolekit +locking opengl pam systemd"
+
+# Xrandr: optional but automagic
+RDEPEND="
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.50:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libICE:=
+   x11-libs/libX11:=
+   x11-libs/libXScrnSaver:=
+   x11-libs/libXext:=
+   x11-libs/libXxf86misc:=
+   x11-libs/libXxf86vm:=
+   >=x11-libs/libXrandr-1.3:=
+   >=x11-libs/libxklavier-5.2:=
+   x11-misc/xscreensaver
+   >=xfce-base/garcon-0.5.0:=
+   >=xfce-base/libxfce4ui-4.12.1:=
+   >=xfce-base/libxfce4util-4.12.1:=
+   >=xfce-base/xfconf-4.12.1:=
+   consolekit? ( sys-auth/consolekit )
+   locking? (
+   pam? ( virtual/pam )
+   )
+   opengl? ( virtual/opengl )
+   systemd? ( sys-apps/systemd:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-apps/dbus
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   # disable docbook for now
+   ac_cv_path_XMLTO=no
+
+   # xscreensaver dirs autodetection doesn't seem to work
+   --with-xscreensaverdir=/usr/share/xscreensaver/config
+   --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
+
+   $(use_with opengl libgl)
+   $(use_enable locking)
+   $(use_enable pam)
+   $(use_with consolekit console-kit)
+   $(use_with systemd)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-16 Thread Martin Mokrejs
commit: f7eaea4317cca5c6ca5566c05c69b604d7312bc8
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Tue Oct 16 17:47:08 2018 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Oct 16 17:47:08 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f7eaea43

sci-biology/SPAdes: version bump, drop old and buggy version

SPAdes 3.13.0
CHANGE: Switched to multi-k-mer mode in rnaSPAdes, k-mer values are detected
automatically based on read length.
CHANGE: Added manual as README.md in markdown format for github.
FIX: Updated BWA and switched to RopeBWT, which allows to handle large graphs.
FIX: Assert for path.length() > 0 in rnaSPAdes.
FIX: CQF and k-mer counting.
REMOVE: dipSPAdes module.
Package-Manager: Portage-2.3.51, Repoman-2.3.10

 sci-biology/SPAdes/{SPAdes-3.12.0.ebuild => SPAdes-3.13.0.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-biology/SPAdes/SPAdes-3.12.0.ebuild 
b/sci-biology/SPAdes/SPAdes-3.13.0.ebuild
similarity index 96%
rename from sci-biology/SPAdes/SPAdes-3.12.0.ebuild
rename to sci-biology/SPAdes/SPAdes-3.13.0.ebuild
index b56180a1a..00ccc4f27 100644
--- a/sci-biology/SPAdes/SPAdes-3.12.0.ebuild
+++ b/sci-biology/SPAdes/SPAdes-3.13.0.ebuild
@@ -12,7 +12,6 @@ HOMEPAGE="http://cab.spbu.ru/software/spades;
 SRC_URI="
https://github.com/ablab/spades/releases/download/v${PV}/${P}.tar.gz
http://cab.spbu.ru/files/release${PV}/manual.html -> ${P}_manual.html
-   http://cab.spbu.ru/files/release${PV}/manual.md -> ${P}_manual.md
http://cab.spbu.ru/files/release${PV}/rnaspades_manual.html -> 
${P}_rnaspades_manual.html
http://cab.spbu.ru/files/release${PV}/truspades_manual.html -> 
${P}_truspades_manual.html
http://spades.bioinf.spbau.ru/release3.11.1/dipspades_manual.html -> 
${P}_dipspades_manual.html"



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

2018-10-16 Thread Mike Pagano
commit: 71542483cbf1cec762e7901ebd4d5f6b67429b3d
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 16 17:47:06 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 16 17:47:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71542483

sys-kernel/gentoo-sources: Cleanup of 4.9.X patch series

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

 sys-kernel/gentoo-sources/Manifest | 24 ---
 .../gentoo-sources/gentoo-sources-4.9.118.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.119.ebuild   | 28 --
 .../gentoo-sources-4.9.120-r1.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.120.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.128.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.129.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.130.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.131.ebuild   | 28 --
 9 files changed, 248 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 7eefc7e307c..53a73b5bbde 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -55,33 +55,9 @@ DIST genpatches-4.4-161.extras.tar.xz 16460 BLAKE2B 
8dfce6f8f44f738b91e5fdf2614c
 DIST genpatches-4.4-162.base.tar.xz 2409748 BLAKE2B 
2c7ac50926e0cd757033468802e7c81d2672a25cf2957d3b85f228be3dc7dc728cefcb11d06c8102e09c49aeadceafe60926a9fa6791eb0f4b9a9254d8c91ce7
 SHA512 
cda0d9e9fd8f3d674b8dd44c99982c8eb7dc1023dd0b1c9752f10b5a335aa29e6bdcc9c147f9811aa925073cad79f03f5d9d5459c1a1419145a29c07360f6dc6
 DIST genpatches-4.4-162.experimental.tar.xz 87804 BLAKE2B 
554213910881d20749634cf2bae372f49c26fbe25b21bddf0b452637b1e54bdb7bcc245f76dd181c8c3c3a5a624df882ca407e43091af3991f47d66e19ea
 SHA512 
43acbd61d782f0a9afb1b5f3d38cc2f74c8f9e8aaf2a61897418df56188af3b0270e6ea239b545b5d7c46da5da1b15d752dc1fcd387c13c460f2695531ad222f
 DIST genpatches-4.4-162.extras.tar.xz 16460 BLAKE2B 
8dfce6f8f44f738b91e5fdf2614cc63ee3ef252074ec459aafd04dc9d536e243c7f730b1deadca709c2c867b2514c573bd6ba521ca38f37089cb40f52e33c53a
 SHA512 
c06e9b30cfa2bf5f04776e473501f9ab0e203060bc0ca3ee43057cbc1ac5939b3fa50406f19e6e78705f955323a01a1e43b1c7e43e4fbdcf5a2ca1d005b1e612
-DIST genpatches-4.9-121.base.tar.xz 2306020 BLAKE2B 
c4a5ecdcb86411e610539932165c5b137083853876de6326ee92ad972f3c6da8913d2ca42fe19f65357c7075364c9ce4a49353a603e5c7553d3f7b6348018cd7
 SHA512 
6fd321e8261ff24771d4e543f0b90678689382890ba5f43bc679c6190876ff6b68131e02ae11f7ee162a537ed9e50a2b8975a52859dd763df26af446a2ca8efd
-DIST genpatches-4.9-121.experimental.tar.xz 106388 BLAKE2B 
4accb4a19f87c9b0f171c796b079835d5907c8650ab75516a0cf984e27f4779e748a08a47117a65e5c8d209b51ca4d19bbb751278525a6513f1f601b7ed07a53
 SHA512 
91a73068febf2f660a3123f9afa99c5352eb4fdccad650b19b3d97027f155693b017585f290fb1d0e7ab1d0847018296d5b4a1dcf19ca659d79b1555240b028a
-DIST genpatches-4.9-121.extras.tar.xz 17356 BLAKE2B 
fb1376b9c54ccf5886f134f0fa40d7739b5195ceca890218703c86b625a7bdc882a8c20f9a563a848bb83518bceff206a341a86534cd242996057d050cf9871f
 SHA512 
ecdcd6d776a6f6a901adf2292846f3e6919de40cbc4d4912d698592e7d3f9e6046d657640ac02117a6c350d7219b4176adb6d5476b1fad43ca47145d8bb278bd
-DIST genpatches-4.9-122.base.tar.xz 2308844 BLAKE2B 
a1b7d6e0817b284ada41a2eb6f2b0c25c637d55addd1ec424d67ca5d56eb66f42f91b32d875011636c4be65aedab08895be3667071ff0089465fff7f47d10cb3
 SHA512 
1c1297e0f788fdbd04085e3c0ab4257e6d4a6c63b2c171cef9c85211267717d6d0a85ae9c23c1e8be48e0161b8a9c49da62780312e79520797839ff1abf39482
-DIST genpatches-4.9-122.experimental.tar.xz 106376 BLAKE2B 
76dc6065de926924c51cdefc7aa0e70fc36ce172911b439817451826e233fa6360335374bd5cf95a044315bbdb37b55e22e1476f45f07e8ecb2dc6f46d2a1b41
 SHA512 
d4a54597a5d52108496481d4e9e1260beb36a375c9f36809e569eb8fc859f15af1a62bbb77ae10a50a46a8174ba765ba4a4a27ae370a0e4ae7d239838fc03d7b
-DIST genpatches-4.9-122.extras.tar.xz 17356 BLAKE2B 
640509ded58da944c037cf78c973561bd4c8b6ee4a8e36fa6de67e4a741bbc8a4711dd9f5b57c64d831729c598d248b45304a2ae33794069a5906c0e2cf27706
 SHA512 
126a3b5c81c7cf42be2374f92535c8741389a5e72a184a566a643942bd793a541ae57db957b492d502b9cf4a28d8fce33c6c160340cd654617950939f4880ce7
-DIST genpatches-4.9-123.base.tar.xz 2343444 BLAKE2B 
a92f02a0e413c7de2f76c1fd560fcb4771de31e50c544b408b14ef5dc778a39e2124d4c494df91a4494e29d39fba0be3242aeff0913298c10ccd1a4b6a31ce38
 SHA512 
0f06293abed07720114858c9931d1b241942ce0e73ee1438ba3b44ba1087ed65e215b6de4c02362baab7bbd418f442bc07f6f25b722b6fc708ca1613f52acb69
-DIST genpatches-4.9-123.experimental.tar.xz 106400 BLAKE2B 
55a6834704b4749c2680289be3ce979e4c1f46f12b7d32f23fc17f91e885a2bc9ea50143c574b754d61cc9f828f60cc21a548068e8870eabbe0632ae5b7d3f3b
 SHA512 

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

2018-10-16 Thread Mike Pagano
commit: 695dc6d12ae25df3d9e77e77761dfb9b8c891032
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 16 17:44:16 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 16 17:44:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695dc6d1

sys-kernel/gentoo-sources: Arch cleanup of 4.9.49-r1

Leave sparc as it's the last stable kernel version.
Sparc team, please consider stablizing a new version.

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

 sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild
index bbde981c05a..2d7ca65bc70 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.49-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="sparc"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapnik/, sci-geosciences/mapnik/files/

2018-10-16 Thread Andreas Sturmlechner
commit: 1c619fe0dcb8c7ebe7ac573f552977127cc2a5ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 16 17:42:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 16 17:42:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c619fe0

sci-geosciences/mapnik: Fix build with ICU 61

Closes: https://bugs.gentoo.org/668618
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../mapnik/files/mapnik-3.0.18-icu-61.patch| 54 ++
 sci-geosciences/mapnik/mapnik-3.0.18.ebuild|  3 +-
 2 files changed, 56 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/mapnik/files/mapnik-3.0.18-icu-61.patch 
b/sci-geosciences/mapnik/files/mapnik-3.0.18-icu-61.patch
new file mode 100644
index 000..1330fe6c0fb
--- /dev/null
+++ b/sci-geosciences/mapnik/files/mapnik-3.0.18-icu-61.patch
@@ -0,0 +1,54 @@
+From 1ddfe6c315487a802f2ea38119255a203a25913c Mon Sep 17 00:00:00 2001
+From: Raul Marin 
+Date: Tue, 3 Apr 2018 13:18:03 +0200
+Subject: [PATCH] Qualify ICU types explicitly
+
+ICU 61 has dropped the global `using namespace icu;`
+http://site.icu-project.org/download/61#TOC-Migration-Issues
+---
+ include/mapnik/text/scrptrun.hpp | 2 +-
+ src/text/text_layout.cpp | 4 +++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/include/mapnik/text/scrptrun.hpp 
b/include/mapnik/text/scrptrun.hpp
+index 2161c510d9..c219a2a0d3 100644
+--- a/include/mapnik/text/scrptrun.hpp
 b/include/mapnik/text/scrptrun.hpp
+@@ -37,7 +37,7 @@ struct ParenStackEntry
+ UScriptCode scriptCode = USCRIPT_INVALID_CODE;
+ };
+ 
+-class ScriptRun : public UObject {
++class ScriptRun : public icu::UObject {
+ public:
+ ScriptRun();
+ 
+diff --git a/src/text/text_layout.cpp b/src/text/text_layout.cpp
+index 663cbe11aa..ecf02ab8e3 100644
+--- a/src/text/text_layout.cpp
 b/src/text/text_layout.cpp
+@@ -207,6 +207,7 @@ void text_layout::layout()
+ // At the end everything that is left over is added as the final line.
+ void text_layout::break_line_icu(std::pair && line_limits)
+ {
++using BreakIterator = icu::BreakIterator;
+ text_line line(line_limits.first, line_limits.second);
+ shape_text(line);
+ 
+@@ -228,7 +229,7 @@ void text_layout::break_line_icu(std::pair && line_limits)
+ }
+ 
+ mapnik::value_unicode_string const& text = itemizer_.text();
+-Locale locale; // TODO: Is the default constructor correct?
++icu::Locale locale; // TODO: Is the default constructor correct?
+ UErrorCode status = U_ZERO_ERROR;
+ std::unique_ptr 
breakitr(BreakIterator::createLineInstance(locale, status));
+ 
+@@ -336,6 +337,7 @@ inline int adjust_last_break_position (int pos, bool 
repeat_wrap_char)
+ 
+ void text_layout::break_line(std::pair && line_limits)
+ {
++using BreakIterator = icu::BreakIterator;
+ text_line line(line_limits.first, line_limits.second);
+ shape_text(line);
+ double scaled_wrap_width = wrap_width_ * scale_factor_;

diff --git a/sci-geosciences/mapnik/mapnik-3.0.18.ebuild 
b/sci-geosciences/mapnik/mapnik-3.0.18.ebuild
index 8c0db9a6c0b..5a5a4d1e20f 100644
--- a/sci-geosciences/mapnik/mapnik-3.0.18.ebuild
+++ b/sci-geosciences/mapnik/mapnik-3.0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -48,6 +48,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.2.0-configure-only-once.patch"
"${FILESDIR}/${PN}-2.2.0-dont-run-ldconfig.patch"
"${FILESDIR}/${PN}-3.0.18-scons.patch"
+   "${FILESDIR}/${PN}-3.0.18-icu-61.patch"
 )
 
 src_prepare() {



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

2018-10-16 Thread Thomas Deutschmann
commit: bc59765aacedba0cf91b835fbeb7af5d2a2970cb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Oct 16 17:28:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Oct 16 17:28:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc59765a

dev-db/percona-server: fix Manifest

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/percona-server/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 7d72c5c2537..2f434e65af7 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,6 +1,6 @@
 DIST boost_1_59_0.tar.gz 83709983 BLAKE2B 
8c6676fa05fa401a6ecb3b890d95aceb4421ec48dd0eab38ce8d170c618e177c82dc67a165938f6be1a01daab24ce41888f5442dbc19ad3dd41368a01a6f89e4
 SHA512 
05fdbe5637543defdbc630b921515425885593d16db14534ed7b9aa60925ade8fb598d50cb894aed6dae688e789047216daa1bf03fa1aeb6b531060d9dae52ae
 DIST mysql-extras-20180628-0201Z.tar.bz2 322141 BLAKE2B 
fce35cfea4ffa9860908fcdf440cd0d714c402c42ee2afb22cec9e727971c216310c7db561ca1b37deebb2cea5137fe24f19b491ad500949e3170ccec3de0b13
 SHA512 
71a3800ec091b41e41d25536199149eb714c0bbfc0f6fc478e8e4dcaf4cf87a7e4d49c513da3c9badc0de810d7d78c05ad91dd898e45005b42136346237de42a
-DIST mysql-extras-20181014-2320Z.tar.bz2 327547 BLAKE2B 
8d7d77de0fb92ca4b9a980eec5e2e6a2a68427da67d67e734509f96e05d9dd29daa1a702b3bf2d4313c0a4ff8318a69a70cb24cbd9bb0f3cfb15811e06b25d76
 SHA512 
5b97aa3c1fc42e3c87aa458a43bdeb1c86194026c7ee5ff7ad64c140e97a77685836971b7f2b3fb02fac440680e62507f96b428d8dc96c75f6358191a3e3084a
+DIST mysql-extras-20181016-1606Z.tar.bz2 327537 BLAKE2B 
885b21b9f576844edf7e850cb8c7484fdadb469297adcbcd885ed0d12bb4a24324f26c4546a1fa077502f7f306b436ed48667fbfccce11be8873ff723f435b85
 SHA512 
b6fb00c2971cf91f0765b08b4f0449179eb5701b0eb92a184103f1129f365fee2271d27150c30a3f2fb3c2e8b669f77e65a54956f2862c6d3fe6be49e4bc0f88
 DIST percona-server-5.6.40-84.0.tar.gz 52684007 BLAKE2B 
11658be2319880f7e8815c7b620b7d460dd7a559316ca96905573b0fa2d7180b084ed425f76f6d850f06862e424b5a8d6ced8356f9075826b77e89e86095eb40
 SHA512 
b1075933bdf1afb726acd799e834cb45a1d2a15d3f37f313da71f8da03a7b9480d7ccfb4cb6a820fb6ccf58851d8c9473bce975203cd6bc007a2b74b36a1127f
 DIST percona-server-5.6.41-84.1.tar.gz 52736448 BLAKE2B 
1ec5e17f08274caa3882f829f25bbf74a3b37d2ba208f62376106f0d89e5470f461f7852e365d5da9503d5500702e28f08461e5aa0c5ae6b1a30a0e98dbb426b
 SHA512 
60783154f9ab097083a484c34e584b396eeba4aa53dc8616c467ca9c85cc626be08e3165740703453cc4fb35f3af94ac34260f1e2bb133d60f832661251cbb3c
 DIST percona-server-5.7.23-23.tar.gz 79165468 BLAKE2B 
a460ac6fa2be65abb0520d541db54413274599e02d8de3a01a68f8c3da431bfe819eb32bf80518fdff69bbcfae90ee089d2a096ee6210f9e4efe60dbab25
 SHA512 
351d40d3f7c3fe72f733443a6ef3902e1455390835e52e73d7eb48698ac6f2363e07811d40b22af5b1c7607622017d613279581940522c5e99660fac89d4d4c6



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

2018-10-16 Thread Michał Górny
commit: 761aefc9487301b3bdb46b55c0793d34f144252a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 16 17:15:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 16 17:21:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761aefc9

xfce-base/exo: Bump to 0.12.3

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

 xfce-base/exo/Manifest  |  1 +
 xfce-base/exo/exo-0.12.3.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index 75ccdb23ea0..ec5916ad4e4 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,2 +1,3 @@
 DIST exo-0.12.0.tar.bz2 1310691 BLAKE2B 
6acdfe0b3cf7b19717d17c4acc7973bc8e27e963b4213376061cee0bec72734303ed75b7bfd8d8cbe1da98af4a9b43132657ade0020f9d26add36aa77c184ff4
 SHA512 
8ec52aba3faa9728bb60e09cf696f772160bfd8357c06015a6d72a2302572e74389f78a20addcf3ac632a3ac84b3ee2f40750483a16e2f7e1cff7de6f7aa2692
 DIST exo-0.12.2.tar.bz2 1321379 BLAKE2B 
bf17b8dfb6489b5c168893599e67bac603e6915e78930d0d460e94d23a60b53e720439653358c2566083a3773cd5bb898da5210200a2c6dfac7ca9b730ca4aaf
 SHA512 
771c4e3c09683ccf2d028a5203d4b2af0da38e6ae97baa7825714ad6e2e81d128d9238d060cdd80c95660a0394b632caec3e31df1f2cc28b1fed8ef19ee2011a
+DIST exo-0.12.3.tar.bz2 1233053 BLAKE2B 
27cb6041778d5b0c93002f474d96d3a0ae9b02d651d3be047eb0e3d1e6640614c457fbac7557216c46b28008bca3f3be674e29e8be48243b6bf15917bae0c907
 SHA512 
1a727050b822aa4bdfbce22c1668372b10ddfd9c3988f6949ee32a5c5213d90e20ebafc923193c70dea373d217994fb42101fe2aad7bf55c8e81f983c5a2106f

diff --git a/xfce-base/exo/exo-0.12.3.ebuild b/xfce-base/exo/exo-0.12.3.ebuild
new file mode 100644
index 000..9a0d73773d1
--- /dev/null
+++ b/xfce-base/exo/exo-0.12.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Extensions, widgets and framework library with session support 
for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.6
+   >=dev-libs/glib-2.42:=
+   dev-perl/URI
+   >=x11-libs/gtk+-2.24:2=
+   >=x11-libs/gtk+-3.22:3=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screenshooter/

2018-10-16 Thread Michał Górny
commit: f32bce616dfa4ed59b197668a489ecda662dd31b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 16 17:07:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 16 17:21:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32bce61

xfce-extra/xfce4-screenshooter: Add dep on glib-utils

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

 xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
index a4b036e1dc6..c3dbc8cab62 100644
--- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.3.ebuild
@@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/glib-2.16:=
>=xfce-base/libxfce4util-4.10:=
>=xfce-base/libxfce4ui-4.12:="
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
dev-util/intltool
virtual/pkgconfig"
 



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

2018-10-16 Thread Jeroen Roovers
commit: 7f12aebe483f621270a038cfffe1f7d378e435d9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 16 17:07:32 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 16 17:08:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f12aebe

net-libs/libssh: Stable for HPPA too.

Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/net-libs/libssh/libssh-0.8.4.ebuild 
b/net-libs/libssh/libssh-0.8.4.ebuild
index 7b660604f3a..bf4fb6ed8fe 100644
--- a/net-libs/libssh/libssh-0.8.4.ebuild
+++ b/net-libs/libssh/libssh-0.8.4.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == * ]] ; then
 else
inherit eapi7-ver
SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2018-10-16 Thread Mikle Kolyada
commit: 1922f4d9c2df5b8b1836f0ff3027b3d9a0ad2708
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:52:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1922f4d9

kde-plasma/sddm-kcm: amd64 stable wrt bug #665244

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

 kde-plasma/sddm-kcm/sddm-kcm-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.13.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.13.5.ebuild
index f2bab93c953..477846495a5 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.13.5.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="KDE Plasma control module for SDDM"
 HOMEPAGE="https://cgit.kde.org/sddm-kcm.git;
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/user-manager/

2018-10-16 Thread Mikle Kolyada
commit: 815093a67c9f88da88e67feb763d4425bb79e26e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:53:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815093a6

kde-plasma/user-manager: amd64 stable wrt bug #665244

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

 kde-plasma/user-manager/user-manager-5.13.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/user-manager/user-manager-5.13.5-r1.ebuild 
b/kde-plasma/user-manager/user-manager-5.13.5-r1.ebuild
index 69e0ce78d83..598d80c67c3 100644
--- a/kde-plasma/user-manager/user-manager-5.13.5-r1.ebuild
+++ b/kde-plasma/user-manager/user-manager-5.13.5-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Simple system settings module to manage the users of your system"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2018-10-16 Thread Mikle Kolyada
commit: bdfc3476532e0053caf150d50a826cd79d733473
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:51:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfc3476

kde-plasma/plymouth-kcm: amd64 stable wrt bug #665244

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

 kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild
index b22a94e9b19..5a15c150499 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ DESCRIPTION="KDE Plasma control module for Plymouth"
 HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git;
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2018-10-16 Thread Mikle Kolyada
commit: 70873103c31866fc35c0c779e540d4ece6d83591
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:53:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70873103

kde-plasma/plasma-meta: amd64 stable wrt bug #665244

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

 kde-plasma/plasma-meta/plasma-meta-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.13.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.13.5.ebuild
index 0d1ecf9e0e1..e5a16f599e9 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.13.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.kde.org/workspaces/plasmadesktop/;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="bluetooth +browser-integration crypt +display-manager grub gtk +handbook
 legacy-systray networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers"
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2018-10-16 Thread Mikle Kolyada
commit: 567fd2ca7947280f894925559b744538323e7f2e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:52:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567fd2ca

kde-plasma/powerdevil: amd64 stable wrt bug #665244

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

 kde-plasma/powerdevil/powerdevil-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.13.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.13.5.ebuild
index 6e4e8693a80..a3ed241c08b 100644
--- a/kde-plasma/powerdevil/powerdevil-5.13.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Power management for KDE Plasma Shell"
 HOMEPAGE="https://cgit.kde.org/powerdevil.git;
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="brightness-control consolekit +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/

2018-10-16 Thread Mikle Kolyada
commit: d0b15fc6b73dbc0878dc417dd185969297d09203
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:53:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b15fc6

kde-plasma/systemsettings: amd64 stable wrt bug #665244

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

 kde-plasma/systemsettings/systemsettings-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/systemsettings/systemsettings-5.13.5.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.13.5.ebuild
index 92404003beb..a71e05125e9 100644
--- a/kde-plasma/systemsettings/systemsettings-5.13.5.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="System settings utility"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="classic gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2018-10-16 Thread Mikle Kolyada
commit: 3ee5c4e7b861b7cafff1c7626e8106a4285e5d89
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:50:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee5c4e7

kde-plasma/plasma-workspace-wallpapers: amd64 stable wrt bug #665244

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

 .../plasma-workspace-wallpapers-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.13.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.13.5.ebuild
index 12fd86d0561..6ad7c9fef9f 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.13.5.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ KDE_DEBUG="false"
 inherit kde5
 
 DESCRIPTION="Additional wallpapers for the Plasma workspace"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2018-10-16 Thread Mikle Kolyada
commit: 84cdba9102f3bd0610ef49e2242b1cbf9611cd0f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:52:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84cdba91

kde-plasma/polkit-kde-agent: amd64 stable wrt bug #665244

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

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild
index d1b6abb46a4..ae2f2851b77 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="PolKit agent module for KDE Plasma"
 HOMEPAGE="https://www.kde.org;
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2018-10-16 Thread Mikle Kolyada
commit: 8931845b559725b61f290e45d09a5438b54bad1b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:50:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8931845b

kde-plasma/plasma-vault: amd64 stable wrt bug #665244

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

 kde-plasma/plasma-vault/plasma-vault-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.13.5.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.13.5.ebuild
index 2e3dc39df9b..4683c1d814f 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.13.5.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Plasma applet and services for creating encrypted 
vaults"
 HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/khotkeys/

2018-10-16 Thread Mikle Kolyada
commit: e5bda4319b768dd3e9d8aca2df1449abcc5dd5fe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:44:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bda431

kde-plasma/khotkeys: amd64 stable wrt bug #665244

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

 kde-plasma/khotkeys/khotkeys-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/khotkeys/khotkeys-5.13.5.ebuild 
b/kde-plasma/khotkeys/khotkeys-5.13.5.ebuild
index edfaf921288..cbde1625d88 100644
--- a/kde-plasma/khotkeys/khotkeys-5.13.5.ebuild
+++ b/kde-plasma/khotkeys/khotkeys-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ KDE_HANDBOOK="true"
 inherit kde5
 
 DESCRIPTION="KDE Plasma workspace hotkey module"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2018-10-16 Thread Mikle Kolyada
commit: 00f201eab3ea0244561953678e67ecd54e5f40d5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:50:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f201ea

kde-plasma/plasma-sdk: amd64 stable wrt bug #665244

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

 kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
index 47de95ae213..b51ea4ce90d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksshaskpass/

2018-10-16 Thread Mikle Kolyada
commit: 8d7ca23460f357a4626ad31703da9fa5cb892fc2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:46:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7ca234

kde-plasma/ksshaskpass: amd64 stable wrt bug #665244

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

 kde-plasma/ksshaskpass/ksshaskpass-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.13.5.ebuild 
b/kde-plasma/ksshaskpass/ksshaskpass-5.13.5.ebuild
index 3009c8d5ff6..7a5d562d33a 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.13.5.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration"
 HOMEPAGE="https://cgit.kde.org/ksshaskpass.git;
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kmenuedit/

2018-10-16 Thread Mikle Kolyada
commit: 09eab5d1bf019811e799cf1b0f8ee15f78f2c0d6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:44:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eab5d1

kde-plasma/kmenuedit: amd64 stable wrt bug #665244

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

 kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild 
b/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild
index b504d5a6e14..58c51a1af69 100644
--- a/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild
+++ b/kde-plasma/kmenuedit/kmenuedit-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma menu editor"
 HOMEPAGE="https://cgit.kde.org/kmenuedit.git;
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+hotkeys"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kgamma/

2018-10-16 Thread Mikle Kolyada
commit: 52e8c7003e344f3e31d236009aee8747db5a2a73
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:43:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:54:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e8c700

kde-plasma/kgamma: amd64 stable wrt bug #665244

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

 kde-plasma/kgamma/kgamma-5.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/kgamma/kgamma-5.13.5.ebuild 
b/kde-plasma/kgamma/kgamma-5.13.5.ebuild
index ed2ecec465e..5826dc0838e 100644
--- a/kde-plasma/kgamma/kgamma-5.13.5.ebuild
+++ b/kde-plasma/kgamma/kgamma-5.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ KMNAME="${PN}5"
 inherit kde5
 
 DESCRIPTION="Screen gamma values kcontrol module"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="



  1   2   3   >