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

2017-06-19 Thread Slawek Lis
commit: 95791999df7cec9742de97dd87e0ecb3afeb1d94
Author: Slawomir Lis  gentoo  org>
AuthorDate: Tue Jun 20 06:16:20 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Tue Jun 20 06:16:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95791999

net-analyzer/ntopng: added missing files

Reported in 581256

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/ntopng/files/configure-3.0.patch  | 62 ++
 .../ntopng/files/ntopng-3.0-mysqltool.patch| 17 ++
 2 files changed, 79 insertions(+)

diff --git a/net-analyzer/ntopng/files/configure-3.0.patch 
b/net-analyzer/ntopng/files/configure-3.0.patch
new file mode 100644
index 000..a2476f5b407
--- /dev/null
+++ b/net-analyzer/ntopng/files/configure-3.0.patch
@@ -0,0 +1,62 @@
+--- configure.ac.orig  2017-06-09 06:47:34.214516588 +0200
 configure.ac   2017-06-09 06:48:01.547849759 +0200
+@@ -19,7 +19,6 @@
+ # On CentOS 6 `git rev-list HEAD --count` does not work
+ #
+ #
+-REVISION=`git log --pretty=oneline | wc -l`
+ 
+ if test -d "/usr/local/include"; then
+ CFLAGS="${CFLAGS} -I/usr/local/include"
+@@ -48,33 +47,6 @@
+ 
+ SHORT_MACHINE=`uname -m | cut -b1-3`
+ 
+-GIT_RELEASE="@GIT_RELEASE@"
+-GIT_DATE="@GIT_DATE@"
+-GIT_BRANCH="@GIT_BRANCH@"
+-PRO_GIT_RELEASE="@PRO_GIT_RELEASE@"
+-PRO_GIT_DATE="@PRO_GIT_DATE@"
+-
+-AC_MSG_CHECKING(for nDPI)
+-NDPI_HOME=./nDPI
+-if test -d "$NDPI_HOME" ; then :
+-   AC_MSG_RESULT(found in $NDPI_HOME)
+-else
+-   NDPI_HOME=../nDPI
+-   if test -d "$NDPI_HOME"; then :
+-  AC_MSG_RESULT(found in $NDPI_HOME)
+-   else
+-  NDPI_HOME=$HOME/nDPI
+-  if test -d "$NDPI_HOME"; then :
+-AC_MSG_RESULT(found in $NDPI_HOME)
+-  else
+-AC_MSG_RESULT(not found)
+-echo "Please do cd ..; git clone https://github.com/ntop/nDPI.git; cd 
nDPI; ./autogen.sh; make; cd ../ntopng"
+-echo " and try again"
+-exit
+-  fi
+-   fi
+-fi
+-
+ if test -d "/usr/include/openssl"; then :
+  AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
+  SSL_INC="`pkg-config --cflags libssl` -I/usr/include/openssl"
+--- configure.ac.orig  2017-06-09 09:58:17.021114895 +0200
 configure.ac   2017-06-09 09:58:24.227781519 +0200
+@@ -53,15 +53,6 @@
+  SSL_LIB="`pkg-config --libs libssl` -lssl -lcrypto"
+ fi
+ 
+-NDPI_LIB=$NDPI_HOME/src/lib/.libs/libndpi.a
+-AC_MSG_CHECKING(for $NDPI_LIB)
+-if test -f "$NDPI_LIB" ; then :
+-  AC_MSG_RESULT(found $NDPI_LIB)
+-else
+-  AC_MSG_RESULT(not found $NDPI_LIB: compiling)
+-  cd $NDPI_HOME; ./autogen.sh; make; cd -
+-fi
+-
+ AC_MSG_CHECKING(for ntopng professional edition)
+ PRO_MAKEFILE_INC=
+ PRO_INC=

diff --git a/net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch 
b/net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch
new file mode 100644
index 000..e433f4e9559
--- /dev/null
+++ b/net-analyzer/ntopng/files/ntopng-3.0-mysqltool.patch
@@ -0,0 +1,17 @@
+--- configure.ac.orig  2017-06-09 09:52:26.387783657 +0200
 configure.ac   2017-06-09 09:54:53.361116113 +0200
+@@ -335,13 +335,7 @@
+ if test "x$ac_cv_prog_ac_ct_MARIADB" = "xmariadb_config"; then
+MYSQLTOOL="mariadb_config"
+ else
+-   PATH=$PATH:/usr/local/mysql/bin
+-   AC_CHECK_TOOL(MYSQL, mysql_config)
+-   if test "x$ac_cv_prog_ac_ct_MYSQL" = "xmysql_config"; then
+- MYSQLTOOL="mysql_config"
+-   else
+- MYSQLTOOL=""
+-   fi
++   MYSQLTOOL="mysql_config"
+ fi
+ 
+ if test -n "$MYSQLTOOL"; then



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

2017-06-19 Thread Hans de Graaff
commit: 4912e46ec2068cbfc4d420be26caf0a736d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 20 05:18:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 20 05:18:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4912e46e

dev-ruby/listen: add ruby24

Drop alpha, hppa, ppc, x86 keywords due to dropped keywords on
dev-ruby/thor, bug 621374

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/listen/listen-3.1.5-r1.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/dev-ruby/listen/listen-3.1.5-r1.ebuild 
b/dev-ruby/listen/listen-3.1.5-r1.ebuild
new file mode 100644
index 000..4172dc7dbcb
--- /dev/null
+++ b/dev-ruby/listen/listen-3.1.5-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Listens to file modifications and notifies you about the changes"
+HOMEPAGE="https://github.com/guard/listen";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~ppc64"
+IUSE="test"
+
+# Block on other packages trying to install a /usr/bin/listen
+RDEPEND+="!!media-sound/listen !!media-radio/ax25 
!!=dev-ruby/rb-inotify-0.9.7 >=dev-ruby/ruby_dep-1.2:1"
+
+ruby_add_bdepend "test? ( dev-ruby/thor )"
+
+all_ruby_prepare() {
+   rm -f Gemfile || die
+   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
+   sed -i -e "/rb-fsevent/d"  lib/listen/adapter/darwin.rb || die
+   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
+}
+
+each_ruby_prepare() {
+   mkdir spec/.fixtures || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec
+   rm -rf spec/.fixtures || die
+}



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

2017-06-19 Thread Agostino Sarubbo
commit: 3c166b4919884a4b05502ed55d7c0fda8a6f132a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c166b49

app-backup/kbackup: x86 stable wrt bug #622176

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

 app-backup/kbackup/kbackup-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/kbackup/kbackup-1.0.ebuild 
b/app-backup/kbackup/kbackup-1.0.ebuild
index 34ece7b25ed..d60b09d98b3 100644
--- a/app-backup/kbackup/kbackup-1.0.ebuild
+++ b/app-backup/kbackup/kbackup-1.0.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="http://kde-apps.org/content/show.php/KBackup?content=44998";
 SRC_URI="http://members.aon.at/m.koller/${P}.tar.bz2";
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 CDEPEND="



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

2017-06-19 Thread Agostino Sarubbo
commit: 8fe6abc7378ff5886af528363e99ba349d1b544d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:15:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:15:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe6abc7

dev-python/elasticsearch-curator: x86 stable wrt bug #619654

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

 dev-python/elasticsearch-curator/elasticsearch-curator-4.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/elasticsearch-curator/elasticsearch-curator-4.2.6.ebuild 
b/dev-python/elasticsearch-curator/elasticsearch-curator-4.2.6.ebuild
index b831703a21d..dd682d809f0 100644
--- a/dev-python/elasticsearch-curator/elasticsearch-curator-4.2.6.ebuild
+++ b/dev-python/elasticsearch-curator/elasticsearch-curator-4.2.6.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2017-06-19 Thread Agostino Sarubbo
commit: 8432655b993a80d3127e8089ae2c5895d2bfb083
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8432655b

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 24a42e4e048..7b94fa901d7 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-perl/Chart/

2017-06-19 Thread Agostino Sarubbo
commit: fe3d50a75b142e6409ee3797ce0d47268fbe10ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3d50a7

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 8817feaa7df..6cc0e5d0df0 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: kde-misc/yakuake/

2017-06-19 Thread Agostino Sarubbo
commit: 246e6ec7f2944eebe4a440282512945bf5fcffd4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246e6ec7

kde-misc/yakuake: x86 stable wrt bug #622062

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

 kde-misc/yakuake/yakuake-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild 
b/kde-misc/yakuake/yakuake-3.0.4.ebuild
index 78c4bc476fc..7665f978c98 100644
--- a/kde-misc/yakuake/yakuake-3.0.4.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.4.ebuild
@@ -12,7 +12,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



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

2017-06-19 Thread Agostino Sarubbo
commit: b23a995d258aeef1bb36fbec3ffc69119a75f6dc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23a995d

dev-python/h5py: x86 stable wrt bug #605288

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

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

diff --git a/dev-python/h5py/h5py-2.7.0.ebuild 
b/dev-python/h5py/h5py-2.7.0.ebuild
index 892a158ed75..ed62fbcb576 100644
--- a/dev-python/h5py/h5py-2.7.0.ebuild
+++ b/dev-python/h5py/h5py-2.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test examples mpi"
 
 RDEPEND="



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

2017-06-19 Thread Agostino Sarubbo
commit: 7e4ac93a65da702c98a9ecc376372e68ac4224b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:15:43 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:15:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4ac93a

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 3a130c37168..87751145445 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: app-laptop/batti/

2017-06-19 Thread Agostino Sarubbo
commit: 0f8b0971aa2d3ca09fb380f5940249487511b562
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8b0971

app-laptop/batti: x86 stable wrt bug #622078

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

 app-laptop/batti/batti-0.3.8-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-laptop/batti/batti-0.3.8-r4.ebuild 
b/app-laptop/batti/batti-0.3.8-r4.ebuild
index 62fd7318e89..f4824578587 100644
--- a/app-laptop/batti/batti-0.3.8-r4.ebuild
+++ b/app-laptop/batti/batti-0.3.8-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://batti-gtk.googlecode.com/files/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libnotify"
 
 RDEPEND="



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

2017-06-19 Thread Agostino Sarubbo
commit: 96b6d713ec9b5394535322bf7d65afdc3e5df582
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b6d713

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 7e85e80a469..9034fde323b 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/curl/

2017-06-19 Thread Agostino Sarubbo
commit: 1517ca40d4f5afb9a8684a77bb7d66b56ced2d87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:37 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1517ca40

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 a761200d353..bce463b18da 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: kde-misc/krusader/

2017-06-19 Thread Agostino Sarubbo
commit: 4c5b2ca579a06b9da76d43faa73c7f4dd6d032e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5b2ca5

kde-misc/krusader: x86 stable wrt bug #622042

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

 kde-misc/krusader/krusader-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/krusader/krusader-2.6.0.ebuild 
b/kde-misc/krusader/krusader-2.6.0.ebuild
index 527bf1fc8f3..19db3d9c03e 100644
--- a/kde-misc/krusader/krusader-2.6.0.ebuild
+++ b/kde-misc/krusader/krusader-2.6.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many 
extras"



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

2017-06-19 Thread Agostino Sarubbo
commit: f3667dcc43aefd635a7ba25227b51daedadc6a5c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:32 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3667dcc

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 03229ea9baa..3d4287c58b7 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: dev-libs/libzip/

2017-06-19 Thread Agostino Sarubbo
commit: b0546875352d4457f2cbfdcd22e606140f32447b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0546875

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 112ec637251..9767895ba6a 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: sys-cluster/pacemaker/

2017-06-19 Thread Agostino Sarubbo
commit: 75674354be3b8d5e0f6929d9ee2363b6807fde4e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75674354

sys-cluster/pacemaker: x86 stable wrt bug #599194

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

 sys-cluster/pacemaker/pacemaker-1.1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild 
b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild
index 5eefe28ab16..300cc72025e 100644
--- a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild
+++ b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 REQUIRED_USE="cman? ( !heartbeat )"
 IUSE="acl cman heartbeat smtp snmp static-libs"
 



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

2017-06-19 Thread Agostino Sarubbo
commit: aaa8d1e27d641a6f41a48eb54204fab46b85279e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa8d1e2

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 78846d1d85f..22875929642 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: dev-python/certifi/

2017-06-19 Thread Agostino Sarubbo
commit: 694e178b0c1fb076ff9ca8b7062a9737081ab627
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694e178b

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 66cabe2610c..29c8f77af34 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-gfx/nomacs/

2017-06-19 Thread Agostino Sarubbo
commit: f8eaf4f879af05504a15fc5ae25aa2a3efbd2368
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:15:55 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:15:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8eaf4f8

media-gfx/nomacs: x86 stable wrt bug #622088

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

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

diff --git a/media-gfx/nomacs/nomacs-3.6.1.ebuild 
b/media-gfx/nomacs/nomacs-3.6.1.ebuild
index 004a7fe7834..c80388f8d92 100644
--- a/media-gfx/nomacs/nomacs-3.6.1.ebuild
+++ b/media-gfx/nomacs/nomacs-3.6.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
 IUSE="+jpeg opencv raw tiff zip"
 
 REQUIRED_USE="



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

2017-06-19 Thread Agostino Sarubbo
commit: dc2f98971f6ed7c7c9358f61b2e41c2a6d9d737c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2f9897

dev-vcs/qgit: x86 stable wrt bug #622090

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

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

diff --git a/dev-vcs/qgit/qgit-2.7.ebuild b/dev-vcs/qgit/qgit-2.7.ebuild
index b78fccaf6a6..9ac66aa1755 100644
--- a/dev-vcs/qgit/qgit-2.7.ebuild
+++ b/dev-vcs/qgit/qgit-2.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/tibirna/qgit/archive/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="



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

2017-06-19 Thread Agostino Sarubbo
commit: 45727e4419d1bad27ae2f067ed82d11d7dbb15c8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45727e44

app-emulation/q4wine: x86 stable wrt bug #622092

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

 app-emulation/q4wine/q4wine-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/q4wine/q4wine-1.3.4.ebuild 
b/app-emulation/q4wine/q4wine-1.3.4.ebuild
index 9154023eeae..7f1fad63155 100644
--- a/app-emulation/q4wine/q4wine-1.3.4.ebuild
+++ b/app-emulation/q4wine/q4wine-1.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+dbus debug +ico +iso +wineappdb"
 
 CDEPEND="



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

2017-06-19 Thread Agostino Sarubbo
commit: e3ca17075a9430b0441a225ab3846c32a6b07811
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:17:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:17:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ca1707

app-arch/zstd: x86 stable wrt bug #621924

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

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

