[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2017-06-21 Thread Eray Aslan
commit: cf6d42974999587dd2b4f2259cc1d8b79f066779
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Jun 22 05:22:13 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Jun 22 05:22:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6d4297

net-mail/cyrus-imapd: bump to 3.0.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-mail/cyrus-imapd/Manifest |   1 +
 net-mail/cyrus-imapd/cyrus-imapd-3.0.2.ebuild | 203 ++
 2 files changed, 204 insertions(+)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index f295506fb35..1e280f1d391 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -4,3 +4,4 @@ DIST cyrus-imapd-2.4.18.tar.gz 2495098 SHA256 
166a0a1efbf01f71d9d8449569152b3cda
 DIST cyrus-imapd-2.5.10.tar.gz 3103914 SHA256 
b38f4fd72825a298ac47426dcd2a50c8437c2947864ba50d79a9a53fe9845c5f SHA512 
78b85e37c63f1dbb60898da229f70f45810326a01244067d23b1317e2c2ae3326e48b6944787d59024e44c48c441ed2b848d6a83c451c192a3bb95c8f37880fa
 WHIRLPOOL 
d2167900596c1b6f8e595de7aec499a7fbd6228537d7a27bec4fe0bda6a74b861303c4e9691ca829994972b099f29c362f9692f266df66d76c05a69629b52dfd
 DIST cyrus-imapd-2.5.11.tar.gz 3109188 SHA256 
36a79117b320c78d62bc6842c3024d970d3bec7aa12908f862d92cf1d63397d5 SHA512 
bbb0e11f31d91d85037306321165e3608f8d5e2699b971fc4fbdd1630ec0a1485c8f6f17900142dec584ab41b0ec0c65c11cfaf8c5bbf1054b194a8f5f361538
 WHIRLPOOL 
e6aaedb642b634d9fc0c56f7ddd06e15130091bd21f4e089ae46168fb2976c7e1fa281f8c6fc0f3e171e70bbfeb5cec8f6cc613f62d5b769fb8b6af4dede6e67
 DIST cyrus-imapd-3.0.1.tar.gz 10515460 SHA256 
24a9886aa6bbe001484a54b29309ff99415c0f355b98325ebb29ad61fff5e257 SHA512 
0a2bf13b4793e642f3df53231fd66774e0c5ad753b436a7fb0645db6ee70121d0da245038527cc58cb078255fec3e7b32a6230c196cceea040f74813ef78e337
 WHIRLPOOL 
830284e3d96b2d34d88350f8e65de2cac28c34c9d302dc7fe4247022c5d96251d72989714062408cfcf08828650a7b67aecfb1672165fed344b2e98c2dc06265
+DIST cyrus-imapd-3.0.2.tar.gz 10706654 SHA256 
5612f3cfa0504eb50bc3e49a77bf04a31c1aff3096fa1bbddb26cd7dbb69d94d SHA512 
95f145733a4b2589b2f7eb6281ce0d1df5788521dea0c81fda10c7c7ae4ac7cf1a9037dba45deee6101a73bbde4552906d7c6bfa9369aa3c802061a7f5cec85d
 WHIRLPOOL 
cf56390ea0d8ecd9fcfb9a2459a552ba7815474b52b089c54b1428b42691826f91b163cfe723c795b28289530911ed614e2252e038919c4d710d9a95658f8997

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.2.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.2.ebuild
new file mode 100644
index 000..c5a0435e386
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.2.ebuild
@@ -0,0 +1,203 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools pam ssl-cert user
+
+MY_P=${P/_/}
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="http://www.cyrusimap.org/;
+SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz;
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs backup calalarm caps clamav http jmap kerberos ldap lmdb \
+   mysql nntp pam perl postgres replication +server sieve snmp \
+   sphinx sqlite ssl static-libs tcpd test xapian"
+
+# virtual/mysql-5.5 added for the --variable= option below
+CDEPEND="sys-libs/zlib
+   dev-libs/libpcre
+   >=dev-libs/cyrus-sasl-2.1.13
+   dev-libs/jansson
+   dev-libs/icu:=
+   afs? ( net-fs/openafs )
+   caps? ( sys-libs/libcap )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2 dev-libs/libical )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   lmdb? ( dev-db/lmdb )
+   mysql? ( >=virtual/mysql-5.5 )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   virtual/pam
+   >=net-mail/mailbase-1
+   )
+   perl? ( dev-lang/perl:= )
+   postgres? ( dev-db/postgresql:* )
+   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
+   ssl? ( >=dev-libs/openssl-1.0.1e:0[-bindist] )
+   sqlite? ( dev-db/sqlite:3 )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )
+   xapian? ( >=dev-libs/xapian-1.4.0 )"
+
+DEPEND="${CDEPEND}
+   test? ( dev-util/cunit )"
+
+# all blockers really needed?
+RDEPEND="${CDEPEND}
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/courier-imap
+   !net-mail/uw-imap
+   !net-mail/cyrus-imap-admin"
+
+REQUIRED_USE="afs? ( kerberos )
+   backup? ( sqlite )
+   calalarm? ( http )
+   http? ( sqlite )
+   jmap? ( http xapian )
+   sphinx? ( mysql )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewuser cyrus -1 -1 /usr/cyrus mail
+}
+
+src_prepare() {
+   # bug 604470
+   eapply -p1 "${FILESDIR}/${PN}-sieve-libs-v3.patch"
+   eapply -p1 "${FILESDIR}/${PN}-fix-tests.patch"
+   # Fix master(8)->cyrusmaster(8) manpage.
+   for i in `grep -rl -e 

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

2017-06-21 Thread Kent Fredric
commit: 9618519fba1cfd2da3f2322ccf153e4acf94ee5b
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jun 22 05:19:51 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jun 22 05:19:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9618519f

dev-perl/Chart: Cleanup old re bug #615146

Removing versions that are currently broken on Perl 5.22+ due to
fatalization of `defined(@array)`

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

 dev-perl/Chart/Chart-2.4.6-r1.ebuild | 23 ---
 dev-perl/Chart/Manifest  |  1 -
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/Chart/Chart-2.4.6-r1.ebuild 
b/dev-perl/Chart/Chart-2.4.6-r1.ebuild
deleted file mode 100644
index 6183aba19c3..000
--- a/dev-perl/Chart/Chart-2.4.6-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CHARTGRP
-MODULE_VERSION=2.4.6
-inherit perl-module
-
-DESCRIPTION="The Perl Chart Module"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=">=dev-perl/GD-2.0.36"
-DEPEND="${RDEPEND}
-   test? (
-   dev-perl/GD[png,jpeg]
-   )
-"
-
-SRC_TEST="do"

diff --git a/dev-perl/Chart/Manifest b/dev-perl/Chart/Manifest
index b095e42baf5..45781e26bbc 100644
--- a/dev-perl/Chart/Manifest
+++ b/dev-perl/Chart/Manifest
@@ -1,2 +1 @@
 DIST Chart-2.4.10.tar.gz 1698207 SHA256 
84bd99a1a0ce72477b15e35881e6120398bb3f553aeeb5e8d72b088520e4f6bf SHA512 
e8327c46e0cbcea0ed8f723b7b369f4b694c0d7050d3fab35371e0717938292b5bacd3e367ed87e272dc258db020c378690405f93d23ba0ed546dc29dd59e37d
 WHIRLPOOL 
497b41c2c510edead1aa22f4824c0ae651bbf0b7a323732ed62248941e86499aaeaa358e84fe298e7c318e183cec186fefce04138f6c7eb3193f56ae56f209e5
-DIST Chart-2.4.6.tar.gz 1544643 SHA256 
5d4499d1cac1c8334efdc1382cd1d6ecfb035b666318a55be8f2926a7266ba50 SHA512 
3475fcf2f2d657cab1bd991bdbd71bf2763d919873ace43acc529ca5b4b535c35ab9bd7341d7beed907f1db64df700ec84b613cc7f3caac0008028e76713ab4f
 WHIRLPOOL 
7d884b7536bb15167cb0da5bde53eb30af0422c7f30fba04107f09e76938abc0ffee1ba83f13bd2cbf658d04da5fe48d743601aa8399b157765a69bba64b308c



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

2017-06-21 Thread Hans de Graaff
commit: d326198ec9a6b1ea7f0a76a145c122b30e3ef57f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 22 05:02:52 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 22 05:02:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d326198e

dev-ruby/fast_gettext: add 1.4.1

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/fast_gettext/Manifest  |  1 +
 dev-ruby/fast_gettext/fast_gettext-1.4.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/fast_gettext/Manifest b/dev-ruby/fast_gettext/Manifest
index eb394633a0e..803e3c7af49 100644
--- a/dev-ruby/fast_gettext/Manifest
+++ b/dev-ruby/fast_gettext/Manifest
@@ -1,2 +1,3 @@
 DIST fast_gettext-1.3.0.tar.gz 88079 SHA256 
4a5d92dda6300d83669af2529a0b632d8d26b8ca873353450545924c37b1628a SHA512 
c36656c0e9a23a380ce709d2f60a49d23fe24e511c5eba8cb6649d367c1c13621e92e627dfab353f7160915c73fd878f4b04f7cc44c08996c555bd2c350527ae
 WHIRLPOOL 
d28199514529418ed7da5291fd6bce5e6313a84f9e5cbdf23a9e9efa1f34e0fe2bc6ed8dbce72463aef13f0ceb8712171876831680f6e1c766795ce764dc30eb
 DIST fast_gettext-1.4.0.tar.gz 88222 SHA256 
11dd550890ee7a28f8f6ee0774bff7f5e46f7ed5b391ea11966575983a246a07 SHA512 
f9d42b4a15fb8f3f6770f2d8bb4cdc7c1a701dd8811c44e25b672aa9adbaa5372a254dc6359058f4540e23f6c6e29a188df7640c06425d3a293f95458ff39ffa
 WHIRLPOOL 
a13ca2e42f5c985514395b3e23ab7253cd706ff162d72bb39b4d6659e5ec1b7e491653eacf67a94761a4d11f49f409ad7de6ac6fe7a25a0520468345c191e133
+DIST fast_gettext-1.4.1.tar.gz 88329 SHA256 
19ea679c60c9289741ac1352d1ff920d888129330ed867a0cab381ce97996e9d SHA512 
43edce74ab294c92dc63baa855ec0a408ad3fa2092f920d71265516b64bbf2a10863b43aade55b583e792b6ef4901641f24cdce12477b595ffa86f47642dc522
 WHIRLPOOL 
2e04842ee70cb61490b01731f6b285330b8f6d6fda243ddc5f2c3935430db73fd6cf397c209912a622f01775bc7140e93955daa18230b007fe877c5645c1b6d0

diff --git a/dev-ruby/fast_gettext/fast_gettext-1.4.1.ebuild 
b/dev-ruby/fast_gettext/fast_gettext-1.4.1.ebuild
new file mode 100644
index 000..83316badf54
--- /dev/null
+++ b/dev-ruby/fast_gettext/fast_gettext-1.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and 
threadsave!"
+HOMEPAGE="https://github.com/grosser/fast_gettext;
+SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )"
+
+all_ruby_prepare() {
+   rm Gemfile.lock || die
+
+   # Remove jeweler and bump from Gemfile since they are not needed for 
tests.
+   sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die
+
+   # Avoid unneeded dependency on git and development dependencies.
+   sed -e '/git ls-files/ s:^:#:' \
+   -e '/\(wwtd\|bump\)/ s:^:#:' \
+   -i fast_gettext.gemspec || die
+
+   # Don't run a test that requires safe mode which we can't provide
+   # due to insecure directory settings for the portage dir. This spec
+   # also calls out to ruby which won't work with different ruby
+   # implementations.
+   sed -i -e '/can work in SAFE mode/,/^  end/ s:^:#:' 
spec/fast_gettext/translation_repository/mo_spec.rb || die
+}
+
+each_ruby_prepare() {
+   # Make sure the right ruby interpreter is used
+   sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" 
spec/fast_gettext/vendor/*spec.rb || die
+}



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

2017-06-21 Thread Hans de Graaff
commit: 57a7c861a06df11998c5775367083206b8f39bf8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 22 05:09:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 22 05:09:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a7c861

dev-ruby/mail: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/mail/mail-2.6.6.ebuild b/dev-ruby/mail/mail-2.6.6.ebuild
index 4a9b4866992..eecab5c734a 100644
--- a/dev-ruby/mail/mail-2.6.6.ebuild
+++ b/dev-ruby/mail/mail-2.6.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2017-06-21 Thread Mart Raudsepp
commit: b38db2853793b632b085dc2f2309b6443205b09f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 22 03:01:11 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 22 03:01:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38db285

x11-libs/gtk+: bump to 3.22.16

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/gtk+/Manifest|   1 +
 x11-libs/gtk+/gtk+-3.22.16.ebuild | 226 ++
 2 files changed, 227 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 395dcc1a7db..7a5756a1dd7 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -1,3 +1,4 @@
 DIST gtk+-2.24.31.tar.xz 12805344 SHA256 
68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658 SHA512 
75b846661308d94b5236e7e1c367deabf57753792ca87e92f9769822dd5ec90e00cd8d5574adcc12162e3702e1ae6dc152278a1d218f9bd9e4d1c8dc1dd520c1
 WHIRLPOOL 
6f59d444b28910b0f4cd7d0d0bf04f8e442acd945205679c19e5adf7ca3f8e7406d4095e9ff9ca597882eb937a7551e19af63b6597e7b57c0babe5b061f9110e
 DIST gtk+-3.20.9.tar.xz 17174872 SHA256 
83a609ba2f3424b5509e73967c49c67833af466d6f91081b24ee5c64fce6ac17 SHA512 
5848403959f76633511009231c80a814cfe24a7ba07c9429704f432191e51b54d3e6621ce5b578f7f21993920af3a45c8d03dad6ba03af5f9a342b32626e
 WHIRLPOOL 
7964b82dabf72b5d45a34565874ba02e0dda09b0f358f640ca0c602c3c7aa4618432829d047794f5f202424c34c837bbdc31ccb3c5457768e252f048afd30107
 DIST gtk+-3.22.15.tar.xz 18662944 SHA256 
c8a012c2a99132629ab043f764a2b7cb6388483a015cd15c7a4288bec3590fdb SHA512 
c99c4a52bc447a21be20546bdc7808081abde076af9603424c1de20af031ac3f9bd121709d4c18705db8ba2f66ace0aae9b32741347788a8d81afa358d67e758
 WHIRLPOOL 
f0eae97db9ef7e1a3ecedc0d98fb35c4a671774f473c1b6f5a17424e2f6ca3d25e98efd74312bb481addfacbc44b6d2d6a549658d202ed6a7215743678de1d00
+DIST gtk+-3.22.16.tar.xz 18655144 SHA256 
3e0c3ad01f3c8c5c9b1cc1ae00852bd55164c8e5a9c1f90ba5e07f14f175fe2c SHA512 
a981ba3c420db649645787916d603a22f1da9d839aba39f3786bab47f9a247867d94d342ce4c3aa47de4876072ed9cf3615304a73de7e613063cef08b8c0d612
 WHIRLPOOL 
364cec780093ba60832a85769b4b6994adce43efbb408bc291fc059a6c804c50da169af4f0bbe152ed3072d02b02417bf0d700f52b50d9e41bea9bdf67784f71

diff --git a/x11-libs/gtk+/gtk+-3.22.16.ebuild 
b/x11-libs/gtk+/gtk+-3.22.16.ebuild
new file mode 100644
index 000..3d73ad57215
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.22.16.ebuild
@@ -0,0 +1,226 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="http://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland +X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   xinerama? ( X )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
+RESTRICT="test"
+
+# FIXME: introspection data is built against system installation of gtk+:3,
+# bug #
+COMMON_DEPEND="
+   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
+   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   wayland? (
+   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.7
+   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
+   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
+   )
+   X? (
+   >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   

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

2017-06-21 Thread Jonathan Callen
commit: c37a95ae1c12117d77b7cb28981c12b9e7732bc4
Author: Jonathan Callen  gentoo  org>
AuthorDate: Thu Jun 22 00:59:12 2017 +
Commit: Jonathan Callen  gentoo  org>
CommitDate: Thu Jun 22 01:01:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a95ae

dev-util/schroot: mark maintainer-needed

 dev-util/schroot/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/schroot/metadata.xml b/dev-util/schroot/metadata.xml
index ad3df7dae4d..cc3f6c238b4 100644
--- a/dev-util/schroot/metadata.xml
+++ b/dev-util/schroot/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  jcal...@gentoo.org
-  Jonathan Callen
-
+
 
   Enable support for chroots using btrfs snapshots.
   Enables the building of a wrapper named "dchroot", 
replacing sys-apps/dchroot.



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

2017-06-21 Thread Mike Gilbert
commit: bdcc8793301cea180ca045f16a839401ec88f206
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jun 22 01:00:21 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jun 22 01:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcc8793

www-client/google-chrome: automated update (59.0.3071.109)

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 www-client/google-chrome/Manifest   | 2 +-
 ...e-chrome-59.0.3071.104.ebuild => google-chrome-59.0.3071.109.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 427dbfb37d0..76912c83e08 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_59.0.3071.104-1_amd64.deb 60841702 SHA256 
6e949c5d3dc9e2bf33d009b8e7424625daeb21bc058b121309ca1ce65ae3855e SHA512 
af53954e51b8205e11598a769b8cb57acbb6b451c9697bb7e8267316d0666042e3cc07e9f77374e7a1a12fe86a78242a85b64eb5aec10f3469156602b61a4fda
 WHIRLPOOL 
0379fdec70193c20db7cc5443650d6600228d69fd61ea64dac3762bd88cf121d9dd5afdcedef8ad514c6d7e4db637a918bad62686f1405986609753d7a3758c5
+DIST google-chrome-stable_59.0.3071.109-1_amd64.deb 60567628 SHA256 
141e7657603c0d1c1494dd7294b926ecfab8fef19014c88e3d424bdd723408c0 SHA512 
74ef3c9aed69bbcf8477149007760cbd70ce874b5e799750854d59e17a6383b87c0a4ca146fb05ec0aaedfe53bafa6640ee49ac1259cc94280c83d80a43b6564
 WHIRLPOOL 
3b8381e9f458e7123eb85585476a00458e0a6767f767e69c03bedacaa89548e298fc33403b1d040c8900bed028937d155fd32b3846d9976a4690f8762425cd2b

diff --git a/www-client/google-chrome/google-chrome-59.0.3071.104.ebuild 
b/www-client/google-chrome/google-chrome-59.0.3071.109.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-59.0.3071.104.ebuild
rename to www-client/google-chrome/google-chrome-59.0.3071.109.ebuild



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

2017-06-21 Thread Mike Gilbert
commit: ca455d98107adb764ea20267581f164f410d2760
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jun 22 01:00:13 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jun 22 01:00:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca455d98

www-plugins/chrome-binary-plugins: automated update (60.0.3112.40, 
59.0.3071.109)

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 ...9.0.3071.104.ebuild => chrome-binary-plugins-59.0.3071.109.ebuild} | 0
 32_beta.ebuild => chrome-binary-plugins-60.0.3112.40_beta.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 2463d96fa8e..fa08e5f2833 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_60.0.3112.32-1_amd64.deb 67132004 SHA256 
57f4a7cbf100b32f875abd99b97dd133eb64e7161fc5e461b8c2f34c51735c7e SHA512 
881e914f5a4167e3c8c4e68af56d8e0b8c53db3adb5c4ccfab3d3ccb9e47259c41518776a1198722cf912ffd52eef59f99476c9551ace333589e75005d373f30
 WHIRLPOOL 
5161ee55cd7efed037383935976c78fd708416e2c837f52039d549f6b5d92bb9890d048608c91fbdd6c42a96e6557bed9ddce19eb684a262511fddd89a49f1c3
-DIST google-chrome-stable_59.0.3071.104-1_amd64.deb 60841702 SHA256 
6e949c5d3dc9e2bf33d009b8e7424625daeb21bc058b121309ca1ce65ae3855e SHA512 
af53954e51b8205e11598a769b8cb57acbb6b451c9697bb7e8267316d0666042e3cc07e9f77374e7a1a12fe86a78242a85b64eb5aec10f3469156602b61a4fda
 WHIRLPOOL 
0379fdec70193c20db7cc5443650d6600228d69fd61ea64dac3762bd88cf121d9dd5afdcedef8ad514c6d7e4db637a918bad62686f1405986609753d7a3758c5
+DIST google-chrome-beta_60.0.3112.40-1_amd64.deb 63470690 SHA256 
757df5c7d4eabb85333d847bdde722246ade411dc82f725fe6f34d094a3cdcfb SHA512 
76ecb4c144e096102b6ab67b78e5fc6ba85113a73d0ba47f516b14d98645245b41686155c7ba6233f352946b775d7c35e4a31c732c1db3303549c7f51730fd3a
 WHIRLPOOL 
762283e5d03ec2f3576127190be90ba84521b65b5258823aea282f351022ba1db5d7e5033aed6f17962796a0140fe54ea93ba2acfb27cda61aae56e8a0af4d25
+DIST google-chrome-stable_59.0.3071.109-1_amd64.deb 60567628 SHA256 
141e7657603c0d1c1494dd7294b926ecfab8fef19014c88e3d424bdd723408c0 SHA512 
74ef3c9aed69bbcf8477149007760cbd70ce874b5e799750854d59e17a6383b87c0a4ca146fb05ec0aaedfe53bafa6640ee49ac1259cc94280c83d80a43b6564
 WHIRLPOOL 
3b8381e9f458e7123eb85585476a00458e0a6767f767e69c03bedacaa89548e298fc33403b1d040c8900bed028937d155fd32b3846d9976a4690f8762425cd2b
 DIST google-chrome-unstable_61.0.3135.4-1_amd64.deb 71267722 SHA256 
cafebd96d4e2633418d660da241088270d3141135cac6e217c58506f68e563a2 SHA512 
802d12bdef61528a2734e642b976faa30da42f9c1adb3d488b49233080e5930efd3273b6fa1d5610d77f5594de7c44b2cd71daf0cc1c0ec90e620168ad0f9dbd
 WHIRLPOOL 
84c2a1ffb115c0cbf7b6e1701e8c33165e6420cce43360028828f012811c3ac58d2b942cf4660ad353d77f3281f914294d268dbac141d1fb597f28d8ea67967f

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.104.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.109.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.104.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.109.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.32_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.40_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.32_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-60.0.3112.40_beta.ebuild



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

2017-06-21 Thread Mike Gilbert
commit: 1e2d7b540ccbda9a7d886655b75bdd970c9b3f41
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jun 22 01:00:02 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jun 22 01:00:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2d7b54

www-client/google-chrome-beta: automated update (60.0.3112.40)

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-60.0.3112.32.ebuild => google-chrome-beta-60.0.3112.40.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 786b00bc835..22362da32ea 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_60.0.3112.32-1_amd64.deb 67132004 SHA256 
57f4a7cbf100b32f875abd99b97dd133eb64e7161fc5e461b8c2f34c51735c7e SHA512 
881e914f5a4167e3c8c4e68af56d8e0b8c53db3adb5c4ccfab3d3ccb9e47259c41518776a1198722cf912ffd52eef59f99476c9551ace333589e75005d373f30
 WHIRLPOOL 
5161ee55cd7efed037383935976c78fd708416e2c837f52039d549f6b5d92bb9890d048608c91fbdd6c42a96e6557bed9ddce19eb684a262511fddd89a49f1c3
+DIST google-chrome-beta_60.0.3112.40-1_amd64.deb 63470690 SHA256 
757df5c7d4eabb85333d847bdde722246ade411dc82f725fe6f34d094a3cdcfb SHA512 
76ecb4c144e096102b6ab67b78e5fc6ba85113a73d0ba47f516b14d98645245b41686155c7ba6233f352946b775d7c35e4a31c732c1db3303549c7f51730fd3a
 WHIRLPOOL 
762283e5d03ec2f3576127190be90ba84521b65b5258823aea282f351022ba1db5d7e5033aed6f17962796a0140fe54ea93ba2acfb27cda61aae56e8a0af4d25

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-60.0.3112.32.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-60.0.3112.40.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-60.0.3112.32.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-60.0.3112.40.ebuild



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

2017-06-21 Thread Marc Schiffbauer
commit: 583c2f1f71c91f344a91065aa9f20d12c682a547
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Jun 21 23:20:22 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Jun 21 23:20:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583c2f1f

dev-python/cliapp: fix CoverageTestRunner dependency, fixes #607858

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/cliapp/cliapp-1.20160724-r1.ebuild 
b/dev-python/cliapp/cliapp-1.20160724-r1.ebuild
index 4042481e563..c3daf94d045 100644
--- a/dev-python/cliapp/cliapp-1.20160724-r1.ebuild
+++ b/dev-python/cliapp/cliapp-1.20160724-r1.ebuild
@@ -22,7 +22,7 @@ MY_DEPEND="
 
 DEPEND="${PYTHON_DEPS}
${MY_DEPEND}
-   test? ( dev-python/CoverageTestRunner dev-python/pep8 )
+   test? ( >=dev-python/CoverageTestRunner-1.11 dev-python/pep8 )
"
 
 RDEPEND="



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

2017-06-21 Thread Marc Schiffbauer
commit: 797cfc01da202cadcb049fcbdae64cb19b670084
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Jun 21 22:47:45 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Jun 21 22:49:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797cfc01

dev-python/cliapp: add missing test dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/cliapp/cliapp-1.20160724-r1.ebuild 
b/dev-python/cliapp/cliapp-1.20160724-r1.ebuild
index 16703458454..4042481e563 100644
--- a/dev-python/cliapp/cliapp-1.20160724-r1.ebuild
+++ b/dev-python/cliapp/cliapp-1.20160724-r1.ebuild
@@ -22,7 +22,7 @@ MY_DEPEND="
 
 DEPEND="${PYTHON_DEPS}
${MY_DEPEND}
-   test? ( dev-python/CoverageTestRunner )
+   test? ( dev-python/CoverageTestRunner dev-python/pep8 )
"
 
 RDEPEND="



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

2017-06-21 Thread Marc Schiffbauer
commit: ac73f3456462cf6c6179097333f48071801a8c91
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Jun 21 22:48:47 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Jun 21 22:49:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac73f345

dev-python/CoverageTestRunner: bump version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../CoverageTestRunner-1.11.ebuild | 24 ++
 dev-python/CoverageTestRunner/Manifest |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-python/CoverageTestRunner/CoverageTestRunner-1.11.ebuild 
b/dev-python/CoverageTestRunner/CoverageTestRunner-1.11.ebuild
new file mode 100644
index 000..51e3aa40571
--- /dev/null
+++ b/dev-python/CoverageTestRunner/CoverageTestRunner-1.11.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 python-r1
+
+MY_PN="python-coverage-test-runner"
+DESCRIPTION="fail Python program unit tests unless they test everything"
+HOMEPAGE="http://liw.fi/coverage-test-runner/;
+SRC_URI="http://code.liw.fi/debian/pool/main/p/${MY_PN}/${MY_PN}_${PV}.orig.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DEPEND="${PYTHON_DEPS}
+   dev-python/coverage"
+RDEPEND="${DEPEND}"

diff --git a/dev-python/CoverageTestRunner/Manifest 
b/dev-python/CoverageTestRunner/Manifest
index 63e1ff54e6a..fbbd708cdde 100644
--- a/dev-python/CoverageTestRunner/Manifest
+++ b/dev-python/CoverageTestRunner/Manifest
@@ -1,2 +1,3 @@
 DIST python-coverage-test-runner_1.10.orig.tar.gz 19149 SHA256 
550fbffe220007608e6aa41904134321d2fb32af11078cc280fe39d84b251300 SHA512 
041896468863d1f06a932da4a4113d9afe952ca88004feb3ac872cc8352a94e5f4b5d7444f8b5dce49e5dc3ccfc727553d540b9865e8bf00724ae312ff1be2e6
 WHIRLPOOL 
3d11391e7624e8e3743d3d01cfb915523361f9cae3dbae1709eb45b6c467f4e83eacb7f093e74b25f82c2ce6e982bf921c748b73a233e96bc19cd99a4eae
+DIST python-coverage-test-runner_1.11.orig.tar.xz 19056 SHA256 
11630209fbb02a86c0cea898daf3094f463ead256f83d05a742fa41be7972639 SHA512 
669947608636a46614022d8dee42d144e9a4ca4986efbaeff503c2b68c3612e60fb03fb255893dbe9bbf4b1df3c6e375e2d93f333cb79b1bbb2b63a64e59c866
 WHIRLPOOL 
897a5b993a46d7a22092202926d955ee2f3e27416cf57310f06ceb7fe8d466453fbb3971e7eb86eb9c1ff9b0e8fe1104768df2cc7136745d2cf71bcd154fe196
 DIST python-coverage-test-runner_1.9.orig.tar.gz 19175 SHA256 
d3bf062e6f7797a71e8958f2cf1b879e2037c0b2cb9b4deb73c769bafe295437 SHA512 
7793fc4eed0eb92a53a4dd1662a92dc131ebefe1194196f9a8e022d8d63da779aa8f978c056e981629324465f919869b5dc31cc9b31fe5e3173f1ac3f3f5c83e
 WHIRLPOOL 
f54e309fd0526740c8b580ac2d1eea4858af313564fa59ce92b812f771199a5b6b8dc4b36d235554939db45d18d4671287e1ab7bace37fdce136c0c52c215931



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

2017-06-21 Thread Sergei Trofimovich
commit: c45c1cd293d4f0cca77682213bb6aefc2a0f78c4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 21 21:55:00 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 21 21:55:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45c1cd2

sys-devel/binutils: ia64 stable, bug #621130

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-devel/binutils/binutils-2.28-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.28-r2.ebuild 
b/sys-devel/binutils/binutils-2.28-r2.ebuild
index 2923d33a859..f98ef9e98cb 100644
--- a/sys-devel/binutils/binutils-2.28-r2.ebuild
+++ b/sys-devel/binutils/binutils-2.28-r2.ebuild
@@ -7,4 +7,4 @@ PATCHVER="1.2"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"



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

2017-06-21 Thread Sergei Trofimovich
commit: d3b175025b29addf7aa1ce66dfa74bd0db813752
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 21 21:55:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 21 21:55:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b17502

sys-libs/binutils-libs: ia64 stable, bug #621130

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild
index 7af6bf87b2e..3ec0a69bc32 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.28-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.bz2
 LICENSE="|| ( GPL-3 LGPL-3 )"
 # The shared lib SONAMEs use the ${PV} in them.
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd -sparc-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 -sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="64-bit-bfd multitarget nls static-libs"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2017-06-21 Thread Matthias Maier
commit: 6acaa7787fa53d19b19c0f193b24969a5641a315
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Jun 21 21:42:23 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Jun 21 21:51:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acaa778

dev-libs/libffi: drop old versions, bug #66

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libffi/Manifest   |  3 -
 .../files/libffi-3.0.13-emutramp_pax_proc.patch| 37 -
 dev-libs/libffi/files/libffi-3.1-execstack.patch   | 12 
 .../libffi/files/libffi-3.1-typing_error.patch | 14 -
 dev-libs/libffi/libffi-3.0.13-r1.ebuild| 64 --
 dev-libs/libffi/libffi-3.1-r3.ebuild   | 62 -
 dev-libs/libffi/libffi-3.2.ebuild  | 59 
 7 files changed, 251 deletions(-)

diff --git a/dev-libs/libffi/Manifest b/dev-libs/libffi/Manifest
index 98cc0cd0b06..e9774e1aba6 100644
--- a/dev-libs/libffi/Manifest
+++ b/dev-libs/libffi/Manifest
@@ -1,4 +1 @@
-DIST libffi-3.0.13.tar.gz 845747 SHA256 
1e1400c3bcb7749d398071af88c3e4754058d2d4c0b3696c2f82dc5cf11c SHA512 
fc47f5d25197c631754efe05a349edb556d072807ecef19b41f17c1a8f39c95221be64926fbd05b1f8439181df1ddff8fc01462ce3a26005b75159ddc27e6f6a
 WHIRLPOOL 
d5b14d48a7b35f7349ec938d0deac62db7022ac4d611ab13bc7a6a2766a47e210fc1663fc8c6d7ee48d421c06b66f558010829ac2c215620c76d0bf7650e1308
-DIST libffi-3.1.tar.gz 937214 SHA256 
97feeeadca5e21870fa4433bc953d1b3af3f698d5df8a428f68b73cd60aef6eb SHA512 
8994973d75facf5ad928c270e17b1a56e24d1543af75b93731a0048e747df27e4190a736b6dc2dca7d43de1d7e88891220304802c10fcccdcebee9c9ffd3d1b9
 WHIRLPOOL 
19c08cffd39c998fcd762b1e3767b4fd86915427226833411302bebd2d5bcf93d515e6df4a4cab11327595d3966e46442e457fbe09ae986b58bdfb2bb6adb913
 DIST libffi-3.2.1.tar.gz 940837 SHA256 
d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37 SHA512 
980ca30a8d76f963fca722432b1fe5af77d7a4e4d2eac5144fbc5374d4c596609a293440573f4294207e1bdd9fda80ad1e1cafb2ffb543df5a275bc3bd546483
 WHIRLPOOL 
b9d3c86e347029fa9f03fd3813405cc731099812ad6186bd4d2ea646354383803c90912b20e1804a6b7fc12719403b3c0c3b800bdbcab564a2c93fcb4fd722ad
-DIST libffi-3.2.tar.gz 940691 SHA256 
6b2680fbf6ae9c2381d381248705857de22e05bae191889298f8e6bfb2ded4ef SHA512 
fed5f6eec86144608966857f54bd69a5faa43427f27bc9178ebe2c7a1cecf925c20dbd6df07a207ae469842874efcf5b99fb7e09db59cbd92ebfc0a7e1bb62b7
 WHIRLPOOL 
db7491bc5914eb6691aa366677c63af51979453330373251b1043b53163d1b56dbed65ba23c9f5047257e476e0d216045a06faa346790987047854ae1d04361d

diff --git a/dev-libs/libffi/files/libffi-3.0.13-emutramp_pax_proc.patch 
b/dev-libs/libffi/files/libffi-3.0.13-emutramp_pax_proc.patch
deleted file mode 100644
index c27bd9bf889..000
--- a/dev-libs/libffi/files/libffi-3.0.13-emutramp_pax_proc.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-2013-05-22  Magnus Granberg  
-
-   #457194
-   * src/closuer.c (emutramp_enabled_check): Check with /proc.
-
 a/src/closures.c   2013-03-17 23:27:11.0 +0100
-+++ b/src/closures.c   2013-04-29 23:26:02.279022022 +0200
-@@ -181,10 +181,26 @@ static int emutramp_enabled = -1;
- static int
- emutramp_enabled_check (void)
- {
--  if (getenv ("FFI_DISABLE_EMUTRAMP") == NULL)
--return 1;
--  else
-+  char *buf = NULL;
-+  size_t len = 0;
-+  FILE *f;
-+  int ret;
-+  f = fopen ("/proc/self/status", "r");
-+  if (f == NULL)
- return 0;
-+  ret = 0;
-+
-+  while (getline (, , f) != -1)
-+if (!strncmp (buf, "PaX:", 4))
-+  {
-+char emutramp;
-+if (sscanf (buf, "%*s %*c%c", ) == 1)
-+  ret = (emutramp == 'E');
-+break;
-+  }
-+  free (buf);
-+  fclose (f);
-+  return ret;
- }
- 
- #define is_emutramp_enabled() (emutramp_enabled >= 0 ? emutramp_enabled \

diff --git a/dev-libs/libffi/files/libffi-3.1-execstack.patch 
b/dev-libs/libffi/files/libffi-3.1-execstack.patch
deleted file mode 100644
index b9943aa0a13..000
--- a/dev-libs/libffi/files/libffi-3.1-execstack.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/511634
-https://sourceware.org/ml/libffi-discuss/2014/msg00058.html
-
 src/x86/win32.S
-+++ src/x86/win32.S
-@@ -1304,3 +1304,6 @@
- 
- #endif /* !_MSC_VER */
- 
-+#if defined __ELF__ && defined __linux__
-+  .section.note.GNU-stack,"",@progbits
-+#endif

diff --git a/dev-libs/libffi/files/libffi-3.1-typing_error.patch 
b/dev-libs/libffi/files/libffi-3.1-typing_error.patch
deleted file mode 100644
index 0e917020e91..000
--- a/dev-libs/libffi/files/libffi-3.1-typing_error.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/511752
-https://sourceware.org/ml/libffi-discuss/2014/msg00059.html
-
 include/ffi.h.in
-+++ include/ffi.h.in
-@@ -221,7 +221,7 @@ typedef struct {
- #endif
- } ffi_cif;
- 
--#if HAVE_LONG_DOUBLE_VARIANT
-+#if @HAVE_LONG_DOUBLE_VARIANT@
- /* Used to adjust size/alignment of ffi 

[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/

2017-06-21 Thread Jason Donenfeld
commit: 91a3fdc964b0ff5d6488e9cab467191878dffc43
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed Jun 21 21:39:40 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Wed Jun 21 21:39:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a3fdc9

net-vpn/wireguard: fewer deps for the git version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-vpn/wireguard/wireguard-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-vpn/wireguard/wireguard-.ebuild 
b/net-vpn/wireguard/wireguard-.ebuild
index 2bc281b63b0..2ffe26d5db5 100644
--- a/net-vpn/wireguard/wireguard-.ebuild
+++ b/net-vpn/wireguard/wireguard-.ebuild
@@ -28,9 +28,8 @@ RDEPEND="${DEPEND}"
 MODULE_NAMES="wireguard(net:src)"
 BUILD_PARAMS="KERNELDIR=${KERNEL_DIR} V=1"
 BUILD_TARGETS="module"
-CONFIG_CHECK="NET INET NET_UDP_TUNNEL NF_CONNTRACK 
NETFILTER_XT_MATCH_HASHLIMIT CRYPTO_BLKCIPHER ~PADATA ~IP6_NF_IPTABLES"
+CONFIG_CHECK="NET INET NET_UDP_TUNNEL CRYPTO_BLKCIPHER ~PADATA"
 WARNING_PADATA="If you're running a multicore system you likely should enable 
CONFIG_PADATA for improved performance and parallel crypto."
-WARNING_IP6_NF_IPTABLES="If your kernel has CONFIG_IPV6, you need 
CONFIG_IP6_NF_IPTABLES; otherwise WireGuard will not insert."
 
 pkg_setup() {
if use module; then



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

2017-06-21 Thread James Le Cuirot
commit: bbb0b4028d22707cb512074b699f1dd6a386
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jun 21 21:23:58 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jun 21 21:23:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb0

media-sound/xmms2: 0.8_p20161122 tested with Python 3.5 + 3.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-sound/xmms2/xmms2-0.8_p20161122.ebuild 
b/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
index f9e24892bd0..ab0d4bea72f 100644
--- a/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
+++ b/media-sound/xmms2/xmms2-0.8_p20161122.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=6
 
-# waf fails on python3_5: AttributeError: Can't pickle local object 
'Context.__init__..node_class'
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 USE_RUBY="ruby20 ruby21 ruby22"
 
 inherit eutils multiprocessing python-single-r1 ruby-single toolchain-funcs



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

2017-06-21 Thread Matt Thode
commit: 00cb30711ddaf929bcf288073fb29f305bcaeb5e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 21 19:23:04 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 21 19:23:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cb3071

net-nds/openldap: bup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-nds/openldap/Manifest   |   1 +
 net-nds/openldap/openldap-2.4.45.ebuild | 853 
 2 files changed, 854 insertions(+)

diff --git a/net-nds/openldap/Manifest b/net-nds/openldap/Manifest
index 0f5b7b5f578..fa72c337aa0 100644
--- a/net-nds/openldap/Manifest
+++ b/net-nds/openldap/Manifest
@@ -1,3 +1,4 @@
 DIST openldap-2.3.43.tgz 3803011 SHA256 
d7d2dea05362c8ac7e11bb7bf1da4cdeb07225ba8dc16974bff9f51a9f3d37e1 SHA512 
2b0ebb35adbeed34673e1a55cc7a89b348ddee7ad6ce7f915ca3745198cee992aba7281bf0d56197dcfd59665935d5d3764db0ba487975e4dbc2a2507d6ea7a6
 WHIRLPOOL 
7457112bbad83d75f7ad01230da97511a8d983a98f7e31357dbffd79a7ed7e53057af781002cae8c610d3ad7834dfeefbd7f223798d45aea8cd00b70f5ee0e39
 DIST openldap-2.4.44.tgz 5658830 SHA256 
d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400 SHA512 
132eb81798f59a364c9246d08697e1c7ebb6c2c3b983f786b14ec0233df09696cbad33a1f35f3076348b5efb77665a076ab854a24122c31e8b58310b7c7fd136
 WHIRLPOOL 
37399793d681a6489c369d663772970c62a4e1e370d4dc306bcb6fa3b9cb680139c9d940d9218aaac4618f50a63bc391b10f2aec0a134f84094ce4f7378c88ff
+DIST openldap-2.4.45.tgz 5672845 SHA256 
cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824 SHA512 
1c9fc84efed8998f107ce6e1c6be3f5466388241afdca0cb3847720c9def0bc263a2dbc15bf0f9112d1b4c391fd01e8531a4fb08c5532c30fb86924c08daedab
 WHIRLPOOL 
b5855bfe2b2c3856a98fb8b07ab94e51ef995ff80d4f39f0e7edae64f9774f0af9987db3673e25f98df8a5856a3f8839f28f1aa9184c92862a4df22540b3ab49
 DIST rfc2307bis.schema-20140524 12262 SHA256 
6cd8154ad86be1d6bb88a79c303dc10a49bce4ce7d21bb417a951d6496df30b1 SHA512 
83b89a1deeefc8566b97e7e865b9b6d04541099cbdf719e24538a7d27d61b6209e87ab9003a9f140bd9afd018ec569e71721e3a24090e1902c8b6659d2ba103e
 WHIRLPOOL 
40cef24529fb4bfc1661d03088eccdb17d9056d696b2bf0e698fa248d03f508ba776784bf8abbaffb5f4c2c59b59b29525b4be2babc978fed681e5e3c88073de

diff --git a/net-nds/openldap/openldap-2.4.45.ebuild 
b/net-nds/openldap/openldap-2.4.45.ebuild
new file mode 100644
index 000..23c66c3db53
--- /dev/null
+++ b/net-nds/openldap/openldap-2.4.45.ebuild
@@ -0,0 +1,853 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit db-use eutils flag-o-matic multilib multilib-minimal ssl-cert 
versionator toolchain-funcs autotools user systemd
+
+BIS_PN=rfc2307bis.schema
+BIS_PV=20140524
+BIS_P="${BIS_PN}-${BIS_PV}"
+
+DESCRIPTION="LDAP suite of application and development tools"
+HOMEPAGE="http://www.OpenLDAP.org/;
+
+# mirrors are mostly not working, using canonical URI
+SRC_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz
+mirror://gentoo/${BIS_P}"
+
+LICENSE="OPENLDAP GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-solaris"
+
+IUSE_DAEMON="crypt samba slp tcpd experimental minimal"
+IUSE_BACKEND="+berkdb"
+IUSE_OVERLAY="overlays perl"
+IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 libressl +syslog selinux 
static-libs"
+IUSE_CONTRIB="smbkrb5passwd kerberos kinit pbkdf2"
+IUSE_CONTRIB="${IUSE_CONTRIB} -cxx"
+IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} 
${IUSE_CONTRIB}"
+
+REQUIRED_USE="cxx? ( sasl )
+   ?? ( gnutls libressl )
+   pbkdf2? ( ssl )"
+
+# always list newer first
+# Do not add any AGPL-3 BDB here!
+# See bug 525110, comment 15.
+# Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a 
slot during build.
+BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
+BDB_PKGS=''
+for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
+
+# openssl is needed to generate lanman-passwords required by samba
+CDEPEND="
+   ssl? (
+   !gnutls? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   )
+   gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}]
+   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+   >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) )
+   sasl? ( dev-libs/cyrus-sasl:= )
+   !minimal? (
+   sys-devel/libtool
+   sys-libs/e2fsprogs-libs
+   >=dev-db/lmdb-0.9.18:=
+   tcpd? ( sys-apps/tcp-wrappers )
+   odbc? ( !iodbc? ( dev-db/unixODBC )
+   iodbc? ( dev-db/libiodbc ) )
+   slp? ( net-libs/openslp )
+   perl? ( dev-lang/perl:=[-build(-)] )
+   samba? 

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

2017-06-21 Thread Michał Górny
commit: d988d53ab67a23609b7d4f180431211a9be7215b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 21:41:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 21 19:02:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d988d53a

media-video/mpv: Simplify REQUIRED_USE

Replace the redundant '!cli? ( libmpv )' inside ||. Per the initial
'|| ( cli libmpv )', if the cli flag is disabled, libmpv is always
enabled. It is therefore unnecessary to check both flags. Removing
USE-conditional groups from || makes it possible for the REQUIRED_USE
to be solved and verified using a simpler algorithm.

 media-video/mpv/mpv-0.25.0-r1.ebuild | 2 +-
 media-video/mpv/mpv-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv/mpv-0.25.0-r1.ebuild 
b/media-video/mpv/mpv-0.25.0-r1.ebuild
index 0bab14bcdf5..6030435b78e 100644
--- a/media-video/mpv/mpv-0.25.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.25.0-r1.ebuild
@@ -45,7 +45,7 @@ REQUIRED_USE="
gbm? ( drm egl opengl )
lcms? ( opengl )
luajit? ( lua )
-   opengl? ( || ( aqua egl X raspberry-pi !cli? ( libmpv ) ) )
+   opengl? ( || ( aqua egl X raspberry-pi !cli ) )
raspberry-pi? ( opengl )
test? ( opengl )
tools? ( cli )

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index 51104143d76..495c3b58b02 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -41,7 +41,7 @@ REQUIRED_USE="
gbm? ( drm egl opengl )
lcms? ( opengl )
luajit? ( lua )
-   opengl? ( || ( aqua egl X raspberry-pi !cli? ( libmpv ) ) )
+   opengl? ( || ( aqua egl X raspberry-pi !cli ) )
raspberry-pi? ( opengl )
test? ( opengl )
tools? ( cli )



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-session-manager/

2017-06-21 Thread NP Hardass
commit: 3a0f6be5c1bbc5cadb35721f2ceb433965665364
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Jun 21 18:30:09 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Jun 21 18:36:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0f6be5

mate-base/mate-session-manager: Set IUSE="+xtrans", #621358

Include warning in metadata about rammifications of disabling this default flag

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../mate-session-manager-1.18.0-r1.ebuild  | 85 ++
 mate-base/mate-session-manager/metadata.xml|  3 +-
 2 files changed, 87 insertions(+), 1 deletion(-)

diff --git 
a/mate-base/mate-session-manager/mate-session-manager-1.18.0-r1.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.18.0-r1.ebuild
new file mode 100644
index 000..750c70fd689
--- /dev/null
+++ b/mate-base/mate-session-manager/mate-session-manager-1.18.0-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE session manager"
+HOMEPAGE="http://mate-desktop.org/;
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+
+IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd +xtrans"
+
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.76
+   >=dev-libs/glib-2.36:2
+   dev-libs/libxslt
+   sys-apps/dbus
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.14:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango
+   virtual/libintl
+   elibc_FreeBSD? ( dev-libs/libexecinfo )
+   systemd? ( sys-apps/systemd )
+   !systemd? ( >=sys-auth/consolekit-0.9.2 )
+   xtrans? ( x11-libs/xtrans )"
+
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xdpyinfo
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+   gnome-keyring? ( gnome-base/gnome-keyring )"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   >=dev-lang/perl-5
+   >=sys-devel/gettext-0.10.40:*
+   virtual/pkgconfig:*
+   !

Build with GTK+3 instead of GTK+2
-   Build with Xtrans support
+   Build with Xtrans support; 
+   WARNING: Disabling this flag will result in ICE binding on all 
interfaces

 
 mate-desktop/mate-session-manager



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-session-manager/

2017-06-21 Thread NP Hardass
commit: a7a5866bea13c2624536700e30a9dfa5ffe08cc3
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Jun 21 18:30:09 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Jun 21 18:30:09 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=a7a5866b

mate-base/mate-session-manager:  Set IUSE="+xtrans", #621358

Include warning in metadata about rammifications of disabling this default flag

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...ssion-manager-.ebuild => mate-session-manager-1.18.0-r1.ebuild} | 2 +-
 mate-base/mate-session-manager/mate-session-manager-.ebuild| 2 +-
 mate-base/mate-session-manager/metadata.xml| 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-session-manager/mate-session-manager-.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.18.0-r1.ebuild
similarity index 96%
copy from mate-base/mate-session-manager/mate-session-manager-.ebuild
copy to mate-base/mate-session-manager/mate-session-manager-1.18.0-r1.ebuild
index dae7992..750c70f 100644
--- a/mate-base/mate-session-manager/mate-session-manager-.ebuild
+++ b/mate-base/mate-session-manager/mate-session-manager-1.18.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://mate-desktop.org/;
 LICENSE="GPL-2 LGPL-2 FDL-1.1"
 SLOT="0"
 
-IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd xtrans"
+IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd +xtrans"
 
 # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
 # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*

diff --git a/mate-base/mate-session-manager/mate-session-manager-.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-.ebuild
index dae7992..750c70f 100644
--- a/mate-base/mate-session-manager/mate-session-manager-.ebuild
+++ b/mate-base/mate-session-manager/mate-session-manager-.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://mate-desktop.org/;
 LICENSE="GPL-2 LGPL-2 FDL-1.1"
 SLOT="0"
 
-IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd xtrans"
+IUSE="debug elibc_FreeBSD gnome-keyring ipv6 systemd +xtrans"
 
 # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
 # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*

diff --git a/mate-base/mate-session-manager/metadata.xml 
b/mate-base/mate-session-manager/metadata.xml
index 2a87982..f930f98 100644
--- a/mate-base/mate-session-manager/metadata.xml
+++ b/mate-base/mate-session-manager/metadata.xml
@@ -7,7 +7,8 @@
 

Build with GTK+3 instead of GTK+2
-   Build with Xtrans support
+   Build with Xtrans support; 
+   WARNING: Disabling this flag will result in ICE binding on all 
interfaces

 
 mate-desktop/mate-session-manager



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

2017-06-21 Thread Sebastian Pipping
commit: 2c40ace29f25574482dfefe2e8d14a38d033e3e2
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Jun 21 18:18:25 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Jun 21 18:26:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c40ace2

dev-libs/libbsd: 0.8.4

Due to upstreams move from man page section 3 to 3bsd,
the is no more collision on file explicit_bzero.3 with
sys-apps/man-pages
https://bugs.gentoo.org/show_bug.cgi?id=617462

Open bugs/questions on 0.8.4 reported upstream:
* https://bugs.freedesktop.org/show_bug.cgi?id=101543
* https://bugs.freedesktop.org/show_bug.cgi?id=101545

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libbsd/Manifest|  1 +
 dev-libs/libbsd/libbsd-0.8.4.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/libbsd/Manifest b/dev-libs/libbsd/Manifest
index 0c3df39a67b..b702e549981 100644
--- a/dev-libs/libbsd/Manifest
+++ b/dev-libs/libbsd/Manifest
@@ -1,2 +1,3 @@
 DIST libbsd-0.8.2.tar.xz 344292 SHA256 
b2f644cae94a6e2fe109449c20ad79a0f6ee4faec2205b07eefa0020565e250a SHA512 
2230d51a30a0c3a8518c7e325036d2b578c8c2b47525c2d0d5f530d28d82227ad48b50341e44521db21f99208fe7c0df7313254c90e3c92da1c8664a8cbb87c5
 WHIRLPOOL 
4f9b09aaa7c0775cd46bf0aaaba9e9a7f07040262739002bf3966aace3bb4d782f96b176e2c489e7d7cbc0840eecc463a414dee1b5c92414c9a821796d739290
 DIST libbsd-0.8.3.tar.xz 356772 SHA256 
934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8 SHA512 
155b895d6bd62b180718d65a2cda7484946c492d52735a57b51005705dfe4528b6a72e8745acea47b01fe68e3bbbe3c036c5e9998a8d06fc79efe2b96a04767f
 WHIRLPOOL 
ab74a85813ea3308e7e4c53b7a46f4b93e4dff4d091964a6347f9960729e8eb4c8a2a0866938de508caf47caf9371f14499fcb0cc4aa30da06f501f4ccad9ef2
+DIST libbsd-0.8.4.tar.xz 368396 SHA256 
217af1642915703151ea6df077311633dd6ad7bfa3c7e07dd9329a93f642cab3 SHA512 
83ca4733edad918a51096301480b702be96f064d7e731cc0870a78d6505574ac6f4edc101aae8b97ff430b2b3ae99e162660e7e3933d05caa14537e581926dc3
 WHIRLPOOL 
9e0cf7b0db53659d3cce19d2906092298da272dd52489f0820fc1df8a074c7f15e85b3fc4abf82e26b3c311df35ebdc96f06000f580458dc371eab0387d05a67

diff --git a/dev-libs/libbsd/libbsd-0.8.4.ebuild 
b/dev-libs/libbsd/libbsd-0.8.4.ebuild
new file mode 100644
index 000..c9b85c118e9
--- /dev/null
+++ b/dev-libs/libbsd/libbsd-0.8.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit multilib-minimal
+
+DESCRIPTION="An library to provide useful functions commonly found on BSD 
systems"
+HOMEPAGE="https://libbsd.freedesktop.org/wiki/;
+SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz;
+
+LICENSE="BSD BSD-2 BSD-4 ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND=">=sys-kernel/linux-headers-3.17"
+RDEPEND=""
+
+pkg_setup() {
+   local f="${EROOT}/usr/$(get_libdir)/${PN}.a"
+   local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc 
first."
+   if ! has_version ${CATEGORY}/${PN}; then
+   if [[ -e ${f} ]]; then
+   eerror "${m}"
+   die "${m}"
+   fi
+   fi
+}
+
+multilib_src_configure() {
+   # The build system will install libbsd-ctor.a despite of 
USE="-static-libs"
+   # which is correct, see:
+   # 
https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
+   ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/, net-proxy/haproxy/files/

2017-06-21 Thread Patrick Lauer
commit: 0bf76b7ba9fdcae0455599ddb348b1e79b65b413
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Jun 21 18:19:57 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Jun 21 18:21:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf76b7b

net-proxy/haproxy: Fix init script (openrc_default_stop -> default_stop) #620418

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

 .../files/{haproxy.initd-r3 => haproxy.initd-r4}   |   4 +-
 ...roxy-1.6.11.ebuild => haproxy-1.6.11-r1.ebuild} |   2 +-
 ...roxy-1.6.12.ebuild => haproxy-1.6.12-r1.ebuild} |   2 +-
 ...roxy-1.6.13.ebuild => haproxy-1.6.13-r1.ebuild} |   2 +-
 ...oxy-1.7.6.ebuild => haproxy-1.6.-r1.ebuild} |   2 +-
 net-proxy/haproxy/haproxy-1.6..ebuild  | 165 -
 ...aproxy-1.7.5.ebuild => haproxy-1.7.5-r1.ebuild} |   2 +-
 ...aproxy-1.7.6.ebuild => haproxy-1.7.6-r1.ebuild} |   2 +-
 ...oxy-1.7.6.ebuild => haproxy-1.7.-r1.ebuild} |   2 +-
 net-proxy/haproxy/haproxy-1.7..ebuild  | 165 -
 10 files changed, 9 insertions(+), 339 deletions(-)

diff --git a/net-proxy/haproxy/files/haproxy.initd-r3 
b/net-proxy/haproxy/files/haproxy.initd-r4
similarity index 95%
rename from net-proxy/haproxy/files/haproxy.initd-r3
rename to net-proxy/haproxy/files/haproxy.initd-r4
index abba9f86534..c37719b1675 100644
--- a/net-proxy/haproxy/files/haproxy.initd-r3
+++ b/net-proxy/haproxy/files/haproxy.initd-r4
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 extra_commands="checkconfig"
@@ -66,7 +66,7 @@ stop() {
_t="$(mktemp)"
for _pid in $(cat ${pidfile}) ; do
echo "${_pid}" > "${_t}"
-   pidfile="${_t}" openrc_default_stop
+   pidfile="${_t}" default_stop
done
rm -f "${_t}"
 }

diff --git a/net-proxy/haproxy/haproxy-1.6.11.ebuild 
b/net-proxy/haproxy/haproxy-1.6.11-r1.ebuild
similarity index 99%
rename from net-proxy/haproxy/haproxy-1.6.11.ebuild
rename to net-proxy/haproxy/haproxy-1.6.11-r1.ebuild
index 39b23851f90..06254314e42 100644
--- a/net-proxy/haproxy/haproxy-1.6.11.ebuild
+++ b/net-proxy/haproxy/haproxy-1.6.11-r1.ebuild
@@ -108,7 +108,7 @@ src_install() {
dobin haproxy
 
newconfd "${FILESDIR}/${PN}.confd" $PN
-   newinitd "${FILESDIR}/${PN}.initd-r3" $PN
+   newinitd "${FILESDIR}/${PN}.initd-r4" $PN
 
doman doc/haproxy.1
 

diff --git a/net-proxy/haproxy/haproxy-1.6.12.ebuild 
b/net-proxy/haproxy/haproxy-1.6.12-r1.ebuild
similarity index 99%
rename from net-proxy/haproxy/haproxy-1.6.12.ebuild
rename to net-proxy/haproxy/haproxy-1.6.12-r1.ebuild
index e1c758115e5..11493f63057 100644
--- a/net-proxy/haproxy/haproxy-1.6.12.ebuild
+++ b/net-proxy/haproxy/haproxy-1.6.12-r1.ebuild
@@ -108,7 +108,7 @@ src_install() {
dobin haproxy
 
newconfd "${FILESDIR}/${PN}.confd" $PN
-   newinitd "${FILESDIR}/${PN}.initd-r3" $PN
+   newinitd "${FILESDIR}/${PN}.initd-r4" $PN
 
doman doc/haproxy.1
 

diff --git a/net-proxy/haproxy/haproxy-1.6.13.ebuild 
b/net-proxy/haproxy/haproxy-1.6.13-r1.ebuild
similarity index 99%
rename from net-proxy/haproxy/haproxy-1.6.13.ebuild
rename to net-proxy/haproxy/haproxy-1.6.13-r1.ebuild
index e1c758115e5..11493f63057 100644
--- a/net-proxy/haproxy/haproxy-1.6.13.ebuild
+++ b/net-proxy/haproxy/haproxy-1.6.13-r1.ebuild
@@ -108,7 +108,7 @@ src_install() {
dobin haproxy
 
newconfd "${FILESDIR}/${PN}.confd" $PN
-   newinitd "${FILESDIR}/${PN}.initd-r3" $PN
+   newinitd "${FILESDIR}/${PN}.initd-r4" $PN
 
doman doc/haproxy.1
 

diff --git a/net-proxy/haproxy/haproxy-1.7.6.ebuild 
b/net-proxy/haproxy/haproxy-1.6.-r1.ebuild
similarity index 99%
copy from net-proxy/haproxy/haproxy-1.7.6.ebuild
copy to net-proxy/haproxy/haproxy-1.6.-r1.ebuild
index c0a7cc341e6..dc6dcf334d8 100644
--- a/net-proxy/haproxy/haproxy-1.7.6.ebuild
+++ b/net-proxy/haproxy/haproxy-1.6.-r1.ebuild
@@ -109,7 +109,7 @@ src_install() {
dobin haproxy
 
newconfd "${FILESDIR}/${PN}.confd" $PN
-   newinitd "${FILESDIR}/${PN}.initd-r3" $PN
+   newinitd "${FILESDIR}/${PN}.initd-r4" $PN
 
doman doc/haproxy.1
 

diff --git a/net-proxy/haproxy/haproxy-1.6..ebuild 
b/net-proxy/haproxy/haproxy-1.6..ebuild
deleted file mode 100644
index 713e9e895bd..000
--- a/net-proxy/haproxy/haproxy-1.6..ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-[[ ${PV} == * ]] && SCM="git-r3"
-inherit user versionator toolchain-funcs flag-o-matic systemd linux-info $SCM
-
-MY_P="${PN}-${PV/_beta/-dev}"
-
-DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"

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

2017-06-21 Thread Michał Górny
commit: 42082963b74cc568da03b4e1f8a51e9f2276fac1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 21 18:13:43 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 21 18:17:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42082963

gst-plugins*.eclass: Remove last rited eclasses, #587816

 eclass/gst-plugins-bad.eclass  |  47 ---
 eclass/gst-plugins-base.eclass |  35 -
 eclass/gst-plugins-good.eclass |  46 ---
 eclass/gst-plugins-ugly.eclass |  35 -
 eclass/gst-plugins10.eclass| 303 -
 5 files changed, 466 deletions(-)

diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass
deleted file mode 100644
index d26002ac295..000
--- a/eclass/gst-plugins-bad.eclass
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# Michał Górny  (16 May 2017)
-# gst-plugins* eclasses are no longer used. They will be removed
-# in 30 days.
-
-# @ECLASS: gst-plugins10-bad.eclass
-# @MAINTAINER:
-# gstrea...@gentoo.org
-# @AUTHOR:
-# Gilles Dartiguelongue 
-# Saleem Abdulrasool 
-# foser 
-# zaheerm 
-# @BLURB: Manages build for invididual ebuild for gst-plugins-bad.
-# @DESCRIPTION:
-# See gst-plugins10.eclass documentation.
-
-GST_ORG_MODULE="gst-plugins-bad"
-
-inherit eutils gst-plugins10
-
-case "${EAPI:-0}" in
-   1|2|3|4|5)
-   ;;
-   0)
-   die "EAPI=\"${EAPI}\" is not supported anymore"
-   ;;
-   *)
-   die "EAPI=\"${EAPI}\" is not supported yet"
-   ;;
-esac
-
-
-if [[ ${PN} != ${GST_ORG_MODULE} ]]; then
-# -bad-0.10.20 uses orc optionally instead of liboil unconditionally.
-# While <0.10.20 configure always check for liboil, it is used only by
-# non-split plugins in gst/ (legacyresample and mpegdemux), so we only
-# builddep for all old packages, and have a RDEPEND in old versions of
-# media-libs/gst-plugins-bad
-   if [[ ${SLOT} = "0.10" ]] && ! version_is_at_least "0.10.20"; then
-   DEPEND="${DEPEND} >=dev-libs/liboil-0.3.8"
-   fi
-fi
-

diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass
deleted file mode 100644
index 699bcf02e5e..000
--- a/eclass/gst-plugins-base.eclass
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# Michał Górny  (16 May 2017)
-# gst-plugins* eclasses are no longer used. They will be removed
-# in 30 days.
-
-# @ECLASS: gst-plugins-base.eclass
-# @MAINTAINER:
-# gstrea...@gentoo.org
-# @AUTHOR:
-# Gilles Dartiguelongue 
-# Saleem Abdulrasool 
-# foser 
-# zaheerm 
-# @BLURB: Manages build for invididual ebuild for gst-plugins-base.
-# @DESCRIPTION:
-# See gst-plugins10.eclass documentation.
-
-GST_ORG_MODULE="gst-plugins-base"
-
-inherit gst-plugins10
-
-case "${EAPI:-0}" in
-   1|2|3|4|5)
-   ;;
-   0)
-   die "EAPI=\"${EAPI}\" is not supported anymore"
-   ;;
-   *)
-   die "EAPI=\"${EAPI}\" is not supported yet"
-   ;;
-esac
-

diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass
deleted file mode 100644
index 3cac6d0c609..000
--- a/eclass/gst-plugins-good.eclass
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# Michał Górny  (16 May 2017)
-# gst-plugins* eclasses are no longer used. They will be removed
-# in 30 days.
-
-# @ECLASS: gst-plugins-good.eclass
-# @MAINTAINER:
-# gstrea...@gentoo.org
-# @AUTHOR:
-# Gilles Dartiguelongue 
-# Saleem Abdulrasool 
-# foser 
-# zaheerm 
-# @BLURB: Manages build for invididual ebuild for gst-plugins-good.
-# @DESCRIPTION:
-# See gst-plugins10.eclass documentation.
-
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit eutils gst-plugins10
-
-case "${EAPI:-0}" in
-   1|2|3|4|5)
-   ;;
-   0)
-   die "EAPI=\"${EAPI}\" is not supported anymore"
-   ;;
-   *)
-   die "EAPI=\"${EAPI}\" is not supported yet"
-   ;;
-esac
-
-
-if [[ ${PN} != ${GST_ORG_MODULE} ]]; then
-# -good-0.10.24 uses orc optionally instead of liboil unconditionally.
-# While <0.10.24 configure always checks for liboil, it is linked to only by
-# non-split plugins in gst/, so we only builddep for all old packages, and have
-# a RDEPEND in old versions of media-libs/gst-plugins-good
-   if [[ ${SLOT} = "0.10" ]] && ! version_is_at_least "0.10.24"; then
-  

[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/

2017-06-21 Thread Manuel Rüger
commit: b62d0062b93393d93d1e4b529268da30ef441c84
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jun 21 18:04:12 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jun 21 18:04:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62d0062

app-emulation/docker-compose: Version bump to 1.14.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.14.0.ebuild| 68 ++
 2 files changed, 69 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index a87e3483aa9..fe23c8cdb11 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1 +1,2 @@
 DIST docker-compose-1.13.0.tar.gz 201429 SHA256 
3c7b62cd0ab5f33d21db197d8a74739d320a6fe32e4ef8282c35d4dee5a7c77c SHA512 
a435cd1634a66924e04b89ca8b3481bb0e4288b03a2e9acc50d01b56a40996e0d51a2d856da8ef6a6e784617b4cda85f7966c372e256dc8b7b0ab0f0ebf60a20
 WHIRLPOOL 
1e6652f97c55705a0e97f6a16f95a2659ef6ef5f53cc85bb6f8a416d711dca21eb3882912d528afbc68f1fb1d6f8d824273352e86b21e2168f9af812790bcbfc
+DIST docker-compose-1.14.0.tar.gz 205658 SHA256 
5649124df5f11b66298e54e6abde0e6991cafa33bc8d69ad037736bf4e276c79 SHA512 
d9216744b70155044d5eeffc5a29c4341a217b46af8904ee4ac11c6c766e0233225f5d65ee8f1bed6979cf2443df10f1b8ebca09a1e092aa0e07ec8afed52c77
 WHIRLPOOL 
83aa666f229cf8fae3c163dc1f9840cc7d6273459819f8a68c1daf989d2354795075edfa171945ab5aaf5ecdf400f7104e9e650c073d08ac7d51d47521d876fe

diff --git a/app-emulation/docker-compose/docker-compose-1.14.0.ebuild 
b/app-emulation/docker-compose/docker-compose-1.14.0.ebuild
new file mode 100644
index 000..265927470cc
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.14.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit bash-completion-r1 distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/}
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docker-py-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '

[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/

2017-06-21 Thread Andreas Sturmlechner
commit: bf5aa922ce69a35f1e366acc9f2efee05e0c2c46
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 21 17:58:23 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 21 17:58:23 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf5aa922

dev-util/kdevelop-php: Drop unused DEPEND

Upstream commit f4ec18d40a1342ff4e92a39502f58bccf17242ec

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-util/kdevelop-php/kdevelop-php-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/kdevelop-php/kdevelop-php-.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-.ebuild
index 43d6d95a13..93489db7e7 100644
--- a/dev-util/kdevelop-php/kdevelop-php-.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-.ebuild
@@ -30,7 +30,6 @@ DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep threadweaver)
$(add_qt_dep qtgui)
-   $(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
dev-util/kdevelop-pg-qt:5
>=dev-util/kdevplatform-${PV}:${SLOT}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/

2017-06-21 Thread Manuel Rüger
commit: c5249db880f4ceed20aa7da11de7487cb3d85356
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jun 21 17:58:04 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jun 21 17:58:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5249db8

net-vpn/openvpn: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-vpn/openvpn/Manifest  |   2 -
 net-vpn/openvpn/metadata.xml  |   2 -
 net-vpn/openvpn/openvpn-2.3.12.ebuild | 137 --
 net-vpn/openvpn/openvpn-2.3.15.ebuild | 137 --
 4 files changed, 278 deletions(-)

diff --git a/net-vpn/openvpn/Manifest b/net-vpn/openvpn/Manifest
index ae855f747a5..fc71d5c8504 100644
--- a/net-vpn/openvpn/Manifest
+++ b/net-vpn/openvpn/Manifest
@@ -1,5 +1,3 @@
 DIST mock_msg.h 1356 SHA256 
d6c56a423753c0b938a5dc32c978984eebb97243a2671a1652440093f67d61fb SHA512 
930775a5837bc7f97a26817ea028782d555e0e71ba06b04c39941f4c01bbc3ca0a5dc63bcf19dc694e0e746b3a382f22daf6a6373a3443c5afd7398cbaaef6ea
 WHIRLPOOL 
4cce848abc141e9d39cca1f8a0c9d11c0819d8a6e640c541968df491d2a6c3c0746233742418ee43c8bbc6ef19028a41159efae2922bcc719bd86442da05df86
-DIST openvpn-2.3.12.tar.gz 1235262 SHA256 
f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff SHA512 
8de40e9177268cce64906915ddc0d23381b4040ed00e6eefe4784b04d48f50d5c5ce9e99886eb18fe45d22c5c047478b9aa942e4c4eeaf115cc443a1d3ebe631
 WHIRLPOOL 
4adeb0da83a4fbff27bc90a3941b593f97dfdc3f50c3ccf10c113293bb0e4f85ead680b53645a2a078f907026549c8dbf068dcc64c9f89b6a967b3eb919f2c8c
-DIST openvpn-2.3.15.tar.gz 1324132 SHA256 
705cecebe67ff581db4654f2d791546dd0e33f4b09656b5377a6972d84c1 SHA512 
bcd7cf01f6da45de6b234d614702242485745f1318a294938b29e750b104e345a8776b10b11a6b4e37f1523bd91db045cf210f4500afcf6d5a232ef859eb9a0e
 WHIRLPOOL 
fa269f7aee093c5ec56c28a1117c018a92248db3da3926cab76edc90ca73facaa42bc1b5293ededcca76f3d4ab903c10a82768f3b4d33e0769e86744919574e6
 DIST openvpn-2.4.2.tar.gz 1402516 SHA256 
b24740c9d44a81eaf2befc4846d51445a520104321e32aaf0c135ed2e098a624 SHA512 
9be3cef25f398c426087581d8bb2589ae2a3a1b3b812c73f7e9a4d3c35098421eea3099b33fc90606162d0429dcd7d9ae3449af89602e060e47cd4c053720e72
 WHIRLPOOL 
53343492084ac2c3a1672179521b89f0e4c0fda27c80ef4cf7a6e5fd61000e5ad0b0f3db420c1d03131b104c9c64e2fdccc4f689d3585351e54afee815804f7d
 DIST openvpn-2.4.3.tar.gz 1397306 SHA256 
84a01aa3df0c12a3552ca3baaa39d700137b5bce4b6de683fe87fb79bfa5df0b SHA512 
e6fbe65d9071832871dcd173f5031ae3615b32f122d03a798afa05d2e5af1a6019dcdcf5107c9ea2c47aedf86c8cb61305e429c24696262ca9bc76c54adc1370
 WHIRLPOOL 
9fcbf2e32106158c58fc44d60a580fd5a6e4e49cb3de96f97bad468a718df0f8c3c8be8b1b1bfc5bc7f8e9463073abba535a955f6dd4f04e30c61f102fec24f8

diff --git a/net-vpn/openvpn/metadata.xml b/net-vpn/openvpn/metadata.xml
index d6c211a689c..7638a471b11 100644
--- a/net-vpn/openvpn/metadata.xml
+++ b/net-vpn/openvpn/metadata.xml
@@ -17,10 +17,8 @@ networks using an encrypted tunnel.
 Enabled iproute2 support instead of net-tools
 Enable LZ4 support
 Use mbed TLS instead of OpenSSL
-Use PolarSSL instead of OpenSSL
 Enable PKCS#11 smartcard support
 Enable the OpenVPN plugin system
-Enable socks support
   
   
 cpe:/a:openvpn:openvpn

diff --git a/net-vpn/openvpn/openvpn-2.3.12.ebuild 
b/net-vpn/openvpn/openvpn-2.3.12.ebuild
deleted file mode 100644
index f19a6f16328..000
--- a/net-vpn/openvpn/openvpn-2.3.12.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib flag-o-matic user systemd linux-info
-
-DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
-SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz;
-HOMEPAGE="http://openvpn.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="examples down-root iproute2 libressl +lzo pam pkcs11 +plugins polarssl 
selinux socks +ssl static systemd userland_BSD"
-
-REQUIRED_USE="static? ( !plugins !pkcs11 )
-   polarssl? ( ssl !libressl )
-   pkcs11? ( ssl )
-   !plugins? ( !pam !down-root )"
-
-DEPEND="
-   kernel_linux? (
-   iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
-   )
-   pam? ( virtual/pam )
-   ssl? (
-   !polarssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.7:* )
-   libressl? ( dev-libs/libressl )
-   )
-   polarssl? ( >=net-libs/polarssl-1.3.8 )
-   )
-   lzo? ( >=dev-libs/lzo-1.07 )
-   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
-   systemd? ( sys-apps/systemd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-openvpn )
-"
-
-CONFIG_CHECK="~TUN"
-

[gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/

2017-06-21 Thread Manuel Rüger
commit: f18b448fb4d8b18f058d67a4baf8445493cb5b52
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jun 21 17:56:43 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jun 21 17:57:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18b448f

net-vpn/openvpn: Version bump to 2.4.3

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

 net-vpn/openvpn/Manifest |   1 +
 net-vpn/openvpn/openvpn-2.4.3.ebuild | 160 +++
 2 files changed, 161 insertions(+)

diff --git a/net-vpn/openvpn/Manifest b/net-vpn/openvpn/Manifest
index f2ed081a0cc..ae855f747a5 100644
--- a/net-vpn/openvpn/Manifest
+++ b/net-vpn/openvpn/Manifest
@@ -2,3 +2,4 @@ DIST mock_msg.h 1356 SHA256 
d6c56a423753c0b938a5dc32c978984eebb97243a2671a165244
 DIST openvpn-2.3.12.tar.gz 1235262 SHA256 
f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff SHA512 
8de40e9177268cce64906915ddc0d23381b4040ed00e6eefe4784b04d48f50d5c5ce9e99886eb18fe45d22c5c047478b9aa942e4c4eeaf115cc443a1d3ebe631
 WHIRLPOOL 
4adeb0da83a4fbff27bc90a3941b593f97dfdc3f50c3ccf10c113293bb0e4f85ead680b53645a2a078f907026549c8dbf068dcc64c9f89b6a967b3eb919f2c8c
 DIST openvpn-2.3.15.tar.gz 1324132 SHA256 
705cecebe67ff581db4654f2d791546dd0e33f4b09656b5377a6972d84c1 SHA512 
bcd7cf01f6da45de6b234d614702242485745f1318a294938b29e750b104e345a8776b10b11a6b4e37f1523bd91db045cf210f4500afcf6d5a232ef859eb9a0e
 WHIRLPOOL 
fa269f7aee093c5ec56c28a1117c018a92248db3da3926cab76edc90ca73facaa42bc1b5293ededcca76f3d4ab903c10a82768f3b4d33e0769e86744919574e6
 DIST openvpn-2.4.2.tar.gz 1402516 SHA256 
b24740c9d44a81eaf2befc4846d51445a520104321e32aaf0c135ed2e098a624 SHA512 
9be3cef25f398c426087581d8bb2589ae2a3a1b3b812c73f7e9a4d3c35098421eea3099b33fc90606162d0429dcd7d9ae3449af89602e060e47cd4c053720e72
 WHIRLPOOL 
53343492084ac2c3a1672179521b89f0e4c0fda27c80ef4cf7a6e5fd61000e5ad0b0f3db420c1d03131b104c9c64e2fdccc4f689d3585351e54afee815804f7d
+DIST openvpn-2.4.3.tar.gz 1397306 SHA256 
84a01aa3df0c12a3552ca3baaa39d700137b5bce4b6de683fe87fb79bfa5df0b SHA512 
e6fbe65d9071832871dcd173f5031ae3615b32f122d03a798afa05d2e5af1a6019dcdcf5107c9ea2c47aedf86c8cb61305e429c24696262ca9bc76c54adc1370
 WHIRLPOOL 
9fcbf2e32106158c58fc44d60a580fd5a6e4e49cb3de96f97bad468a718df0f8c3c8be8b1b1bfc5bc7f8e9463073abba535a955f6dd4f04e30c61f102fec24f8

diff --git a/net-vpn/openvpn/openvpn-2.4.3.ebuild 
b/net-vpn/openvpn/openvpn-2.4.3.ebuild
new file mode 100644
index 000..8316057a513
--- /dev/null
+++ b/net-vpn/openvpn/openvpn-2.4.3.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic user systemd linux-info
+
+DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
+SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
+   test? ( 
https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h
 )"
+HOMEPAGE="http://openvpn.net/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
+
+IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
+IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"
+
+REQUIRED_USE="static? ( !plugins !pkcs11 )
+   mbedtls? ( ssl !libressl )
+   pkcs11? ( ssl )
+   !plugins? ( !pam !down-root )
+   inotify? ( plugins )"
+
+CDEPEND="
+   kernel_linux? (
+   iproute2? ( sys-apps/iproute2[-minimal] )
+   !iproute2? ( sys-apps/net-tools )
+   )
+   pam? ( virtual/pam )
+   ssl? (
+   !mbedtls? (
+   !libressl? ( >=dev-libs/openssl-0.9.8:* )
+   libressl? ( dev-libs/libressl )
+   )
+   mbedtls? ( net-libs/mbedtls )
+   )
+   lz4? ( app-arch/lz4 )
+   lzo? ( >=dev-libs/lzo-1.07 )
+   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
+   systemd? ( sys-apps/systemd )"
+DEPEND="${CDEPEND}
+   test? ( dev-util/cmocka )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-openvpn )"
+
+CONFIG_CHECK="~TUN"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-external-cmocka.patch"
+)
+
+pkg_setup()  {
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   if use test; then
+   cp "${DISTDIR}/mock_msg.h" tests/unit_tests/${PN} || die
+   fi
+}
+
+src_configure() {
+   use static && append-ldflags -Xcompiler -static
+   SYSTEMD_UNIT_DIR=$(systemd_get_systemunitdir) \
+   TMPFILES_DIR="/usr/lib/tmpfiles.d" \
+   econf \
+   $(usex mbedtls '--with-crypto-library=mbedtls' '') \
+   $(use_enable inotify async-push) \
+   $(use_enable ssl crypto) \
+   $(use_enable lz4) \
+   

[gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/

2017-06-21 Thread Göktürk Yüksek
commit: 505c8f3c2d4d35156aea7d4c615188f258176885
Author: Moritz Schlarb  metalabs  de>
AuthorDate: Sat Jun 10 06:53:39 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jun 21 17:24:18 2017 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=505c8f3c

function-reference/install-functions: mention the recursive option for helpers

Mention recursive installing for `doins` et. al.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=384941

 function-reference/install-functions/text.xml | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/function-reference/install-functions/text.xml 
b/function-reference/install-functions/text.xml
index 415fbd7..6523521 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -164,7 +164,8 @@ the first is the source name, the second the name to use 
when installing.
   doheader
 
 
-  Install a header file into /usr/include
+  Install a header file into /usr/include.
+  The -r option allows directories to be installed recursively.
 
   
   
@@ -173,6 +174,7 @@ the first is the source name, the second the name to use 
when installing.
 
 
   Installs HTML document files into /usr/share/doc/${PF}/html
+  The -r option allows directories to be installed recursively.
   Note: Deprecated in EAPI 6, switch to einstalldocs
   instead
 
@@ -198,7 +200,8 @@ the first is the source name, the second the name to use 
when installing.
   doins
 
 
-  Install a miscellaneous file
+  Install a miscellaneous file.
+  The -r option allows directories to be installed recursively.
 
   
   



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

2017-06-21 Thread Alexis Ballier
commit: f98f28e66973eac0580addd21423f957c7d8d038
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 17:11:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 17:11:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98f28e6

dev-db/freetds: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-db/freetds/freetds-1.00.41.ebuild 
b/dev-db/freetds/freetds-1.00.41.ebuild
index ca11cecc72c..ede21dd5784 100644
--- a/dev-db/freetds/freetds-1.00.41.ebuild
+++ b/dev-db/freetds/freetds-1.00.41.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freetds.org/pub/freetds/stable/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
 IUSE="gnutls iconv kerberos libressl mssql iodbc odbc ssl"
 RESTRICT="test"
 



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

2017-06-21 Thread Alexis Ballier
commit: 192703a4621e04f5f214e86b4f8e43db2f1c65fd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 16:44:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 16:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192703a4

profiles/arch/arm64: mask neon on speexdsp

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 73d3d922a6a..ccd815840d6 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Alexis Ballier  (21 Jun 2017)
+# Appends -mfpu=neon that doesnt work on arm64
+media-libs/speexdsp cpu_flags_arm_neon
+
+# Alexis Ballier  (21 Jun 2017)
 # net-fs/openafs-kernel does not recognize arm64 properly
 # Need to check if this has a chance to work with in-kernel drivers
 app-crypt/heimdal afs



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

2017-06-21 Thread Alexis Ballier
commit: 980058d6d1119d4710cef95f4c93d1b0bdc0d21c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 16:37:25 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 16:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980058d6

media-libs/tremor: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/tremor/tremor-0_pre20130223-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild 
b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild
index 6b722fbd9f7..e327ade5d5f 100644
--- a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild
+++ b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 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://dev.gentoo.org/~ssuominen/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="low-accuracy static-libs"
 
 RDEPEND=">=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}]"



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

2017-06-21 Thread Alexis Ballier
commit: ce2d2c7a77c338b7aa58a776f1f631d8d8ba45fd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 16:45:05 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 16:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2d2c7a

media-libs/libcddb: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild 
b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
index ae4aa835e48..3f483f42cdd 100644
--- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
+++ b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"



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

2017-06-21 Thread Alexis Ballier
commit: ab2a222997ba578d8332dc3e0d3960eac1e3db4b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 16:45:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 16:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2a2229

dev-libs/snowball-stemmer: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild 
b/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild
index 2c73ed42318..df7167c24bc 100644
--- a/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild
+++ b/dev-libs/snowball-stemmer/snowball-stemmer-0.20140325.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/libstemmer_c"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 
 # This could be used to package both libstemmer_c and libstemmer_java together.
 IUSE="static-libs"



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

2017-06-21 Thread Alexis Ballier
commit: c6ed19e4bcb10a628f40bbb8cb95536ba01742f5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 16:41:30 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 16:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ed19e4

media-libs/speexdsp: convert to cpu_flags_arm

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/speexdsp/speexdsp-1.2_rc3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/speexdsp/speexdsp-1.2_rc3.ebuild 
b/media-libs/speexdsp/speexdsp-1.2_rc3.ebuild
index b946550540a..ebc776d5b2d 100644
--- a/media-libs/speexdsp/speexdsp-1.2_rc3.ebuild
+++ b/media-libs/speexdsp/speexdsp-1.2_rc3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://downloads.xiph.org/releases/speex/${MY_P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="cpu_flags_x86_sse cpu_flags_x86_sse2 neon static-libs"
+IUSE="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_arm_neon static-libs"
 
 

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

2017-06-21 Thread Manuel Rüger
commit: d43722757b21f05c3232607be5614eac6cc914d2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jun 21 16:37:54 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jun 21 16:38:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4372275

dev-python/pycobertura: Add python3_{5,6} support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild 
b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
index a086c68c9ee..81977de2911 100644
--- a/dev-python/pycobertura/pycobertura-0.10.0.ebuild
+++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Cobertura coverage parser that can diff reports and show coverage 
progress"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-magic-mime/

2017-06-21 Thread Alexis Ballier
commit: c2bfc996adb8a7df1b0ba4eb5b33e8979b943c4d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 15:16:00 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 16:33:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bfc996

dev-ml/ocaml-magic-mime: bump to 1.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-magic-mime/Manifest   |  1 +
 .../ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ml/ocaml-magic-mime/Manifest b/dev-ml/ocaml-magic-mime/Manifest
index 3723d580cee..2f7f8c30ad2 100644
--- a/dev-ml/ocaml-magic-mime/Manifest
+++ b/dev-ml/ocaml-magic-mime/Manifest
@@ -1 +1,2 @@
 DIST ocaml-magic-mime-1.0.0.tar.gz 53937 SHA256 
a9ae72476e7b8dbd70462a10b289cb29ea8a2b1b0e6e31c8faa9e5447a51e159 SHA512 
e6a050e0adc465d174083b101b66805e3261b0498cd20d19bd4d2da52859d6c792f8e13e1c787d54f81e1ff65048f4fb3c38367f1a60c8e5c94367f5f685dc8e
 WHIRLPOOL 
be87b1b7d0f5426360f4c565933ab7eae572a71f045dbaeff6c2ee8fb7a02e8e0a3e6c3a9843cdedde02d9c78e5f2b973b9bb5768fbc267a4852277984a9e440
+DIST ocaml-magic-mime-1.1.0.tar.gz 13228 SHA256 
76b01222006ac77c9f95053af3ef1c3d9fc7c340fd5637bcc5659bda772f0ddf SHA512 
41daa6d85a1398498f03dc54d6e5c5057c79c9c7e4063fb67e73c1b497e69a0c67796640c837fcf3715e8bea7590288f1cf84e41c7ab46d910c6d8d32156efe5
 WHIRLPOOL 
52011c018f869cde3436cccf98e9d5fd8f96f6ea4a2d686f2d75b08afae3491f5216818e567e0296c5e253dd506165a11892edbb3d2f18b8bc73be6d7260e829

diff --git a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild 
b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild
new file mode 100644
index 000..17c16d0e2fa
--- /dev/null
+++ b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Convert file extensions to MIME types"
+HOMEPAGE="https://github.com/mirage/ocaml-magic-mime;
+SRC_URI="https://github.com/mirage/ocaml-magic-mime/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-lang/ocaml:="
+DEPEND="${RDEPEND}
+   dev-ml/jbuilder
+   dev-ml/opam
+"
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   magic-mime.install || die
+}



[gentoo-commits] proj/musl:master commit in: media-libs/mesa/

2017-06-21 Thread Aric Belsito
commit: 772b3f3bfcbbf1dca10bbedbd374e1416b0c5b2f
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Jun 21 16:17:56 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Jun 21 16:18:34 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=772b3f3b

media-libs/mesa: version bump to 17.1.3

sync with upstream

 media-libs/mesa/Manifest   | 6 --
 media-libs/mesa/mesa-17.0.6.ebuild | 2 +-
 media-libs/mesa/mesa-17.1.2.ebuild | 3 ++-
 media-libs/mesa/{mesa-17.1.2.ebuild => mesa-17.1.3.ebuild} | 3 ++-
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 593b20b..b9396f7 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -10,11 +10,13 @@ DIST mesa-17.0.7.tar.xz 9460316 SHA256 
f6d75304a229c8d10443e219d6b6c0c342567dbab
 DIST mesa-17.1.0.tar.xz 9849580 SHA256 
cf234a6ed4764673886b6661553b54675776ef0898f774716173cec890ac3b17 SHA512 
9730e989ec2731e9b1df7515104d585af3fb7234f40fa13e8974910784db24c25e06d0c546af85de6a9c562212b6784932510c607f5f4b8061194a6429a64af3
 WHIRLPOOL 
f7ed68bd0888f58012aa9505cf078d0670e90aa3983e45cc3c60dc55594a19096edead339872d5a2111d563b195f11aba99caba60197a7b02bec58f0ff23d754
 DIST mesa-17.1.1.tar.xz 9854480 SHA256 
aed503f94c0c1630a162a3e276f4ee12a86764cee4cb92338ea2dea99a04e7ef SHA512 
4679b8c1a957e515e9f7a6658f2264d4c458379a37fa8f64c9ef03e817857a683fc527a8172d3ae68ca5ebc84a1a78264e18807704c5130c95efdf0431502bc7
 WHIRLPOOL 
e34aef05bc9f6256a717de1d47f445fedbe5981836724b31e6d0ee801a26b23da9c70acdbfc86d2b676f494ba2c47bf24d8ed0c5c8fb3774fba28443d47578d4
 DIST mesa-17.1.2.tar.xz 9837516 SHA256 
0937804f43746339b1f9540d8f9c8b4a1bb3d3eec0e4020eac283b8799798239 SHA512 
9df5e1a0336948a6ba338a9a8499b286543bc079f61f1cf85f6ecf98e05fab9a23cde0d1e3f2153df9b07515cb8c1a08531d43f053783991ecdd32380d3b
 WHIRLPOOL 
81ce678cb95eb86c41fb00f01ad5f4ed207a20e8290d789f347377553da4ff7ebde56bdb41df03a94a30f6fc141c52833bf6da6c5a79ff85654c7806945b4bd5
+DIST mesa-17.1.3.tar.xz 9861256 SHA256 
5f1ee9a8aea2880f887884df2dea0c16dd1b13eb42fd2e52265db0dc1b380e8c SHA512 
b487d4f3d7717f379e7aaf66958bbef886fbae219e6e0333123c4623dc7db84109aca8cf07be08c0b79a74bdb198c704073fd549c6e85aa952ed3c97da1a8a94
 WHIRLPOOL 
f9e2634e8a4c9765739ca4db005901d4df077f954e9008c05ee26dfc10e008166e5128096db071e0e26f4bdf244ecb9f8767b8862b018a68d677a3579c789114
 EBUILD mesa-13.0.5.ebuild 13658 SHA256 
c2d8750e43354a05926dd17e7bba27a9c348ea49d723ed3a0045f5b8dd34f639 SHA512 
30af415e1448909b0420080edf24b8006cc55d8b0b70d0d9b6f2c5f5d40b710c5ebb463f1203204de5e7e71bcb68564d490bd61be8c52362e0219d62074eb279
 WHIRLPOOL 
de6f514c8d879c41b7f63429d45790f133b1c60412262f0b38bffc5cae69f8621c988fc851f5c764a7867a5a22885391f80ab342ff4e84cf5b2bf0798a2c
 EBUILD mesa-13.0.6.ebuild 13584 SHA256 
3bfff928951edec571894f54fada7bb718e95e94f82806764731d09522b5304d SHA512 
1fb15e100deeb50f5de436e2ffe3e131ebe3badb820aa1ddef8cfa691426b42bd3fbe66fd55cd848f9c5f6de9b5dd396f6879813730fb0a234a96a818a71b1cc
 WHIRLPOOL 
6a7d6a0c01a847bfdb8bdeb3fa7ff558e4f3ac77b6f3f4334037ab3098f7763fe26de34378a49a57cbbefdec6ab22952cb0c948517b0885d882e0b92626af585
-EBUILD mesa-17.0.6.ebuild 13606 SHA256 
f91fb40d8941fc0c73de0df65c1fa2f372128f9186747db3a0a102e5c6e939f0 SHA512 
171c1fdffd8e1684ef4f2d3ca9839e9af1c1fbfaaa6c18e144383dbbda432f450af473937631ceebdf7ec51b3c22871bac419eb69115eedb8cb47248e41bdf2c
 WHIRLPOOL 
bffd4cbb761a3a20dfec0a50d4ac066b35e35704e0855535363817c19726021893dba8ea15eabcb9b6ba1a3d4e340b91cae7d96b61f02a7b892c43ad2209c724
+EBUILD mesa-17.0.6.ebuild 13604 SHA256 
f574ac8e1d54fd8dc88c667ace3dc0f9b9088f84165d1a52bf28ca96ae696794 SHA512 
2602a5a5b5eda4c214919b899ebc211f253d6d1f291fd3915a084d3ff660ae014b53852c37ef24cf230558472a4a8ee4bfe70a5a51516cad8a9ad00a3f899e75
 WHIRLPOOL 
a853b5470ed73708aa73d814c43a47c65787bf2087f01264566d992c1572cc58a1704bac10a1dbeaddb9a02653ddfb634a11df55b5e2adb5033ce9dda618dde7
 EBUILD mesa-17.0.7.ebuild 13611 SHA256 
06e11aa4c7e3a6bec9294c7028c907c5480dce3ee4c95052491712dbdb91a808 SHA512 
0fcfdc77728a7ab3d629bee9f399a59c1d63c593a6987d71f2766c2f3aba813ee6e36795f2d518e3309a14147a093b1616ab2fe0dfcdf43a2fcc498d62fbc0a2
 WHIRLPOOL 
92aca377f74604808a5ea904dde89bc48f26e3607a8bd3acef00e2eac50f6a011f177a224fbcb542f94cbeebc00e4757aec4abe0e501f19f9263c90b26494deb
 EBUILD mesa-17.1.0.ebuild 13521 SHA256 
99a67ea7c2b5dce88b2a0f9459d113b1bb447058e944151b48773f6c300f33f2 SHA512 
1f5041783a775d0d777cbb5775529b5143115d93a78febc9dc6cef61cea089a407ace42e9940139ff34bb95d19991aa2570ef95b2d80fa8f53da6d192ef8ebf1
 WHIRLPOOL 
513d4cf652a819595416f48440e066a103f5c548fe71fcbc9d29bbbd71ef4efb8dfc60cae96917b5100e540b9062bc3ae1ca44266e7bb98cf3611e541944fbaf
 EBUILD mesa-17.1.1.ebuild 13521 SHA256 
99a67ea7c2b5dce88b2a0f9459d113b1bb447058e944151b48773f6c300f33f2 SHA512 

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

2017-06-21 Thread Manuel Rüger
commit: 725631fd92a1bea86d526de232624c3cb9e4a85a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jun 21 15:49:18 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jun 21 15:49:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725631fd

dev-python/pycobertura: Add missing dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pycobertura/pycobertura-0.10.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild 
b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
index 4eb805a2a6d..a086c68c9ee 100644
--- a/dev-python/pycobertura/pycobertura-0.10.0.ebuild
+++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
@@ -17,6 +17,7 @@ IUSE="test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/click-4.0[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]"



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

2017-06-21 Thread Lars Wendler
commit: 3c3e04abeb98d6b5b9a610d758bf6970d573f85c
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jun 21 15:49:07 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun 21 15:49:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3e04ab

media-libs/libmikmod: Bump to version 3.3.11.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libmikmod/Manifest  |  1 +
 media-libs/libmikmod/libmikmod-3.3.11.1.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/media-libs/libmikmod/Manifest b/media-libs/libmikmod/Manifest
index 171a0ed21b2..8754f3266f4 100644
--- a/media-libs/libmikmod/Manifest
+++ b/media-libs/libmikmod/Manifest
@@ -1,3 +1,4 @@
 DIST libmikmod-3.3.10.tar.gz 1237413 SHA256 
00b3f5298431864ebd069de793ec969cfea3ae6f340f6dfae1ff7da1ae24ef48 SHA512 
89a71f859bb2dbd20db2b8e1c381df61639302b5e10b85d64fa329fcad5aec603992f11d24c4498c442090f1dded7c8f14271cbaf1acc1b7e719be9cff60b3fe
 WHIRLPOOL 
3c67c4fc73f62b9d2a60d1025f3962cc8429c71831186f4aed0e28111de3b683fb5453d0bb71c092242e59dcb408f815d09d4b70c704b52d53de81857fcb84cc
+DIST libmikmod-3.3.11.1.tar.gz 1240373 SHA256 
ad9d64dfc8f83684876419ea7cd4ff4a41d8bcd8c23ef37ecb3a200a16b46d19 SHA512 
f2439e2b691613847cd0787dd4e050116683ce7b05c215b8afecde5c6add819ea6c18e678e258c0a80786bef463f406072de15127f64368f694287a5e8e1a9de
 WHIRLPOOL 
18cdeb15221707f5f22d95e88c25aa55e95900cb46acd9b895c25b520b8b3111a563ba5424e6a6d46415eb40061c9204e2fbc306c87e16647db34b467518c4e2
 DIST libmikmod-3.3.11.tar.gz 1240329 SHA256 
d1ba23ce8191ac917f9080bbc1e5e879887c01acd7bd311b1315932c4312abea SHA512 
61866fee68d91ff967ac2bad041e70034abbb4c095bba0475ed02cb81a467621a41a0685957cd9b5c19ec5218885ad42dc655443d67e01aa2623d91c0496dd63
 WHIRLPOOL 
283ef43b500bca0fd3eed069e45d25f35cf7212214739b85175676cb14fad8a1072efae4ade0fece5056c8091f404b7d933e73ce75018fbfc8627744d5780f6d
 DIST libmikmod-3.3.8.tar.gz 1254702 SHA256 
4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2 SHA512 
033e3977d5723c42af697bf1b9ba6b1912fff1bfbef1894e2b1919d55415efa8024046579ff6a1e9ec752a3c793acc60b616c223b3cb5d79a814746c0cf55e15
 WHIRLPOOL 
569dda4099e7b7b0c8f198425c9ae68f0fd6a1468e301e133482e24aef04ff85385aafe0ead3b847fb138d3c3fca06a9b588f3a896cf789143a2622d826f4cb1

diff --git a/media-libs/libmikmod/libmikmod-3.3.11.1.ebuild 
b/media-libs/libmikmod/libmikmod-3.3.11.1.ebuild
new file mode 100644
index 000..7ab9e60a597
--- /dev/null
+++ b/media-libs/libmikmod/libmikmod-3.3.11.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils multilib-minimal
+
+DESCRIPTION="A library to play a wide range of module formats"
+HOMEPAGE="http://mikmod.sourceforge.net/;
+SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
+
+LICENSE="LGPL-2+ LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads"
+
+REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"
+
+RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2:=[${MULTILIB_USEDEP}] )
+   nas? ( >=media-libs/nas-1.9.4:=[${MULTILIB_USEDEP}] )
+   openal? ( >=media-libs/openal-1.15.1-r1[${MULTILIB_USEDEP}] )
+   pulseaudio? ( >=media-sound/pulseaudio-5.0[${MULTILIB_USEDEP}] )
+   !${CATEGORY}/${PN}:2
+   abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r3
+   
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   sys-apps/texinfo
+   oss? ( virtual/os-headers )"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/libmikmod-config
+)
+
+src_prepare() {
+   # USE=debug enables Werror, bug #621688
+   sed -i -e 's/-Werror//' configure || die
+   default
+}
+
+multilib_src_configure() {
+   local mysimd="--disable-simd"
+   if use ppc || use ppc64 || use ppc-macos; then
+   mysimd="$(use_enable altivec simd)"
+   fi
+   if use amd64 || use x86 || use x86-fbsd || use amd64-linux || use 
x86-linux || use x86-macos || use x64-macos; then
+   mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
+   fi
+
+   # sdl, sdl2: missing multilib supported ebuilds, temporarily disabled, 
remember to update REQUIRED_USE
+   ECONF_SOURCE=${S} \
+   econf \
+   $(use_enable alsa) \
+   $(use_enable nas) \
+   $(use_enable pulseaudio) \
+   --disable-sdl \
+   --disable-sdl2 \
+   $(use_enable openal) \
+   $(use_enable oss) \
+   $(use_enable coreaudio osx) \
+   $(use_enable debug) \
+   $(use_enable threads) \
+   $(use_enable static-libs static) \
+   --disable-dl \
+

[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/

2017-06-21 Thread Thomas Deutschmann
commit: 1b71de383344ab8865b02524dfc98cfc7ca07e89
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun 21 15:10:43 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun 21 15:10:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b71de38

app-arch/unrar: Rev bump to downgrade EAPI back to 5

Downgrade to EAPI=5 because package is a base-system package and
EAPI=6 isn't allowed for base-system packages yet.

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

 .../unrar/{unrar-5.5.5.ebuild => unrar-5.5.5-r1.ebuild} | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-arch/unrar/unrar-5.5.5.ebuild 
b/app-arch/unrar/unrar-5.5.5-r1.ebuild
similarity index 90%
rename from app-arch/unrar/unrar-5.5.5.ebuild
rename to app-arch/unrar/unrar-5.5.5-r1.ebuild
index 84af45791ad..5916fb108bf 100644
--- a/app-arch/unrar/unrar-5.5.5.ebuild
+++ b/app-arch/unrar/unrar-5.5.5-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="5"
 
-inherit flag-o-matic multilib toolchain-funcs
+inherit eutils flag-o-matic multilib toolchain-funcs
 
 MY_PN=${PN}src
 
@@ -21,13 +21,10 @@ RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
 
 S=${WORKDIR}/unrar
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.5.5-build.patch
-   "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
-)
-
 src_prepare() {
-   default
+   epatch "${FILESDIR}"/${PN}-5.5.5-build.patch
+   epatch "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
+   epatch_user
 
local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
if [[ ${CHOST} == *-darwin* ]] ; then



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

2017-06-21 Thread Mike Gilbert
commit: 8cc2f2285c576f359b7252fc0746d2b573c95b06
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jun 21 14:40:48 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun 21 14:40:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc2f228

dev-python/matplotlib: re-indent metadata.xml

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 dev-python/matplotlib/metadata.xml | 40 +++---
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-python/matplotlib/metadata.xml 
b/dev-python/matplotlib/metadata.xml
index 0a91d6a1c64..5cb27bb53a8 100644
--- a/dev-python/matplotlib/metadata.xml
+++ b/dev-python/matplotlib/metadata.xml
@@ -1,24 +1,24 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-  matplotlib is an interactive library for plotting and doing basic
-  data analysis in python with a syntax similar to matlab. It provides a
-  variety of backends and hard copy formats for almost ready
-  publication plots.
-  
-  
-Pull dev-python/xlwt for the exceltools 
toolkit
-Enable x11-libs/gtk+:2 support
-Enable x11-libs/gtk+:3 support
-Qt support via dev-python/pyside
-  
-  
-matplotlib
-matplotlib
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   matplotlib is an interactive library for plotting and doing basic
+   data analysis in python with a syntax similar to matlab. It provides a
+   variety of backends and hard copy formats for almost ready
+   publication plots.
+   
+   
+   Pull dev-python/xlwt for the 
exceltools toolkit
+   Enable x11-libs/gtk+:2 
support
+   Enable x11-libs/gtk+:3 
support
+   Qt support via 
dev-python/pyside
+   
+   
+   matplotlib
+   matplotlib
+   
 



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

2017-06-21 Thread Mike Gilbert
commit: e3e579239ab3eb2ef32f0b360db8b1ce65dfdfab
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jun 21 14:53:22 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun 21 14:53:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e57923

dev-python/matplotlib: add the science project

Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

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

diff --git a/dev-python/matplotlib/metadata.xml 
b/dev-python/matplotlib/metadata.xml
index 5cb27bb53a8..5dd5a663483 100644
--- a/dev-python/matplotlib/metadata.xml
+++ b/dev-python/matplotlib/metadata.xml
@@ -2,6 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
pyt...@gentoo.org
Python




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

2017-06-21 Thread Anthony G. Basile
commit: ebbc3ac926f5f572f18861082a9a460bd1f2f291
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jun 21 14:24:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jun 21 14:24:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbc3ac9

net-libs/mbedtls: version bump to 2.5.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-libs/mbedtls/Manifest |  1 +
 net-libs/mbedtls/mbedtls-2.5.1.ebuild | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/net-libs/mbedtls/Manifest b/net-libs/mbedtls/Manifest
index 0f66899a1d9..6089c52de75 100644
--- a/net-libs/mbedtls/Manifest
+++ b/net-libs/mbedtls/Manifest
@@ -3,3 +3,4 @@ DIST mbedtls-2.3.0.tar.gz 1834271 SHA256 
1614ee70be99a18ca8298148308fb725aad4ad3
 DIST mbedtls-2.4.1.tar.gz 1854727 SHA256 
0c85fe59e1f0426b1c8f17efdc0c41bd531828b6cff746c392beb53c774af4cb SHA512 
c452ec701c90bca236be1fbacb728036a01eca257c9df8b0d738e02f4a3570183e34ae23221ca61933dd34e42ca7659bae9ce5de0a6fdd870e77c4b7154d3688
 WHIRLPOOL 
ccf4229e0504b59dd021ce7e0bf449e58c0c8c26e1f088827b6dc801cdaddc296400bac8afba58b282740a107f2462bccf544cd6f943bf98a0382c66f6875652
 DIST mbedtls-2.4.2.tar.gz 1861681 SHA256 
b7afab6a0f86e29c6055848b70d183c4e2531cb0ec955b66c0e4e1b7e4954bf4 SHA512 
39ab068ffad99afe228749fc7f69a02a8c79f0fdb73e2dbcde2e97f737338030e2fb8507e9d1cb866429e89b255197a2225607d6645421d31d7f2ccb65bfc04f
 WHIRLPOOL 
e74864290e93d9ae52dcf6d9751d0da6b09c84f527e0a548198b2bb4869c4477628237eb1d422dcb47724435d360381fc9d7ddcc930bf078a8e5f63ee83411f4
 DIST mbedtls-2.5.0.tar.gz 1868724 SHA256 
5f92c4abfd7939dc41a740cace8e6280b10ec4b7b673636eb59e47ab9258ba9f SHA512 
dac13ed4b64ac70c087a563d1cf86c81dab4e4e083896a331476501d485950e6fb2e04baf3ee5ad7848b595c100cc46caebbd1d13417e0003ae8e2d5c7e47b12
 WHIRLPOOL 
e17c24706772af3e1a5ac96f280543d1ecef30e03091b3f1c1addb0f44c2087a5691d6e37ebfeaa3d1b17b707b8865db0266b3842a5f1dfa130bf7ef556e722b
+DIST mbedtls-2.5.1.tar.gz 1890505 SHA256 
63010b5d024aee4e6f708dfafe9c45c904dbbfab8b37bfe3ffbf46ac3405e3fa SHA512 
99bae9bf180c60c65bd50b2549825b846a000196afd854abfa92b79c3fbd030cc195d1fea704c44d445baa56e2149e4d2a9645da4c53d7988e08a0434b1679e3
 WHIRLPOOL 
83b0a4a97a80da3f4c84a35c4ee75b4905f3893ca6484ef595da1c7583696ad4304706cf8d1ec9e5bf66ca6b8bf548539b02ecdcbd70f01e49d0ec35fe2c77b5

diff --git a/net-libs/mbedtls/mbedtls-2.5.1.ebuild 
b/net-libs/mbedtls/mbedtls-2.5.1.ebuild
new file mode 100644
index 000..a5f6f23f855
--- /dev/null
+++ b/net-libs/mbedtls/mbedtls-2.5.1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib-minimal
+
+DESCRIPTION="Cryptographic library for embedded systems"
+HOMEPAGE="https://tls.mbed.org/;
+SRC_URI="https://github.com/ARMmbed/mbedtls/archive/${P}.tar.gz;
+S=${WORKDIR}/${PN}-${P}
+
+LICENSE="Apache-2.0"
+SLOT="0/10" # slot for libmbedtls.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib"
+
+RDEPEND="
+   programs? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen media-gfx/graphviz )
+   test? ( dev-lang/perl )"
+
+enable_mbedtls_option() {
+   local myopt="$@"
+   # check that config.h syntax is the same at version bump
+   sed -i \
+   -e "s://#define ${myopt}:#define ${myopt}:" \
+   include/mbedtls/config.h || die
+}
+
+src_prepare() {
+   use cpu_flags_x86_sse2 && enable_mbedtls_option MBEDTLS_HAVE_SSE2
+   use zlib && enable_mbedtls_option MBEDTLS_ZLIB_SUPPORT
+   use havege && enable_mbedtls_option MBEDTLS_HAVEGE_C
+   use threads && enable_mbedtls_option MBEDTLS_THREADING_C
+   use threads && enable_mbedtls_option MBEDTLS_THREADING_PTHREAD
+
+   cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_PROGRAMS=$(multilib_native_usex programs)
+   -DENABLE_ZLIB_SUPPORT=$(usex zlib)
+   -DUSE_STATIC_MBEDTLS_LIBRARY=OFF
+   -DENABLE_TESTING=$(usex test)
+   -DUSE_SHARED_MBEDTLS_LIBRARY=ON
+   -DINSTALL_MBEDTLS_HEADERS=ON
+   -DLIB_INSTALL_DIR="/usr/$(get_libdir)"
+   )
+
+   cmake-utils_src_configure
+}
+
+multilib_src_compile() {
+   cmake-utils_src_compile
+   use doc && multilib_is_native_abi && emake apidoc
+}
+
+multilib_src_test() {
+   LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/library" \
+   cmake-utils_src_test
+}
+
+multilib_src_install() {
+   cmake-utils_src_install
+}
+
+multilib_src_install_all() {
+   use doc && HTML_DOCS=( apidoc )
+
+

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

2017-06-21 Thread Anthony G. Basile
commit: c6262144bc9028cd51086f339cbf6e39e5fb7bb6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jun 21 14:25:29 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jun 21 14:25:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6262144

net-libs/mbedtls: remove older versions

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-libs/mbedtls/Manifest|   2 -
 net-libs/mbedtls/mbedtls-2.3.0-r1.ebuild | 100 ---
 net-libs/mbedtls/mbedtls-2.4.1.ebuild|  93 
 3 files changed, 195 deletions(-)

diff --git a/net-libs/mbedtls/Manifest b/net-libs/mbedtls/Manifest
index 6089c52de75..4483f5c64ab 100644
--- a/net-libs/mbedtls/Manifest
+++ b/net-libs/mbedtls/Manifest
@@ -1,6 +1,4 @@
 DIST mbedtls-2.2.1.tar.gz 1807209 SHA256 
32819c62c20e8740a11b49daa5d09ac6f179edf120a87ac559cd63120b66b699 SHA512 
bc97e7ddf2fcbd1c22927f5c01cfd0706a6f1051f5a62f42e97db49dcd98afbee8878b1dd815da830e3fe1b66b04ada8a0a88baf32833b2c13070c2bd29b62d5
 WHIRLPOOL 
2ae84564a0e35de60539030fac913396acf385e948095c2e9ee2cfe9d814c90a448d596a75cdffbb054a63ffe0a1a87b9161d5d512ec4bc7935e97803c39d139
-DIST mbedtls-2.3.0.tar.gz 1834271 SHA256 
1614ee70be99a18ca8298148308fb725aad4ad31c569438bb51655a4999b14f9 SHA512 
f8ddfa791dbefca4005711e55802a65da74e6e161350929faef37f976804f486a1cad7ac6abc30ac2a21ff847c772048564fc91d0ee1d8823bb4b6dbca9af7eb
 WHIRLPOOL 
56244f55340a4414d1189bbd051326ca79d10eec3df2ad425007dd4709401912b5d3faf8c537213a244629c81942fa586685d37afaa920b78e14829e96b0b1b9
-DIST mbedtls-2.4.1.tar.gz 1854727 SHA256 
0c85fe59e1f0426b1c8f17efdc0c41bd531828b6cff746c392beb53c774af4cb SHA512 
c452ec701c90bca236be1fbacb728036a01eca257c9df8b0d738e02f4a3570183e34ae23221ca61933dd34e42ca7659bae9ce5de0a6fdd870e77c4b7154d3688
 WHIRLPOOL 
ccf4229e0504b59dd021ce7e0bf449e58c0c8c26e1f088827b6dc801cdaddc296400bac8afba58b282740a107f2462bccf544cd6f943bf98a0382c66f6875652
 DIST mbedtls-2.4.2.tar.gz 1861681 SHA256 
b7afab6a0f86e29c6055848b70d183c4e2531cb0ec955b66c0e4e1b7e4954bf4 SHA512 
39ab068ffad99afe228749fc7f69a02a8c79f0fdb73e2dbcde2e97f737338030e2fb8507e9d1cb866429e89b255197a2225607d6645421d31d7f2ccb65bfc04f
 WHIRLPOOL 
e74864290e93d9ae52dcf6d9751d0da6b09c84f527e0a548198b2bb4869c4477628237eb1d422dcb47724435d360381fc9d7ddcc930bf078a8e5f63ee83411f4
 DIST mbedtls-2.5.0.tar.gz 1868724 SHA256 
5f92c4abfd7939dc41a740cace8e6280b10ec4b7b673636eb59e47ab9258ba9f SHA512 
dac13ed4b64ac70c087a563d1cf86c81dab4e4e083896a331476501d485950e6fb2e04baf3ee5ad7848b595c100cc46caebbd1d13417e0003ae8e2d5c7e47b12
 WHIRLPOOL 
e17c24706772af3e1a5ac96f280543d1ecef30e03091b3f1c1addb0f44c2087a5691d6e37ebfeaa3d1b17b707b8865db0266b3842a5f1dfa130bf7ef556e722b
 DIST mbedtls-2.5.1.tar.gz 1890505 SHA256 
63010b5d024aee4e6f708dfafe9c45c904dbbfab8b37bfe3ffbf46ac3405e3fa SHA512 
99bae9bf180c60c65bd50b2549825b846a000196afd854abfa92b79c3fbd030cc195d1fea704c44d445baa56e2149e4d2a9645da4c53d7988e08a0434b1679e3
 WHIRLPOOL 
83b0a4a97a80da3f4c84a35c4ee75b4905f3893ca6484ef595da1c7583696ad4304706cf8d1ec9e5bf66ca6b8bf548539b02ecdcbd70f01e49d0ec35fe2c77b5

diff --git a/net-libs/mbedtls/mbedtls-2.3.0-r1.ebuild 
b/net-libs/mbedtls/mbedtls-2.3.0-r1.ebuild
deleted file mode 100644
index 170e917f106..000
--- a/net-libs/mbedtls/mbedtls-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils multilib-minimal
-
-DESCRIPTION="Cryptographic library for embedded systems"
-HOMEPAGE="https://tls.mbed.org/;
-SRC_URI="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${PV}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0/10" # slot for libmbedtls.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib"
-
-RDEPEND="
-   programs? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen media-gfx/graphviz )
-   test? ( dev-lang/perl )"
-
-S=${WORKDIR}/${PN}-${P}
-
-PATCHES=(
-   "${FILESDIR}/${P}-include-guards.patch"
-   "${FILESDIR}/${P}-move-to-header.patch"
-   "${FILESDIR}/${P}-tests.patch"
-)
-
-enable_mbedtls_option() {
-   local myopt="$@"
-   # check that config.h syntax is the same at version bump
-   sed -i \
-   -e "s://#define ${myopt}:#define ${myopt}:" \
-   include/mbedtls/config.h || die
-}
-
-src_prepare() {
-   use cpu_flags_x86_sse2 && enable_mbedtls_option MBEDTLS_HAVE_SSE2
-   use zlib && enable_mbedtls_option MBEDTLS_ZLIB_SUPPORT
-   use havege && enable_mbedtls_option MBEDTLS_HAVEGE_C
-   use threads && enable_mbedtls_option MBEDTLS_THREADING_C
-   use threads && 

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

2017-06-21 Thread Manuel Rüger
commit: 41982a2524f2d0f8fba36aee3eac0b879f5cc20b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jun 21 14:01:38 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jun 21 14:01:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41982a25

dev-python/pycobertura: Initial version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pycobertura/Manifest  |  1 +
 dev-python/pycobertura/metadata.xml  | 16 +
 dev-python/pycobertura/pycobertura-0.10.0.ebuild | 30 
 3 files changed, 47 insertions(+)

diff --git a/dev-python/pycobertura/Manifest b/dev-python/pycobertura/Manifest
new file mode 100644
index 000..dac2527048e
--- /dev/null
+++ b/dev-python/pycobertura/Manifest
@@ -0,0 +1 @@
+DIST pycobertura-0.10.0.tar.gz 54209 SHA256 
bca6b056dc166081fb6b450bcdd28a49185f0bd97ed9303cdd3fbf914e4777b2 SHA512 
47e64c462aa09c871eb6ccffcb5cff8870b332082b79d7642da540014d3b5c3c59fcdef62ee71a2405af48b1393d4f13c79fabb9d182026024cc4887b8681422
 WHIRLPOOL 
9af42efe7a3080130e5df14c25ed6e99c0404f2d2f96c52feaa65640d46824878fbadd2492f64408191d36ccc1aa3a857d98e8bb998319b0459c9c384630a253

diff --git a/dev-python/pycobertura/metadata.xml 
b/dev-python/pycobertura/metadata.xml
new file mode 100644
index 000..207d762af9f
--- /dev/null
+++ b/dev-python/pycobertura/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   SurveyMonkey/pycobertura
+   pycoberutra
+   
+

diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild 
b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
new file mode 100644
index 000..4eb805a2a6d
--- /dev/null
+++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit distutils-r1
+
+DESCRIPTION="Cobertura coverage parser that can diff reports and show coverage 
progress"
+HOMEPAGE="https://github.com/SurveyMonkey/pycobertura;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/click-4.0[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/tabulate[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools-git[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test || die
+}



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

2017-06-21 Thread Alexis Ballier
commit: 66048522eaaaddd322d892ba393a7f97d3811791
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 13:54:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 13:54:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66048522

app-text/xdvik: Honour SYSROOT to fix cross compilation.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/xdvik/xdvik-22.87.03.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xdvik/xdvik-22.87.03.ebuild 
b/app-text/xdvik/xdvik-22.87.03.ebuild
index 76d6e684010..1b047f1617f 100644
--- a/app-text/xdvik/xdvik-22.87.03.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03.ebuild
@@ -66,8 +66,8 @@ src_configure() {
--with-system-kpathsea \
--with-kpathsea-include="${EPREFIX}"/usr/include/kpathsea \
--with-xdvi-x-toolkit="${toolkit}" \
-   --x-includes="${EPREFIX}"/usr/include \
-   --x-libraries="${EPREFIX}"/usr/$(get_libdir)
+   --x-includes="${SYSROOT}${EPREFIX}"/usr/include \
+   --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir)
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/files/, app-arch/unrar/

2017-06-21 Thread Thomas Deutschmann
commit: a583c4ba35a3c3bd5903893d1d4b3f1544f58d2c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun 21 13:20:17 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun 21 13:21:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a583c4ba

Revert "app-arch/unrar: Security cleanup (bug #622342)"

This reverts commit f84896cce4b495bcf147fd493e815d5106f7aa76.

 app-arch/unrar/Manifest|  1 +
 app-arch/unrar/files/unrar-5.0.2-build.patch   | 45 
 .../unrar/files/unrar-5.2.2-no-auto-clean.patch| 17 ++
 app-arch/unrar/unrar-5.4.5.ebuild  | 62 ++
 4 files changed, 125 insertions(+)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index b4fb96e475e..fb13df3fb15 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -1 +1,2 @@
 DIST unrar-5.5.5.tar.gz 220377 SHA256 
a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef SHA512 
b0979641737e3ef18f6708cc19e335c312ac5c6e2a13206d5fed9a5564ac99042c45a842da95163e53c6415131a39a91e901aeb186016da2e3781164679a07ff
 WHIRLPOOL 
e22399e866fabeb6f0c1617ca6b8852cf1bd406c0e95e5480692fe33bed9a130dd678f93dde6401015928437b99949865a80b21774788fdb1c7a12e3175560f4
+DIST unrarsrc-5.4.5.tar.gz 226320 SHA256 
e470c584332422893fb52e049f2cbd99e24dc6c6da971008b4e2ae4284f8796c SHA512 
ba2abf11638b5ee026cb9e0c3576c94376a01ab3c5411b9bd0e8116d64879c81e76df16f98d850f0f0f5387dda046f38be64ddfb4fe57431cc4d97066d6e3c2f
 WHIRLPOOL 
c8e035ec183f41d8faf8345b49d2a4d20e21f9c6e27f14d7794389942df4954cd66ab4a5be2fdff6d369b514ae99d5d015f35a36143d686563b2a8efdfc77dce

diff --git a/app-arch/unrar/files/unrar-5.0.2-build.patch 
b/app-arch/unrar/files/unrar-5.0.2-build.patch
new file mode 100644
index 000..61de7ee0689
--- /dev/null
+++ b/app-arch/unrar/files/unrar-5.0.2-build.patch
@@ -0,0 +1,45 @@
+do not let these targets depend on clean, otherwise it could run in
+parallel with the object compile which runs into races
+https://bugs.gentoo.org/461806
+
+While we're in here, fix up a few other things:
+ - append -pthread to LDFLAGS instead of replacing them
+ - do not bother with `rm` in the output since linking will clober it
+ - use CXXFLAGS when linking
+ - append LIBFLAGS to the individual targets instead of the final link
+
+--- a/makefile
 b/makefile
+@@ -7,7 +7,7 @@
+ LIBFLAGS=-fPIC
+ DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
+ STRIP=strip
+-LDFLAGS=-pthread
++LDFLAGS+=-pthread
+ DESTDIR=/usr
+ 
+ # Linux using LCC
+@@ -119,8 +119,7 @@
+   @rm -f *.o *.bak *~
+ 
+ unrar:clean $(OBJECTS) $(UNRAR_OBJ)
+-  @rm -f unrar
+-  $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
++  $(LINK) -o unrar $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
+   $(STRIP) unrar
+ 
+ sfx:  WHAT=SFX_MODULE
+@@ -130,10 +129,9 @@
+   $(STRIP) default.sfx
+ 
+ lib:  WHAT=RARDLL
+-lib:  CXXFLAGS+=$(LIBFLAGS)
+-lib:  clean $(OBJECTS) $(LIB_OBJ)
+-  @rm -f libunrar.so
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++$(OBJECTS) $(LIB_OBJ):CXXFLAGS+=$(LIBFLAGS)
++lib:  $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -o libunrar.so $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) 
$(LIB_OBJ)
+ 
+ install-unrar:
+   install -D unrar $(DESTDIR)/bin/unrar

diff --git a/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch 
b/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch
new file mode 100644
index 000..ff78363cd5c
--- /dev/null
+++ b/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch
@@ -0,0 +1,17 @@
+if clean runs in parallel with $(OBJECTS), it is possible to build some
+objects first, then the clean target fires and deletes some, and then we
+try to link and fail.
+
+https://bugs.gentoo.org/528218
+
+--- a/makefile
 b/makefile
+@@ -118,7 +118,7 @@
+ clean:
+   @rm -f *.o *.bak *~
+ 
+-unrar:clean $(OBJECTS) $(UNRAR_OBJ)
++unrar:$(OBJECTS) $(UNRAR_OBJ)
+   $(LINK) -o unrar $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
+   $(STRIP) unrar
+ 

diff --git a/app-arch/unrar/unrar-5.4.5.ebuild 
b/app-arch/unrar/unrar-5.4.5.ebuild
new file mode 100644
index 000..fe4cf6daf3f
--- /dev/null
+++ b/app-arch/unrar/unrar-5.4.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+MY_PN=${PN}src
+
+DESCRIPTION="Uncompress rar files"
+HOMEPAGE="http://www.rarlab.com/rar_add.htm;
+SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz;
+
+LICENSE="unRAR"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
+

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

2017-06-21 Thread Alexis Ballier
commit: f04788a57ad28bd148a7846e00e795b24b733f04
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 13:06:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 13:06:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04788a5

profiles/arch/arm64: mask heimdal[afs]

 profiles/arch/arm64/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 9ffed298413..73d3d922a6a 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Alexis Ballier  (21 Jun 2017)
+# net-fs/openafs-kernel does not recognize arm64 properly
+# Need to check if this has a chance to work with in-kernel drivers
+app-crypt/heimdal afs
+
 # Alexis Ballier  (20 Jun 2017)
 # Appends -mfpu=neon which is only valid for arm32 and suggests this is arm32
 # only



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

2017-06-21 Thread Fabian Groffen
commit: f44c64b22866c03f36cb49dc0774fdce57fa4e1d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun 21 12:43:42 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun 21 12:43:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44c64b2

dev-ruby/rdoc: marked *-solaris

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
index 8d314c60849..1e16c2b25f3 100644
--- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/;
 SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Ruby MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2017-06-21 Thread Fabian Groffen
commit: 6b6acc15cea950f77c598685add3976706b32a95
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun 21 12:40:23 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun 21 12:40:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6acc15

dev-ruby/kpeg: marked *-solaris

Package-Manager: Portage-2.3.6-prefix, Repoman-2.3.2

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

diff --git a/dev-ruby/kpeg/kpeg-1.1.0.ebuild b/dev-ruby/kpeg/kpeg-1.1.0.ebuild
index 7071fcc296b..07878bbdbbe 100644
--- a/dev-ruby/kpeg/kpeg-1.1.0.ebuild
+++ b/dev-ruby/kpeg/kpeg-1.1.0.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
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/evanphx/kpeg;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 each_ruby_test() {



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

2017-06-21 Thread Fabian Groffen
commit: 1532c6632a00c5f6252156baed8d5c98c48dfe81
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun 21 12:42:40 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun 21 12:42:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1532c663

dev-ruby/xmlrpc: marked *-solaris

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild 
b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
index 356ae3e124e..98fe6ec58b2 100644
--- a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
+++ b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-06-21 Thread Fabian Groffen
commit: 739a14281b28e82ed23e3dfa059cd47a28117b34
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun 21 12:41:59 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun 21 12:41:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739a1428

dev-ruby/net-telnet: marked *-solaris

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild 
b/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
index 220b940ef3e..818a11575ea 100644
--- a/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
+++ b/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/ruby/net-telnet/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-06-21 Thread Fabian Groffen
commit: 836cd38e7d0ac1d2866599db56d50471a61c1730
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun 21 12:44:44 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun 21 12:44:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836cd38e

dev-ruby/did_you_mean: marked *-solaris

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild 
b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
index 4e470604921..628dddeead2 100644
--- a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
+++ b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean;
 
 LICENSE="MIT"
 SLOT="2.4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/, dev-scheme/guile/files/

2017-06-21 Thread Fabian Groffen
commit: 13a0978fd44908dcd1565318ecdf34b0814dcbdc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jun 21 12:33:25 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jun 21 12:33:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a0978f

dev-scheme/guile: fix compilation on Darwin, thanks * in bug #612338

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-scheme/guile/files/guile-2.0.14-darwin.patch | 38 
 dev-scheme/guile/guile-2.0.14.ebuild |  5 +++-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/guile/files/guile-2.0.14-darwin.patch 
b/dev-scheme/guile/files/guile-2.0.14-darwin.patch
new file mode 100644
index 000..17741ae352c
--- /dev/null
+++ b/dev-scheme/guile/files/guile-2.0.14-darwin.patch
@@ -0,0 +1,38 @@
+fix compilation on Darwin
+
+https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24862#23
+https://bugs.gentoo.org/show_bug.cgi?id=612338
+
+--- guile-2.0.14/libguile/filesys.c
 guile-2.0.14/libguile/filesys.c
+@@ -1486,6 +1486,9 @@
+   mode_bits = scm_i_mode_bits (mode);
+ }
+ 
++#ifdef __APPLE__
++  open_flags &= O_APPEND|O_SHLOCK|O_EXLOCK|O_CLOEXEC;
++#endif
+   SCM_SYSCALL (rv = mkostemp (c_tmpl, open_flags));
+   if (rv == -1)
+ SCM_SYSERROR;
+--- guile-2.0.14/libguile/stime.c
 guile-2.0.14/libguile/stime.c
+@@ -830,6 +830,10 @@
+ 
+ #ifdef HAVE_POSIX_CPUTIME
+   {
++#ifdef __APPLE__
++if (clock_gettime (CLOCK_PROCESS_CPUTIME_ID, _run_time_base) == 0)
++  get_internal_run_time = get_internal_run_time_posix_timer;
++#else
+ clockid_t dummy;
+ 
+ /* Only use the _POSIX_CPUTIME clock if it's going to work across
+@@ -839,6 +843,7 @@
+   get_internal_run_time = get_internal_run_time_posix_timer;
+ else
+   errno = 0;
++#endif
+   }
+ #endif /* HAVE_POSIX_CPUTIME */
+ #endif /* HAVE_CLOCKTIME */

diff --git a/dev-scheme/guile/guile-2.0.14.ebuild 
b/dev-scheme/guile/guile-2.0.14.ebuild
index 78edbb0f216..6be23f4049e 100644
--- a/dev-scheme/guile/guile-2.0.14.ebuild
+++ b/dev-scheme/guile/guile-2.0.14.ebuild
@@ -32,7 +32,10 @@ MAJOR="2.0"
 
 DOCS=( GUILE-VERSION HACKING README )
 
-PATCHES=( "${FILESDIR}/${PN}-2-snarf.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-2-snarf.patch"
+   "${FILESDIR}/${P}-darwin.patch"
+)
 
 src_prepare() {
default



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

2017-06-21 Thread Alexis Ballier
commit: 1d9b81fdf9d5a53e09f68d13cce610673a9c1a4b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 12:31:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 12:31:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9b81fd

dev-python/tox: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/tox/tox-2.4.1.ebuild b/dev-python/tox/tox-2.4.1.ebuild
index 5128f259ab9..59b5accb588 100644
--- a/dev-python/tox/tox-2.4.1.ebuild
+++ b/dev-python/tox/tox-2.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2017-06-21 Thread Alexis Ballier
commit: c926f28ea8f2c82f32a8db23a0d12dd895d3f40b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 12:19:17 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 12:31:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c926f28e

profiles/arch/arm64: unmask exynos video cards. exynos5433 is arm64 for example.

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

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 09e9e485362..69e37f40f2b 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -185,6 +185,7 @@ tk
 vim-syntax
 
 # Unmask ARM-only video-cards
+-video_cards_exynos
 -video_cards_freedreno
 -video_cards_vc4
 



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

2017-06-21 Thread Alexis Ballier
commit: 48a36a8397f37f7c1b6de2705028e0f74146deac
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 12:28:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 12:31:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a36a83

profiles/arch/arm64: Unmask video_cards_tegra and add commentes about which 
CPU/SOC/Board to use for each video card setting

 profiles/arch/arm64/use.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index d58c564cc93..f3729179bcd 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -185,9 +185,15 @@ tk
 vim-syntax
 
 # Unmask ARM-only video-cards
+# e.g. exynos5433
 -video_cards_exynos
+# e.g. Snapdragon 410E (dragonboard)
 -video_cards_freedreno
+# e.g. Nvidia's Tegra K1 T132 Denver
+-video_cards_tegra
+# e.g. Raspeberry Pi 3
 -video_cards_vc4
+# e.g. Freescale/NXP i.MX 8
 -video_cards_vivante
 
 # 2006/02/05 - Donnie Berkholz 



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

2017-06-21 Thread Alexis Ballier
commit: e1a72a29fc11040a2657d7cec5ffe493f3e17a66
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 12:24:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 12:31:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a72a29

profiles/arch/arm64: unmask video_cards_vivante. Freescale/NXP imx8 is arm64 
and should have a vivante gpu

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

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 69e37f40f2b..d58c564cc93 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -188,6 +188,7 @@ vim-syntax
 -video_cards_exynos
 -video_cards_freedreno
 -video_cards_vc4
+-video_cards_vivante
 
 # 2006/02/05 - Donnie Berkholz 
 # Modular X: mask for architectures on which they aren't available



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

2017-06-21 Thread Alexis Ballier
commit: d5fb7e522d2da44257758fc5af034e558e9fae68
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jun 21 12:30:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jun 21 12:31:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fb7e52

profiles/arch/arm64: unmask nouveau video cards too

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

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index f3729179bcd..3272dbbeb8c 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -190,6 +190,7 @@ vim-syntax
 # e.g. Snapdragon 410E (dragonboard)
 -video_cards_freedreno
 # e.g. Nvidia's Tegra K1 T132 Denver
+-video_cards_nouveau
 -video_cards_tegra
 # e.g. Raspeberry Pi 3
 -video_cards_vc4
@@ -211,7 +212,6 @@ video_cards_mach64
 video_cards_mga
 video_cards_neomagic
 video_cards_newport
-video_cards_nouveau
 video_cards_nsc
 video_cards_nv
 video_cards_r128



[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/files/, app-arch/unrar/

2017-06-21 Thread Thomas Deutschmann
commit: f84896cce4b495bcf147fd493e815d5106f7aa76
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun 21 12:21:35 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun 21 12:21:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84896cc

app-arch/unrar: Security cleanup (bug #622342)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/unrar/Manifest|  1 -
 app-arch/unrar/files/unrar-5.0.2-build.patch   | 45 
 .../unrar/files/unrar-5.2.2-no-auto-clean.patch| 17 --
 app-arch/unrar/unrar-5.4.5.ebuild  | 62 --
 4 files changed, 125 deletions(-)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index fb13df3fb15..b4fb96e475e 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -1,2 +1 @@
 DIST unrar-5.5.5.tar.gz 220377 SHA256 
a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef SHA512 
b0979641737e3ef18f6708cc19e335c312ac5c6e2a13206d5fed9a5564ac99042c45a842da95163e53c6415131a39a91e901aeb186016da2e3781164679a07ff
 WHIRLPOOL 
e22399e866fabeb6f0c1617ca6b8852cf1bd406c0e95e5480692fe33bed9a130dd678f93dde6401015928437b99949865a80b21774788fdb1c7a12e3175560f4
-DIST unrarsrc-5.4.5.tar.gz 226320 SHA256 
e470c584332422893fb52e049f2cbd99e24dc6c6da971008b4e2ae4284f8796c SHA512 
ba2abf11638b5ee026cb9e0c3576c94376a01ab3c5411b9bd0e8116d64879c81e76df16f98d850f0f0f5387dda046f38be64ddfb4fe57431cc4d97066d6e3c2f
 WHIRLPOOL 
c8e035ec183f41d8faf8345b49d2a4d20e21f9c6e27f14d7794389942df4954cd66ab4a5be2fdff6d369b514ae99d5d015f35a36143d686563b2a8efdfc77dce

diff --git a/app-arch/unrar/files/unrar-5.0.2-build.patch 
b/app-arch/unrar/files/unrar-5.0.2-build.patch
deleted file mode 100644
index 61de7ee0689..000
--- a/app-arch/unrar/files/unrar-5.0.2-build.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-do not let these targets depend on clean, otherwise it could run in
-parallel with the object compile which runs into races
-https://bugs.gentoo.org/461806
-
-While we're in here, fix up a few other things:
- - append -pthread to LDFLAGS instead of replacing them
- - do not bother with `rm` in the output since linking will clober it
- - use CXXFLAGS when linking
- - append LIBFLAGS to the individual targets instead of the final link
-
 a/makefile
-+++ b/makefile
-@@ -7,7 +7,7 @@
- LIBFLAGS=-fPIC
- DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
- STRIP=strip
--LDFLAGS=-pthread
-+LDFLAGS+=-pthread
- DESTDIR=/usr
- 
- # Linux using LCC
-@@ -119,8 +119,7 @@
-   @rm -f *.o *.bak *~
- 
- unrar:clean $(OBJECTS) $(UNRAR_OBJ)
--  @rm -f unrar
--  $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
-+  $(LINK) -o unrar $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
-   $(STRIP) unrar
- 
- sfx:  WHAT=SFX_MODULE
-@@ -130,10 +129,9 @@
-   $(STRIP) default.sfx
- 
- lib:  WHAT=RARDLL
--lib:  CXXFLAGS+=$(LIBFLAGS)
--lib:  clean $(OBJECTS) $(LIB_OBJ)
--  @rm -f libunrar.so
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+$(OBJECTS) $(LIB_OBJ):CXXFLAGS+=$(LIBFLAGS)
-+lib:  $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -o libunrar.so $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) 
$(LIB_OBJ)
- 
- install-unrar:
-   install -D unrar $(DESTDIR)/bin/unrar

diff --git a/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch 
b/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch
deleted file mode 100644
index ff78363cd5c..000
--- a/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-if clean runs in parallel with $(OBJECTS), it is possible to build some
-objects first, then the clean target fires and deletes some, and then we
-try to link and fail.
-
-https://bugs.gentoo.org/528218
-
 a/makefile
-+++ b/makefile
-@@ -118,7 +118,7 @@
- clean:
-   @rm -f *.o *.bak *~
- 
--unrar:clean $(OBJECTS) $(UNRAR_OBJ)
-+unrar:$(OBJECTS) $(UNRAR_OBJ)
-   $(LINK) -o unrar $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
-   $(STRIP) unrar
- 

diff --git a/app-arch/unrar/unrar-5.4.5.ebuild 
b/app-arch/unrar/unrar-5.4.5.ebuild
deleted file mode 100644
index fe4cf6daf3f..000
--- a/app-arch/unrar/unrar-5.4.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic multilib toolchain-funcs
-
-MY_PN=${PN}src
-
-DESCRIPTION="Uncompress rar files"
-HOMEPAGE="http://www.rarlab.com/rar_add.htm;
-SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz;
-
-LICENSE="unRAR"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
-

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

2017-06-21 Thread Agostino Sarubbo
commit: f7c654386f73349413eaef42ad8a235f1cd4ade6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:21:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:21:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c65438

dev-lang/spidermonkey: ppc64 stable wrt bug #619774

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

 dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
index 282f9f15ee0..0588b15a7cd 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz;
 
 LICENSE="NPL-1.1"
 SLOT="0/mozjs185"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE="debug minimal static-libs test"
 
 S="${WORKDIR}/${MY_P}"



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

2017-06-21 Thread Agostino Sarubbo
commit: d34f9f72a19b24c6272946c54945ad3b3d95f319
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:21:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34f9f72

www-client/firefox: ppc64 stable wrt bug #621722

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

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

diff --git a/www-client/firefox/firefox-52.2.0.ebuild 
b/www-client/firefox/firefox-52.2.0.ebuild
index 90551d3eb1a..a78e0ef84f8 100644
--- a/www-client/firefox/firefox-52.2.0.ebuild
+++ b/www-client/firefox/firefox-52.2.0.ebuild
@@ -35,7 +35,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2017-06-21 Thread Agostino Sarubbo
commit: bb6a53bf1f248b9b8ef750b7a35d5f4cdab70187
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:17:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6a53bf

dev-util/ddd: ppc64 stable wrt bug #622186

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

 dev-util/ddd/ddd-3.3.12-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild 
b/dev-util/ddd/ddd-3.3.12-r4.ebuild
index c9775a9a24a..7f72209f524 100644
--- a/dev-util/ddd/ddd-3.3.12-r4.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/ddd;
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-3 FDL-1.1"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux 
~x86-linux"
 SLOT="0"
 IUSE="readline"
 



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

2017-06-21 Thread Agostino Sarubbo
commit: b6d6d56f9bf06b355797106f8e56b79ffc331f97
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:14:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d6d56f

media-libs/jbig2dec: ppc64 stable wrt bug #616464

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

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

diff --git a/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild 
b/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild
index 336c30f75da..67d74e7df23 100644
--- a/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild
+++ b/media-libs/jbig2dec/jbig2dec-0.13-r4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://downloads.ghostscript.com/public/${PN}/${P}.tar.gz
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="png static-libs test"
 
 RDEPEND="png? ( media-libs/libpng:0= )"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2017-06-21 Thread Agostino Sarubbo
commit: 1d170639bae970d8e7a41f2858aafe9e5b108951
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d170639

mail-mta/postfix: ppc64 stable wrt bug #621882

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

 mail-mta/postfix/postfix-3.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/postfix-3.1.6.ebuild 
b/mail-mta/postfix/postfix-3.1.6.ebuild
index 0613ae768b2..2ec9c22bf0b 100644
--- a/mail-mta/postfix/postfix-3.1.6.ebuild
+++ b/mail-mta/postfix/postfix-3.1.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND=">=dev-libs/libpcre-3.4



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

2017-06-21 Thread Agostino Sarubbo
commit: ccf49a6d8b418faf048eace86c547ce9c8b91156
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf49a6d

net-libs/gnutls: ppc64 stable wrt bug #622038

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

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

diff --git a/net-libs/gnutls/gnutls-3.5.13.ebuild 
b/net-libs/gnutls/gnutls-3.5.13.ebuild
index accc62523f5..b13949bf009 100644
--- a/net-libs/gnutls/gnutls-3.5.13.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 
1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
 IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 
+sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib 
${IUSE_LINGUAS// / linguas_}"
 



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

2017-06-21 Thread Agostino Sarubbo
commit: 42d4376b0abe73e0a049cf1c8d82065ab4b9a5ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d4376b

net-misc/curl: ppc64 stable wrt bug #615870

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

 net-misc/curl/curl-7.54.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.54.1.ebuild b/net-misc/curl/curl-7.54.1.ebuild
index 531496519fe..bd40fcc28d2 100644
--- a/net-misc/curl/curl-7.54.1.ebuild
+++ b/net-misc/curl/curl-7.54.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2017-06-21 Thread Agostino Sarubbo
commit: 432c1d1c8d5cf7882c688c24f24b3a26088c8ecf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:24 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c1d1c

dev-db/redis: ppc64 stable wrt bug #614182

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

 dev-db/redis/redis-3.2.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/redis/redis-3.2.8-r2.ebuild 
b/dev-db/redis/redis-3.2.8-r2.ebuild
index e09824bf693..4fd31d17384 100644
--- a/dev-db/redis/redis-3.2.8-r2.ebuild
+++ b/dev-db/redis/redis-3.2.8-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://redis.io/;
 SRC_URI="http://download.redis.io/releases/${P}.tar.gz;
 
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~x86-macos ~x86-solaris"
 IUSE="+jemalloc tcmalloc luajit test"
 SLOT="0"
 



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

2017-06-21 Thread Agostino Sarubbo
commit: 5110bf68adebb39e84fcdec6c07f7ab808f8bc34
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:39 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5110bf68

dev-python/pyzmq: ppc64 stable wrt bug #606314

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

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

diff --git a/dev-python/pyzmq/pyzmq-16.0.2.ebuild 
b/dev-python/pyzmq/pyzmq-16.0.2.ebuild
index e38c6bd..351095b8927 100644
--- a/dev-python/pyzmq/pyzmq-16.0.2.ebuild
+++ b/dev-python/pyzmq/pyzmq-16.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="doc test"
 
 RDEPEND="



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

2017-06-21 Thread Agostino Sarubbo
commit: 410c4f8a0466c4e9746a856bf79ca6151dbd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410c

app-text/ghostscript-gpl: ppc64 stable wrt bug #616814

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

 app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild
index e749edb8709..53d18efe2da 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="AGPL-3 CPL-1.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="cups dbus gtk l10n_de static-libs tiff unicode X"
 
 COMMON_DEPEND="



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

2017-06-21 Thread Agostino Sarubbo
commit: 31bc6752d3d6589aacae670b55e76367b4b9fcf1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bc6752

dev-python/certifi: ppc64 stable wrt bug #622198

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

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

diff --git a/dev-python/certifi/certifi-2017.4.17.ebuild 
b/dev-python/certifi/certifi-2017.4.17.ebuild
index 748f39297e1..f48c729fbba 100644
--- a/dev-python/certifi/certifi-2017.4.17.ebuild
+++ b/dev-python/certifi/certifi-2017.4.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2017-06-21 Thread Agostino Sarubbo
commit: 022324f3f7afb60384e028f15907853a25c6b34c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:29 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022324f3

media-video/kino: ppc64 stable wrt bug #621996

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

 media-video/kino/kino-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kino/kino-1.3.4-r1.ebuild 
b/media-video/kino/kino-1.3.4-r1.ebuild
index 4ccb48f77c2..5ff6142d3d3 100644
--- a/media-video/kino/kino-1.3.4-r1.ebuild
+++ b/media-video/kino/kino-1.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="alsa dvdr gpac lame libav quicktime sox vorbis"
 
 # Optional dependency on cinelerra-cvs (as a replacement for libquicktime)



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

2017-06-21 Thread Agostino Sarubbo
commit: 0d86926ed9f520b184266d62a4a95b9b9d6ce53c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d86926e

media-libs/soxr: ppc64 stable wrt bug #621896

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

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

diff --git a/media-libs/soxr/soxr-0.1.2.ebuild 
b/media-libs/soxr/soxr-0.1.2.ebuild
index 6d343b9c4dc..7934d8f3e77 100644
--- a/media-libs/soxr/soxr-0.1.2.ebuild
+++ b/media-libs/soxr/soxr-0.1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE="examples"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/

2017-06-21 Thread Agostino Sarubbo
commit: b41661b90cd60a334d5f914ff9f688360827972a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41661b9

mail-mta/exim: ppc64 stable wrt bug #622212

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

 mail-mta/exim/exim-4.89-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/exim/exim-4.89-r1.ebuild 
b/mail-mta/exim/exim-4.89-r1.ebuild
index a4301da5028..bf4e2ad7c94 100644
--- a/mail-mta/exim/exim-4.89-r1.ebuild
+++ b/mail-mta/exim/exim-4.89-r1.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="http://www.exim.org/;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris"
 
 COMMON_DEPEND=">=sys-apps/sed-4.0.5
>=sys-libs/db-3.2:=



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

2017-06-21 Thread Agostino Sarubbo
commit: 8217cd049040217ba758f27c108c8d8bdb1f5ae1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8217cd04

dev-perl/Chart: ppc64 stable wrt bug #622238

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

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

diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild 
b/dev-perl/Chart/Chart-2.4.10.ebuild
index 5c452b338d1..edc9595009a 100644
--- a/dev-perl/Chart/Chart-2.4.10.ebuild
+++ b/dev-perl/Chart/Chart-2.4.10.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="The Perl Chart Module"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/GD-2.0.36"



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

2017-06-21 Thread Agostino Sarubbo
commit: 3c8a079a7652d5031f45683de4c661109a3d8e9b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8a079a

sys-apps/portage: ppc64 stable wrt bug #622160

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

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

diff --git a/sys-apps/portage/portage-2.3.6.ebuild 
b/sys-apps/portage/portage-2.3.6.ebuild
index 3107fdc4391..08704f4bd09 100644
--- a/sys-apps/portage/portage-2.3.6.ebuild
+++ b/sys-apps/portage/portage-2.3.6.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/

2017-06-21 Thread Agostino Sarubbo
commit: a2c788af40ad220eaec00559b63bb48ebb7fa2cb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c788af

app-arch/lz4: ppc64 stable wrt bug #621930

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

 app-arch/lz4/lz4-1.7.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lz4/lz4-1.7.5-r1.ebuild b/app-arch/lz4/lz4-1.7.5-r1.ebuild
index 794c97bc15e..d8729e2cb32 100644
--- a/app-arch/lz4/lz4-1.7.5-r1.ebuild
+++ b/app-arch/lz4/lz4-1.7.5-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH=dev
 else
SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Extremely Fast Compression algorithm"



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

2017-06-21 Thread Agostino Sarubbo
commit: 7b7fb3b4e8419cc1656499e7be1a3fdd83145c1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7fb3b4

dev-libs/libzip: ppc64 stable wrt bug #622044

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

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

diff --git a/dev-libs/libzip/libzip-1.2.0.ebuild 
b/dev-libs/libzip/libzip-1.2.0.ebuild
index 7e273a7dfd9..7505dc911a6 100644
--- a/dev-libs/libzip/libzip-1.2.0.ebuild
+++ b/dev-libs/libzip/libzip-1.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nih.at/libzip/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="



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

2017-06-21 Thread Agostino Sarubbo
commit: 988eb2311be6217aef066b7546a08914b483ee8c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988eb231

media-libs/fdk-aac: ppc64 stable wrt bug #621894

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

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

diff --git a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild 
b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
index ff4a7a0184f..9cbb2c8d5a2 100644
--- a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
+++ b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
[[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
inherit autotools git-r3
 else
-   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot
SRC_URI="mirror://gentoo/${P}.tar.xz"
else # Official release



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

2017-06-21 Thread Agostino Sarubbo
commit: dc6e44ba1e56341d5b4b7f8b33502e65954a26fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:14:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6e44ba

app-text/pstotext: ppc64 stable wrt bug #622354

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

 app-text/pstotext/pstotext-1.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild 
b/app-text/pstotext/pstotext-1.9-r4.ebuild
index 6ae9d3942a8..199dbd48c72 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz;
 
 LICENSE="PSTT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
 IUSE=""
 
 DEPEND="app-arch/ncompress"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/

2017-06-21 Thread Agostino Sarubbo
commit: 82f3b21d2889983c298eaffadf7097df194038f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f3b21d

media-gfx/graphite2: ppc64 stable wrt bug #621724

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

 media-gfx/graphite2/graphite2-1.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphite2/graphite2-1.3.10.ebuild 
b/media-gfx/graphite2/graphite2-1.3.10.ebuild
index eff068d491b..1ad3b420309 100644
--- a/media-gfx/graphite2/graphite2-1.3.10.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="perl test"
 
 RDEPEND="



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

2017-06-21 Thread Agostino Sarubbo
commit: cf5c53381055033fa114f9a645667c3df58c9bf7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:55 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5c5338

app-text/psutils: ppc64 stable wrt bug #622356

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

 app-text/psutils/psutils-1.17-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/psutils/psutils-1.17-r3.ebuild 
b/app-text/psutils/psutils-1.17-r3.ebuild
index 0c8e3564cfb..c08566adbef 100644
--- a/app-text/psutils/psutils-1.17-r3.ebuild
+++ b/app-text/psutils/psutils-1.17-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.dfsg.orig.tar.gz"
 
 LICENSE="psutils"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2017-06-21 Thread Agostino Sarubbo
commit: 27ae1c27552847ea6ccf4e50f75b656eecf2954e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ae1c27

dev-libs/expat: ppc64 stable wrt bug #622046

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

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

diff --git a/dev-libs/expat/expat-2.2.1.ebuild 
b/dev-libs/expat/expat-2.2.1.ebuild
index 0206573cbd0..072af1320bf 100644
--- a/dev-libs/expat/expat-2.2.1.ebuild
+++ b/dev-libs/expat/expat-2.2.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="elibc_FreeBSD examples static-libs unicode"
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"



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

2017-06-21 Thread Agostino Sarubbo
commit: 8e1abac29d00934ca7175cda88d83375a02afcdc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1abac2

dev-python/urwid: ppc64 stable wrt bug #606356

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

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

diff --git a/dev-python/urwid/urwid-1.3.1.ebuild 
b/dev-python/urwid/urwid-1.3.1.ebuild
index f487d2ab5f7..71047820e1b 100644
--- a/dev-python/urwid/urwid-1.3.1.ebuild
+++ b/dev-python/urwid/urwid-1.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc examples"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2017-06-21 Thread Agostino Sarubbo
commit: 4d0ff965428fd70325773ed14847d3f3f79cda63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:16:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0ff965

x11-terms/xfce4-terminal: ppc64 stable wrt bug #596944

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild
index eb5aebd6527..2c72689e227 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.5.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: media-gfx/sam2p/

2017-06-21 Thread Agostino Sarubbo
commit: adbf95538107c1c8dfcec695f39e7a57326c44f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:15:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:17:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbf9553

media-gfx/sam2p: ppc64 stable wrt bug #617014

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

 media-gfx/sam2p/sam2p-0.49.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sam2p/sam2p-0.49.3.ebuild 
b/media-gfx/sam2p/sam2p-0.49.3.ebuild
index 77f513c9907..8ab3dff2da4 100644
--- a/media-gfx/sam2p/sam2p-0.49.3.ebuild
+++ b/media-gfx/sam2p/sam2p-0.49.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pts/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="examples gif"
 
 DEPEND="dev-lang/perl"



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

2017-06-21 Thread Jeroen Roovers
commit: 19ea54be6ec1bce3567e781947ec5a5e0ad53e0d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun 21 12:15:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun 21 12:15:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ea54be

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2017.05.23.ebuild | 98 
 2 files changed, 99 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 6ad33897641..736255cd195 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
-DIST youtube-dl-2017.05.23.tar.gz 2723489 SHA256 
8dc76390c1651950b9332651438e0169140369cf721f77fd88285ca4246342d9 SHA512 
66b1f51e9c9f4058fbb6895ab9043cb7a9ae1f7042b1f25ba6cdbc610d7c3c554fe28032189a092c5f31308a4752d058a6fdf68c7d181d9ad4cbbf44759e01d8
 WHIRLPOOL 
d821a2166e69d66b7785bd06abea2f43cafdbda26be7bea2a8ebf5d0c87140a8918261bae33d90194eeff7f04b9cbb113af9ae629c08757c3dbe3137b47778c8
 DIST youtube-dl-2017.06.05.tar.gz 2723532 SHA256 
b54ca848490285909d0830c04c19376c2d78da74d8de0056387b11ba34234e8c SHA512 
60b99df0e5aa9fc9248cbc47ce8c61f7d78485e6c6b4d8aba795e3a0da9e085d03cf860e94738fe184f8c6bec83897f5fdf5bd24c414bb8153053914203a4b7f
 WHIRLPOOL 
cbda1593c1c66524f68a97126465b7fc334b781c144aac6f55652ff454364da2df452bca636bd422ab43391b7c3720d3728d5f1a59b7a7f868d9e5f41b1029d6
 DIST youtube-dl-2017.06.18.tar.gz 2728617 SHA256 
f53d32c2ca64bb7bf2307666b42c88fa68dcc399f6a92ebed01b8693794e5f99 SHA512 
5cf18135beea4331acaf3edc9e8b9c78f9ef2a9c9813a3708936e0c8c5119cf355c1afc932138e650fc4ba831025b2be6bde3fac33a62a49581d5964305bd3d1
 WHIRLPOOL 
07612cdc1c0463a4640642352833b23834d25e8ba6622a2311a518a227edfc5353e9425a4d889e268b7f6d8c199f0e17dd3197015728db05dd4f83891f40a0b3

diff --git a/net-misc/youtube-dl/youtube-dl-2017.05.23.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.05.23.ebuild
deleted file mode 100644
index 867867e7361..000
--- a/net-misc/youtube-dl/youtube-dl-2017.05.23.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 porncom pornflip pornhd pornotube 
pornovoisines
-   pornoxo ruleporn sexu slutload spankbang spankwire 
sunporno thisav
-   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
-   youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber pornhub redtube tnaflix xhamster
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
- 

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

2017-06-21 Thread Jeroen Roovers
commit: 9995812027fe82cd8c12bdd6fbb38946d1ec64bb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jun 21 12:14:34 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jun 21 12:14:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99958120

net-misc/youtube-dl: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2017.06.18.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index b0ec1043fa4..6ad33897641 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
 DIST youtube-dl-2017.05.23.tar.gz 2723489 SHA256 
8dc76390c1651950b9332651438e0169140369cf721f77fd88285ca4246342d9 SHA512 
66b1f51e9c9f4058fbb6895ab9043cb7a9ae1f7042b1f25ba6cdbc610d7c3c554fe28032189a092c5f31308a4752d058a6fdf68c7d181d9ad4cbbf44759e01d8
 WHIRLPOOL 
d821a2166e69d66b7785bd06abea2f43cafdbda26be7bea2a8ebf5d0c87140a8918261bae33d90194eeff7f04b9cbb113af9ae629c08757c3dbe3137b47778c8
 DIST youtube-dl-2017.06.05.tar.gz 2723532 SHA256 
b54ca848490285909d0830c04c19376c2d78da74d8de0056387b11ba34234e8c SHA512 
60b99df0e5aa9fc9248cbc47ce8c61f7d78485e6c6b4d8aba795e3a0da9e085d03cf860e94738fe184f8c6bec83897f5fdf5bd24c414bb8153053914203a4b7f
 WHIRLPOOL 
cbda1593c1c66524f68a97126465b7fc334b781c144aac6f55652ff454364da2df452bca636bd422ab43391b7c3720d3728d5f1a59b7a7f868d9e5f41b1029d6
+DIST youtube-dl-2017.06.18.tar.gz 2728617 SHA256 
f53d32c2ca64bb7bf2307666b42c88fa68dcc399f6a92ebed01b8693794e5f99 SHA512 
5cf18135beea4331acaf3edc9e8b9c78f9ef2a9c9813a3708936e0c8c5119cf355c1afc932138e650fc4ba831025b2be6bde3fac33a62a49581d5964305bd3d1
 WHIRLPOOL 
07612cdc1c0463a4640642352833b23834d25e8ba6622a2311a518a227edfc5353e9425a4d889e268b7f6d8c199f0e17dd3197015728db05dd4f83891f40a0b3

diff --git a/net-misc/youtube-dl/youtube-dl-2017.06.18.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.06.18.ebuild
new file mode 100644
index 000..867867e7361
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2017.06.18.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 porncom pornflip pornhd pornotube 
pornovoisines
+   pornoxo ruleporn sexu slutload spankbang spankwire 
sunporno thisav
+   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+   youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber pornhub redtube tnaflix xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \

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

2017-06-21 Thread Agostino Sarubbo
commit: 234bc9909096f9dbaf48b018234a97b5a2d2e903
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:11:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:11:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234bc990

app-text/pstotext: x86 stable wrt bug #622354

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

 app-text/pstotext/pstotext-1.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild 
b/app-text/pstotext/pstotext-1.9-r4.ebuild
index ece292f30a3..6ae9d3942a8 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz;
 
 LICENSE="PSTT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="app-arch/ncompress"



[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/

2017-06-21 Thread Agostino Sarubbo
commit: 49a32ab6202281a5ce61ddbd580e48ad609cedfe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:11:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:11:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a32ab6

app-arch/unrar: x86 stable wrt bug #622342

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

 app-arch/unrar/unrar-5.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/unrar/unrar-5.5.5.ebuild 
b/app-arch/unrar/unrar-5.5.5.ebuild
index b137d31b7a9..84af45791ad 100644
--- a/app-arch/unrar/unrar-5.5.5.ebuild
+++ b/app-arch/unrar/unrar-5.5.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="unRAR"
 # subslot = soname version
 SLOT="0/5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



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

2017-06-21 Thread Agostino Sarubbo
commit: debd2d6d87c7d0e7d647b3c42bd3029df9e49220
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:11:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:11:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debd2d6d

dev-libs/c-blosc: x86 stable wrt bug #606302

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

 dev-libs/c-blosc/c-blosc-1.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc/c-blosc-1.11.2.ebuild 
b/dev-libs/c-blosc/c-blosc-1.11.2.ebuild
index 08f72001881..c06bbca3937 100644
--- a/dev-libs/c-blosc/c-blosc-1.11.2.ebuild
+++ b/dev-libs/c-blosc/c-blosc-1.11.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="MIT"
 
 SLOT="0/1"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 IUSE="cpu_flags_x86_avx2 +lz4 +snappy static-libs test zlib zstd"
 



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

2017-06-21 Thread Agostino Sarubbo
commit: e345c63176cd03a5066020012c40ec95ca5045b0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:11:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:11:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e345c631

app-text/psutils: x86 stable wrt bug #622356

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

 app-text/psutils/psutils-1.17-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/psutils/psutils-1.17-r3.ebuild 
b/app-text/psutils/psutils-1.17-r3.ebuild
index 69d10061c97..0c8e3564cfb 100644
--- a/app-text/psutils/psutils-1.17-r3.ebuild
+++ b/app-text/psutils/psutils-1.17-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.dfsg.orig.tar.gz"
 
 LICENSE="psutils"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2017-06-21 Thread Agostino Sarubbo
commit: 26e4069857cd58059b99186a0c2e36cf9da6d3d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:11:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:11:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e40698

dev-python/pytables: x86 stable wrt bug #606302

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

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

diff --git a/dev-python/pytables/pytables-3.3.0.ebuild 
b/dev-python/pytables/pytables-3.3.0.ebuild
index 65a80675bcd..cb23edbefc0 100644
--- a/dev-python/pytables/pytables-3.3.0.ebuild
+++ b/dev-python/pytables/pytables-3.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.pytables.org/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 LICENSE="BSD"
 IUSE="doc examples"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/

2017-06-21 Thread Agostino Sarubbo
commit: da0fb70480318505ba26aaafb6f8cb1969a4b7ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 12:09:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 12:09:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0fb704

app-arch/unrar: amd64 stable wrt bug #622342

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

 app-arch/unrar/unrar-5.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/unrar/unrar-5.5.5.ebuild 
b/app-arch/unrar/unrar-5.5.5.ebuild
index 1d82f28516a..b137d31b7a9 100644
--- a/app-arch/unrar/unrar-5.5.5.ebuild
+++ b/app-arch/unrar/unrar-5.5.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="unRAR"
 # subslot = soname version
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



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

2017-06-21 Thread Agostino Sarubbo
commit: 29cfaf1d47c232131c0172bff333153429fccabe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 11:55:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 11:55:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cfaf1d

dev-libs/expat: ppc stable wrt bug #622046

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

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

diff --git a/dev-libs/expat/expat-2.2.1.ebuild 
b/dev-libs/expat/expat-2.2.1.ebuild
index 95f5c951491..0206573cbd0 100644
--- a/dev-libs/expat/expat-2.2.1.ebuild
+++ b/dev-libs/expat/expat-2.2.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="elibc_FreeBSD examples static-libs unicode"
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"



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

2017-06-21 Thread Agostino Sarubbo
commit: 7985ddb038d6715754be559dfe98a6a9ac3ecac2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 11:55:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 11:55:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7985ddb0

dev-libs/libgcrypt: ppc stable wrt bug #621218

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

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.7.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.7.ebuild
index 35da08d67a9..40abd72a507 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.7.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



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

2017-06-21 Thread Agostino Sarubbo
commit: 450ce3c819b3e0775b17aaae89fb768681980e8d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 11:55:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 11:55:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450ce3c8

dev-perl/libintl-perl: ppc stable wrt bug #621642

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

 dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild 
b/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild
index e086a8dfdb0..b2514b72ebe 100644
--- a/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild
+++ b/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://guido-flohr.net/projects/libintl-perl 
${HOMEPAGE}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/libintl"



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

2017-06-21 Thread Agostino Sarubbo
commit: 7dd128b93682f023e1468b12fe597934211f0aff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 11:54:37 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 11:54:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd128b9

media-video/kino: ppc stable wrt bug #621996

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

 media-video/kino/kino-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kino/kino-1.3.4-r1.ebuild 
b/media-video/kino/kino-1.3.4-r1.ebuild
index a4ddf7499fd..4ccb48f77c2 100644
--- a/media-video/kino/kino-1.3.4-r1.ebuild
+++ b/media-video/kino/kino-1.3.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="alsa dvdr gpac lame libav quicktime sox vorbis"
 
 # Optional dependency on cinelerra-cvs (as a replacement for libquicktime)



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

2017-06-21 Thread Agostino Sarubbo
commit: 8796705eebaeba5470d5d428215edbc07bca1ee1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 21 11:57:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 21 11:57:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8796705e

sys-libs/tevent: ppc stable wrt bug #619516

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

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

diff --git a/sys-libs/tevent/tevent-0.9.31-r1.ebuild 
b/sys-libs/tevent/tevent-0.9.31-r1.ebuild
index ead329f9200..ed6a8c067eb 100644
--- a/sys-libs/tevent/tevent-0.9.31-r1.ebuild
+++ b/sys-libs/tevent/tevent-0.9.31-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="python"
 
 RDEPEND=">=sys-libs/talloc-2.1.8[${MULTILIB_USEDEP}]



  1   2   >