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

2017-07-29 Thread Patrick Lauer
commit: 392be6b1ffc5957ebb715398de09ca9307817960
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jul 28 14:31:04 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jul 30 06:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392be6b1

dev-lang/hy: Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-lang/hy/Manifest |  1 +
 dev-lang/hy/hy-0.13.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-lang/hy/Manifest b/dev-lang/hy/Manifest
index 9dd091543b4..1686227c695 100644
--- a/dev-lang/hy/Manifest
+++ b/dev-lang/hy/Manifest
@@ -3,3 +3,4 @@ DIST hy-0.10.1.tar.gz 348807 SHA256 
16247c2f776147a46cd6c3beed329836c8a7a98e7ccb
 DIST hy-0.11.1.tar.gz 358882 SHA256 
8d53dd3d37dd15040b4e6fa514d480f88c935855c37ca9f4a4c0d0ed989aceaa SHA512 
c3bb39e41bba306a529051aa214350dd51118bce956670b9688ecbd08d8e85c23efd4eae06977bab7f3a50f8cca1626d7a6442de6b59972fe1d91bdb791aa836
 WHIRLPOOL 
0dcebdd8e87470784603a92ae52bbccb6b84ad138fed5ec7bcb947ebc9d2042a43181805694cdad324f7691fae15758dc91bbc6d50f91b3541d95c9ec904ac80
 DIST hy-0.12.0.tar.gz 379282 SHA256 
b747477292319e72d09b2b9e84191d1bb46910b4a74a49745aac32b1334bafa4 SHA512 
fcad30640aad329c8a8c66167e01f96eddad95fd0d23ce8bf641ed96865c0a7610e8792bc94343edaa36a9a643e72ff946e491e55ca429f6a14a55bd05631470
 WHIRLPOOL 
4eea576675348bfece5ccdb89359c37d054b57b0824d55111a17aa179f791bddfe67d1d44e096224829d8db8afec8bf4af052701f5623faf8b4339f3035539f7
 DIST hy-0.12.1.tar.gz 379361 SHA256 
a1cb381ff3241fa1d70aff38b8f0eca0e9153a370710d3e2e0fd973ce855fe2e SHA512 
8b1c957b37aa46baf7ac2a20d7ea4321824ee13e08146edcfdd7eb727151aa34036f9d696687df06e6fa48550bd91d6ad3484bab47da8ea3b154363c48e66980
 WHIRLPOOL 
872363a61cc84ee9b677fee699982564cc5f2bf11c5e94d6aa1a66b0d3148a50460d65845e80b28afd1bf9460c44d55adcc3a4619a42770590440337b63d4c20
+DIST hy-0.13.0.tar.gz 383197 SHA256 
c776ce4ff7ad3f38b00391ac2c172e60443ef8fa36879593a5df912ae60d283a SHA512 
a1138c73584f5dc839d8085aaef24da6450789a0d466cea61ecb3740f865ee2aadc52dde3e5c76d945f16fb88c5fdfa4fd9bbcf35cdcd3fc2337fd1f13548b54
 WHIRLPOOL 
3640a48a49f47c85a814421cb904f3b1c6622eac38cbe06eb5c53e501bff3445588e43524190795f287fe1ee508ca31fa6021965c18e2c915c7cf1b1ff680a1c

diff --git a/dev-lang/hy/hy-0.13.0.ebuild b/dev-lang/hy/hy-0.13.0.ebuild
new file mode 100644
index 000..f42227b60a0
--- /dev/null
+++ b/dev-lang/hy/hy-0.13.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+RESTRICT="test" # needs some pointy sticks. Seriously.
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
+
+inherit distutils-r1 eutils
+DESCRIPTION="A LISP dialect running in python"
+HOMEPAGE="http://hylang.org/";
+SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="test doc"
+
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
+   >=dev-python/rply-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/astor-0.5[${PYTHON_USEDEP}]
+   >=dev-python/clint-0.4[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )"
+src_prepare() {
+   use doc && HTML_DOCS=( docs/_build/html/. )
+}
+
+python_compile_all() {
+   use doc && emake docs
+}
+
+python_test() {
+   nosetests || die "Tests failed under ${EPYTHON}"
+}



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

2017-07-29 Thread Patrick Lauer
commit: fed9923aab96d3c9705e5312fdd3948400669700
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jul 28 14:48:29 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jul 30 06:32:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed9923a

media-video/movit: Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-video/movit/Manifest   |  1 +
 media-video/movit/movit-1.5.2.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/media-video/movit/Manifest b/media-video/movit/Manifest
index dc2cf32cc1f..bbca4822526 100644
--- a/media-video/movit/Manifest
+++ b/media-video/movit/Manifest
@@ -6,3 +6,4 @@ DIST movit-1.3.2.tar.gz 574225 SHA256 
1d41043e8db1363c69b897c970f5740b583ad9c1b6
 DIST movit-1.4.0.tar.gz 578195 SHA256 
cc6bbcd0c907f47cfa7bb3401a30bda849e6a0de2a3ed5c895badbc116d51512 SHA512 
01d7609bca86415b1dd3169430691d109a3c516485f0a8b7b854258ee60da363571bff8f90e675adc3620005ec8e1c4191deb1a578f369f0ab55d2de6635c6da
 WHIRLPOOL 
0396f0e9e6cdcbeb7e2a2dd09f57917109bd7a1927335e3e467d7b5e9d7b18200fce1271671a2eb755fd0e3de8dd8536186506e55cd06bfc31cff9a2d77f2ded
 DIST movit-1.5.0.tar.gz 941449 SHA256 
4d595a20b7d836aca10b362bb2003ed958b337d643bb93f4973bc07e8bbf90e7 SHA512 
9552791f5bd6723bae23acf869b6438934b595084f00e60fb31dda08ecb28623ff2457511004fcbf985307091734089b2d546bc03973c60177e836c2b43a02fd
 WHIRLPOOL 
226c28835c3c6be3dc4a6cafdd986a1b007fa64e3e1b5d45d3fd132c366785a8e781bc795b67504e9784f04856bd0f8ee4f5fa7ab7a9477dbf220a154b85fc85
 DIST movit-1.5.1.tar.gz 969481 SHA256 
8434edd81c2226c8d6fa7f4715b0d4818bb76cbceafa632b99f9c61e058ea988 SHA512 
2aa35cb05374a0b6a74eaeccf8a50d382684c16c47f6be43139ebeac9f6399bd4f6a22cbd27bbb4a78fce48f3357199ea51a53b168719ece624018ae4c620c4a
 WHIRLPOOL 
771f91dddc44e0a3c43eba6a06558b3866e94362c48f501ee9e881795ee0890a47eb2a9375338bdbcb7937144a97dc4608a91e182e84c2efe231d738c6ccc919
+DIST movit-1.5.2.tar.gz 852983 SHA256 
872ee2cd634527b505d631eea0b3e20e7155d6a260db11cb347a2a7a52fd6a8c SHA512 
96cf5e985f32bd3b278fa6cb4a83d2220337f5efc2c1ca636949e257bfa3817dcb5fdf396ec4f9c49469c481225bcb5a4f292a5960ccec1746985714ff8c6618
 WHIRLPOOL 
5329a8066578f41bc185ca3fe93e9717859a9b1df7277b9ce391c3fcaa2f74f0a465d2b6d7484564f196ad3fe0f37ea2708236e7b3114390002d3c521a8fe02b

diff --git a/media-video/movit/movit-1.5.2.ebuild 
b/media-video/movit/movit-1.5.2.ebuild
new file mode 100644
index 000..299342f9b07
--- /dev/null
+++ b/media-video/movit/movit-1.5.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils
+
+# no sane way to use OpenGL from within tests?
+RESTRICT="test"
+
+DESCRIPTION="Modern Video Toolkit"
+HOMEPAGE="http://movit.sesse.net/";
+# Tests need gtest, makefile unconditionally builds tests, so ... yey!
+SRC_URI="http://movit.sesse.net/${P}.tar.gz
+   https://googletest.googlecode.com/files/gtest-1.7.0.zip";
+LICENSE="GPL-2+"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/mesa
+   >=dev-cpp/eigen-3.2.0:3
+   media-libs/libepoxy
+   >=sci-libs/fftw-3
+   media-libs/libsdl2
+   "
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake
+}
+
+src_test() {
+   GTEST_DIR="${WORKDIR}/gtest-1.7.0" emake check
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/

2017-07-29 Thread Mart Raudsepp
commit: 5b500cb8feb7e4b8a69d2b42a2dd87f61f42d40c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 30 01:59:13 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 30 06:31:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b500cb8

www-client/epiphany: bump to 3.24.3

Some highlights over 3.22 include:
* URL bar always visible
* Redesigned bookmarks management
* EasyPrivacy filters added
* Tab menu
* New search engine dialog
* Relicensed to GPL-3+

 www-client/epiphany/Manifest   |  1 +
 www-client/epiphany/epiphany-3.24.3.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index d3b28908a23..544d171cc6b 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1 +1,2 @@
 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 
a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 
8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
 WHIRLPOOL 
1856f814a08896e685bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5
+DIST epiphany-3.24.3.tar.xz 3456304 SHA256 
fef51676310d9f37e18c9b2d778254232eb17cccd988c2d1ecf42c7b2963a154 SHA512 
a294cd450073b157450e7ce4d4fa355aa7efe4d5fe8773bab733f918b974126f2f189c4ba55d62a7e14088e1de9d169c5bfe3ed147ba4f8fb074c91443f068af
 WHIRLPOOL 
4a083db2a497952e12b8404b96f0353bc70b5b55322ade127955a97869e5269bead4aeff4178cf68cbdd250b3dc78e7a708427adcb1094ff09c03a23d2557c8a

diff --git a/www-client/epiphany/epiphany-3.24.3.ebuild 
b/www-client/epiphany/epiphany-3.24.3.ebuild
new file mode 100644
index 000..2f5ea7b727f
--- /dev/null
+++ b/www-client/epiphany/epiphany-3.24.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic eutils gnome2 virtualx
+
+DESCRIPTION="GNOME webbrowser based on Webkit"
+HOMEPAGE="https://wiki.gnome.org/Apps/Web";
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.44.0:2[dbus]
+   >=x11-libs/gtk+-3.12.13:3
+   >=net-libs/webkit-gtk-2.15.90:4=
+   >=x11-libs/cairo-1.2
+   >=app-crypt/gcr-3.5.5:=
+   >=x11-libs/gdk-pixbuf-2.36.5:2
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   dev-libs/icu:=
+   >=dev-libs/json-glib-1.2.0
+   >=x11-libs/libnotify-0.5.1:=
+   >=app-crypt/libsecret-0.14
+   >=net-libs/libsoup-2.48:2.4
+   >=dev-libs/libxml2-2.6.12:2
+   >=dev-libs/libxslt-1.1.7
+   dev-db/sqlite:3
+   >=app-text/iso-codes-0.35
+   >=gnome-base/gsettings-desktop-schemas-0.0.1
+"
+# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
+RDEPEND="${COMMON_DEPEND}
+   x11-themes/adwaita-icon-theme
+   !www-client/epiphany-extensions
+"
+# paxctl needed for bug #407085
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   sys-apps/paxctl
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
+   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
+
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
+   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
+)
+
+src_configure() {
+   # https://bugzilla.gnome.org/show_bug.cgi?id=778495
+   append-cflags -std=gnu11
+
+   # httpseverywhere is experimental in 3.24; gnome bug #775575
+   # firefox sync storage is not quite ready in 3.24; deps on 
hogweed/nettle
+   gnome2_src_configure \
+   --enable-shared \
+   --disable-static \
+   --with-distributor-name=Gentoo \
+   --without-libhttpseverywhere \
+   --disable-firefox-sync \
+   $(use_enable test tests)
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/

2017-07-29 Thread Mart Raudsepp
commit: b69c77b756a41d7883340d0c9d1909cd53f7ae16
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 30 01:16:21 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 30 06:31:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69c77b7

www-client/epiphany: fix license (was missing "or later" clause)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/epiphany/epiphany-3.22.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/epiphany/epiphany-3.22.7.ebuild 
b/www-client/epiphany/epiphany-3.22.7.ebuild
index cc1f1363217..ca22c8316ed 100644
--- a/www-client/epiphany/epiphany-3.22.7.ebuild
+++ b/www-client/epiphany/epiphany-3.22.7.ebuild
@@ -9,7 +9,7 @@ inherit flag-o-matic eutils gnome2 virtualx
 DESCRIPTION="GNOME webbrowser based on Webkit"
 HOMEPAGE="https://wiki.gnome.org/Apps/Web";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 IUSE="test"
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"



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

2017-07-29 Thread Hans de Graaff
commit: 66a29417ce6e4b8c78fd551f6f2a23809ce6ed18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:51:52 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a29417

dev-ruby/rbtree: drop ruby20

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rbtree/rbtree-0.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rbtree/rbtree-0.4.2-r1.ebuild 
b/dev-ruby/rbtree/rbtree-0.4.2-r1.ebuild
index a3c6c02f800..cc62c6aef3e 100644
--- a/dev-ruby/rbtree/rbtree-0.4.2-r1.ebuild
+++ b/dev-ruby/rbtree/rbtree-0.4.2-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 # ruby23: fails tests
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README"



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

2017-07-29 Thread Hans de Graaff
commit: 2cbfd4a4d1aa270d5c4f1806da2d2314dc4256ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:43:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbfd4a4

dev-ruby/sawyer: drop ruby20

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/sawyer/sawyer-0.8.1.ebuild 
b/dev-ruby/sawyer/sawyer-0.8.1.ebuild
index 265ff5c5183..3cf37acd164 100644
--- a/dev-ruby/sawyer/sawyer-0.8.1.ebuild
+++ b/dev-ruby/sawyer/sawyer-0.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2017-07-29 Thread Hans de Graaff
commit: 2d147906f4bfad8960b1972a4d7faac19afc027c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:20:31 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d147906

dev-ruby/ruby-net-ldap: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/ruby-net-ldap/Manifest|  2 --
 dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild | 28 --
 dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild | 28 --
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/ruby-net-ldap/Manifest b/dev-ruby/ruby-net-ldap/Manifest
index 782fe772127..e5fa00c913b 100644
--- a/dev-ruby/ruby-net-ldap/Manifest
+++ b/dev-ruby/ruby-net-ldap/Manifest
@@ -1,3 +1 @@
-DIST net-ldap-0.14.0.gem 94208 SHA256 
179b88a4feb592c2a93b4178328a3cb883e7004f1afdc7993851890197ebdea1 SHA512 
313040d6dd7d450377b246ac134416a3c21bfed95c3d900fe542d3a92fd3c2e5801d7bf2e4cfcde4ba15c3195a36168ce6b6bdc68282c19fde13dbae03c019a0
 WHIRLPOOL 
b628446eaa2df6489982b7f1ee00c887fe52e7af8de3bb03cb7e6615132be4bfa50357295202f5b53ec4a98c8b5b0cd54813269ef348031831ba6556ca780905
-DIST net-ldap-0.15.0.gem 94208 SHA256 
bb2338e3b20f9b58d9f16f7109691561c7fda290f91d7baeddd2629561840b7f SHA512 
b59d444aff83993596ff9e35e0275620999bd27ad68d15d267ca19e68a62e22c25bb33d1b89ae522ee35f4b09f6984a61fbfb26f8b3e98c461343b06be8a6304
 WHIRLPOOL 
20303b57b8ff410d59e65651924a953d48ddf25431349c32fedc0b12e90141dea934743c0de21e9fb6ab4b13ea3f436994138be835e0d10f5eb4360b9fe594f8
 DIST net-ldap-0.16.0.gem 103936 SHA256 
d8c138ce9a690767744fe5107ef14880fa330949b34b7bad826f67ed3ea204ba SHA512 
5257d379700ac0e1ec8d490ab440b4d18801603db8ee800633cfa47e784006ebdcb9af91e47ed7b9c22f20509c9800275a1fc4d27613a11d27d500cf662ec31c
 WHIRLPOOL 
13b688c52eb4fccd35dddbafe1c0ba33bb7f136aa098e0f37d08b8f36df186c3db9c952010b9b66ebf892f305d6658b54880247dc459bc80973edd0a2e39cd0d

diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild 
b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild
deleted file mode 100644
index 92c5075af8a..000
--- a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.14.0.ebuild
+++ /dev/null
@@ -1,28 +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"
-
-RUBY_FAKEGEM_TASK_TEST="test spec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Contributors.rdoc History.rdoc README.rdoc"
-
-RUBY_FAKEGEM_NAME="net-ldap"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pure ruby LDAP client implementation"
-HOMEPAGE="https://github.com/ruby-ldap/ruby-net-ldap";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/flexmock-1.3.0 )"
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}

diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild 
b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild
deleted file mode 100644
index 3dffd52a8a0..000
--- a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="test spec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Contributors.rdoc History.rdoc README.rdoc"
-
-RUBY_FAKEGEM_NAME="net-ldap"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pure ruby LDAP client implementation"
-HOMEPAGE="https://github.com/ruby-ldap/ruby-net-ldap";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/flexmock-1.3.0 )"
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2017-07-29 Thread Hans de Graaff
commit: 23d0610328484be5414af81dee37ba89f5aad559
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:08:39 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d06103

dev-ruby/fakeweb: document ruby24 status

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild 
b/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild
index 60cb56436cb..02e0bb4aa9b 100644
--- a/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild
+++ b/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+# ruby24 -> not compatible with Net::HTTP implementation
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"



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

2017-07-29 Thread Hans de Graaff
commit: 62b4bdfefd2e5039f2bbd80ceb50050e7a0de9ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:41:48 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b4bdfe

dev-ruby/sawyer: move ~x86 keyword forward

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/sawyer/sawyer-0.8.1.ebuild 
b/dev-ruby/sawyer/sawyer-0.8.1.ebuild
index 6676ca7b4b2..265ff5c5183 100644
--- a/dev-ruby/sawyer/sawyer-0.8.1.ebuild
+++ b/dev-ruby/sawyer/sawyer-0.8.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
 
 EAPI=5
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/lostisland/sawyer";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend "

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

2017-07-29 Thread Hans de Graaff
commit: 0671a61242def6b84a985d8a1f461b01fb5d3fcb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:42:21 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0671a612

dev-ruby/sawyer: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/sawyer/Manifest   |  2 --
 dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild | 26 --
 dev-ruby/sawyer/sawyer-0.7.0.ebuild| 26 --
 dev-ruby/sawyer/sawyer-0.8.0.ebuild| 26 --
 4 files changed, 80 deletions(-)

diff --git a/dev-ruby/sawyer/Manifest b/dev-ruby/sawyer/Manifest
index 017c145e4cc..fd3ff7b4ae1 100644
--- a/dev-ruby/sawyer/Manifest
+++ b/dev-ruby/sawyer/Manifest
@@ -1,3 +1 @@
-DIST sawyer-0.7.0.gem 15872 SHA256 
72e855027c812f2cad7f4fa4746cab07727dde91d75516d353c155002846c4b2 SHA512 
8f63adfc9c544f88280a18e7bab25c193d6e0aab5973f07774b838c40ce7f7da6f148d6122ccd9e3824eb292389d994c84e2460460f7b6f9f340b27f331d59bd
 WHIRLPOOL 
4e6822ed65c38051c765d6bafe416bb033fd35e2555baff2844be0cc317aea1dd0b50870e6a6c2c5ade8f6a5ab1fb6c16c2330b8e509f82a345d140bb68e4bd3
-DIST sawyer-0.8.0.gem 15872 SHA256 
e62d31026094e9f926394e6a1c67edfc4ecc2dbf5946eaa4c62f5c1b895018f4 SHA512 
3c814e8ba9136488eb33cb76642b559d4fa6bf960a20160d035b7fb1830690e1317449eb14371d285e808483efe18697129fa83be41a8cd89917bc6ec65b263b
 WHIRLPOOL 
6a83bcef3d6b9ec5540a6c3c6e3cd6236de29d6aec13e18bc77d5a9b4538e6748a17ba57a7b86ec45451adb4fb2cb1f3a7977dfebdd745ee5c05bf56e180b43f
 DIST sawyer-0.8.1.gem 15872 SHA256 
6d37c1db3673607bb9de868d1d9c363be753cd68b5e1dc48df1faf938721616b SHA512 
d057c34e1ee1bfc5939cfc002118fcc31579846814caa668e3633d5c04dd2437aa71b417626f669aca3a082481bf493682720260592072367af104c20fd34783
 WHIRLPOOL 
0a8c49cd6449ceac7ed686a303859f1547d8f056d7ef0ff557cd23ead414e1e51c24d1132657da3a54d7a9b0305c8201198c5ad2585c3797f5b5c416e4f3eefa

diff --git a/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild 
b/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild
deleted file mode 100644
index 253c08578eb..000
--- a/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,26 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Secret User Agent of HTTP"
-HOMEPAGE="https://github.com/lostisland/sawyer";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "https://github.com/lostisland/sawyer";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "https://github.com/lostisland/sawyer";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/addressable-2.3.5 

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

2017-07-29 Thread Hans de Graaff
commit: 01282fac3af624e265845d3d2c838449b01a11ce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:22:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01282fac

dev-ruby/ruby-prof: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/ruby-prof/Manifest|  1 -
 dev-ruby/ruby-prof/ruby-prof-0.15.9.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/dev-ruby/ruby-prof/Manifest b/dev-ruby/ruby-prof/Manifest
index ed06852bc3e..f2141428b07 100644
--- a/dev-ruby/ruby-prof/Manifest
+++ b/dev-ruby/ruby-prof/Manifest
@@ -1,2 +1 @@
-DIST ruby-prof-0.15.9.tgz 83664 SHA256 
000a42145bc0db20295d6feeb096788c3c6f226c9b9ee96a4d03cbb81a279cdd SHA512 
6567cf29dd08be5d16a4ffb39c7475fb7daee472dba13894bdfca4a21c153bcc2f96b7b4dfb3f346e49528d593f5c29aabf9735b3f97ba7b09a97ee4514df43b
 WHIRLPOOL 
7c052faf6e3c0ad2c0bf5dc3441166602e55f38a3694978c16af043812a8de30c3b326f5917d8bb95591c41738ccc066ebd78bc661080f20df687547ed78c9f7
 DIST ruby-prof-0.16.2.tgz 87039 SHA256 
10bc9007ace7ec1444a12a4b47708cd790f9274dbdb229b0fe4fdd8d36267e25 SHA512 
4a070486375a40afd03c006385a14f5d2ae3670a658e1153b086d0e63eb7a87af38ae060c9d457cd67a5e084f75dd997cd39b890ef4a510bbae801838f74f7f8
 WHIRLPOOL 
54196ef9a9c9c8d17cbcaa08aae89f20365645f1c21e2700ca6b7b3fd4aa46dcf9af1cbc654388c5e75f6312e59ef8814ce241d2081f55e399c4bb4c38051fe5