diff --git a/app-arch/zstd/zstd-1.1.3.ebuild b/app-arch/zstd/zstd-1.1.3.ebuild
index ccc0f94f901..8cb24df1de2 100644
--- a/app-arch/zstd/zstd-1.1.3.ebuild
+++ b/app-arch/zstd/zstd-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="static-libs"
 
 src_compile() {



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

2017-06-19 Thread Agostino Sarubbo
commit: d0fea3681cb4bf913acb218e3e82227e8224f0ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fea368

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
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 65e5e37b12a..fd0b2f8cfde 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-wireless/wpa_supplicant/

2017-06-19 Thread Agostino Sarubbo
commit: 83e1d5e9dbb29683ecdfd766ac33b24d7502
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:16:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:16:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e1

net-wireless/wpa_supplicant: x86 stable wrt bug #619058

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

 net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild
index 384eb9e90a7..ba70ef8eb39 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz";
 LICENSE="|| ( GPL-2 BSD )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd"
 IUSE="ap dbus gnutls eap-sim fasteap +hs2-0 libressl p2p ps3 qt5 readline 
selinux smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux 
kernel_FreeBSD"
 REQUIRED_USE="fasteap? ( !ssl ) smartcard? ( ssl )"
 



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

2017-06-19 Thread Agostino Sarubbo
commit: ca2272cbc864294c90dd417262efed24b373a87b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:06:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:06:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca2272cb

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
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 0d1ab8856b6..3a130c37168 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-19 Thread Agostino Sarubbo
commit: f8b2f1834571c40be3be1577cf7501e54ddcc982
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:06:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:06:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b2f183

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
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 cbf7477f353..8817feaa7df 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: dev-python/certifi/

2017-06-19 Thread Agostino Sarubbo
commit: cc4a054e4a997290f8cd50e77714972929197da3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:07:03 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:07:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4a054e

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
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 b2588ee9007..66cabe2610c 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-gfx/sam2p/

2017-06-19 Thread Agostino Sarubbo
commit: 2ed2e39770eac16504882c2537457299042f3c40
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 20 05:07:09 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 20 05:07:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed2e397

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
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 1cdef4865dc..7e85e80a469 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: www-servers/thin/

2017-06-19 Thread Hans de Graaff
commit: 2ebd61e87a0391f2c21128dc39b8787a5cadb4fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 20 04:58:13 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 20 04:58:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebd61e8

www-servers/thin: add 1.7.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-servers/thin/Manifest  |  1 +
 www-servers/thin/thin-1.7.1.ebuild | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/www-servers/thin/Manifest b/www-servers/thin/Manifest
index 1371f52b94f..c88bc9460bb 100644
--- a/www-servers/thin/Manifest
+++ b/www-servers/thin/Manifest
@@ -1 +1,2 @@
 DIST thin-1.7.0.tar.gz 180791 SHA256 
8574ea81e50fc6b46bf48c147cce26eb698f60b554228498daba88f65b043927 SHA512 
a41ffb8792f5dbc732696af4914e5121e83f21d18e5aae64676dc5d035f84c0e13d352565c5004ba7ac2e42c701522a6aa6a9250303877c3ac566c30336df2c3
 WHIRLPOOL 
029fde0ec69b4c1bbd57cd98e483c6fa8ec2ae82e4e80c43b0d328a8c424867737b9d8db7a5f642e70b6946092c26b6594d06d884efd2a5efe98b1f387ff9fec
+DIST thin-1.7.1.tar.gz 179998 SHA256 
2b9dbf80d7e2982ed166582af04b0a60dce176461a2547617839610630428120 SHA512 
7a5e3ccef263e5ba15cf53f38d7a8ae6ff974a4cfee2844cc15f9e6afb155b73b43e8c2ba49e177cad20eb9a728f4ddbe0d88417ad7f1c11ca2a535745da73ef
 WHIRLPOOL 
ad60616ed1d0d3ef162e63baf187b13757197022ef4646c8a9cfabcfff750cf325511f2153404dd1e92b4a35bde4aac3f5a6b80ab0eb142a9915508b195cd401

diff --git a/www-servers/thin/thin-1.7.1.ebuild 
b/www-servers/thin/thin-1.7.1.ebuild
new file mode 100644
index 000..b57be6e1536
--- /dev/null
+++ b/www-servers/thin/thin-1.7.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast and very simple Ruby web server"
+HOMEPAGE="http://code.macournoyer.com/thin/";
+SRC_URI="https://github.com/macournoyer/thin/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="doc test"
+
+DEPEND="${DEPEND}
+   dev-util/ragel"
+RDEPEND="${RDEPEND}"
+
+# The runtime dependencies are used at build-time as well since the
+# Rakefile loads thin!
+mydeps=">=dev-ruby/daemons-1.0.9
+   >=dev-ruby/rack-1.0.0:* =dev-ruby/eventmachine-1.0.4:0
+   virtual/ruby-ssl"
+
+ruby_add_rdepend "${mydeps}"
+ruby_add_bdepend "${mydeps}
+   dev-ruby/rake-compiler"
+
+all_ruby_prepare() {
+   # Fix Ragel-based parser generation (uses a *very* old syntax that
+   # is not supported in Gentoo)
+   sed -i -e 's: | rlgen-cd::' Rakefile || die
+
+   # Fix specs' dependencies so that the extension is not rebuilt
+   # when running tests
+   rm tasks/spec.rake || die
+
+   # Fix rspec version to allow newer 2.x versions
+   sed -i -e '/gem "rspec"/ s/1.2.9/2.0/' spec/spec_helper.rb || die
+
+   # Avoid CLEAN since it may not be available and we don't need it.
+   sed -i -e '/CLEAN/ s:^:#:' tasks/*.rake || die
+
+   # Disable a test that is known for freezing the testsuite,
+   # reported upstream. In thin 1.5.1 this just fails.
+   sed -i \
+   -e '/should force kill process in pid file/,/^  end/ s:^:#:' \
+   spec/daemonizing_spec.rb || die
+
+   sed -i \
+   -e '/tracing routines (with NO custom logger)/,/^  end/ s:^:#:'\
+   spec/logging_spec.rb || die
+
+   find spec/perf -name "*_spec.rb" -exec \
+   sed -i '/be_faster_then/ i \pending' {} \;
+
+   sed -i -e "s/Spec::Runner/Rspec/" spec/spec_helper.rb || die
+   # nasty but too complex to fix up for now :(
+   use doc || rm tasks/rdoc.rake
+}
+
+each_ruby_compile() {
+   ${RUBY} -S rake compile || die "rake compile failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   keepdir /etc/thin
+   newinitd "${FILESDIR}"/${PN}.initd-r4 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd-2 ${PN}
+
+   einfo
+   elog "Thin is now shipped with init scripts."
+   elog "The default script (/etc/init.d/thin) will start all servers that 
have"
+   elog "configuration files in /etc/thin/. You can symlink the init 
script to"
+   elog "files of the format 'thin.SERVER' to be able to start individual 
servers."
+   elog "See /etc/conf.d/thin for more configuration options."
+   einfo
+}



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

2017-06-19 Thread Hans de Graaff
commit: e5724eb691d49e509c1e326966b482d02bbdaac1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 20 04:42:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 20 04:58:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5724eb6

dev-ruby/daemons: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/daemons/daemons-1.2.4.ebuild 
b/dev-ruby/daemons/daemons-1.2.4.ebuild
index d80a8bbcb79..af7191e4d5d 100644
--- a/dev-ruby/daemons/daemons-1.2.4.ebuild
+++ b/dev-ruby/daemons/daemons-1.2.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_EXTRADOC="Releases README.md"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2017-06-19 Thread Hans de Graaff
commit: 85d2ce42e470d6372925906d320ef4a433d6efe5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 20 04:34:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 20 04:58:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d2ce42

dev-ruby/combustion: add 0.7.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 1f18150f21e..d6f6feaa0ef 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1,2 +1,3 @@
 DIST combustion-0.5.5.gem 14848 SHA256 
42defae5f64136c2e9e0320d1c56783255cad4e3ee95fa9038373a5701795ff4 SHA512 
a27b228c9a9796c9bda61176421e9d03500361316606830b28dc101af9c9c4b94354455acbca0c009a64aedd39aff24d8ad7147a9dd4409b513a0858395c0ab8
 WHIRLPOOL 
3633fcb21452414815072506cb391e64e18306116c8a7488892d335adfa48465855a77cbe745cecb799e54acc0cf53a76a87a3b2bd16a6489c6dcafdd005171e
 DIST combustion-0.6.0.gem 16384 SHA256 
9d7bdf4164f575b2d8f60f046f2ffe54154b76e32b13395d8fc8bdaa810a18d4 SHA512 
0b2817a6f4a021a7e0975d6861c4fe1223c9303dd42ab312621bf4fb7de16d36e3ac9868053f45e11daa4bf1b0fa38c48e610ac7f89100868ea5ec8c350eca7d
 WHIRLPOOL 
7c76a1e09761bca4dd82dde59eae0b962d45101d280d9e395b1f2b38ef34e8c3dab91aceb86e9052bbb8ea41c5c53eaa46ec73d3f609a8a9e916370653ad997a
+DIST combustion-0.7.0.gem 16896 SHA256 
876ec1fb2c629fea687696101fb867e139c7527ec0e3506fb61554b32610427c SHA512 
77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc
 WHIRLPOOL 
4660a0b44282d9611ab45f8742934052fb2e37d7555a910eaf7ac9e30786c540c03576756463dc295129985524d6bf74c1d5568ee9f6a68b338a56e190c54c1d

diff --git a/dev-ruby/combustion/combustion-0.7.0.ebuild 
b/dev-ruby/combustion/combustion-0.7.0.ebuild
new file mode 100644
index 000..90511615351
--- /dev/null
+++ b/dev-ruby/combustion/combustion-0.7.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Elegant Rails Engine Testing"
+HOMEPAGE="https://github.com/pat/combustion";
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/activesupport-3.0.0:*
+   >=dev-ruby/railties-3.0.0:*
+   >=dev-ruby/thor-0.14.6
+"



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

2017-06-19 Thread Markus Meier
commit: d3f2e3f89ad3002210f179b9be4992d0a7f2373c
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 20 04:46:22 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 20 04:46:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f2e3f8

dev-libs/double-conversion: arm stable, bug #613162

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

 dev-libs/double-conversion/double-conversion-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild 
b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
index 107df7ef7cf..e1941ba0e84 100644
--- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
+++ b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 LIBNAME=lib${PN}



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

2017-06-19 Thread Markus Meier
commit: fe8382e05ae8e961901174715ecf1be31afebe32
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jun 20 04:45:42 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jun 20 04:45:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8382e0

net-libs/gnutls: arm stable, bug #612340

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

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

diff --git a/net-libs/gnutls/gnutls-3.5.12.ebuild 
b/net-libs/gnutls/gnutls-3.5.12.ebuild
index b13949bf009..a7ced57e0cf 100644
--- a/net-libs/gnutls/gnutls-3.5.12.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.12.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: sys-cluster/cinder/

2017-06-19 Thread Matt Thode
commit: c488ac088dc93ae2104e4d812f910a7324771365
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun 20 03:07:45 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Jun 20 03:07:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c488ac08

sys-cluster/cinder: 10.0.2 stable amd64 and x86 with cleanup of 10.0.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/cinder/Manifest |   1 -
 sys-cluster/cinder/cinder-10.0.1.ebuild | 194 
 sys-cluster/cinder/cinder-10.0.2.ebuild |   2 +-
 3 files changed, 1 insertion(+), 196 deletions(-)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 01abf2fbe6b..083e0408a12 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,4 +1,3 @@
-DIST cinder-10.0.1.tar.gz 4615220 SHA256 
160fdc3e173e3fc8d8ac3b440efd3a59dc86de92a11f92c0aeae266ca63273df SHA512 
c23f5ac466643729a635449ceb1efd73e670d4548de2256aa5297b1c1e389f94ac7362e9fdb8dd599b10a0faea62a562813d18dce8f7ca9fe5fd225a80e8ae58
 WHIRLPOOL 
1fd34980626183af6cc810b2304a807be38bee69d18099db3fd8c44257ed3d438ef09c6f62be74c50635e65cfd6a39e99567858b3c63bf6c25660817394a9dae
 DIST cinder-10.0.2.tar.gz 4605687 SHA256 
8abeee27419679127fd0292240981bcdbcf6af1ec2604f1e37e939692d766eed SHA512 
29c7670add87c1465ed2c5a0e8c264f9fd8c0b36baa7ce2f71ca052be7b3be56cd60beea9452881cbd4285fa1dc556815ff360fe15daaca1b5ae816e24c7ec50
 WHIRLPOOL 
26427c0bb789e9a668d66048129d68f71de527443d0da1346cb887ef85bfc2f67cd8e1283e8d24531297537575af01c9f87315373810cce86f31d36251a19635
 DIST cinder-9.1.4.tar.gz 4195597 SHA256 
ee8a2ca264a41c8f4ed48094722d683cffae99cee910f19a140b0d1d0f5251a4 SHA512 
8039d5208296ea54fc869fb05dd91451ac3575eb3dd2ed97d0c63120d18b67b02b835a849cd1ec3dae349920895e13665c15a6daa53f67138823053c49ab87a9
 WHIRLPOOL 
f2fd2bbba72d2f74f1395f2b280ed3304ecec37c9bcdc7b73a104d19698dad123ffdbce58249c426245c68584eb7a10a640f38a9192933d8db30a7f45b79c48e
 DIST newton-cinder-policy.json 6412 SHA256 
3a140134201452c52a97eae9f4c45ea30a3a21cc7a30ee619ed37ab0723b6479 SHA512 
3473b5790487bd037d54e4a1a89bab9d145bc34d137d52da2b6b311d2dfee2344fec75c6c96bc518a3e0b175fbd6cde71fb546406c0ef835898e3c1c88eb6d56
 WHIRLPOOL 
f34dc729425fd82ddd9905c675fca9b765b4535dc87ec9d94acd1781c331e466f8688aace4954532e376e704cf3f1c8f4103f22e6838d4403c10311358e1ed2b

diff --git a/sys-cluster/cinder/cinder-10.0.1.ebuild 
b/sys-cluster/cinder/cinder-10.0.1.ebuild
deleted file mode 100644
index c8d03b6c4b4..000
--- a/sys-cluster/cinder/cinder-10.0.1.ebuild
+++ /dev/null
@@ -1,194 +0,0 @@
-# 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 eutils linux-info user
-
-DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
-HOMEPAGE="https://launchpad.net/cinder";
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/cinder.conf.sample
 -> ocata-cinder.conf.sample
-https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/policy.json 
-> ocata-cinder-policy.json
-https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ocata/volume.filters
 -> ocata-cinder-volume.filters
-https://tarballs.openstack.org/${PN}/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
-REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]
-   https://bugs.launchpad.net/swift/+bug/1249727
-   nosetests -I test_wsgi.py cinder/tests/ || die "tests failed under 
python2.7"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   keepdir /etc/cinder
-   dodir /etc/cinder/rootwrap.d
-
-   for svc in api scheduler volume; do
-   newinitd "${FILESDIR}/cinder.initd" cinder-${svc}
-   done
-
-   insinto /etc/cinder
-   insopts -m0640 -o cinder -g cinder
-   doins "etc/cinder/api-httpd.conf"
-   doins "etc/cinder/logging_sample.conf"
-   doins "etc/cinder/rootwrap.conf"
-   doins "etc/cinder/api-paste.ini"
-   newins "${DISTDIR}/ocata-cinder-policy.json" "policy.json"
-   newins "${DISTDIR}/ocata-cinder.conf.sample" "cinder.conf.sample"
-   insinto /etc/cinder/rootwrap.d
-   newins "${DISTDIR}/ocata-cinder-volume.filters" "volume.filters"
-
-   dodir /var/log/cinder
-   fowners cinder:cinder /var/log/cinder
-
-   #add sudoers definitions for user nova
-   insinto /etc/sudoers.d/
-   insopts -m 0440 -o root -g root
-   newins "${FILESDIR}/cinder.sudoersd" cinder
-}
-
-pkg_postinst() {
-   if use iscsi ; then
-   elog "Cinder needs tgtd to be installed and running to work 
with iscsi"
-   elog "it also needs 'include /var/lib/cinde

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

2017-06-19 Thread Jorge Manuel B. S. Vicetto
commit: b7cef135bc849503675c6f194a37a40db7916c25
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Jun 20 01:13:56 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Jun 20 01:14:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cef135

dev-db/phpmyadmin: Add 4.7.1 release.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/phpmyadmin/Manifest|  1 +
 dev-db/phpmyadmin/phpmyadmin-4.7.1.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
index cf23498d925..c6650b7e031 100644
--- a/dev-db/phpmyadmin/Manifest
+++ b/dev-db/phpmyadmin/Manifest
@@ -1,2 +1,3 @@
 DIST phpMyAdmin-4.0.10.20-all-languages.tar.xz 4323896 SHA256 
16595dd62c8256caa999beb722d793674da86054e117b9968f82352d84233b24 SHA512 
e1d8b8a503eaa19a090d24d5ad011241aab06c2767138424d875edd82a868b4ebcdf5bba154b7eefef23b41d1949dcd021defe17e9047d0bf5fcfd0d6a5f4d27
 WHIRLPOOL 
80983dbeeca9cf1a279c35c652f4c5c0f239ba2aa9456a0707a1686b1f0322a949cd42fa8d949efce1d9e849ee3030c8487faccc79c1f65458ac73b205f119a6
 DIST phpMyAdmin-4.7.0-all-languages.tar.xz 7600296 SHA256 
6378d1f45f5356fda2d18a923c56a495e03bc1e7694e7b7c004dd688d2178f90 SHA512 
03f3b56d3fed846e8e27e38a1bf32175b267a3cc2784ee499b64a48b6a37f0352302a9c150e1db1c99f633aabd8a373a834ad7ab2b694146b0ac13dd05bd27e3
 WHIRLPOOL 
b7c65a1e47ef0358057052ca9d5b0a4a40f17157ba8b711b6c54b3e3a244da50b23840f67def30c13fabd0b4be7b03785dbbd69a31fa27cece19f256acbf4af2
+DIST phpMyAdmin-4.7.1-all-languages.tar.xz 5665344 SHA256 
f94ed0fc5df38e049746e40852135bf55b9af0fd9fcee07f175919c463ad58a5 SHA512 
583ad8c8ee871fedd4df79e49845554f2f6182a343439fff8f91f61428964a85f3305590792096ede95a2ea675f065a4a4cdee31d365c03d2cc3aa721b0aeb6e
 WHIRLPOOL 
9fbb781dac0087eb2100e213f2e4c2048a0358f0272fa4f05105ac7fa50333e617376f9580adcc11e8c8d269b6b8cc7dbb4d7c6c0050f9224fa4892261315c49

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.7.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.7.1.ebuild
new file mode 100644
index 000..80ad74d42a8
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-4.7.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils webapp
+
+MY_PV=${PV/_/-}
+MY_PN="phpMyAdmin"
+MY_P="${MY_PN}-${MY_PV}-all-languages"
+
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="https://www.phpmyadmin.net/";
+SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="setup"
+
+RDEPEND="
+   dev-lang/php[crypt,ctype,filter,json,session,unicode]
+   || (
+   dev-lang/php[mysqli]
+   dev-lang/php[mysql]
+   )
+   virtual/httpd-php:*
+"
+
+need_httpd_cgi
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
+   rm -f LICENSE README* RELEASE-DATE-${MY_PV}
+
+   if ! use setup; then
+   rm -rf setup || die "Cannot remove setup utility"
+   elog "The phpMyAdmin setup utility has been removed."
+   elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
+   else
+   elog "You should consider disabling the setup USE flag"
+   elog "to exclude the setup utility if you don't use it."
+   elog "It regularly is the target of various exploits."
+   fi
+
+   insinto "${MY_HTDOCSDIR#${EPREFIX}}"
+   doins -r .
+
+   webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
+   webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
+   webapp_src_install
+}



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

2017-06-19 Thread Jory Pratt
commit: fe7ae74fb6d5f56930f45ddccb7a0da39f64e4c3
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Jun 20 01:09:10 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jun 20 01:09:10 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=fe7ae74f

www-client/firefox: 55.0_beta3 version bump

 www-client/firefox/Manifest | 2 +-
 .../firefox/{firefox-55.0_beta1.ebuild => firefox-55.0_beta3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 8255c58..992b4e9 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -185,4 +185,4 @@ DIST firefox-54.0-zh-CN.xpi 458332 SHA256 
f066b94bc64a66d64848ccfea5989cf729c900
 DIST firefox-54.0-zh-TW.xpi 469164 SHA256 
d2eee4a98157a120c112eb3a06a4bafd154938f8190d63ff1de48cf5e8f94a5e SHA512 
e643735b2b381b7fab59c7dc70c688f4cde278a4101c67bf3c4c080b50f0c380814bb2e620ce71290ab55c9f96326aeb399de9b6fa2a2b1337dbc35bd99314e4
 WHIRLPOOL 
4eb25581d847fbd40d2756d0f6fa012704441a28c3c9a40e74cdc525b7bb997f1267778dff7e23e0f53a3d93de2f6f031bc6a826e3860d9cbd97094a49a97608
 DIST firefox-54.0.source.tar.xz 229178564 SHA256 
08a9ff6870d904a2af1d03c17c6c44f67413608efb66bb280894d7b92c336a77 SHA512 
0ff6960804e7f6d3e15faeb14b237fee45acae31b4652a6cc5cafa1a1b1eab3537616c3e8ea6d8f3109c87dcc8f86f0df3da2627903b80061c8a62fb11598ed9
 WHIRLPOOL 
d2560a93a79b188b25ece8027f8a9cde173f8d7949ddd205a52bc3703d975567b13ed14429f55b08cda94816035251627bd3052e2702eb93bd91a9add98094e2
 DIST firefox-55.0-patches-02.tar.xz 8860 SHA256 
78048bb892601895a13cb5a97ca8f67a743d2cf11d3b549692e574c2f5705452 SHA512 
f58f921ed5b240afbe9023dee0bdc044b86074ad3aaedb46d4a1c2155cbd06e21f2dfff878605490580c18d903818bbde35ec5d0b5ee98d44f0f3345963af1d4
 WHIRLPOOL 
3e8135a7a37b3465f32837574ca9d766d16d63b5982db1c94e45b5514c7e633a8801ca954abcfd1c7bcd546b8c0e3d737df5e8d770513d8dcccbad7a072fd6ec
-DIST firefox-55.0b1.source.tar.xz 235561820 SHA256 
686d499179302df78bd787291d29afb0d62b1a3194dd1c71fac1e371f5471a2d SHA512 
662c7b58ee940785519fce23316116b7b64112d60f2746798a1db7f027ded330704dc5c77642ab701f921be444fd1b8c4839d82b34e81256e0b76b2ddb619056
 WHIRLPOOL 
5ef392549e1dd635231d776c7912e34a00ca83aff9804da3d1cb813378211546cd90630574453da4efa4229ce785b2df5ada5b2c84d4f5bef3e86520f9cd668f
+DIST firefox-55.0b3.source.tar.xz 235991872 SHA256 
36654832ecb5e46476a950a6fa7f086d49704997ddc943246c62e5239007b0cb SHA512 
f2d76846769372a215468785cf5b1721343d2599406b4530269d136e0288ea83fe97df472c337f70a6e1d945785865cdad448d9777031044fc79d8cbf182f15d
 WHIRLPOOL 
9740388a14e1fd2d8f32533f1094b0cc8b354adad8064d00e7c6d6bcce2bc1a0e6b8b62fb77e2abb4ff66d980a07d15a16b7e6da8eed85199f47ab78d14a39e3

diff --git a/www-client/firefox/firefox-55.0_beta1.ebuild 
b/www-client/firefox/firefox-55.0_beta3.ebuild
similarity index 100%
rename from www-client/firefox/firefox-55.0_beta1.ebuild
rename to www-client/firefox/firefox-55.0_beta3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2017-06-19 Thread Manuel Rüger
commit: 3f81a23c53e58c2ff03ecacb7359388da9fd7729
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 19 22:38:49 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 19 22:38:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f81a23c

net-print/hplip-plugin: Version bump to 3.17.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 309f536a208..354ec9b7107 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
 DIST hplip-3.17.4-plugin.run 2059636 SHA256 
d7fc1bd64a6b8c2ff87605ea92bf65a42a0702261800712892d8f14d247e430b SHA512 
59e326178cac54380b2c1d0b645922537866aa765644d2b590019956f793638cf384f09a0259230ff8fb4d597eabba5a9c58822c60ef3d7ad6fba9f52e5a3fe3
 WHIRLPOOL 
91a8f02c04955d581d573bc3ca0094043b1b6f839f9d21a2d0a2d9fde8e8579e9a4cf7d8ed6c1b252aa4efea9c5b6a4361abaf59ded74899c37e8489e8df8b2b
+DIST hplip-3.17.6-plugin.run 2059641 SHA256 
7ba9377c6ea4ed2a498963dc53a400e3015374bd376dddb5e3248aeabb3aee28 SHA512 
a04145a5512ceecc0d35b06846050507afb0905f865878f166f646de7f75368ea9392cc7daea9a0fbec236f6ea65192915f4be0196b005ce7a28b2807185191e
 WHIRLPOOL 
f0a02f1254e849c9b2df58ddcbbc1d91c4e496d41fae909245eb60ed3e2f1ac737b89bb4b7d5dbf75cd465d55d1a1ec2fcb0d3df1597addba9ffabaedc39801d

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild
new file mode 100644
index 000..ab7649d1961
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="http://hplipopensource.com/hplip-web/index.html";
+SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run";
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PRESTRIPPED="
+   /usr/share/hplip/fax/plugins/fax_marvell.so
+   /usr/share/hplip/prnt/plugins/hbpl1.so
+   /usr/share/hplip/prnt/plugins/lj.so
+   /usr/share/hplip/scan/plugins/bb_escl.so
+   /usr/share/hplip/scan/plugins/bb_marvell.so
+   /usr/share/hplip/scan/plugins/bb_soapht.so
+   /usr/share/hplip/scan/plugins/bb_soap.so
+"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_unpack() {
+   unpack_makeself "hplip-${PV}-plugin.run"
+}
+
+src_install() {
+   local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   fax_*) plugin_type=fax ;;
+   bb_*)  plugin_type=scan ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   mkdir -p "${ED}/var/lib/hp/"
+   cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



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

2017-06-19 Thread Alexis Ballier
commit: fd20b568f1d28d072e01342f5ab26e40121b068d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 22:04:22 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 22:05:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd20b568

dev-libs/pkcs11-helper: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild 
b/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild
index 0fc2ebfb0d0..bc8ac998b72 100644
--- a/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild
+++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd"
 IUSE="doc gnutls libressl nss static-libs"
 
 RDEPEND="



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

2017-06-19 Thread Alexis Ballier
commit: df5e67678fa6a17d398729ffc6a51989bd455d32
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 22:04:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 22:05:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5e6767

media-libs/vo-aacenc: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild | 2 +-
 media-libs/vo-aacenc/vo-aacenc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild 
b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
index b1f346d5b47..17940dadab5 100644
--- a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
+++ b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
@@ -27,7 +27,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 [[ ${PV} == * ]] || \
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="examples static-libs cpu_flags_arm_neon"
 
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

diff --git a/media-libs/vo-aacenc/vo-aacenc-.ebuild 
b/media-libs/vo-aacenc/vo-aacenc-.ebuild
index 9f453d7a9ba..2046873dd9c 100644
--- a/media-libs/vo-aacenc/vo-aacenc-.ebuild
+++ b/media-libs/vo-aacenc/vo-aacenc-.ebuild
@@ -27,7 +27,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 
 [[ ${PV} == * ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="examples static-libs cpu_flags_arm_neon"
 
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all



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

2017-06-19 Thread Alexis Ballier
commit: 4d07e86564b42d8ed58719a603d62de41b5fa294
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 22:04:08 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 22:05:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d07e865

dev-qt/qttest: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-qt/qttest/qttest-4.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qttest/qttest-4.8.7.ebuild 
b/dev-qt/qttest/qttest-4.8.7.ebuild
index 365ad5ad15c..2562d388b38 100644
--- a/dev-qt/qttest/qttest-4.8.7.ebuild
+++ b/dev-qt/qttest/qttest-4.8.7.ebuild
@@ -7,7 +7,7 @@ inherit qt4-build-multilib
 DESCRIPTION="The QtTest module for unit testing Qt applications and libraries"
 
 if [[ ${QT4_BUILD_TYPE} == release ]]; then
-   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd"
 fi
 
 IUSE=""



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

2017-06-19 Thread Alexis Ballier
commit: 4875220014f3d936c1ef1650353011fdc8dcadb0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 22:03:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 22:05:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48752200

media-sound/twolame: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/twolame/twolame-0.3.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/twolame/twolame-0.3.13-r2.ebuild 
b/media-sound/twolame/twolame-0.3.13-r2.ebuild
index 6ce14c44ee5..1660d631865 100644
--- a/media-sound/twolame/twolame-0.3.13-r2.ebuild
+++ b/media-sound/twolame/twolame-0.3.13-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-kk/

2017-06-19 Thread Sergei Trofimovich
commit: 2099635e7e8a52078a51751bc5ef1222ccd77158
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 19 22:01:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 19 22:01:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2099635e

app-dicts/myspell-kk: ia64 keyworded, bug #586788

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild 
b/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild
index 9a5c2de1cf6..988d70f1d61 100644
--- a/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild
+++ b/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/kergalym/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 
 S="${WORKDIR}/${P}" # override eclass assignment
 RDEPEND="!app-dicts/hunspell-kk"



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

2017-06-19 Thread Sergei Trofimovich
commit: bccaf5ff65855f772ec2fe192740c71999c2afa1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 19 21:51:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 19 21:51:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccaf5ff

dev-haskell/hexpat: bump up to 0.20.10, bug #622260

Reporte-by: Sebastian Pipping
Bug: https://bugs.gentoo.org/622260
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/hexpat/Manifest  |  1 +
 dev-haskell/hexpat/hexpat-0.20.10.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-haskell/hexpat/Manifest b/dev-haskell/hexpat/Manifest
index 1286e50a2bd..f0539824833 100644
--- a/dev-haskell/hexpat/Manifest
+++ b/dev-haskell/hexpat/Manifest
@@ -1 +1,2 @@
+DIST hexpat-0.20.10.tar.gz 132682 SHA256 
39e6a1a30e80873165c3287a5b84de325c0b1dee1ddfd271daa360c1b15e0e2e SHA512 
aa230d3e002bc74d7f8c9d72eb373f63ec62f391b855119b1163504c2d4ef54ec555f9f56983f02d9268ca8615415ffee2466f404adca6393b2114b0f8f9001b
 WHIRLPOOL 
c7a688307aedfab8564d2497cc02f2f56207b95a35bc93fd73d303b88df00e7b9fe4ff781f07be9a2febce490b6d722e5c802e3c1906378a64693f5054cb96a2
 DIST hexpat-0.20.9.tar.gz 132649 SHA256 
5d1c075f1ae00be2e80c0018b522a351b2f4ef73b9baca1113ee80e554449d9d SHA512 
619bf92d60f2d43c11861507daf6f93716b5ed5c1fc1957a27470b65264d7c0b5edb3f6e2a1a9d25cd5d7edd8146abaf5cbb772f2d84dacd9f2fe9913b81b543
 WHIRLPOOL 
b8be8167a12d9fbbd437c657d64564d9f510d2e7c0af5ccb1bbbd42168b6557dc692117213ed43f1af6fdd46870444a3db1f6a083e70f6904329a485e4683c6c

diff --git a/dev-haskell/hexpat/hexpat-0.20.10.ebuild 
b/dev-haskell/hexpat/hexpat-0.20.10.ebuild
new file mode 100644
index 000..58416216d3a
--- /dev/null
+++ b/dev-haskell/hexpat/hexpat-0.20.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.2.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="XML parser/formatter based on expat"
+HOMEPAGE="http://haskell.org/haskellwiki/Hexpat/";
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/list-0.4.2:=[profile?] =dev-haskell/text-0.5.0.0:=[profile?] 
=dev-haskell/utf8-string-0.3:=[profile?] 
=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+"



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

2017-06-19 Thread Sergei Trofimovich
commit: bfff15557f0c9635b0f05181d9b012c419e0151a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 19 21:25:37 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 19 21:26:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfff1555

dev-tcltk/tdom: ia64 keyworded, bug #541980

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-tcltk/tdom/tdom-0.8.3-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild 
b/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild
index ff36ec130dc..57a0b884ecc 100644
--- a/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild
+++ b/dev-tcltk/tdom/tdom-0.8.3-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://github/tDOM/${PN}/${MY_P}.tgz"
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs threads"
 
 DEPEND="



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

2017-06-19 Thread Sergei Trofimovich
commit: 5744dcd058c78cb4eb9cf3e029f914707d36e30f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 19 21:25:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 19 21:26:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5744dcd0

dev-tcltk/tcllib: ia64 keyworded, bug #541980

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-tcltk/tcllib/tcllib-1.16.ebuild 
b/dev-tcltk/tcllib/tcllib-1.16.ebuild
index 4a3d1ffd96f..4232724bc11 100644
--- a/dev-tcltk/tcllib/tcllib-1.16.ebuild
+++ b/dev-tcltk/tcllib/tcllib-1.16.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge//project/${PN}/${PN}/${PV}/${MY_P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 IUSE="examples"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x86-macos"
 
 RDEPEND="
dev-lang/tcl:0=



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

2017-06-19 Thread Kent Fredric
commit: 8e3709c2db65807a0444a5332353a8285829d447
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 21:21:56 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 21:22:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3709c2

dev-perl/Curses-UI: Fix for '.' in @INC re bug #615110

Generic Module::Install Perl 5.26 fix

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

 dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild 
b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
index 9ce34eb9d70..f316f73d728 100644
--- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
+++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,5 +23,7 @@ SRC_TEST="do"
 
 src_prepare() {
use test && perl_rm_files t/05pod.t
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
 }



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

2017-06-19 Thread Marc Schiffbauer
commit: 42347ed300aa28f9af80cfba77d75d39721ecc70
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Mon Jun 19 20:39:36 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Mon Jun 19 20:40:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42347ed3

dev-python/ttystatus: bump, fixes #621668

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/ttystatus/Manifest  |  1 +
 dev-python/ttystatus/ttystatus-0.35.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
index f6bb9a509de..682557cc6ac 100644
--- a/dev-python/ttystatus/Manifest
+++ b/dev-python/ttystatus/Manifest
@@ -1,3 +1,4 @@
 DIST python-ttystatus_0.22.orig.tar.gz 30262 SHA256 
ce3c0578364fab86278a694c2a193faf81c8e83df06f489d5395bd9d9706fbc3 SHA512 
c6bf2a6dc81842799aecd9cacc0f91ea95cbe0befa80beef454c9f6e819f03180ee4964018c698a39cc2b7e245402a7c1d422fe5e0b750715bb068c22373d90a
 WHIRLPOOL 
203446bfc2886b3a2c562675a6826ed0d8bcd475f77efc3326dbf2d2280cd17c77660d97041e3d3954243a34e1ac0d22f835b0d149c52db726a83783fad5ffe0
 DIST python-ttystatus_0.23.orig.tar.gz 30299 SHA256 
1ecd58dff0049fdccedb6cd41ff0ddc51971c943e8d1887f8c027ae9e3aeb17a SHA512 
29dd9ee0a063b4f49c72a1f08acfe80f4db9b3a374b1424a98926d25e22c8df0ed89441997322556edaad03a339dafdbf874a1247f095f1f857ef04f90b8a040
 WHIRLPOOL 
82576ac9346fe025d1ebc6d53e61cdfbcc3cb75f2c17e4bfb365d75088e5cf1bc00c6be6acfb729457324ea8e89d7d554efd2f3ab0c8a76103656a5a516e7172
 DIST ttystatus-0.32.tar.gz 33642 SHA256 
ae2a054aa0bb6d1c6c71cb836bd5d55b9ade6863008c0803177908291342af2c SHA512 
fd1983d584eacab8302ebe795d7d907cead382d4188f8baafe78e0e493d329d330d60ecc682e3ff743b180cc52438bc1adf9c4bf3b98caf2e0ca8b1e26eeacb0
 WHIRLPOOL 
d31c764be170b05dae972bfb7a6b4a3fec6fff09cd8534e2b70f0e64c69e2d22594703f1c88b06ecdf2bdf19bb25caae0ba22fc1d8065c9e7dadff235bf429e1
+DIST ttystatus-0.35.tar.gz 34144 SHA256 
86c2319df85f8bccb8d5550b1d2fa0f00247f6de2cbd217fc01ab676f8c23b6e SHA512 
5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf
 WHIRLPOOL 
51aca16daf03a01dbd830ed73ad0f66157cdbb64f45c46108695b0a3b0a5970d658c272102bc8ca6f1d6a5d3432a7a0c921a12e7904b6ca533bd7c303d2b9657

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
new file mode 100644
index 000..bcebdfdd01e
--- /dev/null
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -0,0 +1,19 @@
+# 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
+
+DESCRIPTION="Terminal progress bar and status output for command line"
+HOMEPAGE="http://liw.fi/ttystatus/";
+SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SSLeay/, dev-perl/Crypt-SSLeay/files/

2017-06-19 Thread Kent Fredric
commit: 21e52ef28c4eeab96f2146bafcdb40dc6e1a74b1
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 20:25:33 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 20:29:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e52ef2

dev-perl/Crypt-SSLeay: Fix for '.' in @INC re bug #615126

Hand-spun patch because the alternatives appearing upstream are frankly
nuts and combine 2 types of wrong to do things that nobody needs to do.

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

 .../Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild|  2 +-
 .../Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild|  3 ++-
 .../files/Crypt-SSLeay-0.720.0-no-dot-inc.patch| 27 ++
 3 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild 
b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild
index c73f9942ad0..74a59504087 100644
--- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild
+++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild
@@ -34,7 +34,7 @@ PDEPEND="
dev-perl/libwww-perl
>=dev-perl/LWP-Protocol-https-6.20.0
 "
-
+PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
 export OPTIMIZE="${CFLAGS}"
 #myconf="--lib=${EPREFIX}/usr"
 

diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild 
b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
index 05331fb8687..73bfd20fbcf 100644
--- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
+++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
@@ -36,4 +36,5 @@ PDEPEND="
>=dev-perl/LWP-Protocol-https-6.20.0
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-0.720.0-no-ssl3.patch )
+PATCHES=( "${FILESDIR}"/${PN}-0.720.0-no-ssl3.patch
+ "${FILESDIR}/${P}-no-dot-inc.patch" )

diff --git a/dev-perl/Crypt-SSLeay/files/Crypt-SSLeay-0.720.0-no-dot-inc.patch 
b/dev-perl/Crypt-SSLeay/files/Crypt-SSLeay-0.720.0-no-dot-inc.patch
new file mode 100644
index 000..9ea1c6b8f6d
--- /dev/null
+++ b/dev-perl/Crypt-SSLeay/files/Crypt-SSLeay-0.720.0-no-dot-inc.patch
@@ -0,0 +1,27 @@
+From: Kent Fredric 
+Date: Tue, 20 Jun 2017 08:04:39 +1200
+Subject: [PATCH] Remove need for '.' in @INC
+
+https://github.com/nanis/Crypt-SSLeay/pull/7
+
+---
+ Makefile.PL | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index fcc3a7d..937789a 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -8,7 +8,8 @@ use Getopt::Long qw( GetOptionsFromArray );
+ use Path::Class;
+ use Try::Tiny;
+ 
+-use inc::IO::Interactive::Tiny;
++use lib 'inc';
++use IO::Interactive::Tiny;
+ 
+ caller
+ or run(\@ARGV, [qw{ssl crypto ssl32 ssleay32 eay32 libeay32 z}]);
+-- 
+2.13.1
+



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

2017-06-19 Thread Sergei Trofimovich
commit: 442fbbb128353be8c05e179cb19e3c7b2c627998
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun 19 20:26:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 19 20:26:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442fbbb1

sys-apps/nix: bump up to 1.11.11

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/nix/Manifest   |   1 +
 sys-apps/nix/nix-1.11.11.ebuild | 130 
 2 files changed, 131 insertions(+)

diff --git a/sys-apps/nix/Manifest b/sys-apps/nix/Manifest
index d5e73ae5793..33639909bb4 100644
--- a/sys-apps/nix/Manifest
+++ b/sys-apps/nix/Manifest
@@ -1,2 +1,3 @@
 DIST nix-1.11.10.tar.xz 624972 SHA256 
b29a458c2b803bcc07d8b58cd016ca6ad0788a73ca74edaeaebc588961322467 SHA512 
dae5293092f80a723ade12317a7c86a286e4ec19ea4422010b24fbfd9b68d6d3ddbce1af6efe34869dae98a02697afca0bad66c7363c09e54a3da02534a45f14
 WHIRLPOOL 
375becabfb1ef4d779a173fc1c3dc6f1df3a08d7abb4c4320cfa33bf993e458700462ac7f721f5677cc91bf01c09ebea9c6b7a0d86859fcbb627f565e4e46d70
+DIST nix-1.11.11.tar.xz 625248 SHA256 
f5b9da21fb412e4c35b6e2bc771cfbf4ca44746be5d99868ff29d6e7604760e5 SHA512 
b4652755860637dae0eacab3c536c43bb835614a802fd0bcc606f6140ae3f5c4db312d30ecb20dad62732d47cafb8101a8760b321be5ec4b331f298c59a79e4e
 WHIRLPOOL 
d4d8fc1d868832a9a0ca131bf26cfdd566279be00b56cd40d6e3035935dbdb55d5a77e460e96e77636b60542cd085ccd4e97e15f3c219ddf794b67eb3f3fd2d5
 DIST nix-1.11.9.tar.xz 623020 SHA256 
0e943e277f37843f9196b0293cc31d828613ad7a328ee77cd5be01935dc6e7e1 SHA512 
1e557d61261f958f7fa94510e88c8d34c8ed7b237427a036cdc461aceff4eb34b8e0cdd859fa14c2e392f9094a489bfc663e3043df8bd22651aa42f809caba97
 WHIRLPOOL 
1bd56f99da5f7ea427c3afc0170f37aa4ffcb58d8f2c3fc4915e08c95f67745a4b7a0943116c1beae2f67155806c7a5c56deadaeaed7ff3ab17d7c59235df580

diff --git a/sys-apps/nix/nix-1.11.11.ebuild b/sys-apps/nix/nix-1.11.11.ebuild
new file mode 100644
index 000..f8b026b00b9
--- /dev/null
+++ b/sys-apps/nix/nix-1.11.11.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic readme.gentoo-r1 user
+
+DESCRIPTION="A purely functional package manager"
+HOMEPAGE="https://nixos.org/nix";
+
+SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz";
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+etc_profile +gc doc sodium"
+
+RDEPEND="
+   app-arch/bzip2
+   app-arch/xz-utils
+   dev-db/sqlite
+   dev-libs/openssl:0=
+   net-misc/curl
+   sys-libs/libseccomp
+   sys-libs/zlib
+   gc? ( dev-libs/boehm-gc[cxx] )
+   doc? ( dev-libs/libxml2
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   )
+   sodium? ( dev-libs/libsodium )
+   dev-lang/perl:=
+   dev-perl/DBD-SQLite
+   dev-perl/WWW-Curl
+   dev-perl/DBI
+"
+DEPEND="${RDEPEND}
+   >=sys-devel/bison-2.6
+   >=sys-devel/flex-2.5.35
+   virtual/perl-ExtUtils-ParseXS
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.11.6-systemd.patch
+   "${FILESDIR}"/${PN}-1.11.6-per-user.patch
+   "${FILESDIR}"/${PN}-1.11.6-respect-CXXFLAGS.patch
+   "${FILESDIR}"/${PN}-1.11.6-respect-LDFLAGS.patch
+)
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS=" Quick start user guide on Gentoo:
+
+[as root] enable nix-daemon service:
+   [systemd] # systemctl enable nix-daemon
+   [openrc]  # rc-update add nix-daemon
+[as a user] relogin to get environment and profile update
+[as a user] fetch nixpkgs update:
+   \$ nix-channel --update
+[as a user] install nix packages:
+   \$ nix-env -i mc
+[as a user] configure environment:
+   Somewhere in .bash_profile you might want to set
+   LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive
+   but please read https://github.com/NixOS/nixpkgs/issues/21820
+
+Next steps:
+   nix package manager user manual: http://nixos.org/nix/manual/
+"
+
+pkg_setup() {
+   enewgroup nixbld
+   for i in {1..10}; do
+   # we list 'nixbld' twice to
+   # both assign a primary group for user
+   # and add a user to /etc/group
+   enewuser nixbld${i} -1 -1 /var/empty nixbld,nixbld
+   done
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir="${EPREFIX}"/nix/var \
+   $(use_enable gc)
+}
+
+src_compile() {
+   local make_vars=(
+   OPTIMIZE=0 # disable hardcoded -O3
+   V=1 # verbose build
+   )
+   emake "${make_vars[@]}"
+}
+
+src_install() {
+   # TODO: emacs highlighter
+   default
+
+   readme.gentoo_create_doc
+
+   # here we use an eager variant of something that
+   # is lazily done by nix-daemon and root nix-env
+
+   # TODO: will need a tweak for prefix
+   keepdir /n

[gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/files/, dev-ada/gprbuild/

2017-06-19 Thread Alfredo Tupone
commit: 2d535a0cf60f54e3fd5057aa3d4e4c05df6a6e63
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Jun 19 20:19:09 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jun 19 20:19:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d535a0c

dev-ada/gprbuild: Add version 2017

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ada/gprbuild/Manifest  |  2 +
 dev-ada/gprbuild/files/gprbuild-2017-gentoo.patch  | 23 
 dev-ada/gprbuild/gprbuild-2016.ebuild  |  2 +-
 .../{gprbuild-2016.ebuild => gprbuild-2017.ebuild} | 61 +-
 dev-ada/gprbuild/gprbuild-.ebuild  |  4 +-
 5 files changed, 65 insertions(+), 27 deletions(-)

diff --git a/dev-ada/gprbuild/Manifest b/dev-ada/gprbuild/Manifest
index 1642070972e..dab1b96f734 100644
--- a/dev-ada/gprbuild/Manifest
+++ b/dev-ada/gprbuild/Manifest
@@ -1,2 +1,4 @@
 DIST gprbuild-gpl-2016-src.tar.gz 2142261 SHA256 
d51659454bc0aaf1a9a9f1d05aab469a1f3d900065a4542123d3a59ab067275d SHA512 
6b9e00248aaee90f3c00e7ce442c2b551b8532ec4d94a4471858d117feb27e91fd6d218995d4b71ee3f1f0677e9547d562fc2cda9ba80c3f6eb8d840ed56eb7e
 WHIRLPOOL 
2afb9d3188f9498cf9cf9a6605081e27a843a15e4c4d5541616b8818757c6f8d458e8d6fbe97bcfc0607ac98d58ec2e4830d17aefd26458b3adcf1489a646945
+DIST gprbuild-gpl-2017-src.tar.gz 2454957 SHA256 
0d0a48b8744e4f7230a85008d8213b583459046395704e8ab8c5cabedbf7c616 SHA512 
12f3682d64ce0718de4940c1e71a4380b20021805d88543842dbf3b5ce5d518c23a6b2d868565579baf81efa1d8cf05c7778253162f0df5d7adc0eb1865c9f88
 WHIRLPOOL 
905b3a6d64a7f8a6970586b5d1c010badcc24c42e4b406ed7508e0470920b86d0992e80dc2326b10a314cb27519944f5199a7f0d75e72dae8fb096180c22a781
 DIST xmlada-gpl-2016-src.tar.gz 1440671 SHA256 
ea64d8da2c5fb01a257fc5bf474b8d4ec40b01dc15b320b9fe260ff2db668ba4 SHA512 
d1d7c3d91731394235aed4b80c91b1babe30d5f184282fae8087ee556318475e3923ed628b805693fc89a4d9bb219b0fb0937bc5024a742226da0245d36ed652
 WHIRLPOOL 
b6ebb927d801394ad0b62d9538142c420ab33627582059466d4f64b12c3a45b1b5b489019aef715a59101370220a78507fe03d97c9e67233dfcc4f3aad1f16d7
+DIST xmlada-gpl-2017-src.tar.gz 1578393 SHA256 
9b103157eb3ecd697b597ad4e60f56f39028bc2d6ea513d2dce8a3b0e65ac54b SHA512 
371f6adc01550a4bb13204ec0404dc1165438db595f4346813e5a23a155de74c857c40c55adde173919c2fe35b3b91d78b235c9718ee86bc848e62ddfd7fa2b4
 WHIRLPOOL 
4b2da3fb799f8def6eb6383a9483258340368cc80e96e8ffab207c3c8849c1279a80cf68ca47c8a20ce91c084041bdfa95128a14321454055534d804272ef4dd

diff --git a/dev-ada/gprbuild/files/gprbuild-2017-gentoo.patch 
b/dev-ada/gprbuild/files/gprbuild-2017-gentoo.patch
new file mode 100644
index 000..70491e177a7
--- /dev/null
+++ b/dev-ada/gprbuild/files/gprbuild-2017-gentoo.patch
@@ -0,0 +1,23 @@
+--- gprbuild-2017/gpr/gpr.gpr.old  2017-05-27 20:59:07.061135892 +0200
 gprbuild-2017/gpr/gpr.gpr  2017-05-27 20:59:38.022638398 +0200
+@@ -67,6 +67,7 @@
+ for Switches ("gpr*.ad?") use
+   Compiler'Default_Switches ("Ada") & ("-g1");
+   end case;
++  for Driver ("C") use External ("CC", "gcc");
+end Compiler;
+ 
+ end GPR;
+--- gprbuild-17.0/src/gprbuild-post_compile.adb.old2017-05-18 
14:17:06.114797015 +0200
 gprbuild-17.0/src/gprbuild-post_compile.adb2017-05-18 
14:18:55.466956852 +0200
+@@ -4744,7 +4744,9 @@
+  No_Create => Proj.Is_Aggregated);
+end if;
+ 
+-   Shared_Libs := not Is_Static (Proj.Proj);
++   if not Is_Static (Proj.Proj) then
++  Shared_Libs := True;
++   end if;
+ 
+ end if;
+  end if;

diff --git a/dev-ada/gprbuild/gprbuild-2016.ebuild 
b/dev-ada/gprbuild/gprbuild-2016.ebuild
index b021ddc6047..a3691ac46ff 100644
--- a/dev-ada/gprbuild/gprbuild-2016.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2016.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="bootstrap +shared static static-pic"
 
-DEPEND="dev-lang/gnat-gpl
+DEPEND="dev-lang/gnat-gpl:=
!bootstrap? ( dev-ada/xmlada )"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-ada/gprbuild/gprbuild-2016.ebuild 
b/dev-ada/gprbuild/gprbuild-2017.ebuild
similarity index 53%
copy from dev-ada/gprbuild/gprbuild-2016.ebuild
copy to dev-ada/gprbuild/gprbuild-2017.ebuild
index b021ddc6047..3165385d33c 100644
--- a/dev-ada/gprbuild/gprbuild-2016.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2017.ebuild
@@ -10,19 +10,18 @@ MYP=${PN}-gpl-${PV}
 DESCRIPTION="Multi-Language Management"
 HOMEPAGE="http://libre.adacore.com/";
 SRC_URI="
-   http://mirrors.cdn.adacore.com/art/57399662c7a447658e0affa8
+   http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecff7
-> ${MYP}-src.tar.gz
bootstrap? (
-   http://mirrors.cdn.adacore.com/art/57399978c7a447658e0affc0
+   http://mirrors.cdn.adacore.com/art/591aeb88c7a4473fcbb154f8
  

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

2017-06-19 Thread Alexis Ballier
commit: bdbeefe724112f8c8b5dfa81c6e634f6a4134b08
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 19:46:14 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbeefe7

app-admin/hddtemp: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild 
b/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild
index b2b9506f69b..a863e6b64a9 100644
--- a/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild
+++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r26.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/hddtemp/${MY_P}.tar.bz2 mirro
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc sparc x86"
 IUSE="network-cron nls selinux"
 
 DEPEND=""



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

2017-06-19 Thread Alexis Ballier
commit: 80f0a6189731fc628c77a06023317673b0dbdc97
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 19:45:44 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f0a618

sys-auth/passwdqc: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/sys-auth/passwdqc/passwdqc-1.3.0.ebuild 
b/sys-auth/passwdqc/passwdqc-1.3.0.ebuild
index eff20338d33..c2f29505f94 100644
--- a/sys-auth/passwdqc/passwdqc-1.3.0.ebuild
+++ b/sys-auth/passwdqc/passwdqc-1.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.openwall.com/${PN}/${P}.tar.gz";
 
 LICENSE="Openwall BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+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"
 IUSE="pam utils"
 
 RDEPEND="



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

2017-06-19 Thread Alexis Ballier
commit: 6dd05be3f18146fa504c6e80ccd561134fa333f5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 20:04:59 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd05be3

profiles/arch/arm64: Drop pulseaudio usemask for now as it prevents me from 
testing it

 profiles/arch/arm64/use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 966ca4b1336..dc3113fb302 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -59,10 +59,6 @@ valgrind
 portaudio
 
 # Mart Raudsepp  (28 Jan 2017)
-# media-sound/pulseaudio not tested on arm64 yet
-pulseaudio
-
-# Mart Raudsepp  (28 Jan 2017)
 # dev-libs/libressl not tested as an openssl alternative on arm64 yet
 libressl
 



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

2017-06-19 Thread Alexis Ballier
commit: 6690861464ae20bd8b94cdd7d64c0fcb390af3a4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 19:44:54 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66908614

media-libs/faac: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/faac/faac-1.28-r4.ebuild 
b/media-libs/faac/faac-1.28-r4.ebuild
index 85b75c7ab8e..8cc1bde10d8 100644
--- a/media-libs/faac/faac-1.28-r4.ebuild
+++ b/media-libs/faac/faac-1.28-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MPEG-4"
 SLOT="0"
-KEYWORDS="alpha amd64 arm 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"
+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="static-libs"
 
 RDEPEND="media-libs/libmp4v2:0=



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

2017-06-19 Thread Alexis Ballier
commit: c3d653c0b9afbb35b1e7aa46109a803b12fc2855
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 20:02:13 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d653c0

dev-libs/DirectFB: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild 
b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
index db1797e3aac..cfebded8367 100644
--- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
+++ b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
@@ -30,7 +30,7 @@ 
SRC_URI="http://directfb.net/downloads/Core/${PN}-${PV:0:3}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sh -sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 -mips ppc ppc64 sh -sparc x86"
 IUSE="alsa bmp cddb debug divine drmkms +dynload doc egl fbcon fusiondale 
fusionsound gif gles2 gstreamer imlib2 input_hub jpeg jpeg2k mad 
cpu_flags_x86_mmx mng mpeg2 mpeg3 multicore opengl oss png pnm sawman sdl 
cpu_flags_x86_sse static-libs swfdec tiff timidity tremor truetype v4l vdpau 
vorbis webp X xine zlib ${IUV} ${IUD}"
 REQUIRED_USE="gles2? ( opengl )"
 



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

2017-06-19 Thread Alexis Ballier
commit: 9ebedbbbd865015e41830584ad2f05905bceb7d7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 19:47:00 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebedbbb

sys-apps/lm_sensors: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild 
b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild
index 195cc72001e..cedde703a39 100644
--- a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild
+++ b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20160725.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2+ LGPL-2.1"
 # SUBSLOT based on SONAME of libsensors.so
 SLOT="0/4.4.0"
 
-KEYWORDS="alpha amd64 arm ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE="sensord static-libs"
 
 COMMON_DEPS="



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

2017-06-19 Thread Alexis Ballier
commit: e28f20b9566d64ffd9ab6bf824f7dff16b9ab340
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 19:45:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28f20b9

sys-auth/pam_passwdqc: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild 
b/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild
index 5160c52b7a1..fa6c22ac00d 100644
--- a/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild
+++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.openwall.com/passwdqc/";
 
 LICENSE="Openwall BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+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"
 
 DEPEND="sys-auth/passwdqc[pam]"
 RDEPEND="${DEPEND}"



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

2017-06-19 Thread Alexis Ballier
commit: cc1412c923b8c0748687143b76e5d5c0aa5671c8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 20:01:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1412c9

net-analyzer/rrdtool: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild 
b/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
index ff5c43acf9e..24a80c6305f 100644
--- a/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P/_/-}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0/8.0.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="dbi doc graph lua perl python rados rrdcgi ruby static-libs tcl tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2017-06-19 Thread Alexis Ballier
commit: 42c8b6d3da63f0e74c71e77dd9b9c5c0286db253
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 20:00:06 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c8b6d3

dev-python/PyQt5: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/PyQt5/PyQt5-5.8.2.ebuild 
b/dev-python/PyQt5/PyQt5-5.8.2.ebuild
index b7ba7f9312a..3eab65c36a6 100644
--- a/dev-python/PyQt5/PyQt5-5.8.2.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.8.2.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 # TODO: QtNfc
 IUSE="bluetooth dbus debug declarative designer doc examples gles2 gui help 
location



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

2017-06-19 Thread Alexis Ballier
commit: b99d07be4717aa1403524439e1c82e19111c6a53
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 19:44:36 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 20:06:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99d07be

media-libs/libmp4v2: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild 
b/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild
index b45b0b997ee..b52cf1e5e63 100644
--- a/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild
+++ b/media-libs/libmp4v2/libmp4v2-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2";
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm 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"
+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="static-libs test utils"
 
 RDEPEND=""



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

2017-06-19 Thread Sergei Trofimovich
commit: 76d024fee091ace86a7f3466d53c027108764cfd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 18 21:06:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 19 20:05:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d024fe

dev-libs/elfutils: ia64 stable, bug #618004

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-libs/elfutils/elfutils-0.169-r1.ebuild 
b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
index ae439fdcb95..9afeac892f0 100644
--- a/dev-libs/elfutils/elfutils-0.169-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2";
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



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

2017-06-19 Thread Jeroen Roovers
commit: 5981ae751600fac4b4d2e00e74846ba68b8bed75
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 19 19:58:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 19 19:58:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5981ae75

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/vivaldi/Manifest  |   1 +
 www-client/vivaldi/vivaldi-1.10.867.38_p1.ebuild | 114 +++
 2 files changed, 115 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index d0896b27571..971555126f6 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,2 +1,3 @@
+DIST vivaldi-1.10.867.38_p1-amd64.deb 49267896 SHA256 
71a7865e83cc6fbb8373947a300c3558ade4f133555d60eb2c2b0fbefff371c0 SHA512 
191b505f7655ef597c05f34caaed61f2877a8c25eb9c6b7d8cad7fc7abcb3db40f6a358cfe04cfb1e5e30e57f72e52501a10512a4d8d87150924a4d220e8cbbd
 WHIRLPOOL 
3b2ce4e9a6660a581fca2c9a00f456a2955f858240c6e587cce2fc5e16188ac925b35fd4dfafff63fb24f1529cfd81e32b25c72b84abfdef32febe2d7eb52c3f
 DIST vivaldi-1.9.818.50_p1-amd64.deb 47502088 SHA256 
701ceb20f6f802c4a7162c08a528b679e6ae0215c49b5e78ca12191c3d2fe3c6 SHA512 
e21d0c6592aa7d9a1fe378cb9db37b503a1b269604a286d0968ebbe8ab17dec00443aa8fe265d13138f58cf2ac1efbc79238cea32277b07d7b11408017e93114
 WHIRLPOOL 
dc289755ad9a1c2efe41a3a6eac8925a893a02c126d63edec0c2cf830aaca969b44466bdc533d0f9fa8fbe00354796536c2a9dbb01f9bf4a010cf8e921cadcaf
 DIST vivaldi-1.9.818.50_p1-i386.deb 47957224 SHA256 
4ca0306a9336124a4ab23049be8e16f2aa5c9f48ce614b4cb551477843e952ce SHA512 
858cde8ecaecd17bc732457c828e5b02e7e85d659685ef1b263c190c5430989701fad9dacb3c8f5eef8c99e51254a689d486afda8568e8c15212878b0ba9f73c
 WHIRLPOOL 
5e569d027a4fdfe2110d95d9fd1b7342fde9cb3b506f352f9194e783fbf4f9ab03921944636dec879145bc1fc0e01516ba6a22440e0ea7d2832dbc51c565206c

diff --git a/www-client/vivaldi/vivaldi-1.10.867.38_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.10.867.38_p1.ebuild
new file mode 100644
index 000..662928e756e
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.10.867.38_p1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+#VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${VIVALDI_PN}.desktop > 
"${T}"/${VIVALDI_PN}.desktop || die
+   mv "${T}"/${VIVALDI_PN}.desktop 
usr/share/applications/${VIVALDI_PN}.desktop || die
+
+   sed -i \
+   -e "s|${VIVALDI_BIN}|${PN}|g" \
+   usr/share/applications/${VIVALDI_PN}.desktop \
+   usr/share/xfce4/helpers/${VIVALDI_BIN}.desktop || die
+
+   mv usr/share/doc/${VIVALDI_PN} usr/share/doc/${PF} || die
+   chmod 0755 usr/share/doc/${PF} || die
+
+   rm \
+   _gpgbuilder \
+   etc/cron.daily/${VIVALDI_BIN} \
+   ${VIVALDI_HOME}/libwidevinecdm.so \
+   || die
+   rmdir \
+   etc/cron.daily/ \
+   etc/ \
+   || die
+
+   local c d
+   for d in 16 22 24 32 48 64 128 256; do
+   mkdir -p usr/share/icons/hicolor/${d}x${d}/apps || die
+   cp \
+   ${VIVALDI_HOME}/product_l

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

2017-06-19 Thread Jeroen Roovers
commit: bdd3c3807ccae2681e8a22ecc27c1a8c6f7af874
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 19 19:58:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 19 19:58:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd3c380

www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/vivaldi-snapshot/Manifest   |   2 -
 .../vivaldi-snapshot-1.10.862.6_p1.ebuild  | 105 -
 .../vivaldi-snapshot-1.10.867.3_p1.ebuild  | 105 -
 3 files changed, 212 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index f20577d7f3e..a73eeaa768c 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,3 +1 @@
-DIST vivaldi-snapshot-1.10.862.6_p1-amd64.deb 50599680 SHA256 
f62fb5d6c16cbd67185579921c8d6e4df08b4841c965701b8e703722a111566d SHA512 
e6d3ecccb252d5f400c377be1982cb8d8f0eb9d936b60cede989abaa99d0edc8ff1d6b3a65db7b88d007fba1fc1c49fd750d7f4cb4f70805b8daf731cc955d63
 WHIRLPOOL 
9e9ef964c4b2673733d05b28701b8a590cbcc41b34db4061b81bd08f607c04e9bc620ac9ab6e447567c203a2dcdad29fe002777f94d017556297b2e467ad94ed
 DIST vivaldi-snapshot-1.10.867.34_p1-amd64.deb 50610854 SHA256 
b2843192d15ce5572d2f8c33e45c052310ba933da1a3bc679ffe4d604a64a964 SHA512 
a3ca5dbe0983e422a974a90fba87f29b0544aa30d7ace21b254d3e478ea5a6138b7c64723d70cc9226cfc1c0af3ebb188ea94f784bda2680eff91460d5b6ba43
 WHIRLPOOL 
9b129eeab9e9088d044e85a0010ecd562e619c01aa571c2b2a4007150068ce8ca42d1c85450222bf897ca76c9bc80cd8ad809d030125ca4038ff6c0429a4b04a
-DIST vivaldi-snapshot-1.10.867.3_p1-amd64.deb 50578840 SHA256 
29dc1953d1e5de23fa55076ee38574f27a22b81ba321bcfe3bd4a6ed8b09297f SHA512 
4642a6aa53899a065f363e5f8f1df9bcdea556ba9e69a1527a5479ec985b2ed54648b0294946da3ab9d6c304fe7eb620a5dd1d009cdcfce2452af4e8da76b5a1
 WHIRLPOOL 
f069927b047346296c570d3b8fe3554eb6a486cb019380f5e2cb4929cb72eab762f111062d1916ed6cecfc43b41f6c3997c6303f77687092b9614fdef28ea534

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.862.6_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.862.6_p1.ebuild
deleted file mode 100644
index 8ea3ba0f130..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.862.6_p1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/";
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
-   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || die
-
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-   chmod 0755 usr/share/doc/${PF} || die
-
-   rm \
-   _gpgbuilder \
-   etc/cron.daily/${PN} \
-   ${VIVALDI_HOME}/libwidevinecdm.so \
-   || die
-   rmdir \
-   etc/cron.daily/ \
-   etc/ \
-   || die
-
-   local c d
-   for d in 16 22 24 32 48 64 128 256; do
-   mkdir -p usr/share/icons/hicolor/${d}x${d}/apps || die
-   cp \
-   ${VIVALDI_HOME}/product_logo_${d}.png \
-   usr/share/icons/hicolor/${d}x${d}/apps/${PN}.png || die
-   done
-
-   pushd "${VIVALDI_HOME}/locales" > /dev/null || die
-   chromium_remove_language_paks
-   pop

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

2017-06-19 Thread Jeroen Roovers
commit: 92de02af970b4046005111f871f416ca79a2cf95
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 19 19:56:52 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 19 19:58:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92de02af

www-client/vivaldi-snapshot: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/vivaldi-snapshot/Manifest   |   1 +
 .../vivaldi-snapshot-1.10.867.34_p1.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 96de697e71e..f20577d7f3e 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,2 +1,3 @@
 DIST vivaldi-snapshot-1.10.862.6_p1-amd64.deb 50599680 SHA256 
f62fb5d6c16cbd67185579921c8d6e4df08b4841c965701b8e703722a111566d SHA512 
e6d3ecccb252d5f400c377be1982cb8d8f0eb9d936b60cede989abaa99d0edc8ff1d6b3a65db7b88d007fba1fc1c49fd750d7f4cb4f70805b8daf731cc955d63
 WHIRLPOOL 
9e9ef964c4b2673733d05b28701b8a590cbcc41b34db4061b81bd08f607c04e9bc620ac9ab6e447567c203a2dcdad29fe002777f94d017556297b2e467ad94ed
+DIST vivaldi-snapshot-1.10.867.34_p1-amd64.deb 50610854 SHA256 
b2843192d15ce5572d2f8c33e45c052310ba933da1a3bc679ffe4d604a64a964 SHA512 
a3ca5dbe0983e422a974a90fba87f29b0544aa30d7ace21b254d3e478ea5a6138b7c64723d70cc9226cfc1c0af3ebb188ea94f784bda2680eff91460d5b6ba43
 WHIRLPOOL 
9b129eeab9e9088d044e85a0010ecd562e619c01aa571c2b2a4007150068ce8ca42d1c85450222bf897ca76c9bc80cd8ad809d030125ca4038ff6c0429a4b04a
 DIST vivaldi-snapshot-1.10.867.3_p1-amd64.deb 50578840 SHA256 
29dc1953d1e5de23fa55076ee38574f27a22b81ba321bcfe3bd4a6ed8b09297f SHA512 
4642a6aa53899a065f363e5f8f1df9bcdea556ba9e69a1527a5479ec985b2ed54648b0294946da3ab9d6c304fe7eb620a5dd1d009cdcfce2452af4e8da76b5a1
 WHIRLPOOL 
f069927b047346296c570d3b8fe3554eb6a486cb019380f5e2cb4929cb72eab762f111062d1916ed6cecfc43b41f6c3997c6303f77687092b9614fdef28ea534

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.867.34_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.867.34_p1.ebuild
new file mode 100644
index 000..8ea3ba0f130
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.867.34_p1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
+   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || die
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   chmod 0755 usr/share/doc/${PF} || die
+
+   rm \
+   _gpgbuilder \
+   etc/cron.daily/${PN} \
+   ${VIVALDI_HOME}/libwidevinecdm.so \
+   || die
+   rmdir \
+   etc/cron.daily/ \
+   etc/ \
+   || die
+
+   local c d
+   for d in 16 22 24 32 48 64 128 256; do
+   mkdir -p usr/share/icons/hicolor/${d}x${d}/apps || die
+   cp \
+   ${VIVALDI_HOME}/product_logo_${d}.png \
+   usr/share/icons/hicolor/${d}x${d}/apps/${PN}.png || die
+   done
+
+   pushd "${VIVALDI_HOME}/locales" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+}
+
+src_install() {
+   mv * "${D}" || d

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-DH-GMP/

2017-06-19 Thread Kent Fredric
commit: 45b86625f8500198b1196dae547ac69778e4f9a3
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 19:43:04 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 19:43:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b86625

dev-perl/Crypt-DH-GMP: Fix for '.' in @INC re bug #615108

Module::Install + 5.26 Fix

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

 dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild 
b/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild
index e82e988e38d..efbe8cc0bce 100644
--- a/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild
+++ b/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,3 +27,8 @@ DEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
 "
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Kent Fredric
commit: 11bb13ad3f4bcb0a672fb84fb6a06729dca93ce4
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 19:28:24 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 19:32:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bb13ad

dev-perl/Crypt-Cracklib: Fix for '.' in @INC re bug #615122

Generic Module::Install + 5.26 Fix

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

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
index 06949da9626..8e1fefef707 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,3 +20,9 @@ DEPEND="${RDEPEND}
dev-perl/Test-Pod-Coverage )"
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Kent Fredric
commit: fef7d729b12c83b89621bedfbaea1f5ae8af28ca
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 19:32:03 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 19:32:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef7d729

dev-perl/Crypt-Cracklib: Remove useless authortests and related deps

Pod:: and friends cause more problems than they solve.
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild 
b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
index 8e1fefef707..52a6b669eee 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
@@ -14,14 +14,12 @@ KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="sys-libs/cracklib"
-DEPEND="${RDEPEND}
-   test? ( dev-perl/Pod-Coverage
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage )"
+DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
 
 src_prepare() {
+   use test && perl_rm_files t/pod-coverage.t t/pod.t
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare



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

2017-06-19 Thread Alfredo Tupone
commit: 7d8ad2328d028e1d9e03fee0a3ddb74ecaf1326d
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Jun 19 19:30:19 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jun 19 19:30:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8ad232

dev-ada/xmlada: die when compile fails

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ada/xmlada/xmlada-2017.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/xmlada/xmlada-2017.ebuild 
b/dev-ada/xmlada/xmlada-2017.ebuild
index d2d897d203e..7b42b318871 100644
--- a/dev-ada/xmlada/xmlada-2017.ebuild
+++ b/dev-ada/xmlada/xmlada-2017.ebuild
@@ -32,13 +32,13 @@ src_compile () {
if use shared; then
gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=relocatable 
\
-XBUILD=Production -XPROCESSORS=$(makeopts_jobs) 
xmlada.gpr \
-   -cargs ${ADAFLAGS}
+   -cargs ${ADAFLAGS} || die "gprbuild failed"
fi
for kind in static static-pic; do
if use ${kind}; then
gprbuild -j$(makeopts_jobs) -m -p -v 
-XLIBRARY_TYPE=${kind} \
-XBUILD=Production 
-XPROCESSORS=$(makeopts_jobs) xmlada.gpr \
-   -cargs ${ADAFLAGS}
+   -cargs ${ADAFLAGS} || die "gprbuild failed"
fi
done
 }



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

2017-06-19 Thread Kent Fredric
commit: 470446762317324da4c722afcab0c9e8c34b54ba
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 19:12:21 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 19:12:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47044676

dev-perl/Clipboard: Fix for '.' in @INC re bug #615138

Generic Module::Install fix for Perl 5.26

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

 dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild 
b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
index 59b85d8657a..903469328a1 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r2.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
@@ -19,3 +19,9 @@ PATCHES=(
 )
 
 RDEPEND="x11-misc/xclip"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Hans de Graaff
commit: ef05bf6d95485ce0be9214b66f9b52f63f4298da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 19:00:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 19:04:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef05bf6d

dev-ruby/dalli: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/dalli/dalli-2.7.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild 
b/dev-ruby/dalli/dalli-2.7.6.ebuild
index f9b661851d3..1c1848c0cea 100644
--- a/dev-ruby/dalli/dalli-2.7.6.ebuild
+++ b/dev-ruby/dalli/dalli-2.7.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 
@@ -27,7 +27,7 @@ ruby_add_bdepend "test? (
dev-ruby/minitest:5
>=dev-ruby/mocha-0.13
dev-ruby/rack
-   >=dev-ruby/activesupport-4.1
+   >=dev-ruby/activesupport-4.1  5.0"' \
+   sed -i -e '1igem "minitest", "~> 5.0"; gem "activesupport", "< 5.1"' \
-e '/bundler/ s:^:#:' test/helper.rb || die
 
# Drop rails dependency which is only used to display the version



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

2017-06-19 Thread Kent Fredric
commit: 9f33b310e46d0185d303747579e51aa4b51a
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 19:04:05 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 19:04:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f33b310

dev-perl/Class-ReturnValue: Fix for '.' in @INC re bug #615130

Generic Module::Install fix for Perl 5.26

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

 dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild 
b/dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild
index 1c2796ebb29..09b3800fd39 100644
--- a/dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild
+++ b/dev-perl/Class-ReturnValue/Class-ReturnValue-0.550.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,3 +18,9 @@ RDEPEND="dev-perl/Devel-StackTrace"
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Hans de Graaff
commit: 100dda9a30c7389ede2788eb8cf5ccc98073d4c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 19:00:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 19:04:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100dda9a

dev-ruby/i18n: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/i18n/i18n-0.7.0-r2.ebuild 
b/dev-ruby/i18n/i18n-0.7.0-r2.ebuild
index 4c842385c17..690cc25f2b5 100644
--- a/dev-ruby/i18n/i18n-0.7.0-r2.ebuild
+++ b/dev-ruby/i18n/i18n-0.7.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="test"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -38,7 +38,7 @@ all_ruby_prepare() {
 
 each_ruby_test() {
case ${RUBY} in
-   *ruby22|*ruby23)
+   *ruby22|*ruby23|*ruby24)
versions="4.2"
;;
*)



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

2017-06-19 Thread Hans de Graaff
commit: 88611740f05d37e7d7ce9a6559b1ef3ba140
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 18:59:58 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 19:03:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88611740

dev-ruby/activesupport: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/activesupport/activesupport-4.2.8.ebuild 
b/dev-ruby/activesupport/activesupport-4.2.8.ebuild
index fbb621bbfca..681ed33a925 100644
--- a/dev-ruby/activesupport/activesupport-4.2.8.ebuild
+++ b/dev-ruby/activesupport/activesupport-4.2.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2017-06-19 Thread Kent Fredric
commit: 3e1c23456d50fde45c0f64a4ce1cb0f2d0949790
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 18:58:22 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 18:58:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1c2345

dev-perl/Class-Default: Fix for '.' in @INC re bug #615116

Generic Module::Install fix for Perl 5.26

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

 dev-perl/Class-Default/Class-Default-1.510.0-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Class-Default/Class-Default-1.510.0-r1.ebuild 
b/dev-perl/Class-Default/Class-Default-1.510.0-r1.ebuild
index fbff578a736..b8435c1f505 100644
--- a/dev-perl/Class-Default/Class-Default-1.510.0-r1.ebuild
+++ b/dev-perl/Class-Default/Class-Default-1.510.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,3 +18,9 @@ DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.28"
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Alexis Ballier
commit: c35a6c73010ade98af22d19689979d162a4c89e8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:50:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:51:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35a6c73

profiles/arch/arm64: mask cpu_flags_arm_neon on vo-aacenc, its arm32 only

 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 9d034e1dbe3..650c49222be 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Alexis Ballier  (19 Jun 2017)
+# This is for arm32 only neon asm
+media-libs/vo-aacenc cpu_flags_arm_neon
+
 # Alexis Ballier  (16 Jun 2017)
 # neon on pixman seems armv7 only, at least according to configure checks: it
 # aborts when neon is enabled.



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

2017-06-19 Thread Kent Fredric
commit: 441e9eeb93c4e5bd1e96a12b698a63d637ebcd51
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 18:49:42 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 18:49:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441e9eeb

dev-perl/Class-Autouse: Fix for '.' in @INC re bug #615124

Generic Module::Install fix for 5.26

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

 dev-perl/Class-Autouse/Class-Autouse-2.10.0-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Class-Autouse/Class-Autouse-2.10.0-r1.ebuild 
b/dev-perl/Class-Autouse/Class-Autouse-2.10.0-r1.ebuild
index 662e4e0d513..2cc34c2170c 100644
--- a/dev-perl/Class-Autouse/Class-Autouse-2.10.0-r1.ebuild
+++ b/dev-perl/Class-Autouse/Class-Autouse-2.10.0-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
@@ -17,3 +17,9 @@ RDEPEND=">=virtual/perl-Scalar-List-Utils-1.18"
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install::DSL /use lib q[.]; use 
inc::Module::Install::DSL /' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



[gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/

2017-06-19 Thread Michał Górny
commit: 795ad0b4f01bbb95f3e802a1699f4eb02ea3036a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 19 18:44:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 19 18:45:15 2017 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=795ad0b4

conf: Warn about ComplexRequiredUse

 pkgcheck2html/pkgcheck2html.conf.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgcheck2html/pkgcheck2html.conf.json 
b/pkgcheck2html/pkgcheck2html.conf.json
index e68c852..9b5a705 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -9,6 +9,7 @@
 "CatMetadataXmlInvalidCatRef": "err", 
 "CatMetadataXmlInvalidPkgRef": "err", 
 "CatMissingMetadataXml": "warn", 
+"ComplexRequiredUse": "warn", 
 "ConflictingChksums": "err", 
 "CrappyDescription": "warn", 
 "DeprecatedEAPI": "", 



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

2017-06-19 Thread Kent Fredric
commit: a478efbe34e83447e7601194a6c44b5a0f3c8e2e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 18:38:28 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 18:38:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a478efbe

dev-perl/Chart-Math-Axis: Fix for '.' in @INC re bug #615112

Generic Module::Install fix for Perl 5.26

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

 dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild 
b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
index 509292c464d..63bb33f7305 100644
--- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,3 +19,9 @@ RDEPEND=">=virtual/perl-Math-BigInt-1.70
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install::DSL /use lib q[.]; use 
inc::Module::Install::DSL /' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Alexis Ballier
commit: cb4e66989d853bfb876441658fdf2b97297b09e5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:20:02 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:37:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4e6698

sys-apps/sg3_utils: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild 
b/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
index 72013ffeadb..29a4170c556 100644
--- a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
+++ b/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



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

2017-06-19 Thread Alexis Ballier
commit: fe54bc6c5b07ce8d4716caf1b6d03ccdc797bb7c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:20:48 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:37:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe54bc6c

app-admin/killproc: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/killproc/killproc-2.13-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/killproc/killproc-2.13-r1.ebuild 
b/app-admin/killproc/killproc-2.13-r1.ebuild
index 7f61a89b324..4674fcb3e7e 100644
--- a/app-admin/killproc/killproc-2.13-r1.ebuild
+++ b/app-admin/killproc/killproc-2.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 src_prepare() {
epatch \



[gentoo-commits] repo/gentoo:master commit in: sys-apps/rescan-scsi-bus/

2017-06-19 Thread Alexis Ballier
commit: 4b1b9c401ed459f4e6a2b3ce257f18e89446c5de
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:20:35 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:37:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1b9c40

sys-apps/rescan-scsi-bus: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild 
b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
index d4998af1fef..3f2cfb52283 100644
--- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
+++ b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME}";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" # 
alpha hppa ppc64 sparc
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86" # alpha hppa ppc64 sparc
 
 RDEPEND=">=sys-apps/sg3_utils-1.24
app-admin/killproc



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

2017-06-19 Thread Hans de Graaff
commit: 6b0a0741b84176c6367764cb696431a1e9ee32ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 18:34:25 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 18:35:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0a0741

dev-ruby/travis: add ruby23

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/travis/travis-1.8.8.ebuild 
b/dev-ruby/travis/travis-1.8.8.ebuild
index 98bfe3e60c4..b25969667d3 100644
--- a/dev-ruby/travis/travis-1.8.8.ebuild
+++ b/dev-ruby/travis/travis-1.8.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2017-06-19 Thread Brian Dolbec
commit: bb1eccd558babf165091a1cc5301e879a53d99b1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun 19 17:36:20 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun 19 18:29:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1eccd5

dev-util/buildbot-worker: Version bump, update 

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-util/buildbot-worker/Manifest   | 1 +
 .../{buildbot-worker-.ebuild => buildbot-worker-0.9.8.ebuild}   | 2 +-
 dev-util/buildbot-worker/buildbot-worker-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot-worker/Manifest 
b/dev-util/buildbot-worker/Manifest
index d0e45ef0565..36c003e5161 100644
--- a/dev-util/buildbot-worker/Manifest
+++ b/dev-util/buildbot-worker/Manifest
@@ -1,2 +1,3 @@
 DIST buildbot-worker-0.9.4.tar.gz 100889 SHA256 
129e0d3fa9ee34f0f227487b6d1645820d2d4853099a1b0aed56587d3acab965 SHA512 
7d055b7b005ebf1cc8033fb86f5321a9d80e0505c1a8b28b9ba3945323f157d34f34066ee9513e82b05c63af099d6030bf42d6f44533859b4e01983f1114462b
 WHIRLPOOL 
8f2b95a476e93beaba5305137bb1d219a9aff59e8bb4450d6352babe799bb0166c299e7c8ea69e53c467e7e58be2681ddba4ae74ad8ba945221e1059906e5fc1
 DIST buildbot-worker-0.9.7.tar.gz 96416 SHA256 
a41b4e0c7329821a0d85ee0e6edbde3db403676c62e59a6f436a048a008ac268 SHA512 
84ccaf0472553f8422b342163e44e55481f6691338df38db6b1be74f0a79c13e2a52be56df632491662ab79648cd5034ce04d906bbedb01030e4fa96f1689ef9
 WHIRLPOOL 
70379e6f34ea30aef0e0008fd098a53ba144696f1416ac77c3756018bc371646d2261a28589ad5131f7be7de930189bd771b4a82de27343441543da5c683e122
+DIST buildbot-worker-0.9.8.tar.gz 97193 SHA256 
825e022a794c7470276169b6ac1b774f39f60d16545bb46fdf5b4a3b2c78f44f SHA512 
43cb7d83835d009c3d4f9a9671d3bd1037d50969b6238f9c77e9f1caedea83c9b9f77d642743d47ff2eea8f3c6549b9e4c843b7d9f638dc5a28339e034ea9b47
 WHIRLPOOL 
1127b956c3a94ad426c686e42dcbdf6a6f4427751c4ddf247569bc0ee03e86d1ae609263386e730d92b2a572be76208cb999c571fdee9f85de49de161a5c1ab1

diff --git a/dev-util/buildbot-worker/buildbot-worker-.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.8.ebuild
similarity index 97%
copy from dev-util/buildbot-worker/buildbot-worker-.ebuild
copy to dev-util/buildbot-worker/buildbot-worker-0.9.8.ebuild
index d31e83a8d6a..d3e878cd162 100644
--- a/dev-util/buildbot-worker/buildbot-worker-.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.8.ebuild
@@ -26,7 +26,7 @@ fi
 IUSE="test"
 
 RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
-   >=dev-python/twisted-17.1.0[${PYTHON_USEDEP}]
+   >=dev-python/twisted-17.5.0[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
!

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

2017-06-19 Thread Brian Dolbec
commit: 803d6351422bf53ae046482da07b86d353503966
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun 19 17:40:31 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun 19 18:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803d6351

dev-util/buildbot-www: Version bump

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-util/buildbot-www/Manifest  |  1 +
 dev-util/buildbot-www/buildbot-www-0.9.8.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index a33592836f0..9f879f17934 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1,2 +1,3 @@
 DIST buildbot-www-0.9.4.tar.gz 691706 SHA256 
eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 SHA512 
522716f4200c00c1fbf196834279caef0fa2d805c7020d31890ce4d95ade85c5fa4a605d343a4fbf0d404f3088d98a7fd3c39bea58f3b02bc9e4a6daa9e3f6c6
 WHIRLPOOL 
6991e6052b3e5c3fffb83f2808f0b7da4f2267c0b4aa9b3cf3b665ba2046e5f123baf18d8dfbe25780782e9230b488edf1cfee8b3c07241aa59ce99509bb735c
 DIST buildbot-www-0.9.7.tar.gz 691849 SHA256 
3123b1518976edbf285c2c0791719dafda59baab0103e533a54eb6ed134b78c9 SHA512 
be9eaef167d354e1a028552792047ba31b475f57fc19204076f125552b5ee84770987d16894bc78ebc281b69d480e7b204d8cdaf5a4041af9ae09fb7785721ba
 WHIRLPOOL 
abee257ab8df9851bdcb047432d48648176a423337c1dbcc9c45832cb905bc58df8ba3d359b9de7367df36a251375f94f2579a984353a8747e1d256efb691676
+DIST buildbot-www-0.9.8.tar.gz 691945 SHA256 
d3384b942b9194f52d8855df066ae355417a52cb69dc02ba061ebeb0f996f06b SHA512 
819fa74219f27c0a8a7d4b05f099d4a92e1211cd6cf212dd9db4df3fb3d2ec3bf29bd4de8a463bedb611fec5e7c82e64b3a139b77505b0b9955ee3ed1cde205f
 WHIRLPOOL 
cdfa636af9aaaee8d42425b0269cd77c2c87846333d9b62cbdae9dc513ad37bc52ebc631b4f1284e2c27f94aed78a01df84114dfa1c766102e49ead1d7806505

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild
new file mode 100644
index 000..fbe23954839
--- /dev/null
+++ b/dev-util/buildbot-www/buildbot-www-0.9.8.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-www";
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2017-06-19 Thread Brian Dolbec
commit: 0daf7030c56a055c0b9c7809ed945fdecd4b605c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun 19 17:51:59 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun 19 18:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0daf7030

dev-util/buildbot-waterfall-view: Version bump

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-util/buildbot-waterfall-view/Manifest  |  1 +
 .../buildbot-waterfall-view-0.9.8.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-util/buildbot-waterfall-view/Manifest 
b/dev-util/buildbot-waterfall-view/Manifest
index 0b0dbcf956b..322fe133abc 100644
--- a/dev-util/buildbot-waterfall-view/Manifest
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -1,2 +1,3 @@
 DIST buildbot-waterfall-view-0.9.4.tar.gz 705483 SHA256 
4e8e8d85a77a95fb6ec6e9b0eaa4a774f80cbc6f3a6568f8525d4c90f336b69f SHA512 
b619e366b2d276ec956c7f2b814fbea5ad8d626f21d365f586fb93d9ddd8d90c6e3f290a6404b401051e780b228b84f78642f876783c0da6e96549f0e2c9929c
 WHIRLPOOL 
f6622afe37931b1525f4234b138d7cd6c296ab92ea00a476eab2b8cd00192972e2b3ca936d54d01b5ed4d93441824d79734b179153614f568a3023ecb308fcfd
 DIST buildbot-waterfall-view-0.9.7.tar.gz 705818 SHA256 
d6455df447720e367988f043ae381130add96daf80ae45cdf5a0fbcc8aa082e0 SHA512 
4f5a068ff03d2ea24eca2344676eecd5558b02127f805b0c88ab0b1bcf353640a6b0bc8756c12d0565a5fdfc8dedff8394b5dc014378200880d469fa26b7263b
 WHIRLPOOL 
2d63af137626018440975cb55e587a94dd9227e0dbc2b62b6726b9bb86e78b183ad656dcb52ec0afecca6b66a0320bc3ac42bb208c4f835343e6e062d00abfdd
+DIST buildbot-waterfall-view-0.9.8.tar.gz 705815 SHA256 
a8ffe67b5bb8bd5ac15e6cf853cc693c3328fc508ecfa337613fc8f6081c3603 SHA512 
82f75f706c97bdedb744f34229c5efefe6f7bb713874f0d99a322233663764b37572b9c9b7a2004c64d7693f6e58625e0c17bacbf743c16ed5fce16d6ad87b2d
 WHIRLPOOL 
87922d9637a8f9b028c1e7495d552b7b2c63a78c5efb313066e6cc212211b6728de105076ad399ea04086948707b7f5f0182fa6c5e471b5cc83cd9b135ab6677

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.8.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.8.ebuild
new file mode 100644
index 000..f800e5da171
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.8.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot waterfall-view plugin"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-waterfall-view";
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2017-06-19 Thread Brian Dolbec
commit: 21c425ae29c5bb26b2f46b6d9f994b7fd3bcf72b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun 19 17:38:13 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun 19 18:29:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c425ae

dev-util/buildbot-pkg: Version bump

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-util/buildbot-pkg/Manifest  |  1 +
 dev-util/buildbot-pkg/buildbot-pkg-0.9.8.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
index 8982e37ef40..07ec3c7fea9 100644
--- a/dev-util/buildbot-pkg/Manifest
+++ b/dev-util/buildbot-pkg/Manifest
@@ -1,2 +1,3 @@
 DIST buildbot-pkg-0.9.4.tar.gz 3830 SHA256 
968f252f0700fbbcc6cac9f3fcf66d06bd577db5bf793fb3d7c84158f4f64325 SHA512 
ac41792076e5a86ffeb58e694d6aedcf3cf386facf156ce658dfa7c73166c7883c097d160babf6d6ca92c1fba1527db58bade74c3500fb62c448eeecbd840dc0
 WHIRLPOOL 
cb4255c90ae59750aa43fea890d79880bb30958ca36ee27a0f11e859575372dbee82708960dd8862c1ac551b4f9e5b38e4d70c8b7cc87048385c08c31ed455c3
 DIST buildbot-pkg-0.9.7.tar.gz 3871 SHA256 
fbb75cff1d313a0fa810894073716ddf56b834ede761b1fae34f100f420e655c SHA512 
7991425e69a404e15fd018d920accc65915e9d40a3b4b1faeca7b7501d1c9a2b01c2bef209ac10b9ea4dce03a41fd0d05266a5c3c9d50ec0f936a5f1c80f577b
 WHIRLPOOL 
186fe1d1f155df98452e441303f916c498a01fc1e01ce741388ca00f33dd83105aad59d3024fd5b2f50680369f99e17fa609c3d325f291f4a33df7699d8394e5
+DIST buildbot-pkg-0.9.8.tar.gz 3913 SHA256 
1b0630d2f96230fada97828b986b4e9f4897fefb4b8be63e51b73e6ed63c SHA512 
53e21a4ed20df687f9f646f0570fe610bd6d9da116bf7fdd60f1f2d245541ba9444e6cf7c63e3d780979a9320c9b98fcbe310acd736e3877c02bee31c683ebfc
 WHIRLPOOL 
831f21235e4396603e4fdaec226006a7c6e01fd8378c7df9c2a8a24724542c315f97641b9fe4edb353405b79273bd361e7dade34a2be81be9e27c551728351ee

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.8.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-0.9.8.ebuild
new file mode 100644
index 000..6614ec70163
--- /dev/null
+++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+
+DESCRIPTION="BuildBot common www build tools for packaging releases"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-pkg";
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+# No real integration tests for this pkg.
+# all tests are related to making releases and final checks for distribution
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2017-06-19 Thread Brian Dolbec
commit: 58ceb9b9d1e9e3ceb09b86922742c81721bdfc32
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun 19 17:42:33 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun 19 18:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ceb9b9

dev-util/buildbot-console-view: Version bump

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-util/buildbot-console-view/Manifest|  1 +
 .../buildbot-console-view-0.9.8.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-util/buildbot-console-view/Manifest 
b/dev-util/buildbot-console-view/Manifest
index 1405e219c01..ffdef94d3d0 100644
--- a/dev-util/buildbot-console-view/Manifest
+++ b/dev-util/buildbot-console-view/Manifest
@@ -1,2 +1,3 @@
 DIST buildbot-console-view-0.9.4.tar.gz 631510 SHA256 
16d1ab8801439d50d712883ab155530840588d4d77ab600299ead0ef23da5bf0 SHA512 
f2e99e58acea3eebec7600a23597c6235fe93532653352c8e427d4b55a14066534dbc046de02856d738a5943ccdaed0ac14643a830d9d11acf76f6d1760def03
 WHIRLPOOL 
1d3ec1476d69e68f9bd752f5ff88796b504b997373e82f3428e5ead44f7c19c66278448e61aa1a36bd1d3e2bc7e55e21877537b8d02f9add0d12c5dd7c0e24b7
 DIST buildbot-console-view-0.9.7.tar.gz 632458 SHA256 
757ee80e5c4b698e6bac7b409c63af7ebd8c00c31117fa290776ad6c103a67c7 SHA512 
e07c032e17ce9faa9d71b71c5c48fde9ebde4995dec408781b6bb2ed77edcbe320b8d825a9a4bd76d9f3c48dd445560ec55867639c454591c5b7095e4142c4f2
 WHIRLPOOL 
58a534d641d3f28272f074998231b4873086cc1c8cc081463545e0d6b49145299e2496974ba6d51150cab505b67c5bd81d56fa9747271b64ed8b487d1409a5ae
+DIST buildbot-console-view-0.9.8.tar.gz 632459 SHA256 
573b03db8c102114b12bcc29c3224653bbc4a08cce25b91725b4bcee2abd7020 SHA512 
f6419fd47b70369866440437521a10a2e4062466878979b0c65594c7d74095c89c01c65cc0641f8faf7dee163347426e50a272f93dfe45ee91d072360e249674
 WHIRLPOOL 
5bfe80b6f148603f98ff684b1b317e059587d37baf88c04e2f4f6f1eb4f4026d92df57463365f4bf460743c2bc4ce5407cce2df74ff2623f95d09d5b6230d7fa

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.8.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-0.9.8.ebuild
new file mode 100644
index 000..96e611167eb
--- /dev/null
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.8.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot console-view plugin"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-console-view";
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2017-06-19 Thread Brian Dolbec
commit: 96536bbcdba3c1c205a4df2128dc5183c5275fa6
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jun 19 17:33:09 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jun 19 18:29:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96536bbc

dev-util/buildbot: Version bump, update 

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-util/buildbot/Manifest   |  1 +
 .../buildbot/{buildbot-.ebuild => buildbot-0.9.8.ebuild} | 12 +---
 dev-util/buildbot/buildbot-.ebuild   | 11 ---
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/dev-util/buildbot/Manifest b/dev-util/buildbot/Manifest
index 6dc7554013d..a0e595b72df 100644
--- a/dev-util/buildbot/Manifest
+++ b/dev-util/buildbot/Manifest
@@ -3,3 +3,4 @@ DIST buildbot-0.8.12.tar.gz 4834352 SHA256 
c6b66976dff712268566574d57131ec15e568
 DIST buildbot-0.9.4.docs.tar.xz 69224 SHA256 
69fc33762a885568b02c42954a64d62d28bcb750b3aed011c3da8a9f84c13371 SHA512 
906e551e0db32c8a0b4010b3b8b00c4776e3d1b7d7381e4dc0ccf01d361184e4605c3ab0ecaf4e42207bd73c3e72f8a570a4d4c29db72f4d68241abf48741d7e
 WHIRLPOOL 
95f263e0b9ab22a649118f362d866b08cbdf62511f2a1f9bd6a7265103f174e35d0c8d86ad6a3b7dd5fd0b4277d60dbd25801c5e6f7e414e7fa634c241dae987
 DIST buildbot-0.9.4.tar.gz 3020851 SHA256 
068161cd9ada10b87f40117c768a37ce796ebf5e7bf08f224f4c7ded88cd7472 SHA512 
938a94192560b989a277d9650c50781d7e7c116bc5e2010ccb2e655df757de0ee254369531b2f432c835c0285c724e52d999a393d0ce1b104d4b9dcc5c6687da
 WHIRLPOOL 
0ffe61b82ee93b78cdb3cb74ef96d5a3547e0fcab9ec8093b59a7212c5e2a1ad16eff046306bffcc0ea63b2e0bf2df1e54b5a0874dc78e27744db2088ccac804
 DIST buildbot-0.9.7.tar.gz 3092434 SHA256 
8fcbf0e6536e5d60407f59d14f96d5f8386cd91846a4fa47b4336d71551a9e33 SHA512 
3fd2b488cabac37e297bb1a475cdb115f261324a22ec4d6fbcf8dc5bfb6ee135fab3763998433be8795581d476f69e2adb6f42d248bf2131a42eecfc1667202a
 WHIRLPOOL 
427d4c1c452f767550a3d2731b2e34480c399dcf50e57d4fb69f0a350f381e3e7ecc47d712fc8fbb99afcf8b230c7bd3afe8437ec3b24bf9ddbf7d35b4d1caad
+DIST buildbot-0.9.8.tar.gz 3101418 SHA256 
39a2f7df458ec9be1009cf90a02d732d142a2ec3fbc0404e4f3fce4b8a4c3af7 SHA512 
88800bad542d26aee6df348021faf5f76f36c250e9fb85c9abe3af7f13ec87fcae5727c8633772205f5c024709fd39b05d1d9c3aa1374b4ca72a528b5ec3ba83
 WHIRLPOOL 
fafb46f6d6bc10f6073567cd6a6894cd67d61c4ff537b342060319874eb22ea45d816f6b764f0b9f841f9b7a5e127481a85dbb4abbacd228a8168a5e3e948b2b

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-0.9.8.ebuild
similarity index 94%
copy from dev-util/buildbot/buildbot-.ebuild
copy to dev-util/buildbot/buildbot-0.9.8.ebuild
index 834f434691d..a32f4fa0fc2 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/buildbot/buildbot-0.9.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_5 )
 
 EGIT_REPO_URI="https://github.com/buildbot/${PN}.git";
 
@@ -29,12 +29,12 @@ IUSE="crypt doc examples irc test"
 
 RDEPEND="
>=dev-python/jinja-2.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'>=dev-python/twisted-16.0.0[${PYTHON_USEDEP},crypt?]' python2_7 )
-   $(python_gen_cond_dep 
'>=dev-python/twisted-17.1.0[${PYTHON_USEDEP},crypt?]' python3_5 python3_6 )
+   >=dev-python/twisted-17.5.0[${PYTHON_USEDEP}]
>=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
crypt? (
+   >=dev-python/twisted-17.5.0[${PYTHON_USEDEP},crypt]
>=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]
dev-python/service_identity[${PYTHON_USEDEP}]
@@ -48,6 +48,7 @@ RDEPEND="
dev-python/pyjwt[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
>=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
>=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
@@ -70,6 +71,10 @@ DEPEND="${RDEPEND}
dev-python/pyjade[${PYTHON_USEDEP}]
dev-python/txgithub[${PYTHON_USEDEP}]
dev-python/txrequests[${PYTHON_USEDEP}]
+   dev-python/lz4[${PYTHON_USEDEP}]
+   dev-python/treq[${PYTHON_USEDEP}]
+   dev-python/setuptools_trial[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}]
)"
 
 S=${WORKDIR}/${MY_P}
@@ -122,6 +127,7 @@ src_install() {
 
 python_test() {
distutils_install_for_testing
+   export TEST_HYPER=1
 
esetup.py test || die "Tests failed under ${EPYTHON}"
 }

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-.ebuild
index 834f434691d..ed83f831994 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/bu

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

2017-06-19 Thread Hans de Graaff
commit: 2323c9a42b20bc8d69dc36ff2a451f5070ff8f35
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 05:30:26 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 18:28:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2323c9a4

dev-ruby/websocket: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/websocket/websocket-1.2.4.ebuild 
b/dev-ruby/websocket/websocket-1.2.4.ebuild
index 85c47af5c3b..68f33eafc61 100644
--- a/dev-ruby/websocket/websocket-1.2.4.ebuild
+++ b/dev-ruby/websocket/websocket-1.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2017-06-19 Thread Hans de Graaff
commit: 81e8e42f28790ed2f724803bc388fec260f43aa4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 19 05:36:33 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 19 18:28:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e8e42f

dev-ruby/net-http-pipeline: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild 
b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
index b37d765809f..e1b3a1c0569 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 inherit ruby-fakegem



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

2017-06-19 Thread Kent Fredric
commit: 28b7167b36cde65f9cd9ca98e018f18b4b7a74f9
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 18:26:50 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 18:26:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b7167b

dev-perl/Cache-Simple-TimedExpiry: Fix for '.' in @INC re bug #615118

Generic Module::Install fix for Perl 5.26

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

 .../Cache-Simple-TimedExpiry-0.270.0-r1.ebuild| 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild 
b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
index b620d0597a7..a11f7fb7efc 100644
--- 
a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
+++ 
b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-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
@@ -14,3 +14,9 @@ KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
 IUSE=""
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Kent Fredric
commit: 0e9d3e2c0f3b7d4c2b263d3019047de21e74bc2d
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Jun 19 18:21:01 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Jun 19 18:21:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9d3e2c

dev-perl/CGI-PSGI: Fix for '.' in @INC re bug #615136

Generic Module::Install Fix for Perl 5.26

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

 dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild 
b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild
index 6846c41479b..976c02bc919 100644
--- a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild
+++ b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild
@@ -23,3 +23,9 @@ DEPEND="${RDEPEND}
 "
 
 SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-06-19 Thread Alexis Ballier
commit: 2ef0f759a7497f1499ac47c7cb52f3411530777d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:00:59 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef0f759

dev-python/smmap: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/smmap/smmap-0.9.0.ebuild 
b/dev-python/smmap/smmap-0.9.0.ebuild
index e77ac8c69f2..4fe8891a07d 100644
--- a/dev-python/smmap/smmap-0.9.0.ebuild
+++ b/dev-python/smmap/smmap-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 SLOT="0"
 IUSE="test"
 



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

2017-06-19 Thread Alexis Ballier
commit: fc736f23a8490c8bf8dc8278958c9b8cf9a3a2f4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:01:13 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc736f23

dev-python/nosexcover: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/nosexcover/nosexcover-1.0.11.ebuild 
b/dev-python/nosexcover/nosexcover-1.0.11.ebuild
index 433b5846b19..c9477899a86 100644
--- a/dev-python/nosexcover/nosexcover-1.0.11.ebuild
+++ b/dev-python/nosexcover/nosexcover-1.0.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



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

2017-06-19 Thread Alexis Ballier
commit: 76d3d7e4be6dc9873123a7cb41d35598411c5218
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:04:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d3d7e4

sys-block/open-iscsi: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild 
b/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild
index 19580580522..e82f5adaaf8 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug infiniband slp +tcp rdma"
 
 DEPEND="sys-block/open-isns:=



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

2017-06-19 Thread Alexis Ballier
commit: 3f38cdbcd59ea83a33ff6b5422cda06600657641
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:03:07 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f38cdbc

dev-python/oauth2client: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/oauth2client/oauth2client-4.0.0.ebuild 
b/dev-python/oauth2client/oauth2client-4.0.0.ebuild
index 9e22559bd8a..9c0d1405c17 100644
--- a/dev-python/oauth2client/oauth2client-4.0.0.ebuild
+++ b/dev-python/oauth2client/oauth2client-4.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/google/oauth2client/archive/v${PV/_p/-post}.tar.gz -
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2017-06-19 Thread Alexis Ballier
commit: 148aa0f6104aaefb07cbee39c369cd550d57576d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 17:59:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148aa0f6

sys-fs/lsscsi: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/lsscsi/lsscsi-0.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/lsscsi/lsscsi-0.28.ebuild b/sys-fs/lsscsi/lsscsi-0.28.ebuild
index dac365c9cca..e45263a560f 100644
--- a/sys-fs/lsscsi/lsscsi-0.28.ebuild
+++ b/sys-fs/lsscsi/lsscsi-0.28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-sysmacros.patch #580494



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

2017-06-19 Thread Alexis Ballier
commit: 7045117873f7ebf95ca56d13a74f04a77b997c59
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:10:40 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70451178

dev-ml/ocaml-re: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild 
b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
index 0d67ca5c58a..b14835b93a0 100644
--- a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
+++ b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc"
 IUSE="test"
 
 RDEPEND=">=dev-lang/ocaml-4.02:="



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

2017-06-19 Thread Alexis Ballier
commit: f9b692bcc842b89d078d79c5747bdc6d32029ce8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:04:25 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b692bc

net-libs/libnetfilter_cttimeout: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild 
b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
index 644101b1030..fbaffa60b74 100644
--- a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
+++ b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="static-libs"
 
 RDEPEND="net-libs/libmnl:="



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

2017-06-19 Thread Alexis Ballier
commit: 2eb4ca454525fd707d94706595d20d08c879d956
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 19 18:05:09 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 19 18:12:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb4ca45

sys-block/open-isns: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-block/open-isns/open-isns-0.97.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/open-isns/open-isns-0.97.ebuild 
b/sys-block/open-isns/open-isns-0.97.ebuild
index 021191d9de1..1fdd6c4134c 100644
--- a/sys-block/open-isns/open-isns-0.97.ebuild
+++ b/sys-block/open-isns/open-isns-0.97.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug slp ssl static"
 
 DEPEND="



  1   2   3   >