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

2017-07-12 Thread Eray Aslan
commit: 6dc2d2b7dce9e7eb8aa2bec77bb6246a2f54
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Jul 13 05:48:11 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Jul 13 05:48:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc2d2b7

app-crypt/heimdal: security bump to 7.4.0 - bug 624674

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-crypt/heimdal/Manifest |   1 +
 app-crypt/heimdal/heimdal-7.4.0.ebuild | 171 +
 2 files changed, 172 insertions(+)

diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest
index 1fff8b9f878..f182453c8de 100644
--- a/app-crypt/heimdal/Manifest
+++ b/app-crypt/heimdal/Manifest
@@ -1,3 +1,4 @@
 DIST heimdal-1.5.3.tar.gz 6798305 SHA256 
aac27bedb33c341b6aed202af07ccc816146a893148721f8123abbbf93bbfea5 SHA512 
5c7890f60d6fe6b5034fca204eb7cdb33fdc397fe09b169212b6267310b83bb0b3b06a4c241be34c92cbd701bd95734b4019c33c147459c4a449861c4431
 WHIRLPOOL 
8202b1bdf76e84b4a0fea1aa89935dfb3fbcceca38c84ffb3e3e8454691398c9a7cecfad40c6661426be5e82f4e3f43b6d6494cf287900ff958e06603b602e19
 DIST heimdal-7.1.0.tar.gz 9925587 SHA256 
cee58ab3a4ce79f243a3e73f465dac19fe2b93ef1c5ff244d6f1d689fedbde2d SHA512 
5afc9d183ff0db6e82e83d47955cc77e775bc60569e2905f9106c31b8a33e8d67fbc042dd4836ebae094db38bf70ba858c224189fed8d55f277738ee6e76352e
 WHIRLPOOL 
cd6507c5f6a800e645a146d94fac41d1fbf4c3283c5c4ab4a40bd2229efa4f1a16be71aa74fc5d8f41023bdff8ff141419ce0b99f5cb7aaf09f22824db1d2df8
 DIST heimdal-7.3.0.tar.gz 9927966 SHA256 
351df17c11f723681a4eab832e880af4a28693d1ed6996b02671d676dcb3b7b5 SHA512 
2a2a76e073ce429086c6e673d83974ba57c7778500f9b007fba033a0e31aed4c4e060d123c10c6d54eda9cda35faabc3df5fa92b560531e92eb8f3dff4eb9dc2
 WHIRLPOOL 
2a60146a6ca0edcef6072cdbdb1a7a986da82a14b459062530b390ab5d895b0e671f4e46c9a707ea846bcbc832585b1a2e78a593f065c6929fdd2b4b41f49e95
+DIST heimdal-7.4.0.tar.gz 9928553 SHA256 
3de14ecd36ad21c1694a13da347512b047f4010d176fe412820664cb5d1429ad SHA512 
3bb83974180e0f6fe2e1b2a11c51cf136c9a64f13f9ed7592f0039d03c1a22081b7d88ae631f94cf46589ed399b79666eb814104f915faa70b53749863a7
 WHIRLPOOL 
337a6da67bb48e08ecab2119598c19e2ca9b0cdbd7ca163f6ea55ccb0a1290cc2906eee106b625a43243edd7d1677ff36ae318ab82f2d3e439b8f25002f7f001

diff --git a/app-crypt/heimdal/heimdal-7.4.0.ebuild 
b/app-crypt/heimdal/heimdal-7.4.0.ebuild
new file mode 100644
index 000..441c9a0f794
--- /dev/null
+++ b/app-crypt/heimdal/heimdal-7.4.0.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+VIRTUALX_REQUIRED="manual"
+
+inherit autotools db-use eutils multilib multilib-minimal python-any-r1 
virtualx flag-o-matic
+
+MY_P="${P}"
+DESCRIPTION="Kerberos 5 implementation from KTH"
+HOMEPAGE="http://www.h5l.org/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
+IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit selinux ssl static-libs test 
X"
+
+CDEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
+   berkdb? ( >=sys-libs/db-4.8.30-r1:*[${MULTILIB_USEDEP}] )
+   !berkdb? ( >=sys-libs/gdbm-1.10-r1[${MULTILIB_USEDEP}] )
+   caps? ( sys-libs/libcap-ng )
+   >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
+   >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
+   sys-libs/ncurses:0=
+   >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]
+   afs? ( net-fs/openafs )
+   hdb-ldap? ( >=net-nds/openldap-2.3.0 )
+   X? ( x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXt )
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r1
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )
+   !!app-crypt/mit-krb5
+   !!app-crypt/mit-krb5-appl"
+
+DEPEND="${CDEPEND}
+   ${PYTHON_DEPS}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   >=sys-devel/autoconf-2.62
+   test? ( X? ( ${VIRTUALX_DEPEND} ) )"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-kerberos )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/krb5-types.h
+   /usr/include/cms_asn1.h
+   /usr/include/digest_asn1.h
+   /usr/include/hdb_asn1.h
+   /usr/include/krb5_asn1.h
+   /usr/include/pkcs12_asn1.h
+   /usr/include/pkinit_asn1.h
+   /usr/include/rfc2459_asn1.h
+)
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/krb5-config
+)
+
+src_prepare() {
+   eapply "${FILESDIR}/heimdal_disable-check-iprop.patch"
+   eapply "${FILESDIR}/heimdal_tinfo.patch"
+   eautoreconf
+   eapply_user
+}
+
+src_configure() {
+   # QA
+   append-flags -fno-strict-aliasing
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local myconf=()
+  

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

2017-07-12 Thread Hans de Graaff
commit: e2556cb87f964dcc63dfb15d221d22f1f7d8119b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 13 04:31:10 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 13 04:31:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2556cb8

dev-ruby/hashie: add 3.5.6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/hashie/Manifest b/dev-ruby/hashie/Manifest
index c49e3741d7f..5a06b324879 100644
--- a/dev-ruby/hashie/Manifest
+++ b/dev-ruby/hashie/Manifest
@@ -2,3 +2,4 @@ DIST hashie-2.1.2.gem 34816 SHA256 
a9e1e4928bf4f5a5683ea9c7ef29e50fb93f72542f9a9
 DIST hashie-3.4.6.gem 62464 SHA256 
92ad8b7a3d4eaea3b7c858070a2f4d1a6e1e4dd3072c26bce85f439429f8c9db SHA512 
68782865411a21a32e8b81f5d1dd29cdd9e934ffe18a7222a9631df00275cb5ba6c6cfd8b87be510a0ec202e9286660c17e4ead6e35697bb15b8c72b30971797
 WHIRLPOOL 
dce0a10fd45f0dad1c8d1efedc35070a58b490b1183353dc1ee4bcbdb0b0b179aef7fd790487dbaa14459a62de42698c9dcf561b698b5fac7148a5323231fa0f
 DIST hashie-3.5.1.gem 66048 SHA256 
a68ec7d09a4fb9b34ee04bbbc4ab8b224296cf5404fba154414bc6c565545b61 SHA512 
73025d479ec379a7afdea161208f66ae3b7a6c29ac3334fe31ce116edd40476432307950433dde40a86b8ef547313ec3d1ead495ff8425ea957dac3e4287f2f4
 WHIRLPOOL 
2ab07fc4645aed457b9ea7727b473c5cfecf66996f7e00d6a5f30906af598fa1848b9656b3cdaff5d9c85597d7bb05d3cc4e0355d2c18a05e0edb1aa89d4559a
 DIST hashie-3.5.5.gem 71680 SHA256 
5c52426ae505bd7b9a68fb5f134855f726b24dd94423e64f0d243c8b125cd551 SHA512 
60853f1a0ef274a6cd5b13b6a4085c11d867a0e5a83ebf1f1b210b7635db5789cda515710e2b794e67933f71a579a41b75923e6aff872389b205caf04c4ecc3d
 WHIRLPOOL 
1ffd1af37e14e417b97ccd0872ffc03ed1140be5d6c4f431e5a3e726fc9ed166943c75b9006c032f5839c020c1446822066a04adc03cbdb31e519e6741004155
+DIST hashie-3.5.6.gem 71680 SHA256 
27e2a7f7c52b3a927daa928546cce8fc540a16bc2dc4ad8e740cf209459b1588 SHA512 
86d9ff56ced3a9458d48119f928be565d2022ee97424d864166e908e2cca7b2155ffc5d35af14cb33741aedc88435e2c5f7d3cad3e98e0ce4e48469673615572
 WHIRLPOOL 
bd653f1221ccdfa1bd1ec0dba7ea5599fedfd72a45d7db714e2b93c37a79a32bd922fad228353b435883de8f14c3c697a68b90cbc96d9375e88c79c76e1e530c

diff --git a/dev-ruby/hashie/hashie-3.5.6.ebuild 
b/dev-ruby/hashie/hashie-3.5.6.ebuild
new file mode 100644
index 000..c5377507bb3
--- /dev/null
+++ b/dev-ruby/hashie/hashie-3.5.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hashie is a small collection of tools that make hashes more 
powerful"
+HOMEPAGE="https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+   # Remove bundler and fix one spec that depends on its requires
+   #rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -e '/pry/ s:^:#:' \
+   -e '1irequire "pathname"; require "tempfile"' -i 
spec/spec_helper.rb || die
+
+   # Avoid dependency on rspec-pending_for and its dependencies
+   sed -i -e '/pending_for/ s:^:#:' \
+   spec/spec_helper.rb \
+   spec/hashie/mash_spec.rb \
+   spec/hashie/extensions/strict_key_access_spec.rb || die
+
+   # Avoid integration specs to avoid complicated dependencies
+   rm spec/integration/{omniauth*,rails}/integration_spec.rb || die
+}



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

2017-07-12 Thread Hans de Graaff
commit: 709014ef9e1718a57d07a30fb22c2998f4665c14
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 13 04:14:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 13 04:14:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709014ef

dev-ruby/rspec-collection_matchers: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/rspec-collection_matchers/Manifest|  1 -
 .../rspec-collection_matchers-1.1.2.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/rspec-collection_matchers/Manifest 
b/dev-ruby/rspec-collection_matchers/Manifest
index 18c0d8b6e8c..e79cdafe208 100644
--- a/dev-ruby/rspec-collection_matchers/Manifest
+++ b/dev-ruby/rspec-collection_matchers/Manifest
@@ -1,2 +1 @@
-DIST rspec-collection_matchers-1.1.2.gem 16384 SHA256 
b70204d1818744d5567f85aca10c3a291008f417e43936441385614e1364e4fc SHA512 
b5ef09be6c66a1ffe1f8c2f010323337711e24f96ab8a3e940a4339f021e96b255faa8a0b3ef1d06c3bcb3de4e2e97385cbb77c6117b30dee30d7b7ab2d1
 WHIRLPOOL 
b3b4002605089c80601d1e3f3b0fb1d82152fca4c51360559c99798f8dc91be310c6165454a840cf43a7bdb21b12c601a9073a5be18ce8bfec4eb0cc4df1eca0
 DIST rspec-collection_matchers-1.1.3.gem 16896 SHA256 
0b11d0493803061f5470fdf9f9d882294ca76ec2a843541aa29e3b45ebb0388d SHA512 
3af81c016f259f363c126ac829c8bd51b9c67d54c5c8b2def317b430b852c27eabbd538b79f0a5a919d5edba66f9501c38de560a7ac26023fae7b5588b57439d
 WHIRLPOOL 
b1c4c8f8d8aa6cc489f69da253e57f933957a7d9ba4c9a8ffede3a7308952ad772fe771768b3d20b9d44ff6562b1e80b9cc66d9432730d0c138bfc31aaeead67

diff --git 
a/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.2.ebuild 
b/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.2.ebuild
deleted file mode 100644
index 2eedcfb4729..000
--- a/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-collection_matchers;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rspec-expectations-3.0.0"
-
-ruby_add_bdepend "test? ( >=dev-ruby/activemodel-3.0 )"



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

2017-07-12 Thread Hans de Graaff
commit: a67a259bf27bdea8a7133b9ac2ea1595e1b2bd28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 13 04:24:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 13 04:24:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67a259b

app-admin/puppet-lint: add 2.3.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index caedf9885cb..e19c91f1b16 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,3 +2,4 @@ DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5
 DIST puppet-lint-2.1.0.gem 66048 SHA256 
9e22529314ed737b4cde3f1e1f221e044661534e85149e70abf0546d1f633be1 SHA512 
52b39c97c8b8b8d242a0260e2d7587e70c5e04873c67fd1986f5808ec92b0d17e93a112c67c67f594225b77a7cbbad0a893f0d5433a9826c1cf8b8dc3b2108c4
 WHIRLPOOL 
09073c354dbd37582fcec4291cf27a149e490afc41c7d690bf45dd427ddb204d25fe207e8ad340af75a68f7a516bf819f38372906c57fd697afb02b0afca1d77
 DIST puppet-lint-2.1.1.gem 67072 SHA256 
e5b8d674f0ecc5049905d561309a6c420688aa74d8e0615d4bdf8c3fa6ebee89 SHA512 
076aa2ca845a907c329651f0c43e0ff51e7f014e9530c00d6f3c4a79e36a075e6905cde24382969cacc740832050a4a6bbe522fd8d70139e36cef1bdd98689e7
 WHIRLPOOL 
e7ef01008a9a739deedc489cbadcd1469d6da05b183088cb54c454324232ec014bffb3d0638e2fae57f38eeeca19ce1bcc242b4cb8daec3df4054c990174c7f3
 DIST puppet-lint-2.2.1.gem 74240 SHA256 
f7f191e8bcd8ff35744bd5197548d283ecc1e117e08b6a3f0e614cb306140d87 SHA512 
16aeaf4614104c5d3642c7c61acacbb33f4c0518a18c814cf2cc20aa40c19ac2e392758a980178d50c80c41544c8164d407ad7cd8d783a0d97b1606c55680570
 WHIRLPOOL 
71cebaebeb9d7e825db185a97c98d3b785bbcdb240f3e5c364ed145f017e205e09db3c03086dc1ab32d0474b43aa46f7284d5e41b4bf42dbc734b85ae42a930b
+DIST puppet-lint-2.3.0.gem 76288 SHA256 
39393fe622b3e3c9585afcdda887b42117dfeac2317fbcd5548e0ddaa668e4bf SHA512 
d0c21bad8eb5e7e2352de7e919ad44cccfb0086980a52e8d26b167c29a2a78e2e6efb692c8ac88c28cffcec125e1bf2f26973dca642d2ee9fea62a1342dfb709
 WHIRLPOOL 
d6bb940745292ca90020c1eb1e1bee94ed479ef96dae23f4a34758431df9eb84cc46c9ad4acebf33613be54fd8c97cb59180f1895ecdbd454de9e79084c5f37e

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
new file mode 100644
index 000..5b79542ae57
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit eutils ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="http://puppet-lint.com/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"



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

2017-07-12 Thread Hans de Graaff
commit: b052463791d9b53f758eecf418ee35e988cd5f9e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 13 04:34:44 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 13 04:34:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0524637

dev-ruby/i18n: add 0.8.6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/i18n/Manifest  |  1 +
 dev-ruby/i18n/i18n-0.8.6.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest
index 6ebf852d242..29ce92e9da5 100644
--- a/dev-ruby/i18n/Manifest
+++ b/dev-ruby/i18n/Manifest
@@ -3,3 +3,4 @@ DIST i18n-0.7.0.tar.gz 57647 SHA256 
8a9ea123661e5da978ecffadc8d1b7ea50ba2d8e9de1
 DIST i18n-0.8.1.tar.gz 59341 SHA256 
b9eca76e143fea1f427f59471b6f3b018af1291bf8c488e5d937a2cc988f2a0d SHA512 
de8ba662ebf6daa255fadd88cec44b0c9a9c54ac912ed85dd9cd180fa08c59b793930a867938a698c9fe306d3b0cf64f7a17dd0aeb0547d8d3ac6a28ebd50dab
 WHIRLPOOL 
e1847791193a636fbddabc4f0b483d90771c195e9d7b4b45942e03f311a3b50c8a21aaa2b9d14ab2f303c98d8a0d47da4fa74e3adecc2cddaa78c6543037422e
 DIST i18n-0.8.4.tar.gz 60340 SHA256 
1a6f78b39a5604207b9dbba62a79036c24daec2a15bf6526d829efc2f9f73c31 SHA512 
f93c648fe62dbf6b6d158a0ecbcbe266d20a9ddc75ab6d81772beb656e4784f9ebc0b81107193acb2576bf9d0282f6a2f1638c7978bbc4d3acdc03f83864fe6e
 WHIRLPOOL 
a748dd1aef99170d6c3be5fd835f0fc00d785093745917b45610967fde62e98d446f19640669195f38e706fc62c595fb7bbd463f95e509c0cd6e3560f58fab33
 DIST i18n-0.8.5.tar.gz 59645 SHA256 
b33dc1ab057593b819630040235c9a73a4785720d3c618ed59a5802ba4f16caa SHA512 
199fef73be60c5e2dc7a2cbd632d87cb9c020b7879df656b2c1267cb8a8f0bcc1b9b1c3bd8c610bffb64796aa8f7c0a77c85f7cc8ad39c4b6ea1626929742683
 WHIRLPOOL 
13129a0e81afe54c9c1db72d3b963b8e4c335fdcf85b20814fbd123676427ccb2200cc1f39cde2c590683496f3d9e18b6029898c8d7de01d11e0a96125e1d6ff
+DIST i18n-0.8.6.tar.gz 59657 SHA256 
cf032a810f5320b7f518ca2fe6fc778a5a59360049e0b150513d5af681ac410e SHA512 
fe55729b5d9d2af7112d030c020257a98e7504aa554f691a759f5abe48058949442296ec154060d4a3243cefe0d6d420417f3aa8c857e3616de9bc996decc8cb
 WHIRLPOOL 
b113c1b3c47c900ff0a490994033c2dc40d7f2046f102dde6e10d980fd00de4c9dee9f65279e64fcc9f7d0b5746897122719f68e27e28c3cc93177c69268e30a