diff --git a/dev-ruby/ruby-prof/ruby-prof-0.15.9.ebuild 
b/dev-ruby/ruby-prof/ruby-prof-0.15.9.ebuild
deleted file mode 100644
index 0e1b54dd85e..000
--- a/dev-ruby/ruby-prof/ruby-prof-0.15.9.ebuild
+++ /dev/null
@@ -1,62 +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"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGES"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A module for profiling Ruby code"
-HOMEPAGE="https://github.com/ruby-prof/ruby-prof";
-SRC_URI="https://github.com/ruby-prof/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   # Avoid bundler
-   sed -i -e '/bundler/I s:^:#:' -e '/:build/ s:^:#:' Rakefile || die
-
-   sed -i -e '2igem "test-unit"' test/test_helper.rb || die
-
-   # Fix a timing-dependant spec since its thresholds for success are
-   # too tight.
-   sed -i -e '/test_class_methods/,/^  end/ s:^:#:' 
test/measure_cpu_time_test.rb || die
-
-   # We install the shared object in lib, not ext.
-   sed -i -e 's#../ext/ruby_prof#../lib/ruby_prof#' lib/ruby-prof.rb || die
-
-   # Avoid unneeded dependency on rake-compiler
-   sed -i -e '/extensiontask/ s:^:#:' \
-   -e '/ExtensionTask/,/end/ s:^:#:' Rakefile || die
-
-   # Create directory required for the test suite to pass
-   mkdir tmp || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/ruby_prof extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/ruby_prof || die "build failed"
-
-   cp ext/ruby_prof/*$(get_modname) lib/ || die "copy of extension failed"
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   for dir in examples ; do
-   docinto "$dir"
-   dodoc -r "$dir"/*
-   done
-}



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

2017-07-29 Thread Hans de Graaff
commit: 02922c4c38e86cbababfeb2ac68689bc0ddd165b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:37:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02922c4c

dev-ruby/ruby-prof: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/ruby-prof/ruby-prof-0.16.2.ebuild 
b/dev-ruby/ruby-prof/ruby-prof-0.16.2.ebuild
index 291fb8c3b68..65a6ba3cbda 100644
--- a/dev-ruby/ruby-prof/ruby-prof-0.16.2.ebuild
+++ b/dev-ruby/ruby-prof/ruby-prof-0.16.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=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGES"
 RUBY_FAKEGEM_DOCDIR="doc"



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

2017-07-29 Thread Hans de Graaff
commit: a9f53438a3318c1376f0d2558829ef4f945d9a1f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:22:32 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f53438

dev-ruby/flexmock: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/flexmock/flexmock-2.3.5.ebuild 
b/dev-ruby/flexmock/flexmock-2.3.5.ebuild
index 0ecd2865eb7..d55a766106d 100644
--- a/dev-ruby/flexmock/flexmock-2.3.5.ebuild
+++ b/dev-ruby/flexmock/flexmock-2.3.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_DOCDIR="html"
 RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"



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

2017-07-29 Thread Hans de Graaff
commit: 342d062e091def021401bf7d1193b23608c1bf24
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:04:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342d062e

dev-ruby/ruby-oembed: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/ruby-oembed/Manifest  |  1 -
 dev-ruby/ruby-oembed/ruby-oembed-0.10.1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-ruby/ruby-oembed/Manifest b/dev-ruby/ruby-oembed/Manifest
index 296bee64a24..d3224ae7699 100644
--- a/dev-ruby/ruby-oembed/Manifest
+++ b/dev-ruby/ruby-oembed/Manifest
@@ -1,2 +1 @@
-DIST ruby-oembed-0.10.1.gem 687616 SHA256 
6eab65dc0595edf51a27a715d646250fdd1c857dd4cb50dd25c3e59f2ef90f67 SHA512 
3d6a1c95c99b4c16cd0180feed5dae5773955ac9411ccafabe43debbdc68faf9f41ae6a7b2d4d45a7b7faa45dcb74dc6c8cc4b097d666d50b08a90748dc03d15
 WHIRLPOOL 
3f34c1af4bc1e5801205d91124759d539120600f30a2cea69dd3e543c3706327714407384db19d270d56c3564d68d41dba89cabf6f4008e4a4bfcbf40141a125
 DIST ruby-oembed-0.12.0.gem 690688 SHA256 
6057ef39eee07a56e8363aa51a6cbe63e1831c4f6741c8e6f823d4b1e85584cf SHA512 
faaf7828641cf419b699ecbbd7a890304ee645faf13ca480c22afbec035687a730a8d53c7825312a4734dfc6633ec4b4c5790c4db18d584c344602310a7ebed9
 WHIRLPOOL 
b0344545789c91a7ea4a71f68dafd6dcfd8d516bf6741d60157e660e0a44125f7f9916a321f5716577454a4c3fb04961cd7edcddd5c63ebce42a23757cad315a

diff --git a/dev-ruby/ruby-oembed/ruby-oembed-0.10.1.ebuild 
b/dev-ruby/ruby-oembed/ruby-oembed-0.10.1.ebuild
deleted file mode 100644
index 5e41b6b46a6..000
--- a/dev-ruby/ruby-oembed/ruby-oembed-0.10.1.ebuild
+++ /dev/null
@@ -1,38 +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"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An oEmbed consumer library written in Ruby."
-HOMEPAGE="https://github.com/judofyr/ruby-oembed";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test?
-   (
-   dev-ruby/json
-   dev-ruby/vcr:1
-   dev-ruby/xml-simple
-   dev-ruby/nokogiri
-   dev-ruby/fakeweb
-   )"
-
-all_ruby_prepare() {
-   # Remove bundler but keep vcr version requirement
-   rm -f Gemfile || die
-   sed -i -e '1igem "vcr", "~> 1.0"' spec/spec_helper.rb || die
-
-   # Avoid development dependencies
-   sed -i -e '/coverall/I s:^:#:' spec/spec_helper.rb || die
-}



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

2017-07-29 Thread Hans de Graaff
commit: fa661622626b49aa53ccca12c0e8c9c2a9421abb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:01:33 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa661622

dev-ruby/rb-readline: add 0.5.5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rb-readline/Manifest |  1 +
 dev-ruby/rb-readline/rb-readline-0.5.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/rb-readline/Manifest b/dev-ruby/rb-readline/Manifest
index 25ce16eb5cd..c05d098c366 100644
--- a/dev-ruby/rb-readline/Manifest
+++ b/dev-ruby/rb-readline/Manifest
@@ -1,2 +1,3 @@
 DIST rb-readline-0.5.3.gem 96256 SHA256 
5983bcff4d93090b313fcdfb68bb0ab160aef893b398022d06b08be84b96fff6 SHA512 
8fa020fdedd0184c7d220d347a035e202a142a347776d91dfe87b1a0a53d43c460ea70f2cabd2b6e5e643dd9ac52f1d70dc496bb54b7b2e78e7da85a82c0400e
 WHIRLPOOL 
32751ef4a150ce069514219538dfc07352428894e72f73de477d48d657900d0f4aa156d3d41c18acf0b757255b7e32853f0aab5bcf1ce10d9391e8517d857d17
 DIST rb-readline-0.5.4.gem 96768 SHA256 
6af88f139c14a13ad29c26be457109cdea1c89fc7f78d2969b49a3244433159c SHA512 
7b68ed196e5b1841774ce4b567dd36b2dbadca97416837b606060490a482955e7f01cfb2102c1b00f0c55bc7a8d2a7d6aedac95cb03fdd9063d1c513d3ee5b05
 WHIRLPOOL 
e0f9551aba55628a93409e03a848e3f2d131d259dbe401908068335edcd7a251b2547a492f21ac270a00244190080e053b800e0cff03e4acded448b0556028b3
+DIST rb-readline-0.5.5.gem 96768 SHA256 
9e9bd7e198bdef0822c46902f6c592b882c1f9777894a4c3dcf5b320824a8793 SHA512 
53ed9919eb2c057d2b26e87ba0ecabc73f0aed7fa22398b9e7f98e82bd7a0ed7ca89cb1944bf94400bf4289d6fb404aadb9a2781fa964e2f4c77d7e218e459ae
 WHIRLPOOL 
2855918feed2148353b9b0310b7cdf1f41144dd712599b2030d9f9dd0ce298028fadcbb604707d2a9644a45ae92e395b600ba527965d60a5d469144019ec5d98

diff --git a/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild 
b/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild
new file mode 100644
index 000..230580179bf
--- /dev/null
+++ b/dev-ruby/rb-readline/rb-readline-0.5.5.ebuild
@@ -0,0 +1,26 @@
+# 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_DOC="rdoc"
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby implementation of the GNU readline C library"
+HOMEPAGE="http://rubygems.org/gems/rb-readline";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "dev-ruby/rake
+   >=dev-ruby/minitest-5.2"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+
+   # Skip a test that fails when run in the ebuild environment.
+   sed -i -e '/test_readline_with_default_parameters_does_not_error/,/end/ 
s:^:#:' test/test_readline.rb || die
+}



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

2017-07-29 Thread Hans de Graaff
commit: dfed39e80c33e797bd8aa25975b5a7cfadb391b8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:16:01 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfed39e8

dev-ruby/xml-simple: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/xml-simple/xml-simple-1.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild 
b/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild
index fcc51b10a97..774c64077fc 100644
--- a/dev-ruby/xml-simple/xml-simple-1.1.5.ebuild
+++ b/dev-ruby/xml-simple/xml-simple-1.1.5.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
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 # Gem only contains lib code, and github repository has no tags.
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2017-07-29 Thread Hans de Graaff
commit: 79efd8e1340d723ee5debd3e38ff51f7160a219f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 30 05:19:29 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 30 05:57:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79efd8e1

dev-ruby/ruby-opengl: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/ruby-opengl/ruby-opengl-0.9.2-r1.ebuild | 49 
 1 file changed, 49 deletions(-)

diff --git a/dev-ruby/ruby-opengl/ruby-opengl-0.9.2-r1.ebuild 
b/dev-ruby/ruby-opengl/ruby-opengl-0.9.2-r1.ebuild
deleted file mode 100644
index 9ed9b04ec3f..000
--- a/dev-ruby/ruby-opengl/ruby-opengl-0.9.2-r1.ebuild
+++ /dev/null
@@ -1,49 +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_TASK_DOC=""
-
-# Two tests fails but the README already indicates that this may not
-# work. Additionally these tests require access to video devices such as
-# /dev/nvidiactl.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_NAME="opengl"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="OpenGL / GLUT bindings for ruby"
-HOMEPAGE="https://github.com/larskanis/opengl";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-
-IUSE=""
-
-DEPEND+=" virtual/opengl
-   media-libs/freeglut"
-RDEPEND+=" virtual/opengl
-   media-libs/freeglut"
-
-each_ruby_configure() {
-   ${RUBY} -Cext/opengl extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -C ext/opengl V=1
-
-   cp ext/*/*$(get_modname) lib/opengl/ || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}



[gentoo-commits] data/api:master commit in: files/overlays/

2017-07-29 Thread Michał Górny
commit: 701cc8c46c87a6ce19d60e043d24772452c65044
Author: Aoibhinn Nic Aoidh  gmail  com>
AuthorDate: Sat Jul 29 19:57:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 05:53:54 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=701cc8c4

repositories: blawheen -> oibindnicaoidh

Closes: https://github.com/gentoo/api-gentoo-org/pull/68

 files/overlays/repositories.xml | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 1ebe645..58e89a5 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -628,19 +628,6 @@ FIN
 https://gitlab.com/bitcoin/gentoo.git
   
   
-blawheen-overlay
-Personal overlay for experimenting (read: breaking 
things)
-https://github.com/blawheen/blawheen-overlay
-
-  blawh...@gmail.com
-  Bláithín Nic Aoidh
-
-https://github.com/blawheen/blawheen-overlay.git
-git://github.com/blawheen/blawheen-overlay.git
-g...@github.com:blawheen/blawheen-overlay.git
-
https://github.com/blawheen/blawheen-overlay/commits/master.atom
-  
-  
 bleeding-edge
 Gentoo ebuilds for "bleeding edge" versions of packages - 
newest, untested - running on ~amd64.
 http://cgit.gentoo.org/repo/user/bleeding-edge.git/
@@ -3213,6 +3200,19 @@ FIN
 https://github.com/Bfgeshka/octopus/commits/master.atom
   
   
+oibindnicaoidh-overlay
+Personal overlay for experimenting (read: breaking 
things)
+
https://github.com/oibindnicaoidh/oibindnicaoidh-overlay
+
+  blawh...@gmail.com
+  Aoibhinn Nic Aoidh
+
+https://github.com/oibindnicaoidh/oibindnicaoidh-overlay.git
+git://github.com/oibindnicaoidh/oibindnicaoidh-overlay.git
+g...@github.com:oibindnicaoidh/oibindnicaoidh-overlay.git
+
https://github.com/oibindnicaoidh/oibindnicaoidh-overlay/commits/master.atom
+  
+  
 olifre
 Personal overlay of Oliver Freyermuth.
 https://github.com/olifre/olifre-portage



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

2017-07-29 Thread Michał Górny
commit: a02d8a4f9a3c263a77e295b3ab8e75ac2056ca29
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 30 05:37:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 05:46:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02d8a4f

app-admin/systemrescuecd-x86: Bump to 5.0.3

 app-admin/systemrescuecd-x86/Manifest  |  1 +
 .../systemrescuecd-x86-5.0.3.ebuild| 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/systemrescuecd-x86/Manifest 
b/app-admin/systemrescuecd-x86/Manifest
index 091cd731aff..32ec6861e00 100644
--- a/app-admin/systemrescuecd-x86/Manifest
+++ b/app-admin/systemrescuecd-x86/Manifest
@@ -24,3 +24,4 @@ DIST systemrescuecd-x86-4.9.6.iso 566126592 SHA256 
345600159383a70cfd6dd8c32831c
 DIST systemrescuecd-x86-5.0.0.iso 484790272 SHA256 
0f04739b9a4c5b3174e4ffe462e23f8b700f9fdff37c75b64e7913b768bd9427 SHA512 
67e442f229c55d16a13a46619134afee14fd7cf71e9d5e3d6f54a7b2ce3646e9ff89a17605c05f7a255b251c3bc56004aa9a59bd06f3ed69f7f4b9057ea6ea6c
 WHIRLPOOL 
67b5ccec685746845361aa710e936aa6c693e08cd514283ad4805b44c385de19f5d3ba45cc349ae4b284c28046919ff8cd117a7f458a52fd488a2860f97359b4
 DIST systemrescuecd-x86-5.0.1.iso 485711872 SHA256 
17f56dc7779d3716539a39a312ddb07d27f2cb1aa55b12420960bd67b00f6c9f SHA512 
b18663574e54f1b6b5a147aa947d8faa4ad7eff7d756e8c3cee5397fdf3ac97c1c907f65a61403b2f0a7583fb9ad0fb74c920a8040365f6caad649371deeb1c4
 WHIRLPOOL 
c33d81ebcec3d5f6744c7a8ccb5d33ae1b1847e31fcf43f66bfa4fdfdeeb226950562665f2a8b41d67c6077ec9cbea62ec8836135b3c391865f4171e147cc04a
 DIST systemrescuecd-x86-5.0.2.iso 495773696 SHA256 
a2abdaf5750b09886cedcc5233d91ad3d1083e10380e555c7ca50849befbf487 SHA512 
eaf5c080fbf810c0f966335c1f2f797f8e756c03a6246c8f2e2dd13637a66a160fd0d966095849d16b94664bf973bb9064e1f9f91785f0fd51372820c90b905f
 WHIRLPOOL 
1b2cef05c0d8dff99757cfcf15c21ca3de42d6a5d41ec876bd4196af7f44209387b695e0e75ea03b00f1615be9a7b2c94eb41c1a72326c0c67df1e4129db4362
+DIST systemrescuecd-x86-5.0.3.iso 501446656 SHA256 
e892d3e0aeabec2c435484f0a6913d56b5cc4505e61032bd86f39443e3ab162e SHA512 
a6748224f3f8cac5f9751648278bbc06acfc123c64b7c0a3b6e47f00b0a3c255082e9ffc43fd0fd3df26322cf154797ea6a02c6b37087ae832219ec4f3bec673
 WHIRLPOOL 
3f197342689fa764bf66b269f3afd1213774cba16b04b3bcb45d408f2e650e503499303120bb233f3b15c4e254953f703c2b042ae1cfcbe0f1119330562952c0

diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.0.3.ebuild 
b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.0.3.ebuild
new file mode 100644
index 000..a15aecbe41c
--- /dev/null
+++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.0.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant"
+HOMEPAGE="http://www.sysresccd.org/";
+# Large ISO mirroring explicitly approved by infra in bug #588766
+SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+isohybrid"
+
+DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"
+
+S=${WORKDIR}
+
+src_install() {
+   insinto "/usr/share/${PN%-*}"
+   doins "${DISTDIR}/${P}.iso"
+
+   if use isohybrid; then
+   set -- isohybrid -u "${ED}usr/share/${PN%-*}/${P}.iso"
+   echo "${@}"
+   "${@}" || die "${*} failed"
+   fi
+}
+
+pkg_postinst() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # no version newer than ours? we're the newest!
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   ln -f -s -v "${P}.iso" "${f}" || die
+   fi
+}
+
+pkg_postrm() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # if there is no version newer than ours installed
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   # and we are truly and completely uninstalled...
+   if [[ ! ${REPLACED_BY_VERSION} ]]; then
+   # then find an older version to set the symlink to
+   local newest_version=$(best_version 
"<${CATEGORY}/${PF}")
+
+   if [[ ${newest_version} ]]; then
+   # update the symlink
+   ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
+   else
+   # last version removed? clean up the symlink
+   rm -v "${f}" || die
+   # and the parent directory
+   rmdir "${f%/*}" || die
+   fi
+   fi
+   fi
+}



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

2017-07-29 Thread Michał Górny
commit: 5b9b2f7b7a7ddd267b5021d1099a2bbda438
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 30 05:45:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 05:46:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9b2f7b

sys-devel/clang: Fix mv accidentally catching manpages, #626424

 sys-devel/clang/clang-4.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/clang/clang-4.0.1.ebuild 
b/sys-devel/clang/clang-4.0.1.ebuild
index 1eeb3835d1e..9bc810a7d53 100644
--- a/sys-devel/clang/clang-4.0.1.ebuild
+++ b/sys-devel/clang/clang-4.0.1.ebuild
@@ -83,9 +83,9 @@ src_unpack() {
 
default
 
-   mv clang-tools-extra-* "${S}"/tools/extra || die
+   mv clang-tools-extra-*.src "${S}"/tools/extra || die
if use test; then
-   mv llvm-* "${WORKDIR}"/llvm || die
+   mv llvm-*.src "${WORKDIR}"/llvm || die
fi
 }
 



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

2017-07-29 Thread Mike Gilbert
commit: 5fde3228edde05116bf72fdcc0822ea5431daa7d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 30 02:19:46 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 30 02:19:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fde3228

net-misc/freerdp: add openh264 support

Bug: https://bugs.gentoo.org/626540
Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1

 net-misc/freerdp/freerdp-2.0.0_rc0.ebuild |  4 +++-
 net-misc/freerdp/freerdp-.ebuild  |  4 +++-
 net-misc/freerdp/metadata.xml | 23 ---
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild 
b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
index 347d8debd63..af81d79a948 100644
--- a/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
+++ b/net-misc/freerdp/freerdp-2.0.0_rc0.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="http://www.freerdp.com/";
 
 LICENSE="Apache-2.0"
 SLOT="0/2"
-IUSE="alsa +client cpu_flags_x86_sse2 cups debug doc ffmpeg gstreamer jpeg 
libav libressl neon pulseaudio server smartcard systemd test usb wayland X 
xinerama xv"
+IUSE="alsa +client cpu_flags_x86_sse2 cups debug doc ffmpeg gstreamer jpeg 
libav libressl neon openh264 pulseaudio server smartcard systemd test usb 
wayland X xinerama xv"
 
 RDEPEND="
!libressl? ( dev-libs/openssl:0= )
@@ -57,6 +57,7 @@ RDEPEND="
x11-libs/libXrandr
)
jpeg? ( virtual/jpeg:0 )
+   openh264? ( media-libs/openh264 )
pulseaudio? ( media-sound/pulseaudio )
server? (
X? (
@@ -102,6 +103,7 @@ src_configure() {
-DWITH_GSTREAMER_1_0=$(usex gstreamer)
-DWITH_JPEG=$(usex jpeg)
-DWITH_NEON=$(usex neon)
+   -DWITH_OPENH264=$(usex openh264)
-DWITH_PULSE=$(usex pulseaudio)
-DWITH_SERVER=$(usex server)
-DWITH_PCSC=$(usex smartcard)

diff --git a/net-misc/freerdp/freerdp-.ebuild 
b/net-misc/freerdp/freerdp-.ebuild
index 09de1872813..e931acba163 100644
--- a/net-misc/freerdp/freerdp-.ebuild
+++ b/net-misc/freerdp/freerdp-.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="http://www.freerdp.com/";
 
 LICENSE="Apache-2.0"
 SLOT="0/2"
-IUSE="alsa +client cpu_flags_x86_sse2 cups debug doc ffmpeg gstreamer jpeg 
libav libressl neon pulseaudio server smartcard systemd test usb wayland X 
xinerama xv"
+IUSE="alsa +client cpu_flags_x86_sse2 cups debug doc ffmpeg gstreamer jpeg 
libav libressl neon openh264 pulseaudio server smartcard systemd test usb 
wayland X xinerama xv"
 
 RDEPEND="
!libressl? ( dev-libs/openssl:0= )
@@ -57,6 +57,7 @@ RDEPEND="
x11-libs/libXrandr
)
jpeg? ( virtual/jpeg:0 )
+   openh264? ( media-libs/openh264 )
pulseaudio? ( media-sound/pulseaudio )
server? (
X? (
@@ -101,6 +102,7 @@ src_configure() {
-DWITH_GSTREAMER_1_0=$(usex gstreamer)
-DWITH_JPEG=$(usex jpeg)
-DWITH_NEON=$(usex neon)
+   -DWITH_OPENH264=$(usex openh264)
-DWITH_PULSE=$(usex pulseaudio)
-DWITH_SERVER=$(usex server)
-DWITH_PCSC=$(usex smartcard)

diff --git a/net-misc/freerdp/metadata.xml b/net-misc/freerdp/metadata.xml
index e48eff5f677..22b0a056661 100644
--- a/net-misc/freerdp/metadata.xml
+++ b/net-misc/freerdp/metadata.xml
@@ -1,15 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-flop...@gentoo.org
-Mike Gilbert
-  
-  
-Build client binaries
-Build server binaries
-  
-  
-FreeRDP/FreeRDP
-  
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+   
+   Build client binaries
+   Enable H.264 support using 
media-libs/openh264
+   Build server binaries
+   
+   
+   FreeRDP/FreeRDP
+   
 



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

2017-07-29 Thread Mike Gilbert
commit: 00a707c1ac3d7095f7850c2b4cfca56da355aff4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 30 01:57:35 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 30 01:57:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a707c1

dev-python/sqlalchemy-migrate: 0.11 stable for all

Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1

 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0.ebuild 
b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0.ebuild
index c8600030407..1e40eb75fa3 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.11.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"



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

2017-07-29 Thread Mike Gilbert
commit: 1d9131f7ec24b682cdf05c2506cb8e2cfb955853
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 30 01:57:00 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 30 01:57:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9131f7

dev-python/sphinxcontrib-issuetracker: stable for all

Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1

 .../sphinxcontrib-issuetracker-0.11-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
 
b/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
index f00de9e770b..62bfbec5ce2 100644
--- 
a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
+++ 
b/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="doc test"
 
 RDEPEND="



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

2017-07-29 Thread Matt Thode
commit: f1f0e599874d6032f6bd1c42a3b6bd539acc5ce4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 30 01:56:50 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jul 30 01:57:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f0e599

dev-python/pbr: 1.10.1-r1 stable allarches with cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pbr/Manifest |  5 ---
 dev-python/pbr/pbr-1.10.0-r1.ebuild |  2 +-
 dev-python/pbr/pbr-1.10.0.ebuild| 72 
 dev-python/pbr/pbr-1.8.1.ebuild | 71 ---
 dev-python/pbr/pbr-1.9.1.ebuild | 72 
 dev-python/pbr/pbr-2.0.0.ebuild | 72 
 dev-python/pbr/pbr-2.1.0.ebuild | 72 
 dev-python/pbr/pbr-3.0.1.ebuild | 74 -
 8 files changed, 1 insertion(+), 439 deletions(-)

diff --git a/dev-python/pbr/Manifest b/dev-python/pbr/Manifest
index a71215b4393..56bcde3fc6f 100644
--- a/dev-python/pbr/Manifest
+++ b/dev-python/pbr/Manifest
@@ -1,8 +1,3 @@
 DIST pbr-0.8.2.tar.gz 77790 SHA256 
eef2ace8d65d5902582cbc9ad3b2ecff0e86a6f90ad4837d8b17d568dd9dd20e SHA512 
76d7d4c97660d5a6bbe9a33498a93b32528073024520e570739c511c0138ba1af7e35139bf77ca2a94063e5979baccd6252619449d6aed546fd1331be81ab52a
 WHIRLPOOL 
d6331fcd6e7d4eb750e3285e92fd21dfdfbb054b880f954156d1e781025a0c0e1c464e0c23cad587799ceba787928af092d34071eb0a5c4595b0e8aa6db52ff0
 DIST pbr-1.10.0.tar.gz 111425 SHA256 
186428c270309e6fdfe2d5ab0949ab21ae5f7dea831eab96701b86bd666af39c SHA512 
f7f6ce2f70324e2d287f58c3d12e0be2e33ef9ed32311ad2c56410eb67cda20732adff2058ba2fc244249a17a4c95b0d589ba913db4777e63ff1023ae888c864
 WHIRLPOOL 
d70893921cabccf0e147ba1203cc2838feb47afcda90f7b584eb997dc4ae7e30e47b93b04ddaae8215bfa78351a5a2a53bfca5dc9fbb1ee7a268ae166c73c222
-DIST pbr-1.8.1.tar.gz 104584 SHA256 
e2127626a91e6c885db89668976db31020f0af2da728924b56480fc7ccf09649 SHA512 
909b3ef463787d68f75f300b483ffb7d1e54ef246ed893ab5cf84e5489e171b67b77c90a1f90259ca274eeb286a66a3f221d5e0c17df5d14d0aa263d36ba6eb4
 WHIRLPOOL 
69bf79cc322583b17e86ccb130894dbd5aed4b0b6c8c273c977a3a5ac79190cd15b96b28d76995021eb69c30b76bcf7e9a061c0280483da9ec0c69d33e9f0822
-DIST pbr-1.9.1.tar.gz 113439 SHA256 
3997406c90894ebf3d1371811c1e099721440a901f946ca6dc4383350403ed51 SHA512 
02c05652ee7504ec45330ab281be5880d70aa8017b1181446323d811b97e0c2deb6b3ff693516e32dd9ba2ecc653b13dbe33114e52414e78a478f5374b195cf1
 WHIRLPOOL 
73b87af217dc6af2bc14b2235a5d7f5f4ac1dd3fe3c0ede5730961e65aa0bd04194731c22cdf66567401f04600f5258dc9d3006e3ac9bc89e3743fa1415c099c
-DIST pbr-2.0.0.tar.gz 98568 SHA256 
0ccd2db529afd070df815b1521f01401d43de03941170f8a800e7531faba265d SHA512 
39540f54de674d4e50d6e9239328c0ac11ae6218a1483b023ab282efb797fc143d22334f60697ba81e2309c525860525ed0ce4858d66b187d2581fab9fae6b7d
 WHIRLPOOL 
049df8e4fee3c65c04362cbbcda88047f9fa672caa1d1319bac5dfdf2452ddfd442e9e46bc832fad57831844eed1f0da4267fe3ae40b148948a9413aa5b155a2
-DIST pbr-2.1.0.tar.gz 100858 SHA256 
f71359a7e2de2f5ea1eceea7c1e3222f2560ee48e21eef6f96957bb5c2ebb94a SHA512 
a4a7b1c96545bd25f63a439608f22bc04309c518f78f0044d18f10ce7c9ceeca3da97be527f0330c65d875900a3729dea99dade95787fb2ea75c3ae387b36938
 WHIRLPOOL 
f82152ebb34ed21438853289c66ce326d39a57f6da7c28a31b9e43c26ab2a54ed9978cd398d5e7f28cdd94abcdc0017557d15af3458ec8f66b181fd5ef6de836
-DIST pbr-3.0.1.tar.gz 100518 SHA256 
d7e8917458094002b9a2e0030ba60ba4c834c456071f2d0c1ccb5265992ada91 SHA512 
30ffb8f0c0184c7613add7094ff065d709d9c83e829f7e65ea60f5d1e0fbd267c3067aed8eff0c7767110b079e118141743f4f63185f8617925566ff14a40412
 WHIRLPOOL 
eca2d4335399c2fe10ba7d5dd0ccda28d57d6c0ce8890f625765eab1e593c5b1a200a3cf433355ef898a9d2d5b9a67ce99ab88a13591a9cc363b0c6ee8b4fb40
 DIST pbr-3.1.1.tar.gz 102665 SHA256 
05f61c71aaefc02d8e37c0a3eeb9815ff526ea28b3b76324769e6158d7f95be1 SHA512 
c01fb83678f8fc3acddc153dd341a17ed9d602b6770f0ff244b1c5b54c37d4ddcbd0c3d726f7d7020865819e02797c1c79a0c15e9ee2ae5c1510fce7112b2a3a
 WHIRLPOOL 
00c980b8499c2418e4e2847cbb85fccf921ffa15e1c32c3b3053a46468efd2578faf224334ce81c24177705d66c1c1a2f9d5d8de7c0a0ce4b45a017e02da

diff --git a/dev-python/pbr/pbr-1.10.0-r1.ebuild 
b/dev-python/pbr/pbr-1.10.0-r1.ebuild
index 3985dcc51aa..e5734de89bb 100644
--- a/dev-python/pbr/pbr-1.10.0-r1.ebuild
+++ b/dev-python/pbr/pbr-1.10.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and 
https://bugs.gentoo.org/show_bug.cgi?id=561038

diff --git a/dev-python/pbr/pbr-1.10.0.ebuild b/dev-python/pbr/pbr-1.10.0.e

[gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/

2017-07-29 Thread Zac Medico
commit: fa1ba6318e114cd9f3bb5b4e61ed3dab7521bc19
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 30 00:03:25 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 30 00:07:04 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=fa1ba631

config.validate: check for invalid BINPKG_COMPRESSION

 pym/portage/package/ebuild/config.py | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/pym/portage/package/ebuild/config.py 
b/pym/portage/package/ebuild/config.py
index f8043dbf5..3d232e0be 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -25,6 +25,7 @@ portage.proxy.lazyimport.lazyimport(globals(),
'portage.dep.soname.SonameAtom:SonameAtom',
'portage.dbapi.vartree:vartree',
'portage.package.ebuild.doebuild:_phase_func_map',
+   'portage.util.compression_probe:_compressors',
'portage.util.locale:check_locale,split_LC_ALL',
 )
 from portage import bsd_chflags, \
@@ -1171,6 +1172,32 @@ class config(object):
writemsg(_("!!! See 
https://bugs.pypy.org/issue833 for details.\n"),
noiselevel=-1)
 
+   binpkg_compression = self.get("BINPKG_COMPRESSION")
+   if binpkg_compression:
+   try:
+   compression = _compressors[binpkg_compression]
+   except KeyError as e:
+   writemsg("!!! BINPKG_COMPRESSION contains 
invalid or "
+   "unsupported compression method: %s" % 
e.args[0],
+   noiselevel=-1)
+   else:
+   try:
+   compression_binary = shlex_split(
+   
portage.util.varexpand(compression["compress"],
+   mydict=self))[0]
+   except IndexError as e:
+   writemsg("!!! BINPKG_COMPRESSION 
contains invalid or "
+   "unsupported compression 
method: %s" % e.args[0],
+   noiselevel=-1)
+   else:
+   if portage.process.find_binary(
+   compression_binary) is None:
+   missing_package = 
compression["package"]
+   writemsg("!!! 
BINPKG_COMPRESSION unsupported %s. "
+   "Missing package: %s" %
+   (binpkg_compression, 
missing_package),
+   noiselevel=-1)
+
def load_best_module(self,property_string):
best_mod = 
best_from_dict(property_string,self.modules,self.module_priority)
mod = None



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

2017-07-29 Thread Patrick McLean
commit: 7675f15c13f314ac4dcda7790f0e5ac37040
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jul 29 23:24:18 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jul 29 23:24:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7675f15c

dev-util/google-perftools: Version bump to 2.6, migrate to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/google-perftools/Manifest |  1 +
 .../google-perftools/google-perftools-2.6.ebuild   | 85 ++
 dev-util/google-perftools/metadata.xml |  6 +-
 3 files changed, 89 insertions(+), 3 deletions(-)

diff --git a/dev-util/google-perftools/Manifest 
b/dev-util/google-perftools/Manifest
index faf191f9f96..045a5732c0f 100644
--- a/dev-util/google-perftools/Manifest
+++ b/dev-util/google-perftools/Manifest
@@ -1,3 +1,4 @@
 DIST google-perftools-1.8.3.tar.gz 1265062 SHA256 
6ad744b34abb24312631740d9912f4667993b02e5f59b91246c31a2a911a9d59 SHA512 
c6938391d182982ba6a87cd3d023e5fdf3501c42aecb951504e2fc97ce9e5bb2a6e6a577504ddbe89220b45ae47e58ce3e68f84aa45ff238d949dee4fc765b51
 WHIRLPOOL 
70ef15f25451a0f3eddb92e948e6d7d2e46a7ee8684636ddff312d5f0dda1429a7fe3f1f6756f0a979e4957b09c47513ddad9504415795e9e82ba51188672fdc
 DIST gperftools-2.0.tar.gz 1261243 SHA256 
7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080 SHA512 
61bf7a26974058912a4165cbc363351bc735599d36ab569dc7e84a75a690adbc17a4178512a57469fc7c17befaad2a271ef4ea5c29a36b664153938939269926
 WHIRLPOOL 
4f49a7da976040cacdecb8e18294b09fbfe276422ba35058476a14a3c1df072f8748d70f738adafa03a3a445701ed32b6232f13962d8ec8c5a968652414797a6
 DIST gperftools-2.5.tar.gz 895753 SHA256 
0256331e67e8be12995b57183ec6affd071231f997bfcb5d5b050f86d4ad577e SHA512 
974b86eadebe0437f4b7cf51de84afa315390cdcd2a88c8ccc8448b0b3e98c2241d89b4987b5fca1937102ae00a43802d9d06d7b11272e3dfeeaa23cf58ad68d
 WHIRLPOOL 
4fc82910585107a2a879cae1b83afdcf98a39c3c7cbce3e8ba28b7b00ea1f638bb795213b7a6330bb311dd399bd7bcf34b3705cb8f75921ac1fd9ce3c0d1e8fd
+DIST gperftools-2.6.tar.gz 906841 SHA256 
ff07a20a522fc729b899c542fedd3156fb1600973786542917675f7634b4905c SHA512 
9fc32066304b76ad323e90ce2e7b437e7f1a5094b8d40a0e3df4d317fd57b4c048a19dacb7d148bd40557a080b0b82fe2da8ef32ae5511735ca7118e06b1ee38
 WHIRLPOOL 
c91ffd09e9fd3202c17813d27370b144fa4140a6bd62b3e6c662557ac674c16575edcd50313d2cd342834a6ea5e799b96dca72ff600714486f9515bcc0c538c1

diff --git a/dev-util/google-perftools/google-perftools-2.6.ebuild 
b/dev-util/google-perftools/google-perftools-2.6.ebuild
new file mode 100644
index 000..48a3be80a5e
--- /dev/null
+++ b/dev-util/google-perftools/google-perftools-2.6.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="gperftools-${PV}"
+inherit toolchain-funcs flag-o-matic vcs-snapshot autotools multilib-minimal
+
+DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis 
tools"
+HOMEPAGE="https://github.com/gperftools/gperftools";
+SRC_URI="https://github.com/gperftools/gperftools/tarball/${MY_P} -> 
${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/4"
+# contains ASM code, with support for
+# freebsd x86/amd64
+# linux x86/amd64/ppc/ppc64/arm
+# OSX ppc/amd64
+# AIX ppc/ppc64
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+IUSE="largepages +debug minimal optimisememory test static-libs"
+
+DEPEND="sys-libs/libunwind"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+HTML_DOCS="docs"
+
+pkg_setup() {
+   # set up the make options in here so that we can actually make use
+   # of them on both compile and install.
+
+   # Avoid building the unit testing if we're not going to execute
+   # tests; this trick here allows us to ignore the tests without
+   # touching the build system (and thus without rebuilding
+   # autotools). Keep commented as long as it's restricted.
+   use test || \
+   MAKEOPTS+=" noinst_PROGRAMS= "
+}
+
+src_prepare() {
+   default
+   eautoreconf
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   use largepages && append-cppflags -DTCMALLOC_LARGE_PAGES
+   use optimisememory && append-cppflags -DTCMALLOC_SMALL_BUT_SLOW
+   append-flags -fno-strict-aliasing -fno-omit-frame-pointer
+
+   econf \
+   --htmldir=/usr/share/doc/${PF}/html \
+   --docdir=/usr/share/doc/${PF} \
+   --enable-shared \
+   $(use_enable static-libs static) \
+   $(use_enable debug debugalloc) \
+   $(if [[ ${ABI} == x32 ]]; then printf "--enable-minimal\n" else 
use_enable minimal; fi)
+}
+
+src_test() {
+   case "${LD_PRELOAD}" in
+   *libsandbox*)
+   ewarn "Unable to run tests when sandbox is enabled."
+   ewarn "See https://bugs.gentoo.org/290249";
+   return 0
+

[gentoo-commits] proj/portage:master commit in: pym/_emerge/, man/, pym/portage/package/ebuild/_config/, pym/portage/util/, ...

2017-07-29 Thread Manuel Rüger
commit: cff2c0149142843316e1851c2e73bcec30f08471
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jun 15 15:11:04 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jul 30 00:52:53 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=cff2c014

Support different compressors for binary packages

This patch allows to set the compressor for binary packages via a
BINPKG_COMPRESSION variable. BINPKG_COMPRESSION_ARGS allows to specify
command-line arguments for the chosen compressor.

Reviewed-By: Zac Medico  gentoo.org>

 bin/misc-functions.sh  |  6 ++-
 bin/quickpkg   | 62 --
 man/make.conf.5| 25 +
 pym/_emerge/BinpkgExtractorAsync.py| 43 +--
 pym/portage/dbapi/bintree.py   |  8 +--
 .../package/ebuild/_config/special_env_vars.py |  2 +-
 pym/portage/package/ebuild/doebuild.py | 34 ++--
 pym/portage/util/compression_probe.py  | 45 +---
 8 files changed, 186 insertions(+), 39 deletions(-)

diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 58755a1e1..079369313 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -453,7 +453,7 @@ __dyn_package() {
# Make sure $PWD is not ${D} so that we don't leave gmon.out files
# in there in case any tools were built with -pg in CFLAGS.
 
-   cd "${T}"
+   cd "${T}" || die
 
if [[ -n ${PKG_INSTALL_MASK} ]] ; then
PROOT=${T}/packaging/
@@ -478,8 +478,10 @@ __dyn_package() {
[ -z "${PORTAGE_BINPKG_TMPFILE}" ] && \
die "PORTAGE_BINPKG_TMPFILE is unset"
mkdir -p "${PORTAGE_BINPKG_TMPFILE%/*}" || die "mkdir failed"
+   [ -z "${PORTAGE_COMPRESSION_COMMAND}" ] && \
+die "PORTAGE_COMPRESSION_COMMAND is unset"
tar $tar_options -cf - $PORTAGE_BINPKG_TAR_OPTS -C "${PROOT}" . | \
-   $PORTAGE_BZIP2_COMMAND -c > "$PORTAGE_BINPKG_TMPFILE"
+   $PORTAGE_COMPRESSION_COMMAND -c > "$PORTAGE_BINPKG_TMPFILE"
assert "failed to pack binary package: '$PORTAGE_BINPKG_TMPFILE'"
PYTHONPATH=${PORTAGE_PYTHONPATH:-${PORTAGE_PYM_PATH}} \
"${PORTAGE_PYTHON:-/usr/bin/python}" 
"$PORTAGE_BIN_PATH"/xpak-helper.py recompose \

diff --git a/bin/quickpkg b/bin/quickpkg
index 4f26ee912..750400592 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -8,6 +8,7 @@ import argparse
 import errno
 import math
 import signal
+import subprocess
 import sys
 import tarfile
 
@@ -22,11 +23,13 @@ from portage.dbapi.dep_expand import dep_expand
 from portage.dep import Atom, use_reduce
 from portage.exception import (AmbiguousPackageName, InvalidAtom, InvalidData,
InvalidDependString, PackageSetNotFound, PermissionDenied)
-from portage.util import ConfigProtect, ensure_dirs, shlex_split, _xattr
+from portage.util import ConfigProtect, ensure_dirs, shlex_split, varexpand, 
_xattr
 xattr = _xattr.xattr
 from portage.dbapi.vartree import dblink, tar_contents
 from portage.checksum import perform_md5
 from portage._sets import load_default_config, SETPREFIX
+from portage.process import find_binary
+from portage.util.compression_probe import _compressors
 
 def quickpkg_atom(options, infos, arg, eout):
settings = portage.settings
@@ -50,16 +53,16 @@ def quickpkg_atom(options, infos, arg, eout):
" ".join(e.args[0]))
del e
infos["missing"].append(arg)
-   return
+   return 1
except (InvalidAtom, InvalidData):
eout.eerror("Invalid atom: %s" % (arg,))
infos["missing"].append(arg)
-   return
+   return 1
if atom[:1] == '=' and arg[:1] != '=':
# dep_expand() allows missing '=' but it's really invalid
eout.eerror("Invalid atom: %s" % (arg,))
infos["missing"].append(arg)
-   return
+   return 1
 
matches = vardb.match(atom)
pkgs_for_arg = 0
@@ -108,16 +111,16 @@ def quickpkg_atom(options, infos, arg, eout):
in settings.features))
def protect(filename):
if not confprot.isprotected(filename):
-   return False
+   return 1
if include_unmodified_config:
file_data = contents[filename]
if file_data[0] == "obj":
orig_md5 = 
file_data[2].lower()
cur_md5 = 
perform_md5(filename, calc_prelink=1)
  

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

2017-07-29 Thread Joshua Kinard
commit: 25f864c733b97212f71e3677f4f1a2fbaca4e857
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 29 22:48:00 2017 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 29 22:49:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f864c7

dev-libs/libpcre: Fix compile error on MIPS.  Fixes #626564

Fixes a compile error on certain MIPS platforms that leads to a
violation of C grammar in sljit/sljitNativeMIPS_common.c.  Patch
has been upstreamed:
https://bugs.exim.org/show_bug.cgi?id=2154

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../libpcre-8.41-sljit_mips-label-statement-fix.patch | 15 +++
 dev-libs/libpcre/libpcre-8.41.ebuild  |  7 ---
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git 
a/dev-libs/libpcre/files/libpcre-8.41-sljit_mips-label-statement-fix.patch 
b/dev-libs/libpcre/files/libpcre-8.41-sljit_mips-label-statement-fix.patch
new file mode 100644
index 000..0494ccc25eb
--- /dev/null
+++ b/dev-libs/libpcre/files/libpcre-8.41-sljit_mips-label-statement-fix.patch
@@ -0,0 +1,15 @@
+diff -Naurp pcre-8.41.orig/sljit/sljitNativeMIPS_common.c 
pcre-8.41/sljit/sljitNativeMIPS_common.c
+--- pcre-8.41.orig/sljit/sljitNativeMIPS_common.c  2017-05-07 
11:32:25.0 -0400
 pcre-8.41/sljit/sljitNativeMIPS_common.c   2017-07-29 17:50:24.508909742 
-0400
+@@ -503,9 +503,11 @@ SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit
+ #ifdef SLJIT_IS_FPU_AVAILABLE
+   return SLJIT_IS_FPU_AVAILABLE;
+ #elif defined(__GNUC__)
++  {
+   sljit_sw fir;
+   asm ("cfc1 %0, $0" : "=r"(fir));
+   return (fir >> 22) & 0x1;
++  }
+ #else
+ #error "FIR check is not implemented for this architecture"
+ #endif

diff --git a/dev-libs/libpcre/libpcre-8.41.ebuild 
b/dev-libs/libpcre/libpcre-8.41.ebuild
index a681e836fee..397cbd7f417 100644
--- a/dev-libs/libpcre/libpcre-8.41.ebuild
+++ b/dev-libs/libpcre/libpcre-8.41.ebuild
@@ -47,11 +47,12 @@ MULTILIB_CHOST_TOOLS=(
/usr/bin/pcre-config
 )
 
-#PATCHES=(
-#)
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.41-sljit_mips-label-statement-fix.patch
+)
 
 src_prepare() {
-   #epatch "${PATCHES[@]}"
+   epatch "${PATCHES[@]}"
sed -i -e "s:-lpcre ::" libpcrecpp.pc.in || die
elibtoolize
 }



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

2017-07-29 Thread Sergei Trofimovich
commit: f9a0572e55732d8501327cc3b5872ce86a9b6c54
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 29 22:27:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 29 22:27:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a0572e

dev-python/pysmi: ia64 keyworded, bug #626124

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

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

diff --git a/dev-python/pysmi/pysmi-0.1.3.ebuild 
b/dev-python/pysmi/pysmi-0.1.3.ebuild
index e6324be186f..d3ae5f3328f 100644
--- a/dev-python/pysmi/pysmi-0.1.3.ebuild
+++ b/dev-python/pysmi/pysmi-0.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-07-29 Thread Sergei Trofimovich
commit: c9c429482e7caaadd61f96e7a51a7c9dad05a3ef
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 29 21:58:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 29 22:22:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c42948

dev-util/aruba: ia64 keyworded, bug #555312

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

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

diff --git a/dev-util/aruba/aruba-0.8.1.ebuild 
b/dev-util/aruba/aruba-0.8.1.ebuild
index 63cae9d1a71..de515fb11f5 100644
--- a/dev-util/aruba/aruba-0.8.1.ebuild
+++ b/dev-util/aruba/aruba-0.8.1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Cucumber steps for driving out command line 
applications"
 HOMEPAGE="https://github.com/cucumber/aruba";
 LICENSE="MIT"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



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

2017-07-29 Thread Michael Weber
commit: c1605e6f952e51a129357103f89522fe6e00516c
Author: Michael Weber  gentoo  org>
AuthorDate: Sat Jul 29 21:47:08 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sat Jul 29 21:47:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1605e6f

media-sound/ardour: Version bump (bug 626514) after talking to 
#proaudio-overlay.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/ardour/Manifest   |   1 +
 media-sound/ardour/ardour-5.10.ebuild | 141 ++
 2 files changed, 142 insertions(+)

diff --git a/media-sound/ardour/Manifest b/media-sound/ardour/Manifest
index 0532bd518a7..10a167bd24b 100644
--- a/media-sound/ardour/Manifest
+++ b/media-sound/ardour/Manifest
@@ -1,5 +1,6 @@
 DIST ardour-2.8.16.tar.bz2 2169916 SHA256 
37ee32119ba105fa0883faa7e18c58ecd5276894568da224a554d9ef49075e40 SHA512 
02e74883cf466fcd5588ec8f2fd9d032b4611071d630b412c853a7ae7cb46045c0cde4308abbc78da3f54aae0ab1c32a980b8d1e1a965c8633ef43d8e08e0d0d
 WHIRLPOOL 
357b45e506da05b1ce17f006c3e2b22b17150b5556e06785b961b308d958fb66fa82b3e01d1d5e596e43caf6b9d1c83287696a6c694e54114fed5825e2fc5a51
 DIST ardour-4.7.tar.gz 9863149 SHA256 
dfa3d102b3f7bb0702969153d22d9311ac98c587f691760ab0f1d3f4f455a86d SHA512 
5daff563ec0b2dc38ec6ca55bb12526ef54da9d8d5a29a9fd6d869f54b83e6fe5ff3c28ef654e6700455110b4a46ce42a33902eb66d96330c6c0948eb3cd3096
 WHIRLPOOL 
eb94b56a919d0088a312414f45475f53ee8c7f618d85f9ffcf5f27719422c2035ff4608108ecbe0f521d54ed1ad40c06ada0a1cb8f7d70531320f40aa107e4b4
+DIST ardour-5.10.tar.bz2 8844840 SHA256 
2d88fad771e8f4df4c1ff06836152d486f392a71b4f369759934419b679ddd0f SHA512 
4dc8c43ed81b931e855f4a19b5674712a8322edaa06f466d5dd0eb93076a67da12795944c8f17b30b89bb5e87f54279fc2b21d147d48e98e5cb69a3f965a8bb8
 WHIRLPOOL 
1b8d23c58a5ecb04410df29daa0e73c308b58b843b000a607e4ef2cd78b94e250252654e1c39d34373b5482f141491532914298589bd13e260864044f0ee8b1a
 DIST ardour-5.3.tar.bz2 8244811 SHA256 
1289002cb81e372b663f9d66e2923c066b64c48f9bec3a9884f7a59cb007945a SHA512 
464c311cd3f3f4a580ad451be7a8143a3f2f7454364426c952e757999aba92af6611d0bc31f4d5e0ca301a3c79e4cd1ec19b01ec9941f34e6fa4cf338149291f
 WHIRLPOOL 
b7d999805f2b5dda2dc1fd92cbec76d499b15c0f7517c208e7c6b46b624dcd759b0c25a4ee9ec23d974500873c93a8b76e1f45395a25936d5641e47e3027f038
 DIST ardour-5.5.tar.bz2 9237459 SHA256 
867605614f6840341d37c388f6c5acf803579172b7d7edbebb4c8e36c8bfde1f SHA512 
63132681dda7890b8f455a8142935f0bdce28e718b98d1d79a9207ad86b25d31698285d28871bb5043b3b859efd8b1fb8b7b7324fa3abd952a7a9c8e1691e09c
 WHIRLPOOL 
16a7cdc5b5893bbd4e6e86bf3f6d06dc236ad3c7062ba51f313fc472fd46e63f9508f761e9d20ff929e915591fc1d3153098b115909671e4c357003b6c21f733
 DIST ardour-5.6.tar.bz2 8590451 SHA256 
d8a55121540e1de8c1a040162316434a2c82d75b8c9e9673ab2143662c848372 SHA512 
6d7c72f4bb91e0d9d63dfb2273108e3f61bddac9c21f1f58fe6cb73d5f0a028e735d226c3aa2d1404916b566a103d556a2934b083a4c5d629ec7e28c0abd34f9
 WHIRLPOOL 
a55ac78ad64b56678ca0a6f278a6a4e118d5a0aa8e2d5fa7309583c20f87d5df58408b3deee6cbb0b7a1390fa73ec3a766445d08d94709be02869cbc1aa059da

diff --git a/media-sound/ardour/ardour-5.10.ebuild 
b/media-sound/ardour/ardour-5.10.ebuild
new file mode 100644
index 000..8998723b507
--- /dev/null
+++ b/media-sound/ardour/ardour-5.10.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+)'
+#EPYTHON='python2.7'
+inherit eutils toolchain-funcs flag-o-matic python-any-r1 waf-utils
+
+DESCRIPTION="Digital Audio Workstation"
+HOMEPAGE="http://ardour.org/";
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="http://git.ardour.org/ardour/ardour.git";
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="mirror://gentoo/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2"
+   S="${WORKDIR}/Ardour-${PV}.0"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="altivec doc jack cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow"
+
+RDEPEND="
+   >=dev-cpp/glibmm-2.32.0
+   >=dev-cpp/gtkmm-2.16:2.4
+   >=dev-cpp/libgnomecanvasmm-2.26:2.6
+   dev-libs/boost:=
+   >=dev-libs/glib-2.10.1:2
+   dev-libs/libsigc++:2
+   >=dev-libs/libxml2-2.6:2
+   dev-libs/libxslt
+   >=gnome-base/libgnomecanvas-2
+   media-libs/alsa-lib
+   media-libs/aubio
+   media-libs/flac
+   media-libs/freetype:2
+   media-libs/libart_lgpl
+   media-libs/liblo
+   >=media-libs/liblrdf-0.4.0-r20
+   >=media-libs/libsamplerate-0.1
+   >=media-libs/libsndfile-1.0.18
+   >=media-libs/libsoundtouch-1.6.0
+   media-libs/raptor:2
+   >=media-libs/rubberband-1.6.0
+   >=media-libs/taglib-1.7
+   media-libs/vamp-plugin-sdk
+   net-misc/curl
+   sys-libs/readline:0=
+   sci-libs/fftw:3.0[threads]
+   virtual/libusb:0
+   x11-libs/cairo
+   >=x11-libs/gtk+-2.8.1:2
+   x11-libs/pango
+   jack? 

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

2017-07-29 Thread Sergei Trofimovich
commit: 3220f53854960d67e48e920f19036e1081965bb6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 29 20:25:45 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 29 21:26:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3220f538

media-sound/xmms2: 0.8_p20161122 stable for ppc/x86, bug #625080

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/xmms2/xmms2-0.8_p20161122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/xmms2/xmms2-0.8_p20161122.ebuild 
b/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
index c8dd0136f8f..14ef8f66ad1 100644
--- a/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
+++ b/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${MY_P}.tar.bz2";
 LICENSE="GPL-2 LGPL-2.1"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ppc x86"
 
 IUSE="aac airplay +alsa ao asf cdda curl cxx ffmpeg flac fluidsynth gvfs ices
 jack mac mlib-update mms +mad modplug mp3 mp4 musepack ofa opus oss



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2017-07-29 Thread Agostino Sarubbo
commit: 5c8355d20014e22a58a11cbfaabea999f22fb7b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 29 21:24:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 29 21:24:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8355d2

www-client/chromium: amd64 stable wrt bug #626382

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

 www-client/chromium/chromium-60.0.3112.78.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-60.0.3112.78.ebuild 
b/www-client/chromium/chromium-60.0.3112.78.ebuild
index 41b2bf0fc8d..68b83b6a24a 100644
--- a/www-client/chromium/chromium-60.0.3112.78.ebuild
+++ b/www-client/chromium/chromium-60.0.3112.78.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



[gentoo-commits] proj/devmanual:devbook-guide commit in: appendices/contributing/devbook-guide/

2017-07-29 Thread Göktürk Yüksek
commit: 9409ed6f32c3e5148b1c77c62862916a747c7b6e
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sat Jul 29 20:41:16 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Jul 29 20:41:16 2017 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9409ed6f

appendices/contributing/devbook-guide: remove the  tag

It has no use in devmanual.

 appendices/contributing/devbook-guide/text.xml | 23 +++
 1 file changed, 3 insertions(+), 20 deletions(-)

diff --git a/appendices/contributing/devbook-guide/text.xml 
b/appendices/contributing/devbook-guide/text.xml
index 971..85a3390 100644
--- a/appendices/contributing/devbook-guide/text.xml
+++ b/appendices/contributing/devbook-guide/text.xml
@@ -218,8 +218,6 @@ This is text output or code.
 
 Make HTML/XML easier to read by using selective emphasis:
 bar
-
-(This is how to insert a comment into a code 
block)
 
@@ -251,8 +249,6 @@ This is text output or code. Make HTML/XML easier to read by using selective emphasis: bar - -(This is how to insert a comment into a code block) @@ -511,7 +507,7 @@ GuideXML-tag (both opening as closing), except for: , ,
  • , , , , , , , -, . +. @@ -578,8 +574,8 @@ and the attribute value. As an example: -Wrong :
    -Correct: 
    +Wrong  : 
    +Correct: 
     
     
     
    @@ -617,19 +613,6 @@ possible. In other words, the http://forums.gentoo.org";>Gentoo
     Forums is preferred over http://forums.gentoo.org.
     
     
    -
    -When you comment something inside a 
     construct, use
    - and parentheses or the comment marker for the language
    -that is being used (# for bash scripts and many other things, //
    -for C code, etc.) Also place the comment before the subject of the
    -comment.
    -
    -
    -
    -(Substitute "john" with your user name)
    -# id john
    -
    -
     
     
     
    
    
    

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

    commit: 347824aee8c54d6668a7e14980af3b46e72a57e7
    Author: Joshua Kinard  gentoo  org>
    AuthorDate: Sat Jul 29 20:48:59 2017 +
    Commit: Joshua Kinard  gentoo  org>
    CommitDate: Sat Jul 29 20:50:10 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347824ae
    
    sys-apps/iproute2: Fix compile error w/ sys-libs/uclibc-ng
    
    Local compatibility fix for sys-apps/iproute2-4.12.0 under a
    sys-libs/uclibc-ng system where netinet/in.h is missing a definition
    for 'IPPROTO_MH'.
    
    Signed-off-by: Joshua Kinard  gentoo.org>
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     .../iproute2-4.12.0-uclibc-ng-add-ipproto_mh.patch | 38 ++
     sys-apps/iproute2/iproute2-4.12.0.ebuild   |  8 +
     2 files changed, 46 insertions(+)
    
    diff --git 
    a/sys-apps/iproute2/files/iproute2-4.12.0-uclibc-ng-add-ipproto_mh.patch 
    b/sys-apps/iproute2/files/iproute2-4.12.0-uclibc-ng-add-ipproto_mh.patch
    new file mode 100644
    index 000..48cae701438
    --- /dev/null
    +++ b/sys-apps/iproute2/files/iproute2-4.12.0-uclibc-ng-add-ipproto_mh.patch
    @@ -0,0 +1,38 @@
    +From 2ac2f416072d9968a9ea2dd9f48168223a1147b0 Mon Sep 17 00:00:00 2001
    +From: Baruch Siach 
    +Date: Tue, 18 Jul 2017 14:09:06 +0300
    +Subject: [PATCH] Fix build with uClibc-ng
    +
    +Add a local definition for IPPROTO_MH to fix build with uClibc-ng. As of
    +version 1.0.25, the uClibc-ng netinet/in.h header does not provide this
    +definition. The kernel provided definition is masked by libc-compat.h. Add
    +this local fix until uClibc-ng syncs netinet/in.h with glibc.
    +
    +This partially reverts upstream commit a9ae195a2169 (xfrm: get #define's from
    +linux includes)
    +
    +Signed-off-by: Baruch Siach 
    +---
    +Upstream status: non upstreamable; local uClibc-ng compatibility fix
    +---
    + ip/xfrm.h | 4 
    + 1 file changed, 4 insertions(+)
    +
    +diff --git a/ip/xfrm.h b/ip/xfrm.h
    +index 54d80ce5e949..50b85550fb45 100644
    +--- a/ip/xfrm.h
     b/ip/xfrm.h
    +@@ -30,6 +30,10 @@
    + #include 
    + #include 
    + 
    ++#ifndef IPPROTO_MH
    ++# define IPPROTO_MH 135
    ++#endif
    ++
    + #define XFRMS_RTA(x)  ((struct rtattr*)(((char*)(x)) + 
    NLMSG_ALIGN(sizeof(struct xfrm_usersa_info
    + #define XFRMS_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_usersa_info))
    + 
    +-- 
    +2.13.2
    +
    
    diff --git a/sys-apps/iproute2/iproute2-4.12.0.ebuild 
    b/sys-apps/iproute2/iproute2-4.12.0.ebuild
    index 92f6ddaa6ff..3443e720d92 100644
    --- a/sys-apps/iproute2/iproute2-4.12.0.ebuild
    +++ b/sys-apps/iproute2/iproute2-4.12.0.ebuild
    @@ -51,6 +51,14 @@ src_prepare() {
    )
    fi
     
    +   # Local uclibc-ng compat fix until uclibc-ng upstream can sync
    +   # netinet/in.h with glibc.  Resolves #626546.
    +   if use elibc_uclibc ; then
    +   PATCHES+=(
    +   
    "${FILESDIR}"/${PN}-4.12.0-uclibc-ng-add-ipproto_mh.patch
    +   )
    +   fi
    +
    epatch "${PATCHES[@]}"
     
    sed -i \
    
    
    

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

    commit: 3efe0f9b63959103cb4952341b9dfd3c0e50696c
    Author: Joshua Kinard  gentoo  org>
    AuthorDate: Sat Jul 29 20:55:11 2017 +
    Commit: Joshua Kinard  gentoo  org>
    CommitDate: Sat Jul 29 20:55:11 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efe0f9b
    
    sys-kernel/mips-sources: Updates for 4.4, 4.9, & 4.12
    
    4.4.78 -> 4.4.79
    4.9.39 -> 4.9.40
    4.12.3 -> 4.12.4
    
    Signed-off-by: Joshua Kinard  gentoo.org>
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     sys-kernel/mips-sources/Manifest| 6 +++---
     .../{mips-sources-4.12.3.ebuild => mips-sources-4.12.4.ebuild}  | 0
     .../{mips-sources-4.4.78.ebuild => mips-sources-4.4.79.ebuild}  | 0
     .../{mips-sources-4.9.39.ebuild => mips-sources-4.9.40.ebuild}  | 0
     4 files changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest
    index 0c27aa1ed35..540a16ef4be 100644
    --- a/sys-kernel/mips-sources/Manifest
    +++ b/sys-kernel/mips-sources/Manifest
    @@ -18,7 +18,7 @@ DIST mipsgit-4.8.0-20161016.diff.xz 1932 SHA256 
    ad0ba84c2710cfc07c7a215a435d5aa8
     DIST mipsgit-4.9.0-20161216.diff.xz 1120 SHA256 
    a1176dfc87dca9313e8eacf193c549ecee469810644f781c7d3b256da6d9237d SHA512 
    d1d8d95661d349826e2978d2259df9e30dbd6779a6506fe769dd8e60699e8461920b290a2064a432b8c3bd9554f4dbcc2ba40929c58f0dd165fcb7894e15
     WHIRLPOOL 
    11a2f9ff130258077a0f59ccd516c8055f3091453ab2f556047cbfd75dfbf28dcd569b49a7b076ada98fa969752ebcd8f2424993be8c31fd8f40b40859366009
     DIST patch-4.10.17.xz 347932 SHA256 
    5d6b91751fb0ec2b0fd8c30ceb792f0f90ea665fe5967345aeaa64c8bfeb19ba SHA512 
    98700d32b4787eae26bdece45563c171b6b8af43a1a15cf5674530fa5cd1dd47fced054b740b568a4a7a1fdbe1b10cdb8126ef43dc92551e06dc4d3245b2fb56
     WHIRLPOOL 
    1c7e2a3ac4b96672a1983ba6b5c4ab200fad173ac9e111ffe6151bcaec2e0f3cf5fc84b59606d247b4774f918014d6de8c41d21624c99af952a8c7f913f0c748
     DIST patch-4.11.12.xz 298784 SHA256 
    707c5f18dfb795761b0b7ac6f946f03774f9f99317306fd54d8724d17d9c7729 SHA512 
    ee9c5ac45896d84739c679834fcd15dfc46f9e939dcefd54ba049ac47168d71f0af680153615de002a2073ba79e44a9214f74af17ed16aa97d85e6df157fc6e8
     WHIRLPOOL 
    4967292c175128adbd8a33f25a3cd1fdc94605ae0fda2b108105e740ddff48cc7bb08c44dd669562fb33056398a8eeadf396cc682305c7ee0a34fe5adee61f90
    -DIST patch-4.12.3.xz 39028 SHA256 
    13ad942e5144acafb849942c320aa6ab887cd2ffbba033c622f7a88eb2c32143 SHA512 
    a6ace68b6387665a1f77420b415a72032465fae6d99ec409487765ecf7cfb8a8458fe09f844662249f14e5739db3f82b28cdac705b0d54d4c6e268719d350c0d
     WHIRLPOOL 
    22f55a9609c444f5ef287076122075ea47a5382f30cb080146198430c98d9216d5ff5ddb4d2002988a00a832870e0fe961b38cc24034e984b031ce2064cfdf95
    -DIST patch-4.4.78.xz 1259380 SHA256 
    eaae10a76e7ec1de855d1ed6305ec080446e79cc268dee2b134b49ab98d17435 SHA512 
    e8cc55c7d8f7b3d3def0823c5079da91a1eecb2aad01b4156767a90e5bfe2f81bc96e1a63cde4c81f48f747f6680230fc62fdc0f9f328fac9171c829e24b3ffa
     WHIRLPOOL 
    6998db7d59d8d9c58df2bc2f25160435ec2487759211ec8af572e71aac39dcd5f0cc99fb7dcb3c0104d750620787b5d9c4bd34eeac1ee86be558fd52571b999f
    +DIST patch-4.12.4.xz 98592 SHA256 
    7cabddeaba0f9bd85278254ddd6e8af883539df70ec0ed1bda18ce83f57b304a SHA512 
    8a6b72524050733c166524230d85f808275a65c28f06444350ebb8c64dd4cab666f8629ef1d1d2b6c25c1f36820a1fd114510af5a38509df55f9c3071543e647
     WHIRLPOOL 
    46d6e9dd62209fd8b1a3b1dfa9d97f15598e88f4ff4ce3126252fe2e8b108061a50772a9deb752cf06d839eeca4b089a893d666f9ef3e2f576b2f1b795af6656
    +DIST patch-4.4.79.xz 1274180 SHA256 
    2ccbfef63ccdf75c859c2ced2e15bc2ad363ce5dc1591ea61d7de0d49c26e1b6 SHA512 
    a69f937a3a80949db1cf16b547d162b9c83d55f79f3119e59973a94d7e7b914555833beeae5cd165ea1e9ebb6a896352b38fc9ed0675a364dbc32fa165a62026
     WHIRLPOOL 
    8fefb7325e5e892d473e7f19fc895b739bdc49819ef7dfae421b93c07143d31c4ea8637859b91788c93b07696999d46aaed2ad96fff20bd4df2bd35c2ecb
     DIST patch-4.8.17.xz 320288 SHA256 
    1e4be6f6a8eab3edcd0899db382fe1a9330320c603a9ad2c32ebb1dc6f53b3db SHA512 
    df239d990077cdf697fd487b4b8abb97fe442ac9fac4ed2e90c626560fc15058363310cf40580fd000d4ad55198486594a608544ce9c2bcaf03704415aa45441
     WHIRLPOOL 
    401c8ee9f41b78b355ab76f1f0ed25b53855f641e0c27c07461e82af4e322fe958f73ef3cce6d074de2a6be550c8c8615a0a53187f3f9d17c8bd8b928d3a6051
    -DIST patch-4.9.39.xz 830056 SHA256 
    f6008aa6170908707237917743bb12b528addee466c335116ed9c9cf43e912ac SHA512 
    1ea5d00c58e60c8125e9ba13ae0b68392a1d7c608023d95292abec550900398a029494d7fcdcf304de12294d5f55da50a31fc9d8d4c28c0962a28cbdd88028c3
     WHIRLPOOL 
    ee61416710d2c4cef7cb1dff157c89ea6333f2a58a20bb8226928dee4ee4dc870a04e883d5ccb11055ed933a0941c3b9327483b1e8ccfe67a7b83f64fc18c944
    +DIST patch-4.9.40.xz 855780 SHA256 
    8e85a7e9de8fcc2f06f8539b743de30e2ba1f5b9e6784da0701c3ab2b896f019 SHA512 
    ab9c26493069f87a9d8c6c97db1a84f03a1b1221f47facc68e65d79ef75d9c7bd93c1f39eee334e4f45381b2c84ff3acb8870478c61c4d8a648984db55be5ad3
     WHIRLPOOL 
    af5c9e1eff3f3e58848c1af5177d9f5d9abdf0ca5af78518ec4173ad6459a93e417bbde52c395c69d03d217de2fd98ae96eb1966d4002beb33ea56a11f4f95c2
    
    diff --git a/sys-kernel/mips-sources/mips-sour

    [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/

    commit: 9456029d947d7ef31d1ac3c7b4e9b526beb630be
    Author: Göktürk Yüksek  gentoo  org>
    AuthorDate: Sat Jul 29 20:46:10 2017 +
    Commit: Göktürk Yüksek  gentoo  org>
    CommitDate: Sat Jul 29 20:46:10 2017 +
    URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9456029d
    
    ebuild-maintenance: remove uses of  and 
    
    They are renmants of the handbook and have no use in devmanual. The
    generated HTML outputs are identical with and without these tags.
    
     ebuild-maintenance/text.xml | 7 ---
     1 file changed, 4 insertions(+), 3 deletions(-)
    
    diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
    index 859b473..e1bebaf 100644
    --- a/ebuild-maintenance/text.xml
    +++ b/ebuild-maintenance/text.xml
    @@ -582,9 +582,10 @@ from the tree:
     
     
     
    -# cd dev-util
    -# git rm -rf pmk
    -# git commit --gpg-sign
    +# cd dev-util
    +# git rm -rf pmk
    +# git commit --gpg-sign
    +
     
     
     An example commit message is shown below:
    
    
    

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

    commit: 8b23a01ee9c711bd6faec409c95c0b46f76abef2
    Author: Sergei Trofimovich  gentoo  org>
    AuthorDate: Sat Jul 29 20:45:20 2017 +
    Commit: Sergei Trofimovich  gentoo  org>
    CommitDate: Sat Jul 29 20:47:07 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b23a01e
    
    dev-util/radare2: use system-installed capstone, bug #592220
    
    Reported-by: Anton Bolshakov
    Bug: https://bugs.gentoo.org/592220
    Signed-off-by: Sergei Trofimovich  gentoo.org>
    
     dev-util/radare2/metadata.xml|  3 +++
     dev-util/radare2/radare2-1.4.0-r1.ebuild | 45 
     dev-util/radare2/radare2-.ebuild |  6 +++--
     3 files changed, 52 insertions(+), 2 deletions(-)
    
    diff --git a/dev-util/radare2/metadata.xml b/dev-util/radare2/metadata.xml
    index 248be000563..43119efc781 100644
    --- a/dev-util/radare2/metadata.xml
    +++ b/dev-util/radare2/metadata.xml
    @@ -6,4 +6,7 @@
    Sergei Trofimovich
    Primary Maintainer
    
    +   
    +   Use dev-libs/capstone 
    instead of bundled copy.
    +   
     
    
    diff --git a/dev-util/radare2/radare2-1.4.0-r1.ebuild 
    b/dev-util/radare2/radare2-1.4.0-r1.ebuild
    new file mode 100644
    index 000..397bcc5a11f
    --- /dev/null
    +++ b/dev-util/radare2/radare2-1.4.0-r1.ebuild
    @@ -0,0 +1,45 @@
    +# Copyright 1999-2017 Gentoo Foundation
    +# Distributed under the terms of the GNU General Public License v2
    +
    +EAPI=6
    +
    +inherit eutils
    +
    +DESCRIPTION="Advanced command line hexadecimal editor and more"
    +HOMEPAGE="http://www.radare.org";
    +SRC_URI="http://cloud.radare.org/get/${PV}/${P}.tar.gz";
    +
    +LICENSE="GPL-2"
    +SLOT="0"
    +KEYWORDS="~amd64 ~x86"
    +IUSE="ssl +system-capstone"
    +
    +RDEPEND="
    +   ssl? ( dev-libs/openssl:0= )
    +   system-capstone? ( dev-libs/capstone:0= )
    +"
    +DEPEND="${RDEPEND}
    +   virtual/pkgconfig
    +"
    +
    +PATCHES=(
    +   "${FILESDIR}"/${PN}-0.9.9-nogit.patch
    +)
    +
    +src_configure() {
    +   econf \
    +   $(use_with ssl openssl) \
    +   $(use_with system-capstone syscapstone)
    +}
    +
    +src_install() {
    +   # a workaround for unstable $(INSTALL) call, bug #574866
    +   local d
    +   for d in doc/*; do
    +   if [[ -d $d ]]; then
    +   rm -rfv "$d" || die "failed to delete '$d'"
    +   fi
    +   done
    +
    +   default
    +}
    
    diff --git a/dev-util/radare2/radare2-.ebuild 
    b/dev-util/radare2/radare2-.ebuild
    index cda7b0773b9..4c5adb60d12 100644
    --- a/dev-util/radare2/radare2-.ebuild
    +++ b/dev-util/radare2/radare2-.ebuild
    @@ -14,10 +14,11 @@ EGIT_REPO_URI="https://github.com/radare/radare2";
     
     LICENSE="GPL-2"
     SLOT="0"
    -IUSE="ssl"
    +IUSE="ssl +system-capstone"
     
     RDEPEND="
    ssl? ( dev-libs/openssl:0= )
    +   system-capstone? ( dev-libs/capstone:0= )
     "
     DEPEND="${RDEPEND}
    virtual/pkgconfig
    @@ -25,5 +26,6 @@ DEPEND="${RDEPEND}
     
     src_configure() {
    econf \
    -   $(use_with ssl openssl)
    +   $(use_with ssl openssl) \
    +   $(use_with system-capstone syscapstone)
     }
    
    
    

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

    commit: b20171376b89df80873b9bd9cd5da607b1c3ba19
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:20:43 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:09 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2017137
    
    dev-python/pluggy: 0.4.0 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/pluggy/pluggy-0.4.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/pluggy/pluggy-0.4.0.ebuild 
    b/dev-python/pluggy/pluggy-0.4.0.ebuild
    index 789338bfbab..d391ad1e6ac 100644
    --- a/dev-python/pluggy/pluggy-0.4.0.ebuild
    +++ b/dev-python/pluggy/pluggy-0.4.0.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
     
     LICENSE="MIT"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
    ~x86-linux"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
    ~x86-linux"
     IUSE="test"
     
     RDEPEND=""
    
    
    

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

    commit: 3ebc67a47e45a5d833cff53cd7f09b18f9820470
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:34:53 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:33 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebc67a4
    
    dev-python/testrepository: 0.0.18-r1 stable arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/testrepository/metadata.xml| 4 ++--
     dev-python/testrepository/testrepository-0.0.18-r1.ebuild | 2 +-
     2 files changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/dev-python/testrepository/metadata.xml 
    b/dev-python/testrepository/metadata.xml
    index bd52306f827..257231c95ac 100644
    --- a/dev-python/testrepository/metadata.xml
    +++ b/dev-python/testrepository/metadata.xml
    @@ -10,8 +10,8 @@
    Openstack
    
    
    -A repository of test results.
    -  
    +   A repository of test results.
    +   
    
    testrepository
    testscenarios
    
    diff --git a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild 
    b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild
    index 82218929964..c7997d9bb1f 100644
    --- a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild
    +++ b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild
    @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="Apache-2.0"
     SLOT="0"
    -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
     RDEPEND="
    
    
    

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

    commit: 083df54f14197b8dcab29bed7be660fa3a77f76e
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:19:04 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:06 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083df54f
    
    dev-python/namespace-sphinxcontrib: 1.0.1 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git 
    a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild 
    b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
    index b68a4db15a8..1fa214f61b3 100644
    --- a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
    +++ b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
    @@ -12,7 +12,7 @@ SRC_URI=""
     
     LICENSE="public-domain"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
    ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
    ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
    ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
     IUSE=""
     
     RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
    
    
    

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

    commit: cd8b4a0e4c857cd3a7274ad32e95ff16e25d7eb4
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:32:48 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:30 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8b4a0e
    
    dev-python/testresources: 0.2.7-r2 stable arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/testresources/metadata.xml  | 4 ++--
     dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
     2 files changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/dev-python/testresources/metadata.xml 
    b/dev-python/testresources/metadata.xml
    index 0cd49c2394a..3e43e714ce9 100644
    --- a/dev-python/testresources/metadata.xml
    +++ b/dev-python/testresources/metadata.xml
    @@ -14,11 +14,11 @@
    Python
    
    
    -Testresources extends unittest with a clean and simple api to provide test
    +   Testresources extends unittest with a clean and simple api to 
    provide test
    optimisation where expensive common resources are needed for test cases
    for example sample working trees for VCS systems, reference databases 
    for
    enterprise applications, or web servers ... let imagination run wild.
    -  
    +   
    
    testresources
    testresources
    
    diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
    b/dev-python/testresources/testresources-0.2.7-r2.ebuild
    index f78dc513540..ee255ec0896 100644
    --- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
    +++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="Apache-2.0"
     SLOT="0"
    -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
     DEPEND="
    
    
    

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

    commit: 19c4a29e3867f6efc966ae3ab0a07903590bb278
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:30:00 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:24 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c4a29e
    
    dev-python/testscenarios: 0.5.0 stable arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/testscenarios/metadata.xml   | 4 ++--
     dev-python/testscenarios/testscenarios-0.5.0.ebuild | 2 +-
     2 files changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/dev-python/testscenarios/metadata.xml 
    b/dev-python/testscenarios/metadata.xml
    index fb513804bcd..bfc47ff6cc1 100644
    --- a/dev-python/testscenarios/metadata.xml
    +++ b/dev-python/testscenarios/metadata.xml
    @@ -14,12 +14,12 @@
    Python
    
    
    -Testscenarios provides clean dependency injection for
    +   Testscenarios provides clean dependency injection for
    python unittest style tests. This can be used for interface testing
    (testing many implementations via a single test suite) or for classic
    dependency injection (provide tests with dependencies externally to the
    test code itself, allowing easy testing in different situations).
    -  
    +   
    
    testscenarios
    testscenarios
    
    diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild 
    b/dev-python/testscenarios/testscenarios-0.5.0.ebuild
    index 841b61e3897..d3b76cd7a88 100644
    --- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild
    +++ b/dev-python/testscenarios/testscenarios-0.5.0.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="Apache-2.0"
     SLOT="0"
    -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~amd64-linux ~x86-linux"
     
     RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]"
     DEPEND="${RDEPEND}
    
    
    

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

    commit: bfdd9d329e454f47d4151aaf0a57627d9ae38ead
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:36:38 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:36 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdd9d32
    
    dev-python/pbr: 3.1.1 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/pbr/pbr-3.1.1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/pbr/pbr-3.1.1.ebuild b/dev-python/pbr/pbr-3.1.1.ebuild
    index f6dfd1eca74..eb85a1a1ebb 100644
    --- a/dev-python/pbr/pbr-3.1.1.ebuild
    +++ b/dev-python/pbr/pbr-3.1.1.ebuild
    @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="Apache-2.0"
     SLOT="0"
    -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="amd64 arm arm64 hppa ia64 x86 ~amd64-linux ~x86-linux"
     #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
    
    
    

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

    commit: 564d5f1ba5f033d7a6e7c7b5fcc7db80a1eaca22
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:30:42 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:27 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564d5f1b
    
    dev-python/subunit: 1.2.0-r1 stable arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/subunit/subunit-1.2.0-r1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/subunit/subunit-1.2.0-r1.ebuild 
    b/dev-python/subunit/subunit-1.2.0-r1.ebuild
    index 94cdc368097..690b9a8b998 100644
    --- a/dev-python/subunit/subunit-1.2.0-r1.ebuild
    +++ b/dev-python/subunit/subunit-1.2.0-r1.ebuild
    @@ -13,7 +13,7 @@ 
    SRC_URI="https://launchpad.net/${PN}/trunk/$(get_version_component_range 1-2)/+d
     
     LICENSE="Apache-2.0 BSD"
     SLOT="0"
    -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~x86-fbsd"
    +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~x86-fbsd"
     IUSE="static-libs test"
     
     RDEPEND="
    
    
    

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

    commit: f37be8042c846004ae17cdc8208fe4f1f0fd22f7
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:17:13 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:03 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37be804
    
    dev-python/whoosh: 2.7.4 stable arm and arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/whoosh/whoosh-2.7.4.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/whoosh/whoosh-2.7.4.ebuild 
    b/dev-python/whoosh/whoosh-2.7.4.ebuild
    index 9d241ab8afa..2c9346b539d 100644
    --- a/dev-python/whoosh/whoosh-2.7.4.ebuild
    +++ b/dev-python/whoosh/whoosh-2.7.4.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/W/${PN^}/${P^}.tar.gz"
     
     LICENSE="BSD-2"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips x86"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips x86"
     IUSE="doc test"
     
     DEPEND="
    
    
    

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

    commit: afdfefbaa81413269eb11bb749b91f84ca2de9a5
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:23:41 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:18 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdfefba
    
    dev-python/sphinx: 1.6.3-r2 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/sphinx/sphinx-1.6.3-r2.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild 
    b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
    index c7b1b260dfd..de215b9f5fe 100644
    --- a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
    +++ b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
    @@ -14,7 +14,7 @@ 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"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 x86 ~amd64-linux ~x86-linux"
     IUSE="doc latex net test"
     
     RDEPEND="
    
    
    

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

    commit: c2d19c43fc4ec21c494ec72225379bf3740f09fb
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:22:24 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:12 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d19c43
    
    dev-python/tox: 2.4.1 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/tox/tox-2.4.1.ebuild | 2 +-
     dev-python/tox/tox-2.7.0.ebuild | 2 +-
     2 files changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/dev-python/tox/tox-2.4.1.ebuild b/dev-python/tox/tox-2.4.1.ebuild
    index 59b5accb588..117e7fe9735 100644
    --- a/dev-python/tox/tox-2.4.1.ebuild
    +++ b/dev-python/tox/tox-2.4.1.ebuild
    @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
     inherit distutils-r1
     
     DESCRIPTION="virtualenv-based automation of test activities"
    -HOMEPAGE="http://tox.testrun.org https://pypi.python.org/pypi/tox";
    +HOMEPAGE="https://tox.testrun.org https://pypi.python.org/pypi/tox";
     SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="MIT"
    
    diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild
    index 2b1b24d295c..a19a3c1aefb 100644
    --- a/dev-python/tox/tox-2.7.0.ebuild
    +++ b/dev-python/tox/tox-2.7.0.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="MIT"
     SLOT="0"
    -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
    ~x86-linux"
    +KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
    ~x86-linux"
     
     IUSE="doc test"
     
    
    
    

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

    commit: d9df1f707ec02f9acaef03d4c824525f5e632c68
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:25:13 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9df1f70
    
    dev-python/virtualenv: 15.1.0 stable arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/virtualenv/virtualenv-15.1.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild 
    b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
    index 68857c79fa8..838dca237b0 100644
    --- a/dev-python/virtualenv/virtualenv-15.1.0.ebuild
    +++ b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
    @@ -16,7 +16,7 @@ HOMEPAGE="
     SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
     
     LICENSE="MIT"
    -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
    ~sparc-solaris ~x64-solaris ~x86-solaris"
    +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
    sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
    ~sparc-solaris ~x64-solaris ~x86-solaris"
     SLOT="0"
     IUSE="doc test"
     
    
    
    

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

    commit: d2acfab18c966e651fccd6a0465dc786c457cd5c
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:16:17 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:00 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2acfab1
    
    dev-python/typing: 3.5.3.0 stable arm and arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/typing/typing-3.5.3.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/typing/typing-3.5.3.0.ebuild 
    b/dev-python/typing/typing-3.5.3.0.ebuild
    index 769c71b67c5..cb5c1ca765c 100644
    --- a/dev-python/typing/typing-3.5.3.0.ebuild
    +++ b/dev-python/typing/typing-3.5.3.0.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="PSF-2"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc64 x86"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc64 x86"
     IUSE=""
     
     DEPEND=""
    
    
    

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

    commit: ecc377edd7244f894ddb1d4bbdd9250cce2e15d7
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:13:01 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:54 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc377ed
    
    dev-python/mock: 2.0.0 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/mock/mock-2.0.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/mock/mock-2.0.0.ebuild 
    b/dev-python/mock/mock-2.0.0.ebuild
    index cce4e11f47f..9c5af1506b5 100644
    --- a/dev-python/mock/mock-2.0.0.ebuild
    +++ b/dev-python/mock/mock-2.0.0.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="BSD"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
    ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
     IUSE="test"
     
     CDEPEND="
    
    
    

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

    commit: 7f5939234c3c7a0a016440be41e9c85d5559684d
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:12:02 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:51 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f593923
    
    virtual/python-funcsigs: 1 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     virtual/python-funcsigs/python-funcsigs-1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/virtual/python-funcsigs/python-funcsigs-1.ebuild 
    b/virtual/python-funcsigs/python-funcsigs-1.ebuild
    index 749f72cc64f..9673bfe352d 100644
    --- a/virtual/python-funcsigs/python-funcsigs-1.ebuild
    +++ b/virtual/python-funcsigs/python-funcsigs-1.ebuild
    @@ -9,7 +9,7 @@ inherit python-r1
     
     DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 
    variant)"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
    ~sparc x86 ~amd64-linux ~x86-linux"
     REQUIRED_USE="${PYTHON_REQUIRED_USE}"
     
     RDEPEND="
    
    
    

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

    commit: a772b82051f553f44a01d8ba39889e543683481e
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:05:44 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:45 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a772b820
    
    dev-python/fixtures: fix up metadata.xml
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/fixtures/metadata.xml | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/dev-python/fixtures/metadata.xml b/dev-python/fixtures/metadata.xml
    index 23eff350671..b92d628502f 100644
    --- a/dev-python/fixtures/metadata.xml
    +++ b/dev-python/fixtures/metadata.xml
    @@ -10,12 +10,12 @@
    Python
    
    
    -Fixtures defines a Python contract for reusable state / support logic,
    +   Fixtures defines a Python contract for reusable state / support 
    logic,
    primarily for unit testing. Helper and adaption logic is included to 
    make
    it easy to write your own fixtures using the fixtures contract. Glue 
    code
    is provided that makes using fixtures that meet the Fixtures contract in
    unittest compatible test cases easy and straight forward.
    -  
    +   
    
    fixtures
    python-fixtures
    
    
    

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

    commit: ee8a5a973caa97e1650513a77052ff16aaa1760d
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:22:59 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:38:15 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8a5a97
    
    dev-python/sphinxcontrib-websupport: 1.0.1 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     .../sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild  | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git 
    a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild 
    b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
    index 5edc57bf357..dceca986e06 100644
    --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
    +++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
    @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="BSD-2"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
     CDEPEND="
    
    
    

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

    commit: 3e0554a389f7d9a28c9896fdc5053cd2f3993198
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:15:29 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:57 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0554a3
    
    dev-python/imagesize: 0.7.1 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/imagesize/imagesize-0.7.1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild 
    b/dev-python/imagesize/imagesize-0.7.1.ebuild
    index 1d26efd0a70..393a4f1ce4d 100644
    --- a/dev-python/imagesize/imagesize-0.7.1.ebuild
    +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
    @@ -13,7 +13,7 @@ 
    SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe
     
     LICENSE="MIT"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 x86"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 x86"
     IUSE="test"
     
     DEPEND="dev-python/setuptools"
    
    
    

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

    commit: b1062d220550f3c6ce4bcf9ef6306a2bc1a810fb
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:57:36 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:33 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1062d22
    
    dev-python/typing: 3.5.3.0 stable x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/typing/typing-3.5.3.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/typing/typing-3.5.3.0.ebuild 
    b/dev-python/typing/typing-3.5.3.0.ebuild
    index 17d9b312f97..769c71b67c5 100644
    --- a/dev-python/typing/typing-3.5.3.0.ebuild
    +++ b/dev-python/typing/typing-3.5.3.0.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="PSF-2"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc64 ~x86"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc64 x86"
     IUSE=""
     
     DEPEND=""
    
    
    

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

    commit: 8def54637fabf40796246a91b112acc20064a1c8
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:56:51 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:30 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8def5463
    
    dev-python/imagesize: 0.7.1 stable x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/imagesize/imagesize-0.7.1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild 
    b/dev-python/imagesize/imagesize-0.7.1.ebuild
    index c189c6e044f..1d26efd0a70 100644
    --- a/dev-python/imagesize/imagesize-0.7.1.ebuild
    +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
    @@ -13,7 +13,7 @@ 
    SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe
     
     LICENSE="MIT"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~x86"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 x86"
     IUSE="test"
     
     DEPEND="dev-python/setuptools"
    
    
    

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

    commit: 7d9d8dff3ed6fc50b939f86ff187a115d9b7d2be
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:00:05 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:39 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9d8dff
    
    dev-python/pbr: 3.1.1 stable amd64 and x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/pbr/metadata.xml | 28 ++--
     dev-python/pbr/pbr-3.1.1.ebuild |  2 +-
     2 files changed, 15 insertions(+), 15 deletions(-)
    
    diff --git a/dev-python/pbr/metadata.xml b/dev-python/pbr/metadata.xml
    index 26300f41c16..cab3820729b 100644
    --- a/dev-python/pbr/metadata.xml
    +++ b/dev-python/pbr/metadata.xml
    @@ -1,20 +1,20 @@
     
     http://www.gentoo.org/dtd/metadata.dtd";>
     
    -   
    -   prometheanf...@gentoo.org
    -   Matthew Thode
    -   
    -   
    -   openst...@gentoo.org
    -   Openstack
    -   
    -   
    +  
    +prometheanf...@gentoo.org
    +Matthew Thode
    +  
    +  
    +openst...@gentoo.org
    +Openstack
    +  
    +  
     Python Build Reasonableness
    -   PBR is a library that injects some useful and sensible default 
    behaviors into your setuptools run.
    +  PBR is a library that injects some useful and sensible default behaviors 
    into your setuptools run.
       
    -   
    -   pbr
    -   openstack-dev/pbr
    -   
    +  
    +pbr
    +openstack-dev/pbr
    +  
     
    
    diff --git a/dev-python/pbr/pbr-3.1.1.ebuild b/dev-python/pbr/pbr-3.1.1.ebuild
    index 4fdc519702f..f6dfd1eca74 100644
    --- a/dev-python/pbr/pbr-3.1.1.ebuild
    +++ b/dev-python/pbr/pbr-3.1.1.ebuild
    @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="Apache-2.0"
     SLOT="0"
    -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 x86 ~amd64-linux ~x86-linux"
     #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
    
    
    

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

    commit: baf8aa1880e45ce45a94563f95ef4b1caea542ac
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:55:22 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:24 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf8aa18
    
    dev-python/namespace-sphinxcontrib: 1.0 stable amd64 and x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git 
    a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild 
    b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
    index 9fac6c93316..b68a4db15a8 100644
    --- a/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
    +++ b/dev-python/namespace-sphinxcontrib/namespace-sphinxcontrib-1.0.ebuild
    @@ -12,7 +12,7 @@ SRC_URI=""
     
     LICENSE="public-domain"
     SLOT="0"
    -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
    ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
    ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
     IUSE=""
     
     RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
    
    
    

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

    commit: 452c086ed223988a612f15dc5418d63dc18215c0
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:04:49 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:42 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452c086e
    
    dev-python/fixtures: 3.0.0 stable arm and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/fixtures/fixtures-3.0.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/fixtures/fixtures-3.0.0.ebuild 
    b/dev-python/fixtures/fixtures-3.0.0.ebuild
    index 70c14c04371..2a20a161e88 100644
    --- a/dev-python/fixtures/fixtures-3.0.0.ebuild
    +++ b/dev-python/fixtures/fixtures-3.0.0.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="|| ( Apache-2.0 BSD )"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
    ~sparc x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
    ~sparc x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
     # nose not listed but provides coverage output of tests
    
    
    

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

    commit: c71e17becf8efff0cb0c91aad93385026d026c62
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 20:11:16 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:48 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71e17be
    
    dev-python/funcsigs: 1.0.2-r1 stable arm arm64 and hppa
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild 
    b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
    index 7604cf4a80b..a6926ba1f68 100644
    --- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
    +++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     SLOT="0"
     LICENSE="Apache-2.0"
    -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
    ~sh ~sparc x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
    ~sparc x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
     DEPEND="
    
    
    

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

    commit: df82d60e8ae702c5236a989eb14097cd9e804530
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:54:31 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df82d60e
    
    dev-python/snowballstemmer: 1.2.1 stable on x86 and amd64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
    b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
    index cb01c653d38..804c22d82f9 100644
    --- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
    +++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
    @@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="BSD"
     SLOT="0"
    -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=""
    
    
    

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

    commit: aab010db8262aeae2758c65823ed488e106a7f85
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:56:03 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:27 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab010db
    
    dev-python/sphinxcontrib-websupport: 1.0.1 stable amd64 and x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     .../sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild  | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git 
    a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild 
    b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
    index ee9a8dc4e02..5edc57bf357 100644
    --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
    +++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild
    @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
     
     LICENSE="BSD-2"
     SLOT="0"
    -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 x86 ~amd64-linux ~x86-linux"
     IUSE="test"
     
     CDEPEND="
    
    
    

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

    commit: 11fc794f488fc8f2d724a7376385e1455d3fabd1
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:58:49 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 20:37:36 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fc794f
    
    dev-python/sphinx: 1.6.3-r2 stable amd64 and x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/sphinx/sphinx-1.6.3-r2.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild 
    b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
    index 4633c97a841..c7b1b260dfd 100644
    --- a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
    +++ b/dev-python/sphinx/sphinx-1.6.3-r2.ebuild
    @@ -14,7 +14,7 @@ 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"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 x86 ~amd64-linux ~x86-linux"
     IUSE="doc latex net test"
     
     RDEPEND="
    
    
    

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

    commit: f50410bdb5f6b8528d7432acab03082c08db311d
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:35:57 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:35:57 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50410bd
    
    net-libs/gssdp: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     net-libs/gssdp/gssdp-1.0.2.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/net-libs/gssdp/gssdp-1.0.2.ebuild 
    b/net-libs/gssdp/gssdp-1.0.2.ebuild
    index 472d38cd04a..1e4733766a1 100644
    --- a/net-libs/gssdp/gssdp-1.0.2.ebuild
    +++ b/net-libs/gssdp/gssdp-1.0.2.ebuild
    @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP";
     
     LICENSE="LGPL-2"
     SLOT="0/3"
    -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
     IUSE="+introspection gtk"
     
     RDEPEND="
    
    
    

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

    commit: fb895f9a2958fddda20d6bc2844419b48a73b2cc
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:35:34 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:35:34 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb895f9a
    
    net-libs/dleyna-core: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     net-libs/dleyna-core/dleyna-core-0.5.0.ebuild | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild 
    b/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild
    index aa3de5abf69..c7130c6becd 100644
    --- a/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild
    +++ b/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2015 Gentoo Foundation
    +# Copyright 1999-2017 Gentoo Foundation
     # Distributed under the terms of the GNU General Public License v2
     
     EAPI="5"
    @@ -11,7 +11,7 @@ 
    SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz";
     
     LICENSE="LGPL-2.1"
     SLOT="1.0/4"
    -KEYWORDS="amd64 x86"
    +KEYWORDS="amd64 ~arm64 x86"
     IUSE=""
     
     RDEPEND="
    
    
    

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

    commit: 479ddcb1ff02c725610dcafdc972a623721d9eaf
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:36:23 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:36:23 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479ddcb1
    
    sci-libs/libqalculate: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     sci-libs/libqalculate/libqalculate-0.9.9.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/sci-libs/libqalculate/libqalculate-0.9.9.ebuild 
    b/sci-libs/libqalculate/libqalculate-0.9.9.ebuild
    index 61c0f80cad9..c4a7b59e1f4 100644
    --- a/sci-libs/libqalculate/libqalculate-0.9.9.ebuild
    +++ b/sci-libs/libqalculate/libqalculate-0.9.9.ebuild
    @@ -9,7 +9,7 @@ 
    SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz
     
     LICENSE="GPL-2"
     SLOT="0/6"
    -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
    ~x86-linux"
    +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
    ~x86-linux"
     IUSE="gnuplot readline static-libs"
     
     COMMON_DEPEND="
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/prison/

    commit: 03248104e258b0e34dc99c372ccd2de685b86582
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:34:58 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:34:58 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03248104
    
    kde-frameworks/prison: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     kde-frameworks/prison/prison-5.36.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/kde-frameworks/prison/prison-5.36.0.ebuild 
    b/kde-frameworks/prison/prison-5.36.0.ebuild
    index e6a314d46cb..d06ff10643f 100644
    --- a/kde-frameworks/prison/prison-5.36.0.ebuild
    +++ b/kde-frameworks/prison/prison-5.36.0.ebuild
    @@ -9,7 +9,7 @@ DESCRIPTION="QRCode and data matrix barcode library"
     HOMEPAGE="https://cgit.kde.org/prison.git";
     
     LICENSE="GPL-2"
    -KEYWORDS="~amd64 ~arm ~x86"
    +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
     IUSE=""
     
     DEPEND="
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdewebkit/

    commit: bf731cb9e5b1ce35ef55528b82880426b185405b
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:34:38 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:34:38 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf731cb9
    
    kde-frameworks/kdewebkit: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     kde-frameworks/kdewebkit/kdewebkit-5.36.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/kde-frameworks/kdewebkit/kdewebkit-5.36.0.ebuild 
    b/kde-frameworks/kdewebkit/kdewebkit-5.36.0.ebuild
    index 2ec659075f6..8b0bd253c02 100644
    --- a/kde-frameworks/kdewebkit/kdewebkit-5.36.0.ebuild
    +++ b/kde-frameworks/kdewebkit/kdewebkit-5.36.0.ebuild
    @@ -8,7 +8,7 @@ inherit kde5
     
     DESCRIPTION="Framework providing KDE integration of QtWebKit"
     LICENSE="LGPL-2+"
    -KEYWORDS="~amd64 ~arm ~x86"
    +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
     IUSE=""
     
     RDEPEND="
    
    
    

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

    commit: e706336355457fd7aa11c810d819ead693be8923
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:36:10 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:36:10 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7063363
    
    net-libs/libdmapsharing: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild 
    b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
    index 3f49e8b11f5..cbe44efe8d6 100644
    --- a/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
    +++ b/net-libs/libdmapsharing/libdmapsharing-2.9.37.ebuild
    @@ -10,7 +10,7 @@ SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz";
     
     LICENSE="LGPL-2.1"
     SLOT="3.0/2"
    -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
     IUSE="+introspection test"
     
     # Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
    
    
    

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

    commit: 8f00a73782923ef5d193ea82b903b04acf750bb1
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:35:08 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:35:08 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f00a737
    
    media-libs/libdmtx: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     media-libs/libdmtx/libdmtx-0.7.4.ebuild | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/media-libs/libdmtx/libdmtx-0.7.4.ebuild 
    b/media-libs/libdmtx/libdmtx-0.7.4.ebuild
    index e0c22120ee9..7677996a6a5 100644
    --- a/media-libs/libdmtx/libdmtx-0.7.4.ebuild
    +++ b/media-libs/libdmtx/libdmtx-0.7.4.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=4
    @@ -9,7 +9,7 @@ 
    SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
     
     LICENSE="LGPL-2.1"
     SLOT="0"
    -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
    +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
     IUSE="static-libs"
     
     DEPEND=""
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kplotting/

    commit: 3b22957e997f00346c2693a497c4979d9e681aed
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:34:46 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:34:46 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b22957e
    
    kde-frameworks/kplotting: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     kde-frameworks/kplotting/kplotting-5.36.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/kde-frameworks/kplotting/kplotting-5.36.0.ebuild 
    b/kde-frameworks/kplotting/kplotting-5.36.0.ebuild
    index 08ede137d44..91c166f3249 100644
    --- a/kde-frameworks/kplotting/kplotting-5.36.0.ebuild
    +++ b/kde-frameworks/kplotting/kplotting-5.36.0.ebuild
    @@ -8,7 +8,7 @@ inherit kde5
     
     DESCRIPTION="Framework providing easy data-plotting functions"
     LICENSE="LGPL-2+"
    -KEYWORDS="~amd64 ~arm ~x86"
    +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
     IUSE=""
     
     RDEPEND="
    
    
    

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

    commit: 640f8bc156e07d7290dec270b14af8648a66a306
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:35:47 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:35:47 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640f8bc1
    
    net-libs/gupnp: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     net-libs/gupnp/gupnp-1.0.2.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/net-libs/gupnp/gupnp-1.0.2.ebuild 
    b/net-libs/gupnp/gupnp-1.0.2.ebuild
    index 13b29179b00..19b46e74529 100644
    --- a/net-libs/gupnp/gupnp-1.0.2.ebuild
    +++ b/net-libs/gupnp/gupnp-1.0.2.ebuild
    @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP";
     
     LICENSE="LGPL-2"
     SLOT="0/4"
    -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc x86"
     
     IUSE="connman +introspection kernel_linux networkmanager"
     REQUIRED_USE="${PYTHON_REQUIRED_USE}
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna-connector-dbus/

    commit: 4d0c3939db9ca441d6d2615c4a0b02cd5fe6a3e3
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:35:25 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:35:25 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0c3939
    
    net-libs/dleyna-connector-dbus: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild 
    b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild
    index 5a8f4a89773..9bca0dc65e2 100644
    --- a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild
    +++ b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2015 Gentoo Foundation
    +# Copyright 1999-2017 Gentoo Foundation
     # Distributed under the terms of the GNU General Public License v2
     
     EAPI=5
    @@ -11,7 +11,7 @@ 
    SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz";
     
     LICENSE="LGPL-2.1"
     SLOT="1.0"
    -KEYWORDS="amd64 x86"
    +KEYWORDS="amd64 ~arm64 x86"
     IUSE=""
     
     RDEPEND="
    
    
    

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

    commit: 29d02fb89cfc0dce0441fb0d76ca4f1f9bc738ed
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:28:30 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:30:00 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d02fb8
    
    app-text/ebook-tools: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild 
    b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
    index e62ba78029b..0ac6824df5d 100644
    --- a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
    +++ b/app-text/ebook-tools/ebook-tools-0.2.2-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=6
    @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
     
     LICENSE="MIT"
     SLOT="0"
    -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd"
     IUSE="+lit2epub"
     
     DEPEND="
    
    
    

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

    commit: a832cfe764f0b43b5fa9f2643249fd84b17ee82c
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:29:03 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:30:00 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a832cfe7
    
    dev-libs/libgit2: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-libs/libgit2/libgit2-0.26.0.ebuild | 2 +-
     dev-libs/libgit2/libgit2-.ebuild   | 2 +-
     2 files changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/dev-libs/libgit2/libgit2-0.26.0.ebuild 
    b/dev-libs/libgit2/libgit2-0.26.0.ebuild
    index 958b85911b3..8b823f25bfb 100644
    --- a/dev-libs/libgit2/libgit2-0.26.0.ebuild
    +++ b/dev-libs/libgit2/libgit2-0.26.0.ebuild
    @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
    inherit git-r3
     else
    SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
    ${P}.tar.gz"
    -   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-macos"
    +   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos"
     fi
     
     DESCRIPTION="A linkable library for Git"
    
    diff --git a/dev-libs/libgit2/libgit2-.ebuild 
    b/dev-libs/libgit2/libgit2-.ebuild
    index 110fc1f0df8..9cc624be5f3 100644
    --- a/dev-libs/libgit2/libgit2-.ebuild
    +++ b/dev-libs/libgit2/libgit2-.ebuild
    @@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
    inherit git-r3
     else
    SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
    ${P}.tar.gz"
    -   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-macos"
    +   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos"
     fi
     
     DESCRIPTION="A linkable library for Git"
    
    
    

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

    commit: bf571251d875179f1807ae22453688fad366886a
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:28:17 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:30:00 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf571251
    
    app-text/convertlit: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     app-text/convertlit/convertlit-1.8-r3.ebuild | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/app-text/convertlit/convertlit-1.8-r3.ebuild 
    b/app-text/convertlit/convertlit-1.8-r3.ebuild
    index f8f29df6576..dcf0a65454e 100644
    --- a/app-text/convertlit/convertlit-1.8-r3.ebuild
    +++ b/app-text/convertlit/convertlit-1.8-r3.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 @@ SRC_URI="http://www.convertlit.com/${MY_P}src.zip";
     
     LICENSE="GPL-2"
     SLOT="0"
    -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
    ~amd64-linux ~x86-linux ~ppc-macos"
    +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
    ~amd64-linux ~x86-linux ~ppc-macos"
     IUSE=""
     
     RDEPEND=">=dev-libs/libtommath-0.36-r1"
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: app-text/editorconfig-core-c/

    commit: 98fa19ebe9ce40c51181b62e13de42a9406a1449
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 20:28:37 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 20:30:00 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fa19eb
    
    app-text/editorconfig-core-c: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild 
    b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild
    index cfd2475cc74..d9b1f574e80 100644
    --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild
    +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild
    @@ -11,7 +11,7 @@ 
    SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
     
     LICENSE="BSD-2"
     SLOT="0"
    -KEYWORDS="amd64 ~arm x86"
    +KEYWORDS="amd64 ~arm ~arm64 x86"
     IUSE="cli doc"
     CDEPEND="dev-libs/libpcre:="
     DEPEND="${CDEPEND}
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/

    commit: 2216890bc84b83e09619ca8086d51a2f36cfab59
    Author: Patrice Clement  gentoo  org>
    AuthorDate: Sat Jul 29 20:29:21 2017 +
    Commit: Patrice Clement  gentoo  org>
    CommitDate: Sat Jul 29 20:29:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2216890b
    
    app-vim/neocomplcache: rename script to avoid file collision.
    
    Gentoo-Bug: https://bugs.gentoo.org/426880
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.1
    
     app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild | 19 +++
     1 file changed, 19 insertions(+)
    
    diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild 
    b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
    new file mode 100644
    index 000..ae2a54cd75d
    --- /dev/null
    +++ b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild
    @@ -0,0 +1,19 @@
    +# Copyright 1999-2017 Gentoo Foundation
    +# Distributed under the terms of the GNU General Public License v2
    +
    +EAPI=6
    +
    +inherit vim-plugin
    +
    +DESCRIPTION="vim plugin: ultimate auto completion system"
    +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620";
    +LICENSE="MIT"
    +KEYWORDS="~amd64 ~x86"
    +
    +VIM_PLUGIN_HELPFILES="${PN}.txt"
    +
    +src_prepare() {
    +   default
    +
    +   mv autoload/vital.vim "autoload/${PN}vital.vim" || die
    +}
    
    
    

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

    commit: 19249dc45cf40013f7aa6307692ffbcd35b29dee
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:28:46 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 19:32:32 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19249dc4
    
    dev-python/keyring: 10.4.0 stable amd64 and x86 with cleanup
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/keyring/Manifest |  5 -
     dev-python/keyring/keyring-10.0.2-r1.ebuild | 31 -
     dev-python/keyring/keyring-10.1-r1.ebuild   | 31 -
     dev-python/keyring/keyring-10.1.ebuild  | 31 -
     dev-python/keyring/keyring-10.2.ebuild  | 31 -
     dev-python/keyring/keyring-10.3.2.ebuild| 31 -
     dev-python/keyring/keyring-10.4.0.ebuild|  2 +-
     dev-python/keyring/keyring-9.3.1.ebuild | 30 
     8 files changed, 1 insertion(+), 191 deletions(-)
    
    diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
    index e9913596270..18c695b6f54 100644
    --- a/dev-python/keyring/Manifest
    +++ b/dev-python/keyring/Manifest
    @@ -1,7 +1,2 @@
    -DIST keyring-10.0.2.tar.gz 36587 SHA256 
    91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 SHA512 
    e9018415e99c50d806e2c1d4a057551afedbd91efef7163ceac150f2b0857244ba6ab7cb867596a94b96ea23eb6b0b765ccd62ce7283e52d1d926c15cf92f9ba
     WHIRLPOOL 
    2be86bde3cf433a8129f34428206f0ce345a29de58ed229e1e074a5822dc922b5e0216a5748c75961a8df863ad7bf7554faf592cc6cde7f363c21b6b08baf944
    -DIST keyring-10.1.tar.gz 37088 SHA256 
    af7f02d8ad957523842651f1a2247ff178c387476f7d366880f04fd195468f2f SHA512 
    955cc59eaef2f8fd690ee68e646196c1579fcae227c8df5012f3a884a7f596d964a8a2f1a37c17dc7f7c34a4aea88920e95e0adfbaf25a7a0f7474274696bae6
     WHIRLPOOL 
    b827d42553175a06bdeb21e08a5e702d81b4debaed25f98ad16e7319d493c82e7f9541c39e97db1584a901a892096af8c2206f345321fd4f2da834db67714915
    -DIST keyring-10.2.tar.gz 37110 SHA256 
    bf49be09b31db401791bde1799da30d6926e7de2f0fb836c3dfc85aa5538a572 SHA512 
    ee2bb8e612d542ed4cf28f911d436a4b27a04eda0407f8a638189098c729d5e2aa70205783f5320fbbd4a5cdd524f12796880e46f9d1369ff27d2346e5959040
     WHIRLPOOL 
    889550e38e65af3b188037083fe4101169454fce374fe8bddd621e6beaf187943aa18c3d37bbcfb405db1b1de930a9578800744f6f26264acbf53c2a4503
    -DIST keyring-10.3.2.tar.gz 39244 SHA256 
    f462698bc8b96ef5f9fb31d392611f416c808a8244d679fb02530b72bab01ad6 SHA512 
    4d9737b47bf728d9c8cce222ed9da833955599c210c77c1fd99d67543ff936f79a99a14e3bad927c0b209f18612fc21d8682b065aa3f2601b1365f4e38e96d36
     WHIRLPOOL 
    bcfb915cdac58b1bff3ed55520d7d674edf01b109270bf8c1dddea4a0a124342792d2884ee34a99b0503fa6c6af16932ab6be7998ec27d9e2a52a2f9e126afe6
     DIST keyring-10.3.3.tar.gz 39531 SHA256 
    86a7db0ed1026853d1235f4901efbcaafdba52357f2a0b0347ec1adbdc9b9026 SHA512 
    6087b9553d3a8df4abbcc0bacc18d769fda04c092781bd79817ceb5984a2548b5c3a4a2bda15a95040b9db59750a91d8eebbc2420d5f9dbd2fa3d6f10884e26a
     WHIRLPOOL 
    ca25219e54280a75c08147baec88e795d23bca18f9ddc8b5e562dcd70635c61d4cab7e354eb04417cef6b2c9dfbd1c29ab3f5c4e53d4a0fb859e67415272ecfe
     DIST keyring-10.4.0.tar.gz 39632 SHA256 
    901a3f4ed0dfba473060281b58fd3b649ce70f59cb34a9cf6cb5551218283b26 SHA512 
    34b1503588fedd480b2031d5557349bc6cd70108e68205a38338e091d2865df512f9a9aa3525fb11fbbb9bc06b2cfa759685495ca94b4044ec034070aa3dc0bb
     WHIRLPOOL 
    87dda84b89dd6823b161898be8656cc0bd6ab2a549238193f24fcd27fd4b7fae73e77005fdb56b259c2eec3fb0b8f38e856b749ca313cf1b465cebb7804b6721
    -DIST keyring-9.3.1.tar.gz 40579 SHA256 
    3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00 SHA512 
    b899e45e479806e9d01cb490925e291608dfa32bdac212a09922c2fa11196bf18b3ccdefd05aa3777588df43f1dbc5352d6705b93cae23bc7525c727254a938c
     WHIRLPOOL 
    5e0213331bafa0e387129f6ae705835cfb01aac3daadd2e142b3ebccc9b6bde1c2ebf7ba30610a89bbcffe728f1fc6efa42227ab2afccef81144ec3d0a7cc935
    
    diff --git a/dev-python/keyring/keyring-10.0.2-r1.ebuild 
    b/dev-python/keyring/keyring-10.0.2-r1.ebuild
    deleted file mode 100644
    index 22cbe9e6dc5..000
    --- a/dev-python/keyring/keyring-10.0.2-r1.ebuild
    +++ /dev/null
    @@ -1,31 +0,0 @@
    -# Copyright 1999-2016 Gentoo Foundation
    -# Distributed under the terms of the GNU General Public License v2
    -
    -EAPI=6
    -
    -PYTHON_COMPAT=( python2_7 python3_{4,5} )
    -
    -inherit distutils-r1
    -
    -DESCRIPTION="Provides access to the system keyring service"
    -HOMEPAGE="https://github.com/jaraco/keyring";
    -SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
    -
    -SLOT="0"
    -LICENSE="PSF-2"
    -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
    -IUSE="test"
    -
    -DEPEND="
    -   dev-python/setuptools[${PYTHON_USEDEP}]
    -   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
    -   dev-python/secretstorage[${PYTHON_USEDEP}]
    -   test? (
    -   dev-python/pytest-runner[${PYTHON_USEDEP}]
    -   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
    -   )"
    -RDEPEND=""
    -
    -python_test() {
    -   py.test -v -v || die "testsuite failed under ${EPYT

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

    commit: 26bee981260b3928a7061785e10ca07731dc55b6
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:24:28 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 19:32:26 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bee981
    
    dev-ruby/facter: more cleanup
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-ruby/facter/Manifest   |  3 --
     dev-ruby/facter/facter-3.1.4-r1.ebuild | 72 
     dev-ruby/facter/facter-3.6.1.ebuild| 87 -
     dev-ruby/facter/facter-3.6.3-r1.ebuild | 88 --
     dev-ruby/facter/facter-3.7.0.ebuild| 88 --
     5 files changed, 338 deletions(-)
    
    diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
    index 0f950577b5c..413ace4a5e9 100644
    --- a/dev-ruby/facter/Manifest
    +++ b/dev-ruby/facter/Manifest
    @@ -1,11 +1,8 @@
     DIST facter-2.4.6.gem 246272 SHA256 
    56ffc5fbcd550fcdb4788bc4d7fd0199bff69937d6df1e5a1f61c92d143d78fe SHA512 
    a0a2bef37451ab96ed331c79171f77d89b6db430b083e6888a306fa5b57a72986b7f600cad3e09b5f4706e54736d1d32ea25525fe18a6108cc95f315da16664a
     WHIRLPOOL 
    fca6165c55d6123e1ab123e5d3459943fda845e696b111520fb6de682ab56fd51a9a4ca072e0a533496c0aedd83b2b26f827147ed01a30dbe72389250437301e
     DIST facter-2.5.0.gem 246784 SHA256 
    dd9c42a76630a7334570419b03886a1e2f0dc298db3630f92ed25090fad5241c SHA512 
    a67fc220a181152a639f130f9b0f2313eed2f7bcadf7b956d71051a6a6e1e6f099d2db9f86e8c67a14d1101f7d97481556028b7a559f7c5aaa27aad7515654eb
     WHIRLPOOL 
    f723ed180a93a837b7b8abdd7af08175c8042f71c4339c6f0a3d8342138d364e9502f2abd04241ca0833367edc0edbe6468a73e3ade47a4f2033b9d2e5859d27
    -DIST facter-3.1.4.tar.gz 620501 SHA256 
    7ca1872edbdc5ffcd11dc292e5e0625c9e0d35aa7966d8803859da0d035c7fcf SHA512 
    2fcc990c8e26349b9fa87cd1f7c43dffd49ffacf03c3467e836ea0bcd7527e1d40b6240646fd7dd6346121ca802fe86e996e209d838db91e8fe55298fdab4e0e
     WHIRLPOOL 
    224b17990fc559fce3a7c9b31c14dd45033127b078d68fac024cb6db192573085187163932c9dacd8fd94a281bd8d58ac1c75229a8e3bce4c4f070ebc81ff0f3
     DIST facter-3.1.8.tar.gz 324710 SHA256 
    bd393026640baf149507c11d36be144759889d4c90174d7c6bfb35e0a341fbca SHA512 
    2884c2c0bb3075b2552763dee7f33228b0e70b4eb46367f52c4cbf9e01930ddc5e58d062d06ced4174900fc3eae5214d80471a4fe499bf0f2ac0278640e0e8c7
     WHIRLPOOL 
    465432940e068318da0028ce1c8ea3084392212cfc6a50449a3ba034fe721836c88ba16c2248b4b3f062a890087421c93a3d14574c8d03e1eafe4f4f82b49d0d
    -DIST facter-3.6.1.tar.gz 364596 SHA256 
    cee28c3fb0134cfd90417c6facec795c1de724ea067911aa4f5b21b1c3785591 SHA512 
    7cb01536c2682576a8074abf0d617de31f3c9b79eb7f753e8a2ea8b231a9dc4d2017a1e8cf383f6a664596799111803b40e3772f0559c6de74351b8bb75ec0f3
     WHIRLPOOL 
    2eafcfdae1cf83592907624716e21b8f030f96a42b4fa613eacde99ea895a0eae06bb6571d4a197c418aa0db9ad8f04b56938fc8f490d05423824b321ee11b74
     DIST facter-3.6.3.tar.gz 370771 SHA256 
    8c7491db7937a350d738985ee9b4ab370f074d82d89b6ed0115cc21e5adadcbe SHA512 
    cdcc6bd848c664f395f656d57e0bd28b62cccfdaeccdc9cd364d90a96693c6c8cdc079aa70409297f0ecfdee041c28bad52b3cb4b8981e66de2887bc5eb1bf33
     WHIRLPOOL 
    91d7b8df9e79455f65e89f7a4e17c1cd7076e08091af89a8eb2116bc4716a7b4d4163559cdbed55f356d2fafc6a86cd075de6e15d8b9103be62d6ec3f68b69f6
     DIST facter-3.6.4.tar.gz 373722 SHA256 
    de12c53c74dd3f39633e61f62a900842d829cbe24b76e72b0c6e85000a99b8bc SHA512 
    d5e03bb40da448805a56accc2fb972569f686a1e8c8b343d4e0defb5a00a982665496049174c225a8b04abb4d09112bd2117a8a96c9360bb2e36e4d569d86337
     WHIRLPOOL 
    f7a05a044c7031f248a888458678b48fc8d7996a2d0bc588323bf6c76513ff4fc838f0299db19f212dd0b5ba094b8135558db7da7f4ff596267832354d369634
     DIST facter-3.6.5.tar.gz 371967 SHA256 
    00e37c4c2cb0e8a95e3957239477e23c778c37d61d71f66bdab3e905ff969876 SHA512 
    d925a9f8e0c0a2b94f56b6683b99fc70b7d48ad3388001bc341abed5b9c4594701a1756430fa2fd6a9ac8a2d3ec73562f1f8b909d364dc8b1c1e3c81f15041d6
     WHIRLPOOL 
    ac4f5a1d52c8890a085f7f4aa6ee76a93c6af76021e4c1461164ba6d5536c0d1a371450247e40ecf5803533e27b25dbc6aa0b992d8444d65b0c76902703b6662
     DIST facter-3.6.6.tar.gz 372137 SHA256 
    a06b6907d39a0974f39535a162a409a31bb9c4e99f9969aaa4cd1cb04062039f SHA512 
    a0b83b1a03ae1abc0822d69b190dcfbf269f8219b3c17c887517fafcc16d9cdabd0938a14103ce3ed66e13d4b528620694a9f7e2697d23fadb108c44686dd8af
     WHIRLPOOL 
    adea4eeb562c0995b1c7dfa972c4e83bea9c480451be3f88d4957fcfa41bef0bef9163c385eb385b17cdc98bc463147e3d6d7ab5c5ef44354c73c765c3da380c
    -DIST facter-3.7.0.tar.gz 374550 SHA256 
    b5b507df89757982309c089f10bde333124fa11eba7de6aec3639b51570d28b3 SHA512 
    c2c1e08526625fc031a79c57fa8d3e7d7ce4271c84ba11e1a721bdc421103ef70144e0a85b612bb5936bfc3c275a562ddc40fda675083a03c5d8b46779304a7e
     WHIRLPOOL 
    0400b3cc42d5e1fa298b68d865839562b6e356c2ade764d683110f754e214e373356420e6b4ed54b1014a4dcf0c03185eedf53c7d1ee24145d8da3f4e4d167a5
     DIST facter-3.7.1.tar.gz 374576 SHA256 
    fe62b0a33c9edd3f945c1d3057e45172a26952439e0e922341d3844864b92320 SHA512 
    3b2d218d60f5ad9ef756a50540f638303b7a4eb0ea2afca10d2c41f4e6e3f6c2bb6337de417e4989664e32317b0f8db921fed68

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

    commit: f2f5d6cbdda7ed28c0789c08feeff161305d7218
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:25:27 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 19:32:29 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f5d6cb
    
    dev-libs/leatherman: 1.0.0 stable amd64 and x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-libs/leatherman/leatherman-1.0.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-libs/leatherman/leatherman-1.0.0.ebuild 
    b/dev-libs/leatherman/leatherman-1.0.0.ebuild
    index fa1c63c5484..cdc882c01b0 100644
    --- a/dev-libs/leatherman/leatherman-1.0.0.ebuild
    +++ b/dev-libs/leatherman/leatherman-1.0.0.ebuild
    @@ -13,7 +13,7 @@ 
    SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
     LICENSE="Apache-2.0"
     SLOT="0"
     IUSE="debug test"
    -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
    +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
     
     RDEPEND="net-misc/curl"
     DEPEND=">=dev-libs/boost-1.54[nls]
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/

    commit: 0c04a68d492249188233bbf70bbd432063585b3b
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:30:16 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 19:32:35 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c04a68d
    
    sys-block/tgt: 1.0.71 stable amd64 and x86
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     sys-block/tgt/tgt-1.0.71.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/sys-block/tgt/tgt-1.0.71.ebuild b/sys-block/tgt/tgt-1.0.71.ebuild
    index ac550124865..ccb001c49fc 100644
    --- a/sys-block/tgt/tgt-1.0.71.ebuild
    +++ b/sys-block/tgt/tgt-1.0.71.ebuild
    @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> 
    ${P}.tar.gz"
     
     LICENSE="GPL-2"
     SLOT="0"
    -KEYWORDS="~amd64 ~arm64 ~x86"
    +KEYWORDS="amd64 ~arm64 x86"
     IUSE="fcoe fcp ibmvio infiniband rbd"
     
     CDEPEND="dev-perl/Config-General
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/

    commit: 04fdaf991c63615917d5fe066bae398616bb9189
    Author: Matthew Thode  gentoo  org>
    AuthorDate: Sat Jul 29 19:30:52 2017 +
    Commit: Matt Thode  gentoo  org>
    CommitDate: Sat Jul 29 19:32:38 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04fdaf99
    
    sys-block/tgt: cleanup
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     sys-block/tgt/Manifest  |  3 --
     sys-block/tgt/tgt-1.0.67.ebuild | 63 ---
     sys-block/tgt/tgt-1.0.68.ebuild | 63 ---
     sys-block/tgt/tgt-1.0.69.ebuild | 65 -
     4 files changed, 194 deletions(-)
    
    diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest
    index d70a9fec084..971f074d678 100644
    --- a/sys-block/tgt/Manifest
    +++ b/sys-block/tgt/Manifest
    @@ -1,5 +1,2 @@
    -DIST tgt-1.0.67.tar.gz 296092 SHA256 
    bf3f68d9314583459328d060942308a909b795146187ab4d4231ac03481fe6c8 SHA512 
    8ea1096cdf83a31d3b5c10916d8e3c1d90c23b3072a0cc9e8214bb4c230ac08b37264f1460099069d5ff6e56d31fcb2f6cf7291a2305ed685d106ed1898c50bb
     WHIRLPOOL 
    d51b14dd146045f49d994f0ce8b8a88e23813c76d98f36709f4b125e8f7cc81a9204a0140c7e8fa88db694c974da56af18bdd495da66232217ca07397003d172
    -DIST tgt-1.0.68.tar.gz 296862 SHA256 
    ff9000ccd07c648c57c65ef73c5a694f5e3045be69162bfe33e67028f2f5b7bd SHA512 
    652182aece13dae91c5193b9084c201ca2dd34331917c56e5ab2b7a8fc0653cb843cf67fe9d95bdb01b52f285e395b28323f0eb834a5de80a58876777902d28e
     WHIRLPOOL 
    eff054e1684f59d831ee32b4158859a885c68c9f080284e3bbf31d8fed21b86e4972a077620ef5276e9e8c4fead264b281f1124f157d45c2fcf9097dbb71b143
    -DIST tgt-1.0.69.tar.gz 296481 SHA256 
    07bc89fdbd3e49490ca42047b38c1249610f2be5ee69aa4c12e5dcd3bc63d0fe SHA512 
    36964b4a95704b3239f5fefaef1b62ceed72569ea8483e8a23a1a6be4f526a9a9a62ea332ca6ccc2728607936ad8ef547d6e6becb9b240e1704fd7e7d8b4cfbf
     WHIRLPOOL 
    fcb2ce5498a46c590ca1222cf552090b59b99af588d5e768b94280e87ab5c5f56417e17c6d3ea716ed314725ffb5ca2d47acf014a6619fb376fa6b60b8c5e141
     DIST tgt-1.0.70.tar.gz 296474 SHA256 
    632ed2f064652be7533e928834b55b403927ad381456b8089d903fd92a1f8e3d SHA512 
    fac7acde7cbd12156ea472d1bed20646dfdd5cfe607503bd1437eaeef816ba8114fe2ebd79e33cb083f8e64fee07bfbf66bcfc6b427c21de814e293e9edaeaad
     WHIRLPOOL 
    b8b60f2c69e6f9199ba93eae98ca96ea2407ef1d3c26567925a9996d6430cd3f8c204630b046b74487b872ccf02729f89d046b263385e32d14b78fcd336d5e4c
     DIST tgt-1.0.71.tar.gz 296540 SHA256 
    3f0b898ae341f5d8c84c83f9951dd7ef182eaf449dd7008e55747f144303e10b SHA512 
    db74deb199ef341577ab505b7202651e6c28aa9d62d37d3492b1775a2944284e1d3bb7c99b6d8bedd3456807641952876719ecd66553bd8c8dabbee5669f9428
     WHIRLPOOL 
    d19c2c5614d7b406d785cbe5b954a0aa2494b8a5b43a33e05b3f6876750039590524607b28c491cd00a60dd7a1bc57e327099fe36711a8c53798a4ec1300e295
    
    diff --git a/sys-block/tgt/tgt-1.0.67.ebuild b/sys-block/tgt/tgt-1.0.67.ebuild
    deleted file mode 100644
    index 8c831f7d3ef..000
    --- a/sys-block/tgt/tgt-1.0.67.ebuild
    +++ /dev/null
    @@ -1,63 +0,0 @@
    -# Copyright 1999-2016 Gentoo Foundation
    -# Distributed under the terms of the GNU General Public License v2
    -
    -EAPI=5
    -
    -inherit flag-o-matic toolchain-funcs
    -
    -MY_TREE="cb7971c"
    -
    -DESCRIPTION="Linux SCSI target framework (tgt)"
    -HOMEPAGE="http://stgt.sourceforge.net";
    -SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz"
    -
    -LICENSE="GPL-2"
    -SLOT="0"
    -KEYWORDS="amd64 x86"
    -IUSE="fcoe fcp ibmvio infiniband rbd"
    -
    -CDEPEND="dev-perl/Config-General
    -   dev-libs/libxslt
    -   rbd? ( sys-cluster/ceph )
    -   infiniband? (
    -   sys-fabric/libibverbs:=
    -   sys-fabric/librdmacm:=
    -   )"
    -DEPEND="${CDEPEND}
    -   app-text/docbook-xsl-stylesheets"
    -RDEPEND="${DEPEND}
    -   dev-libs/libaio
    -   sys-apps/sg3_utils"
    -
    -S=${WORKDIR}/fujita-tgt-${MY_TREE}
    -
    -pkg_setup() {
    -   tc-export CC
    -}
    -
    -src_prepare() {
    -   sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die
    -
    -   # make sure xml docs are generated before trying to install them
    -   sed -i -e "s@install: @& all @g" doc/Makefile || die
    -}
    -
    -src_compile() {
    -   local myconf
    -   use ibmvio && myconf="${myconf} IBMVIO=1"
    -   use infiniband && myconf="${myconf} ISCSI_RDMA=1"
    -   use fcp && myconf="${myconf} FCP=1"
    -   use fcoe && myconf="${myconf} FCOE=1"
    -   use rbd && myconf="${myconf} CEPH_RBD=1"
    -
    -   emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
    -   emake -C doc
    -}
    -
    -src_install() {
    -   emake  install-programs install-scripts install-doc DESTDIR="${D}" 
    docdir=/usr/share/doc/${PF}
    -   newinitd "${FILESDIR}"/tgtd.initd tgtd
    -   newconfd "${FILESDIR}"/tgtd.confd tgtd
    -   dodir /etc/tgt
    -   keepdir /etc/tgt
    -}
    
    diff --git a/sys-block/tgt/tgt-1.0.68.ebuild b/sys-block/tgt/tgt-1.0.68.ebuild
    deleted file mode 100644
    index 27ab0bb71c2..000
    --- a/sys-block/tgt/tgt-1.0.68.ebuild
    +++ /dev/null
    @@ -1,63 +0,0 @@
    -# Copyright 1999-2016 Gentoo Foundation
    -# Distributed under the terms of the GNU General Public Li

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

    commit: d4a6b5b53223b25c1105d19cbf818d5c1cb812bf
    Author: Sergei Trofimovich  gentoo  org>
    AuthorDate: Sat Jul 29 19:23:06 2017 +
    Commit: Sergei Trofimovich  gentoo  org>
    CommitDate: Sat Jul 29 19:23:14 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a6b5b5
    
    dev-lang/elixir: 1.4.5 stable for ppc/x86, bug #625500
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-lang/elixir/elixir-1.4.5.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-lang/elixir/elixir-1.4.5.ebuild 
    b/dev-lang/elixir/elixir-1.4.5.ebuild
    index 421593f9fa8..a00a4c6afd2 100644
    --- a/dev-lang/elixir/elixir-1.4.5.ebuild
    +++ b/dev-lang/elixir/elixir-1.4.5.ebuild
    @@ -11,7 +11,7 @@ 
    SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar
     
     LICENSE="Apache-2.0 ErlPL-1.1"
     SLOT="0"
    -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
    +KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
     IUSE=""
     
     DEPEND=">=dev-lang/erlang-18[ssl]"
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/

    commit: c3759ec007c6cda0a7c1100247d455f33a2a1314
    Author: Sergei Trofimovich  gentoo  org>
    AuthorDate: Sat Jul 29 17:34:08 2017 +
    Commit: Sergei Trofimovich  gentoo  org>
    CommitDate: Sat Jul 29 17:34:41 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3759ec0
    
    dev-util/include-what-you-use: worjaround  lookup failure, bug #625972
    
    libclangDriver treats path to include files as stable relative
    to clang binary: when we run /usr/lib64/llvm/4/bin/clang it resolves
     the following way:
    "/usr/lib64/llvm/4/bin/" + "../../../../lib/clang/4.0.1/include/stddef.h"
    
    Unfortunately when someone reuses clang driver to build a new tool
    heared lookup breaks if final tool resides in "/usr/bin":
    "/usr/bin/" + "../../../../lib/clang/4.0.1/include/stddef.h"
    causing file open failures in case of include-what-you-use:
    /usr/include/wchar.h:39:11: fatal error: 'stdarg.h' file not found
    # include 
      ^~
    
    The workaround is to install executable to the same directory as clang itself.
    
    Reported-by: Michał Bartoszkiewicz
    Bug: https://bugs.gentoo.org/625972
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     .../include-what-you-use-4.0-r1.ebuild | 56 ++
     1 file changed, 56 insertions(+)
    
    diff --git a/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild 
    b/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild
    new file mode 100644
    index 000..4876be74098
    --- /dev/null
    +++ b/dev-util/include-what-you-use/include-what-you-use-4.0-r1.ebuild
    @@ -0,0 +1,56 @@
    +# 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} )
    +
    +inherit cmake-utils flag-o-matic llvm python-single-r1
    +
    +DESCRIPTION="Find unused include directives in C/C++ programs"
    +HOMEPAGE="https://include-what-you-use.org/";
    +SRC_URI="https://github.com/${PN}/${PN}/archive/clang_${PV}.tar.gz -> 
    ${P}.src.tar.gz"
    +
    +LICENSE="GPL-2"
    +SLOT="0"
    +KEYWORDS="~amd64 ~x86"
    +
    +RDEPEND="sys-devel/llvm:4
    +   sys-devel/clang:4
    +   ${PYTHON_DEPS}
    +"
    +DEPEND="${RDEPEND}"
    +
    +REQUIRED_USE=${PYTHON_REQUIRED_USE}
    +
    +S=${WORKDIR}/${PN}-clang_${PV}
    +
    +pkg_setup() {
    +   llvm_pkg_setup
    +   python-single-r1_pkg_setup
    +}
    +
    +src_prepare() {
    +   python_fix_shebang .
    +   default
    +}
    +
    +src_configure() {
    +   local mycmakeargs=(
    +   -DIWYU_LLVM_INCLUDE_PATH=$(llvm-config --includedir)
    +   -DIWYU_LLVM_LIB_PATH=$(llvm-config --libdir)
    +
    +   # Note [llvm install path]
    +   # Unfortunately all binaries using clang driver
    +   # have to reside at the same path depth as
    +   # 'clang' binary itself. See bug #625972
    +   # Thus as a hack we install it to the same directory
    +   # as llvm/clang itself.
    +   -DCMAKE_INSTALL_PREFIX="$(get_llvm_prefix)"
    +   )
    +   cmake-utils_src_configure
    +}
    +
    +src_test() {
    +   "${EPYTHON}" run_iwyu_tests.py
    +}
    
    
    

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

    commit: bb1726d0b8e54c7fe8157b946788001a68914be9
    Author: Mart Raudsepp  gentoo  org>
    AuthorDate: Sat Jul 29 17:26:32 2017 +
    Commit: Mart Raudsepp  gentoo  org>
    CommitDate: Sat Jul 29 17:26:32 2017 +
    URL:https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=bb1726d0
    
    README: Suggest python3 venv module instead of virtualenv
    
     README | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/README b/README
    index 091eb72..52759c3 100644
    --- a/README
    +++ b/README
    @@ -2,7 +2,7 @@ Getting started
     ===
     1. git clone git+ssh://g...@git.gentoo.org/proj/grumpy.git
     2. cd grumpy
    -3. virtualenv --python=python3 venv
    +3. python3 -m venv venv
     4. . venv/bin/activate
     5. pip install -r requirements.txt
     6. ./manage.py init
    
    
    

    [gentoo-commits] proj/musl:master commit in: net-misc/chrony/files/, net-misc/chrony/

    commit: e8a5709a53937562315e56da075d4048e77cacad
    Author: Aric Belsito  gmail  com>
    AuthorDate: Sat Jul 29 16:42:39 2017 +
    Commit: Aric Belsito  gmail  com>
    CommitDate: Sat Jul 29 16:42:39 2017 +
    URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e8a5709a
    
    net-misc/chrony: add 3.2_pre1
    
    Uses GNU regex extension 'GLOB_MAGIC', which is not in musl.
    
     net-misc/chrony/Manifest   |   8 ++
     net-misc/chrony/chrony-3.2_pre1.ebuild | 123 +
     net-misc/chrony/files/chrony-2.4-r1.logrotate  |   7 ++
     .../chrony/files/chrony-3.2-no-glob_magic.patch|  14 +++
     net-misc/chrony/files/chronyd.conf |  12 ++
     net-misc/chrony/files/chronyd.init-r1  |  69 
     net-misc/chrony/files/chronyd.service-r2   |  12 ++
     net-misc/chrony/metadata.xml   |  30 +
     8 files changed, 275 insertions(+)
    
    diff --git a/net-misc/chrony/Manifest b/net-misc/chrony/Manifest
    new file mode 100644
    index 000..6577756
    --- /dev/null
    +++ b/net-misc/chrony/Manifest
    @@ -0,0 +1,8 @@
    +AUX chrony-2.4-r1.logrotate 131 SHA256 
    834647530769c6ae29db6a5dcdba04b97c1537f17f5908aebd7938c2140ba17e SHA512 
    e6febb744476be6c83ac086f2054dc2c190b6e1abd2cf20d4187f222b2485817f06c4ad62b8d40fcea3e18a771cf21899fe0a1dafbfb31f5c99da9092d24d79b
     WHIRLPOOL 
    338393e500fb49eb90ff83b66e1b1467a7e3aedf0cbc334a6d636232cbf64bff547a43917aec0192a3c1091c204344ebdbaf2eabd40cf2a180f43454fb422e47
    +AUX chrony-3.2-no-glob_magic.patch 404 SHA256 
    0e85df5fcc6138ea67636a9f0295efd6ec423a24d461ee6e2e5333d7a5cf62b0 SHA512 
    0ab70920e1807262ebbabe6fec8228d9dd79a3906383d873dcc0c1de69bdb352dc6145e1a8e39d115c16afce6db6833ce3735aad4e8b7a085e9fe82f2513d342
     WHIRLPOOL 
    d040b389ee12b0813a0ca835215c17fee4c047d083a07f7e3b18dcb57b0b88ac0963491fe9712dd1252890e31cc9f22faa8da675f0a42c454e2b3b602b50e8fa
    +AUX chronyd.conf 378 SHA256 
    29040502f86c419dbfbc7e2627cc658a8df82b37da21b3d1fce2eed9136d8f99 SHA512 
    6919c7bddce2a8f81c0f2759c7c58506e97f89102bfeb7b5c19c6da5ed4cbd9070faddd4f3fb411bb4c653fffbdcc93a7f7dc810f38b199f038b1d4072f57640
     WHIRLPOOL 
    14e6e90959e434475f8d74a144fd342588e99a7102b15cedbf7a436ca32db3e09bbe4bd2630634fac9045db4b75a6c7afcd8f91c67bd8bb4f977d821d220ced9
    +AUX chronyd.init-r1 1637 SHA256 
    f3c8b8dfbb1ee14b251d3502cb799411aa4fb71d107ddd90b41b4841eee22f5c SHA512 
    cbfafe8210cc3d86d417d590fa6c54924ef9f3487c3766a17fffb34d2421a5fc2dfb98ce53dcc33c5811e7c2fd428a235bfde68d999cb50c7d9e5100f769a37b
     WHIRLPOOL 
    d1b31217ede912611bf7aec69a37d4321913cff0e41f8dfe1df1ff1a6605fd21bbfbdced53ea6e9dc0a22ff5848fe0b705ddf0a6b0e5154ddd4e9b6ed1fe656a
    +AUX chronyd.service-r2 261 SHA256 
    d5996c6b8596e137b36099d0ce7974bfd8e36411d999712d2f0393ac738f3754 SHA512 
    671415208e123628e123575d708dbe4ed7946bc45832dce506d539cc747e84ae63783b53398e96a60d815f1758fe44836f34d804e28859538cf560715474dffe
     WHIRLPOOL 
    f95d9472ad30fb06e3d0014ddc2be492dd1a6d2b5590bed27214ba1b0566d83e89e108a8df3de9dade939a9feff005bfff431d796f9e813388830e3f3dfc437b
    +DIST chrony-3.2-pre1.tar.gz 431211 SHA256 
    3c6fa2fe71ba670955498dcecab6a57c0b4ed8bc5a761629e96cd6038946942f SHA512 
    8ce54f246c3e11e72d90ba03e6f39894445eed314b26113c4a98b5746a00c1886291bf1bb20db68318c3310350b36ea6c88fe05607ae82e551ee93aea6e3fcb6
     WHIRLPOOL 
    1fdf2b0d66b048b448e184b947416bd5ac10996633a41b77749f787ac88b2e605925174483ba8b52f398a1adc8c79b56a2c75d759d187066981dad8045c32eb2
    +EBUILD chrony-3.2_pre1.ebuild 2958 SHA256 
    15b6207d43ca1de44d3369d7e2730096f536f6881fe950531acfd7f74c4a1521 SHA512 
    e83a6d0a53c86d47613432c03f9cd7ef5f825ee3728667bd44cf14f80d667c7384c1abd3e7a8864dafa3a1ecc7cc83c7381a71a5591a3ac14a4b913acc06ddde
     WHIRLPOOL 
    582e8e29e71e6dc2a6c02e1ad6db7031ff06e22b004a730b3083aa32c08cd1f8771e603d401076356a08d2c301baa3e4399be608d832fc7a2ab59bd3e2bd79b4
    +MISC metadata.xml 1566 SHA256 
    df519c8729414da92dabce3e6fcfd98e7cbee2c3ca31c1271d280d63f39cfdc2 SHA512 
    bc9d33fa4f146feb7b934ffa6cf8e4d235316f23b9e08dbd6bf6d071496508a9c1dfbed2fca686244360ef848acdeec0d3b96992601aeb669c30482f9ca5ee84
     WHIRLPOOL 
    12b3b29c032ba953e7d945d5a7cc1264e03468fe0c9c7201bc0cc82a1927c253856f714fcce957dc74eb95f23457265ac3e08925b9a4a3530e5a710d93275c96
    
    diff --git a/net-misc/chrony/chrony-3.2_pre1.ebuild 
    b/net-misc/chrony/chrony-3.2_pre1.ebuild
    new file mode 100644
    index 000..24347f5
    --- /dev/null
    +++ b/net-misc/chrony/chrony-3.2_pre1.ebuild
    @@ -0,0 +1,123 @@
    +# Copyright 1999-2017 Gentoo Foundation
    +# Distributed under the terms of the GNU General Public License v2
    +
    +EAPI=6
    +inherit eutils systemd toolchain-funcs
    +
    +DESCRIPTION="NTP client and server programs"
    +HOMEPAGE="https://chrony.tuxfamily.org/";
    +SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz";
    +LICENSE="GPL-2"
    +SLOT="0"
    +
    +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64"
    +IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc 
    seccomp selinux +adns"
    +REQUIRED_USE="
    +   ?? ( libedit readline )
    +"
    +
    +CDEPEND="
    +   caps? ( sys-libs/libcap )
    +   libedit? ( dev-libs/li

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

    commit: 5389e75aeb9820df1b51852d3868a83f0c727bd0
    Author: Ulrich Müller  gentoo  org>
    AuthorDate: Sat Jul 29 13:54:57 2017 +
    Commit: Ulrich Müller  gentoo  org>
    CommitDate: Sat Jul 29 15:40:26 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5389e75a
    
    app-office/projectlibre-bin: [QA] Move binary file to Gentoo mirrors.
    
    Bug: 608944
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     app-office/projectlibre-bin/Manifest |   1 +
     app-office/projectlibre-bin/files/projectlibre.png   | Bin 7955 -> 0 bytes
     .../projectlibre-bin/projectlibre-bin-1.6.2.ebuild   |   5 +++--
     3 files changed, 4 insertions(+), 2 deletions(-)
    
    diff --git a/app-office/projectlibre-bin/Manifest 
    b/app-office/projectlibre-bin/Manifest
    index 297fc14773e..10c56561b53 100644
    --- a/app-office/projectlibre-bin/Manifest
    +++ b/app-office/projectlibre-bin/Manifest
    @@ -1 +1,2 @@
     DIST projectlibre-1.6.2.tar.gz 14735171 SHA256 
    72ea964533a2da0af0882acb91268647e7f5a99151b0abb8f3b84c6f26229fc4 SHA512 
    128319a37aeeb4603fd45433e3961805b0de30e5760394d5eef2de1910bff3815e600462aa3264fa64df55eb8568849895c9d673e5574badafcbc1df89e2c9e7
     WHIRLPOOL 
    78124a7a2dd488b55938cd0e2465ab5212dd3cc9dfb673a408664667fe49458ac6cf8aa9b684832e51c1af18f7fdd48acd5fd967db70eb4ee5f9f3b70c615289
    +DIST projectlibre.png 7955 SHA256 
    a466a61385aa61b00ab38dfcf030eb223931247b90c543d17f973ba270c7477b SHA512 
    db6e87e74fac3274be34b36cd9daf7231f06e19096cfbe2feeb616c1ae1a60ffc838a81b45b94621d806e00ef5e220391f1d1be3148f9895aa467fdbcac62843
     WHIRLPOOL 
    f3d9f800c3c6b3ecbb7c90768184aa1e45b3d7f1b701455d339575a78ff98024fbec5a58de59986edf204627eb04a6576a3e4061d0c05303d8261e351c87b39b
    
    diff --git a/app-office/projectlibre-bin/files/projectlibre.png 
    b/app-office/projectlibre-bin/files/projectlibre.png
    deleted file mode 100644
    index a68aff0629f..000
    Binary files a/app-office/projectlibre-bin/files/projectlibre.png and /dev/null 
    differ
    
    diff --git a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild 
    b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
    index caff7f33b15..4631aa88b46 100644
    --- a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
    +++ b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
    @@ -10,7 +10,8 @@ MY_P="${MY_PN}-${PV}"
     
     DESCRIPTION="An open source desktop alternative to Microsoft Project"
     HOMEPAGE="http://www.projectlibre.org/";
    -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
    +SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz
    +   mirror://gentoo/${MY_PN}.png"
     
     LICENSE="CPAL-1.0"
     SLOT="0"
    @@ -24,7 +25,7 @@ S=${WORKDIR}/${MY_P}
     
     src_unpack() {
    unpack ${MY_P}.tar.gz
    -   cp "${FILESDIR}"/${MY_PN}.{desktop,png} ./ || die
    +   cp "${FILESDIR}"/${MY_PN}.desktop "${DISTDIR}"/${MY_PN}.png ./ || die
    cd "${S}"
    rm -rf license projectlibre.bat
     }
    
    
    

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

    commit: 1e9749ba73d31305b33a5bf01ecbd5c4be23bace
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:32:15 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9749ba
    
    x11-libs/colord-gtk: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild 
    b/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild
    index 2ed2fed3d72..ea830dad04d 100644
    --- a/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild
    +++ b/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2015 Gentoo Foundation
    +# Copyright 1999-2017 Gentoo Foundation
     # Distributed under the terms of the GNU General Public License v2
     
     EAPI="5"
    @@ -13,7 +13,7 @@ 
    SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz";
     
     LICENSE="LGPL-3+"
     SLOT="0/1" # subslot = libcolord-gtk soname version
    -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
    +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
    ~x86-fbsd"
     
     # We still need to build gtk-doc, 
    https://bugs.freedesktop.org/show_bug.cgi?id=69107
     IUSE="doc +introspection vala"
    
    
    

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

    commit: fadf726230c29c2bc9190777014f9ad550badbc5
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:31:40 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadf7262
    
    dev-ruby/selenium-webdriver: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild 
    b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild
    index 946f0d04c4e..9c991789564 100644
    --- a/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild
    +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.4.4.ebuild
    @@ -26,7 +26,7 @@ HOMEPAGE="https://github.com/seleniumhq/selenium";
     
     LICENSE="Apache-2.0"
     SLOT="3"
    -KEYWORDS="~amd64 ~x86"
    +KEYWORDS="~amd64 ~arm64 ~x86"
     IUSE=""
     
     ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
    
    
    

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

    commit: 8b23cbe31820711513c92ee00ea7fd8eab74c9fd
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:31:21 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b23cbe3
    
    dev-ruby/rubyzip: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-ruby/rubyzip/rubyzip-1.2.1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild 
    b/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
    index 5d4be3b63b8..8bc0db6b3d7 100644
    --- a/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
    +++ b/dev-ruby/rubyzip/rubyzip-1.2.1.ebuild
    @@ -17,7 +17,7 @@ 
    SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> ${P}-git.tg
     
     LICENSE="Ruby"
     SLOT="1"
    -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
    +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
     IUSE=""
     
     RDEPEND=""
    
    
    

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

    commit: 9040d116030d22897e13bb1cc4102272de8bd7ea
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:32:01 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9040d116
    
    gnome-extra/nm-applet: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     gnome-extra/nm-applet/nm-applet-1.8.2.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild 
    b/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild
    index a2c15c63033..de0fe22de25 100644
    --- a/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild
    +++ b/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild
    @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";
     LICENSE="GPL-2+"
     SLOT="0"
     IUSE="+introspection gcr +modemmanager selinux teamd"
    -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
    +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
     
     RDEPEND="
    app-crypt/libsecret
    
    
    

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

    commit: e07a4bdc2eb0c6ae15fbe010651e1feba10e62ab
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:30:41 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07a4bdc
    
    dev-python/wsgiproxy2: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild 
    b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
    index 0c90a5561c6..bf48cd474a3 100644
    --- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
    +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
    @@ -15,7 +15,7 @@ 
    SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
     
     LICENSE="MIT"
     SLOT="0"
    -KEYWORDS="alpha amd64 arm hppa ia64 ppc64 ~s390 ~sh sparc x86"
    +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc64 ~s390 ~sh sparc x86"
     IUSE="doc test"
     RESTRICT="!test? ( test )"
     
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-bonus-assertions/

    commit: be995524db12415914814c2fcd657a10ce1a981a
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:30:59 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be995524
    
    dev-ruby/minitest-bonus-assertions: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git 
    a/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0.ebuild 
    b/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0.ebuild
    index fa47b419f1f..6f1423fcac9 100644
    --- a/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0.ebuild
    +++ b/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0.ebuild
    @@ -15,7 +15,7 @@ 
    HOMEPAGE="https://github.com/halostatue/minitest-bonus-assertions";
     
     LICENSE="MIT"
     SLOT="2"
    -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~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 ~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/minitest dev-ruby/minitest-pretty_diff )"
    
    
    

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

    commit: 5ab93a9e66db4799a28e5a98352a3b067a4f5f8c
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:30:26 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:20 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab93a9e
    
    dev-libs/appstream: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-libs/appstream/appstream-0.10.6-r1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-libs/appstream/appstream-0.10.6-r1.ebuild 
    b/dev-libs/appstream/appstream-0.10.6-r1.ebuild
    index 42512cfdb32..5d7a92367ff 100644
    --- a/dev-libs/appstream/appstream-0.10.6-r1.ebuild
    +++ b/dev-libs/appstream/appstream-0.10.6-r1.ebuild
    @@ -13,7 +13,7 @@ else
    MY_PV="$(replace_all_version_separators '_')"
    MY_P="APPSTREAM_${MY_PV}"
    SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> 
    ${P}.tar.gz"
    -   KEYWORDS="amd64 ~arm x86"
    +   KEYWORDS="amd64 ~arm ~arm64 x86"
    S="${WORKDIR}/${PN}-${MY_P}"
     fi
     
    
    
    

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

    commit: b7f00a835edbf9f0ae4466b2aac73dfcedd2f055
    Author: Alexis Ballier  gentoo  org>
    AuthorDate: Sat Jul 29 14:31:10 2017 +
    Commit: Alexis Ballier  gentoo  org>
    CommitDate: Sat Jul 29 14:32:21 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f00a83
    
    dev-ruby/minitest-pretty_diff: keyword ~arm64
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild 
    b/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild
    index 1b494955283..9b3c7bc98a1 100644
    --- a/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild
    +++ b/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1.ebuild
    @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/adammck/minitest-pretty_diff";
     
     LICENSE="MIT"
     SLOT="0"
    -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~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 ~amd64-linux 
    ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
    ~x64-solaris ~x86-solaris"
     IUSE=""
     
     each_ruby_test() {
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: x11-themes/verne-backgrounds/

    commit: c7c836999a228fdbde6f32f81c75e648e2ec858b
    Author: Andreas K. Hüttel  gentoo  org>
    AuthorDate: Sat Jul 29 14:00:20 2017 +
    Commit: Andreas Hüttel  gentoo  org>
    CommitDate: Sat Jul 29 14:17:49 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c83699
    
    x11-themes/verne-backgrounds: EAPI bump, bug 605728
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     .../verne-backgrounds-15.91.0.1-r1.ebuild  | 37 ++
     1 file changed, 37 insertions(+)
    
    diff --git a/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild 
    b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild
    new file mode 100644
    index 000..c8a18fcbafe
    --- /dev/null
    +++ b/x11-themes/verne-backgrounds/verne-backgrounds-15.91.0.1-r1.ebuild
    @@ -0,0 +1,37 @@
    +# Copyright 1999-2017 Gentoo Foundation
    +# Distributed under the terms of the GNU General Public License v2
    +
    +EAPI=6
    +
    +inherit versionator rpm
    +
    +SRC_PATH=development/16/source/SRPMS
    +FEDORA=16
    +
    +MY_P="${PN}-$(get_version_component_range 1-3)"
    +
    +DESCRIPTION="Fedora official background artwork"
    +HOMEPAGE="https://fedoraproject.org/wiki/F16_Artwork";
    +
    +SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
    -).fc${FEDORA}.src.rpm"
    +
    +LICENSE="CC-BY-SA-3.0"
    +KEYWORDS="~amd64"
    +IUSE=""
    +
    +RDEPEND=""
    +DEPEND=""
    +
    +S="${WORKDIR}/${MY_P}"
    +
    +SLOT=0
    +
    +src_compile() { :; }
    +src_test() { :; }
    +
    +src_install() {
    +   # The install targets are serial anyway.
    +   emake -j1 DESTDIR="${D}" install
    +
    +   dodoc Attribution
    +}
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-experience/

    commit: 6072a624fbb443944d83bc13959befefb379184f
    Author: Andreas K. Hüttel  gentoo  org>
    AuthorDate: Sat Jul 29 14:16:44 2017 +
    Commit: Andreas Hüttel  gentoo  org>
    CommitDate: Sat Jul 29 14:17:59 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6072a624
    
    x11-themes/gtk-engines-experience: Remove old, bug 605728
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     x11-themes/gtk-engines-experience/Manifest |  1 -
     .../gtk-engines-experience-0.10.4.ebuild   | 32 --
     2 files changed, 33 deletions(-)
    
    diff --git a/x11-themes/gtk-engines-experience/Manifest 
    b/x11-themes/gtk-engines-experience/Manifest
    index fb5450ba314..53d181f2800 100644
    --- a/x11-themes/gtk-engines-experience/Manifest
    +++ b/x11-themes/gtk-engines-experience/Manifest
    @@ -1,2 +1 @@
    -DIST experience-0.10.4.tar.bz2 280629 SHA256 
    1b6eccd1298855f3950957d73e3c50ccd5f7b8e7eaa4320c6e8cd7a3dcab4f75 SHA512 
    c2636202020eb117ca4e6cf400205d58a3b0611361661d9d8b6abae91cdb1487867ba55fa9063b36e12ba1b2574effb77651c52b5a13847b1de9ffb024b7
     WHIRLPOOL 
    5b8cf4274605128594d11758233cb3bc04be67968bf61f8b2c23530d820efcd07c16db7126a4bdee30afe43b1ddfc1cb4b4976dbf68fbc01645f2e689b19df30
     DIST gtk-engine-experience-0.10.5.tar.bz2 266776 SHA256 
    12022638abe46ab25c9c2de8b94a697e7b45b963c3c452ec5165e943d0b31c3e SHA512 
    c783b5bb19cbdda202cdc5294b27fad5b9854bdebb2ffce28ba675d743ab385dc82fa63dcfc1818207847de4be37daea9177affa179339edcfe622c9fd2a6604
     WHIRLPOOL 
    90dae635527b5731daf3c14d21e8c25a85a257de4e16e72936de21d2471501661e8f14ce8f3576b5a2d1bb50112c740569d70aa55e806ec83dafd8715a476f23
    
    diff --git 
    a/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.4.ebuild 
    b/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.4.ebuild
    deleted file mode 100644
    index 97173bb4da8..000
    --- a/x11-themes/gtk-engines-experience/gtk-engines-experience-0.10.4.ebuild
    +++ /dev/null
    @@ -1,32 +0,0 @@
    -# Copyright 1999-2017 Gentoo Foundation
    -# Distributed under the terms of the GNU General Public License v2
    -
    -EAPI=3
    -inherit autotools
    -
    -MY_PN=experience
    -MY_P=${MY_PN}-${PV}
    -
    -DESCRIPTION="GTK+ Experience Theme Engine"
    -HOMEPAGE="http://benjamin.sipsolutions.net/Projects/eXperience";
    -SRC_URI="http://benjamin.sipsolutions.net/${MY_PN}/${MY_P}.tar.bz2";
    -
    -LICENSE="LGPL-2"
    -SLOT="2"
    -KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
    -IUSE=""
    -
    -RDEPEND=">=x11-libs/gtk+-2.6:2"
    -DEPEND="${RDEPEND}
    -   virtual/pkgconfig"
    -
    -S=${WORKDIR}/${P/engines/engine}
    -
    -src_prepare() {
    -   eautoreconf # need new libtool for interix
    -}
    -
    -src_install() {
    -   emake DESTDIR="${D}" install || die
    -   dodoc AUTHORS ChangeLog NEWS README TODO
    -}
    
    
    

    [gentoo-commits] repo/gentoo:master commit in: x11-themes/laughlin-backgrounds/

    commit: a5e2b76d17d3e593f4bfeec01b49a7c9af8f70ac
    Author: Andreas K. Hüttel  gentoo  org>
    AuthorDate: Sat Jul 29 14:15:25 2017 +
    Commit: Andreas Hüttel  gentoo  org>
    CommitDate: Sat Jul 29 14:17:56 2017 +
    URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e2b76d
    
    x11-themes/laughlin-backgrounds: EAPI bump, bug 605728
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.3
    
     .../laughlin-backgrounds-14.1.0.3-r1.ebuild| 43 ++
     1 file changed, 43 insertions(+)
    
    diff --git 
    a/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild 
    b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
    new file mode 100644
    index 000..c8339b631c3
    --- /dev/null
    +++ b/x11-themes/laughlin-backgrounds/laughlin-backgrounds-14.1.0.3-r1.ebuild
    @@ -0,0 +1,43 @@
    +# Copyright 1999-2017 Gentoo Foundation
    +# Distributed under the terms of the GNU General Public License v2
    +
    +EAPI=6
    +
    +inherit versionator rpm
    +
    +SRC_PATH=development/15/source/SRPMS
    +FEDORA=15
    +
    +MY_P="${PN}-$(get_version_component_range 1-3)"
    +
    +DESCRIPTION="Fedora official background artwork"
    +HOMEPAGE="https://fedoraproject.org/wiki/F14_Artwork";
    +
    +SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 
    -).fc${FEDORA}.src.rpm"
    +
    +LICENSE="CC-BY-SA-2.0"
    +KEYWORDS="~amd64 ~x86"
    +IUSE=""
    +
    +RDEPEND=""
    +DEPEND=""
    +
    +S="${WORKDIR}/${MY_P}"
    +
    +SLOT=0
    +
    +src_unpack() {
    +   rpm_src_unpack
    +
    +   # as of 2017-07-28 rpm.eclass does not unpack the further lzma
    +   # file automatically.
    +   unpack ./${MY_P}.tar.lzma
    +}
    +
    +src_compile() { :; }
    +src_test() { :; }
    +
    +src_install() {
    +   # The install targets are serial anyway.
    +   emake -j1 DESTDIR="${D}" install || die "emake install failed"
    +}
    
    
    

      1   2   >