diff --git a/dev-ruby/i18n/i18n-0.8.6.ebuild b/dev-ruby/i18n/i18n-0.8.6.ebuild
new file mode 100644
index 000..6487e064488
--- /dev/null
+++ b/dev-ruby/i18n/i18n-0.8.6.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="test"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Add Internationalization support to your Ruby application"
+HOMEPAGE="http://rails-i18n.org/;
+SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/activesupport-4.2
+   dev-ruby/bundler
+   >=dev-ruby/mocha-0.13
+   dev-ruby/test_declarative )"
+
+all_ruby_prepare() {
+   rm -f gemfiles/*.lock || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby22|*ruby23|*ruby24)
+   versions="4.2 5.0"
+   ;;
+   *)
+   versions="4.2"
+   ;;
+   esac
+
+   for version in ${versions} ; do
+   if has_version "dev-ruby/activesupport:${version}" ; then
+   einfo "Running tests with activesupport ${version}"
+   
BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle 
exec ${RUBY} -S rake test || die
+   fi
+   done
+}



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

2017-07-12 Thread Hans de Graaff
commit: aa3631f99c1d5cbb9240f92687398f9cf2cd6f3e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 13 04:19:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 13 04:19:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3631f9

dev-ruby/rspec-collection_matchers: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../rspec-collection_matchers-1.1.3-r1.ebuild  | 24 ++
 1 file changed, 24 insertions(+)

diff --git 
a/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.3-r1.ebuild 
b/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.3-r1.ebuild
new file mode 100644
index 000..54165c4fec3
--- /dev/null
+++ 
b/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.1.3-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-collection_matchers;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rspec-expectations-3.0.0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/activemodel-3.0 )"



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

2017-07-12 Thread Matt Thode
commit: da6082fe88e6f2dac1c8e7f6f113e8606506b51e
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul 13 03:47:44 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul 13 03:48:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6082fe

dev-python/pyroute2: correct homepage

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/pyroute2/pyroute2-0.4.12.ebuild 
b/dev-python/pyroute2/pyroute2-0.4.12.ebuild
index cbe16b6e62e..1e5889bbd81 100644
--- a/dev-python/pyroute2/pyroute2-0.4.12.ebuild
+++ b/dev-python/pyroute2/pyroute2-0.4.12.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="A pure Python netlink and Linux network configuration library."
-HOMEPAGE="https://github.com/rholder/retrying;
+HOMEPAGE="https://github.com/svinota/pyroute2;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2017-07-12 Thread Markus Meier
commit: 39592c03580bb8c6fe395cd97cad9c2949b2754f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:56:28 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:56:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39592c03

sys-apps/grep: arm stable, bug #623624

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-apps/grep/grep-3.0.ebuild b/sys-apps/grep/grep-3.0.ebuild
index 73c790d4a2d..7dc98647195 100644
--- a/sys-apps/grep/grep-3.0.ebuild
+++ b/sys-apps/grep/grep-3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



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

2017-07-12 Thread Markus Meier
commit: 39127257cd7919c092805ef668998b0fe874a3ae
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:56:00 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:56:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39127257

virtual/libudev: arm stable, bug #623556

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/virtual/libudev/libudev-232.ebuild 
b/virtual/libudev/libudev-232.ebuild
index e381466b2d4..16fadb2e659 100644
--- a/virtual/libudev/libudev-232.ebuild
+++ b/virtual/libudev/libudev-232.ebuild
@@ -6,7 +6,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libudev providers"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="static-libs systemd"
 REQUIRED_USE="systemd? ( !static-libs )"
 



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

2017-07-12 Thread Markus Meier
commit: b55bb87bf4a1aa176faeb35fe9b5c208782be291
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:55:53 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:55:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55bb87b

sys-fs/udev: arm stable, bug #623556

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-fs/udev/udev-233.ebuild b/sys-fs/udev/udev-233.ebuild
index 606f7a1888a..12b1d191da1 100644
--- a/sys-fs/udev/udev-233.ebuild
+++ b/sys-fs/udev/udev-233.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2017-07-12 Thread Markus Meier
commit: 8a07a00ea68c8ac446865d83c144313cb87accf4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:55:23 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:55:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a07a00e

dev-perl/Inline-C: arm stable, bug #623406

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Inline-C/Inline-C-0.780.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild 
b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
index 7ce7d6de9da..83f341775aa 100644
--- a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
+++ b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="C Language Support for Inline"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~sparc x86"
 IUSE="test"
 
 DIST_TEST="do" # parallelism thwarted by race conditions



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

2017-07-12 Thread Markus Meier
commit: da7f16a3fbbb5e82d09207eb4c80b81d7149f122
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:54:47 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:54:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7f16a3

dev-perl/XML-SAX-Expat: arm stable, bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index ccef7bf5eae..60a371bca46 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1



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

2017-07-12 Thread Markus Meier
commit: 1bd712a0758e979279c495304cfb638e1f0fdc8e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:54:53 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:54:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd712a0

dev-perl/XML-Simple: arm stable, bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 45cffcca437..c07b30b9b7d 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-07-12 Thread Markus Meier
commit: 77a8875032affb36cf0b7b3a1d361e434865cf2d
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:53:29 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:53:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a88750

dev-perl/glib-perl: arm stable, bug #622954

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/glib-perl/glib-perl-1.325.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/glib-perl/glib-perl-1.325.0.ebuild 
b/dev-perl/glib-perl/glib-perl-1.325.0.ebuild
index a62963fad56..2aca569e8e0 100644
--- a/dev-perl/glib-perl/glib-perl-1.325.0.ebuild
+++ b/dev-perl/glib-perl/glib-perl-1.325.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-07-12 Thread Patrick McLean
commit: 031bdbcec3a3aa74594bdb5bccef63cdd594a60c
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Jul 12 21:17:45 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jul 12 22:53:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031bdbce

dev-python/sphinx: Revision bump, move sphinxcontrib-websupport to RDEPEND

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/sphinx/sphinx-1.6.3-r1.ebuild | 116 +++
 1 file changed, 116 insertions(+)

diff --git a/dev-python/sphinx/sphinx-1.6.3-r1.ebuild 
b/dev-python/sphinx/sphinx-1.6.3-r1.ebuild
new file mode 100644
index 000..1a0cbf9e1f8
--- /dev/null
+++ b/dev-python/sphinx/sphinx-1.6.3-r1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 eutils versionator
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="http://www.sphinx-doc.org/;
+SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc latex net test"
+
+RDEPEND="
+   >=dev-python/alabaster-0.7.9[${PYTHON_USEDEP}]
+   =dev-python/Babel-2.1.1[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
+   dev-python/imagesize[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   >=dev-python/six-1.5[${PYTHON_USEDEP}]
+   >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
+   >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}]
+   =dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
+   >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
+   )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
+   dev-python/typing[${PYTHON_USEDEP}]
+   >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
+   virtual/imagemagick-tools[jpeg,png,svg]
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${P^}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.5.1-fix-pycode-grammar.patch
+)
+
+python_prepare_all() {
+   # remove tests that fail due to network-sandbox
+   rm tests/test_websupport.py || die "Failed to remove web tests"
+   rm tests/test_build_linkcheck.py || die "Failed to remove web tests"
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   distutils-r1_python_compile
+
+   # Generate the grammar. It will be caught by install somehow.
+   # Note that the tests usually do it for us. However, I don't want
+   # to trust USE=test really running all the tests, especially
+   # with FEATURES=test-fail-continue.
+   pushd "${BUILD_DIR}"/lib >/dev/null || die
+   "${EPYTHON}" -m sphinx.pycode.__init__ || die "Grammar generation 
failed."
+   popd >/dev/null || die
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C doc SPHINXBUILD='"${EPYTHON}" "${S}/sphinx-build.py"' 
html
+   HTML_DOCS=( doc/_build/html/. )
+   fi
+}
+
+python_test() {
+   mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
+   local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
+   cp -r -l tests "${BUILD_DIR}"/ || die "Failed to copy tests"
+   cp Makefile "${BUILD_DIR}"/ || die "Failed to copy Makefile"
+   emake test
+}
+
+pkg_postinst() {
+   replacing_python_eclass() {
+   local pv
+   for pv in ${REPLACING_VERSIONS}; do
+   if ! version_is_at_least 1.1.3-r4 ${pv}; then
+   return 0
+   fi
+   done
+
+   return 1
+   }
+
+   if replacing_python_eclass; then
+   ewarn "Replaced a very old sphinx version. If you are"
+   ewarn "experiencing problems, please re-emerge sphinx."
+   fi
+}



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

2017-07-12 Thread Alexey Shvetsov
commit: fba2502eca9ec70c0640d09535f66107c9ef0d6e
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Jul 12 22:35:54 2017 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Jul 12 22:35:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba2502e

sys-kernel/raspberrypi-sources: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../raspberrypi-sources-4.11..ebuild   | 27 ++
 .../raspberrypi-sources-4.12..ebuild   | 27 ++
 2 files changed, 54 insertions(+)

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11..ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11..ebuild
new file mode 100644
index 000..1e0ef374a71
--- /dev/null
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.11..ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ETYPE=sources
+K_DEFCONFIG="bcmrpi_defconfig"
+K_SECURITY_UNSUPPORTED=1
+EXTRAVERSION="-${PN}/-*"
+inherit kernel-2
+detect_version
+detect_arch
+
+inherit git-2 versionator
+EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
+EGIT_PROJECT="raspberrypi-linux.git"
+EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
+
+DESCRIPTION="Raspberry PI kernel sources"
+HOMEPAGE="https://github.com/raspberrypi/linux;
+
+KEYWORDS=""
+
+src_unpack() {
+   git-2_src_unpack
+   unpack_set_extraversion
+}

diff --git 
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12..ebuild 
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12..ebuild
new file mode 100644
index 000..1e0ef374a71
--- /dev/null
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.12..ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ETYPE=sources
+K_DEFCONFIG="bcmrpi_defconfig"
+K_SECURITY_UNSUPPORTED=1
+EXTRAVERSION="-${PN}/-*"
+inherit kernel-2
+detect_version
+detect_arch
+
+inherit git-2 versionator
+EGIT_REPO_URI=https://github.com/raspberrypi/linux.git
+EGIT_PROJECT="raspberrypi-linux.git"
+EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
+
+DESCRIPTION="Raspberry PI kernel sources"
+HOMEPAGE="https://github.com/raspberrypi/linux;
+
+KEYWORDS=""
+
+src_unpack() {
+   git-2_src_unpack
+   unpack_set_extraversion
+}



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

2017-07-12 Thread Austin English
commit: 3499bf2d0e84f335701f355829cf292ab74b1afc
Author: Austin English  gentoo  org>
AuthorDate: Wed Jul 12 20:54:51 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jul 12 22:05:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3499bf2d

dev-util/artifactory-bin: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/artifactory-bin/Manifest  |  20 ---
 .../artifactory-bin/artifactory-bin-4.10.0.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.11.0.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.11.1.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.11.2.ebuild  |  96 
 .../artifactory-bin-4.12.0.1.ebuild|  96 
 .../artifactory-bin/artifactory-bin-4.12.1.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.12.2.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.13.0.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.13.1.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.13.2.ebuild  |  96 
 .../artifactory-bin-4.14.0-r1.ebuild   |  96 
 .../artifactory-bin/artifactory-bin-4.14.0.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.14.1.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.14.2.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.16.0.ebuild  |  96 
 .../artifactory-bin/artifactory-bin-4.7.6.ebuild   |  94 
 .../artifactory-bin/artifactory-bin-4.7.7.ebuild   |  94 
 .../artifactory-bin/artifactory-bin-4.8.0.ebuild   |  96 
 .../artifactory-bin/artifactory-bin-4.8.1.ebuild   |  96 
 .../artifactory-bin/artifactory-bin-4.8.2.ebuild   |  96 
 .../artifactory-bin/artifactory-bin-4.9.0.ebuild   |  96 
 .../artifactory-bin/artifactory-bin-4.9.1.ebuild   |  96 
 dev-util/artifactory-bin/files/initd   | 165 -
 dev-util/artifactory-bin/files/initd-r1| 165 -
 25 files changed, 2458 deletions(-)

diff --git a/dev-util/artifactory-bin/Manifest 
b/dev-util/artifactory-bin/Manifest
index 70f83f7fc72..30cf3df5ccd 100644
--- a/dev-util/artifactory-bin/Manifest
+++ b/dev-util/artifactory-bin/Manifest
@@ -1,21 +1 @@
-DIST artifactory-4.10.0.zip 41178841 SHA256 
949499822127506906589f88b887cc712931f95efcbc906584e1163e0976f058 SHA512 
72f5665faec48701b96ccfdf46f42512a82874a636b912bec21a1738828fe5d5f6712307380ede07c787a3778064ade13b8d9cbd18442f77454539836d4a7bcd
 WHIRLPOOL 
3afb4070946ddf83664edd98fa3c2288f359bb0f24fd8546750f4641ec4c391a84cdac9df3e383e9d4d8cf7baae48d67c4d0c8aea0a20aeae92273e4b8613d7e
-DIST artifactory-4.11.0.zip 41244801 SHA256 
3bb7f2409b8d779c60b8ce773501fefebe5af0146c65a26085bc07f52a0b7ae3 SHA512 
7c76cfcc8e040d3301a5a84805618089eb76683ed621fef7a094e4b4c9232d3b6730bb1de4375513895f5c8f8983070587ce2fdeb3f28a4dfa28206aa06f6517
 WHIRLPOOL 
abf18758f7ddc993c2c7bc1e39c33dc6b65c8f99ebfc6413ef8a1eac381f7c0bdf46b9c1768c8945813f6acff62774bae90a21911405dff8b621cda0db0c1798
-DIST artifactory-4.11.1.zip 41246363 SHA256 
88837e1542c03c5571ab908bf30d7cf222b6b87f2759a3d8db9cc60c3f86 SHA512 
1cca679e0480d56e6e708708ac1571ae6e623d794655321accb206f4ae9693481a8875b18675c348fa48d8739f3b902004ea43f633864bdcfd662e3357e00887
 WHIRLPOOL 
e7222c7806dc28fb8956da0b818ad6cdd15b922ef3150d20c2dc0ea336fa7c0bc40527d7be8fe73800855de5eb54ae5e4be357b2122d168fb121f2bdf24f
-DIST artifactory-4.11.2.zip 41256431 SHA256 
d765046bca9debf7bf1bdac391846fa767c9671ba95b2aeb32c7c73a88f42c33 SHA512 
f06b641359dbbda937e7dee05a0ac59a7ce713b2438046bf8b6cd9a4c87c2ad4a81ed1bb0cbb262b3dba7aea8543bdc6c6217dce559b8f4b239bccca399c4cc8
 WHIRLPOOL 
8e889d8a25c34caaca88b1d76ccb2a6b96deb46424bde525e3281726e6a5472e8050ab58392b85fc11d4cda8477c57946e063e6827290ebc4270c1e591c02725
-DIST artifactory-4.12.0.1.zip 41341922 SHA256 
463e6267fbc6f7f4393a6fd824d812d3989bf1f66ff062148d03e76fcbe2e097 SHA512 
5942d5f5f6ef5b6872b97118475bbb6d6f3df51f995265519ebece19323457f3a72191298e77c0cc092abd81b90db9bd86babc418a6fdf0004add85718383952
 WHIRLPOOL 
a003a3f43f9344498758481a4c6ec02df90d6e85b67d2b5700a53eb0b4ae5aa6ca30e8b7c172839dabce0ef371bf32fd1e2da025eea889eedeccbd446c699d4f
-DIST artifactory-4.12.1.zip 41353207 SHA256 
30dfa6cb9e5b1b8beb917fa7aacd76b54882d054edcc7a1b77761e3bef03bd82 SHA512 
e0974bc83259859964883a90b064a38736aa2cb59fba1eb34b96a7b48fd33c9f3d64f0624b7169e5b663daf31b0999e33e9bd1fde8a25f7eb8ef2e1fc47626ea
 WHIRLPOOL 
c9ce0bd1f0a5172a057e8c5f32312308e4cfaa4ae59496947b6a757f904b7ef8ac459e270af3df392398e49d68d0f4a6e542e2a8d89cc4fce05821d08122f40c
-DIST artifactory-4.12.2.zip 41341044 SHA256 
7b330eed2c53633bbe77e4ffaa1f7826bde57751e9c2be50884d4fb5e6cfa6f5 SHA512 

[gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/

2017-07-12 Thread Austin English
commit: 774e39b81f59fb9ec1e7da3ffd6ee9e70c6490c3
Author: Austin English  gentoo  org>
AuthorDate: Wed Jul 12 22:04:49 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jul 12 22:05:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e39b8

www-apps/chromedriver-bin: remove ~x86, not supported by 
www-client/google-chrome

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild | 2 +-
 www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild
index e17262ea0c4..f74d7cc4c86 100644
--- a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild
+++ b/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild
@@ -10,7 +10,7 @@ SRC_URI="amd64? ( 
https://chromedriver.storage.googleapis.com/${PV}/chromedriver
 
 LICENSE="google-chrome"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND="www-client/google-chrome"

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild
index e17262ea0c4..f74d7cc4c86 100644
--- a/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild
+++ b/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild
@@ -10,7 +10,7 @@ SRC_URI="amd64? ( 
https://chromedriver.storage.googleapis.com/${PV}/chromedriver
 
 LICENSE="google-chrome"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND="www-client/google-chrome"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/, sys-firmware/intel-microcode/files/

2017-07-12 Thread Thomas Deutschmann
commit: 9bd08f12708f4e323910f7f1be17b26bfe7bed57
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul 12 21:55:09 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul 12 21:55:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd08f12

sys-firmware/intel-microcode: Bump to v20170707 (bug #624556)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-firmware/intel-microcode/Manifest  |   1 +
 .../files/intel-microcode2ucode.c-r1   | 166 +
 .../intel-microcode-20170707.ebuild|  48 ++
 3 files changed, 215 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 4ce2cad6897..197db19058f 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -7,3 +7,4 @@ DIST microcode-20160607.tgz 1236385 SHA256 
db821eb47af2caa39613caee0eb89a9584b2e
 DIST microcode-20160714.tgz 1239344 SHA256 
f3a9c6fc93275bf1febc26f7c397ac93ed5f109e47fb52932f6dbd5cfdbc840e SHA512 
f9e09b6669a86aafcc77642d6e33acf9326109c3a2bc3e0d62b45a062b9ecbde6605b5a0ae31d4a3ad2b0ed3c6d3aadbd18088431fb72216bfc31fc452b0e342
 WHIRLPOOL 
d62bbce555adc1973465d81463d9ef51cc64f5f0937b555a0b616458afc47823b2512a60eb498d4658e96244430e47bde5f36b2e49d202d41e61914bee6a3a9c
 DIST microcode-20161104.tgz 1290125 SHA256 
70154ca62ff9b3da6291dfdecc90daaeb399d7290c0d308d719df16dff5ee3d1 SHA512 
73a7310c1da5bec7ce82bce5cf7c2aafa3d0189e7524bdebd20e1ea3568cf8242be39d9041fa055fe06e759f98703c5d0a631e57ff185aae3ba3c91dbe83cf7a
 WHIRLPOOL 
e811315facf6b7dc80c4a99555d909e1c26aa7904d1f2608de633f7e49f691f5bf6c47973381cd72e4cb8c3b4355651a4c64564c79539ddfa41a007b8f05b5ca
 DIST microcode-20170511.tgz 2143617 SHA256 
2f77fd2d87403b754d01a66c78a36a8b8ffc16dc3c50fb7aa2c4cd4da7f681a3 SHA512 
4e2066096d56430c2df73631f15cf16f2317c1d8ff745d7b7cdd784ebccc2b797565eb52703cce9b4238774dbfdcaecacd892d729b7869fdfd7644008ce74a60
 WHIRLPOOL 
492e5e5962696636bfb2e181964893ba59798873b71cb9f5d11b1dcb9a1b32acb9e11634b71d880e05f9b71eb4f45dbc72e7a48e1ac4f38dfec816dbecf79b0d
+DIST microcode-20170707.tgz 2908882 SHA256 
4fd44769bf52a7ac11e90651a307aa6e56ca6e1a814e50d750ba8207973bee93 SHA512 
2f0643c332318e9c818b9a23a996b59086e86e80e649589e43dbab19f13083d6d9505b8557f67b45ce56de0da043c753a14bb146e597b6669f24fe543656c65f
 WHIRLPOOL 
bafae318d350bae1ebb6aeb5611e9ffab7d52d2ca836c7b65cb6b86bae9da7ee2c41945e0252cbe1797de4737507948b5260bbe3996d1d7e3fd2489e32452456

diff --git a/sys-firmware/intel-microcode/files/intel-microcode2ucode.c-r1 
b/sys-firmware/intel-microcode/files/intel-microcode2ucode.c-r1
new file mode 100644
index 000..4b3ba4b48ed
--- /dev/null
+++ b/sys-firmware/intel-microcode/files/intel-microcode2ucode.c-r1
@@ -0,0 +1,166 @@
+/*
+ * Convert Intel microcode.dat into individual ucode files
+ * named: intel-ucode/$family-$model-$stepping
+ *
+ * The subdir intel-ucode/ is created in the current working
+ * directory. We get multiple ucodes in the same file, so they
+ * are appended to an existing file. Make sure the directory
+ * is empty before every run of the converter.
+ *
+ * Kay Sievers 
+ */
+
+
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+struct microcode_header_intel {
+   unsigned int hdrver;
+   unsigned int rev;
+   unsigned int date;
+   unsigned int sig;
+   unsigned int cksum;
+   unsigned int ldrver;
+   unsigned int pf;
+   unsigned int datasize;
+   unsigned int totalsize;
+   unsigned int reserved[3];
+};
+
+union mcbuf {
+   struct microcode_header_intel hdr;
+   unsigned int i[0];
+   char c[0];
+};
+
+int main(int argc, char *argv[])
+{
+   char *filename = "/lib/firmware/microcode.dat";
+   FILE *f;
+   char line[LINE_MAX];
+   char buf[400];
+   union mcbuf *mc;
+   size_t bufsize, count, start;
+   int rc = EXIT_SUCCESS;
+
+   if (argv[1] != NULL)
+   filename = argv[1];
+
+   count = 0;
+   mc = (union mcbuf *) buf;
+   f = fopen(filename, "re");
+   if (f == NULL) {
+   printf("open %s: %m\n", filename);
+   rc = EXIT_FAILURE;
+   goto out;
+   }
+
+   while (fgets(line, sizeof(line), f) != NULL) {
+   if (sscanf(line, "%x, %x, %x, %x",
+   >i[count],
+   >i[count + 1],
+   >i[count + 2],
+   >i[count + 3]) != 4)
+   continue;
+   count += 4;
+   }
+   fclose(f);
+
+   bufsize = count * sizeof(int);
+   printf("%s: %lu(%luk) bytes, %zu integers\n",
+  filename,
+  bufsize,
+  bufsize / 1024,
+  count);
+
+   if (bufsize < sizeof(struct 

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

2017-07-12 Thread Andreas Sturmlechner
commit: e85147179aa1566d2b08b4e98e6beba4dc59985a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 12 21:39:25 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 21:40:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8514717

app-office/libreoffice-l10n: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-office/libreoffice-l10n/Manifest   | 168 -
 .../libreoffice-l10n-5.3.3.2.ebuild|  88 ---
 2 files changed, 256 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index c4b5c39aced..40a5d13d1ed 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -166,174 +166,6 @@ DIST LibreOffice_5.2.7.2_Linux_x86_rpm_langpack_xh.tar.gz 
490260 SHA256 460662a7
 DIST LibreOffice_5.2.7.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 563489 SHA256 
50cbfd8d360a6df05f64f2fd25c3810e430462bda890ee8c0268487d7a138127 SHA512 
52829509117dd787b92b0cc3b3b95812f53f9ef10d1023d97f4fbe98b0bf417a669de229aa2e7c4d182254cef61e75e57c7bcd98bfd80534b719785fb59a939d
 WHIRLPOOL 
0012c4393f321051962238f481f8eb54dc910b8785519f94ba055ceae3417437b78998dc6a5341e464f67bff37089b326d8e38ece7e8bd3928dd09066ad910a2
 DIST LibreOffice_5.2.7.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 559074 SHA256 
550ac6477bfa89da3bac444b68f4d2316dfb432745ca2af9c3e37633f6d85a53 SHA512 
067ece6461d05f98083cf858c42ab510a2c9222772fea2ac43555746cd4763c753cabaf43566eb7b1f021f33e85b96516709202fd9ef7299a23d39abe9e6970e
 WHIRLPOOL 
0c4a413a58dbf748e4a4cbbd04a64e6261b01a4bbade05b30fecb71e7d44267607dda34442183e71dbd89122180a84d2eb9da20a680f0198d58eb0f2a135
 DIST LibreOffice_5.2.7.2_Linux_x86_rpm_langpack_zu.tar.gz 492668 SHA256 
e4205b283b79f1082c3eb622c2a970b157b80fb1d866927e0fd5f83737289111 SHA512 
57c9720aec8b901055f5a858369600ef05c4c66ae17582c55e089819eee4be5aa3151b57550d09a8c9219c768cdb65172fe2739ede26f5d9992e768052cb36b9
 WHIRLPOOL 
210c19d3d902ef5a5305ca2e63a214bf6bf61fceed03904fa660d32510eeaaff56673514469a700c5c877318412521435e5acb1bd862f223f1622ec656165271
-DIST LibreOffice_5.3.3.2_Linux_x86_rpm_helppack_am.tar.gz 7963448 SHA256 
da672b943ee8850bef9161f92129c8b8723dc0f0caba8d3b763b0e2c661a401f SHA512 
aeea66bcf6ea817d7bd6b4d055d12882417d110946bb3cf07b0b8b76218c2cff5aee5cfa4712d026f21696b24622ddf5615bb54682e38f97ff8f46d519d8f788
 WHIRLPOOL 
e67c0b5e91b01ced26bae6b2a27403578263e46cd07c55d5a14c6797bb72a2078457f0a14b8564c336edb536574def1af27fe68d49e7778daa2c290dc2c7694a
-DIST LibreOffice_5.3.3.2_Linux_x86_rpm_helppack_ast.tar.gz 7893545 SHA256 
5ca0dee22ef27c5804fdfc70cf638fa778c1604ad7530c06cfdf0ed39ea13944 SHA512 
c27b9dd3cd2a63132e595976883e9c5a68c94f6919f3c10680454232c4b5c6c5dcfda77b8593d8840e103a942e6a3043ebd4909e01cd84b1d72c07b9bda750a6
 WHIRLPOOL 
3e7acfc39713861b4886e5d5e0588b3b52c06829101fb17ed7eb64b1f44be1cf3d5fcbd50d32baa0c71b74311eaec3d26e70ab35258be81a36f6270ed06cb850
-DIST LibreOffice_5.3.3.2_Linux_x86_rpm_helppack_bg.tar.gz 8439177 SHA256 
405afa75b3effdb88392766ae8c06c7625a063d1708c30ea535063c3b84a58d0 SHA512 
fa617bfab710ec9a2d1caea459d31b54b95e77dcacf80d5c3aa2bea51fb83410cf6387b547402a5d983c87f8b610794b4669ff5e613ba1edd717e1dbd4f7819a
 WHIRLPOOL 
45a3fcd76e26987762bfd26b0b37ff352510a39027033a9c401ca99214b55bc65fe50e47ca30982fb25ce64050fee9c86a79de547dd96f8f7e749411a9ecf03f
-DIST LibreOffice_5.3.3.2_Linux_x86_rpm_helppack_bn-IN.tar.gz 9166023 SHA256 
bf399943039919e638927b92803462fb533d25ce53e07016f7332e139d315a01 SHA512 
755006a4bde73ba1b568a70405448d6c3cc0b70614eff4ef8869fbc0a4a7d5fff90517a1b132d2faeb473d93bf003fdc85f7bb8dca8f87bc2b8cf71389add783
 WHIRLPOOL 
04ff30abe86e9a236b137a7bd916bedbad79b11e292c5a5f4267ec71a91606a7250d0c455cdc5bb40a2c220c8c4485c5864f9d58d11cd902cf53143a51bcdba5
-DIST LibreOffice_5.3.3.2_Linux_x86_rpm_helppack_bn.tar.gz 9166330 SHA256 
4e74bb36e3b4edeb612cff89d3ead8b9fd28cda137a353cf3a6c210a8c19ffea SHA512 
9cebd854b4794608bf26f610e085adf5b7958a835448ab8dcc4d4a16a5e445e02af50e3bbd27194f607fa6e56455c3b311e23ad8d084597e44c2a7cd12f7dce8
 WHIRLPOOL 
d0d3009c0d637beea7b32d217f728a9cbcc023266e40289463948131e432fcc06f230b0c0cf8767251c48e1dd88cec35b1fa8f166683257a2179963cb1e420f1
-DIST LibreOffice_5.3.3.2_Linux_x86_rpm_helppack_bo.tar.gz 8914446 SHA256 
d8aa66b1cf263f9c6b6f27081f81bce5bd329f9245aa2b4c792e623d7f3c6113 SHA512 
f203f267d6448ff7f33bfdea33a90fc4579d1749367fe3f75ea60db745d36d8fb29e65baab4b00d272ceff068bf011808b6d7c9c8894e9e0a2a8f35b9f681071
 WHIRLPOOL 
3dd8de7ccaf00f5060b6c6d65aa436ea7192d46dccbc3402f9ceb8ad5db56ded99c6acc09cff5b313aa315dd7f26260db7e801fe7ee9d276dd727903823168b9
-DIST LibreOffice_5.3.3.2_Linux_x86_rpm_helppack_bs.tar.gz 7186246 SHA256 
5187742f7605a7c694b4962adc676357d35674ba3298d6d11f69e904712f8ca9 SHA512 
8837ab7d89db3103311cc4cd771e266ea8ec91fcf4d80cf2bdc84deb3f34f726c8b310d27c5b64e0a694b50397b639f8a3d12991c5f0679928f14095903bbb35
 WHIRLPOOL 

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

2017-07-12 Thread Andreas Sturmlechner
commit: d25c4cac815ce5f23eb5f23992c45fe4f1f743d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 12 21:38:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 21:40:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25c4cac

app-office/libreoffice: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-office/libreoffice/Manifest   |   2 -
 app-office/libreoffice/libreoffice-5.3.3.2.ebuild | 598 --
 2 files changed, 600 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index f59fa251c0b..0d990c3ca3d 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -7,9 +7,7 @@ DIST 86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz 
1794694 SHA256 41d46
 DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 SHA256 
75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870 SHA512 
2d3835f7ac356805025cafedcad97faa48d0f5da386e6ac7b7451030059df8e2fdb0861ade07a576ebf9fb5b88a973585ab0437944b06aac9289d6898ba8586a
 WHIRLPOOL 
60b98d9af2c83c0cf12a5a60ba30957d335b8b967cac07971e1edbc787b9caecd4b3c5bb480e8b38fe8109c1cf74439ebafae130c976182c2c15399f38f5d28c
 DIST ce12af00283eb90d9281956524250d6e-xmlsec1-1.2.20.tar.gz 1769329 SHA256 
3221593ca50f362b546a0888a1431ad24be1470f96b2469c0e0df5e1c55e7305 SHA512 
2f8d473916abf9822367edbe857fc2e12dc9858d12e790d689d787e439904bd6a452bf631043aa66e7502457ab0815a473657f58fca17a213e2490f5655e5ae5
 WHIRLPOOL 
29ddaef03d46fe08aa2dba200be755817f8e77de33ed86dae65e891239f3051f79fdfadec6ae56023197e32e1c44a94385a1ce306081f3bf94be6226f8c7
 DIST libreoffice-5.2.7.2.tar.xz 184589464 SHA256 
106154a72a329605166a49bfa31c6d1cc03133d600ad0ef340b45e4e2a92891d SHA512 
f7414a0d0d654d1d9bd6c5524ff2acf2f21c544dd6ed79f4f2d22f79db46264f95f7ca8dd482027f7a573d2d491ea6c8d9875b262d5e2b917dfddb749a3ea95f
 WHIRLPOOL 
28d7f9531190a16bdea14c5dcc710ef593085fddca1b4d7d0cd6107d5f93e4b94a1ae035a626376ab7abfcd926a263b1437de1e52011bb96aa6d87b046a38da8
-DIST libreoffice-5.3.3.2.tar.xz 190216268 SHA256 
9632956926d9d5c9049ce5b81c2673f298ae73b873d53cce8cfaea8ee243619a SHA512 
ff7ffb5a74d51305d098bf34196ff97ae9b4087119bb06929245facc345499896fbc15e9b99b1c7ac22e85b5d461192b3a4e8cdee7238fd1efae74197cbd8338
 WHIRLPOOL 
e93a6f8b181f4578d2447a50c402b4177add6861db8e7cadb76c412611b5bc49118064eb4cce57506cd4e934ce5d729d458972781f3bf8212a886c4fcb0a46d4
 DIST libreoffice-5.3.4.2.tar.xz 188762904 SHA256 
1d75393fd8b02b1e2e2e001bc0262359c7452e29a0fff35cb152717246f02379 SHA512 
ac3b0a0615577faf6c2529b7ec888fd7969d32f38d8b83a3747535bc408e8d2ef2e724f5b1840ae79a219bb855584be87f10ab26ef101afe04dd15d224e6ebc0
 WHIRLPOOL 
4b314f2df7ee8bd80049cc6ad04e65df11a46a20853f0a285389cf2c72006dd122f1826ae0080c7efc41faa251b77a48f839f345451d993b48bc673d6e450aed
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 
22722121be062742624e0634beae92289c75e6a99ed507d3bf0a05c5164e3c69 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 WHIRLPOOL 
1f36652a52d501d6548cfa9aa013b3e3a1867aa2b0693d2274cf7816d4aa4e0cde3c7096cc71ed47cf74e5f96da2757bf537f553021f8fd86939accb227bf538
 DIST libreoffice-help-5.2.7.2.tar.xz 1940516 SHA256 
f7d35c460da96ed2d52cf97baef159382b38e5ce4579c34e65480ff2911cac4b SHA512 
c86bc17448fcd1da01e13d3e9fee739610fde390abaf0635cc4593755d102da08a5eea0533076e1a0f8d89f0b32ba5086b155b9b388f317a5e4c669bf17769e1
 WHIRLPOOL 
4da96a14b70be718109eda5ced62cec85b96e9028fcf65d729a99604598de81edc097bc06577f3ce7958de1316b04d2d2f1f2782c6504a487ffc6ebaaf7feca6
-DIST libreoffice-help-5.3.3.2.tar.xz 2127200 SHA256 
f9b4fef5f449cdbbcb5796908d0536576585c511173bfccf2ca049b5dcbb0dc7 SHA512 
5c73997cf95e4d5acb2693560ac49aef5f589cee22ce22de1ee8f0e0fa2189d8893afe70790895160feb832049943cfc5e1d322bbd9fd7c7d0bbf3b11a8d9a25
 WHIRLPOOL 
fd3c3afc070cb4fe1145ac631e80bbeaa36c1d10a43b5a16d1dbdee5e78a614617e6290b961ad951b639410205cc5bdadbefe8b55639046ec9633ff269c8
 DIST libreoffice-help-5.3.4.2.tar.xz 2108116 SHA256 
ab8600dc99e09d90fec83bcc505c42556156730f78973cecd74fa377fe8de91a SHA512 
c4785e7e1b99806adc6b354f8ebf5d81a76b1f802628f0453fc365989ed07c5ba039145ea1ebbfbd0340815157c6638040953afad1c1c9f80bc3271257137d7c
 WHIRLPOOL 
fe229a3bd9b99067d33ab4d53ae6502578fff4ee3e184b0096e9da3c458534a35751cc6809b77351c011730a91d94c2bf9be94abaa026852ab67b3b6c50cdc7c

diff --git a/app-office/libreoffice/libreoffice-5.3.3.2.ebuild 
b/app-office/libreoffice/libreoffice-5.3.3.2.ebuild
deleted file mode 100644
index 3c949a8daea..000
--- a/app-office/libreoffice/libreoffice-5.3.3.2.ebuild
+++ /dev/null
@@ -1,598 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_REQUIRED="optional"
-KDE_SCM="git"
-CMAKE_REQUIRED="never"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="threads,xml"
-
-# 

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

2017-07-12 Thread Sergei Trofimovich
commit: ce4566d4ac0102686c95e0e05727b49a83c60e14
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 12 21:28:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 12 21:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4566d4

dev-libs/keybinder: ia64 keyworded, bug #553954

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild 
b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
index 9256c8fb47b..05751c8efac 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection lua python"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2



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

2017-07-12 Thread Sergei Trofimovich
commit: 509383022ca444b3be685f5da7c797d58f348e20
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 12 21:28:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 12 21:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50938302

dev-libs/keybinder: ia64 keyworded, bug #553954

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild 
b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index e9d5f51ffb2..2583c443358 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3



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

2017-07-12 Thread Sergei Trofimovich
commit: b2c56c15bcdbd19341641b774558a1423307318b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 12 21:28:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 12 21:34:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c56c15

xfce-extra/xfce4-pulseaudio-plugin: ia64 keyworded, bug #553954

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild
index 7b95de8fc97..b4ca786af48 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="debug keybinder libnotify"
 
 RDEPEND=">=dev-libs/glib-2.24.0:=



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

2017-07-12 Thread Mike Pagano
commit: 5af6f1c26c35e5c74335d3d2630b537897b83846
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 12 21:04:32 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 12 21:04:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af6f1c2

sys-kernel/gentoo-sources: Linux patch 4.12.1

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c44cb4f2d85..f44813aa5cb 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -65,6 +65,9 @@ DIST genpatches-4.11-9.extras.tar.xz 17352 SHA256 
f7691170d75d64dc6c10c851f6e63b
 DIST genpatches-4.12-1.base.tar.xz 5984 SHA256 
61cf83a3f4c2d0d436f6abb203ecb29eb3918b52b4c27e82238bea52a5158f9e SHA512 
863b30146f79a2003764272af90bb273aa2fb722f39034ee48b6d01fd7f2bf15b805d0b2b7a262e0efe90439bda8c80624474b2b6315235cd62a22a779fe22d0
 WHIRLPOOL 
26cc0f08ecd0528d07c6f74751f673a97b6df9cdcc3eed28d90808a426fac0b0f69e6433571e90f1b6884a2e20cfc03b6da9f34d5f888c8cb4f0059282f8cb12
 DIST genpatches-4.12-1.experimental.tar.xz 5184 SHA256 
276d7f017b3f331911ec91d6661051b349b2ed781ef6686851b27990ea5bd3cc SHA512 
0af881a562f8fa6c4a0c09ae3d1706b84dd693c66d23a7573dd9e15852f23cb12c345c6b123034bb53d70ed9683216d7cf546dd665eb0386f36f3e2970a6359d
 WHIRLPOOL 
b26a91c0966357d9650f29bc4d8637f86c20b38ff4e9e6004ddec43ab52e345cdb5c4d355d1c470aa7d8af98b6a1a05df20e16c19b065c574c8c0c83bbc5ca16
 DIST genpatches-4.12-1.extras.tar.xz 17348 SHA256 
2f8967491bbf91667af7536d3e8953b7855391610e5c9f60c44cefd8a24552c0 SHA512 
926bdaf690b65c0f30ea8cdcc7db73e6a6fc08df43a1c5f24df0189a97cd7bb234a2462b7c7044acb6b848b0abc84b2e2628c2cd47673b233be654f1ab5a6216
 WHIRLPOOL 
e0693a043bd729aa570c79b0e28c6b746fff255eb9595f538fa51c0ce20e7e79ffbc48bae811fa4293863a91f09fab5103b3e18789f07de237188b10cfaa789f
+DIST genpatches-4.12-2.base.tar.xz 16796 SHA256 
cc58b02b6a070668ebd236b2ca6369e8ed725d2224e43ecdfc467f551ff3b82a SHA512 
b705626ab0e938f11f87e7bb60ba1901c7dab1a4359663eb94f0980449b1b5b9948d4cb34dead4c19bc59f7e299f78938f08166e04b324abdda7c461a301f8f2
 WHIRLPOOL 
412852e5f71b0797a90cabf725da78e8acb008ed48f23b2dd1fe4acdc3d066ee03bdfdeff8fcebbd99337e7c5597dd559134fc53e8ad8c0738b22059a39a9507
+DIST genpatches-4.12-2.experimental.tar.xz 5180 SHA256 
4034f611dd346dca1e53e57e6f41d043383a69041443c58f0ef88727402180a6 SHA512 
81470e4895c6aa6adec3cb5ec42b0cc6c8a1ce51b927563255ebaaf65e5feabe2e496ab4a255f86516883ece4c2a6df0f5bc213ffcb65ffc69fa4c12418fa644
 WHIRLPOOL 
a12a586a5007e6159afdb77f142ae2835ded33b25dde7e1c621468f85e6033d75b6aa1b6b36fd56a29afe4a4e23f8b6ceb0028ec73aa8c3d2261f3943a2a96d8
+DIST genpatches-4.12-2.extras.tar.xz 17344 SHA256 
a8e11e00e3c635333efc943a65280e48aef3cc6b97bbeba1c99f1bad550e12c4 SHA512 
8b5beba256adce91d3c0de7f0baec2e4fdf470f96e976a34729d1aaf59137d1ee5f4a1a5673bed0411fa31f4b2fa427a7c71cf0bd1a222a6c50ae008a09220e7
 WHIRLPOOL 
4a2670ccf3a13c1948ed36a6c49601477ff18bc7d6beedcbca3c12fd04542e3b9dd51b2926556bbc4adaf7413f5eecb63d8220982eae037dae7937c666d46600
 DIST genpatches-4.4-56.base.tar.xz 1021856 SHA256 
a3118b9cb3204ac85b69c3676550f60859ee68707f0c5816120a2565cd7ab317 SHA512 
eeed7dc7358bc0151db89cb292e8b30a7498ac8c9c72fd301d9e08343977806e19a91a4958dda2643a418b50ca5ff7f2a27c871c53d1e9d3f0930e27c6ab11ba
 WHIRLPOOL 
10b4e757bd6b4e611d4828b7ea45b4d4f704dbec76a32c5294a8489ecd85103dc472c7b144588cbe1b07c3f507c076b8b2f9555b88542120a53d165c68a592f4
 DIST genpatches-4.4-56.experimental.tar.xz 87752 SHA256 
6324d9c2e58f33bf39ec7834d3ab6c6ed9eb6d53ffbd4d55aba0879903a503e2 SHA512 
d77dd2a45117afe1913dbf7163de8a9b0acfe28fc0afe18e3b1cd2d5d2e785fe374f7018e085a0d2bf8dc052273f1781e2c2094359c4a8a771b9f14443273be5
 WHIRLPOOL 
2f67af9640ab8d917617bc2bf8ee0d518dd5bdc343abff965bd2f8a8b35eae23b2ce9fd99aeb4497a7ac9293ec1005640c096e72b816143680ddfb6d60158598
 DIST genpatches-4.4-56.extras.tar.xz 16408 SHA256 
74babcf456aed9c7c406a0feb37b5fbe51db461a67b5fd9c07a252398a15b41f SHA512 
661cb1c58b38c24283a9465f596045669f2d686b7418e9586ca6ce48b56bd9cfce52705502f876e68006c4ff1624847cd1e18e3aec37d60f64e6f7788d5facee
 WHIRLPOOL 
11dd648ebf88f43d0c1e1543e5a68c93a1a31b5c1f2d287add703e20979820ecadf003b051e787d6089c346e4a13485326d9c05b5968bd9cb3ca21a755d95a54

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.12.1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.12.1.ebuild
new file mode 100644
index 000..2d6aa240323
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.12.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="2"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 

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

2017-07-12 Thread Andreas Sturmlechner
commit: bed6763c896157c025d12a8bb564ac7191199e2c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 12 20:51:05 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 20:57:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed6763c

app-office/libreoffice: Add media-fonts/dejavu to dependencies

Upstream expects it for tests, may as well expect it at runtime.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-office/libreoffice/libreoffice-5.4..ebuild | 6 +-
 app-office/libreoffice/libreoffice-.ebuild | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.4..ebuild 
b/app-office/libreoffice/libreoffice-5.4..ebuild
index 9c6e44c9b0b..d75f002e04a 100644
--- a/app-office/libreoffice/libreoffice-5.4..ebuild
+++ b/app-office/libreoffice/libreoffice-5.4..ebuild
@@ -180,6 +180,7 @@ RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice-bin
!app-office/libreoffice-bin-debug
!app-office/openoffice
+   media-fonts/dejavu
media-fonts/liberation-fonts
media-fonts/libertine
|| ( x11-misc/xdg-utils kde-plasma/kde-cli-tools $(add_kdeapps_dep 
kioclient) )
@@ -226,7 +227,10 @@ DEPEND="${COMMON_DEPEND}
>=virtual/jdk-1.6
)
odk? ( >=app-doc/doxygen-1.8.4 )
-   test? ( dev-util/cppunit )
+   test? (
+   dev-util/cppunit
+   media-fonts/dejavu
+   )
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 4a5023013ae..0c6b270fe2e 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -180,6 +180,7 @@ RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice-bin
!app-office/libreoffice-bin-debug
!app-office/openoffice
+   media-fonts/dejavu
media-fonts/liberation-fonts
media-fonts/libertine
|| ( x11-misc/xdg-utils kde-plasma/kde-cli-tools $(add_kdeapps_dep 
kioclient) )
@@ -226,7 +227,10 @@ DEPEND="${COMMON_DEPEND}
>=virtual/jdk-1.6
)
odk? ( >=app-doc/doxygen-1.8.4 )
-   test? ( dev-util/cppunit )
+   test? (
+   dev-util/cppunit
+   media-fonts/dejavu
+   )
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2017-07-12 Thread Andreas Sturmlechner
commit: 0ec2c16304f92630f06735f779a1d2d680cb1e3b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 12 20:44:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 20:57:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec2c163

app-office/libreoffice: DEPEND on dev-libs/xmlsec[nss] instead of bundled

Upstream picked from master branch.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-office/libreoffice/Manifest| 1 -
 app-office/libreoffice/libreoffice-5.4..ebuild | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index 883d7097e9b..f59fa251c0b 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -13,4 +13,3 @@ DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 
22722121be062742624e06
 DIST libreoffice-help-5.2.7.2.tar.xz 1940516 SHA256 
f7d35c460da96ed2d52cf97baef159382b38e5ce4579c34e65480ff2911cac4b SHA512 
c86bc17448fcd1da01e13d3e9fee739610fde390abaf0635cc4593755d102da08a5eea0533076e1a0f8d89f0b32ba5086b155b9b388f317a5e4c669bf17769e1
 WHIRLPOOL 
4da96a14b70be718109eda5ced62cec85b96e9028fcf65d729a99604598de81edc097bc06577f3ce7958de1316b04d2d2f1f2782c6504a487ffc6ebaaf7feca6
 DIST libreoffice-help-5.3.3.2.tar.xz 2127200 SHA256 
f9b4fef5f449cdbbcb5796908d0536576585c511173bfccf2ca049b5dcbb0dc7 SHA512 
5c73997cf95e4d5acb2693560ac49aef5f589cee22ce22de1ee8f0e0fa2189d8893afe70790895160feb832049943cfc5e1d322bbd9fd7c7d0bbf3b11a8d9a25
 WHIRLPOOL 
fd3c3afc070cb4fe1145ac631e80bbeaa36c1d10a43b5a16d1dbdee5e78a614617e6290b961ad951b639410205cc5bdadbefe8b55639046ec9633ff269c8
 DIST libreoffice-help-5.3.4.2.tar.xz 2108116 SHA256 
ab8600dc99e09d90fec83bcc505c42556156730f78973cecd74fa377fe8de91a SHA512 
c4785e7e1b99806adc6b354f8ebf5d81a76b1f802628f0453fc365989ed07c5ba039145ea1ebbfbd0340815157c6638040953afad1c1c9f80bc3271257137d7c
 WHIRLPOOL 
fe229a3bd9b99067d33ab4d53ae6502578fff4ee3e184b0096e9da3c458534a35751cc6809b77351c011730a91d94c2bf9be94abaa026852ab67b3b6c50cdc7c
-DIST xmlsec1-1.2.24.tar.gz 1835762 SHA256 
99a8643f118bb1261a72162f83e2deba0f4f690893b4b90e1be4f708e8d481cc SHA512 
a01feb9af8f85e77f2c5d2d7f596fba3ef58bc593cb9a7c3e883deb38f8292598ba5aa09fa59897fe303f10336a10b0bb0f27171f2b6e6251e694f37f0b9b7d4
 WHIRLPOOL 
d6fbaf232c10a589a2dbe608ad1a29ebc7b80b535e1036a66b75fbdf3d7154e7297b901b035fdd31b992684b4006050a6421dcd9a9f7c1ea2e4b11d83544bf73

diff --git a/app-office/libreoffice/libreoffice-5.4..ebuild 
b/app-office/libreoffice/libreoffice-5.4..ebuild
index a6a36670b1c..9c6e44c9b0b 100644
--- a/app-office/libreoffice/libreoffice-5.4..ebuild
+++ b/app-office/libreoffice/libreoffice-5.4..ebuild
@@ -56,7 +56,6 @@ unset DEV_URI
 # These are bundles that can't be removed for now due to huge patchsets.
 # If you want them gone, patches are welcome.
 ADDONS_SRC=(
-   "${ADDONS_URI}/xmlsec1-1.2.24.tar.gz" # modifies source code
"collada? ( 
${ADDONS_URI}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
 )"
"java? ( 
${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )"
# no release for 8 years, should we package it?
@@ -120,6 +119,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
!libressl? ( >=dev-libs/openssl-1.0.0d:0 )
libressl? ( dev-libs/libressl )
>=dev-libs/redland-1.0.16
+   >=dev-libs/xmlsec-1.2.24[nss]
media-gfx/graphite2
media-libs/fontconfig
media-libs/freetype:2



[gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/files/, kde-apps/kio-extras/

2017-07-12 Thread Andreas Sturmlechner
commit: fd9cf6144ea9e3b67cf32ac5e25532c5de09e64a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 12 20:34:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 20:34:35 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd9cf614

kde-apps/kio-extras: Add smb and mtp upstream fixes

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../kio-extras/files/kio-extras-17.04.3-mtp.patch  |  87 
 .../kio-extras/files/kio-extras-17.04.3-smb.patch  | 240 +
 kde-apps/kio-extras/kio-extras-17.04.3.ebuild  |   5 +
 3 files changed, 332 insertions(+)

diff --git a/kde-apps/kio-extras/files/kio-extras-17.04.3-mtp.patch 
b/kde-apps/kio-extras/files/kio-extras-17.04.3-mtp.patch
new file mode 100644
index 00..04aff7dcdb
--- /dev/null
+++ b/kde-apps/kio-extras/files/kio-extras-17.04.3-mtp.patch
@@ -0,0 +1,87 @@
+From bdd0e54ee303559106d2ac746f9a3d167bd89146 Mon Sep 17 00:00:00 2001
+From: Kevin Funk 
+Date: Tue, 11 Jul 2017 03:03:21 +0200
+Subject: mtp: Simplify code a bit
+
+Only one branch can be taken per call, make this clear by using
+if/else-if instead of a series of ifs.
+---
+ mtp/kio_mtp.cpp | 9 ++---
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+diff --git a/mtp/kio_mtp.cpp b/mtp/kio_mtp.cpp
+index 0532820..9d8585f 100644
+--- a/mtp/kio_mtp.cpp
 b/mtp/kio_mtp.cpp
+@@ -593,15 +593,12 @@ void MTPSlave::copy(const QUrl , const QUrl , 
int, JobFlags flags)
+ {
+ qCDebug(LOG_KIO_MTP) << src.path() << dest.path();
+ 
+-// mtp:/// to mtp:///
+ if (src.scheme() == QLatin1String("mtp") && dest.scheme() == 
QLatin1String("mtp")) {
+ qCDebug(LOG_KIO_MTP) << "Copy on device: Not supported";
+ // MTP doesn't support moving files directly on the device, so we 
have to download and then upload...
+ 
+ error(ERR_UNSUPPORTED_ACTION, i18n("Cannot copy/move files on the 
device itself"));
+-}
+-// file:/// tp mtp:///
+-if (src.scheme() == QLatin1String("file") && dest.scheme() == 
QLatin1String("mtp")) {
++} else if (src.scheme() == QLatin1String("file") && dest.scheme() == 
QLatin1String("mtp")) {
+ int check = checkUrl(dest);
+ switch (check) {
+ case 0:
+@@ -680,9 +677,7 @@ void MTPSlave::copy(const QUrl , const QUrl , 
int, JobFlags flags)
+ }
+ 
+ qCDebug(LOG_KIO_MTP) << "Sent file";
+-}
+-// mtp:/// to file:///
+-if (src.scheme() == QLatin1String("mtp") && dest.scheme() == 
QLatin1String("file")) {
++} else if (src.scheme() == QLatin1String("mtp") && dest.scheme() == 
QLatin1String("file")) {
+ int check = checkUrl(src);
+ switch (check) {
+ case 0:
+-- 
+cgit v0.11.2
+From f7b9b827ed7a23403913a4e356b0549d9deaf351 Mon Sep 17 00:00:00 2001
+From: Kevin Funk 
+Date: Tue, 11 Jul 2017 03:04:21 +0200
+Subject: A couple of fixes for the MTP kio slave (2 patches)
+
+Summary:
+mtp: Simplify code a bit
+
+Only one branch can be taken per call, make this clear by using
+if/else-if instead of a series of ifs.
+
+mtp: Don't crash if getPath returns something invalid
+
+This happens when you try to copy a file from a device which just got
+locked again (I think...)
+
+Reviewers: elvisangelaccio
+
+Reviewed By: elvisangelaccio
+
+Differential Revision: https://phabricator.kde.org/D6620
+---
+ mtp/kio_mtp.cpp | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/mtp/kio_mtp.cpp b/mtp/kio_mtp.cpp
+index 9d8585f..541268a 100644
+--- a/mtp/kio_mtp.cpp
 b/mtp/kio_mtp.cpp
+@@ -705,6 +705,10 @@ void MTPSlave::copy(const QUrl , const QUrl , 
int, JobFlags flags)
+ }
+ 
+ QPair pair = getPath(src.path());
++if (!pair.first) {
++error(ERR_COULD_NOT_READ, src.path());
++return;
++}
+ 
+ LIBMTP_mtpdevice_t *device = pair.second;
+ LIBMTP_file_t *source = (LIBMTP_file_t *) pair.first;
+-- 
+cgit v0.11.2

diff --git a/kde-apps/kio-extras/files/kio-extras-17.04.3-smb.patch 
b/kde-apps/kio-extras/files/kio-extras-17.04.3-smb.patch
new file mode 100644
index 00..b6b83845f7
--- /dev/null
+++ b/kde-apps/kio-extras/files/kio-extras-17.04.3-smb.patch
@@ -0,0 +1,240 @@
+From 2574c9158febdcb3dd7a0ebc3e76311f016d00d0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Michal=20Mal=C3=BD?= 
+Date: Wed, 12 Jul 2017 11:55:04 +0200
+Subject: Always create the "." UDSEntry
+
+Summary:
+The smb_kio plugin does not create the "." UDSEntry,
+relying on the underlying KIO infrastructure to create a default one.
+
+This patch ensures that the UDSEntry is always created with proper access 
permissions.
+
+CCBUG: 376344
+
+Reviewers: elvisangelaccio
+
+Differential Revision: https://phabricator.kde.org/D6616
+---
+ smb/kio_smb_browse.cpp | 23 ++-
+ 1 file changed, 22 insertions(+), 1 deletion(-)
+
+diff --git a/smb/kio_smb_browse.cpp b/smb/kio_smb_browse.cpp
+index 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-07-12 Thread Mike Gilbert
commit: 73c93240160b6f8eb5bce4fc5c22c1a176cfb8dc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 14:45:49 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 20:21:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c93240

www-plugins/chrome-binary-plugins: automated update (61.0.3153.4)

Package-Manager: Portage-2.3.6_p16, Repoman-2.3.2_p84

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...41.7_alpha.ebuild => chrome-binary-plugins-61.0.3153.4_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index b966d687a37..9cc85e8456a 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_60.0.3112.50-1_amd64.deb 63352592 SHA256 
cc3dabc99d497e44fc1d5d7fbe7d25a7cb39a0c385884a1cefbe6f5900d7af54 SHA512 
2f7d6e133f9939de85050d3692fef9011e795b19483faa5fa4ed92b69d099781822be639a1af38d48e48e38595b2e348b41ebcb99cc0c0cb757a2418463d95a4
 WHIRLPOOL 
252d85c9e5deefa2726867902d4dadf15a1eff2c459b2d8339c5056a0941ce755b56a6248d732314db229594fd409e05f5dbe156831437c718f6e96dc2496bb3
 DIST google-chrome-stable_59.0.3071.115-1_amd64.deb 60833124 SHA256 
a157db73f7fa09f884e665649b51518c2b0a9441465eca294c5562040a1058d9 SHA512 
7b12cc8dc784b9b223bc5cf9ca7df18c2a68e291159be7931349211a34e5d36a20af28258791281f477543fea44719372a7584c51f228ada0b63b092a5a40ba9
 WHIRLPOOL 
eb0d96e165ed33bb1d9a771e2d1d3fe33a62648656bebc8c2c37c1967109080562adc26073a0507ad59913def0b486748302b92c44634fe0e07fb80f40b5878b
-DIST google-chrome-unstable_61.0.3141.7-1_amd64.deb 71521170 SHA256 
3113cab70855fa9c50453824bd3bcd0e26cc8c8a21b249ba598edabe068be448 SHA512 
98cdcdca6f7bfc5e115056b00e83c8d9dd064df9472476cf062c1be5dc5e120802cdc8eaf9e7f8c00da7d699c1fa95451cd01a1997d4014efa39a9559c71f699
 WHIRLPOOL 
ef6322fba28abce1cda4ec0d85f81c1ebbadb7296692780908aebd2221c0d08a226764f5ad1362de6a38aff1d506a6a0a3b0bf087071d8411367a7440b0e1c97
+DIST google-chrome-unstable_61.0.3153.4-1_amd64.deb 76545566 SHA256 
db493885bdd21266dcafee27ec31336988b29b65fe257edbc9cc6280e650e1bd SHA512 
e1ae027a436a0fba4a3c5718292b64b82703c7552649f47c10cfc262de942154d53f4baf359832e186b0ee4113b241964aed7380866d86a9426b33870d12604f
 WHIRLPOOL 
e269641755a46270d8e2e863643e1b99c45638c83d2a639621f5f419175075c9ffeb4b993964a1cd2bee76aa73c4204bc680d2e7d05d6d7d7937d88db87dbefc

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3141.7_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3153.4_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3141.7_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3153.4_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-07-12 Thread Mike Gilbert
commit: 023d5fc590a2480a67ee29b2598722d7c2911b3f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 14:46:39 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 20:21:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023d5fc5

www-client/google-chrome-unstable: automated update (61.0.3153.4)

Package-Manager: Portage-2.3.6_p16, Repoman-2.3.2_p84

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-61.0.3141.7.ebuild => google-chrome-unstable-61.0.3153.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index c8eda059d4a..486562c82f7 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_61.0.3141.7-1_amd64.deb 71521170 SHA256 
3113cab70855fa9c50453824bd3bcd0e26cc8c8a21b249ba598edabe068be448 SHA512 
98cdcdca6f7bfc5e115056b00e83c8d9dd064df9472476cf062c1be5dc5e120802cdc8eaf9e7f8c00da7d699c1fa95451cd01a1997d4014efa39a9559c71f699
 WHIRLPOOL 
ef6322fba28abce1cda4ec0d85f81c1ebbadb7296692780908aebd2221c0d08a226764f5ad1362de6a38aff1d506a6a0a3b0bf087071d8411367a7440b0e1c97
+DIST google-chrome-unstable_61.0.3153.4-1_amd64.deb 76545566 SHA256 
db493885bdd21266dcafee27ec31336988b29b65fe257edbc9cc6280e650e1bd SHA512 
e1ae027a436a0fba4a3c5718292b64b82703c7552649f47c10cfc262de942154d53f4baf359832e186b0ee4113b241964aed7380866d86a9426b33870d12604f
 WHIRLPOOL 
e269641755a46270d8e2e863643e1b99c45638c83d2a639621f5f419175075c9ffeb4b993964a1cd2bee76aa73c4204bc680d2e7d05d6d7d7937d88db87dbefc

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-61.0.3141.7.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-61.0.3153.4.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-61.0.3141.7.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-61.0.3153.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/files/, sys-apps/systemd/

2017-07-12 Thread Mike Gilbert
commit: df2c32b5b39e04b224ac686bdd9845bb893d5ede
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 20:19:48 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 20:21:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2c32b5

sys-apps/systemd: backport fix for CVE-2017-182

Bug: https://bugs.gentoo.org/623532
Package-Manager: Portage-2.3.6_p16, Repoman-2.3.2_p84

 ...ragment-refuse-units-with-errors-in-RootD.patch | 117 ++
 ...ragment-refuse-units-with-errors-in-certa.patch | 339 +++
 sys-apps/systemd/systemd-233-r4.ebuild | 463 +
 3 files changed, 919 insertions(+)

diff --git 
a/sys-apps/systemd/files/233-0002-core-load-fragment-refuse-units-with-errors-in-RootD.patch
 
b/sys-apps/systemd/files/233-0002-core-load-fragment-refuse-units-with-errors-in-RootD.patch
new file mode 100644
index 000..fe30ef9ff61
--- /dev/null
+++ 
b/sys-apps/systemd/files/233-0002-core-load-fragment-refuse-units-with-errors-in-RootD.patch
@@ -0,0 +1,117 @@
+From 433e7893c6c0f6cbc98d8911fc5149ee9beedb79 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
+Date: Thu, 6 Jul 2017 13:54:42 -0400
+Subject: [PATCH 2/3] core/load-fragment: refuse units with errors in
+ RootDirectory/RootImage/DynamicUser
+
+Behaviour of the service is completely different with the option off, so the
+service would probably mess up state on disk and do unexpected things.
+---
+ src/core/load-fragment-gperf.gperf.m4 |  6 +++---
+ src/core/load-fragment.c  |  7 +--
+ src/shared/conf-parser.c  | 16 +++-
+ 3 files changed, 19 insertions(+), 10 deletions(-)
+
+diff --git a/src/core/load-fragment-gperf.gperf.m4 
b/src/core/load-fragment-gperf.gperf.m4
+index cb9e6fea2..d0868bf40 100644
+--- a/src/core/load-fragment-gperf.gperf.m4
 b/src/core/load-fragment-gperf.gperf.m4
+@@ -18,8 +18,8 @@ struct ConfigPerfItem;
+ m4_dnl Define the context options only once
+ m4_define(`EXEC_CONTEXT_CONFIG_ITEMS',
+ `$1.WorkingDirectory,config_parse_working_directory, 0,   
  offsetof($1, exec_context)
+-$1.RootDirectory,config_parse_unit_path_printf,  0,   
  offsetof($1, exec_context.root_directory)
+-$1.RootImage,config_parse_unit_path_printf,  0,   
  offsetof($1, exec_context.root_image)
++$1.RootDirectory,config_parse_unit_path_printf,  true,
  offsetof($1, exec_context.root_directory)
++$1.RootImage,config_parse_unit_path_printf,  true,
  offsetof($1, exec_context.root_image)
+ $1.User, config_parse_user_group,0,   
  offsetof($1, exec_context.user)
+ $1.Group,config_parse_user_group,0,   
  offsetof($1, exec_context.group)
+ $1.SupplementaryGroups,  config_parse_user_group_strv,   0,   
  offsetof($1, exec_context.supplementary_groups)
+@@ -35,7 +35,7 @@ $1.UMask,config_parse_mode,  
0,
+ $1.Environment,  config_parse_environ,   0,   
  offsetof($1, exec_context.environment)
+ $1.EnvironmentFile,  config_parse_unit_env_file, 0,   
  offsetof($1, exec_context.environment_files)
+ $1.PassEnvironment,  config_parse_pass_environ,  0,   
  offsetof($1, exec_context.pass_environment)
+-$1.DynamicUser,  config_parse_bool,  0,   
  offsetof($1, exec_context.dynamic_user)
++$1.DynamicUser,  config_parse_bool,  true,
  offsetof($1, exec_context.dynamic_user)
+ $1.StandardInput,config_parse_exec_input,0,   
  offsetof($1, exec_context)
+ $1.StandardOutput,   config_parse_exec_output,   0,   
  offsetof($1, exec_context)
+ $1.StandardError,config_parse_exec_output,   0,   
  offsetof($1, exec_context)
+diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c
+index 5b7471c0d..ae4ec5cf0 100644
+--- a/src/core/load-fragment.c
 b/src/core/load-fragment.c
+@@ -242,6 +242,7 @@ int config_parse_unit_path_printf(
+ _cleanup_free_ char *k = NULL;
+ Unit *u = userdata;
+ int r;
++bool fatal = ltype;
+ 
+ assert(filename);
+ assert(lvalue);
+@@ -250,8 +251,10 @@ int config_parse_unit_path_printf(
+ 
+ r = unit_full_printf(u, rvalue, );
+ if (r < 0) {
+-log_syntax(unit, LOG_ERR, filename, 

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

2017-07-12 Thread Sergei Trofimovich
commit: 73b0ef093676404c24ee4672252b932a758b1966
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 12 20:14:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 12 20:15:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b0ef09

dev-lang/ghc: guard manuals building behind USE=doc

Building ghc.1 needs sphinx present in system.

Reported-by: Patrick McLean
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/ghc/ghc-8.0.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
index 67329545ec0..dd4d223aeb6 100644
--- a/dev-lang/ghc/ghc-8.0.2.ebuild
+++ b/dev-lang/ghc/ghc-8.0.2.ebuild
@@ -514,6 +514,7 @@ src_configure() {
# app-text/dblatex is not in portage, can not build PDF or PS
echo "BUILD_SPHINX_PDF  = NO"  >> mk/build.mk
echo "BUILD_SPHINX_HTML = $(usex doc YES NO)" >> mk/build.mk
+   echo "BUILD_MAN = $(usex doc YES NO)" >> mk/build.mk
 
# this controls presence on 'xhtml' and 'haddock' in final 
install
echo "HADDOCK_DOCS   = YES" >> mk/build.mk



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

2017-07-12 Thread Thomas Sachau
commit: 97e0ba9da8c122ff36211620a44438a0fb29
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sat Jul  8 16:09:11 2017 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Wed Jul 12 20:01:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e0ba9d

Version bump

Package-Manager: portage-2.2.27

 net-p2p/freenet/Manifest   |   2 +
 net-p2p/freenet/freenet-0.7.5_p1478.ebuild | 158 +
 2 files changed, 160 insertions(+)

diff --git a/net-p2p/freenet/Manifest b/net-p2p/freenet/Manifest
index eafd3854c58..175d1e1d3b8 100644
--- a/net-p2p/freenet/Manifest
+++ b/net-p2p/freenet/Manifest
@@ -1,3 +1,5 @@
 DIST freenet-0.7.5_p1475.zip 5009537 SHA256 
21b3c3e95ea094cd137ae081e9b5dff098b9e5c20b37576dc0b1c091b6ee3108 SHA512 
96376600fb3ff6d2bd6ede426fd05c684b51a0f2ace1f83696b0f63b2e2acd9359d41558a11d954e54031e88a62afe854f6cab7d852756dff76851f075249369
 WHIRLPOOL 
59e5b6240f3e34e6032feb1702e03f55fdd0bfa12977e70281cdf626e56863eff66b93c35afa54f9c398a87b4d8ac5254238b33742904ac9ec10f6bdb759228d
+DIST freenet-0.7.5_p1478.zip 5082260 SHA256 
543ea64fb3b81777445c69e42d3739eaba3eacd40e06200cdae47106cef75807 SHA512 
4147ef68e9c61a7d90c378cd9a3896933c4b931c31caf95107d1e188b4bf51d187381200d262fc1adaf939be7b0ea0eec9f795a09c897c1d20765325ac5faf03
 WHIRLPOOL 
665e94646471e363e890ff53d29785eb8ec47a3cf1d0c8e6102ac18df957164399155ea38b5623b09dc419d7279d736d12489098342fa2a216f71ce5101ac0dd
 DIST freenet-ant-1.7.1.jar 1327167 SHA256 
634e0b616d65d611419920e8b379b7b66399e44f520baa772147ed73743433b1 SHA512 
2c84378d995fed0630169fffab020bde89c3edb7b3bc1e14e2251ed71be684dc2520fdeed8bae382de362984e25a31dcd59326ef8735f8066166c1e8d98ca408
 WHIRLPOOL 
667be2b1581c5fd847907b63522a0f83c595a6b8f1805d714e978a5cb0f05de4804153c89605618adf5c3b097a7019e7d7e9de0bf0987c7b1adb0dbc54e0f055
 DIST seednodes-20150812.fref.bz2 11631 SHA256 
bf8a83a2c5cb7c160119d69c657f1db5324794c3603f13acb41416c09728fdc7 SHA512 
3aa2ef00ca058b313032243f03f0f82a4e70f455bbe3dee48f9ce438415711f4415172946a3f958e14a699df69d9d0fa88173ce482c0b3d503da0829418b1d3d
 WHIRLPOOL 
724b610d6ebd839a304262645cbf81fb7ea6c5da7b6121e76016d1752dc474fb331e74abe445987f5af94181eacfba832ec23077aa84ba08026bbf831d542a44
+DIST seednodes-20160521.fref.bz2 13751 SHA256 
c122851dee2da471d3e286c9fad4d3c94e3d235fd8dc9f27bc99eeff5811f7a8 SHA512 
3530ac6bf9de886930bb403c2d2ec27102d5dc6904582ee69987e369dbfaf7170aadbc02b95836ff43fef2531fb06087a494b426662cd5529c87316590fd2686
 WHIRLPOOL 
3b8bd751983f3cd97677129a6205d1365a3bc95dc4a4a7e7ba539d75c0faf9159b6f03bf2c89e9290a07a2b58641af0e59d227a8b4cfc31e91c9a3ba1c85547d

diff --git a/net-p2p/freenet/freenet-0.7.5_p1478.ebuild 
b/net-p2p/freenet/freenet-0.7.5_p1478.ebuild
new file mode 100644
index 000..d37f8db162e
--- /dev/null
+++ b/net-p2p/freenet/freenet-0.7.5_p1478.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DATE=20160521
+JAVA_PKG_IUSE="doc source"
+
+inherit eutils java-pkg-2 java-ant-2 multilib systemd user
+
+DESCRIPTION="An encrypted network without censorship"
+HOMEPAGE="https://freenetproject.org/;
+SRC_URI="
+   https://github.com/${PN}/fred/archive/build0${PV#*p}.zip -> ${P}.zip
+   mirror://gentoo/seednodes-${DATE}.fref.bz2
+   mirror://gentoo/freenet-ant-1.7.1.jar"
+
+LICENSE="GPL-2+ GPL-2 MIT BSD-2 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-java/bcprov:1.54
+   dev-java/commons-compress:0
+   dev-java/fec:0
+   dev-java/java-service-wrapper:0
+   dev-java/jbitcollider-core:0
+   dev-java/lzma:0
+   dev-java/lzmajio:0
+   dev-java/mersennetwister:0"
+
+DEPEND="
+   app-arch/unzip
+   >=virtual/jdk-1.7
+   ${CDEPEND}
+   test? (
+   dev-java/junit:0
+   dev-java/ant-junit:0
+   )
+   dev-java/ant-core:0"
+
+RDEPEND="
+   >=virtual/jre-1.7
+   net-libs/nativebiginteger:0
+   ${CDEPEND}"
+
+PDEPEND="net-libs/NativeThread:0"
+
+JAVA_PKG_BSFIX_NAME+=" build-clean.xml"
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+JAVA_ANT_CLASSPATH_TAGS+=" javadoc"
+JAVA_ANT_ENCODING="utf8"
+
+EANT_BUILD_TARGET="package"
+EANT_TEST_TARGET="unit"
+EANT_BUILD_XML="build-clean.xml"
+EANT_GENTOO_CLASSPATH="bcprov-1.54,commons-compress,fec,java-service-wrapper,jbitcollider-core,lzma,lzmajio,mersennetwister"
+EANT_EXTRA_ARGS="-Dsuppress.gjs=true -Dlib.contrib.present=true 
-Dlib.bouncycastle.present=true -Dlib.junit.present=true -Dtest.skip=true"
+
+S="${WORKDIR}/fred-build0${PV#*p}"
+
+RESTRICT="test" # they're broken in the last release.
+
+MY_PATCHES=(
+   "${FILESDIR}"/0.7.5_p1321-ext.patch
+   "${FILESDIR}/"0.7.5_p1475-remove-git.patch
+)
+
+pkg_setup() {
+   has_version dev-java/icedtea[cacao] && {
+   ewarn "dev-java/icedtea was built with cacao USE flag."
+   ewarn "freenet may compile with it, but it will refuse to run."
+

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

2017-07-12 Thread Sergei Trofimovich
commit: 4c55aacf0eb17fc915b13c5b9407b331c6f3be5b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 12 09:56:46 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 12 19:46:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c55aacf

dev-libs/libisoburn: ia64 keyworded, bug #607200

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-libs/libisoburn/libisoburn-1.4.6.ebuild 
b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild
index 46c8b5244ce..0b3d1ae6367 100644
--- a/dev-libs/libisoburn/libisoburn-1.4.6.ebuild
+++ b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional
launch-frontend launch-frontend-setuid libedit readline static-libs 
xattr zlib"
 



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/

2017-07-12 Thread Sergei Trofimovich
commit: ef5062af0847a6b2dfb781e8c892f51316a4dcf0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul 12 09:56:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul 12 19:46:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5062af

dev-tcltk/bwidget: ia64 keyworded, bug #607200

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-tcltk/bwidget/bwidget-1.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild 
b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
index 6942e127d85..c7518e156e9 100644
--- a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
+++ b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/project/tcllib/${MY_PN}/${PV}/${P}.tar.gz"
 
 LICENSE="tcltk"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="dev-lang/tk:0"



[gentoo-commits] proj/kde:master commit in: Documentation/

2017-07-12 Thread Andreas Sturmlechner
commit: 6af6c88411da9113651b6b857fa2f30ae94e8123
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 12 19:45:25 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 19:45:25 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6af6c884

Documentation: Update CONTRIBUTORS

 Documentation/CONTRIBUTORS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/CONTRIBUTORS b/Documentation/CONTRIBUTORS
index fffc6d5a14..69017592ff 100644
--- a/Documentation/CONTRIBUTORS
+++ b/Documentation/CONTRIBUTORS
@@ -55,6 +55,7 @@ Jekyll Wu 
 Joao Carreira 
 Johannes Huber 
 Jonathan Callen 
+Jonathan Christison 
 Jorge Manuel B. S. Vicetto 
 Julian Ospald 
 Justin Lecher 



[gentoo-commits] proj/kde:master commit in: kde-apps/kdenlive/

2017-07-12 Thread Andreas Sturmlechner
commit: ca850ee8e609c714752436970363b55517f318c8
Author: Jonathan Christison  redhat  com>
AuthorDate: Wed Jul 12 17:32:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 19:42:31 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca850ee8

kde-apps/kdenlive: Raise media-libs/mlt minimum version to 6.4.0

 kde-apps/kdenlive/kdenlive-17.04.3.ebuild   | 2 +-
 kde-apps/kdenlive/kdenlive-17.04.49..ebuild | 2 +-
 kde-apps/kdenlive/kdenlive-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdenlive/kdenlive-17.04.3.ebuild 
b/kde-apps/kdenlive/kdenlive-17.04.3.ebuild
index 1892354ba3..555d04f610 100644
--- a/kde-apps/kdenlive/kdenlive-17.04.3.ebuild
+++ b/kde-apps/kdenlive/kdenlive-17.04.3.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   >=media-libs/mlt-6.0.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
+   >=media-libs/mlt-6.4.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
freesound? ( $(add_qt_dep qtwebkit) )

diff --git a/kde-apps/kdenlive/kdenlive-17.04.49..ebuild 
b/kde-apps/kdenlive/kdenlive-17.04.49..ebuild
index 48f9d70993..ddd55f78e3 100644
--- a/kde-apps/kdenlive/kdenlive-17.04.49..ebuild
+++ b/kde-apps/kdenlive/kdenlive-17.04.49..ebuild
@@ -45,7 +45,7 @@ RDEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   >=media-libs/mlt-6.0.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
+   >=media-libs/mlt-6.4.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
freesound? ( $(add_qt_dep qtwebkit) )

diff --git a/kde-apps/kdenlive/kdenlive-.ebuild 
b/kde-apps/kdenlive/kdenlive-.ebuild
index 48f9d70993..ddd55f78e3 100644
--- a/kde-apps/kdenlive/kdenlive-.ebuild
+++ b/kde-apps/kdenlive/kdenlive-.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   >=media-libs/mlt-6.0.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
+   >=media-libs/mlt-6.4.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
freesound? ( $(add_qt_dep qtwebkit) )



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

2017-07-12 Thread Sebastien Fabbro
commit: 2e8c8c58c55b6af7bbe72d119e18643c57c40414
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jul 12 17:13:22 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jul 12 19:28:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8c8c58

dev-python/xarray: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/xarray/Manifest|  1 +
 dev-python/xarray/xarray-0.9.6.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index afc96594aa3..d095b27edb5 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1 +1,2 @@
 DIST xarray-0.8.2.tar.gz 222454 SHA256 
4da06e38baea65c51347ba0770db416ebf003dbad5637215d2b25b191f2be1fb SHA512 
11a7295973cde998b043d22675b1d142b50ad5518f9dc320d6e6c770f3febb3b5f0ecf59b3caed73ae886994be15d497c10680e2df69eea862cf6d7c6726a867
 WHIRLPOOL 
02c3d17c7b0bd659f8e0aa8670909e7381cf2caeed9ae8df446681ca517f04d5f96f71a62e9b9079f7531c5ae9a7e8fef4045f581424b71e67eaaac7b7a7ffa7
+DIST xarray-0.9.6.tar.gz 1491394 SHA256 
f649a41d43b5a6c64bdcbd57e994932656b689f9593a86dd0be95778a2b47494 SHA512 
f7a12da324e0afadbdcf7abea33d4450189ba4b761240995328a530b67e2f2134b31bf961f8fa388e2296c26dc2da2cf14c113ab86ac301d96b7a35af56a5107
 WHIRLPOOL 
64f04eea0c4a9029fd7b1a1503a5fc701d919bdb769814b752161c7561b2f146379cca741c849c102d83b1ed4c1b126cc1978b978b1a535dd3ce60af85676745

diff --git a/dev-python/xarray/xarray-0.9.6.ebuild 
b/dev-python/xarray/xarray-0.9.6.ebuild
new file mode 100644
index 000..cdab9ad3971
--- /dev/null
+++ b/dev-python/xarray/xarray-0.9.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="N-D labeled arrays and datasets in Python"
+HOMEPAGE="http://xarray.pydata.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die
+}



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

2017-07-12 Thread Sebastien Fabbro
commit: fb87a55bf9a32350e681f80899721a071ea6c753
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jul 12 17:44:41 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jul 12 19:28:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb87a55b

dev-python/xlsxwriter: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/xlsxwriter/Manifest|  2 ++
 dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild | 42 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index e80ac834004..9d492e1355c 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,3 +1,5 @@
 DIST XlsxWriter-0.7.8.tar.gz 233091 SHA256 
2200c2a69f63b350b3b1f5db8fae3e5b7135c01b7ac9c3b1d5926cf6583dd4cd SHA512 
2343155c765533bbc146e928dfc82924f089c7abee2f3607be2e5f9b1da9166090164f134256cbd36f319a97c9aa651fb346cc7502a3f1721f9687a9cddb9364
 WHIRLPOOL 
ba498cfe5929f8d302b2f81ca0291c465759ed070d030e650d4a973706562a397fda51632b31cdac8caba134d8199f3499c7505b9990a9fa02b908b5ac971bdc
 DIST XlsxWriter-0.9.2.tar.gz 237146 SHA256 
9363097b35299da5b4706f9eb3eb79bc60d7eb68f3feff40149e20f1af26ddfa SHA512 
037f33a13a4f61fd6adb17ac1726bae7b5244242f66dfb5b9ec9ed9c0cf77af156ca4aa52013f1419c2cc381c7408a18243ebafaa2543828c3b01a619af4ec13
 WHIRLPOOL 
652ae7dcdaa0b6295e8175d1be1beef3ca6d78b2d980bd36033f9715c7e6c1065b50c214f1331e2da2998612e54dec44d40d3c30a80859bc1a8b26659e85f5bf
+DIST XlsxWriter-0.9.8.tar.gz 236187 SHA256 
1bba62325b7efc97b0bf9d8864cc7e31506263994d93404b94b0997fb47e1570 SHA512 
05c372c25142dc6726fa5475cdda433f5ecae1d0f92f87c50ca7bc26fb99f8ae369a1a8cb6ec5e909280c81f32c92ac23892fbd6326b8e1cf032abcf42c0d894
 WHIRLPOOL 
c028031122367ba578418709c130348b50c0db2dc1d11bcd098067d6a39e750dd38aaa1178201e2104ee22ae8ccbfc2f699c7a6d9fde2af2b4ff131435da8842
 DIST xlsxwriter-0.9.2-tests.zip 27275933 SHA256 
a78ff7620e725412668489eea2987ac5e491fada4354ac6e0124fb296f0a1d5f SHA512 
fe0c00e251b5a07e132c6bd2ddb19c95eb0782f00e35085895361500213695313370baacfa83317af814d5ab740ac8a6489fd96d5e9a3184bb2ea710683d2028
 WHIRLPOOL 
29f1e873fe72e29e99dd4b3ab3355baa3129fbf11bbe21a8e69202935c7c7e6ba5384e8d5c743127cc4d5585246c55c2341439ff722b5ee7b5a85ffc66c51d40
+DIST xlsxwriter-0.9.8-tests.zip 28345992 SHA256 
c4df6f881d871ae4052d6a864b02a6129edae6d71e0791fff412fd7ce8ffe596 SHA512 
a30cf917642100d3ffb9616809e4860593ccfa271beed0baa757ccf6f0822af05daf602d67773ce1b5af020ead108bf7a844dafb426c020c9adaed19cc7aad29
 WHIRLPOOL 
833d95f2d59a05873a690d0245a9c9a265169efdaabee0f975dfc643cfa67dafcac9555e57c6ac04851d10e1f5ca9c58486539eda0fe6105ed9172bbbd435422

diff --git a/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild
new file mode 100644
index 000..aca5569eed8
--- /dev/null
+++ b/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN="XlsxWriter"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python module for creating Excel XLSX files"
+HOMEPAGE="https://github.com/jmcnamara/XlsxWriter;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+   test? ( 
https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${PV}.zip -> 
${P}-tests.zip )
+
+"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( app-arch/unzip
+   dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}"/${MY_P}
+
+python_prepare_all() {
+   if use test; then
+   cp -r "${WORKDIR}"/${MY_PN}-RELEASE_${PV}/${PN}/test ${PN}/ || 
die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test -v -v || die
+}



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

2017-07-12 Thread Sebastien Fabbro
commit: 730e3249f7e37c2d58aeb095b4a22d5f9b51e469
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jul 12 19:27:32 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jul 12 19:28:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730e3249

dev-python/ipython: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/ipython/Manifest |   1 +
 dev-python/ipython/ipython-5.4.1.ebuild | 128 
 2 files changed, 129 insertions(+)

diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest
index 6dd80614e55..d0d26013f90 100644
--- a/dev-python/ipython/Manifest
+++ b/dev-python/ipython/Manifest
@@ -1,2 +1,3 @@
 DIST ipython-3.2.1.tar.gz 10884249 SHA256 
c913adee7ae5b338055274c51a7d2b3cea468b5b316046fa520cd8a434b09177 SHA512 
de7723e3b859d21a58a24456c76c8d8ec98c019f290f61269f46270e7647d2b49a98671138fecd75cb6f46384fde7e09618eb5c85c175e0e442c7fae7328d8fe
 WHIRLPOOL 
9f020c167559259931dcb177d0c3a5211939632e5775c2627795ba390cf57bd62c378c15b7ee9b9ed2079180f8df8e062eb9673ed9cfc025a56f1da82c9428d1
 DIST ipython-5.3.0.tar.gz 4967956 SHA256 
bf5e615e7d96dac5a61fbf98d9e2926d98aa55582681bea7e9382992a3f43c1d SHA512 
41706d7521cc84f36f5580dc44cd91832a60aa8a7a946d15a9ec9563649b9ae97931b9f135f1fdbaecbcb0b9b925d467edfd6eec7f8c82309872047be77b598d
 WHIRLPOOL 
96478b15fd4928d11da35dbbaba6492ff12cf739c06b6f9cf8fdd827060baf5c07d093c3e340792b62102f85ada0b6ea29adc742b784ad21e5292cde09a6fa25
+DIST ipython-5.4.1.tar.gz 4973571 SHA256 
afaa92343c20cf4296728161521d84f606d8817f963beaf7198e63dfede897fb SHA512 
b37dae27a558585ec4f42fa22e86380ac81990207ec680fc7b0e6f97ac81c99d915cfe77488bc0b91a61c34e0c00b323df08aa06b142ce0fc88ce30203102907
 WHIRLPOOL 
e91e719a681c29e8ecd3e08ade470adcefb957ffddfa601f89306c19b6f6e80fa793a603948fb9fd697884474f2559ece30456be27d9034448cb618217a8cfa1

diff --git a/dev-python/ipython/ipython-5.4.1.ebuild 
b/dev-python/ipython/ipython-5.4.1.ebuild
new file mode 100644
index 000..25d5da759d3
--- /dev/null
+++ b/dev-python/ipython/ipython-5.4.1.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE='readline,sqlite,threads(+)'
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Advanced interactive shell for Python"
+HOMEPAGE="http://ipython.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 +smp test wxwidgets"
+
+CDEPEND="
+   dev-python/decorator[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.10.0[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pickleshare[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/simplegeneric[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
+   wxwidgets? ( $(python_gen_cond_dep 
'dev-python/wxpython:*[${PYTHON_USEDEP}]' 'python2*') )
+"
+
+RDEPEND="${CDEPEND}
+   virtual/python-pathlib[${PYTHON_USEDEP}]
+   notebook? (
+   dev-python/notebook[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   )
+   nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep \
+   
'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*')
+   dev-python/typing[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   )
+   doc? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )"
+
+PDEPEND="
+   qt4? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
+   qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
+   smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch )
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_prepare_all() {
+   # Remove out of date insource files
+   rm IPython/extensions/cythonmagic.py || die
+   rm IPython/extensions/rmagic.py || die
+
+   # Prevent un-needed download during build
+   if use doc; then
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i 
docs/source/conf.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs 

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

2017-07-12 Thread Sebastien Fabbro
commit: 8a289271662e2dd706f5589b4c208356bd5fdbbb
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jul 12 19:28:16 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jul 12 19:28:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a289271

dev-python/pandas: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pandas/Manifest |   1 +
 dev-python/pandas/pandas-0.20.3.ebuild | 157 +
 2 files changed, 158 insertions(+)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index 80b1bf9ae5b..299a7776968 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -3,3 +3,4 @@ DIST pandas-0.17.0.tar.gz 6508621 SHA256 
320d4fdf734b82adebc8fde9d8ca4b05fe155a7
 DIST pandas-0.17.1.tar.gz 6674479 SHA256 
cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837 SHA512 
9d9f9064585b1f3551625e0c8f4eedaaa1253790c2a5cb28e58e70eb805cc18f9770d793aa748cbd76798488ff60efdd01eb4b21daf5ad8f1dc4d9c050487234
 WHIRLPOOL 
5238575bd64b8d38db4f9a0ea987a7f78ffd1821e5a22bad65c84c407feca3af6f3b536a0a2f337291aa04e94c86fdb40382dad4ce50f8a33a5e26d655c628c2
 DIST pandas-0.19.1.tar.gz 8360233 SHA256 
2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421 SHA512 
6451990a7fae8c6db8ab0b014a13b4f1828754d3998f13c17b111f891fb9fd23f8e09b907623096dfa55668c42298eee1373210a9fddb95f56dd7d552b964e6f
 WHIRLPOOL 
700c0d819ab62134baf56430b7fa8840636ea377d00397341d33ec5f13474d9eeefea245aede80a80f7c16348ef811788947e5fe0020c9770005c74dd1288ef3
 DIST pandas-0.20.1.tar.gz 10307434 SHA256 
42707365577ef69f7c9c168ddcf045df2957595a9ee71bc13c7997eecb96b190 SHA512 
d477a815914c825efd6430f7eb19f3f9115c1c4ab03000ca6d4f64023f7b5f53eff512792fea2d8b33c7febb3667fc3a3de55f11eeb453f285cae40e6b473707
 WHIRLPOOL 
fca35c7178441e3cfe990740aecba923d8b3d56d70fa7b0285b09305a0d2f7a6ad01bb906d6d92748a038a3841cda783f01f75f93b67f15c53c9854a43819841
+DIST pandas-0.20.3.tar.gz 10402185 SHA256 
a777e07633d83d546c55706420179551c8e01075b53c497dcf8ae4036766bc66 SHA512 
891c7e04d075f96fadf3775e903472e279eaeaa4509eb0da81a74261a3ed86ff309de0b5a2c100ee93dd968fed1df6d7e426ca78785b2b36785fe7679218fdc5
 WHIRLPOOL 
7a2a09e0a0d74cad4c8c89b63ecebad73e8defc99f17cbcd0ab56ca23cf9b1eb7c142b07d52ce9e53c7409ace0d4f71df9c855fef9817fa74f48b90bb51e6cf5

diff --git a/dev-python/pandas/pandas-0.20.3.ebuild 
b/dev-python/pandas/pandas-0.20.3.ebuild
new file mode 100644
index 000..a28647857c1
--- /dev/null
+++ b/dev-python/pandas/pandas-0.20.3.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+VIRTUALX_REQUIRED="manual"
+
+inherit distutils-r1 eutils flag-o-matic virtualx
+
+DESCRIPTION="Powerful data structures for data analysis and statistics"
+HOMEPAGE="http://pandas.pydata.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc -minimal full-support test X"
+
+MINIMAL_DEPEND="
+   >dev-python/numpy-1.7[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   ! /dev/null
+   "${EPYTHON}" -c "import pandas; pandas.show_versions()" || die
+   PYTHONPATH=. MPLCONFIGDIR=. \
+   virtx nosetests --verbosity=3 -A "${test_pandas}" pandas
+   popd > /dev/null
+}
+
+python_install_all() {
+   if use doc; then
+   dodoc -r "${BUILD_DIR}"/lib/doc/build/html
+   einfo "An initial build of docs is absent of references to 
statsmodels"
+   einfo "due to circular dependency. To have them included, 
emerge"
+   einfo "statsmodels next and re-emerge pandas with USE doc"
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "accelerating certain types of NaN evaluations, using 
specialized cython routines to achieve large speedups." dev-python/bottleneck
+   optfeature "accelerating certain numerical operations, using multiple 
cores as well as smart chunking and caching to achieve large speedups" 
">=dev-python/numexpr-2.1"
+   optfeature "needed for pandas.io.html.read_html" 
dev-python/beautifulsoup:4 dev-python/html5lib dev-python/lxml
+   optfeature "for msgpack compression using blosc" dev-python/blosc
+   optfeature "necessary for Amazon S3 access" dev-python/boto
+   optfeature "needed for pandas.io.gbq" dev-python/httplib2 
dev-python/setuptools dev-python/python-gflags 
">=dev-python/google-api-python-client-1.2.0"
+   optfeature "Template engine for conditional HTML formatting" 
dev-python/jinja
+   optfeature "Plotting support" dev-python/matplotlib
+   optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" 
dev-python/xlsxwriter dev-python/xlrd 

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

2017-07-12 Thread Sebastien Fabbro
commit: d6071a10d7ff2cc750d72b5f1bad4fd9a4690d50
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jul 12 19:05:27 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jul 12 19:28:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6071a10

dev-python/ipykernel: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/ipykernel/Manifest   |  1 +
 dev-python/ipykernel/ipykernel-4.6.1.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index f463b9808d3..ec784946280 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -2,3 +2,4 @@ DIST ipykernel-4.2.2.tar.gz 80780 SHA256 
a876da43e01acec2c305abdd8e6aa55f052bab1
 DIST ipykernel-4.3.1.tar.gz 83268 SHA256 
8219d3eaa3e4d4efc5f349114e41a40f0986c91a960846bb81d5da817fb7cc3f SHA512 
0dfa24e75a0cc901b9d522cef60d658c4ac77be3d9372a71c7b3ef7869579fee1201bfb688f90e6a50f04e0ea84f7406c4b1d114311660107ec612ad16a4057b
 WHIRLPOOL 
bcf39e21d1de208ef2ef38c22edbcac16c152984bb4e94c878003eb45002166b2b7051f81f616b15a9cded4434c76119b12d1b80a65359f2224368452d494db9
 DIST ipykernel-4.4.1.tar.gz 87373 SHA256 
6d48398b3112efb733b254edede4b7f3262c28bd19f665b64ef1acf6ec5cd74f SHA512 
739eb21deadf678bb4826832905039c353714e7ef5dfdffeca6f43873b4834662741a4a9a8500f5fb83fbd0a580ec0b7a2ebe4519a3d36b521f11a7b5d1e61d6
 WHIRLPOOL 
bed33142e5282b95dcad355ab580bfecf26889f70f0a4ffca0d69cd6779a32e6fd25bb0c8aa3562a415ebddc50af2c0a9d54f6e5403976f142459a865302b25b
 DIST ipykernel-4.5.2.tar.gz 88282 SHA256 
5a54f25f0e6c8ee74c362c23f9a95e10e74c6b7f5ef42059c861ff6f26d89462 SHA512 
98552dec167b43eff3f57c3ce77d2a3f9ec0993a4df4d70f363a3c8bce0355d79c847aa9974e87926709018f616bd9f044f646b96822843abce6dbe0e48f69c0
 WHIRLPOOL 
c410eb132c4c2cd68df271d7cdcd2b8f6355cac4eef0719549c0ca49f1bea82e0adb36b05a04c904cd6339914c2356dd0c9f90fd70fc35fe31fc2e775d57dcd6
+DIST ipykernel-4.6.1.tar.gz 90591 SHA256 
2e1825aca4e2585b5adb7953ea16e53f53a62159ed49952a564b1e23507205db SHA512 
3124534a8a059056211ac573784c491ba18d6e936292523382a9604af10bc2c911b14f49f7625242e29189b46c673da25244f3c9dfa3148d460ba4e466eef001
 WHIRLPOOL 
b1ea3e7cc42a41ce4c6b3a69e2e1bd7c1ad0fe63efdcffc817d8a72ce746cbe5281ec7a8e915673bb7c8e6f1bee639e4e12e73336bc236d7d6f96cf8b97b3162

diff --git a/dev-python/ipykernel/ipykernel-4.6.1.ebuild 
b/dev-python/ipykernel/ipykernel-4.6.1.ebuild
new file mode 100644
index 000..d0ddc55f8da
--- /dev/null
+++ b/dev-python/ipykernel/ipykernel-4.6.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython Kernel for Jupyter"
+HOMEPAGE="https://github.com/ipython/ipykernel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   dev-python/jupyter_client[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.1.0[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/nose_warnings_filters[${PYTHON_USEDEP}]
+   )
+   "
+
+python_test() {
+   nosetests --verbose ipykernel || die
+}



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

2017-07-12 Thread Mike Pagano
commit: 65e5e8ad1ee1113953bfbfce744cc4b91a15b568
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 12 19:18:12 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 12 19:18:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e5e8ad

sys-kernel/gentoo-sources: Linux patch 4.11.10

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 811d798886a..c44cb4f2d85 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -56,6 +56,9 @@ DIST genpatches-4.11-10.extras.tar.xz 17352 SHA256 
042b29aad1db46eb33b8757f6476f
 DIST genpatches-4.11-11.base.tar.xz 275908 SHA256 
347be60f18d091c7de9975a80b3620d36d07623d95be4c20c28c8fbdbbf01e8d SHA512 
602e9c0de20f5be21ca54ccfe7464e1bcd77d4b3fa20dff606dcfdc8ddcbdf4996b2df5d8217a040e82752ea4f45b1104791d8b6fea638d7fd34ecd205abf248
 WHIRLPOOL 
ff7d0f54234acbac7af867ae8ca478b6bfb299fd13fe393a84a5aaec96fdd45c69c74b53b6b3e7d582759eaf4e0d87d5ed4a773ce8903c04d16fa5fef0c41c93
 DIST genpatches-4.11-11.experimental.tar.xz 106604 SHA256 
f53b0eb113143b3f588984e17605bf3b1e7db1a744b88e6777c7e3a2a350d4f2 SHA512 
3990a6a395b50fd655a7373c191e4d6a5a9e041254acd46471519b126175c642629bbcb002a29108bd9b46c3f8080052db648843e17b6e76a9195d16acfbbc2c
 WHIRLPOOL 
033a7015f5ea59ba6f6089e6b3ef136c01ee71e93349fab5b9bf312355615bac72bc035bb3114239306ef7a015ce4ea49a3dd7c5db45ac89d1019ff8614ff6f2
 DIST genpatches-4.11-11.extras.tar.xz 17344 SHA256 
16e944f7cfc2e610aeee7dedd2551e5926f7fb24e616fafab72695f6498e3061 SHA512 
1b46abee1529c1f951d6736a60e1d49cbe775866d9a1efbd3fa5e133db378c9e7e7e27428b5a26a27e67a3d7083451bc605f2e901406c3f47fc0472e5845abdf
 WHIRLPOOL 
e7abdbfc19469be0176fd3d9ca7d083655d774716423262b282b7bc498983e531a8dad1683b7675f32f53adc2721236691527485047cb31207bc931c59303663
+DIST genpatches-4.11-12.base.tar.xz 284600 SHA256 
162eb26d41dd03bfbc1bf972df23ca4c1c70bb30ea1b7618392dcdf9392c7507 SHA512 
5dd686e5dad5f9916e1edf5f81aa5a6a86f58de9dd38adbc722ffd838e0996acafc9b29f39e894fa9c46195242124044334ba218559395412025769e27827f96
 WHIRLPOOL 
31f6204dfe2b598d490625420ff48f32ab2b2db141a7ffd56e72aec14e052b93eb6760cff345d9b8bf38bc9d6efc4e3aa3e66554eb74e0513b05fc08ec16953a
+DIST genpatches-4.11-12.experimental.tar.xz 106564 SHA256 
9de7bd69cfcc203b3637826a8d0234a157bdaf36b6ea3d28e799b5bdfa889353 SHA512 
cbf4a4f3fc08c2fd12e6f6e2e59fa1a84769bc88d2eee5f5293f0b8238a23e0d65dc532af5e6bf18a8e7e5c10ede6a80d62d311efc2fd2f646c8df56348a59ba
 WHIRLPOOL 
afd79c1595b1e89ef785df3932e5e4f3b9f5f0a8a3c588feb91abe1a5b2f43e004a5949754e62ed123b61348a15fce1f4d5ccedcb6f00141fb1c2f6750c77e5c
+DIST genpatches-4.11-12.extras.tar.xz 17344 SHA256 
a8e11e00e3c635333efc943a65280e48aef3cc6b97bbeba1c99f1bad550e12c4 SHA512 
8b5beba256adce91d3c0de7f0baec2e4fdf470f96e976a34729d1aaf59137d1ee5f4a1a5673bed0411fa31f4b2fa427a7c71cf0bd1a222a6c50ae008a09220e7
 WHIRLPOOL 
4a2670ccf3a13c1948ed36a6c49601477ff18bc7d6beedcbca3c12fd04542e3b9dd51b2926556bbc4adaf7413f5eecb63d8220982eae037dae7937c666d46600
 DIST genpatches-4.11-9.base.tar.xz 228412 SHA256 
094cf6debebc1a5d5615bc099de2fe4772b873ffc6e5b117cf721d04e5fbdb43 SHA512 
dc2201c845fe68ad9ef35c960eb15aa8b3fd2b45084c15303fd1527a3e2b2095132d80a41511e9a50034c776b9f2951a13984b36a178f281c6fe89e3aa15e1e8
 WHIRLPOOL 
12cf8556f66f84d5c33fca23f4645b49f5c2686037627c2a74c48a463c56525ef8d6b90e4f41104c5d30da149cc69e26615be55bf3067f766ef0896dc2c11d81
 DIST genpatches-4.11-9.experimental.tar.xz 106600 SHA256 
e2aac36f6efd04cea03c35a73187b246ae42d56c6657b922057636f9f198f12c SHA512 
731647428003123688ace6a9053d8b48f4c5d8ce96b7c6077b2727864b27e5dab0344c7bbcfd996c668518d68c6171d679fe367d25a6af8278133fdc7ec660db
 WHIRLPOOL 
7315f7c419ddc202b167cc145e90d7ff07d8b60a441ee1145b176e0b6425580a9273f17a788bb781ae67071f3c46ca2f50180ae1d18755a9117c3c8a36827eb5
 DIST genpatches-4.11-9.extras.tar.xz 17352 SHA256 
f7691170d75d64dc6c10c851f6e63bfda22f971a104be8e67b53887328aa3fe9 SHA512 
39a64e21fb3968aafe2f71cacaccb2f300f6da202db38021a44c82382eb894c548c422402153d98768c58da0bf16efda4ee62436b065e0819f81a42fbb8382ca
 WHIRLPOOL 
ba3b71c896b9423bf4b9f0b4a5401641008910f7dad89f891737cf11cbfb62fabe4e9874c345b0bcb1b0d78b5ead44f32738e74417902cbb4111fd0c2e62e077

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.11.10.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.11.10.ebuild
new file mode 100644
index 000..f3862eadebc
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.11.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="12"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha 

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

2017-07-12 Thread Pacho Ramos
commit: 9549c03a9329e496832bf95c807a6b5890718809
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 18:46:48 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 19:00:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9549c03a

dev-python/django-compressor: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django-compressor/django-compressor-1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-compressor/django-compressor-1.5.ebuild 
b/dev-python/django-compressor/django-compressor-1.5.ebuild
index 2a922f3896f..9b054db211e 100644
--- a/dev-python/django-compressor/django-compressor-1.5.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1
 



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

2017-07-12 Thread Pacho Ramos
commit: f0bd557cacb47037d3cfb0c0926cfe13f47b7bc5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 18:57:42 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 19:00:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bd557c

dev-python/pyopencl: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pyopencl/pyopencl-2016.1.ebuild | 4 ++--
 dev-python/pyopencl/pyopencl-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyopencl/pyopencl-2016.1.ebuild 
b/dev-python/pyopencl/pyopencl-2016.1.ebuild
index b9058eb16c1..f61d50f65f4 100644
--- a/dev-python/pyopencl/pyopencl-2016.1.ebuild
+++ b/dev-python/pyopencl/pyopencl-2016.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pyopencl/pyopencl-.ebuild 
b/dev-python/pyopencl/pyopencl-.ebuild
index 5dabcf6562d..51361d48955 100644
--- a/dev-python/pyopencl/pyopencl-.ebuild
+++ b/dev-python/pyopencl/pyopencl-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-2
 



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

2017-07-12 Thread Pacho Ramos
commit: 5fd786b6c8d57a7539a89dae624fbd758d3620e0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 18:53:15 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 19:00:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd786b6

dev-python/pykwalify: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/pykwalify/pykwalify-.ebuild 
b/dev-python/pykwalify/pykwalify-.ebuild
index 2d094ad15a2..dd949574735 100644
--- a/dev-python/pykwalify/pykwalify-.ebuild
+++ b/dev-python/pykwalify/pykwalify-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/

2017-07-12 Thread Austin English
commit: 78b2820671a157036044489fd4c18cffc9c5101e
Author: Austin English  gentoo  org>
AuthorDate: Wed Jul 12 18:50:41 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jul 12 18:51:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b28206

www-apps/chromedriver-bin: version bump to 2.30

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 .../chromedriver-bin/chromedriver-bin-2.30.ebuild  | 24 ++
 1 file changed, 24 insertions(+)

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild
new file mode 100644
index 000..e17262ea0c4
--- /dev/null
+++ b/www-apps/chromedriver-bin/chromedriver-bin-2.30.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="WebDriver for Chrome"
+HOMEPAGE="https://sites.google.com/a/chromium.org/chromedriver;
+SRC_URI="amd64? ( 
https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux64.zip )
+   x86? ( 
https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux32.zip )"
+
+LICENSE="google-chrome"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="www-client/google-chrome"
+
+S="${WORKDIR}"
+QA_PREBUILT="usr/bin/chromedriver"
+
+src_install()
+{
+   dobin chromedriver
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/

2017-07-12 Thread Austin English
commit: d9ebfd62adfcad94e1a061802bd0ef6d3fcb3eb2
Author: Austin English  gentoo  org>
AuthorDate: Wed Jul 12 18:49:21 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jul 12 18:51:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ebfd62

www-apps/chromedriver-bin: chromium isn't a actually supported, remove
it as an RDEPENDS option

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force

 www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild
index d36367f117e..e17262ea0c4 100644
--- a/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild
+++ b/www-apps/chromedriver-bin/chromedriver-bin-2.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="|| ( www-client/google-chrome www-client/chromium )"
+RDEPEND="www-client/google-chrome"
 
 S="${WORKDIR}"
 QA_PREBUILT="usr/bin/chromedriver"



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

2017-07-12 Thread Alexis Ballier
commit: 46433b84b5ab00a3f7449558b7b8391f2c007c64
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:10:16 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46433b84

dev-ruby/arel: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/arel/arel-8.0.0.ebuild b/dev-ruby/arel/arel-8.0.0.ebuild
index 3ad2c6bff86..fab0119f07c 100644
--- a/dev-ruby/arel/arel-8.0.0.ebuild
+++ b/dev-ruby/arel/arel-8.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rails/arel;
 SRC_URI="https://github.com/rails/arel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1).0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "



[gentoo-commits] repo/gentoo:master commit in: app-dicts/canna-2ch/

2017-07-12 Thread Alexis Ballier
commit: b5f93d7aedf8a18195b7b2b87d70f4b83cb1f3e1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:09:22 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f93d7a

app-dicts/canna-2ch: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-dicts/canna-2ch/canna-2ch-20040519.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/canna-2ch/canna-2ch-20040519.ebuild 
b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
index 38918f7084d..623b3f9f842 100644
--- a/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
+++ b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~naota/files/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="canna"
 
 DEPEND="canna? ( app-i18n/canna )"



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

2017-07-12 Thread Alexis Ballier
commit: c6d8189cd7f5520fbb89f61702cedf0a2fe78eb1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:10:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d8189c

dev-ruby/activerecord: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/activerecord/activerecord-5.1.2.ebuild 
b/dev-ruby/activerecord/activerecord-5.1.2.ebuild
index 4732f3637a6..9ae2715b10d 100644
--- a/dev-ruby/activerecord/activerecord-5.1.2.ebuild
+++ b/dev-ruby/activerecord/activerecord-5.1.2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~amd64-linux"
 IUSE="mysql postgres sqlite"
 
 RUBY_S="rails-${PV}/${PN}"



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

2017-07-12 Thread Alexis Ballier
commit: 80203b1de13ea6b232a4189ba14fa79437c04477
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:11:49 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80203b1d

media-libs/spandsp: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 4f7faa4d834..41119e8d7b7 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mime-types-data/

2017-07-12 Thread Alexis Ballier
commit: 07c4b4b335ca847a5757f842989ecd7f8a7269f9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:11:18 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c4b4b3

dev-ruby/mime-types-data: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild
index aba5a52563f..c12bb1fbef7 100644
--- a/dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild
+++ b/dev-ruby/mime-types-data/mime-types-data-3.2016.0521.ebuild
@@ -17,5 +17,5 @@ HOMEPAGE="https://github.com/mime-types/mime-types-data;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~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 ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""



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

2017-07-12 Thread Alexis Ballier
commit: 1dae1b304693da8de6a5b62bd318c886fae5d492
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:12:06 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dae1b30

sci-libs/metis: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/sci-libs/metis/metis-4.0.3.ebuild 
b/sci-libs/metis/metis-4.0.3.ebuild
index 9732f18f948..73b9671feac 100644
--- a/sci-libs/metis/metis-4.0.3.ebuild
+++ b/sci-libs/metis/metis-4.0.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www-users.cs.umn.edu/~karypis/metis/metis/;
 SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/OLD/${P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 LICENSE="free-noncomm"
 IUSE="doc static-libs"
 



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

2017-07-12 Thread Alexis Ballier
commit: 7c3daab9361ad3f88e5e5a8ac99e5752cd20d582
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:09:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3daab9

dev-cpp/yaml-cpp: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild 
b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
index 5ff8e480a24..a857f75d61b 100644
--- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
+++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jbeder/${PN}/archive/release-${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=">=dev-libs/boost-1.49.0-r2"



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

2017-07-12 Thread Alexis Ballier
commit: df31d95ccb50463e0bd090412a92bab957643158
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:11:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df31d95c

dev-ruby/mime-types: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/mime-types/mime-types-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-3.1.ebuild 
b/dev-ruby/mime-types/mime-types-3.1.ebuild
index 9b825a44351..1a55b9614e1 100644
--- a/dev-ruby/mime-types/mime-types-3.1.ebuild
+++ b/dev-ruby/mime-types/mime-types-3.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 
dev-ruby/minitest-bonus-assertions:2 dev-ruby/minitest-hooks:1 )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/rhino/

2017-07-12 Thread Alexis Ballier
commit: d62a9e1efaa7d0f7e60d381289e867a8231d9a37
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:09:38 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 18:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62a9e1e

dev-java/rhino: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/rhino/rhino-1.7.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/rhino/rhino-1.7.7-r1.ebuild 
b/dev-java/rhino/rhino-1.7.7-r1.ebuild
index 134b07cdd7c..6183419c40e 100644
--- a/dev-java/rhino/rhino-1.7.7-r1.ebuild
+++ b/dev-java/rhino/rhino-1.7.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -23,7 +23,7 @@ HOMEPAGE="http://www.mozilla.org/rhino/;
 
 LICENSE="MPL-1.1 GPL-2"
 SLOT="1.6"
-KEYWORDS="amd64 ~arm ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 IUSE=""
 
 # ../rhino-Rhino1_7_7_RELEASE



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

2017-07-12 Thread Austin English
commit: 1893752ce39ad2237260bfb60139a3f1989a9df5
Author: Austin English  gentoo  org>
AuthorDate: Wed Jul 12 18:26:04 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jul 12 18:33:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1893752c

dev-util/repo: host download on my devspace to workaround broken upstream mirror

Gentoo-Bug: https://bugs.gentoo.org/614858
Gentoo-Bug: https://bugs.gentoo.org/619876
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/repo/Manifest| 2 +-
 dev-util/repo/repo-1.12.37.ebuild | 6 --
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-util/repo/Manifest b/dev-util/repo/Manifest
index 4557d94d640..880e6b55772 100644
--- a/dev-util/repo/Manifest
+++ b/dev-util/repo/Manifest
@@ -1 +1 @@
-DIST repo-1.12.37.tar.gz 115095 SHA256 
ea65450d2965ec5cfd6970f47f510141fc0332333caa5498b152e22cc6252690 SHA512 
c033772667134bc0f362678e82bbf6b0b6996fcf6675062cebb0fc55c59c1866ba00554105fbe16c50986b9b4c5bcd4b01fffa8ca9f2ecb989a6f3d5b94ded53
 WHIRLPOOL 
e0460e5dfdd085bee5516fc39a7840d6f76b61696e3356b6bce5da18250555c95d08294a7fe378563489312640d6a1d2105b7ab9df78df457664d6cd922a242f
+DIST repo-1.12.37.tar.gz 115098 SHA256 
31e374155eba54b18fae966ef3fb9290378c29fd8c15085cc70e8007a3227c66 SHA512 
3ff6b5c3bcc8fba1861102035b86b59137e7dcebeab7a0fb01672da28473e1912c3cbac7c085e9b8d3fce404bd18095ba022d4978d83833f666bd31d621d5953
 WHIRLPOOL 
5025f0fb2b2fe84ddbfdc4d8585243ac80276f1906f50bf878a2c804cfdb357973c9d6ac282338c366f3cbdee74ccafaa80d69a16ab8b9dbbf00b8ac07e97376

diff --git a/dev-util/repo/repo-1.12.37.ebuild 
b/dev-util/repo/repo-1.12.37.ebuild
index 5dbc811d973..ba92c75316c 100644
--- a/dev-util/repo/repo-1.12.37.ebuild
+++ b/dev-util/repo/repo-1.12.37.ebuild
@@ -3,14 +3,16 @@
 
 EAPI=6
 
-# 3.x is currenlty very buggy, only 2.7 actually works
+# 3.x is currently very buggy, only 2.7 actually works
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-r1
 
 DESCRIPTION="Google tool for managing git, particularly multiple repos"
 HOMEPAGE="https://android.googlesource.com/tools/repo;
-SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+# Should be:
+#SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~wizardedit/dist/repo-${PV}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/

2017-07-12 Thread Andreas Sturmlechner
commit: 4c284e6933849f3e0a4cbccd67a20ff4d682b896
Author: Jonathan Christison  redhat  com>
AuthorDate: Wed Jul 12 17:32:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 12 18:23:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c284e69

kde-apps/kdenlive: Raise media-libs/mlt minimum version to 6.4.0

Closes: https://github.com/gentoo/gentoo/pull/5099

 kde-apps/kdenlive/kdenlive-17.04.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdenlive/kdenlive-17.04.2.ebuild 
b/kde-apps/kdenlive/kdenlive-17.04.2.ebuild
index 2135d841c8d..fdbc136769e 100644
--- a/kde-apps/kdenlive/kdenlive-17.04.2.ebuild
+++ b/kde-apps/kdenlive/kdenlive-17.04.2.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   >=media-libs/mlt-6.0.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
+   >=media-libs/mlt-6.4.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
freesound? ( $(add_qt_dep qtwebkit) )



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

2017-07-12 Thread Brian Evans
commit: 674f31b03d6e120fbcbe7033160e284a9e6de48c
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 12 17:59:12 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 12 17:59:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674f31b0

dev-lang/php: 7.1.7 - Clean up dependencies enforced by REQUIRED_USE

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/php/php-7.1.7.ebuild | 32 +++-
 1 file changed, 7 insertions(+), 25 deletions(-)

diff --git a/dev-lang/php/php-7.1.7.ebuild b/dev-lang/php/php-7.1.7.ebuild
index 60720c867e8..05df33e58a1 100644
--- a/dev-lang/php/php-7.1.7.ebuild
+++ b/dev-lang/php/php-7.1.7.ebuild
@@ -57,20 +57,10 @@ COMMON_DEPEND="
sys-libs/db:4.5 ) )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
-   cjk? ( !gd? (
-   virtual/jpeg:0
-   media-libs/libpng:0=
-   sys-libs/zlib
-   ) )
coverage? ( dev-util/lcov )
crypt? ( >=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
-   exif? ( !gd? (
-   virtual/jpeg:0
-   media-libs/libpng:0=
-   sys-libs/zlib
-   ) )
firebird? ( dev-db/firebird )
gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
gdbm? ( >=sys-libs/gdbm-1.8.0 )
@@ -102,11 +92,7 @@ COMMON_DEPEND="
libressl? ( dev-libs/libressl )
)
tidy? ( || ( app-text/tidy-html5 app-text/htmltidy ) )
-   truetype? (
-   =media-libs/freetype-2*
-   !gd? (
-   virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
-   )
+   truetype? ( =media-libs/freetype-2* )
unicode? ( dev-libs/oniguruma )
wddx? ( >=dev-libs/libxml2-2.6.8 )
webp? ( media-libs/libwebp )
@@ -114,11 +100,7 @@ COMMON_DEPEND="
xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv )
xmlreader? ( >=dev-libs/libxml2-2.6.8 )
xmlwriter? ( >=dev-libs/libxml2-2.6.8 )
-   xpm? (
-   x11-libs/libXpm
-   virtual/jpeg:0
-   media-libs/libpng:0= sys-libs/zlib
-   )
+   xpm? ( x11-libs/libXpm )
xslt? ( dev-libs/libxslt >=dev-libs/libxml2-2.6.8 )
zip? ( sys-libs/zlib )
zlib? ( sys-libs/zlib )
@@ -140,11 +122,11 @@ DEPEND="${COMMON_DEPEND}
 # Without USE=readline or libedit, the interactive "php -a" CLI will hang.
 REQUIRED_USE="
cli? ( ^^ ( readline libedit ) )
-   truetype? ( gd )
-   webp? ( gd )
-   cjk? ( gd )
-   exif? ( gd )
-   xpm? ( gd )
+   truetype? ( gd zlib )
+   webp? ( gd zlib )
+   cjk? ( gd zlib )
+   exif? ( gd zlib )
+   xpm? ( gd zlib )
gd? ( zlib )
simplexml? ( xml )
soap? ( xml )



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

2017-07-12 Thread Mike Pagano
commit: 367ec9e6cf3369dee586f602040bb07e3cdfa6c5
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 12 17:36:39 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 12 17:36:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367ec9e6

sys-kernel/gentoo-sources: Linux patch 4.9.37

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b3f7b6277d4..811d798886a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -83,6 +83,9 @@ DIST genpatches-4.9-36.extras.tar.xz 17352 SHA256 
042b29aad1db46eb33b8757f6476f2
 DIST genpatches-4.9-37.base.tar.xz 842292 SHA256 
d0332e62cc84bf4545d7b1a487d6b36839e4a1751575e150fc9670d5c132804b SHA512 
58805f8af06656b97e51be66ab0ac040185dd88df68b932a09dfb9192f54d47dd4b558315f41bb45a9ae28be87a1b21b30ff36cb6541cd040676120ca9400c64
 WHIRLPOOL 
e5d1452c2b17c8f841f27ce9fb47ce857adeb4fa1319cdb1b2d58eab0817994d53af0307bd9af7dfb34b519b08c06226d1e16b1039166c211cc5aaadd62a7d59
 DIST genpatches-4.9-37.experimental.tar.xz 106408 SHA256 
a926aa3456fd6ebe151dfde8c7622023a79666d1a292ac818314cc676d0c87ff SHA512 
6c44f5fb7877957eeddd423efb1bb0b6fc759676228d1788f3afa028f04a5ac0629e37e732c2af85b38a8636afdbc1fe677aee6ec4e755b2fca8e7f60fc0d0a7
 WHIRLPOOL 
8b64ee74faaf2eafa7ae9f2f43d524f6f2d2cb039725fc6a8d9b25cee6ffae5b617a10f8b8a2870ed726906a96b104073f554cd5d3fd63d3bf5bdec78969473c
 DIST genpatches-4.9-37.extras.tar.xz 17344 SHA256 
16e944f7cfc2e610aeee7dedd2551e5926f7fb24e616fafab72695f6498e3061 SHA512 
1b46abee1529c1f951d6736a60e1d49cbe775866d9a1efbd3fa5e133db378c9e7e7e27428b5a26a27e67a3d7083451bc605f2e901406c3f47fc0472e5845abdf
 WHIRLPOOL 
e7abdbfc19469be0176fd3d9ca7d083655d774716423262b282b7bc498983e531a8dad1683b7675f32f53adc2721236691527485047cb31207bc931c59303663
+DIST genpatches-4.9-38.base.tar.xz 850108 SHA256 
42f5ed24f5a4d721a311f5d87f98bcfcf28305f1788ef107317f50f4124fe5cd SHA512 
11e9128db46628fe779d24278553818b6ae7f47bc0441f07f52ecd7ff70ba5fd883770ccf2f37a53c99d0cc6390331e54b2bfeca695f2d81e21938c2d29aed08
 WHIRLPOOL 
1f4ae81279dcc3556760e930ba0fd33ce8b6737196ceaa696f17900bca0b1d5bdbac3327f944c7ac84eae4e6fbcdc59c278ee6e6b7eba04560ae4d4c3c0d1ad3
+DIST genpatches-4.9-38.experimental.tar.xz 106396 SHA256 
d51d2ee8bb8cad9f4cdacac26f324b773000cdd4fdf1af6ec7fc1e4547218ca2 SHA512 
4bbd5d1fbc379f2b0c37bdc3c5046981133e8c6ea2643269908c54e4251e0dd0f8d7a10dff90fda400bd800cf36cbebee42cc0b42f934e4e2593bb2821946383
 WHIRLPOOL 
b82fb1cb2334dabeeb11e06db93e92a22c0b5bea260bbae89dcd0539312fa31e4e91f5add0c7d4ffeb51fcafee0021418f84a0269f85fe52ff8763598fda43ea
+DIST genpatches-4.9-38.extras.tar.xz 17344 SHA256 
a8e11e00e3c635333efc943a65280e48aef3cc6b97bbeba1c99f1bad550e12c4 SHA512 
8b5beba256adce91d3c0de7f0baec2e4fdf470f96e976a34729d1aaf59137d1ee5f4a1a5673bed0411fa31f4b2fa427a7c71cf0bd1a222a6c50ae008a09220e7
 WHIRLPOOL 
4a2670ccf3a13c1948ed36a6c49601477ff18bc7d6beedcbca3c12fd04542e3b9dd51b2926556bbc4adaf7413f5eecb63d8220982eae037dae7937c666d46600
 DIST genpatches-4.9-8.base.tar.xz 215420 SHA256 
4bbde563b43389798188b75c7e65412aaf5300348efeda63071cbd56f1e275e6 SHA512 
12641d4a11a8a4d40f16b9d0c62972de2baadc13481697c69a91a2b36844293f4edf207491ae087ce3378bdd0400856070e353c291f34d1cad02d3e3a6c73a36
 WHIRLPOOL 
98d63bb42729eb8518c6ea4a15cee2a41fe59a9f299bdde9ce86825bd3c563665a95da841b06817e3a4616fd38592737ad502173aa33a0b9eacd3fb31a42956d
 DIST genpatches-4.9-8.experimental.tar.xz 105608 SHA256 
217098bec005a1410b2dc1435841c2fc96d9f6022dd2973512d1b0f36e3c20d5 SHA512 
69546bc1d846697179aa287a4d1b708b962c0cdcf14b16acb4c696e8ffa38983a679d0f28c2d5df68046c68cc655add1c54c97bfa22f5867d9bba93612e67e2b
 WHIRLPOOL 
7fddabf8821a18607f765948457a44c689b3c527f2f630f1c3af614c8ba244663ed5d03dbaa5af27885d2d708069fa5f94b1c19aa23512806714522973371a59
 DIST genpatches-4.9-8.extras.tar.xz 17300 SHA256 
ba08353081cf07a73fb2a5b998c8dadeb94f6ede09ac177f2357925de9f50dd4 SHA512 
18ab24c59adc73bab4a49bc5537333ac6a7d11801afce8943ef42878d8b33341648b64d9fbc56be3a49fe6d9ec7728186eb40a348eedfb0b14ee1f5746e0ab4b
 WHIRLPOOL 
b352654885c3180a5599bc0a0acc3f9a3828d75ca5ef4a83c49258ca263822b02d974e273071bf913c82a919c4cdbc9283cee9b81edbc40ce640c11f7ad0775d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.37.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.37.ebuild
new file mode 100644
index 000..8d9d3b953a4
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.37.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="38"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm 

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

2017-07-12 Thread Alexis Ballier
commit: a7b7cd0abe72aba2a6da9c573190d4588f02abc1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 17:07:38 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 17:08:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b7cd0a

dev-libs/libtar: restrict tests, bug #526436

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libtar/libtar-1.2.20-r3.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/libtar/libtar-1.2.20-r3.ebuild 
b/dev-libs/libtar/libtar-1.2.20-r3.ebuild
index 8dab4e2db8b..ebbbfa56f78 100644
--- a/dev-libs/libtar/libtar-1.2.20-r3.ebuild
+++ b/dev-libs/libtar/libtar-1.2.20-r3.ebuild
@@ -21,6 +21,11 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}"
 
+# There is no test and 'check' target errors out due to mixing of automake &
+# non-automake makefiles.
+# https://bugs.gentoo.org/show_bug.cgi?id=526436
+RESTRICT="test"
+
 PATCHES=(
"${FILESDIR}"/${PN}-1.2.11-free.patch
"${FILESDIR}"/${PN}-1.2.11-impl-dec.patch



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

2017-07-12 Thread Amy Liffey
commit: 539d398299722092607ed7ca23586dcb0d35c7c8
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Jul 12 14:51:09 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Jul 12 14:57:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539d3982

app-crypt/codecrypt: version bump 1.7.6, clean up

- Clean up old versions 1.4*,1.6*

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-crypt/codecrypt/Manifest   |  3 +--
 app-crypt/codecrypt/codecrypt-1.4.1.ebuild | 22 --
 app-crypt/codecrypt/codecrypt-1.6.ebuild   | 22 --
 app-crypt/codecrypt/codecrypt-1.7.6.ebuild | 30 ++
 4 files changed, 31 insertions(+), 46 deletions(-)

diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest
index 592e34e5d5b..450088c5442 100644
--- a/app-crypt/codecrypt/Manifest
+++ b/app-crypt/codecrypt/Manifest
@@ -1,4 +1,3 @@
-DIST codecrypt-1.4.1.tar.gz 411794 SHA256 
a3b26bb4d9488bf0569d69db3de57f5109ce64c7900b568fc6da78c4c3fe920f SHA512 
d6c03d5e45346ed5c12350ae04e50eed936d45fce9e08ec2ddba8edb1bbbcfc2a3b7415a3f686af2e05630cab3c4ccfea2fe85c6fc471cface7e9038dd37425f
 WHIRLPOOL 
b37a5804a81876347ef690bfd7832c7e2a298313fec52b0517c36701fe5e34a8c701c62bd92d562a7f7d8a02b65e060bfc66acf9419f006a0bf60ae4aae049a1
-DIST codecrypt-1.6.tar.gz 436127 SHA256 
8d3ea24228160546f747feff3909f21814c280bbce41bfe71956c0a9069f95a5 SHA512 
d4e696956d034e2f3d212697c325bb90e6a998865890700e143572953e76e3b8adf3680a9b1fdf3ff8f24cd1c94125da97b587978b6870791a4307e1a75be08d
 WHIRLPOOL 
b8a335219b904b6bde11d4a11e612cc4b13962aa5ebe8ecaa99321f6fba5ac30a6b63d212eb4761279048361f69eb338248643157fd1d413caae436a9ec15070
 DIST codecrypt-1.7.2.tar.gz 446975 SHA256 
dfe932b6aa18e85d3f1f5324dd11f1b02a75e2225748d91e07020b31eb721906 SHA512 
4ad2ad9e665e486e353b48efff344436b276eac2dcbddcf4330796b8f1f06284eaeec9c4f4ef63f61e4477c3bce0973f60f76291dce11bee31a75658bee6a3a0
 WHIRLPOOL 
804980127104da801556a2bc09cd018a215a68c10147e0a2f2380e5f0c92f4063b390533d65a1a4d810e6c27ae912897a345a025d48362d2937c8e8ebfa5d527
 DIST codecrypt-1.7.5.tar.gz 464250 SHA256 
873b6849bfb2ac0a530935da43422a763bc5763a01026c467ebe164eb41c3cc3 SHA512 
237459ec4387f068d39946c1360e27b02f1cfd34a78eef0d3c3eccf31604f3d27b9e5c9c091b88257231bff02f7bf9fb82f7a9e8a8e8a6bbc27091c83ab1f880
 WHIRLPOOL 
ecfcfaf62e59d1f62000e7c1c4a290483c7731f90e1271b1b0acfbc58cf1ce0799b23cb616f5b4d8ee5fc5a2e670d5c148ea1d893abae63aed18dec87ec843a6
+DIST codecrypt-1.7.6.tar.gz 463999 SHA256 
6cb8728d7fee9eafdee1277fae810955f1c418755ccfa69ec8c1e86cac6c9873 SHA512 
1bd1432c75985d2ff968095bcb9e23ea2c6e91bd7009c9c50a5ab90123e14db0937e0a945a20a6c7f540a5b52e3f1d9ea2dbf779406d43a203f1d1bcafb94406
 WHIRLPOOL 
af45ef6d548ad5e39268ea408c54e2235a90566a22fe9dc9e38882c1ede093835460a81bae128e49272344e0332c2fe0379fcd6c2858d97f3c9521c9d0259d45

diff --git a/app-crypt/codecrypt/codecrypt-1.4.1.ebuild 
b/app-crypt/codecrypt/codecrypt-1.4.1.ebuild
deleted file mode 100644
index de7ae763d9a..000
--- a/app-crypt/codecrypt/codecrypt-1.4.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Post-quantum cryptography tool"
-HOMEPAGE="http://e-x-a.org/codecrypt/;
-SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cryptopp"
-
-DEPEND="dev-libs/gmp:=
-   cryptopp? ( dev-libs/crypto++ )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf \
-   $(use_with cryptopp)
-}

diff --git a/app-crypt/codecrypt/codecrypt-1.6.ebuild 
b/app-crypt/codecrypt/codecrypt-1.6.ebuild
deleted file mode 100644
index de7ae763d9a..000
--- a/app-crypt/codecrypt/codecrypt-1.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Post-quantum cryptography tool"
-HOMEPAGE="http://e-x-a.org/codecrypt/;
-SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cryptopp"
-
-DEPEND="dev-libs/gmp:=
-   cryptopp? ( dev-libs/crypto++ )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf \
-   $(use_with cryptopp)
-}

diff --git a/app-crypt/codecrypt/codecrypt-1.7.6.ebuild 
b/app-crypt/codecrypt/codecrypt-1.7.6.ebuild
new file mode 100644
index 000..9a1a3f9e686
--- /dev/null
+++ b/app-crypt/codecrypt/codecrypt-1.7.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Post-quantum cryptography tool"
+HOMEPAGE="http://e-x-a.org/codecrypt/;
+SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+cryptopp"
+
+DEPEND="dev-libs/gmp:=
+   cryptopp? ( dev-libs/crypto++ )
+

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

2017-07-12 Thread Pacho Ramos
commit: 6a471115c36895456b814d00f7c35ec676bb6469
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:33:44 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a471115

sys-auth/keystone: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-auth/keystone/keystone-11.0.2.ebuild  | 2 +-
 sys-auth/keystone/keystone-2016.2..ebuild | 4 ++--
 sys-auth/keystone/keystone-2017.1..ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-auth/keystone/keystone-11.0.2.ebuild 
b/sys-auth/keystone/keystone-11.0.2.ebuild
index cea21c5a4be..2b715799771 100644
--- a/sys-auth/keystone/keystone-11.0.2.ebuild
+++ b/sys-auth/keystone/keystone-11.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 user
 

diff --git a/sys-auth/keystone/keystone-2016.2..ebuild 
b/sys-auth/keystone/keystone-2016.2..ebuild
index 1fb29250b74..aa6f5ec0d1b 100644
--- a/sys-auth/keystone/keystone-2016.2..ebuild
+++ b/sys-auth/keystone/keystone-2016.2..ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 git-r3 user
 

diff --git a/sys-auth/keystone/keystone-2017.1..ebuild 
b/sys-auth/keystone/keystone-2017.1..ebuild
index 31db0acc8d9..a84d7277654 100644
--- a/sys-auth/keystone/keystone-2017.1..ebuild
+++ b/sys-auth/keystone/keystone-2017.1..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 git-r3 user
 



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

2017-07-12 Thread Pacho Ramos
commit: 42b16174acb722592360a2c5b4599ae53f21bd37
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:04:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b16174

net-misc/gns3-gui: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild 
b/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild
index 4db84c3509a..c6bf52a6ad9 100644
--- a/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild
+++ b/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1 eutils
 



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

2017-07-12 Thread Pacho Ramos
commit: 0dc02771ca297c4ad7b4e40ab1495e1eae3b1fb6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:29:44 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc02771

dev-util/rosinstall_generator: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild | 4 ++--
 dev-util/rosinstall_generator/rosinstall_generator-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild 
b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
index 25e5e2395ac..a793d67d94a 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 SCM=""
 if [ "${PV#}" != "${PV}" ] ; then

diff --git a/dev-util/rosinstall_generator/rosinstall_generator-.ebuild 
b/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
index 25e5e2395ac..a793d67d94a 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 SCM=""
 if [ "${PV#}" != "${PV}" ] ; then



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

2017-07-12 Thread Pacho Ramos
commit: da3434c67b4ad7640a910714c66238bd3e9eeaed
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:26:28 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3434c6

dev-util/molecule-core: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index 97809c7d027..5ce8515f2b9 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
 
 inherit python-r1
 



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

2017-07-12 Thread Pacho Ramos
commit: c8e30a1ba94f5fa11977e4aa41929f6551e9fe91
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:26:44 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e30a1b

dev-util/molecule-plugins: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
index 0a0ae5adae1..746d3b7fc28 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclpython/

2017-07-12 Thread Pacho Ramos
commit: 66be263c1288d4756579dee5dabe4fa7c5f19668
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:40:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66be263c

dev-tcltk/tclpython: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tcltk/tclpython/tclpython-4.1-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild 
b/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild
index a3384de8615..9283c7b0546 100644
--- a/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild
+++ b/dev-tcltk/tclpython/tclpython-4.1-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit eutils multilib python-single-r1 toolchain-funcs
 



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

2017-07-12 Thread Pacho Ramos
commit: da8e6742bac9a0595a99a2deb56845106f262ba9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:36:20 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8e6742

dev-util/howdoi: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/howdoi/howdoi-1.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/howdoi/howdoi-1.1.9.ebuild 
b/dev-util/howdoi/howdoi-1.1.9.ebuild
index 64922e33790..16b477d33ed 100644
--- a/dev-util/howdoi/howdoi-1.1.9.ebuild
+++ b/dev-util/howdoi/howdoi-1.1.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="A code search tool"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/pwclient/

2017-07-12 Thread Pacho Ramos
commit: 36a0ed66c16e3be1daffbca106ba73f7bd17d312
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:19:30 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a0ed66

dev-vcs/pwclient: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/pwclient/pwclient-20141110122616.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/pwclient/pwclient-20141110122616.ebuild 
b/dev-vcs/pwclient/pwclient-20141110122616.ebuild
index 5b7e599c8f9..327b429fd3e 100644
--- a/dev-vcs/pwclient/pwclient-20141110122616.ebuild
+++ b/dev-vcs/pwclient/pwclient-20141110122616.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit eutils python-r1
 



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

2017-07-12 Thread Pacho Ramos
commit: de643810a919a0351e86cea44bb8c379010d2507
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:06:46 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de643810

net-analyzer/nagstamon: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild 
b/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild
index dd9bbd10dd1..4b6cb94a77d 100644
--- a/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild
+++ b/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit eutils python-r1 distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-spindle/

2017-07-12 Thread Pacho Ramos
commit: 421f34a4f9bfd2618bf67dc0c88b99b239a93f4c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:22:25 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421f34a4

dev-vcs/git-spindle: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild 
b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
index 23eb2ab4171..7d970a8cd2f 100644
--- a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
+++ b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2017-07-12 Thread Pacho Ramos
commit: 2e5b5af95be7bb852a6b5c8f4e4cd0b0be980471
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:58:40 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5b5af9

net-firewall/firewalld: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-firewall/firewalld/firewalld-0.4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild 
b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild
index 20fda9981aa..e270b3f02b3 100644
--- a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild
+++ b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 #BACKPORTS=
 
 inherit autotools eutils gnome2-utils python-r1 systemd multilib 
bash-completion-r1



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/svneverever/

2017-07-12 Thread Pacho Ramos
commit: 345ba28ac9a70f1bc29c0e61cfe991f90785c7b8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:14:31 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345ba28a

dev-vcs/svneverever: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/svneverever/svneverever-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/svneverever/svneverever-1.3.0.ebuild 
b/dev-vcs/svneverever/svneverever-1.3.0.ebuild
index 682b91d35a2..d6506788667 100644
--- a/dev-vcs/svneverever/svneverever-1.3.0.ebuild
+++ b/dev-vcs/svneverever/svneverever-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Tool collecting path entries across SVN history"



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

2017-07-12 Thread Pacho Ramos
commit: 6cbfd8dd14c0174a99270e31c3e117af1d260a9e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:43:41 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbfd8dd

net-libs/stem: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-libs/stem/stem-1.5.4.ebuild b/net-libs/stem/stem-1.5.4.ebuild
index 5dbeb5e8928..b61e4b7f54e 100644
--- a/net-libs/stem/stem-1.5.4.ebuild
+++ b/net-libs/stem/stem-1.5.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4})
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
 
 inherit vcs-snapshot distutils-r1
 



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

2017-07-12 Thread Pacho Ramos
commit: 4f9a9e3e3bf9e1407371d4e709c10b9f34fc501e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:11:38 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9a9e3e

gnome-extra/zeitgeist-explorer: gnome-extra/zeitgeist doesn't have python3 
support, bug #622084

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../zeitgeist-explorer-0.2-r2.ebuild   | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r2.ebuild 
b/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r2.ebuild
new file mode 100644
index 000..ba7cae4032b
--- /dev/null
+++ b/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# gnome-extra/zeitgeist doesn't have python3 support, bug #622084
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+MY_PV="$(get_version_component_range 1-2)"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Monitor and inspect Zeitgeist's log at a low level - developer 
tool"
+HOMEPAGE="https://launchpad.net/zeitgeist-explorer/;
+SRC_URI="https://launchpad.net/${PN}/0.x/${MY_PV}/+download/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   gnome-extra/zeitgeist[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]"
+DEPEND="${RDEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"



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

2017-07-12 Thread Pacho Ramos
commit: 9531e103bf212336494b6aeb7ae4a5adec81194c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:12:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9531e103

media-libs/lv2: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/lv2/lv2-1.14.0.ebuild b/media-libs/lv2/lv2-1.14.0.ebuild
index ff7c9f637f0..a3c3d0d5e89 100644
--- a/media-libs/lv2/lv2-1.14.0.ebuild
+++ b/media-libs/lv2/lv2-1.14.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit python-single-r1 waf-utils multilib



[gentoo-commits] repo/gentoo:master commit in: mail-filter/pypolicyd-spf/

2017-07-12 Thread Pacho Ramos
commit: 89318ca0c7c1085923f64f43cfa7cf098e9ac23b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:20:22 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89318ca0

mail-filter/pypolicyd-spf: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.1.ebuild 
b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.1.ebuild
index e4a9c39b049..51eea70ee7c 100644
--- a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.1.ebuild
+++ b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 # The built-in ipaddress module handles the parsing of IP addresses. If
 # python is built without ipv6 support, then ipaddress can't parse ipv6



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

2017-07-12 Thread Pacho Ramos
commit: c6995fdaba09d06adcb14f4b24d2c942847cf560
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:24:05 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6995fda

dev-util/setconf: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-util/setconf/setconf-0.6.7.ebuild 
b/dev-util/setconf/setconf-0.6.7.ebuild
index b0646c4fed5..1f5e27b579f 100644
--- a/dev-util/setconf/setconf-0.6.7.ebuild
+++ b/dev-util/setconf/setconf-0.6.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit python-single-r1
 
 DESCRIPTION="A small python based utility used to change configuration files"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ripe-atlas-tools/

2017-07-12 Thread Pacho Ramos
commit: 30e417cef62db597aa24b9401231b51746cf2514
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:02:36 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e417ce

net-analyzer/ripe-atlas-tools: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild 
b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild
index aaf26c337d5..f04c6b9c727 100644
--- a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild
+++ b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-07-12 Thread Pacho Ramos
commit: 9ef1657c49a30b2092156fc72af49422a69c26be
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:13:39 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef1657c

sys-cluster/nova: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/nova/nova-15.0.6.ebuild  | 2 +-
 sys-cluster/nova/nova-2016.2..ebuild | 4 ++--
 sys-cluster/nova/nova-2017.1..ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/nova/nova-15.0.6.ebuild 
b/sys-cluster/nova/nova-15.0.6.ebuild
index bf73fe84fda..e174b3a31b8 100644
--- a/sys-cluster/nova/nova-15.0.6.ebuild
+++ b/sys-cluster/nova/nova-15.0.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils linux-info multilib user
 

diff --git a/sys-cluster/nova/nova-2016.2..ebuild 
b/sys-cluster/nova/nova-2016.2..ebuild
index 327dc40a7bf..e43137070e8 100644
--- a/sys-cluster/nova/nova-2016.2..ebuild
+++ b/sys-cluster/nova/nova-2016.2..ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info multilib user
 

diff --git a/sys-cluster/nova/nova-2017.1..ebuild 
b/sys-cluster/nova/nova-2017.1..ebuild
index 0e298e4add4..a6292aa8d73 100644
--- a/sys-cluster/nova/nova-2017.1..ebuild
+++ b/sys-cluster/nova/nova-2017.1..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info multilib user
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/

2017-07-12 Thread Pacho Ramos
commit: e385af834af2f7cb4d301652b79f5d52488109c0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:51:27 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e385af83

net-irc/limnoria: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-irc/limnoria/limnoria-20150829.ebuild | 4 ++--
 net-irc/limnoria/limnoria-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-irc/limnoria/limnoria-20150829.ebuild 
b/net-irc/limnoria/limnoria-20150829.ebuild
index 8ab78835874..673b2e821b0 100644
--- a/net-irc/limnoria/limnoria-20150829.ebuild
+++ b/net-irc/limnoria/limnoria-20150829.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 

diff --git a/net-irc/limnoria/limnoria-.ebuild 
b/net-irc/limnoria/limnoria-.ebuild
index 8ab78835874..673b2e821b0 100644
--- a/net-irc/limnoria/limnoria-.ebuild
+++ b/net-irc/limnoria/limnoria-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 



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

2017-07-12 Thread Pacho Ramos
commit: f52058e24211132d0aae972b0c770be9df975e65
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:24:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52058e2

sys-cluster/heat: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/heat/heat-2016.2..ebuild | 4 ++--
 sys-cluster/heat/heat-2017.1..ebuild | 2 +-
 sys-cluster/heat/heat-8.0.2.ebuild   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/heat/heat-2016.2..ebuild 
b/sys-cluster/heat/heat-2016.2..ebuild
index 6b3b1f054d9..a0bdfb7e5d3 100644
--- a/sys-cluster/heat/heat-2016.2..ebuild
+++ b/sys-cluster/heat/heat-2016.2..ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 

diff --git a/sys-cluster/heat/heat-2017.1..ebuild 
b/sys-cluster/heat/heat-2017.1..ebuild
index 2963ef934c8..b08a1e34c77 100644
--- a/sys-cluster/heat/heat-2017.1..ebuild
+++ b/sys-cluster/heat/heat-2017.1..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 

diff --git a/sys-cluster/heat/heat-8.0.2.ebuild 
b/sys-cluster/heat/heat-8.0.2.ebuild
index 82a22503f6e..45096193689 100644
--- a/sys-cluster/heat/heat-8.0.2.ebuild
+++ b/sys-cluster/heat/heat-8.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils linux-info user
 



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

2017-07-12 Thread Pacho Ramos
commit: 7dd03adbc7dfd35e47670daac4d3980893c9b758
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:03:46 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd03adb

net-misc/gns3-server: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild 
b/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild
index 36052e7fc72..ad8999cd0bd 100644
--- a/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild
+++ b/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1 eutils
 



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

2017-07-12 Thread Pacho Ramos
commit: e7b1f29d63cc651f3e7ed996a72141535d531768
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:32:40 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b1f29d

sys-auth/sssd: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/sys-auth/sssd/sssd-1.13.1.ebuild b/sys-auth/sssd/sssd-1.13.1.ebuild
index 725821c66b4..b5878ceff44 100644
--- a/sys-auth/sssd/sssd-1.13.1.ebuild
+++ b/sys-auth/sssd/sssd-1.13.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 
systemd toolchain-funcs
 



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

2017-07-12 Thread Pacho Ramos
commit: 03cf54f4f2ebb79b20984f68954bdfda8d91e024
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:27:09 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cf54f4

sys-cluster/cinder: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/cinder/cinder-10.0.3.ebuild  | 2 +-
 sys-cluster/cinder/cinder-2016.2..ebuild | 4 ++--
 sys-cluster/cinder/cinder-2017.1..ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/cinder/cinder-10.0.3.ebuild 
b/sys-cluster/cinder/cinder-10.0.3.ebuild
index 0889f368316..9fd3fca29fb 100644
--- a/sys-cluster/cinder/cinder-10.0.3.ebuild
+++ b/sys-cluster/cinder/cinder-10.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/cinder/cinder-2016.2..ebuild 
b/sys-cluster/cinder/cinder-2016.2..ebuild
index 6578492a385..b0cc1c89ab4 100644
--- a/sys-cluster/cinder/cinder-2016.2..ebuild
+++ b/sys-cluster/cinder/cinder-2016.2..ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 

diff --git a/sys-cluster/cinder/cinder-2017.1..ebuild 
b/sys-cluster/cinder/cinder-2017.1..ebuild
index 1de239bad2a..f7d1edd7008 100644
--- a/sys-cluster/cinder/cinder-2017.1..ebuild
+++ b/sys-cluster/cinder/cinder-2017.1..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 



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

2017-07-12 Thread Pacho Ramos
commit: 83244700aaf2cb8ee883f427550e9b5d33876f54
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:14:51 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83244700

sys-cluster/hpx: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/hpx/hpx-1.0.0.ebuild | 2 +-
 sys-cluster/hpx/hpx-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/hpx/hpx-1.0.0.ebuild b/sys-cluster/hpx/hpx-1.0.0.ebuild
index 93c3d5be3fe..2f8924015c1 100644
--- a/sys-cluster/hpx/hpx-1.0.0.ebuild
+++ b/sys-cluster/hpx/hpx-1.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 CMAKE_MAKEFILE_GENERATOR="ninja"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 if [ ${PV} ==  ] ; then
inherit git-r3

diff --git a/sys-cluster/hpx/hpx-.ebuild b/sys-cluster/hpx/hpx-.ebuild
index c7977e7361c..9d7e3474956 100644
--- a/sys-cluster/hpx/hpx-.ebuild
+++ b/sys-cluster/hpx/hpx-.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 CMAKE_MAKEFILE_GENERATOR="ninja"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 if [ ${PV} ==  ] ; then
inherit git-r3



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

2017-07-12 Thread Akinori Hattori
commit: 511501b1893437d0f2cf30d98ee77d8b17f70fa5
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Jul 12 12:56:10 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Jul 12 12:56:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511501b1

mail-client/sylpheed: new upstream release

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-client/sylpheed/Manifest  |  1 +
 mail-client/sylpheed/sylpheed-3.6.0.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/mail-client/sylpheed/Manifest b/mail-client/sylpheed/Manifest
index c5317700d3e..c21fe885dd2 100644
--- a/mail-client/sylpheed/Manifest
+++ b/mail-client/sylpheed/Manifest
@@ -1,2 +1,3 @@
 DIST sylpheed-3.4.2.tar.bz2 3474176 SHA256 
198de08d01a5c150adae6b6612da80674bbc7ed59b58bbd7508124b869322ba3 SHA512 
1bfaf5636facb6ca55173e914904be7f9fb9ca98eb440f5b548fbbbe03f5dfb5428801e878f3275d3683e715d0b4bd33f63f69f5f98578ce1a25cef695406b5e
 WHIRLPOOL 
a7dda342adb598027765c5ab6d14ae3e850bf39ff63d90a79927fa2aec1bf539454357cb6dea8664d21f68deeccf78fada264d04b0a14ff311ff5827717c4aa8
 DIST sylpheed-3.5.1.tar.bz2 3561816 SHA256 
3a5a04a13a0e2f32cdbc6e09d92b5143ca96df5fef23425cd81d96b8bd5b1087 SHA512 
264aafb40eaa163405074480b2deb7eefe0d2158a107d9b26bc35d5506dcf5a52cf5712b81bd4c06b4c76e48c6e372c74473e5371bbdc80f230267f3b211c7f5
 WHIRLPOOL 
500978315913b99148d83df1f46991144ec467625837d422ed5ec9f4ce8a344f48e4ca6da7c25ca8ae5ed950c1464551de5e7da90ab27a9a7f2b1998ee4846b7
+DIST sylpheed-3.6.0.tar.bz2 3568998 SHA256 
eba4a70b43b49dbf419934796677a69a71d069b71b0dd697a0008836be4db345 SHA512 
84c59e327690ed7e637e9ce60e630da6cdad771ccc278e31e490ed643da55c295fb47e999ad421fc59dbbcfed990882022b96cf478bd47253692d2e86279c591
 WHIRLPOOL 
6b27d42e9ad2a27988ebe1aa37354ed95e48ba5a1be20626294f605b8bd3010d26addf11f2971adf86b563c7dd23d5c3da3851bf5137516097ff253217e01ed4

diff --git a/mail-client/sylpheed/sylpheed-3.6.0.ebuild 
b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
new file mode 100644
index 000..aa8d3e87a7b
--- /dev/null
+++ b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils
+
+DESCRIPTION="A lightweight email client and newsreader"
+HOMEPAGE="http://sylpheed.sraoss.jp/;
+SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
+
+CDEPEND="net-libs/liblockfile
+   x11-libs/gtk+:2
+   crypt? ( app-crypt/gpgme )
+   ldap? ( net-nds/openldap )
+   nls? ( sys-devel/gettext )
+   oniguruma? ( dev-libs/oniguruma )
+   pda? ( app-pda/jpilot )
+   spell? (
+   app-text/gtkspell:2
+   dev-libs/dbus-glib
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )"
+RDEPEND="${CDEPEND}
+   app-misc/mime-types
+   net-misc/curl"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   xface? ( media-libs/compface )"
+
+DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*"
+
+src_configure() {
+   local htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+   econf \
+   $(use_enable crypt gpgme) \
+   $(use_enable ipv6) \
+   $(use_enable ldap) \
+   $(use_enable oniguruma) \
+   $(use_enable pda jpilot) \
+   $(use_enable spell gtkspell) \
+   $(use_enable ssl) \
+   $(use_enable xface compface) \
+   --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins \
+   --with-manualdir="${htmldir}"/manual \
+   --with-faqdir="${htmldir}"/faq \
+   --disable-updatecheck
+}
+
+src_install() {
+   default
+
+   doicon *.png
+   domenu *.desktop
+
+   cd plugin/attachment_tool
+   emake DESTDIR="${D}" install-plugin
+   docinto plugin/attachment_tool
+   dodoc README
+}



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

2017-07-12 Thread Akinori Hattori
commit: f82c465f24a757b013f4cc2787e75889da21ce65
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Jul 12 12:53:17 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Jul 12 12:53:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82c465f

mail-client/sylpheed: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 mail-client/sylpheed/Manifest  |  1 -
 mail-client/sylpheed/sylpheed-3.5.0.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/mail-client/sylpheed/Manifest b/mail-client/sylpheed/Manifest
index 3c77a24908c..c5317700d3e 100644
--- a/mail-client/sylpheed/Manifest
+++ b/mail-client/sylpheed/Manifest
@@ -1,3 +1,2 @@
 DIST sylpheed-3.4.2.tar.bz2 3474176 SHA256 
198de08d01a5c150adae6b6612da80674bbc7ed59b58bbd7508124b869322ba3 SHA512 
1bfaf5636facb6ca55173e914904be7f9fb9ca98eb440f5b548fbbbe03f5dfb5428801e878f3275d3683e715d0b4bd33f63f69f5f98578ce1a25cef695406b5e
 WHIRLPOOL 
a7dda342adb598027765c5ab6d14ae3e850bf39ff63d90a79927fa2aec1bf539454357cb6dea8664d21f68deeccf78fada264d04b0a14ff311ff5827717c4aa8
-DIST sylpheed-3.5.0.tar.bz2 3519735 SHA256 
4a0b62d17bca6f1a96ab951ef55a9a67813d87bc1dc3ee55d8ec2c045366a05c SHA512 
fa2803c41a935089989d93cd78ef0dd04d5c0117283f37b82f3d5e76eb753d38960ce3cc122936883cb3057e834acaa03b1a565cd31202331527d07a24e8d5b0
 WHIRLPOOL 
6f7b6df00a75cab868fdaae0856d7a7080d45ee361cd1f41c5f356199f3ac630926b1b22e549e5e0ce6d78b8a4553c440460f2882fa28e5bbdb2af9dfb8df6a5
 DIST sylpheed-3.5.1.tar.bz2 3561816 SHA256 
3a5a04a13a0e2f32cdbc6e09d92b5143ca96df5fef23425cd81d96b8bd5b1087 SHA512 
264aafb40eaa163405074480b2deb7eefe0d2158a107d9b26bc35d5506dcf5a52cf5712b81bd4c06b4c76e48c6e372c74473e5371bbdc80f230267f3b211c7f5
 WHIRLPOOL 
500978315913b99148d83df1f46991144ec467625837d422ed5ec9f4ce8a344f48e4ca6da7c25ca8ae5ed950c1464551de5e7da90ab27a9a7f2b1998ee4846b7

diff --git a/mail-client/sylpheed/sylpheed-3.5.0.ebuild 
b/mail-client/sylpheed/sylpheed-3.5.0.ebuild
deleted file mode 100644
index bf3614e57f2..000
--- a/mail-client/sylpheed/sylpheed-3.5.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils
-
-DESCRIPTION="A lightweight email client and newsreader"
-HOMEPAGE="http://sylpheed.sraoss.jp/;
-SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
-
-CDEPEND="x11-libs/gtk+:2
-   crypt? ( app-crypt/gpgme )
-   ldap? ( net-nds/openldap )
-   nls? ( sys-devel/gettext )
-   oniguruma? ( dev-libs/oniguruma )
-   pda? ( app-pda/jpilot )
-   spell? ( app-text/gtkspell:2 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   )"
-RDEPEND="${CDEPEND}
-   app-misc/mime-types
-   net-misc/curl"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-   xface? ( media-libs/compface )"
-
-src_configure() {
-   local htmldir=/usr/share/doc/${PF}/html
-   econf \
-   $(use_enable crypt gpgme) \
-   $(use_enable ipv6) \
-   $(use_enable ldap) \
-   $(use_enable oniguruma) \
-   $(use_enable pda jpilot) \
-   $(use_enable spell gtkspell) \
-   $(use_enable ssl) \
-   $(use_enable xface compface) \
-   --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
-   --with-manualdir=${htmldir}/manual \
-   --with-faqdir=${htmldir}/faq \
-   --disable-updatecheck
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog* NEWS* PLUGIN* README* TODO*
-
-   doicon *.png
-   domenu *.desktop
-
-   cd plugin/attachment_tool
-   emake DESTDIR="${D}" install-plugin
-   docinto plugin/attachment_tool
-   dodoc README
-}



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

2017-07-12 Thread Kent Fredric
commit: 0638648681b34cec061dbe00a41a52cfff44a974
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 12 12:45:45 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul 12 12:46:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06386486

dev-lang/perl: Update - build to 5.27.1

Note: Currently fails tests with -flto:

../cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t  (Wstat: 256 
Tests: 72 Failed: 1)
  Failed test:  71
  Non-zero exit status: 1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/perl/Manifest  | 3 ++-
 dev-lang/perl/perl-5.28..ebuild | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index 662ea6fd3f4..4b294914695 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -4,6 +4,7 @@ DIST perl-5.24.2-RC1.tar.xz 11568772 SHA256 
ab6d4bd0dd48406754872f66d2cd52365f43
 DIST perl-5.24.2-patches-1.tar.xz 24012 SHA256 
51b1dd61f4907da053558c6aa80de303230ee3348b6c4e7d6b149ee0a7c3e54e SHA512 
3576dbce373a17de2de436b6bd33378c9bca899dab71b7448e3c2d1df5ed3d63ea19ad0e0406526b9a75b416585e0da0c32e653e6f76474fbcd66672094d7aaf
 WHIRLPOOL 
2668b0d4ea7c0b4bbddc1c26c2187dc4d9b19d449bde91b522a7f500bcdec2d25ec59110001b9560fc610f9deacdfd8bcbdb2ce979e5ad09c9055c1f78820902
 DIST perl-5.25.11-patches-1.tar.xz 16776 SHA256 
43dda2f9a20b2d25caa733ba94acb0c48b26e8201b3f8fa3d2be24a6667e SHA512 
ee340824746d3b626b41c76bfa901543869fb9560ef75ff6d338df017e5528e33c344a91ce7cbe9f2fa9e813bf61bbe9eb290433baceb05b832110e746ce9036
 WHIRLPOOL 
98681898039e1bcc3e9a33498a8b7b8b3f24cc4c49396b33dfd04a853c329323ad47081d64da61ba2880fbd3505e10ffe90367dffa8005bda86c4f114b283934
 DIST perl-5.26.0.tar.xz 11961692 SHA256 
9bf2e3d0d72aad77865c3bdbc20d3b576d769c5c255c4ceb30fdb9335266bf55 SHA512 
cd5af6495fe4c46c0d5d0f51d4015b54daa221f08a5fb48899c247cb57c2ba85cffb97e6d258d0f931504828bb23e175d899f311c73805d924d1042058ac42e4
 WHIRLPOOL 
9b87a1fd5371871c747351440e40f5d1345b8bf6ac5810b9ef239e58947fe0c243583fdac6888f0450bdca437b6031cc5281a4e045d5014642ef2dc671e24e47
-DIST perl-5.27.0.tar.xz 11957024 SHA256 
1965b69d19cec6bc2e6bd01daa727995f875643d816e999d9bfa5ae90fca82e3 SHA512 
e69c17de989ce4bb97746358e3de88fce3ac55566646a845cb24b7ebae1a00b39fc32359fab94488dfe69eb565b8927fd583d9409b41b77b710622b0112235bd
 WHIRLPOOL 
96fd0aa10273548fa4dd6821237325a36c4b1f5c9f3a1ea41c4c946d53156e92cdfe9c530cda41a0cf17f91adb73e9d7c7cb429535a552462db3a352d013afba
+DIST perl-5.27.1-patches-1.tar.xz 16444 SHA256 
98e3c57398a3476ff809b98c7a17e52424842ca41499b3ee84b73d90c633ec62 SHA512 
c70e033619e1caecb5e5d70e36094bb105f0387a383f7091c763b87ad9f31121c036446e337d44565ce66c9977870c951f2fbd61d34ac1633c18ac9d0b489a13
 WHIRLPOOL 
d211c1b5b3358e8142dd6c6ec9b324db49d1097a0f717168a299e22872d7ff3f9066dace7ac1de935117849445de15f6c3b0afd14afa2750c69d388b83c464d9
+DIST perl-5.27.1.tar.xz 12048664 SHA256 
a16907a749f9457d4deea83eea85a28cfc5be34eed4d8bf43172fba530580fe9 SHA512 
b00b88cf75eee72ae9499cfa5f77964a8ef6458044bfb90cc06bd53b5ab30bd7814998499cdf373ef2bb193f199dd61181ac57935b22a44b27c2e7517aa2576e
 WHIRLPOOL 
38c5af810e12e09390a59a99ab8a2a2e1e481a7cd1cf380588554e265a957de258cdd3d73ba51303651ea3952c2c27a5bfbd605980267aee478a108719283587
 DIST perl-cross-1.1.4.tar.gz 94623 SHA256 
c840a327d5464ca271cac40d52e2d199330875527bf1003c28a6e550fb7bcc57 SHA512 
3bfc108245f0c05b7d45c317eb28c2eb70aba528dfe8a39bc99d6e49b4751f5dca4f4ac661484bfc7528c3e28fcdbd8994c36daa49c25516618fec1f58116d79
 WHIRLPOOL 
c4a150cf15d067cd58db63dae01bbe81080477f9a2bfcd8557b2097bbf93509bb9128feef84e8a2913724a82de0accc3b9c5d65207ee9dcd2989fe51
 DIST perl-cross-1.1.5.tar.gz 95122 SHA256 
0e719e75983b16c7726c2c9462f9498bb1fc4ad38c9f2513a65f3dd34e3decb3 SHA512 
344ae0ff3ab8a2ce3fdb0de10972164c8cc14abd9c5c9bf55029bc8a6c2e62b3f9dda88892b1d8d0e30b76f94d42feea1dd5e5c55631f9eb53d1443285e2e3d1
 WHIRLPOOL 
b194d4986511e3483921b11bd264586f1e185df8cd33e408b7f5702403b6dc9e20d0245a60e47e8ee03db8002effccdde48ab7ad1087a9f35ec703b558f699cc

diff --git a/dev-lang/perl/perl-5.28..ebuild 
b/dev-lang/perl/perl-5.28..ebuild
index 293baef40c7..c45923e147d 100644
--- a/dev-lang/perl/perl-5.28..ebuild
+++ b/dev-lang/perl/perl-5.28..ebuild
@@ -7,9 +7,9 @@ inherit eutils alternatives flag-o-matic toolchain-funcs 
multilib multiprocessin
 
 PATCH_VER=1
 CROSS_VER=1.1.5
-PATCH_BASE="perl-5.25.11-patches-${PATCH_VER}"
+PATCH_BASE="perl-5.27.1-patches-${PATCH_VER}"
 
-DIST_AUTHOR=XSAWYERX
+DIST_AUTHOR=EHERMAN
 
 # Greatest first, don't include yourself
 # Devel point-releases are not ABI-intercompatible, but stable point releases 
are
@@ -18,7 +18,7 @@ PERL_BIN_OLDVERSEN=""
 # Don't add more -RC values, its historical bungling
 PERL_OLDVERSEN="5.26.0 5.26.0-RC1 5.25.12 5.25.11 5.24.2 5.24.1 5.24.0 5.22.3 
5.22.2 5.22.1 5.22.0"
 if [[ "${PV##*.}" == "" ]]; then
-   DIST_VERSION=5.27.0
+   DIST_VERSION=5.27.1
 else

[gentoo-commits] repo/gentoo:master commit in: app-dicts/canna-2ch/files/, app-dicts/canna-2ch/

2017-07-12 Thread Akinori Hattori
commit: 6e63854714ff7643692cc283d3d7355ecc764db0
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Jul 12 12:36:49 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Jul 12 12:36:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e638547

app-dicts/canna-2ch: update patch

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-dicts/canna-2ch/canna-2ch-20030827.ebuild | 2 +-
 ...0030827-canna36p4-gentoo.patch => canna-2ch-20030827-gentoo.patch} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild 
b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
index 85ec43f9e43..45e27b445d4 100644
--- a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
+++ b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
@@ -18,7 +18,7 @@ IUSE="canna"
 DEPEND="canna? ( app-i18n/canna )"
 S="${WORKDIR}/${PN}"
 
-PATCHES=( "${FILESDIR}/"${P}-canna36p4-gentoo.patch )
+PATCHES=( "${FILESDIR}/"${P}-gentoo.patch )
 
 CANNADICS="2ch"
 DICSDIRFILE="${FILESDIR}/052ch.dics.dir"

diff --git 
a/app-dicts/canna-2ch/files/canna-2ch-20030827-canna36p4-gentoo.patch 
b/app-dicts/canna-2ch/files/canna-2ch-20030827-gentoo.patch
similarity index 80%
rename from app-dicts/canna-2ch/files/canna-2ch-20030827-canna36p4-gentoo.patch
rename to app-dicts/canna-2ch/files/canna-2ch-20030827-gentoo.patch
index 8a99be4d020..67f28e304dc 100644
--- a/app-dicts/canna-2ch/files/canna-2ch-20030827-canna36p4-gentoo.patch
+++ b/app-dicts/canna-2ch/files/canna-2ch-20030827-gentoo.patch
@@ -1,5 +1,5 @@
 nichan.ctd.orig2003-09-11 12:58:35.0 +0900
-+++ nichan.ctd 2003-09-23 03:59:14.0 +0900
+--- a/nichan.ctd
 b/nichan.ctd
 @@ -2439,7 +2439,6 @@
  ���夦 #T35 
  ���ˤä� #T35 �ĸ�



[gentoo-commits] repo/gentoo:master commit in: app-dicts/canna-2ch/

2017-07-12 Thread Akinori Hattori
commit: 9ecdc347f4cb968aa1ca4b92357609cf829a9859
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Jul 12 12:34:42 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Jul 12 12:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ecdc347

app-dicts/canna-2ch: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-dicts/canna-2ch/canna-2ch-20030827.ebuild | 15 ++-
 app-dicts/canna-2ch/canna-2ch-20040519.ebuild |  7 ---
 app-dicts/canna-2ch/metadata.xml  | 14 +++---
 3 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild 
b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
index 2cd3b357a3e..85ec43f9e43 100644
--- a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
+++ b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit cannadic eutils
+EAPI="6"
+
+inherit cannadic
 
 DESCRIPTION="Japanese Canna dictionary for 2channelers"
 HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna;
@@ -14,21 +16,16 @@ KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86"
 IUSE="canna"
 
 DEPEND="canna? ( app-i18n/canna )"
-RDEPEND=""
 S="${WORKDIR}/${PN}"
 
+PATCHES=( "${FILESDIR}/"${P}-canna36p4-gentoo.patch )
+
 CANNADICS="2ch"
 DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}/${P}-canna36p4-gentoo.patch"
-}
-
 src_compile() {
# Anthy users do not need binary dictionary
-   if use canna ; then
+   if use canna; then
mkbindic nichan.ctd || die
fi
 }

diff --git a/app-dicts/canna-2ch/canna-2ch-20040519.ebuild 
b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
index f74c01b6acf..38918f7084d 100644
--- a/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
+++ b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit cannadic eutils
+EAPI="6"
+
+inherit cannadic
 
 DESCRIPTION="Japanese Canna dictionary for 2channelers"
 HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna;
@@ -14,7 +16,6 @@ KEYWORDS="~alpha amd64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="canna"
 
 DEPEND="canna? ( app-i18n/canna )"
-RDEPEND=""
 S="${WORKDIR}/${PN}"
 
 CANNADICS="2ch"
@@ -22,7 +23,7 @@ DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
 
 src_compile() {
# Anthy users do not need binary dictionary
-   if use canna ; then
+   if use canna; then
mkbindic nichan.ctd || die
fi
 }

diff --git a/app-dicts/canna-2ch/metadata.xml b/app-dicts/canna-2ch/metadata.xml
index e4e50f32422..95f2f679f0e 100644
--- a/app-dicts/canna-2ch/metadata.xml
+++ b/app-dicts/canna-2ch/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   c...@gentoo.org
-   Cjk
-   
-   
-   omaemona
-   
+  
+c...@gentoo.org
+Cjk
+  
+  
+omaemona
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/canna-2ch/, app-dicts/canna-2ch/files/

2017-07-12 Thread Akinori Hattori
commit: a992b12f83d2fbd6dc186fe09faad9418c7357d4
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Jul 12 12:30:05 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Jul 12 12:30:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a992b12f

app-dicts/canna-2ch: fix install

Gentoo-Bug: 588238

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-dicts/canna-2ch/canna-2ch-20030827.ebuild | 11 +--
 app-dicts/canna-2ch/canna-2ch-20040519.ebuild | 13 +
 app-dicts/canna-2ch/files/052ch.dics.dir  |  2 ++
 3 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild 
b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
index 66ea9b03491..2cd3b357a3e 100644
--- a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
+++ b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit cannadic eutils
 
 DESCRIPTION="Japanese Canna dictionary for 2channelers"
-HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna/;
+HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna;
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 #SRC_URI="http://omaemona.sourceforge.net/packages/Canna/2ch.t;
 
@@ -15,11 +15,10 @@ IUSE="canna"
 
 DEPEND="canna? ( app-i18n/canna )"
 RDEPEND=""
-# You cannot use 2ch.cbd as its name. Canna doesn't load dictionaries
-# if the name begins with number. (I don't know why ...)
-CANNADICS="2ch"
+S="${WORKDIR}/${PN}"
 
-S=${WORKDIR}/${PN}
+CANNADICS="2ch"
+DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
 
 src_unpack() {
unpack ${A}

diff --git a/app-dicts/canna-2ch/canna-2ch-20040519.ebuild 
b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
index 49909fa3108..f74c01b6acf 100644
--- a/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
+++ b/app-dicts/canna-2ch/canna-2ch-20040519.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit cannadic eutils
 
 DESCRIPTION="Japanese Canna dictionary for 2channelers"
-HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna/;
+HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna;
 SRC_URI="https://dev.gentoo.org/~naota/files/${P}.tar.gz;
 #SRC_URI="http://omaemona.sourceforge.net/packages/Canna/2ch.t;
 
@@ -15,13 +15,10 @@ IUSE="canna"
 
 DEPEND="canna? ( app-i18n/canna )"
 RDEPEND=""
-# You cannot use 2ch.cbd as its name. Canna doesn't load dictionaries
-# if the name begins with number. (I don't know why ...)
-CANNADICS="2ch"
-
-DOCS=""
+S="${WORKDIR}/${PN}"
 
-S=${WORKDIR}/${PN}
+CANNADICS="2ch"
+DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
 
 src_compile() {
# Anthy users do not need binary dictionary

diff --git a/app-dicts/canna-2ch/files/052ch.dics.dir 
b/app-dicts/canna-2ch/files/052ch.dics.dir
new file mode 100644
index 000..1ddc85d6433
--- /dev/null
+++ b/app-dicts/canna-2ch/files/052ch.dics.dir
@@ -0,0 +1,2 @@
+nichan.cbd(nichan.mwd) -2ch---
+nichan.cld(nichan.mwd) -2ch---



[gentoo-commits] repo/gentoo:master commit in: app-forensics/afl/

2017-07-12 Thread Manuel Rüger
commit: 669d0240194f63223e318f8995b4815d6365a74e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 12 12:19:43 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 12 12:19:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669d0240

app-forensics/afl: Version bump to 2.46b

Gentoo-Bug: #617664
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-forensics/afl/Manifest |  1 +
 app-forensics/afl/afl-2.46b.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/app-forensics/afl/Manifest b/app-forensics/afl/Manifest
index 7dede51241d..7ecdd9719c8 100644
--- a/app-forensics/afl/Manifest
+++ b/app-forensics/afl/Manifest
@@ -1,2 +1,3 @@
 DIST afl-2.35b.tgz 829515 SHA256 
596167527ad7a69cf06dc8143a051eb8b2ee04f159447a3086f6e60ae460bcea SHA512 
77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5
 WHIRLPOOL 
b2935a18f5f03b4c1da04365412d76d6ff9d2ddc0d9dd1fea0a5866fb632b1033c3f03f4229f36d45a6ec406410b1c522bf5198bbce2ca6478dffdc433dde422
 DIST afl-2.39b.tgz 830897 SHA256 
968eceae4d013eee62bc8f2fdddbb7060b92e03a0175153b0285ec7f5c78f141 SHA512 
0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0
 WHIRLPOOL 
3972c7718c35f545e6faadf763bbbd4bb57d1412ba2ec729832db9c636290bc8d67dfb5b8bfd67e3dff7f27b247b8ecd264245b75593a44c3298f0ca947cbb1a
+DIST afl-2.46b.tgz 834265 SHA256 
268e2aec75f1bdd37d0d3dad70bbb80c32bce85152faf8f4f62e0c812e5d5d77 SHA512 
01e150f05a023277f6fbf165f1ee0799f9a330efae562d67725cf87b456f4104e086162796634fcfdd7c68aa33a38ef7df9ac5931f8893c14364d270b864d059
 WHIRLPOOL 
9815f239d84a9bfa1418f523fbe5eca1a6f7bc0453ecfbc3397f7cefa4dff28a1beab259aa5c722e44f1e1b8915808e47f5d79a605e8de8f6c4e3b5da0d183c3

diff --git a/app-forensics/afl/afl-2.46b.ebuild 
b/app-forensics/afl/afl-2.46b.ebuild
new file mode 100644
index 000..89db69a2e44
--- /dev/null
+++ b/app-forensics/afl/afl-2.46b.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit multilib toolchain-funcs flag-o-matic
+
+DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer"
+HOMEPAGE="http://lcamtuf.coredump.cx/afl/;
+SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="sys-devel/gcc:*
+   sys-devel/clang"
+RDEPEND="${DEPEND}"
+QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf"
+
+src_compile() {
+   emake CC="$(tc-getCC)" \
+   PREFIX="/usr" \
+   HELPER_PATH="/usr/$(get_libdir)/afl" \
+   DOC_PATH="/usr/share/doc/${PF}"
+   CC="clang" CXX="clang++" strip-unsupported-flags
+   cd llvm_mode || die
+   emake \
+   PREFIX="/usr" \
+   HELPER_PATH="/usr/$(get_libdir)/afl" \
+   DOC_PATH="/usr/share/doc/${PF}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" \
+   PREFIX="/usr" \
+   HELPER_PATH="/usr/$(get_libdir)/afl" \
+   DOC_PATH="/usr/share/doc/${PF}" \
+   install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-sound/

2017-07-12 Thread Alexis Ballier
commit: 621a334ceb694682dc434fa811e2ab2bc6e9eb98
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 12:15:07 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 12:15:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621a334c

dev-java/icedtea-sound: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild 
b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
index 50b1e88fed0..8d57327bbb5 100644
--- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
+++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # Build written by Andrew John Hughes (gnu_and...@member.fsf.org)
 
@@ -12,7 +12,7 @@ 
SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz;
 
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 IUSE="+doc test"
 



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

2017-07-12 Thread Alexis Ballier
commit: 51fa9aa9e265076ab04a1901885df7687ceaa512
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 12:13:11 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 12:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fa9aa9

dev-ruby/actionmailer: keyword ~arm64, bug #624234

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/actionmailer/actionmailer-5.1.2.ebuild 
b/dev-ruby/actionmailer/actionmailer-5.1.2.ebuild
index c6816e66ecd..968ae515ccc 100644
--- a/dev-ruby/actionmailer/actionmailer-5.1.2.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-5.1.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



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

2017-07-12 Thread Alexis Ballier
commit: 7d8c21fd6d11bd60610db3df7cfdd4a4dd847b0e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 12:12:23 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 12:13:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8c21fd

dev-ruby/actionview: keyword ~arm64, bug #624234

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/actionview/actionview-5.1.2.ebuild 
b/dev-ruby/actionview/actionview-5.1.2.ebuild
index 886b09becbf..4c0ab24125c 100644
--- a/dev-ruby/actionview/actionview-5.1.2.ebuild
+++ b/dev-ruby/actionview/actionview-5.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



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

2017-07-12 Thread Alexis Ballier
commit: 3f970fb75cfdc1b3baf397981b24db933a9378e7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 12:12:37 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 12:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f970fb7

dev-ruby/activemodel: keyword ~arm64, bug #624234

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/activemodel/activemodel-5.1.2.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.2.ebuild
index 1875ef82df5..577803789c9 100644
--- a/dev-ruby/activemodel/activemodel-5.1.2.ebuild
+++ b/dev-ruby/activemodel/activemodel-5.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz 
-> rails-${PV}.tgz
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~amd64-linux"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



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

2017-07-12 Thread Alexis Ballier
commit: fe4f8b9d760175ef21d7016de81344d1bc66b5ce
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 08:35:09 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 12:13:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4f8b9d

dev-ruby/capybara: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/capybara/capybara-2.14.4-r1.ebuild 
b/dev-ruby/capybara/capybara-2.14.4-r1.ebuild
index 4820acf1d2b..13986400ca2 100644
--- a/dev-ruby/capybara/capybara-2.14.4-r1.ebuild
+++ b/dev-ruby/capybara/capybara-2.14.4-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Capybara aims to simplify the process of 
integration testing Rack a
 HOMEPAGE="https://github.com/jnicklas/capybara;
 LICENSE="MIT"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 SLOT="2"
 IUSE="test"
 



  1   2   >