[gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/, net-vpn/libreswan/files/

2018-09-18 Thread Hans de Graaff
commit: 5eb5ac90d68ae10603c84ece0b83967c519f9ae9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 19 06:43:25 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 19 06:44:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb5ac90

net-vpn/libreswan: add 3.26

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-vpn/libreswan/Manifest |   1 +
 .../libreswan/files/libreswan-3.26-nss-link.patch  |  22 
 net-vpn/libreswan/files/libreswan-3.26-nss.patch   |  27 +
 net-vpn/libreswan/libreswan-3.26.ebuild| 115 +
 4 files changed, 165 insertions(+)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index a8dd92def94..281c1a96924 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,2 +1,3 @@
 DIST libreswan-3.22.tar.gz 6910418 BLAKE2B 
c06134fa2d1096231797f1ea93de8ed61121472b10ae30ee9a843250dce4ef9f21e7d3bf63f38daf53fbfd8d1e435cfdc704743d0fdcbde8ecac137d9becac48
 SHA512 
93868327394527750590e1297443d3eb1c9a528d680348098fd2913123dac52c9fecd73b855ee00586c2516b8aa00f7f0d158d8e9b19d7487b5fb26432b86aff
 DIST libreswan-3.25.tar.gz 3988630 BLAKE2B 
8479b5b0d7d49055b7dcefa6c3b2f469b0aa60005e05446d5c1c6f73a32c904835422248c6ead2a1c2dc83b63794fd50f7461fd22c4206414b5890c01b99b722
 SHA512 
246649cb5bef1d0690217d1080f3f6f175a0d7a5f27e5a7affdf291b2f418a11937e96b64716a33e6312530409a2c1b10b90e2fa5ec339a27c94c990d86ed517
+DIST libreswan-3.26.tar.gz 3706205 BLAKE2B 
e54e6d3a0163f0b6812c53400e7f57e01319d7cf64a5d9e84d5002bbab24d5de1b6461c6bba02d60630017a50c23ecb1a095f3da1a36a4e6fc64e90cf08fd798
 SHA512 
10965a23197ef5d21a66dc0838066ceb620b2653f64471553284e0043fbc993584e497742b498e0be410427aeed3d8ce5bfdc6dfab59b8a1a1ba9a363473c4a4

diff --git a/net-vpn/libreswan/files/libreswan-3.26-nss-link.patch 
b/net-vpn/libreswan/files/libreswan-3.26-nss-link.patch
new file mode 100644
index 000..267aa2120db
--- /dev/null
+++ b/net-vpn/libreswan/files/libreswan-3.26-nss-link.patch
@@ -0,0 +1,22 @@
+From b3199806cc66de4888917ddc85b511b433e43d63 Mon Sep 17 00:00:00 2001
+From: Paul Wouters 
+Date: Mon, 17 Sep 2018 11:23:11 -0400
+Subject: [PATCH] building: -lfreebl is no longer needed
+
+---
+ mk/config.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mk/config.mk b/mk/config.mk
+index 3bd2527497..d8497c2104 100644
+--- a/mk/config.mk
 b/mk/config.mk
+@@ -234,7 +234,7 @@ BISONOSFLAGS?=
+ NSSFLAGS?=$(shell pkg-config --cflags nss)
+ # We don't want to link against every library pkg-config --libs nss
+ # returns
+-NSS_LDFLAGS ?= -lnss3 -lfreebl -lnssutil3
++NSS_LDFLAGS ?= -lnss3 -lnssutil3
+ NSS_SMIME_LDFLAGS ?= -lsmime3
+ NSS_UTIL_LDFLAGS ?= -lnssutil3
+ NSPR_LDFLAGS ?= -lnspr4

diff --git a/net-vpn/libreswan/files/libreswan-3.26-nss.patch 
b/net-vpn/libreswan/files/libreswan-3.26-nss.patch
new file mode 100644
index 000..89a6436a2a2
--- /dev/null
+++ b/net-vpn/libreswan/files/libreswan-3.26-nss.patch
@@ -0,0 +1,27 @@
+From 910f69119b491c6d7abcc85cf8911d2fa012a135 Mon Sep 17 00:00:00 2001
+From: Andrew Cagney 
+Date: Mon, 17 Sep 2018 11:56:56 -0400
+Subject: [PATCH] ecdsa: don't include NSS's "blapi.h", no longer needed and
+ not on debian
+
+(not to be confused with "lbapit.h", which also looks suspect)
+
+Follow-up b3199806cc66de4888917ddc85b511b433e43d63 and
+2d093c9fb83c8104604e4b40defa4e41129577ea.  The latter
+relaced the call to ECDSA_VerifyDigest() with PK11_Verify().
+---
+ programs/pluto/keys.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/programs/pluto/keys.c b/programs/pluto/keys.c
+index b3df5802cf..bd9d8d8c6c 100644
+--- a/programs/pluto/keys.c
 b/programs/pluto/keys.c
+@@ -72,7 +72,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+ #include "lswconf.h"
+ #include "lswnss.h"
+ #include "secrets.h"

diff --git a/net-vpn/libreswan/libreswan-3.26.ebuild 
b/net-vpn/libreswan/libreswan-3.26.ebuild
new file mode 100644
index 000..7c3de3ac0b8
--- /dev/null
+++ b/net-vpn/libreswan/libreswan-3.26.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs
+
+SRC_URI="https://download.libreswan.org/${P}.tar.gz";
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
+HOMEPAGE="https://libreswan.org/";
+
+LICENSE="GPL-2 BSD-4 RSA DES"
+SLOT="0"
+IUSE="caps curl dnssec ldap pam seccomp selinux systemd test"
+
+COMMON_DEPEND="
+   dev-libs/gmp:0=
+   dev-libs/libevent:0=
+   dev-libs/nspr
+   caps? ( sys-libs/libcap-ng )
+   curl? ( net-misc/curl )
+   dnssec? ( net-dns/unbound:= net-libs/ldns )
+   ldap? ( net-nds/openldap )
+   pam? ( sys-libs/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )
+   systemd? ( sys-apps/systemd:0= )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbo

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

2018-09-18 Thread Hans de Graaff
commit: acf50c5ce6fcf3bcb2367946479efde34693f2a7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 19 06:11:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 19 06:44:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf50c5c

net-vpn/libreswan: cleanup

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-vpn/libreswan/Manifest |   1 -
 net-vpn/libreswan/libreswan-3.23-r1.ebuild | 114 -
 2 files changed, 115 deletions(-)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index 9f52f710686..a8dd92def94 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,3 +1,2 @@
 DIST libreswan-3.22.tar.gz 6910418 BLAKE2B 
c06134fa2d1096231797f1ea93de8ed61121472b10ae30ee9a843250dce4ef9f21e7d3bf63f38daf53fbfd8d1e435cfdc704743d0fdcbde8ecac137d9becac48
 SHA512 
93868327394527750590e1297443d3eb1c9a528d680348098fd2913123dac52c9fecd73b855ee00586c2516b8aa00f7f0d158d8e9b19d7487b5fb26432b86aff
-DIST libreswan-3.23.tar.gz 3836073 BLAKE2B 
ffb27ed75618afcf39c36b7326bb1e4b70ea8337bb4b13951bef95dc13989613c226fe83e031eeba080f55f98262df432b776c3ac5b7b4fb740506f918172ed3
 SHA512 
3645af522ea9ac868c55bfadfd2cf27dc5acb247543f43290cbe677a90cd00316be6520ca2128b9aaecce2b0293710ae6a2bd710a7d93198b8cb81e32276ced8
 DIST libreswan-3.25.tar.gz 3988630 BLAKE2B 
8479b5b0d7d49055b7dcefa6c3b2f469b0aa60005e05446d5c1c6f73a32c904835422248c6ead2a1c2dc83b63794fd50f7461fd22c4206414b5890c01b99b722
 SHA512 
246649cb5bef1d0690217d1080f3f6f175a0d7a5f27e5a7affdf291b2f418a11937e96b64716a33e6312530409a2c1b10b90e2fa5ec339a27c94c990d86ed517

diff --git a/net-vpn/libreswan/libreswan-3.23-r1.ebuild 
b/net-vpn/libreswan/libreswan-3.23-r1.ebuild
deleted file mode 100644
index ccb0c700a84..000
--- a/net-vpn/libreswan/libreswan-3.23-r1.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd toolchain-funcs
-
-SRC_URI="https://download.libreswan.org/${P}.tar.gz";
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
-HOMEPAGE="https://libreswan.org/";
-
-LICENSE="GPL-2 BSD-4 RSA DES"
-SLOT="0"
-IUSE="caps curl dnssec ldap pam seccomp selinux systemd test"
-
-COMMON_DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/libevent:0=
-   dev-libs/nspr
-   caps? ( sys-libs/libcap-ng )
-   curl? ( net-misc/curl )
-   dnssec? ( net-dns/unbound:= net-libs/ldns )
-   ldap? ( net-nds/openldap )
-   pam? ( sys-libs/pam )
-   seccomp? ( sys-libs/libseccomp )
-   selinux? ( sys-libs/libselinux )
-   systemd? ( sys-apps/systemd:0= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto
-   dev-libs/nss
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   test? ( dev-python/setproctitle )
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-libs/nss[utils(+)]
-   sys-apps/iproute2
-   !net-misc/openswan
-   !net-vpn/strongswan
-   selinux? ( sec-policy/selinux-ipsec )
-"
-
-PATCHES=( "${FILESDIR}/${P}-modern-kernels.patch" )
-
-usetf() {
-   usex "$1" true false
-}
-
-src_prepare() {
-   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
-   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
-   default
-}
-
-src_configure() {
-   tc-export AR CC
-   export INC_USRLOCAL=/usr
-   export INC_MANDIR=share/man
-   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
-   export FINALDOCDIR=/usr/share/doc/${PF}/html
-   export INITSYSTEM=openrc
-   export INC_RCDIRS=
-   export INC_RCDEFAULT=/etc/init.d
-   export USERCOMPILE=
-   export USERLINK=
-   export USE_DNSSEC=$(usetf dnssec)
-   export USE_LABELED_IPSEC=$(usetf selinux)
-   export USE_LIBCAP_NG=$(usetf caps)
-   export USE_LIBCURL=$(usetf curl)
-   export USE_LINUX_AUDIT=$(usetf selinux)
-   export USE_LDAP=$(usetf ldap)
-   export USE_SECCOMP=$(usetf seccomp)
-   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
-   export SD_WATCHDOGSEC=$(usex systemd 200 0)
-   export USE_XAUTHPAM=$(usetf pam)
-   export DEBUG_CFLAGS=
-   export OPTIMIZE_CFLAGS=
-   export WERROR_CFLAGS=
-}
-
-src_compile() {
-   emake all
-   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" all
-}
-
-src_test() {
-   : # integration tests only that require set of kvms to be set up
-}
-
-src_install() {
-   default
-   emake -C initsystems INITSYSTEM=systemd 
UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${D}" install
-
-   echo "include /etc/ipsec.d/*.secrets" > "${D}"/etc/ipsec.secrets
-   fperms 0600 /etc/ipsec.secrets
-
-   dodoc -r docs
-
-   find "${D}" -type d -empty -de

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

2018-09-18 Thread Hans de Graaff
commit: 395dbb35a18ca8af83d9d41ea8ed2061a29e46cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 19 06:08:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 19 06:44:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395dbb35

dev-ruby/hiera: add 3.4.5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-ruby/hiera/Manifest b/dev-ruby/hiera/Manifest
index 1ad7ebb4fe0..835d2be8ae3 100644
--- a/dev-ruby/hiera/Manifest
+++ b/dev-ruby/hiera/Manifest
@@ -1,2 +1,3 @@
 DIST hiera-3.4.3.gem 40960 BLAKE2B 
a4747c6096065c1272bd3099893d27c53b5e869be16643fbd59fa0eead692e3bd082fcbf82463614336d00c3068244bd632fd6c3a87ba520566a8643f674bfc4
 SHA512 
126e626b9c9020f2b8565aaff35f30b35c73785120425d186c97186c5bdfafc4831216250f78fd33ffd5e1dde49646b262887747c0d73442a252c391329959e2
 DIST hiera-3.4.4.gem 41472 BLAKE2B 
12c098d4cbf3bbf5980a4638d7dd7a67a56b9874c96e5be483335be2e0c9ac2417b7e187737c40c9cfa4f1d822f7d3bd9ac74f96e2df040c7aa029b82f295304
 SHA512 
bfac2d76cca90708a52f907a31c35f8e3944d50d473e3f17ad13f3673ab2efed0ee9edcbb4c40242f398ab2e3bd08b249b191a6b9d534c185ed540802684beca
+DIST hiera-3.4.5.gem 41472 BLAKE2B 
4dc65c997bd7e2b068af2b5f5e1d59504de302ff4934b50c0b023f277f892ae4b12f65c727ceb0629e43a07e8e13840add07c7546be776e16b269d9a90555a53
 SHA512 
0bf739cbbba49534b3147623e2aaf3513e0bff65a74441668a44cbad0e436abdb6033e25dfd13b2d5bdbf560127f891997c270f314e9f08efde4c1e95bd9dc6d

diff --git a/dev-ruby/hiera/hiera-3.4.5.ebuild 
b/dev-ruby/hiera/hiera-3.4.5.ebuild
new file mode 100644
index 000..f653c3e47f1
--- /dev/null
+++ b/dev-ruby/hiera/hiera-3.4.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple pluggable Hierarchical Database"
+HOMEPAGE="https://docs.puppet.com/hiera/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+ruby_add_rdepend "dev-ruby/deep_merge"



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

2018-09-18 Thread Hans de Graaff
commit: 1067f109ed22e4103591032b6b15ef3c5bf9eb13
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 19 06:10:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 19 06:44:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1067f109

dev-ruby/bundler: add 1.16.5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index 63532b8f3ed..3977dee28f3 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -2,3 +2,4 @@ DIST bundler-1.16.1.gem 349696 BLAKE2B 
6057aed2e3bffdfa7f3ea8489c4ae79d9241b7b30
 DIST bundler-1.16.2.gem 352768 BLAKE2B 
4ba3729d314aec33a4ce6738a54774d4772714913d132493a8bfd719b53c05e9beb498835c01fb1904336d80fb3bd9466f71cc8e5bd1e34491f7e1f38b7bf9bb
 SHA512 
998708b0eec5cdf7ab89b415a0a5173275b221b46e7151c0f05cb49f64a902a0fb0d77f831c60afe55ac4cafe6f4229d082d3f6c38ec13767add7979853f9221
 DIST bundler-1.16.3.gem 353792 BLAKE2B 
5a36cd3e3a7fed39ea1de8d7bcd27a2f7758e4fd67bcfdbcc877a44c491624b45736e9aa122a14d792f2ff11605d226cdfb5a70c2d6cdadb5e0e4e36d597c96c
 SHA512 
bc6b911a5ad2911c35be1ce4e28d42b7762cfc950bc060cca1527b66f78c5f125ed5524d1fc161f68053f00997742c6354549712be0a49c72877ab32ccbbefe6
 DIST bundler-1.16.4.gem 354304 BLAKE2B 
ce10e5e158341f0a6411f808f2dbf4f29a3384b23380845cce0c34a5c4440de6147da84955f087c373470870651cadaa1c42d0652de4b3d6b6999da8c2449c07
 SHA512 
fe55b87bb999759da8b4285bb6cb9edbef41b87e418beb4bb9f450f425fd152d45fac2be99d79e26c0cdcfa4785f2b0e35b7f18492ac61d8f780c01ab662e40d
+DIST bundler-1.16.5.gem 355328 BLAKE2B 
684c499abf149fcff4f48881704d96c363f63f004520935767b6e8497f3a06b92c0b4378087383e908256866e29b0f4227a2cec7799d098d74cae896ba2e64db
 SHA512 
d4463d96f6a3b476a3a6f8924a6096ab0efe56807ebae0ddbac897d40e773004ae7d49b1242fc04f77da88e38e879d35022ca4499f4de1ac7b31d5e0fc8a9c31

diff --git a/dev-ruby/bundler/bundler-1.16.5.ebuild 
b/dev-ruby/bundler/bundler-1.16.5.ebuild
new file mode 100644
index 000..b8d61098f3b
--- /dev/null
+++ b/dev-ruby/bundler/bundler-1.16.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_EXTRAINSTALL="man"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git"



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

2018-09-18 Thread Jeroen Roovers
commit: c634bd001a26dbf60a695d1500e54ef7ca0d63c0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Sep 18 19:22:26 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 19 06:41:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c634bd00

net-libs/nodejs: Old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/nodejs/Manifest |   1 -
 net-libs/nodejs/nodejs-8.11.1.ebuild | 202 ---
 2 files changed, 203 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index fdb57076e74..00eae559385 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -5,6 +5,5 @@ DIST node-v4.8.7.tar.xz 13370828 BLAKE2B 
b1ee93a586b66f8582783b1be50667547afe4bf
 DIST node-v4.9.1.tar.xz 13250164 BLAKE2B 
7a689b99bb4bf507f7f21dd2c096a5766d023a8174c0f468cab37365af1920b8700da04157e1a406917790524255ef32c243a74662fd50ef7d3567d189dac9cf
 SHA512 
690c9fdf608e5194069a10955bdd94ec87cb1c308f13bc4d2cae92fa01436ace10fadf58f2e51d477dde6c570b23edc1c71fafea79bfc9cab2903eb2fa5f87aa
 DIST node-v6.11.5.tar.xz 15699404 BLAKE2B 
ba2df91bf5ef38cedb60b42919cf56f16807e619a81876fc92a5741e49da7ec91c4239d00f549c5e80d0bb8282bb9b396dd984507916cd18d61b403a3a7cef94
 SHA512 
62490725ef7957294c1bddf21ef0626c7472876791210168116501255ecee58457e9de9b044e10033706243299bbfd1495efeca169596fbf26f5eeba6d8fa4c9
 DIST node-v6.14.4.tar.xz 15842824 BLAKE2B 
fc56364be64fe5824e2bb50d861ebf8f58f9895f2c9c108b8df3315b127ffb2755eac85c28165ac9779adab4611ce8f5ea1a5745f43ebaa1389e82b8215c6396
 SHA512 
1ead0c097ec125230dd631f19a5c3ec06a1371f9ca3b392b5ad08fcc227dd0142f33ad52f96890c2c17448a4951a635b9099dfff00d7d8b3ffb59b07904d1bfa
-DIST node-v8.11.1.tar.xz 18279516 BLAKE2B 
b06f31571c93455d16899e3ba57d1e5835951be7a644fafbfcac9cce1bf33ed8ca47929e0a5d0df72034a6c2b967c578e3c78a2ed27ba85e41c4af1de2307293
 SHA512 
0ca0dead15a1623ece7f972d420dec623141a795ddd984c32ce7e92ae32ead97bb0153ebd8c1c249b91a1bd6efcef7fb313105455f66d4d181473153c4e0736f
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 
79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0
 SHA512 
665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42
 DIST node-v9.11.2.tar.xz 18507832 BLAKE2B 
f5ef210632065f2c99dbe3fd210fa832bdd09670dd8bd736dce2c7ab2fc87c3a717cda11c2a09c325b25a72d99431cbc79c0ee7c202ece5fc41786f1f0aa68e4
 SHA512 
ca49a1f3aaa8b25faa62c411a96551c8977bb43a22f8f171f27d3585306f379b6a12e55e60ddca04a6f2f8c62a1b3fed9e66c02898d80bf7ca59278536e04c13

diff --git a/net-libs/nodejs/nodejs-8.11.1.ebuild 
b/net-libs/nodejs/nodejs-8.11.1.ebuild
deleted file mode 100644
index 54203e6ccf9..000
--- a/net-libs/nodejs/nodejs-8.11.1.ebuild
+++ /dev/null
@@ -1,202 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-RESTRICT="test"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 
toolchain-funcs
-
-DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
-HOMEPAGE="https://nodejs.org/";
-SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz";
-
-LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
-IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   inspector? ( icu ssl )
-   npm? ( ssl )
-"
-
-RDEPEND="
-   >=dev-libs/libuv-1.19.1:=
-   >=net-libs/http-parser-2.8.0:=
-   >=net-libs/nghttp2-1.25.0
-   sys-libs/zlib
-   icu? ( >=dev-libs/icu-60.1:= )
-   ssl? ( >=dev-libs/openssl-1.0.2n:0=[-bindist] )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   systemtap? ( dev-util/systemtap )
-   test? ( net-misc/curl )"
-
-S="${WORKDIR}/node-v${PV}"
-
-PATCHES=(
-   "${FILESDIR}"/gentoo-global-npm-config.patch
-)
-
-pkg_pretend() {
-   (use x86 && ! use cpu_flags_x86_sse2) && \
-   die "Your CPU doesn't support the required SSE2 instruction."
-
-   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
-   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
-}
-
-src_prepare() {
-   tc-export CC CXX PKG_CONFIG
-   export V=1
-   export BUILDTYPE=Release
-
-   # fix compilation on Darwin
-   # https://code.google.com/p/gyp/issues/detail?id=260
-   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
-
-   # make sure we use python2.* while using gyp
-   sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
-   sed -i -e "s/|| 'python2'/|| '${EPYTHON}'/" 
deps/npm/node_modules/node-gyp/lib/configure.js || die
-
-   # less v

[gentoo-commits] repo/gentoo:master commit in: dev-python/sympy/files/, dev-python/sympy/

2018-09-18 Thread Andrey Grozin
commit: 38ed6a20490a5123d818359b0f8652fbe2d1d052
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep 19 06:16:16 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep 19 06:16:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ed6a20

dev-python/sympy: bump to 1.3

Closes: https://bugs.gentoo.org/666392
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/sympy/Manifest  |  1 +
 dev-python/sympy/files/sympy-1.3-eta.patch | 12 
 dev-python/sympy/sympy-1.3.ebuild  | 91 ++
 3 files changed, 104 insertions(+)

diff --git a/dev-python/sympy/Manifest b/dev-python/sympy/Manifest
index d29867c4cc9..32de1e038dd 100644
--- a/dev-python/sympy/Manifest
+++ b/dev-python/sympy/Manifest
@@ -1,2 +1,3 @@
 DIST sympy-1.0.tar.gz 4281528 BLAKE2B 
b222be6ec486a01ac73e9778a7423aab45e368386003de965308cfa4e08fef07b64046f62ef707b6fa124ee6367fb051b9722e138bfe2eae4661f9e2a66c2365
 SHA512 
977db6e9bc6a5918cceb255981a57e85e7060c0922aefd2968b004d25d704e25a5cb5bbe09eb387e8695581e23e2825d9c40310068fe25ece7e9c23037a21f39
 DIST sympy-1.1.1.tar.gz 4580952 BLAKE2B 
81e5c7d0f80916ced5532f8e5ed3bd04f919b8acb17037237faf9d59cdf73a3a8f741086213fd2aa5a610caf88ae0781c83a0345b71945d69149075b23f09a85
 SHA512 
ff8857fd5810795554ca4f636b2d8e633057d7ea7df76461003d823ecbaddc98cde0561eb79a1058741c5ece233c13bfcb5e30d5bfb8ac6dbab3d05d8226f92b
+DIST sympy-1.3.tar.gz 5885611 BLAKE2B 
14b0639960432cd6aac087a57f81a80497a0bc40ed61eae92166cf5549deaefc611ce63c2e7a89922374e9bb902fb0a7402f5a4e425278f34c028cdc3582eb35
 SHA512 
3b47dcf80e9a0ca7d65860907264bbcd6f6022275c717784cd165a7a824dca3471bc5a3be9d1af6ab31e04b29f7d5305713fc47ccb67f798f45281e0ab7e03bf

diff --git a/dev-python/sympy/files/sympy-1.3-eta.patch 
b/dev-python/sympy/files/sympy-1.3-eta.patch
new file mode 100644
index 000..16318458fc9
--- /dev/null
+++ b/dev-python/sympy/files/sympy-1.3-eta.patch
@@ -0,0 +1,12 @@
+diff -r -U3 sympy-1.3.orig/sympy/functions/special/zeta_functions.py 
sympy-1.3/sympy/functions/special/zeta_functions.py
+--- sympy-1.3.orig/sympy/functions/special/zeta_functions.py   2018-09-07 
02:27:20.0 +0700
 sympy-1.3/sympy/functions/special/zeta_functions.py2018-09-17 
22:05:34.374733619 +0700
+@@ -509,7 +509,7 @@
+ 
+ For `\operatorname{Re}(s) > 0`, this function is defined as
+ 
+-.. math:: \eta(s) = \sum_{n=1}^\infty \frac{(-1)^n}{n^s}.
++.. math:: \eta(s) = \sum_{n=1}^\infty \frac{(-1)^{n-1}}{n^s}.
+ 
+ It admits a unique analytic continuation to all of :math:`\mathbb{C}`.
+ It is an entire, unbranched function.

diff --git a/dev-python/sympy/sympy-1.3.ebuild 
b/dev-python/sympy/sympy-1.3.ebuild
new file mode 100644
index 000..ae474151446
--- /dev/null
+++ b/dev-python/sympy/sympy-1.3.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 eutils virtualx
+
+DESCRIPTION="Computer Algebra System in pure Python"
+HOMEPAGE="https://sympy.org";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc examples gtk imaging ipython latex mathml opengl pdf png pyglet 
symengine test texmacs theano"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   doc? ( || ( $(python_gen_useflags 'python2*') ) )"
+
+RESTRICT="test"
+# All tests actually pass, except a bunch of tests related to the deprecated 
pygletplot
+# It is a non-trivial work to wipe out all such tests :-(
+
+RDEPEND="dev-python/mpmath[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
+   ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
+   latex? (
+   virtual/latex-base
+   dev-texlive/texlive-fontsextra
+   png? ( app-text/dvipng )
+   pdf? ( app-text/ghostscript-gpl )
+   )
+   mathml? (
+   dev-libs/libxml2:2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-libs/libxslt[${PYTHON_USEDEP}]' 
python2_7)
+   gtk? ( x11-libs/gtkmathview[gtk] )
+   )
+   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
+   pyglet? ( dev-python/pyglet[${PYTHON_USEDEP}] )
+   symengine? ( dev-python/symengine[${PYTHON_USEDEP}] )
+   texmacs? ( app-office/texmacs )
+   theano? ( dev-python/theano[${PYTHON_USEDEP}] )
+"
+
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] app-text/docbook2X )
+   test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}"/${P}-eta.patch )
+
+pkg_setup() {
+   use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
+}
+
+python_compile_all() {
+   if use doc; then
+   export XDG_CONFIG_HOME="${T}/conf

[gentoo-commits] repo/gentoo:master commit in: dev-python/sympy/, dev-python/sympy/files/

2018-09-18 Thread Andrey Grozin
commit: c94a7f4e726be6cc2c3521f8149cb1df444f1932
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep 19 06:12:26 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep 19 06:12:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94a7f4e

dev-python/sympy: cleaning old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/sympy/Manifest  |  2 -
 .../sympy/files/sympy-0.7.6-doc-makefile.patch | 10 ---
 .../sympy/files/sympy-0.7.6.1-sphinx-1.3.1.patch   | 65 ---
 dev-python/sympy/files/sympy-0.7.6.1-zeta.patch| 32 ---
 dev-python/sympy/sympy-0.7.6.1-r1.ebuild   | 97 --
 dev-python/sympy/sympy-1.1.ebuild  | 89 
 6 files changed, 295 deletions(-)

diff --git a/dev-python/sympy/Manifest b/dev-python/sympy/Manifest
index faec75c8784..d29867c4cc9 100644
--- a/dev-python/sympy/Manifest
+++ b/dev-python/sympy/Manifest
@@ -1,4 +1,2 @@
-DIST sympy-0.7.6.1.tar.gz 6431571 BLAKE2B 
07d209ec06128ce903d14b5d111f44e52c44c5dda1acafc4eecc5fe7c2b408dc6def0a893100b8e2e0ce3e8281232b0405fa48c4f6c988827c0324a9ea7e6126
 SHA512 
18877abd3c530418e4f4942cbb0a03140dc81e5a1004720c472fb97cf8eaa41acca59765f6278715ea88bcd0cd07ad5952863a0d1b6e6d00994d257e8c0a6574
 DIST sympy-1.0.tar.gz 4281528 BLAKE2B 
b222be6ec486a01ac73e9778a7423aab45e368386003de965308cfa4e08fef07b64046f62ef707b6fa124ee6367fb051b9722e138bfe2eae4661f9e2a66c2365
 SHA512 
977db6e9bc6a5918cceb255981a57e85e7060c0922aefd2968b004d25d704e25a5cb5bbe09eb387e8695581e23e2825d9c40310068fe25ece7e9c23037a21f39
 DIST sympy-1.1.1.tar.gz 4580952 BLAKE2B 
81e5c7d0f80916ced5532f8e5ed3bd04f919b8acb17037237faf9d59cdf73a3a8f741086213fd2aa5a610caf88ae0781c83a0345b71945d69149075b23f09a85
 SHA512 
ff8857fd5810795554ca4f636b2d8e633057d7ea7df76461003d823ecbaddc98cde0561eb79a1058741c5ece233c13bfcb5e30d5bfb8ac6dbab3d05d8226f92b
-DIST sympy-1.1.tar.gz 4579454 BLAKE2B 
8288c958dffb1f719b4e7ecf49928feb935284f634257561124ee6b34866c3b4dfaa7bdbbeb0f4fc3c9e92ecc28b09406cea3d2aff1a8d9df69bac730c17ca29
 SHA512 
4129752778b50fbc08180fe413d2109ad418b54b79caea461b9a6cf6856ab4f50ce95df6131b07791ed633c840648aa7c4dd130ab3f1cbb1e03e7346e995747b

diff --git a/dev-python/sympy/files/sympy-0.7.6-doc-makefile.patch 
b/dev-python/sympy/files/sympy-0.7.6-doc-makefile.patch
deleted file mode 100644
index b4beca8c2a1..000
--- a/dev-python/sympy/files/sympy-0.7.6-doc-makefile.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -r -U2 sympy-0.7.6.orig/doc/Makefile sympy-0.7.6/doc/Makefile
 sympy-0.7.6.orig/doc/Makefile  2014-11-21 02:00:41.0 +0600
-+++ sympy-0.7.6/doc/Makefile   2014-12-07 20:49:01.091613474 +0600
-@@ -118,5 +118,5 @@
-   pdflatex -output-directory=_build/cheatsheet cheatsheet/cheatsheet.tex
- 
--_build/cheatsheet/cheatsheet.pdf: cheatsheet/combinatoric_cheatsheet.tex
-+_build/cheatsheet/combinatoric_cheatsheet.pdf: 
cheatsheet/combinatoric_cheatsheet.tex
-   mkdir -p _build/cheatsheet
-   pdflatex -output-directory=_build/cheatsheet 
cheatsheet/combinatoric_cheatsheet.tex

diff --git a/dev-python/sympy/files/sympy-0.7.6.1-sphinx-1.3.1.patch 
b/dev-python/sympy/files/sympy-0.7.6.1-sphinx-1.3.1.patch
deleted file mode 100644
index c3b20827016..000
--- a/dev-python/sympy/files/sympy-0.7.6.1-sphinx-1.3.1.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-commit d3d3bd01bc5f625055bfa7247efc1e8cdeef0b33
-Author: Aaditya M Nair 
-Date:   Tue Apr 14 16:30:01 2015 +0530
-
-Doc creation now compatible with sphinx 1.3.1. Closes sympy/sympy#9273.
-
-New version of sphinx renamed the `default` theme to `classic` theme.
-Corrected by defining all variables inside the .css file.
-
-diff --git a/doc/src/_static/default.css_t b/doc/src/_static/default.css_t
-index 6165d8b..c2d8489 100644
 a/doc/src/_static/default.css_t
-+++ b/doc/src/_static/default.css_t
-@@ -13,6 +13,23 @@
- 
- /* -- page layout --- 
*/
- 
-+{%  set theme_collapsiblesidebar = True %}
-+{%  set theme_relbarbgcolor = '#2f441e'  %}
-+{%  set theme_sidebarbgcolor = '#3b5526'  %}
-+{%  set theme_sidebarbtncolor = '#4F663C'  %}
-+{%  set theme_sidebarlinkcolor = '#81B953'  %}
-+{%  set theme_linkcolor = '#29A329'  %}
-+{%  set theme_visitedlinkcolor = '#307748'  %}
-+{%  set theme_headtextcolor = '#2f441e'  %}
-+{%  set theme_footerbgcolor = '#293b1b'  %}
-+{%  set theme_headlinkcolor = '#AA'  %}
-+{%  set theme_sidebartextcolor = '#DD'  %}
-+{%  set theme_footertextcolor = '#DD'  %}
-+{%  set theme_relbartextcolor = '#DD'  %}
-+{%  set theme_relbarlinkcolor = '#81B953'  %}
-+{%  set theme_bgcolor = '#FF'  %}
-+
-+
- body {
- font-family: {{ theme_bodyfont }};
- font-size: 100%;
-diff --git a/doc/src/conf.py b/doc/src/conf.py
-index 2c1d302..97837e3 100644
 a/doc/src/conf.py
-+++ b/doc/src/conf.py
-@@ -96,22 +96,7 @@
- html_logo = '_static/sympylogo.png'
- html_f

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

2018-09-18 Thread Matt Turner
commit: 9763517b0a4b745eb627e55aff9344d379dbbc82
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 05:57:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 05:58:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9763517b

media-gfx/xdot: Version bump to 1.0

 media-gfx/xdot/Manifest|  1 +
 media-gfx/xdot/xdot-1.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest
index 70513f2d4c1..9b6eb11c8a5 100644
--- a/media-gfx/xdot/Manifest
+++ b/media-gfx/xdot/Manifest
@@ -2,3 +2,4 @@ DIST xdot-0.5.tar.gz 24555 BLAKE2B 
81621369e3e2604d5f86da8edee1af440b3bf6811ad9a
 DIST xdot-0.6.tar.gz 27710 BLAKE2B 
414a6fd422a2d4e08d20c28841cb91215f16a89ba6dd03406219bd2dc9f63fb5250f19f3e48a3535cd2a5daa08aa2b3c702b06ef17e252e34c24c40459e29566
 SHA512 
25dcb35aacdd58fb13519346d1d8cf500b3cc40dee85e967d23c52c0c37ba092a023aec6cd72a35b74e3ea6a2168e1691ad218e4a6af17ea6d56d824f05b
 DIST xdot-0.7.tar.gz 126406 BLAKE2B 
4451992c0bc3808fe9de64601baea7af8f08fc10475bcf266f6ffc2d70b96566b77d1ae03f9dd57a42ae54f23d2e7f8b2e258239a891818a404fc2b2cd5e5df9
 SHA512 
793be28fbd0ee6c2b9dd97532ef8742d598f84055ef67e688593d7c1f689f04593dd89a490f4f48866b18ac595252d03b9cc6d8d8e2d6c0ac1ef1ad28789c512
 DIST xdot-0.8.tar.gz 131659 BLAKE2B 
e8bfa034cd106054ef070b5c1cfe641b7fb3ce37f60c747c5ccb339f2b4bbbeb58b54f6f1f9cf57544c53a81d0bf61e4e787a6a78c18b6db90b5cceee3720e70
 SHA512 
76eea4054ed5b9b3fa25c53dcbceed6671ee622ed6d841ee30cb1005beaf35a74c4e36e4b577b69ef12e39f6e8fcb8f38d1bb024bb9abe92df8c672f0c114ab3
+DIST xdot-1.0.tar.gz 131868 BLAKE2B 
433d81913d19ae341c7168d9e22a2c8a54f49b0ad6b0da744cc3152766b333252b9ad7ba3831bdb17fc29a2408f8bdf3d929a438e89a78945f8edd7a8cd123b9
 SHA512 
52330380973ee122ac5d93f1be5b8f21b5719f537c93dd6f356a116207e366d16cf3cefcb9ec59b21b7170dc94e1f413307c3980e9ba2eaef5ce45340b50b311

diff --git a/media-gfx/xdot/xdot-1.0.ebuild b/media-gfx/xdot/xdot-1.0.ebuild
new file mode 100644
index 000..e8716f71acd
--- /dev/null
+++ b/media-gfx/xdot/xdot-1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+MY_PN=xdot.py
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py";
+SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   eapply_user
+
+   # Don't require graphviz python(2) supprt, which xdot doesn't use. This 
allows xdot to support python3.
+   # For more info, see https://bugs.gentoo.org/643126
+   sed -i "/install_requires=\['graphviz'\],/d" setup.py || die
+}



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

2018-09-18 Thread Matt Turner
commit: d7f475797877d8ddc3d0b03a8338a572235cdd00
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 06:00:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 06:00:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f47579

media-gfx/xdot: Drop old versions

Closes: https://bugs.gentoo.org/583270

 media-gfx/xdot/Manifest|  3 ---
 media-gfx/xdot/xdot-0.5.ebuild | 28 
 media-gfx/xdot/xdot-0.6.ebuild | 28 
 media-gfx/xdot/xdot-0.7.ebuild | 28 
 4 files changed, 87 deletions(-)

diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest
index 9b6eb11c8a5..9a86867e069 100644
--- a/media-gfx/xdot/Manifest
+++ b/media-gfx/xdot/Manifest
@@ -1,5 +1,2 @@
-DIST xdot-0.5.tar.gz 24555 BLAKE2B 
81621369e3e2604d5f86da8edee1af440b3bf6811ad9aad67334f8a61a0100cae0da223d7f8b3def29c2fc9a647f9ac6b55f8ccfdcedae5cd431c143c21938f3
 SHA512 
f466ee0af2270c66218b67bf371c972d0ffefe977059b3c4a2ca29807c3ca419020286ed9c031853f79afb55222884c942bd14d8365b64ce2a0ed5f6d1d0
-DIST xdot-0.6.tar.gz 27710 BLAKE2B 
414a6fd422a2d4e08d20c28841cb91215f16a89ba6dd03406219bd2dc9f63fb5250f19f3e48a3535cd2a5daa08aa2b3c702b06ef17e252e34c24c40459e29566
 SHA512 
25dcb35aacdd58fb13519346d1d8cf500b3cc40dee85e967d23c52c0c37ba092a023aec6cd72a35b74e3ea6a2168e1691ad218e4a6af17ea6d56d824f05b
-DIST xdot-0.7.tar.gz 126406 BLAKE2B 
4451992c0bc3808fe9de64601baea7af8f08fc10475bcf266f6ffc2d70b96566b77d1ae03f9dd57a42ae54f23d2e7f8b2e258239a891818a404fc2b2cd5e5df9
 SHA512 
793be28fbd0ee6c2b9dd97532ef8742d598f84055ef67e688593d7c1f689f04593dd89a490f4f48866b18ac595252d03b9cc6d8d8e2d6c0ac1ef1ad28789c512
 DIST xdot-0.8.tar.gz 131659 BLAKE2B 
e8bfa034cd106054ef070b5c1cfe641b7fb3ce37f60c747c5ccb339f2b4bbbeb58b54f6f1f9cf57544c53a81d0bf61e4e787a6a78c18b6db90b5cceee3720e70
 SHA512 
76eea4054ed5b9b3fa25c53dcbceed6671ee622ed6d841ee30cb1005beaf35a74c4e36e4b577b69ef12e39f6e8fcb8f38d1bb024bb9abe92df8c672f0c114ab3
 DIST xdot-1.0.tar.gz 131868 BLAKE2B 
433d81913d19ae341c7168d9e22a2c8a54f49b0ad6b0da744cc3152766b333252b9ad7ba3831bdb17fc29a2408f8bdf3d929a438e89a78945f8edd7a8cd123b9
 SHA512 
52330380973ee122ac5d93f1be5b8f21b5719f537c93dd6f356a116207e366d16cf3cefcb9ec59b21b7170dc94e1f413307c3980e9ba2eaef5ce45340b50b311

diff --git a/media-gfx/xdot/xdot-0.5.ebuild b/media-gfx/xdot/xdot-0.5.ebuild
deleted file mode 100644
index e67ac5185ee..000
--- a/media-gfx/xdot/xdot-0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=xdot.py
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Interactive viewer for Graphviz dot files"
-HOMEPAGE="https://github.com/jrfonseca/xdot.py";
-SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   media-gfx/graphviz[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/media-gfx/xdot/xdot-0.6.ebuild b/media-gfx/xdot/xdot-0.6.ebuild
deleted file mode 100644
index e67ac5185ee..000
--- a/media-gfx/xdot/xdot-0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=xdot.py
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Interactive viewer for Graphviz dot files"
-HOMEPAGE="https://github.com/jrfonseca/xdot.py";
-SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   media-gfx/graphviz[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/media-gfx/xdot/xdot-0.7.ebuild b/media-gfx/xdot/xdot-0.7.ebuild
deleted file mode 100644
index e67ac5185ee..000
--- a/media-gfx/xdot/xdot-0.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=xdot.py
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Interactive viewer for Graphviz dot files"
-HOMEPAGE="https://github.com/jrfonseca/xdot.py";
-SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-  

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

2018-09-18 Thread Matt Turner
commit: 47648102ce6530a8edfc2b9762bf3956256a7052
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 05:41:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 05:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47648102

www-plugins/browserpass: Version bump to 2.0.22

Also install for Chrome as well, per bug 656962.

Closes: https://bugs.gentoo.org/656962

 www-plugins/browserpass/Manifest  |  1 +
 www-plugins/browserpass/browserpass-2.0.22.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/www-plugins/browserpass/Manifest b/www-plugins/browserpass/Manifest
index ddb9a53f288..8264f541cb7 100644
--- a/www-plugins/browserpass/Manifest
+++ b/www-plugins/browserpass/Manifest
@@ -1,2 +1,3 @@
 DIST browserpass-2.0.11.tar.gz 176787 BLAKE2B 
271c3cf340ecc78c3358f21bc0e6bbcaf857b4ca39c7b0dcf58b1fcef62ea5df4f48adb4ac0bf7c884853f359fdb9ca00300e2f99efa48a1fdc0ba99ce7bd172
 SHA512 
baa362b63c1743273f56cb7576f96c29ca365fb217d3016824cdb1ce215e36b7f98fc7c3340a5a34853bde7c25283c84ceda570d149a8119bc54be2f0194034b
 DIST browserpass-2.0.13.tar.gz 180424 BLAKE2B 
e2a1796edf3b037553cb9bd33f072cd25953d8262fa584c371c3df638c77fc352953c698963325a5cee9b29c81cc010ded72bb31abac9460603796f4a95267ed
 SHA512 
8d28144aef061770f11d7ba288dfa82f8873a263b8ccff235e26e83c55700e5ed0210dec2c2fb45751f3ad15d1894503407ec901d272783b98c466d74d9156f0
+DIST browserpass-2.0.22.tar.gz 49730 BLAKE2B 
a37d55a7b2a162a54931a3dde53b16e6c4d067f92dad129e92664dac726c3171938d5da94fe45c64227f4e4a860a12d0cdbb1aa147942f0199c2f4b9bed5fd7a
 SHA512 
f3c19df72afd1387d7142b5e818dfe95a730c906277be0f16522986f387f659eb4a9decaf54eef5b6649ddc618d93b055c99b594fc4b949ce09a38cf2e6d9525

diff --git a/www-plugins/browserpass/browserpass-2.0.22.ebuild 
b/www-plugins/browserpass/browserpass-2.0.22.ebuild
new file mode 100644
index 000..7107e7c5253
--- /dev/null
+++ b/www-plugins/browserpass/browserpass-2.0.22.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN=github.com/dannyvankooten/browserpass
+
+if [[ ${PV} ==  ]]; then
+   inherit golang-vcs
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+   inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="WebExtension host binary for pass, a UNIX password manager"
+HOMEPAGE="https://github.com/dannyvankooten/browserpass";
+LICENSE="MIT"
+SLOT="0"
+RDEPEND="app-crypt/gnupg"
+DEPEND="${RDEPEND}
+   dev-go/fuzzy:=
+   dev-go/twofactor:=
+   dev-go/zglob:="
+
+DOCS=( CONTRIBUTING.md README.md )
+
+src_compile() {
+   EGO_PN="${EGO_PN}/cmd/browserpass" golang-build_src_compile
+
+   pushd "src/${EGO_PN}" >/dev/null || die
+   sed -e 's|%%replace%%|'${EPREFIX}'/usr/libexec/browserpass|' \
+   -i firefox/host.json chrome/host.json || die
+   popd >/dev/null || die
+}
+
+src_install() {
+   exeinto /usr/libexec
+   doexe browserpass
+
+   pushd "src/${EGO_PN}" >/dev/null || die
+   insinto /usr/$(get_libdir)/mozilla/native-messaging-hosts
+   newins firefox/host.json com.dannyvankooten.browserpass.json
+
+   insinto /etc/chromium/native-messaging-hosts
+   newins chrome/host.json com.dannyvankooten.browserpass.json
+
+   insinto /etc/opt/chrome/native-messaging-hosts
+   newins chrome/host.json com.dannyvankooten.browserpass.json
+
+   einstalldocs
+   popd >/dev/null || die
+}



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

2018-09-18 Thread Matt Turner
commit: a29b7b50c5635fba68d23e5898930b70bf92f405
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 05:49:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 05:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29b7b50

www-plugins/browserpass: Drop old versions

 www-plugins/browserpass/Manifest  |  1 -
 www-plugins/browserpass/browserpass-2.0.11.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/www-plugins/browserpass/Manifest b/www-plugins/browserpass/Manifest
index 8264f541cb7..2e078eb8541 100644
--- a/www-plugins/browserpass/Manifest
+++ b/www-plugins/browserpass/Manifest
@@ -1,3 +1,2 @@
-DIST browserpass-2.0.11.tar.gz 176787 BLAKE2B 
271c3cf340ecc78c3358f21bc0e6bbcaf857b4ca39c7b0dcf58b1fcef62ea5df4f48adb4ac0bf7c884853f359fdb9ca00300e2f99efa48a1fdc0ba99ce7bd172
 SHA512 
baa362b63c1743273f56cb7576f96c29ca365fb217d3016824cdb1ce215e36b7f98fc7c3340a5a34853bde7c25283c84ceda570d149a8119bc54be2f0194034b
 DIST browserpass-2.0.13.tar.gz 180424 BLAKE2B 
e2a1796edf3b037553cb9bd33f072cd25953d8262fa584c371c3df638c77fc352953c698963325a5cee9b29c81cc010ded72bb31abac9460603796f4a95267ed
 SHA512 
8d28144aef061770f11d7ba288dfa82f8873a263b8ccff235e26e83c55700e5ed0210dec2c2fb45751f3ad15d1894503407ec901d272783b98c466d74d9156f0
 DIST browserpass-2.0.22.tar.gz 49730 BLAKE2B 
a37d55a7b2a162a54931a3dde53b16e6c4d067f92dad129e92664dac726c3171938d5da94fe45c64227f4e4a860a12d0cdbb1aa147942f0199c2f4b9bed5fd7a
 SHA512 
f3c19df72afd1387d7142b5e818dfe95a730c906277be0f16522986f387f659eb4a9decaf54eef5b6649ddc618d93b055c99b594fc4b949ce09a38cf2e6d9525

diff --git a/www-plugins/browserpass/browserpass-2.0.11.ebuild 
b/www-plugins/browserpass/browserpass-2.0.11.ebuild
deleted file mode 100644
index 6abafb5c213..000
--- a/www-plugins/browserpass/browserpass-2.0.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/dannyvankooten/browserpass
-
-if [[ ${PV} ==  ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="WebExtension host binary for pass, a UNIX password manager"
-HOMEPAGE="https://github.com/dannyvankooten/browserpass";
-LICENSE="MIT"
-SLOT="0"
-RDEPEND="app-crypt/gnupg"
-DEPEND="${RDEPEND}
-   dev-go/twofactor:=
-   dev-go/zglob:="
-
-DOCS=( CONTRIBUTING.md README.md )
-
-src_compile() {
-   EGO_PN="${EGO_PN}/cmd/browserpass" golang-build_src_compile
-
-   pushd "src/${EGO_PN}" >/dev/null || die
-   sed -e 's|%%replace%%|'${EPREFIX}'/usr/bin/browserpass|' \
-   -i firefox/host.json chrome/host.json || die
-   popd >/dev/null || die
-}
-
-src_install() {
-   dobin browserpass
-
-   pushd "src/${EGO_PN}" >/dev/null || die
-   insinto /usr/$(get_libdir)/mozilla/native-messaging-hosts
-   newins firefox/host.json com.dannyvankooten.browserpass.json
-
-   insinto /etc/chromium/native-messaging-hosts
-   newins chrome/host.json com.dannyvankooten.browserpass.json
-
-   einstalldocs
-   popd >/dev/null || die
-}



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

2018-09-18 Thread Matt Turner
commit: 38456078d4d3de33808e05dcc87ea60b9bdfaec3
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 05:50:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 05:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38456078

www-plugins/browserpass: Add myself as maintainer

 www-plugins/browserpass/metadata.xml | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www-plugins/browserpass/metadata.xml 
b/www-plugins/browserpass/metadata.xml
index 585b0dc75dd..b58e8386fcb 100644
--- a/www-plugins/browserpass/metadata.xml
+++ b/www-plugins/browserpass/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   
+   
+   matts...@gentoo.org
+   Matt Turner
+   
+



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

2018-09-18 Thread Tim Harder
commit: 8c47c213210ff3c98b3943fe435f9e8842a3abeb
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 19 05:41:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 19 05:41:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c47c213

sys-fs/archivemount: remove old

 sys-fs/archivemount/Manifest   |  1 -
 sys-fs/archivemount/archivemount-0.8.10.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/sys-fs/archivemount/Manifest b/sys-fs/archivemount/Manifest
index 886868ccf38..e8a45195d2e 100644
--- a/sys-fs/archivemount/Manifest
+++ b/sys-fs/archivemount/Manifest
@@ -1,2 +1 @@
-DIST archivemount-0.8.10.tar.gz 131894 BLAKE2B 
058fe86bf1b0b57499785bd10c9cae90b85622144c49a639d8c5c67a052f896d4c17471d8190d0229784b3e58856eb96619a2552f9227fc48c48f8465c7c1321
 SHA512 
85019bf5f79267f9df4b32e746ff61f112be59f842f36401c8e2013f7ad2c4d1cdd2d72afc356d24304c1772a7f974b9612b5f9fb5c8614aed8ee2467823e7c1
 DIST archivemount-0.8.12.tar.gz 131934 BLAKE2B 
f4fda78f3f91fa2586795807ef616fd8eb67e224d99bcdfbd80ec59b851770a5c914c25786a183ce0dc9e8cf35b628ecd56bd35b181f2b51b4eb7f0bb727839c
 SHA512 
4ce9e7ec8585b07d5bf48df41cc4a1b4ba7fe2268864ec70c445a6b9c21237f267a19814f00c5ef5a940a90ebaa47c9626aff1dbbff6fbb22e2c260da666ccd9

diff --git a/sys-fs/archivemount/archivemount-0.8.10.ebuild 
b/sys-fs/archivemount/archivemount-0.8.10.ebuild
deleted file mode 100644
index 7c97182dffb..000
--- a/sys-fs/archivemount/archivemount-0.8.10.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Mount archives using libarchive and FUSE"
-HOMEPAGE="http://www.cybernoia.de/software/archivemount/";
-SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-arch/libarchive:=
-   sys-fs/fuse:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"



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

2018-09-18 Thread Tim Harder
commit: 01ad91a4da71d77ed9b2d8d8bddaa32abcc59428
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 19 05:41:08 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 19 05:41:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ad91a4

sys-fs/archivemount: update HOMEPAGE and SRC_URI

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

diff --git a/sys-fs/archivemount/archivemount-0.8.12.ebuild 
b/sys-fs/archivemount/archivemount-0.8.12.ebuild
index 7c97182dffb..4030a1ec332 100644
--- a/sys-fs/archivemount/archivemount-0.8.12.ebuild
+++ b/sys-fs/archivemount/archivemount-0.8.12.ebuild
@@ -4,8 +4,8 @@
 EAPI=6
 
 DESCRIPTION="Mount archives using libarchive and FUSE"
-HOMEPAGE="http://www.cybernoia.de/software/archivemount/";
-SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz";
+HOMEPAGE="https://www.cybernoia.de/software/archivemount.html";
+SRC_URI="https://www.cybernoia.de/software/archivemount/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc32/

2018-09-18 Thread Matt Turner
commit: e32aa3d3a154e7e1e4b1c3f647d2db2c10f182c9
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 05:17:56 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 05:17:56 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e32aa3d3

specs/ppc: Readd net-wireless/{b43,bcm43xx}-fwcutter

 releases/weekly/specs/ppc/ppc32/installcd-stage1.spec | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec 
b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
index fc1f7df5..cd24a8fa 100644
--- a/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
+++ b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
@@ -50,6 +50,8 @@ livecd/packages:
net-misc/openssh
net-misc/rdate
net-misc/rsync
+   net-wireless/b43-fwcutter
+   net-wireless/bcm43xx-fwcutter
net-wireless/wireless-tools
net-wireless/wpa_supplicant
sys-apps/busybox



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/ppc/ppc32/

2018-09-18 Thread Matt Turner
commit: 426c2f300e5b7df06c75698649f241dcff22e769
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 05:18:25 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 05:18:25 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=426c2f30

specs/ppc: Add sys-apps/lm_sensors

 releases/weekly/specs/ppc/ppc32/installcd-stage1.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec 
b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
index cd24a8fa..895d82ce 100644
--- a/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
+++ b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
@@ -60,6 +60,7 @@ livecd/packages:
sys-apps/hdparm
sys-apps/ibm-powerpc-utils
sys-apps/iproute2
+   sys-apps/lm_sensors
sys-apps/memtester
sys-apps/sdparm
sys-block/parted



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

2018-09-18 Thread Tim Harder
commit: ff085532239574e97e0a9a6f1dfe498783345e57
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 19 05:12:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 19 05:16:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff085532

x11-terms/kitty: version bump to 0.12.1

Fixes: https://bugs.gentoo.org/663672

 x11-terms/kitty/Manifest   | 1 +
 x11-terms/kitty/{kitty-.ebuild => kitty-0.12.1.ebuild} | 2 +-
 x11-terms/kitty/kitty-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 5212aa1030c..198991d9b35 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,2 +1,3 @@
 DIST kitty-0.11.1.tar.gz 3924068 BLAKE2B 
a71535cfffe863ee06f699eba3a06c1665c851673bee0d1134fe992fe0335cc13d9a89cebf5814082a155166aaa0939b0e6296ad567564c608bf72eedce5cce3
 SHA512 
79a3ed4ffbc58e34e6c907646dc33168a8dcb58db859549549e2983186521dc69990e2d2e3eb120fcd31af03187d9a8233a60b75c205ac4e59bb7b575836cceb
 DIST kitty-0.11.2.tar.gz 3442111 BLAKE2B 
ebd5f11e57dd77a4336dfee51e2cf8c6c218d88957fe8988edcab9ecef73b7934b28e761733e9d8ca7842efb8a53fb30e785ed16fe73ac8c01b04a138d0e17a3
 SHA512 
28c4f7e8b87479cae47a00ea39ef31171ebeebf4888da4f9eaec250b4ed36ae6076b40e1a3b7ef88da2c9c860ba4d9af279a8b1d0d6e721f9fa3febee89bc151
+DIST kitty-0.12.1.tar.gz 3477416 BLAKE2B 
4c8c99a16ec903498b17921093542d4389784c1d5bc8c8cbc2fb4c56aab7a0996f94c9442ca0ce403c2cb660c8a27e4f20165bb8dca6e9ce9eb6c9a06b03c1b9
 SHA512 
3efdc2ee9d41cddda7ff033fa69531ce48a163ef4b6efa7c5f10ca20511046c26313115383aec6bcef1b2a0fbbac19b2de9a43835130624aada48e12fe54b7df

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-0.12.1.ebuild
similarity index 98%
copy from x11-terms/kitty/kitty-.ebuild
copy to x11-terms/kitty/kitty-0.12.1.ebuild
index 8bef706b26d..a97e7a7a8c5 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-0.12.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-single-r1 toolchain-funcs gnome2-utils
 

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-.ebuild
index 8bef706b26d..a97e7a7a8c5 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-single-r1 toolchain-funcs gnome2-utils
 



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/geekbench/

2018-09-18 Thread Georgy Yakovlev
commit: 13fdbc994020bc264ff25c538ca7ef2e681cc21a
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Sep 16 20:17:46 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Sep 19 05:05:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fdbc99

app-benchmarks/geekbench: bump to version 4.3.0

Closes: https://bugs.gentoo.org/666354
Closes: https://github.com/gentoo/gentoo/pull/9886
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-benchmarks/geekbench/Manifest   |  1 +
 app-benchmarks/geekbench/geekbench-4.3.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/app-benchmarks/geekbench/Manifest 
b/app-benchmarks/geekbench/Manifest
index 0c50e5e588b..ad13bba3801 100644
--- a/app-benchmarks/geekbench/Manifest
+++ b/app-benchmarks/geekbench/Manifest
@@ -2,3 +2,4 @@ DIST Geekbench-2.4.2-LinuxARM.tar.gz 1921401 BLAKE2B 
34d86178e35d586b79182b33203
 DIST Geekbench-2.4.3-Linux.tar.gz 3337551 BLAKE2B 
cb660f3c08cc812cb23374032490a148449a36845fe63320788432493581ec6bd5958bf178d83d68b532ffbe5c7ee13e92b0bb00c0aca968bb2e499453f1b7a7
 SHA512 
d84e13eb5fd28fb232a5f93aa76f4855adcb9ccffbcd90dacc3e2b45231afd82e78d40c63f729391e5d00e95c14653e83757faca4e543c6306dd913c4e0edb87
 DIST Geekbench-3.4.2-Linux.tar.gz 9986039 BLAKE2B 
63d7e768d65bc033260a0d99da17df2e518750f19882e63dbc9bbe6ff0b52a8cddb35b9143e85c01838bf5d77a04599578fc0a57a3e6fd89e7aec8c8ffdd4f5b
 SHA512 
a61a5d5481682baefdce64f6054c3373900e8cd585dcbfa2feabbf386032986b40b603619c552102401a83e0b748831d00af5b5b5278e88ef42dee176adf06e9
 DIST Geekbench-4.2.3-Linux.tar.gz 71032570 BLAKE2B 
9589c355561acffdfe6b68fcb7a73a7d3c87376db10b70d471d7970491c9ce29cd66e9d5f48968cb2b34fad6440a8667ebf061976e5b838295fb002442de101a
 SHA512 
eaeb1657a1eff0dd8fac4b9a89e5a7d0da22e396e35ba6a1255c2a5c4434ad1a23cda54f28f4271a9a5450e57b3601c344964ddd96dcdef1144f17b7fd20aa4b
+DIST Geekbench-4.3.0-Linux.tar.gz 71075837 BLAKE2B 
9d278654d44a43577f252a0a2842e3b9a34bf6b9a0f605b0a053354bff845f5ae5c029b8ff22b3b3f4f66581c60d46a4643207f042ba020515b74a01fa56a37e
 SHA512 
d76c2f0a93ad06afa250c32633c27d5718ca9c2abca7eaa050f967a63d279bde9e220e20677af1433d531bce176d70ed15eee16d020b41aff0b817fde966a0c6

diff --git a/app-benchmarks/geekbench/geekbench-4.3.0.ebuild 
b/app-benchmarks/geekbench/geekbench-4.3.0.ebuild
new file mode 100644
index 000..dfc70258034
--- /dev/null
+++ b/app-benchmarks/geekbench/geekbench-4.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and 
Windows"
+HOMEPAGE="https://www.geekbench.com";
+SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz";
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="geekbench"
+SLOT="4"
+
+RESTRICT="bindist fetch mirror strip"
+
+S="${WORKDIR}/Geekbench-${PV}-Linux"
+
+QA_PREBUILT="opt/geekbench4/geekbench4 opt/geekbench4/geekbench_x86_32 
opt/geekbench4/geekbench_x86_64"
+
+pkg_nofetch() {
+   elog "Please download ${A} from ${HOMEPAGE}/download/linux"
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   exeinto "/opt/geekbench4"
+   doexe "geekbench4" "geekbench_x86_32" "geekbench_x86_64"
+
+   insinto "/opt/geekbench4"
+   doins "geekbench.plar"
+
+   dodir "/opt/bin"
+   dosym "../geekbench4/geekbench4" "/opt/bin/geekbench4"
+}
+
+pkg_postinst() {
+   elog "If you have purchased a commercial license, you can enter"
+   elog "your email address and your license key with the following 
command:"
+   elog "geekbench4 -r  "
+}



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2018-09-18 Thread Georgy Yakovlev
commit: 7868196fe1d90511030e3aaa1781e17651624183
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Sep 16 20:44:10 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Sep 19 04:37:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7868196f

app-antivirus/clamtk: drop old version

Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-antivirus/clamtk/Manifest  |   1 -
 app-antivirus/clamtk/clamtk-5.25-r1.ebuild | 173 -
 app-antivirus/clamtk/clamtk-5.25.ebuild| 170 
 3 files changed, 344 deletions(-)

diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
index 96a5dc63ab2..6b732e13288 100644
--- a/app-antivirus/clamtk/Manifest
+++ b/app-antivirus/clamtk/Manifest
@@ -1,4 +1,3 @@
-DIST clamtk-5.25.tar.xz 243444 BLAKE2B 
3d46ba9fba200b432594719c16d9b09637b8990f3ddfa9aa5b1c9193879c2e28d5e52c40525e99630b33138b39cfe5e804ecd9cb1cc85bbf06b0544aba0c877b
 SHA512 
3886e829388ccfcaacec8b1e62be23898851ef68a5b6a1bed01e2eea31a899d0d5ca7727288633ef0612d90ba60330df1d0275c5c92154879a0d8a553180b414
 DIST clamtk-5.26.tar.xz 243748 BLAKE2B 
42845cdd0f9e7387b2b69c5844ba26306ba1b0e64f70c16bcb7a830ba17c35dd681e48f9b386f6fbbc5c4a8da1ac9383ca7ef19376ac7955405fd9234b3e
 SHA512 
791228a678a0b3bd57ef6effc959bec0c78151f56715d85ca8fafc139ab649d417762db1f567e9fc28d10475138ba90012a9fe9b49840a7658039f9d42e7bcf5
 DIST clamtk-gnome-0.02.tar.xz 14888 BLAKE2B 
2137e7bc53f557cdb2f03afe3b6cb3b1185bb12c6b646f2bdb74c69bc3d6b59b23895d36583225f6a536d91237ffd84d307e7b52f16336a88311a60b84b2cbcd
 SHA512 
f4a33d31ecf914f016fd029a7e9b9c903ba39bb139ed21f15786445d2394ace36ff08396baf68130d4bc3081847c34efda31ad3f727b9f5c479da4392750940f
 DIST clamtk-kde-0.18.tar.xz 17732 BLAKE2B 
ca82934417f2d869fd8c8e36a31ef4a52cf4ee73581c5d1d400c1b28908c5ea2524a8f5d1110b1e949038378613fb4d5607d5123eebe91df695a53d0dd489302
 SHA512 
145ddd349010e0bb6fe3295e50d6e15a2dd96e604babbd5de4cb49ba75169d2050777cac38e40ac6a64cb89ddf94025d610aca73136c75f81115d0a2d863d24e

diff --git a/app-antivirus/clamtk/clamtk-5.25-r1.ebuild 
b/app-antivirus/clamtk/clamtk-5.25-r1.ebuild
deleted file mode 100644
index 2c7c172c091..000
--- a/app-antivirus/clamtk/clamtk-5.25-r1.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af ar ast az bg bs ca cs da de el_GR en_AU en_CA en_GB eo es eu fi 
fo fr ga gl he hr hu id it ja km ko lo lt lv mr ms nb nl nl_BE nn pa pl pt 
pt_BR ro ru si sk sl sr@latin sv ta te th tr ug uk uz zh_CN zh_TW"
-PLOCALE_BACKUP="en_GB"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop l10n perl-functions python-single-r1 xdg-utils
-
-MY_PV_KDE="0.18"
-MY_PV_NAUTILUS="0.02"
-MY_PV_NEMO="0.04"
-MY_PV_THUNAR="0.06"
-
-DESCRIPTION="A graphical front-end for ClamAV"
-HOMEPAGE="https://dave-theunsub.github.io/clamtk/";
-SRC_URI="https://bitbucket.org/davem_/clamtk/downloads/${P}.tar.xz
-   kde? ( 
https://bitbucket.org/davem_/${PN}-kde/downloads/${PN}-kde-${MY_PV_KDE}.tar.xz )
-   nautilus? ( 
https://bitbucket.org/davem_/${PN}-gnome/downloads/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz
 )
-   nemo? ( 
https://bitbucket.org/davem_/nemo-sendto-${PN}/downloads/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz
 )
-   thunar? ( 
https://bitbucket.org/davem_/thunar-sendto-${PN}/downloads/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz
 )"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde nautilus nemo +nls thunar"
-REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="app-antivirus/clamav
-   dev-perl/File-chdir
-   dev-perl/Gtk2
-   dev-perl/JSON
-   dev-perl/LWP-Protocol-https
-   dev-perl/LWP-UserAgent-Cached
-   dev-perl/Locale-gettext
-   dev-perl/Text-CSV
-   dev-perl/glib-perl
-   dev-perl/libwww-perl
-   virtual/perl-Digest-MD5
-   virtual/perl-Digest-SHA
-   virtual/perl-Encode
-   virtual/perl-MIME-Base64
-   virtual/perl-Time-Piece
-   x11-themes/faenza-icon-theme
-   nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( CHANGES credits.md DISCLAIMER README.md )
-
-PATCHES=( "$FILESDIR"/change_icon_path.patch )
-
-pkg_setup() {
-   if use nautilus; then
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_unpack() {
-   default
-
-   unpack "${S}"/clamtk.1.gz
-
-   if use kde; then
-   unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz
-   fi
-
-   if use nautilus; then
-   unpack 
"${S}"/../clamtk-gnome-${MY_PV_NAUTILUS}/clamtk-gnome.1.gz
-   fi
-
-   if use nemo; then
-   unpack 
"${S}"/../nemo-sendto-clamtk-${MY_PV_NEMO}/nemo-sendto-clamtk.1.gz
-   fi
-
-   if use thunar; t

[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2018-09-18 Thread Georgy Yakovlev
commit: 35ca7843e137fcfe05be6a0a3eab2578c0cc2956
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Sep 16 20:43:36 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Sep 19 04:35:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ca7843

app-antivirus/clamtk: bump to version 5.26

Closes: https://bugs.gentoo.org/666362
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-antivirus/clamtk/Manifest   |   1 +
 app-antivirus/clamtk/clamtk-5.26.ebuild | 173 
 2 files changed, 174 insertions(+)

diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
index fbcd50425ff..96a5dc63ab2 100644
--- a/app-antivirus/clamtk/Manifest
+++ b/app-antivirus/clamtk/Manifest
@@ -1,4 +1,5 @@
 DIST clamtk-5.25.tar.xz 243444 BLAKE2B 
3d46ba9fba200b432594719c16d9b09637b8990f3ddfa9aa5b1c9193879c2e28d5e52c40525e99630b33138b39cfe5e804ecd9cb1cc85bbf06b0544aba0c877b
 SHA512 
3886e829388ccfcaacec8b1e62be23898851ef68a5b6a1bed01e2eea31a899d0d5ca7727288633ef0612d90ba60330df1d0275c5c92154879a0d8a553180b414
+DIST clamtk-5.26.tar.xz 243748 BLAKE2B 
42845cdd0f9e7387b2b69c5844ba26306ba1b0e64f70c16bcb7a830ba17c35dd681e48f9b386f6fbbc5c4a8da1ac9383ca7ef19376ac7955405fd9234b3e
 SHA512 
791228a678a0b3bd57ef6effc959bec0c78151f56715d85ca8fafc139ab649d417762db1f567e9fc28d10475138ba90012a9fe9b49840a7658039f9d42e7bcf5
 DIST clamtk-gnome-0.02.tar.xz 14888 BLAKE2B 
2137e7bc53f557cdb2f03afe3b6cb3b1185bb12c6b646f2bdb74c69bc3d6b59b23895d36583225f6a536d91237ffd84d307e7b52f16336a88311a60b84b2cbcd
 SHA512 
f4a33d31ecf914f016fd029a7e9b9c903ba39bb139ed21f15786445d2394ace36ff08396baf68130d4bc3081847c34efda31ad3f727b9f5c479da4392750940f
 DIST clamtk-kde-0.18.tar.xz 17732 BLAKE2B 
ca82934417f2d869fd8c8e36a31ef4a52cf4ee73581c5d1d400c1b28908c5ea2524a8f5d1110b1e949038378613fb4d5607d5123eebe91df695a53d0dd489302
 SHA512 
145ddd349010e0bb6fe3295e50d6e15a2dd96e604babbd5de4cb49ba75169d2050777cac38e40ac6a64cb89ddf94025d610aca73136c75f81115d0a2d863d24e
 DIST nemo-sendto-clamtk-0.04.tar.xz 4228 BLAKE2B 
ce656d4f021bc30cd12fb2ee5f98a78c1f1fdb2460ed2cbba0b572408617f91b39b2ca2fe542b9cec7be79b4b9fdfd685f5553e1a671454ca1e6723241dcb805
 SHA512 
2b5d3abbc4ae5dbc71b1b7bc836df88ad51e6afa00d5e954b5c1355a70c0420b6fef895e1cb5cccb86a662aee2039cef6c01821c1347fa155b5da3529b25562c

diff --git a/app-antivirus/clamtk/clamtk-5.26.ebuild 
b/app-antivirus/clamtk/clamtk-5.26.ebuild
new file mode 100644
index 000..2c7c172c091
--- /dev/null
+++ b/app-antivirus/clamtk/clamtk-5.26.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="af ar ast az bg bs ca cs da de el_GR en_AU en_CA en_GB eo es eu fi 
fo fr ga gl he hr hu id it ja km ko lo lt lv mr ms nb nl nl_BE nn pa pl pt 
pt_BR ro ru si sk sl sr@latin sv ta te th tr ug uk uz zh_CN zh_TW"
+PLOCALE_BACKUP="en_GB"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop l10n perl-functions python-single-r1 xdg-utils
+
+MY_PV_KDE="0.18"
+MY_PV_NAUTILUS="0.02"
+MY_PV_NEMO="0.04"
+MY_PV_THUNAR="0.06"
+
+DESCRIPTION="A graphical front-end for ClamAV"
+HOMEPAGE="https://dave-theunsub.github.io/clamtk/";
+SRC_URI="https://bitbucket.org/davem_/clamtk/downloads/${P}.tar.xz
+   kde? ( 
https://bitbucket.org/davem_/${PN}-kde/downloads/${PN}-kde-${MY_PV_KDE}.tar.xz )
+   nautilus? ( 
https://bitbucket.org/davem_/${PN}-gnome/downloads/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz
 )
+   nemo? ( 
https://bitbucket.org/davem_/nemo-sendto-${PN}/downloads/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz
 )
+   thunar? ( 
https://bitbucket.org/davem_/thunar-sendto-${PN}/downloads/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz
 )"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="kde nautilus nemo +nls thunar"
+REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="app-antivirus/clamav
+   dev-perl/File-chdir
+   dev-perl/Gtk2
+   dev-perl/JSON
+   dev-perl/LWP-Protocol-https
+   dev-perl/LWP-UserAgent-Cached
+   dev-perl/Locale-gettext
+   dev-perl/Text-CSV
+   dev-perl/glib-perl
+   dev-perl/libwww-perl
+   virtual/perl-Digest-MD5
+   virtual/perl-Digest-SHA
+   virtual/perl-Encode
+   virtual/perl-MIME-Base64
+   virtual/perl-Time-Piece
+   x11-themes/faenza-icon-theme
+   nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )"
+
+DEPEND="nls? ( sys-devel/gettext )"
+
+DOCS=( CHANGES credits.md DISCLAIMER README.md )
+
+PATCHES=( "$FILESDIR"/change_icon_path.patch )
+
+pkg_setup() {
+   if use nautilus; then
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_unpack() {
+   default
+
+   unpack "${S}"/clamtk.1.gz
+
+   if use kde; then
+   unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz
+   fi
+
+   if us

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

2018-09-18 Thread Fabian Groffen
commit: e4e0488927a6fbd7e967cd608d71ac578a82729e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Sep 19 02:56:23 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Sep 19 02:57:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e04889

mail-client/mutt: revbump with fix for nntp crash

Package-Manager: Portage-2.3.40.3-prefix, Repoman-2.3.9

 mail-client/mutt/Manifest  |   1 +
 mail-client/mutt/mutt-1.10.1-r1.ebuild | 282 +
 2 files changed, 283 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 731e6631085..bbe31a8f1e7 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -3,6 +3,7 @@ DIST mutt-1.7.2.tar.gz 4025880 BLAKE2B 
ab0430ffb10d03e3e904d54540db6c0aecb4590da
 DIST mutt-1.9.4.tar.gz 4197655 BLAKE2B 
b34224622f590f2cb528644c636e6f5ddc39215f8e0b348c2444cfb8563636ceff52e5a0981e8279bb2d6e48814493ffdbb1122ba6d3e78a9904e8cc2e407398
 SHA512 
b8266af8b487f5be238d03f717ddd69b3dc2eeb4e3ada2c2651c9ad7e0558b92f2c256361a4f688cf80c500c490d47c0e3ef5972bdf1208693da7868a58aca6b
 DIST mutt-1.9.5.tar.gz 4207937 BLAKE2B 
0ea5473995e48bbe957506a1e66eb4be234ab9b79c94aee53dbe261baf4b396096648448662ecc17a926ab16369505beda3dd93d2df35397d445d542f53be663
 SHA512 
08ceeb7b212f74e4e2b18fedfe15c5ac46a22449f4e75038485748a742727ad6a2d00c1cfee99e1e195e720d83a6320ae38a3f4f94cd92667f22270f3cf6637b
 DIST mutt-gentoo-1.10.1-patches-r0.tar.xz 108396 BLAKE2B 
86edca04154f96efce27543326f8610dffba0085c7d69e82a7ac5f48ae9cd6662bcf6afa0e55b3d83ec054ee2eb86dff70b0c15a5170f41cc57887e17a661406
 SHA512 
1e0675803abc2bc116ef6e726f5009c43b0fb7bbf9bd3141a7cbbded51033695ddcc5228612f228cd19dae4181719e756a85e3fa2c8c9a9a4a9aefb4170bd5f5
+DIST mutt-gentoo-1.10.1-patches-r1.tar.xz 108416 BLAKE2B 
22383f7d2f4ad405d6e691104d925b9547897f5bd730b5c573e8ac2d6902b0efa70432db077539122baff8d542964caa6204e6f09c235fe3454c30cf2a72af85
 SHA512 
ae23ddf13508ab565f6023544add7e2f8cf3d6b2e1cc64aa66f8b38fdabb2c1e3ca17c9b65ffab795428568c1d8eaf088f5dc823d377a9de4773c29bce228a33
 DIST mutt-gentoo-1.7.2-patches-r1.tar.xz 143816 BLAKE2B 
ecc845983dc00e388c25ced0ca0c253d9fdfa813e9df6a4f166f4ccbb05cc26b5522fa84ccdfd1f92d5cce7291ac3d70ddefaeac3e13dafc892f924236a62f11
 SHA512 
21703bc808ae510e26ede38e1dda5d7c74cad15823154584a83209e9dbf68bf6350961e66729cf2ede78bde003f3b92567d42f9f8f89ed53643dcfa536625b7e
 DIST mutt-gentoo-1.9.4-patches-r1.tar.xz 114212 BLAKE2B 
bb14bb8ce8c2088dd32d6528f60e666d213aa557ce3f830f8ccf6e9199ea2083ea8b6605bee7aba6e96a40d127c076a581de656eabc257a00aa584fba6263fbd
 SHA512 
c011c24767ad8b4a096a91c8531f923057e98e4439f0d0e00e70d761b434fec8c8bb1394e765b3f1be16212df76f99abdaa4f3347299c88f4c73e9b6d13525e3
 DIST mutt-gentoo-1.9.5-patches-r0.tar.xz 113924 BLAKE2B 
d04ef58a310b913eef783814d608dc495d449baf8efcc43ab3203ef9fc136d26afcfa9261e8ba74d20a9abaa8f672a93aadd7e197478fecb970745a8cc610f65
 SHA512 
3740c66cffa356501538b16be51575391146c8bb2d0a04fa1f391e781fae52d8fc97d096a543fff3237da83c83b7c219319c7902a91af1d89d3515d5debc3a5f

diff --git a/mail-client/mutt/mutt-1.10.1-r1.ebuild 
b/mail-client/mutt/mutt-1.10.1-r1.ebuild
new file mode 100644
index 000..c23817e7155
--- /dev/null
+++ b/mail-client/mutt/mutt-1.10.1-r1.ebuild
@@ -0,0 +1,282 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic autotools
+
+PATCHREV="r1"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+   https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="berkdb crypt debug doc gdbm gnutls gpg gpgme +hcache idn +imap kerberos 
libressl +lmdb mbox nls nntp notmuch pgp_classic pop qdbm +sasl selinux slang 
smime smime_classic +smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
+REQUIRED_USE="
+   hcache?   ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+   imap? ( ssl )
+   pop?  ( ssl )
+   nntp? ( ssl )
+   smime?( ssl !gnutls )
+   smime_classic?( ssl !gnutls )
+   smtp? ( ssl sasl )
+   sasl? ( || ( imap pop smtp nntp ) )
+   kerberos? ( || ( imap pop smtp nntp ) )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
+CDEPEND="
+   app-misc/mime-types
+
+   berkdb?( >=sys-libs/db-4:= 

[gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/powerpc/

2018-09-18 Thread Matt Turner
commit: 05e356bcc982304094da5e01a18dfc0906c69de7
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 01:11:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 01:11:47 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=05e356bc

kconfig/powerpc: Disable bootup logo

On my iMac G4 it causes corruption with CONFIG_FB_OF

 releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config| 5 +
 releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config | 5 +
 releases/weekly/kconfig/powerpc/installcd-ppc64apple-4.14.config | 5 +
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config 
b/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config
index 37713f51..0ea1bb96 100644
--- a/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config
+++ b/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config
@@ -2226,10 +2226,7 @@ CONFIG_DUMMY_CONSOLE_ROWS=25
 CONFIG_FRAMEBUFFER_CONSOLE=y
 # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
-CONFIG_LOGO=y
-CONFIG_LOGO_LINUX_MONO=y
-CONFIG_LOGO_LINUX_VGA16=y
-CONFIG_LOGO_LINUX_CLUT224=y
+# CONFIG_LOGO is not set
 # CONFIG_SOUND is not set
 
 #

diff --git a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config 
b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
index aac2dcf0..e71e289b 100644
--- a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
+++ b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
@@ -2400,10 +2400,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
 # CONFIG_FB_CON_DECOR is not set
-CONFIG_LOGO=y
-CONFIG_LOGO_LINUX_MONO=y
-CONFIG_LOGO_LINUX_VGA16=y
-CONFIG_LOGO_LINUX_CLUT224=y
+# CONFIG_LOGO is not set
 # CONFIG_SOUND is not set
 
 #

diff --git a/releases/weekly/kconfig/powerpc/installcd-ppc64apple-4.14.config 
b/releases/weekly/kconfig/powerpc/installcd-ppc64apple-4.14.config
index 3186435f..d6f3a8a1 100644
--- a/releases/weekly/kconfig/powerpc/installcd-ppc64apple-4.14.config
+++ b/releases/weekly/kconfig/powerpc/installcd-ppc64apple-4.14.config
@@ -2332,10 +2332,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
 # CONFIG_FB_CON_DECOR is not set
-CONFIG_LOGO=y
-CONFIG_LOGO_LINUX_MONO=y
-CONFIG_LOGO_LINUX_VGA16=y
-CONFIG_LOGO_LINUX_CLUT224=y
+# CONFIG_LOGO is not set
 # CONFIG_SOUND is not set
 
 #



[gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/powerpc/

2018-09-18 Thread Matt Turner
commit: d947d5dfb88a158dbfd846cd55638c846c72bff2
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 00:25:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 00:25:04 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=d947d5df

kconfig/powerpc: Enable firewire on ppc32

Bug: https://bugs.gentoo.org/496786

 releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config 
b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
index a78f3416..b6f17993 100644
--- a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
+++ b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
@@ -1246,7 +1246,10 @@ CONFIG_DM_MULTIPATH=m
 #
 # IEEE 1394 (FireWire) support
 #
-# CONFIG_FIREWIRE is not set
+CONFIG_FIREWIRE=m
+CONFIG_FIREWIRE_OHCI=m
+CONFIG_FIREWIRE_SBP2=m
+CONFIG_FIREWIRE_NET=m
 # CONFIG_FIREWIRE_NOSY is not set
 CONFIG_MACINTOSH_DRIVERS=y
 CONFIG_ADB=y



[gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/powerpc/

2018-09-18 Thread Matt Turner
commit: 557c5ce752bfb940c9383934e5414165867ca295
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 01:05:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 01:05:34 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=557c5ce7

kconfig/powerpc: More configuration updates

 .../kconfig/powerpc/installcd-ibm-4.14.config  |  11 +-
 .../powerpc/installcd-ppc32apple-4.14.config   | 108 +++
 .../powerpc/installcd-ppc64apple-4.14.config   | 154 +
 3 files changed, 120 insertions(+), 153 deletions(-)

diff --git a/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config 
b/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config
index 8a2530d3..37713f51 100644
--- a/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config
+++ b/releases/weekly/kconfig/powerpc/installcd-ibm-4.14.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/powerpc 4.14.52-gentoo Kernel Configuration
+# Linux/powerpc 4.14.65-gentoo Kernel Configuration
 #
 
 #
@@ -137,8 +137,10 @@ CONFIG_GENERIC_CMOS_UPDATE=y
 #
 # Timers subsystem
 #
-CONFIG_HZ_PERIODIC=y
-# CONFIG_NO_HZ_IDLE is not set
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ_COMMON=y
+# CONFIG_HZ_PERIODIC is not set
+CONFIG_NO_HZ_IDLE=y
 # CONFIG_NO_HZ_FULL is not set
 # CONFIG_NO_HZ is not set
 # CONFIG_HIGH_RES_TIMERS is not set
@@ -1864,7 +1866,6 @@ CONFIG_I2C_OPAL=y
 # CONFIG_HSI is not set
 CONFIG_PPS=y
 # CONFIG_PPS_DEBUG is not set
-# CONFIG_NTP_PPS is not set
 
 #
 # PPS clients support
@@ -3276,4 +3277,4 @@ CONFIG_CRYPTO_HW=y
 # Certificates for signature checking
 #
 # CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
-# CONFIG_VIRTUALIZATION is not set
\ No newline at end of file
+# CONFIG_VIRTUALIZATION is not set

diff --git a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config 
b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
index b6f17993..aac2dcf0 100644
--- a/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
+++ b/releases/weekly/kconfig/powerpc/installcd-ppc32apple-4.14.config
@@ -124,8 +124,10 @@ CONFIG_GENERIC_CMOS_UPDATE=y
 #
 # Timers subsystem
 #
-CONFIG_HZ_PERIODIC=y
-# CONFIG_NO_HZ_IDLE is not set
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ_COMMON=y
+# CONFIG_HZ_PERIODIC is not set
+CONFIG_NO_HZ_IDLE=y
 # CONFIG_NO_HZ is not set
 # CONFIG_HIGH_RES_TIMERS is not set
 
@@ -413,16 +415,16 @@ CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_GOV_ATTR_SET=y
 CONFIG_CPU_FREQ_GOV_COMMON=y
 # CONFIG_CPU_FREQ_STAT is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
-# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-CONFIG_CPU_FREQ_GOV_POWERSAVE=m
-CONFIG_CPU_FREQ_GOV_USERSPACE=m
-CONFIG_CPU_FREQ_GOV_ONDEMAND=m
+# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
+# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
 # CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set
 
@@ -568,15 +570,15 @@ CONFIG_PCI_MSI=y
 # PCI switch controller drivers
 #
 # CONFIG_PCI_SW_SWITCHTEC is not set
-CONFIG_PCCARD=y
-CONFIG_PCMCIA=y
+CONFIG_PCCARD=m
+CONFIG_PCMCIA=m
 CONFIG_PCMCIA_LOAD_CIS=y
 CONFIG_CARDBUS=y
 
 #
 # PC-card bridges
 #
-CONFIG_YENTA=y
+CONFIG_YENTA=m
 CONFIG_YENTA_O2=y
 CONFIG_YENTA_RICOH=y
 CONFIG_YENTA_TI=y
@@ -998,7 +1000,7 @@ CONFIG_SCSI_MOD=y
 CONFIG_RAID_ATTRS=m
 CONFIG_SCSI=y
 CONFIG_SCSI_DMA=y
-CONFIG_SCSI_NETLINK=y
+# CONFIG_SCSI_NETLINK is not set
 # CONFIG_SCSI_MQ_DEFAULT is not set
 CONFIG_SCSI_PROC_FS=y
 
@@ -1020,7 +1022,7 @@ CONFIG_CHR_DEV_SG=m
 # SCSI Transports
 #
 CONFIG_SCSI_SPI_ATTRS=y
-CONFIG_SCSI_FC_ATTRS=m
+# CONFIG_SCSI_FC_ATTRS is not set
 CONFIG_SCSI_ISCSI_ATTRS=m
 CONFIG_SCSI_SAS_ATTRS=m
 CONFIG_SCSI_SAS_LIBSAS=m
@@ -1072,7 +1074,6 @@ CONFIG_MEGARAID_SAS=m
 CONFIG_SCSI_HPTIOP=m
 CONFIG_SCSI_BUSLOGIC=m
 # CONFIG_SCSI_FLASHPOINT is not set
-# CONFIG_LIBFC is not set
 # CONFIG_SCSI_SNIC is not set
 CONFIG_SCSI_DMX3191D=m
 CONFIG_SCSI_EATA=y
@@ -1092,9 +1093,7 @@ CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
 CONFIG_SCSI_SYM53C8XX_MMIO=y
 # CONFIG_SCSI_IPR is not set
 CONFIG_SCSI_QLOGIC_1280=m
-# CONFIG_SCSI_QLA_FC is not set
 CONFIG_SCSI_QLA_ISCSI=m
-# CONFIG_SCSI_LPFC is not set
 CONFIG_SCSI_DC395x=m
 # CONFIG_SCSI_AM53C974 is not set
 CONFIG_SCSI_NSP32=m
@@ -1106,8 +1105,6 @@ CONFIG_SCSI_MESH_RESET_DELAY_MS=4000
 CONFIG_SCSI_MAC53C94=m
 # CONFIG_SCSI_PMCRAID is not set
 # CONFIG_SCSI_PM8001 is not set
-# CONFIG_SCSI_BFA_FC is not set
-# CONFIG_SCSI_CHELSIO_FCOE is not set
 # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
 # CONFIG_SCSI_DH is not set
 # CONFIG_SCSI_OSD_INITIATOR is not set
@@ -1228,11 +1225,9 @@ CONFIG_DM_SNAPSHOT=m
 # 

[gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/files/3.2.2_p20160518/, media-video/aegisub/

2018-09-18 Thread Nick Sarnie
commit: 56b064a177b418c5ebbe4238fac125664311f187
Author: Nick Sarnie  gentoo  org>
AuthorDate: Wed Sep 19 00:59:33 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed Sep 19 00:59:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b064a1

media-video/aegisub: Fix build against ICU 62

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../aegisub/aegisub-3.2.2_p20160518-r2.ebuild  |  4 +-
 .../aegisub-3.2.2_p20160518-fix-icu62-build.patch  | 59 ++
 2 files changed, 62 insertions(+), 1 deletion(-)

diff --git a/media-video/aegisub/aegisub-3.2.2_p20160518-r2.ebuild 
b/media-video/aegisub/aegisub-3.2.2_p20160518-r2.ebuild
index 34d509212ba..d5b623eb234 100644
--- a/media-video/aegisub/aegisub-3.2.2_p20160518-r2.ebuild
+++ b/media-video/aegisub/aegisub-3.2.2_p20160518-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -59,6 +59,8 @@ PATCHES=(
"${FILESDIR}/${PV}/${P}-respect-compiler-flags.patch"
"${FILESDIR}/${PV}/${P}-support-system-gtest.patch"
"${FILESDIR}/${PV}/${P}-fix-icu59-build.patch"
+   "${FILESDIR}/${PV}/${P}-fix-icu62-build.patch"
+
 )
 
 aegisub_check_compiler() {

diff --git 
a/media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-fix-icu62-build.patch
 
b/media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-fix-icu62-build.patch
new file mode 100644
index 000..47508951e45
--- /dev/null
+++ 
b/media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-fix-icu62-build.patch
@@ -0,0 +1,59 @@
+From d4461f65be5aa440506bd23e90e71aaf8f0ebada Mon Sep 17 00:00:00 2001
+From: sidneys 
+Date: Sat, 31 Mar 2018 02:57:19 +0200
+Subject: [PATCH] fix(updated-macos-build): prefix icu method calls
+ (icu::BreakIterator, icu::Locale, icu::UnicodeString)
+
+---
+ libaegisub/common/character_count.cpp | 6 +++---
+ src/utils.cpp | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/libaegisub/common/character_count.cpp 
b/libaegisub/common/character_count.cpp
+index 0b8c70b31..1276f74fb 100644
+--- a/libaegisub/common/character_count.cpp
 b/libaegisub/common/character_count.cpp
+@@ -36,7 +36,7 @@ icu::BreakIterator& get_break_iterator(const char *ptr, 
size_t len) {
+   static std::once_flag token;
+   std::call_once(token, [&] {
+   UErrorCode status = U_ZERO_ERROR;
+-  
bi.reset(BreakIterator::createCharacterInstance(Locale::getDefault(), status));
++  
bi.reset(icu::BreakIterator::createCharacterInstance(icu::Locale::getDefault(), 
status));
+   if (U_FAILURE(status)) throw agi::InternalError("Failed to 
create character iterator");
+   });
+ 
+@@ -58,7 +58,7 @@ size_t count_in_range(Iterator begin, Iterator end, int 
mask) {
+ 
+   size_t count = 0;
+   auto pos = character_bi.first();
+-  for (auto end = character_bi.next(); end != BreakIterator::DONE; pos = 
end, end = character_bi.next()) {
++  for (auto end = character_bi.next(); end != icu::BreakIterator::DONE; 
pos = end, end = character_bi.next()) {
+   if (!mask)
+   ++count;
+   else {
+@@ -143,7 +143,7 @@ size_t IndexOfCharacter(std::string const& str, size_t n) {
+   auto& bi = get_break_iterator(&str[0], str.size());
+ 
+   for (auto pos = bi.first(), end = bi.next(); ; --n, pos = end, end = 
bi.next()) {
+-  if (end == BreakIterator::DONE)
++  if (end == icu::BreakIterator::DONE)
+   return str.size();
+   if (n == 0)
+   return pos;
+diff --git a/src/utils.cpp b/src/utils.cpp
+index 876c4c011..2416aa7a2 100644
+--- a/src/utils.cpp
 b/src/utils.cpp
+@@ -270,9 +270,9 @@ agi::fs::path SaveFileSelector(wxString const& message, 
std::string const& optio
+ }
+ 
+ wxString LocalizedLanguageName(wxString const& lang) {
+-  Locale iculoc(lang.c_str());
++  icu::Locale iculoc(lang.c_str());
+   if (!iculoc.isBogus()) {
+-  UnicodeString ustr;
++  icu::UnicodeString ustr;
+   iculoc.getDisplayName(iculoc, ustr);
+ #ifdef _MSC_VER
+   return wxString(ustr.getBuffer());
+



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

2018-09-18 Thread Thomas Deutschmann
commit: 3a389d6b4f6ba9172df3af2c09cb6589a8d6d03e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 19 00:47:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 19 00:47:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a389d6b

sys-apps/portage: x86 stable (bug #666374)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/sys-apps/portage/portage-2.3.49.ebuild 
b/sys-apps/portage/portage-2.3.49.ebuild
index 24128034054..ab0aa47554d 100644
--- a/sys-apps/portage/portage-2.3.49.ebuild
+++ b/sys-apps/portage/portage-2.3.49.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 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2018-09-18 Thread Thomas Deutschmann
commit: 44a6e2151f65636e06f1981c1b8dc06b8faa1fd2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 19 00:48:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 19 00:48:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a6e215

app-portage/repoman: x86 stable (bug #666374)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-portage/repoman/repoman-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.10.ebuild 
b/app-portage/repoman/repoman-2.3.10.ebuild
index 0a0ad0af824..b9f9c68fa5d 100644
--- a/app-portage/repoman/repoman-2.3.10.ebuild
+++ b/app-portage/repoman/repoman-2.3.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



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

2018-09-18 Thread Thomas Deutschmann
commit: 84a1e4a826372f64a9fb6b31006730945f4c179c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 19 00:44:02 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 19 00:46:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a1e4a8

app-admin/rsyslog: bump to v8.38.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-admin/rsyslog/Manifest  |   2 +
 app-admin/rsyslog/metadata.xml  |   1 +
 app-admin/rsyslog/rsyslog-8.38.0.ebuild | 455 
 3 files changed, 458 insertions(+)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index c43d25535ad..9a7bf96e70e 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,6 +1,8 @@
 DIST rsyslog-8.35.0.tar.gz 2590108 BLAKE2B 
e201c1366b8ab96c070829d51de079212e82216a793eb7622aa91c66e2330981de8be547b1ee7f102ed7d8c8de054d58ba151e95238146a61fba8fe908c5f929
 SHA512 
3b8845fc057147c2dd740b3bb432e7fb101ad60be5c6bc86a2c2796bcd3f3526c617d45b9e8301388d51047a125ca18ba4ac54f8be2a13eabbbe8fb9361beecc
 DIST rsyslog-8.36.0.tar.gz 2639477 BLAKE2B 
9c7343d853f79e2955a8999e2871a2a9b008cb3ef75b94e2381a3a0ff3e49445593d852d7de3819851dc0d4c17a91d966ca2fbfd52e8215ebdbaf6b7ccd68bdf
 SHA512 
b0c8689374b5b0fb5ad9675ad8983ce67bd04d34ad07d39cf8f91498fd2fd21a173f1077e5fa1b66a89a9d93ab011fc6345ac1a3be9961f4794fc9e152c32a50
 DIST rsyslog-8.37.0.tar.gz 2697435 BLAKE2B 
d88a06e8a5da15ed88d0d6c92032f71be10c2b77970e26b8fe5258e116f8f635c2e359408260b8e486401b8d9ea0e234e22070f520d42bb7884923df4f216ee3
 SHA512 
2989eb7ed151e979a720fa0e95e330bda9b40f65009f7969069bcbbeee8f493c6a3189f67bbbc2529d3a2ac14a022d7e8c4f2d0dae42b67d7508d7611fa0
+DIST rsyslog-8.38.0.tar.gz 2721798 BLAKE2B 
578bc9eefce4893a9c1eb54ee7360cd9fa51b3c87ffe07a0fd5b122987f991835f603417243084de0b59286e993ad1c84237e61c44bc18457b3660668421101b
 SHA512 
9dc3bdc4ef01c2af433478e182704694cb50849d811d476a03e4ce03b3c5aecfb506e7f1c1e51fadcd63da60b067d8011b92b8c9354a688fe66f7b6ffd8f9254
 DIST rsyslog-doc-8.35.0.tar.gz 7427270 BLAKE2B 
5441080c07a8398cd5d513ba6abe0335f62762f105354105549f0440c0429c62a4f28a4cc84a71d049bc8134cd64bda2c2210a2f30fd5b94f53e0bc783e7c8d1
 SHA512 
f78d0451eef789d60f7c5ae1eed46c4a9f7a6ade73b829f65aa2373aa786b00e84e8957089532b1b652838bd9f62b41d92530276a0d27e21b8e94d5f0e4728a6
 DIST rsyslog-doc-8.36.0.tar.gz 7570338 BLAKE2B 
031f94b88fb97e6c8b01d224279138c371a5f54ecc5d7a9298b4ec6351c5d380065877888ab1969386b76b9e715937b7335bee59c3d5b8ddd4910392a58d08cb
 SHA512 
a93f56c9c9464a9ca87f61169c6fcfaa94608f31210eaac77e882e64bf5f514c887765db6bb57e4defafeb2a6e552506f0274c1ed275306efc1656f5520b5efa
 DIST rsyslog-doc-8.37.0.tar.gz 7587722 BLAKE2B 
266e5be77e4ca91e3777ee4f2c86ee7318287546c1fb84ee21f1f4995907fa8caac84ef47cec2665ef29f34151b4b22ed6c35ea1ffe0c4ddff8d05e23136
 SHA512 
827ac6762ad9257d9499201d5dc3d110c65f11891ab58d36dce568ffa5f8b57fe10505bc2c7b0743dcca319f294ba6418a880b7ca787eb19dcc1f262ba0f3b59
+DIST rsyslog-doc-8.38.0.tar.gz 7662314 BLAKE2B 
57a121950a3f6630e4736a1ff998e93b543389107d146ddb148ecd2702bb208d21a7f4d77f2fd958f2a56e092341fc6a24ed1cc80a910cb1adb54c65b5b2da04
 SHA512 
e28a09ae2fcddc711d2cfd31207c9862192598e49964a47b41fc8fa3ae5b1e08b7e2589fb5af859d58d4bf028574eb56cac6514401aa56cb482fa1166863e6a5

diff --git a/app-admin/rsyslog/metadata.xml b/app-admin/rsyslog/metadata.xml
index 5075171a370..6abc65f4fb4 100644
--- a/app-admin/rsyslog/metadata.xml
+++ b/app-admin/rsyslog/metadata.xml
@@ -21,6 +21,7 @@
Build the MongoDB output module (requires 
dev-libs/libmongo-client)
Build the MySQL database output module 
(requires virtual/mysql)
Build the normalize modify module 
(requires dev-libs/libee and dev-libs/liblognorm)
+   Build the http output module (requires 
net-misc/curl)
Build the httpfs output module (requires 
net-misc/curl)
Build the udpspoof output module 
(requires net-libs/libnet)
Build the OpenSSL network stream driver 
(requires dev-libs/openssl)

diff --git a/app-admin/rsyslog/rsyslog-8.38.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.38.0.ebuild
new file mode 100644
index 000..6df02d0bab4
--- /dev/null
+++ b/app-admin/rsyslog/rsyslog-8.38.0.ebuild
@@ -0,0 +1,455 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit autotools eutils linux-info python-any-r1 systemd
+
+DESCRIPTION="An enhanced multi-threaded syslogd with database support and more"
+HOMEPAGE="https://www.rsyslog.com/";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git";
+
+   DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git";
+
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+
+   SRC_URI="
+   https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz

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

2018-09-18 Thread Alec Warner
commit: a4dae37b8a9bd817faca63995191b373084ddf1b
Author: Alec Warner  gentoo  org>
AuthorDate: Wed Sep 19 00:22:35 2018 +
Commit: Alec Warner  gentoo  org>
CommitDate: Wed Sep 19 00:23:48 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=a4dae37b

Add HTTP to ftp.free.fr per email to mirror-admin.

 files/mirrors/distfiles.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 4f10974..3666a57 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -128,6 +128,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
 
   Free
   ftp://ftp.free.fr/mirrors/ftp.gentoo.org/
+  http://ftp.free.fr/mirrors/ftp.gentoo.org/
 
 
   soeasyto.com



[gentoo-commits] foundation/financials-rfp: New branch: master

2018-09-18 Thread Alec Warner
commit: 
Commit: Alec Warner  gentoo  org>
CommitDate: Wed Sep 19 00:06:51 2018 +

New branch: master




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

2018-09-18 Thread Andrey Utkin
commit: f946aecfb58fae2ada124df28c41289333d4db10
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Sep 17 12:57:38 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Sep 19 00:03:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f946aecf

dev-python/s3transfer: add python3_7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild
new file mode 100644
index 000..37879fd4d19
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.1.13-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
+inherit distutils-r1
+
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND="
+   dev-python/botocore[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 
'python2_7')
+"
+# Pin mock to 1.3.0 if testing failures due to mock occur.
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${CDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "tests failed under 
${EPYTHON}"
+}



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

2018-09-18 Thread Andrey Utkin
commit: 5c058b815a8a72b3caceaee814783c1dab21f607
Author: Andrey Utkin  gentoo  org>
AuthorDate: Sat Sep  8 23:59:54 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Sep 19 00:03:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c058b81

dev-python/jmespath: add python3_7, EAPI=7

Acked-by: Alexis Ballier  gentoo.org>
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/jmespath/jmespath-0.9.3-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild 
b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
new file mode 100644
index 000..252f4e77c07
--- /dev/null
+++ b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSON Matching Expressions"
+HOMEPAGE="https://github.com/boto/jmespath https://pypi.org/project/jmespath/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_test() {
+   nosetests || die
+}



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

2018-09-18 Thread Andrey Utkin
commit: 725527923f9907ed075bb4000a777c1487a4848b
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Sep 17 12:55:54 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Sep 19 00:03:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72552792

dev-python/botocore: add python3_7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/botocore/{botocore-.ebuild => botocore-1.12.4-r1.ebuild} | 2 +-
 dev-python/botocore/botocore-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/botocore/botocore-.ebuild 
b/dev-python/botocore/botocore-1.12.4-r1.ebuild
similarity index 95%
copy from dev-python/botocore/botocore-.ebuild
copy to dev-python/botocore/botocore-1.12.4-r1.ebuild
index 82cc15e1a9c..822a910e36e 100644
--- a/dev-python/botocore/botocore-.ebuild
+++ b/dev-python/botocore/botocore-1.12.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
 
 inherit distutils-r1
 

diff --git a/dev-python/botocore/botocore-.ebuild 
b/dev-python/botocore/botocore-.ebuild
index 82cc15e1a9c..822a910e36e 100644
--- a/dev-python/botocore/botocore-.ebuild
+++ b/dev-python/botocore/botocore-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
 
 inherit distutils-r1
 



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

2018-09-18 Thread Andrey Utkin
commit: a4bfd0fddd4ec83b7c5548788119991e0b4a2a56
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Sep 17 13:01:54 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Sep 19 00:03:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bfd0fd

dev-python/boto3: add python3_7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/boto3/{boto3-.ebuild => boto3-1.9.4-r1.ebuild} | 2 +-
 dev-python/boto3/boto3-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/boto3/boto3-.ebuild 
b/dev-python/boto3/boto3-1.9.4-r1.ebuild
similarity index 94%
copy from dev-python/boto3/boto3-.ebuild
copy to dev-python/boto3/boto3-1.9.4-r1.ebuild
index d62092d13ce..c4a2a220409 100644
--- a/dev-python/boto3/boto3-.ebuild
+++ b/dev-python/boto3/boto3-1.9.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/boto3/boto3-.ebuild 
b/dev-python/boto3/boto3-.ebuild
index d62092d13ce..c4a2a220409 100644
--- a/dev-python/boto3/boto3-.ebuild
+++ b/dev-python/boto3/boto3-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
 
 inherit distutils-r1 vcs-snapshot
 



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

2018-09-18 Thread Richard Freeman
commit: dd87e959015a2e89664ffd6bf789b85d644f63e5
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Sep 18 23:28:23 2018 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Sep 18 23:28:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd87e959

www-client/chromium: amd64 stable

Bug: https://bugs.gentoo.org/666502
Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

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



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

2018-09-18 Thread Louis Sautier
commit: c94a075fc3b693951b335d61c8f283cb6655ee86
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Sep 18 23:18:28 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Sep 18 23:21:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94a075f

dev-python/unidecode: add Python 3.7, PyPy3, EAPI=7, fix LICENSE

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/unidecode/unidecode-1.0.22.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/unidecode/unidecode-1.0.22.ebuild 
b/dev-python/unidecode/unidecode-1.0.22.ebuild
index af46dbffb7d..fcf847f5df2 100644
--- a/dev-python/unidecode/unidecode-1.0.22.ebuild
+++ b/dev-python/unidecode/unidecode-1.0.22.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 MY_PN=Unidecode
 MY_P=${MY_PN}-${PV}
@@ -14,13 +14,13 @@ DESCRIPTION="Module providing ASCII transliterations of 
Unicode text"
 HOMEPAGE="https://pypi.org/project/Unidecode/";
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 S=${WORKDIR}/${MY_P}
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
esetup.py test



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

2018-09-18 Thread Louis Sautier
commit: 96b755dee62208cf827d21ae530b76387546765b
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Sep 18 23:10:51 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Sep 18 23:21:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b755de

dev-python/unidecode: fix metadata, add upstream info

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/unidecode/metadata.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/unidecode/metadata.xml 
b/dev-python/unidecode/metadata.xml
index aa946fa1ec4..c4df2883b93 100644
--- a/dev-python/unidecode/metadata.xml
+++ b/dev-python/unidecode/metadata.xml
@@ -6,9 +6,11 @@
 Python
   
   
-This is a Python port of the Text::Unidecode Perl 
(dev-perl/Text-Unidecode module
-
+This is a Python port of the Text::Unidecode Perl module 
(dev-perl/Text-Unidecode).
+  
   
 Unidecode
+avian2/unidecode
+https://github.com/avian2/unidecode/issues
   
 



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

2018-09-18 Thread Louis Sautier
commit: a9d07bef1943eb33242b9cdf5bec1951eaed823b
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Sep 18 23:04:41 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Sep 18 23:04:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d07bef

dev-python/jaraco-itertools: remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/jaraco-itertools/Manifest   |  1 -
 .../jaraco-itertools/jaraco-itertools-2.4.ebuild   | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-python/jaraco-itertools/Manifest 
b/dev-python/jaraco-itertools/Manifest
index b4bcf29cc7d..413eebf6860 100644
--- a/dev-python/jaraco-itertools/Manifest
+++ b/dev-python/jaraco-itertools/Manifest
@@ -1,4 +1,3 @@
 DIST jaraco.itertools-2.3.tar.gz 12857 BLAKE2B 
714b123965af3ff593205aab373f3097709729377cd867ca2a7ccbb7795b1818f47b0b316d4c927c9aec4eb66fe1da63b44c1d60db310dd97b5444b01f7db04d
 SHA512 
070a442531fd079fefcb61bbbdb0cc98bc88cbc5f23f6cb40ee1fafbc9a259c69e0a373e949ab54d22836f54b0de41e1b09d10692f92d18030825ca09345be48
-DIST jaraco.itertools-2.4.tar.gz 13026 BLAKE2B 
f7e73667a1aae0641cc8ef1bb901fe54ba6ff3742148840fb355677c9370bfa8a4ab2654864fb224f342552e5bd551e168fb7aa0dd3c61c6f10cd2b4b398f580
 SHA512 
95d687b4c7f32e2f8e712bd5ac8b82fa63a1571a9062d9182f13bf027c65d4266b87c2c450a89dd2ac01124e5ccaeb976a9cf14788778903be79db5f7dda6167
 DIST jaraco.itertools-2.5.2.tar.gz 13744 BLAKE2B 
3f27144d580805380446b89972c785fa7d7a37a4841d07584efff31f4bdb1ffb9c5e00571172050e63fd65531d7f1db3d9272420c200e717bf9b6dad4b2e4dc4
 SHA512 
6e5085eb60451f7a5e46df7f69c73062680d980e46a0d41c4e6baaf47d48f413f7cf0ee26b0b24d90e2499174df41b37d7388cfe33e52bfcbc96f7378213d575
 DIST jaraco.itertools-2.5.tar.gz 13617 BLAKE2B 
06c008a33a451314aa3e4ff0a5753dcd5e7f0b6504faea5574ea9d2061999246efbd62789e6ba81d49cc12cd4b13dd8241e58cbc71de611bd0cc773e5d40a1fa
 SHA512 
9e56282073e7a09bcbe114c863c27d4a8233dc5b2805b17f174afcaba8643e6f8405c26f492713d0970975535102b188a4bad246b747a5718362c81a845cb494

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild 
b/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild
deleted file mode 100644
index 86d3ccea615..000
--- a/dev-python/jaraco-itertools/jaraco-itertools-2.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Tests fail with PyPy and PyPy 3
-PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Tools for working with iterables. Complements itertools and 
more_itertools"
-HOMEPAGE="https://github.com/jaraco/jaraco.itertools";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/namespace-jaraco[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/inflect[${PYTHON_USEDEP}]
-   >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
-   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   # Override pytest options to skip flake8
-   PYTHONPATH=. pytest -v --override-ini="addopts=--doctest-modules" \
-   || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



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

2018-09-18 Thread Matt Turner
commit: 9322294404f2c5011564047a1534c4c049a7ccfa
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 23:00:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 23:04:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93222944

dev-util/cppcheck: Add upstream patch to fix test

On some platforms 'char' is unsigned by default, causing the test to
fail.

See https://trofi.github.io/posts/203-signed-char-or-unsigned-char.html

 dev-util/cppcheck/cppcheck-1.84-r1.ebuild  | 110 +
 .../files/cppcheck-1.84-char-signedness.patch  |  88 +
 2 files changed, 198 insertions(+)

diff --git a/dev-util/cppcheck/cppcheck-1.84-r1.ebuild 
b/dev-util/cppcheck/cppcheck-1.84-r1.ebuild
new file mode 100644
index 000..4d0e7a668ec
--- /dev/null
+++ b/dev-util/cppcheck/cppcheck-1.84-r1.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic qmake-utils toolchain-funcs
+
+DESCRIPTION="Static analyzer of C/C++ code"
+HOMEPAGE="http://cppcheck.sourceforge.net";
+SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE="htmlreport pcre qt5"
+
+RDEPEND="
+   dev-libs/tinyxml2:=
+   htmlreport? ( dev-python/pygments[${PYTHON_USEDEP}] )
+   pcre? ( dev-libs/libpcre )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.75-tinyxml2.patch
+   "${FILESDIR}"/${PN}-1.84-char-signedness.patch
+)
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++0x
+
+   # Drop bundled libs, patch Makefile generator and re-run it
+   rm -r externals/tinyxml || die
+   tc-export CXX
+   emake dmake
+   ./dmake || die
+}
+
+src_configure() {
+   if use pcre ; then
+   sed -e '/HAVE_RULES=/s:=no:=yes:' \
+   -i Makefile || die
+   fi
+}
+
+src_compile() {
+   export LIBS="$(pkg-config --libs tinyxml2)"
+   emake ${PN} man \
+   CFGDIR="${EROOT}usr/share/${PN}/cfg" \
+   
DB2MAN="${EROOT}usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl"
+
+   if use qt5 ; then
+   pushd gui || die
+   eqmake5
+   emake
+   popd || die
+   fi
+   if use htmlreport ; then
+   pushd htmlreport || die
+   distutils-r1_src_compile
+   popd || die
+   fi
+}
+
+src_test() {
+   # safe final version
+   mv -v ${PN}{,.final} || die
+   mv -v lib/library.o{,.final} || die
+   mv -v cli/cppcheckexecutor.o{,.final} || die
+   #trigger recompile with CFGDIR inside ${S}
+   emake check CFGDIR="${S}/cfg"
+   # restore
+   mv -v ${PN}{.final,} || die
+   mv -v lib/library.o{.final,} || die
+   mv -v cli/cppcheckexecutor.o{.final,} || die
+}
+
+src_install() {
+   # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760
+   emake install DESTDIR="${ED}"
+
+   insinto "/usr/share/${PN}/cfg"
+   doins cfg/*.cfg
+   if use qt5 ; then
+   dobin gui/${PN}-gui
+   dodoc gui/{projectfile.txt,gui.${PN}}
+   fi
+   if use htmlreport ; then
+   pushd htmlreport || die
+   distutils-r1_src_install
+   popd || die
+   find "${D}" -name "*.egg-info" -delete
+   else
+   rm "${ED}/usr/bin/cppcheck-htmlreport" || die
+   fi
+   doman ${PN}.1
+   dodoc -r triage
+}

diff --git a/dev-util/cppcheck/files/cppcheck-1.84-char-signedness.patch 
b/dev-util/cppcheck/files/cppcheck-1.84-char-signedness.patch
new file mode 100644
index 000..ee1b136c9a9
--- /dev/null
+++ b/dev-util/cppcheck/files/cppcheck-1.84-char-signedness.patch
@@ -0,0 +1,88 @@
+From 320a957bbc912325363cf86b61108db860195ec3 Mon Sep 17 00:00:00 2001
+From: Alexander Mai 
+Date: Thu, 28 Jun 2018 22:16:18 +0200
+Subject: [PATCH] Extend TestSymbolDatabase::findFunction19 to outline
+ different results depending whether char is signed or unsigned on compile
+ time
+
+---
+ test/testsymboldatabase.cpp | 28 
+ 1 file changed, 20 insertions(+), 8 deletions(-)
+
+diff --git a/test/testsymboldatabase.cpp b/test/testsymboldatabase.cpp
+index 0dafd2730..28473e8e9 100644
+--- a/test/testsymboldatabase.cpp
 b/test/testsymboldatabase.cpp
+@@ -26,6 +26,7 @@
+ #include "tokenlist.h"
+ #include "utils.h"
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -5065,6 +5066,7 @@ private:
+ 

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

2018-09-18 Thread Louis Sautier
commit: 2585457d1534d2a51f86c46f57c8c6b88ba70649
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Sep 18 23:04:12 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Sep 18 23:04:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2585457d

dev-python/jaraco-itertools: bump to 2.5.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/jaraco-itertools/Manifest   |  1 +
 .../jaraco-itertools/jaraco-itertools-2.5.2.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/jaraco-itertools/Manifest 
b/dev-python/jaraco-itertools/Manifest
index 17f265b4f7f..b4bcf29cc7d 100644
--- a/dev-python/jaraco-itertools/Manifest
+++ b/dev-python/jaraco-itertools/Manifest
@@ -1,3 +1,4 @@
 DIST jaraco.itertools-2.3.tar.gz 12857 BLAKE2B 
714b123965af3ff593205aab373f3097709729377cd867ca2a7ccbb7795b1818f47b0b316d4c927c9aec4eb66fe1da63b44c1d60db310dd97b5444b01f7db04d
 SHA512 
070a442531fd079fefcb61bbbdb0cc98bc88cbc5f23f6cb40ee1fafbc9a259c69e0a373e949ab54d22836f54b0de41e1b09d10692f92d18030825ca09345be48
 DIST jaraco.itertools-2.4.tar.gz 13026 BLAKE2B 
f7e73667a1aae0641cc8ef1bb901fe54ba6ff3742148840fb355677c9370bfa8a4ab2654864fb224f342552e5bd551e168fb7aa0dd3c61c6f10cd2b4b398f580
 SHA512 
95d687b4c7f32e2f8e712bd5ac8b82fa63a1571a9062d9182f13bf027c65d4266b87c2c450a89dd2ac01124e5ccaeb976a9cf14788778903be79db5f7dda6167
+DIST jaraco.itertools-2.5.2.tar.gz 13744 BLAKE2B 
3f27144d580805380446b89972c785fa7d7a37a4841d07584efff31f4bdb1ffb9c5e00571172050e63fd65531d7f1db3d9272420c200e717bf9b6dad4b2e4dc4
 SHA512 
6e5085eb60451f7a5e46df7f69c73062680d980e46a0d41c4e6baaf47d48f413f7cf0ee26b0b24d90e2499174df41b37d7388cfe33e52bfcbc96f7378213d575
 DIST jaraco.itertools-2.5.tar.gz 13617 BLAKE2B 
06c008a33a451314aa3e4ff0a5753dcd5e7f0b6504faea5574ea9d2061999246efbd62789e6ba81d49cc12cd4b13dd8241e58cbc71de611bd0cc773e5d40a1fa
 SHA512 
9e56282073e7a09bcbe114c863c27d4a8233dc5b2805b17f174afcaba8643e6f8405c26f492713d0970975535102b188a4bad246b747a5718362c81a845cb494

diff --git a/dev-python/jaraco-itertools/jaraco-itertools-2.5.2.ebuild 
b/dev-python/jaraco-itertools/jaraco-itertools-2.5.2.ebuild
new file mode 100644
index 000..4342eba0bde
--- /dev/null
+++ b/dev-python/jaraco-itertools/jaraco-itertools-2.5.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Tests fail with PyPy and PyPy 3
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Tools for working with iterables. Complements itertools and 
more_itertools"
+HOMEPAGE="https://github.com/jaraco/jaraco.itertools";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/namespace-jaraco[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/inflect[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2018-09-18 Thread Matt Turner
commit: b3fba1371e781673b67c885a79515358e4142f8e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 22:56:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 23:04:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fba137

dev-libs/tinyxml2-6.2.0: added ~ppc64, bug 664468

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

diff --git a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
index 97f2b558c24..a80b6b7e203 100644
--- a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="ZLIB"
 SLOT="0/6"
-KEYWORDS="amd64 arm ~arm64 hppa sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 sparc x86"
 IUSE="static-libs test"
 
 multilib_src_configure() {



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

2018-09-18 Thread Matt Turner
commit: a3da9590e6f4d77575ff50b4efa6e4b3a6a65fa5
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 23:02:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 23:04:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3da9590

dev-util/cppcheck-1.84-r1: added ~ppc64, bug 664470

 dev-util/cppcheck/cppcheck-1.84-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cppcheck/cppcheck-1.84-r1.ebuild 
b/dev-util/cppcheck/cppcheck-1.84-r1.ebuild
index 4d0e7a668ec..82a4ecbe4b9 100644
--- a/dev-util/cppcheck/cppcheck-1.84-r1.ebuild
+++ b/dev-util/cppcheck/cppcheck-1.84-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 IUSE="htmlreport pcre qt5"
 
 RDEPEND="



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

2018-09-18 Thread Andreas Hüttel
commit: 0a6c1c294b6dfddbec77c9652cf216fafaaae835
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Sep 18 23:03:21 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Sep 18 23:03:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6c1c29

app-text/ghostscript-gpl: Version bump, bug 635426

Bug: https://bugs.gentoo.org/635426
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-text/ghostscript-gpl/Manifest  |   2 +
 .../ghostscript-gpl/ghostscript-gpl-9.25.ebuild| 206 +
 2 files changed, 208 insertions(+)

diff --git a/app-text/ghostscript-gpl/Manifest 
b/app-text/ghostscript-gpl/Manifest
index cee09ba8770..70b25a2d843 100644
--- a/app-text/ghostscript-gpl/Manifest
+++ b/app-text/ghostscript-gpl/Manifest
@@ -1,2 +1,4 @@
 DIST ghostscript-9.21.tar.xz 29164532 BLAKE2B 
275e81e44585e186cdfd9f517d1ac77ec840c62ef01f107f6ec0131546c4a2b526000cbc4ba6a91b55eedb8f3783fbf831059d791ea441a484ce29dd5dd6af0e
 SHA512 
cfea089b92fb01e3f7c18a9ce05e7165fc8b356e2914bf53b7f2fd9de672279c8b97ced07e983e619f0d4334ce16018b100cfbf0cc872c215a8cf2aff4c78731
+DIST ghostscript-9.25.tar.xz 33027708 BLAKE2B 
7c6684898ef04bc5b6be8fec86adbf7b270107f4063b299175f5c08e5e7ace2468e1512a297464fda5695c830808916e6a0dd1202ca7e85b32cfd175d8cc2b18
 SHA512 
7a1c0b7546ed523f50c1452d4a1c13fcf043d6060fc9708bbc4b543f66ecb1b619b6e71998094ac702ef44a2fd159b6523271de19b1cae352981ef51fb637651
 DIST ghostscript-gpl-9.21-patchset-1.tar.xz 6196 BLAKE2B 
d2bccba582873d29c1724469af66a5aa72755d6ff73bbdadbf33e5eb4a2027c2cf14415319c3c3c6d03a9fbd9bad43e3bf7ef57eb7a3361305f6efb7fa550675
 SHA512 
58fef7080ca17a238231fb528be48f52bcfa771b1e496d7fede6df45fb927f1bb1c755cb77e02aa739295b0ccf0b3d3959f9a05a1628d32ffd11e134c0e0d355
+DIST ghostscript-gpl-9.25-patchset-1.tar.xz 3716 BLAKE2B 
0a4c32b3d0c0152b0dc7c62bf2b0bc8e30a369c2aed7c7be4a231948123c2242ce96ae5b1fd485bdae84d7cde1be9f3b3a16831fe77dfbc7ac6cd28bb5e14442
 SHA512 
7ad9558b00cc11d0872b32d2f1430d2e47730a2360c79d88299c87f8d6d4c15adb5c679ebdcaf50c58d9051c6a1d6f6873e4d81aadfbf3ce202ad94b6dc8981f

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
new file mode 100644
index 000..2d27fdc8171
--- /dev/null
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.25.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib versionator flag-o-matic toolchain-funcs
+
+DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for 
PDF"
+HOMEPAGE="https://ghostscript.com/";
+
+MY_P=${P/-gpl}
+PVM=$(get_version_component_range 1-2)
+PVM_S=$(replace_all_version_separators "" ${PVM})
+
+MY_PATCHSET=1
+
+SRC_URI="
+   
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patchset-${MY_PATCHSET}.tar.xz
+"
+
+LICENSE="AGPL-3 CPL-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="cups dbus gtk l10n_de static-libs tiff unicode X"
+
+COMMON_DEPEND="
+   app-text/libpaper
+   media-libs/fontconfig
+   >=media-libs/freetype-2.4.9:2=
+   media-libs/jbig2dec
+   >=media-libs/lcms-2.6:2
+   >=media-libs/libpng-1.6.2:0=
+   >=media-libs/openjpeg-2.1.0:2=
+   >=sys-libs/zlib-1.2.7:=
+   virtual/jpeg:0
+   cups? ( >=net-print/cups-1.3.8 )
+   dbus? ( sys-apps/dbus )
+   gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) )
+   unicode? ( net-dns/libidn:= )
+   tiff? ( >=media-libs/tiff-4.0.1:0= )
+   X? ( x11-libs/libXt x11-libs/libXext )
+"
+
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+
+RDEPEND="${COMMON_DEPEND}
+   >=app-text/poppler-data-0.4.5-r1
+   >=media-fonts/urw-fonts-2.4.9
+   l10n_ja? ( media-fonts/kochi-substitute )
+   l10n_ko? ( media-fonts/baekmuk-fonts )
+   l10n_zh-CN? ( media-fonts/arphicfonts )
+   l10n_zh-TW? ( media-fonts/arphicfonts )
+   !!media-fonts/gnu-gs-fonts-std
+   !!media-fonts/gnu-gs-fonts-other
+   !http://pkgs.fedoraproject.org/cgit/ghostscript.git
+   eapply "${WORKDIR}/patches/"*.patch
+
+   if ! use gtk ; then
+   sed -i -e "s:\$(GSSOX)::" \
+   -e "s:.*\$(GSSOX_XENAME)$::" \
+   "${S}"/base/unix-dll.mak || die "sed failed"
+   fi
+
+   # Force the include dirs to a neutral location.
+   sed -i \
+   -e "/^ZLIBDIR=/s:=.*:=${T}:" \
+   configure.ac || die
+   # Some files depend on zlib.h directly.  Redirect them. #573248
+   # Also make sure to not define OPJ_STATIC to avoid linker errors due to
+   # hidden symbols 
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203327#c1)
+   sed -i \
+   -e 

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

2018-09-18 Thread Sergei Trofimovich
commit: 81f0f5079c3200f32cb9f0a40589ab1ac48be82c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:51:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:51:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f0f507

sys-devel/crossdev: bump up to 20180918

Single new patch:
https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a23e6057c94403e010a4ccd06091b59cc332e593

"""
crossdev: don't enable USE=pie by default on any bare-metal targets

Unfortunately embedded world has a long way to go
to adopt --enable-default-pie as a first class citizen.

Note:
  --enable-default-pie enabled two things:
- PIC-friendly code generation (-fPIE)
- PIE executables (-pie)

  Normally one would expect firmware to pass compiler modes explicitly
  to gcc: -fPIC (or -mauto-pic, -fno-PIC), -ffreestanding, -nostdlib.

  Unfortunately upstreams are frequently reluctant to explicitly specify
  new moving parts available in gcc (in this case -no-pie) and expect
  gcc to behave as it used to in the world before --enable-default-pie.
  Unfortunate but not entirely unreasonable.

Disable --enable-default-pie until user explicitly requests USE=pie.
"""

Reported-by: Bertrand Jacquin
Reported-by: sklv
Bug: https://lists.gnupg.org/pipermail/gnuk-users/2018-August/86.html
Bug: https://github.com/gl-sergei/u2f-token/issues/14
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-devel/crossdev/Manifest |  1 +
 sys-devel/crossdev/crossdev-20180918.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index 822a9b861bf..bf974835212 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -3,3 +3,4 @@ DIST crossdev-20180410.tar.xz 26716 BLAKE2B 
67f47052af4299028470613900e7f1b91fd2
 DIST crossdev-20180508.tar.xz 26728 BLAKE2B 
ab92cac544ee787ca91c794191c51faeab99e88bc2fc695c5e913e4137cc941457f5b27bf22f3b6a7991fa46ebdc2e5b4238a01425c5021fa9fc05ca23c51f49
 SHA512 
a96afeeb03747ce67a39b53b925361d07117b49316b5c657413125413d006de25249b0d3d1804c8a946c288c80beb42aa7c32362b57ac81399d26a67ceccfe04
 DIST crossdev-20180731.tar.xz 26808 BLAKE2B 
eea12e6405546ca5a8409a853afdcbb25f3f2a7336c428b7c6a5d38b29d772989da7c0a59ce282ee925a9126e396bead17798a25bff1b5019a28ba0ef3bc55fc
 SHA512 
245144b57242b7ae1bca65f457bfb60ec4fe1a4cb5f332dc5ac42d14740dda49e7e5266b10e60bebc84be7fabbac827335fcbc8e0dd74e24f423ddfef33edb7e
 DIST crossdev-20180818.tar.xz 26904 BLAKE2B 
8fce23db9a00429ec8f8487a72cd5724200336bbd1d50ef62d1170cdd2ccb2b3255ba47c516b89f0394fd7e7c935842269eddeddbc308ffdd1194edd7cc916cd
 SHA512 
11ecd46026c1ec673fc18e86d3cc8570341288b2cf4c4a54aa62d3afddb2ad3d3005a30f2b5b35264af89511975b532cb6014009d0f5ec0b18c0256f49196cb5
+DIST crossdev-20180918.tar.xz 26984 BLAKE2B 
67cbddfc1ee2a4e6b3cb443b2cb8ac9468067356b007306db01081ee5bb3335548d4a80ecd604510cf806d68190be2b67e73d0a3f25968a7ebc9eb478fdaac73
 SHA512 
daeb864a88de6a64ab72b7dd3024106b8afa1e6de0b143042466435d4df2b7da1e1a6b314d3f2c2b01fc273b722871352321054d1fc5158d6b7bbabc01ba327c

diff --git a/sys-devel/crossdev/crossdev-20180918.ebuild 
b/sys-devel/crossdev/crossdev-20180918.ebuild
new file mode 100644
index 000..d1adb4564b5
--- /dev/null
+++ b/sys-devel/crossdev/crossdev-20180918.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
+else
+   SRC_URI="mirror://gentoo/${P}.tar.xz
+   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+fi
+
+DESCRIPTION="Gentoo Cross-toolchain generator"
+HOMEPAGE="https://www.gentoo.org/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   || (
+   >=sys-apps/portage-2.1
+   sys-apps/portage-mgorny
+   )
+   >=app-portage/portage-utils-0.55
+   app-shells/bash
+   sys-apps/gentoo-functions
+   !sys-devel/crossdev-wrappers"
+DEPEND="app-arch/xz-utils"
+
+src_install() {
+   default
+
+   if [[ "${PV}" == "" ]] ; then
+   sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev 
|| die
+   fi
+}



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

2018-09-18 Thread Sergei Trofimovich
commit: a23e6057c94403e010a4ccd06091b59cc332e593
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:36:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:36:48 2018 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a23e6057

crossdev: don't enable USE=pie by default on any bare-metal targets

Unfortunately embedded world has a long way to go
to adopt --enable-default-pie as a first class citizen.

Note:
  --enable-default-pie enabled two things:
- PIC-friendly code generation (-fPIE)
- PIE executables (-pie)

  Normally one would expect firmware to pass compiler modes explicitly
  to gcc: -fPIC (or -mauto-pic, -fno-PIC), -ffreestanding, -nostdlib.

  Unfortunately upstreams are frequently reluctant to explicitly specify
  new moving parts available in gcc (in this case -no-pie) and expect
  gcc to behave as it used to in the world before --enable-default-pie.
  Unfortunate but not entirely unreasonable.

Disable --enable-default-pie until user explicitly requests USE=pie.

Reported-by: Bertrand Jacquin
Reported-by: sklv
Bug: https://lists.gnupg.org/pipermail/gnuk-users/2018-August/86.html
Bug: https://github.com/gl-sergei/u2f-token/issues/14
Signed-off-by: Sergei Trofimovich  gentoo.org>

 crossdev | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/crossdev b/crossdev
index 81bd50d..b8027a3 100755
--- a/crossdev
+++ b/crossdev
@@ -397,13 +397,14 @@ parse_target() {
# [2.] mingw32 startup code is broken: bug #644930
#  at least on i686-w64-mingw32 and x86_64-w64-mingw32
mingw*|*-mingw*) pie_support=no;;
-   # Some bare-metal targets don't work with pie as-is
+   # Many bare-metal targets don't work with pie as-is
*-elf|*-eabi)
-   case ${CTARGET} in
-   # mips can't generate freestanding PIC:
-   #   cc1: error: position-independent code 
requires ‘-mabicalls’
-   mips*) pie_support=no;;
-   esac
+   # mips can't generate freestanding PIC:
+   #   cc1: error: position-independent code requires 
‘-mabicalls’
+   # arm firmware packages don't expect pie-by-default:
+   #   
https://lists.gnupg.org/pipermail/gnuk-users/2018-August/86.html
+   #   https://github.com/gl-sergei/u2f-token/issues/14
+   pie_support=no
;;
esac
if [[ $pie_support = "no" ]]; then



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

2018-09-18 Thread Nick Sarnie
commit: 33881a155471a7a25ae867f56db014f3407584ea
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Sep 18 22:14:21 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Sep 18 22:14:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33881a15

dev-util/spirv-tools: Require newer spirv-headers

Fixes: https://bugs.gentoo.org/666488
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/spirv-tools/spirv-tools-2018.5.ebuild | 2 +-
 dev-util/spirv-tools/spirv-tools-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2018.5.ebuild 
b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
index a639f5cc603..23339df56f9 100644
--- a/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 RESTRICT="test"
 
 RDEPEND=""
-DEPEND=">=dev-util/spirv-headers-1.3.1_pre20180710"
+DEPEND=">=dev-util/spirv-headers-1.3.4_pre20180917"
 EGIT_COMMIT="b4cb01c7c451dd90e26174f6b94ba6a37c53d917"
 S="${WORKDIR}/SPIRV-Tools-${PV}"
 

diff --git a/dev-util/spirv-tools/spirv-tools-.ebuild 
b/dev-util/spirv-tools/spirv-tools-.ebuild
index 029556876e6..593054a38eb 100644
--- a/dev-util/spirv-tools/spirv-tools-.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 RESTRICT="test"
 
 RDEPEND=""
-DEPEND=">=dev-util/spirv-headers-1.3.1_pre20180710"
+DEPEND=">=dev-util/spirv-headers-1.3.4_pre20180917"
 
 multilib_src_configure() {
local mycmakeargs=(



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

2018-09-18 Thread Sergei Trofimovich
commit: 97e24dbdd229d1b3530f6d6debddb7380b2a3a29
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:03:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e24dbd

dev-lang/php: stable 7.0.32 for ia64, bug #666256

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-lang/php/php-7.0.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.0.32.ebuild b/dev-lang/php/php-7.0.32.ebuild
index d00e71facfa..b0d50674e64 100644
--- a/dev-lang/php/php-7.0.32.ebuild
+++ b/dev-lang/php/php-7.0.32.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Sergei Trofimovich
commit: bb462ae8aeffc3d455c52043aad72c49b0884c47
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:04:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb462ae8

sys-apps/portage: stable 2.3.49 for ia64, bug #666374

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-apps/portage/portage-2.3.49.ebuild 
b/sys-apps/portage/portage-2.3.49.ebuild
index 7f5170f3836..24128034054 100644
--- a/sys-apps/portage/portage-2.3.49.ebuild
+++ b/sys-apps/portage/portage-2.3.49.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 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2018-09-18 Thread Sergei Trofimovich
commit: e49a27e5a952d6b8c5cb5cc8d7834efa765d96a7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:03:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49a27e5

app-portage/eix: stable 0.33.2 for ia64, bug #661180

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 app-portage/eix/eix-0.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.33.2.ebuild 
b/app-portage/eix/eix-0.33.2.ebuild
index 572f9750bbf..b43139727e8 100644
--- a/app-portage/eix/eix-0.33.2.ebuild
+++ b/app-portage/eix/eix-0.33.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



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

2018-09-18 Thread Sergei Trofimovich
commit: 111e50a930271d2f7bf0e628167fe0aabb0839f4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:04:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111e50a9

dev-lang/tcl: stable 8.6.8 for ia64, bug #666316

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-lang/tcl/tcl-8.6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/tcl/tcl-8.6.8.ebuild b/dev-lang/tcl/tcl-8.6.8.ebuild
index 50f0a6112f9..dc97cb4f426 100644
--- a/dev-lang/tcl/tcl-8.6.8.ebuild
+++ b/dev-lang/tcl/tcl-8.6.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz"
 
 LICENSE="tcltk"
 SLOT="0/8.6"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug +threads"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



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

2018-09-18 Thread Sergei Trofimovich
commit: 5c9c6699bfc4e93ecfec0b72ed7cf5ff6d0a45c7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:03:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9c6699

net-irc/eggdrop: stable 1.8.3 for ia64, bug #666210

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 net-irc/eggdrop/eggdrop-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/eggdrop/eggdrop-1.8.3.ebuild 
b/net-irc/eggdrop/eggdrop-1.8.3.ebuild
index 5d056b98393..8d5907c2422 100644
--- a/net-irc/eggdrop/eggdrop-1.8.3.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.8.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="An IRC bot extensible with C or TCL"
 HOMEPAGE="https://www.eggheads.org/";
 SRC_URI="https://ftp.eggheads.org/pub/eggdrop/source/${PV:0:3}/${P}.tar.gz";
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha ~amd64 ia64 ~mips ~ppc sparc ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="debug doc ipv6 ssl static"



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

2018-09-18 Thread Sergei Trofimovich
commit: e85848b99acfd4193093f88d15b2ad8c982d2070
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:04:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85848b9

dev-lang/tk: stable 8.6.8 for ia64, bug #666316

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-lang/tk/tk-8.6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/tk/tk-8.6.8.ebuild b/dev-lang/tk/tk-8.6.8.ebuild
index f0c38eeca04..7477156f245 100644
--- a/dev-lang/tk/tk-8.6.8.ebuild
+++ b/dev-lang/tk/tk-8.6.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz"
 
 LICENSE="tcltk"
 SLOT="0/8.6"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug +threads truetype aqua xscreensaver"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcp/

2018-09-18 Thread Sergei Trofimovich
commit: 0d62f8e47954a5550a2cc758167958ea015906b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:03:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d62f8e4

x11-plugins/wmcp: stable 1.2.8-r1 for ia64, bug #666088

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 x11-plugins/wmcp/wmcp-1.2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmcp/wmcp-1.2.8-r1.ebuild 
b/x11-plugins/wmcp/wmcp-1.2.8-r1.ebuild
index 14b781073ff..f5f671a6368 100644
--- a/x11-plugins/wmcp/wmcp-1.2.8-r1.ebuild
+++ b/x11-plugins/wmcp/wmcp-1.2.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc ~x86"
 
 RDEPEND="x11-libs/libX11
x11-libs/libXext



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

2018-09-18 Thread Sergei Trofimovich
commit: e30075ec20c5c7c9d2417d3175c226b7736d96ca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:04:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30075ec

dev-lang/php: stable 7.2.10 for ia64, bug #666256

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-lang/php/php-7.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.10.ebuild b/dev-lang/php/php-7.2.10.ebuild
index 8eb548e1fc7..dad10624b37 100644
--- a/dev-lang/php/php-7.2.10.ebuild
+++ b/dev-lang/php/php-7.2.10.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Sergei Trofimovich
commit: f93c416c8f738234eeced60b4d09418804dfbbef
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:04:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93c416c

dev-lang/php: stable 7.1.22 for ia64, bug #666256

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-lang/php/php-7.1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.1.22.ebuild b/dev-lang/php/php-7.1.22.ebuild
index d6d08b2c879..674f759aaca 100644
--- a/dev-lang/php/php-7.1.22.ebuild
+++ b/dev-lang/php/php-7.1.22.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Sergei Trofimovich
commit: 6829364ba1200031c2c6faac904841326669b204
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:03:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6829364b

dev-lang/php: stable 5.6.38 for ia64, bug #666256

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-lang/php/php-5.6.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-5.6.38.ebuild b/dev-lang/php/php-5.6.38.ebuild
index 2f3642d952c..1d35d9d57c4 100644
--- a/dev-lang/php/php-5.6.38.ebuild
+++ b/dev-lang/php/php-5.6.38.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



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

2018-09-18 Thread Sergei Trofimovich
commit: f557d253b57e09270b85581188581b2125dc0f82
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:04:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f557d253

media-libs/libraw: stable 0.18.13 for ia64, bug #666306

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

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

diff --git a/media-libs/libraw/libraw-0.18.13.ebuild 
b/media-libs/libraw/libraw-0.18.13.ebuild
index 6412dcbf97c..82b760163bf 100644
--- a/media-libs/libraw/libraw-0.18.13.ebuild
+++ b/media-libs/libraw/libraw-0.18.13.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz
 
 LICENSE="LGPL-2.1 CDDL demosaic? ( GPL-2 GPL-3 )"
 SLOT="0/16" # subslot = libraw soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2018-09-18 Thread Sergei Trofimovich
commit: 2592e1ff23f2671deb8e094fc3b345ac4a1341dc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 22:10:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 22:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2592e1ff

app-portage/repoman: stable 2.3.10 for ia64, bug #666374

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 app-portage/repoman/repoman-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.10.ebuild 
b/app-portage/repoman/repoman-2.3.10.ebuild
index f67731740a2..0a0ad0af824 100644
--- a/app-portage/repoman/repoman-2.3.10.ebuild
+++ b/app-portage/repoman/repoman-2.3.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/, media-libs/libsndfile/files/

2018-09-18 Thread Andreas Sturmlechner
commit: e2ec2c790cf28858ec8dd4da007ca7ca12ffeca1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 21:23:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 21:24:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ec2c79

media-libs/libsndfile: Fix CVE-2018-13139

Bug: https://bugs.gentoo.org/660452
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/libsndfile-1.0.28-CVE-2018-13139.patch   | 31 ++
 media-libs/libsndfile/libsndfile-1.0.28-r3.ebuild  | 67 ++
 2 files changed, 98 insertions(+)

diff --git a/media-libs/libsndfile/files/libsndfile-1.0.28-CVE-2018-13139.patch 
b/media-libs/libsndfile/files/libsndfile-1.0.28-CVE-2018-13139.patch
new file mode 100644
index 000..18e6ae76e62
--- /dev/null
+++ b/media-libs/libsndfile/files/libsndfile-1.0.28-CVE-2018-13139.patch
@@ -0,0 +1,31 @@
+From df18323c622b54221ee7ace74b177cd152d7 Mon Sep 17 00:00:00 2001
+From: "Brett T. Warden" 
+Date: Tue, 28 Aug 2018 12:01:17 -0700
+Subject: [PATCH] Check MAX_CHANNELS in sndfile-deinterleave
+
+Allocated buffer has space for only 16 channels. Verify that input file
+meets this limit.
+
+Fixes #397
+---
+ programs/sndfile-deinterleave.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/programs/sndfile-deinterleave.c b/programs/sndfile-deinterleave.c
+index 53660310..225b4d54 100644
+--- a/programs/sndfile-deinterleave.c
 b/programs/sndfile-deinterleave.c
+@@ -89,6 +89,13 @@ main (int argc, char **argv)
+   exit (1) ;
+   } ;
+ 
++  if (sfinfo.channels > MAX_CHANNELS)
++  {   printf ("\nError : Input file '%s' has too many (%d) channels. 
Limit is %d.\n",
++  argv [1], sfinfo.channels, MAX_CHANNELS) ;
++  exit (1) ;
++  } ;
++
++
+   state.channels = sfinfo.channels ;
+   sfinfo.channels = 1 ;
+ 
\ No newline at end of file

diff --git a/media-libs/libsndfile/libsndfile-1.0.28-r3.ebuild 
b/media-libs/libsndfile/libsndfile-1.0.28-r3.ebuild
new file mode 100644
index 000..a6eb6e3a48c
--- /dev/null
+++ b/media-libs/libsndfile/libsndfile-1.0.28-r3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit python-any-r1 multilib-minimal
+
+MY_P=${P/_pre/pre}
+
+DESCRIPTION="C library for reading and writing files containing sampled sound"
+HOMEPAGE="http://www.mega-nerd.com/libsndfile";
+if [[ ${MY_P} == ${P} ]]; then
+   SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz";
+else
+   SRC_URI="http://www.mega-nerd.com/tmp/${MY_P}b.tar.gz";
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="alsa minimal sqlite static-libs test"
+
+RDEPEND="
+   !minimal? (
+   >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]
+   >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
+   >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
+   )
+   alsa? ( media-libs/alsa-lib )
+   sqlite? ( >=dev-db/sqlite-3.2 )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   test? ( ${PYTHON_DEPS} )"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-arm-varargs-failure.patch
+   "${FILESDIR}"/${P}-CVE-2017-12562.patch
+   "${FILESDIR}"/${P}-CVE-2018-13139.patch
+)
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   --disable-octave \
+   --enable-gcc-pipe \
+   --enable-gcc-opt \
+   $(use_enable static-libs static) \
+   $(use_enable !minimal external-libs) \
+   $(multilib_native_enable full-suite) \
+   $(multilib_native_use_enable alsa) \
+   $(multilib_native_use_enable sqlite)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-09-18 Thread Tim Harder
commit: 44b39d1a8124e34ef7bb44495b6266fb780926f5
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 15 23:56:02 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b39d1a

dev-vcs/tig: version bump to 2.4.1

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.4.1.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index bf98bb0edb7..bcd25a783a7 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1 +1,2 @@
 DIST tig-2.3.3.tar.gz 1082818 BLAKE2B 
0e9bcd02726b004c233a5efd7f58e4fda478dc1d2b738a7f8c086a3d71807d319ac8bd296b0f7c7569ed69a5b2b1db18e5c957cc5ce890a67b8f6ee7ead29551
 SHA512 
1d1cdf7184eeb3fea301c1959023f4aa97c4f8e25fc96cd61933ca39cf7549b6c7e1d9517f7ffd45d212ae9542ea4be07370b41c623cf6d0db8d025634b1d6d1
+DIST tig-2.4.1.tar.gz 1181900 BLAKE2B 
85bb76008e5c10e94d97ac4cd88ac4eb2a0675ef5b45e9f21a9d2219cf0b6ed55ce52b579b831bc6c6fc530c89fb99f5dfd1f62dab3e1ab329e132707dccf908
 SHA512 
516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c

diff --git a/dev-vcs/tig/tig-2.4.1.ebuild b/dev-vcs/tig/tig-2.4.1.ebuild
new file mode 100644
index 000..59b31c7161c
--- /dev/null
+++ b/dev-vcs/tig/tig-2.4.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git";
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



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

2018-09-18 Thread Tim Harder
commit: 98492dcdc7fd1eaf01e97af30a09adb7d2da4add
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 15 23:50:40 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98492dcd

dev-python/certifi: version bump to 2018.8.24

 dev-python/certifi/Manifest |  1 +
 dev-python/certifi/certifi-2018.8.24.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
index a9eeaebda9b..9c17c6e6e91 100644
--- a/dev-python/certifi/Manifest
+++ b/dev-python/certifi/Manifest
@@ -1 +1,2 @@
 DIST certifi-2018.4.16.tar.gz 149967 BLAKE2B 
4a69ec495266d54032dfabc9c17d0b1e78ad1467214f9f981feb4fae279c1f4b5f0bc3f7a643c2229b17d19e32c1ea894dc16d73b036a0b32f17faa9ac55615c
 SHA512 
96369b318df9592ed4ff48d79ae695f89d27d85e8f5de72548fccb19ac15b83a33fb8bc096a3092d7a7f5b201af08805576888418c7927cf48b892df56464682
+DIST certifi-2018.8.24.tar.gz 146866 BLAKE2B 
92a609bffd777a624d18e612e2fa504b1cd4f0764f979d22bf6785158fb928d30984fba16b839f6b4066395dadcca485e6215c6f0b6b550d891673a79ea77c08
 SHA512 
bb0af24570dd4806bc80cd438cae42db82f820de815a6148b184f58c19cd91a03f9275815559817a84220dcbd7c87a4a7d12e35cf4a95a1dbad286a1dfecf907

diff --git a/dev-python/certifi/certifi-2018.8.24.ebuild 
b/dev-python/certifi/certifi-2018.8.24.ebuild
new file mode 100644
index 000..37a29cb5a00
--- /dev/null
+++ b/dev-python/certifi/certifi-2018.8.24.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit distutils-r1 prefix readme.gentoo-r1 versionator
+
+DESCRIPTION="Python package for providing Mozilla's CA Bundle"
+HOMEPAGE="http://certifi.io/ https://pypi.org/project/certifi";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="app-misc/ca-certificates"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# Do not drop this patch -- this will affect system's security
+PATCHES=( "${FILESDIR}"/certifi-2018.4.16-use-system-cacerts.patch )
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   eprefixify certifi/core.py
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   local DOC_CONTENTS="
+   In Gentoo, we don't use certifi's bundled CA certificates.
+   Instead we remove bundled cacert.pem and patch certifi
+   to return system's CA certificates.
+   "
+   readme.gentoo_create_doc
+
+   # Precaution -- nothing should use bundled CA certificates
+   find "${D}" -name 'cacert.pem' -delete || die "Failed to delete bundled 
CA certificates"
+}



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

2018-09-18 Thread Tim Harder
commit: a0c3a37e20b6c61a28d07b0b48fb9cf3d23111da
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 18 18:29:23 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c3a37e

dev-python/xvfbwrapper: version bump to 0.2.9

 dev-python/xvfbwrapper/Manifest |  1 +
 dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/xvfbwrapper/Manifest b/dev-python/xvfbwrapper/Manifest
index c228edb0f58..4a4d6305128 100644
--- a/dev-python/xvfbwrapper/Manifest
+++ b/dev-python/xvfbwrapper/Manifest
@@ -1 +1,2 @@
 DIST xvfbwrapper-0.2.8.tar.gz 4660 BLAKE2B 
464a9f3d41d3c96a72c0cfc56994c32ccb94ac19267f5a701bd0ee18a17010216fd7ee163d8a532e62fd2256dc296201d4150f4f0d03fd4f20eae703b6bcaac1
 SHA512 
1b29b7e6bb336a9972e51249bbc96805733e305476cc559f5501cd09a343671c10333b5592e4c4868016d4510b37d6c592165a4683b1543e62c2205b1eeb0980
+DIST xvfbwrapper-0.2.9.tar.gz 5575 BLAKE2B 
a973e6ca6dd85713e7b350397113d63c15fd284c07d3a0d5c0b8b8dceed65c3a17a3e8222b79ec88fb124175259d51fcd31d09a95183f1cbd091ba11d9bbec3b
 SHA512 
800f3489b2e1bbc884d7651e344ed73783d6c00856f3ab7ccfa6b9058dd6d3bb98d38f11172ba89dff5773d6c5b773bc000786c1f6c6aae5a27179b37017851e

diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild 
b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
new file mode 100644
index 000..da1a8cb891c
--- /dev/null
+++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python wrapper for running a display inside X virtual framebuffer"
+HOMEPAGE="https://github.com/cgoldberg/xvfbwrapper 
https://pypi.org/project/xvfbwrapper/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="x11-base/xorg-server[xvfb]"
+DEPEND="${RDEPEND}
+   test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7) )
+"
+
+python_test() {
+   "${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/

2018-09-18 Thread Tim Harder
commit: 26cb769e5df3767845e14b8631d54249ac61d698
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 18 20:44:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cb769e

x11-wm/qtile: remove old

 x11-wm/qtile/Manifest|  1 -
 x11-wm/qtile/qtile-0.10.5.ebuild | 55 
 2 files changed, 56 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 63002bfde7a..50b9018f08b 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,2 @@
-DIST qtile-0.10.5.tar.gz 325311 BLAKE2B 
fadf8c232d6f3840f93d61d4c8c6a2dddc61483e316b02f7a60058eac0e5da9f3b2eab99e952b7db30e29036d2db0283e07926ec054322994ebaf16a7a223906
 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2

diff --git a/x11-wm/qtile/qtile-0.10.5.ebuild b/x11-wm/qtile/qtile-0.10.5.ebuild
deleted file mode 100644
index b0eaff58e98..000
--- a/x11-wm/qtile/qtile-0.10.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/qtile/qtile.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
-
-RDEPEND="x11-libs/pango
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
-   )
-"
-
-RESTRICT="test"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
-}
-
-python_install_all() {
-   local DOCS=( CHANGELOG README.rst )
-   distutils-r1_python_install_all
-
-   insinto /usr/share/xsessions
-   doins resources/qtile.desktop
-
-   exeinto /etc/X11/Sessions
-   newexe "${FILESDIR}"/${PN}-session ${PN}
-}



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

2018-09-18 Thread Tim Harder
commit: 278d0a6c9c505f738ea43893241f7f3ed376a95d
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jul  2 18:05:41 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278d0a6c

net-mail/mlmmj: version bump to 1.3.0

 net-mail/mlmmj/Manifest   |  1 +
 net-mail/mlmmj/mlmmj-1.3.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/net-mail/mlmmj/Manifest b/net-mail/mlmmj/Manifest
index 9736d5ec575..4c4cd44cef2 100644
--- a/net-mail/mlmmj/Manifest
+++ b/net-mail/mlmmj/Manifest
@@ -1,3 +1,4 @@
 DIST mlmmj-1.2.18.0.tar.bz2 240571 BLAKE2B 
ad71178da031fcdbfe5002d542c3bc6e4f49c706c80b8439f15c363eb8f72264d4dafa15aaef32bc99e85d0397b52d43e30dddf42b00674642545af8a959fdfc
 SHA512 
f40fbb8a8ee5312ac6d6baa32065205b768b1ad2a16b8622e6316723d64ceb118cd6d3c0f64929d610596433e1ccb1082c23ea8ad69ca004a6b563da72bd8cc6
 DIST mlmmj-1.2.18.1.tar.bz2 240942 BLAKE2B 
cfd5432b895f7c096a78ef9b522576de68f4fb4f2b016839b31e10bffeb45725aed701c557d64dd1cb271f5d977746983cb624b0c00f9f6fb26f2b7d6df575c4
 SHA512 
755af623054daac31dfb3de20c017422c40f7fed42c141c5d398c2bd4d5deb8975db556af53f3e5e0711a83a260d7bf3017e27c4fd399a792190de683c470b72
 DIST mlmmj-1.2.19.0.tar.bz2 284701 BLAKE2B 
a145b742a6024447d107b40bdd4072c1933069493360600161a3f585575a8cf2252393d53e8a66c0702301f148d73df7173b50234818bac4ae5b2269ff42f72b
 SHA512 
c0f23b434941bfb5bfcb9a0f292edcfa62c9bb357014d41f82b03bd8ed1a951e3c8f09293dd333030b024d3da82c514de789b8916cc3c0f493ad8fefbe3a3afb
+DIST mlmmj-1.3.0.tar.bz2 292519 BLAKE2B 
abaf5c7ad53034d2201a2d3ba6d7f99ca83f47ec83df59e12a90a7118fbbde941d5ed2d14864a4af1568f67e74ea082fbc70fc9e44390673b76377bb3679c817
 SHA512 
c704d89f8a96c0ffc751a744ffdefb5e4304ab74be89292f06ce0c337b8ff1cc5a91737c8b1bd96fe3e993338986fa42bf360cfefc508e1eac74ab88ffda2494

diff --git a/net-mail/mlmmj/mlmmj-1.3.0.ebuild 
b/net-mail/mlmmj/mlmmj-1.3.0.ebuild
new file mode 100644
index 000..66a6bc8a1e1
--- /dev/null
+++ b/net-mail/mlmmj/mlmmj-1.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PV="${PV/_rc/-RC}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="Mailing list managing made joyful"
+HOMEPAGE="http://mlmmj.org/";
+SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2";
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+DEPEND="virtual/mta"
+S="${WORKDIR}/${MY_P}"
+
+DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE"
+PATCHES=(
+   "${FILESDIR}"/mlmmj-1.2.19.0-listcontrol-customheaders.patch
+)
+
+src_configure() {
+   econf --enable-receive-strip
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/mlmmj/texts
+   doins listtexts/*
+
+   insinto /usr/share/mlmmj
+   doins -r contrib/web/*
+}
+
+pkg_postinst() {
+   elog "mlmmj comes with serveral webinterfaces:"
+   elog "- One for user subscribing/unsubscribing"
+   elog "- One for admin tasks"
+   elog "both available in a php and perl module."
+   elog "For more info have a look in /usr/share/mlmmj"
+}



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

2018-09-18 Thread Tim Harder
commit: 2941a2032bda8afb83b6a6017f75b33cafaa4612
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jul  2 18:06:04 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2941a203

net-mail/mlmmj: remove old

 net-mail/mlmmj/Manifest  |  2 --
 net-mail/mlmmj/mlmmj-1.2.18.0.ebuild | 40 
 net-mail/mlmmj/mlmmj-1.2.18.1.ebuild | 40 
 net-mail/mlmmj/mlmmj-1.2.19.0.ebuild | 40 
 4 files changed, 122 deletions(-)

diff --git a/net-mail/mlmmj/Manifest b/net-mail/mlmmj/Manifest
index 4c4cd44cef2..ddc879af3ef 100644
--- a/net-mail/mlmmj/Manifest
+++ b/net-mail/mlmmj/Manifest
@@ -1,4 +1,2 @@
-DIST mlmmj-1.2.18.0.tar.bz2 240571 BLAKE2B 
ad71178da031fcdbfe5002d542c3bc6e4f49c706c80b8439f15c363eb8f72264d4dafa15aaef32bc99e85d0397b52d43e30dddf42b00674642545af8a959fdfc
 SHA512 
f40fbb8a8ee5312ac6d6baa32065205b768b1ad2a16b8622e6316723d64ceb118cd6d3c0f64929d610596433e1ccb1082c23ea8ad69ca004a6b563da72bd8cc6
-DIST mlmmj-1.2.18.1.tar.bz2 240942 BLAKE2B 
cfd5432b895f7c096a78ef9b522576de68f4fb4f2b016839b31e10bffeb45725aed701c557d64dd1cb271f5d977746983cb624b0c00f9f6fb26f2b7d6df575c4
 SHA512 
755af623054daac31dfb3de20c017422c40f7fed42c141c5d398c2bd4d5deb8975db556af53f3e5e0711a83a260d7bf3017e27c4fd399a792190de683c470b72
 DIST mlmmj-1.2.19.0.tar.bz2 284701 BLAKE2B 
a145b742a6024447d107b40bdd4072c1933069493360600161a3f585575a8cf2252393d53e8a66c0702301f148d73df7173b50234818bac4ae5b2269ff42f72b
 SHA512 
c0f23b434941bfb5bfcb9a0f292edcfa62c9bb357014d41f82b03bd8ed1a951e3c8f09293dd333030b024d3da82c514de789b8916cc3c0f493ad8fefbe3a3afb
 DIST mlmmj-1.3.0.tar.bz2 292519 BLAKE2B 
abaf5c7ad53034d2201a2d3ba6d7f99ca83f47ec83df59e12a90a7118fbbde941d5ed2d14864a4af1568f67e74ea082fbc70fc9e44390673b76377bb3679c817
 SHA512 
c704d89f8a96c0ffc751a744ffdefb5e4304ab74be89292f06ce0c337b8ff1cc5a91737c8b1bd96fe3e993338986fa42bf360cfefc508e1eac74ab88ffda2494

diff --git a/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild 
b/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild
deleted file mode 100644
index 9e589d0d553..000
--- a/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_PV="${PV/_rc/-RC}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Mailing list managing made joyful"
-HOMEPAGE="http://mlmmj.org/";
-SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2";
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-DEPEND="virtual/mta"
-S="${WORKDIR}/${MY_P}"
-
-DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE"
-
-src_configure() {
-   econf --enable-receive-strip
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/mlmmj/texts
-   doins listtexts/*
-
-   insinto /usr/share/mlmmj
-   doins -r contrib/web/*
-}
-
-pkg_postinst() {
-   elog "mlmmj comes with serveral webinterfaces:"
-   elog "- One for user subscribing/unsubscribing"
-   elog "- One for admin tasks"
-   elog "both available in a php and perl module."
-   elog "For more info have a look in /usr/share/mlmmj"
-}

diff --git a/net-mail/mlmmj/mlmmj-1.2.18.1.ebuild 
b/net-mail/mlmmj/mlmmj-1.2.18.1.ebuild
deleted file mode 100644
index b770d08ecbb..000
--- a/net-mail/mlmmj/mlmmj-1.2.18.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_PV="${PV/_rc/-RC}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Mailing list managing made joyful"
-HOMEPAGE="http://mlmmj.org/";
-SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2";
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-DEPEND="virtual/mta"
-S="${WORKDIR}/${MY_P}"
-
-DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE"
-
-src_configure() {
-   econf --enable-receive-strip
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/mlmmj/texts
-   doins listtexts/*
-
-   insinto /usr/share/mlmmj
-   doins -r contrib/web/*
-}
-
-pkg_postinst() {
-   elog "mlmmj comes with serveral webinterfaces:"
-   elog "- One for user subscribing/unsubscribing"
-   elog "- One for admin tasks"
-   elog "both available in a php and perl module."
-   elog "For more info have a look in /usr/share/mlmmj"
-}

diff --git a/net-mail/mlmmj/mlmmj-1.2.19.0.ebuild 
b/net-mail/mlmmj/mlmmj-1.2.19.0.ebuild
deleted file mode 100644
index b0c02c35f4d..000
--- a/net-mail/mlmmj/mlmmj-1.2.19.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_PV="${PV/_rc/-RC}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Mailing list managing made joyful"
-HOMEPA

[gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/files/, x11-wm/qtile/

2018-09-18 Thread Tim Harder
commit: 7c53949742780e1d490029b6702812e43200bc2a
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 18 20:40:12 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c539497

x11-wm/qtile: version bump to 0.12.0

Fixes: https://bugs.gentoo.org/616914

 x11-wm/qtile/Manifest  |  1 +
 x11-wm/qtile/files/qtile-0.12.0-tests.patch| 15 +++
 .../qtile/{qtile-.ebuild => qtile-0.12.0.ebuild}   | 18 ++
 x11-wm/qtile/qtile-.ebuild | 18 ++
 4 files changed, 44 insertions(+), 8 deletions(-)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index 1289b157f85..63002bfde7a 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,2 +1,3 @@
 DIST qtile-0.10.5.tar.gz 325311 BLAKE2B 
fadf8c232d6f3840f93d61d4c8c6a2dddc61483e316b02f7a60058eac0e5da9f3b2eab99e952b7db30e29036d2db0283e07926ec054322994ebaf16a7a223906
 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 DIST qtile-0.10.6.tar.gz 328892 BLAKE2B 
3a4887808b87b0cbe4410d2bac8af4664873d2aa9b8c782f8c026ae78ba586b6e02d9a50ee42434afa916e9fe9041a7a15a68f9026ee7d95a0edec2594515cfa
 SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
+DIST qtile-0.12.0.tar.gz 447139 BLAKE2B 
c1bea9ba8b36ccf14b7e55b4a2cbc05714ecffef33d992e9bf1683e6f8c416d481cf9d141bbf0fe62df65aeb3555290647d072dd45f507b08e0d523f992a1671
 SHA512 
a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2

diff --git a/x11-wm/qtile/files/qtile-0.12.0-tests.patch 
b/x11-wm/qtile/files/qtile-0.12.0-tests.patch
new file mode 100644
index 000..8443381b176
--- /dev/null
+++ b/x11-wm/qtile/files/qtile-0.12.0-tests.patch
@@ -0,0 +1,15 @@
+The '~' character doesn't expand to $HOME in all build envs.
+
+--- qtile-0.12.0/test/test_bar.py
 qtile-0.12.0/test/test_bar.py
+@@ -105,8 +105,8 @@
+ assert c.complete("/bi") == "/bin/"
+ c.reset()
+ assert c.complete("/bin") != "/bin/"
+-c.reset()
+-assert c.complete("~") != "~"
++#c.reset()
++#assert c.complete("~") != "~"
+ 
+ c.reset()
+ s = "thisisatotallynonexistantpathforsure"

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-0.12.0.ebuild
similarity index 70%
copy from x11-wm/qtile/qtile-.ebuild
copy to x11-wm/qtile/qtile-0.12.0.ebuild
index fc96c05526e..5ba9a093204 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,15 +34,25 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
+   x11-base/xorg-server[xephyr]
+   x11-apps/xeyes
+   x11-apps/xcalc
+   x11-apps/xclock
)
 "
 
+# display retry backoff slowness and failures 
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )
+
 python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
+   # force usage of built module
+   rm -rf "${S}"/libqtile || die
+   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/test || die "tests 
failed under ${EPYTHON}"
 }
 
 python_install_all() {

diff --git a/x11-wm/qtile/qtile-.ebuild b/x11-wm/qtile/qtile-.ebuild
index fc96c05526e..5ba9a093204 100644
--- a/x11-wm/qtile/qtile-.ebuild
+++ b/x11-wm/qtile/qtile-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,15 +34,25 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   x11-base/xorg-server[kdrive]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/xvfbwrapper[${PYTHON_USEDEP}]
+   x11-base/xorg-server[xephyr]
+   x11-apps/xeyes
+   x11-apps/xcalc
+   x11-apps/xclock
)
 "
 
+# display retry backoff slowness and failures 
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )
+
 python_test() {
-   VIRTUALX_COMMAND="nosetests" virtualmake
+   # force usage of built module
+   rm -rf "${S}"/libqtile || die
+   PYTHONPATH="${BUILD_DIR}/lib" py.test -v "${S}"/t

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

2018-09-18 Thread Tim Harder
commit: e0f2ed6345b4f6a13275411604f79adecbfb9911
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 18 07:24:37 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f2ed63

media-gfx/feh: version bump to 2.28

 media-gfx/feh/Manifest|  1 +
 media-gfx/feh/feh-2.28.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest
index d321e1b9b90..458985d612c 100644
--- a/media-gfx/feh/Manifest
+++ b/media-gfx/feh/Manifest
@@ -1,3 +1,4 @@
 DIST feh-2.18.3.tar.bz2 2127924 BLAKE2B 
c667a7bea38e66afd4ed7c688c3232770041964893ead60dd35eb06a7db7abed8c2275e1126f7e2081a4df3abf8d551f4610a3dea4887dd7c4f0c9637e15b13a
 SHA512 
3ffb44f8a2207c2c8725a519a23b7235a6df86aa8578b7b79a8819122e509d18dcc8263859e02cdbdeb5fb5ca56229f90aef567d53d63d763f8259fbc1fff515
 DIST feh-2.26.4.tar.bz2 2132124 BLAKE2B 
962af7b7e806a8cea570c1512c377b0eb9ca9924706bdce63cebe7dad240d9b5a7f16c0291aedf954abb45bbecc4f835f77bccbd42101a7f99dea92a102fc0bb
 SHA512 
cd78081a6ab821a0c6b20fa6746ec180df97ab3412e0cc56bbccaf700c443b4fd5f95edd9b2781ebb2eb85491946809c962039346830ae6f5f85ea0ae5e7de81
 DIST feh-2.27.tar.bz2 2131975 BLAKE2B 
84100beaff26454c8d33a479171b1b59402b74d04860192e5e826dcac93a288b095afee6f0676b56eae0d1f8dd3c4998767d0cd196ffd3b6a5406f5c1e6eb1d9
 SHA512 
6d9cf38e9b40291f6e7145705057a2c945b720b22d85020e265c2a158d5e4ca68cca958e2fae3d01a91bb4b2c52ebb5d2c298c41bf8ff3e4f635af7c006d0cc7
+DIST feh-2.28.tar.bz2 2132687 BLAKE2B 
92e428250a7fc01b5ecc8783d1a0f325ab168935eb6533a5726681389c05f662d9f7b978a50c2f1ef4d5cfd6f356e758cfff781072143902dbdab41f2310b705
 SHA512 
565a5aa0ce1c29fb2f09995283dbf2e12e0f228294df7c1b744a545e4f550126e0b327e9903c9eb35cb7dbd96d69e4653c57f3b3cb2dc2475680b3c62b71e1d8

diff --git a/media-gfx/feh/feh-2.28.ebuild b/media-gfx/feh/feh-2.28.ebuild
new file mode 100644
index 000..0fc4bf732db
--- /dev/null
+++ b/media-gfx/feh/feh-2.28.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs gnome2-utils xdg-utils
+
+DESCRIPTION="A fast, lightweight imageviewer using imlib2"
+HOMEPAGE="https://feh.finalrewind.org/";
+SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2";
+
+LICENSE="feh"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug curl exif test xinerama"
+
+COMMON_DEPEND="media-libs/imlib2[X]
+   >=media-libs/libpng-1.2:0=
+   x11-libs/libX11
+   curl? ( net-misc/curl )
+   exif? ( media-libs/libexif )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${COMMON_DEPEND}
+   virtual/jpeg:0"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+   x11-libs/libXt
+   test? (
+   >=dev-lang/perl-5.10
+   dev-perl/Test-Command
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )
+
+pkg_setup() {
+   use_feh() { usex $1 1 0; }
+
+   fehopts=(
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}"/usr
+   doc_dir='${main_dir}'/share/doc/${PF}
+   example_dir='${main_dir}'/share/doc/${PF}/examples
+   curl=$(use_feh curl)
+   debug=$(use_feh debug)
+   xinerama=$(use_feh xinerama)
+   exif=$(use_feh exif)
+   )
+}
+
+src_compile() {
+   tc-export CC
+   emake "${fehopts[@]}"
+}
+
+src_install() {
+   emake "${fehopts[@]}" install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}



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

2018-09-18 Thread Andreas Sturmlechner
commit: 1bfdfdd0a8851615e02cd69d49dc4b7ba76c35a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 20:53:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 20:53:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfdfdd0

profiles: powerpc: Does not actually have media-libs/mlt stable

 profiles/arch/powerpc/package.use.stable.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index fd785150af6..23d9d45966e 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -19,7 +19,6 @@
 
 # Andreas Sturmlechner  (18 Sep 2018)
 # >=media-video/libav-12 not stable yet, bug #617508
-media-libs/mlt libav
 media-video/vlc libav
 
 # Michał Górny  (26 Aug 2018)



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

2018-09-18 Thread Andreas Sturmlechner
commit: f33aacc28aa4a62c2123dbbecfbdb911dd4ba470
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 20:45:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 20:53:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33aacc2

media-gfx/exiv2: Add 0.26_p20180811 snapshot

Custom packed tarball based on upstream 0.26 branch as of 2018-08-11,
fixing CVE-2018-12264, CVE-2018-12265,
with downstream updated config.{guess,sub} and fixed CVE-2017-17723.

Bug: https://bugs.gentoo.org/647812
Bug: https://bugs.gentoo.org/658236
Closes: https://bugs.gentoo.org/663870
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-gfx/exiv2/Manifest|   1 +
 media-gfx/exiv2/exiv2-0.26_p20180811.ebuild | 123 
 2 files changed, 124 insertions(+)

diff --git a/media-gfx/exiv2/Manifest b/media-gfx/exiv2/Manifest
index 7bb21efe1f5..bcec16778f6 100644
--- a/media-gfx/exiv2/Manifest
+++ b/media-gfx/exiv2/Manifest
@@ -1 +1,2 @@
 DIST exiv2-0.26_p20180319.tar.gz 28383543 BLAKE2B 
753a2ebdb2033490c0f66cb1fb2574f02125f17813f6cbaf5eca66e053af9a2cdbc1266f0a033f0706ec22b31acd6e87271e426a335a58ee947757b52d283489
 SHA512 
852ce2cffcc0a2d902a939933127fdf5fa0b50020e1faf3ab0a375b129b9f61c7b97b76d4f39e376e7288d7cc045867bd1a96ae15dd0b7c0bcd1ba15259628e1
+DIST exiv2-0.26_p20180811.tar.xz 1746120 BLAKE2B 
55d8719fd3726f2ead772b9b330dd9d452a6ddfd06df14d4d51a4139792de054bd891b7006f9813d5fa75cfd0a9dea1d0d254d8c978ef20cb9a14a9d294ab2cf
 SHA512 
5f48b8e6cc22520059da388d184797090582df688bc04a32dd9ae6b80bacea4a2cbc81709c7274ba7ff1d8c5c318dd6428f027bdc63f590cedc83025cf0e5d51

diff --git a/media-gfx/exiv2/exiv2-0.26_p20180811.ebuild 
b/media-gfx/exiv2/exiv2-0.26_p20180811.ebuild
new file mode 100644
index 000..3facf72d450
--- /dev/null
+++ b/media-gfx/exiv2/exiv2-0.26_p20180811.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit cmake-multilib python-any-r1
+
+DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"
+HOMEPAGE="http://www.exiv2.org/";
+SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0/26"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+IUSE="doc examples nls png webready xmp"
+
+RDEPEND="
+   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
+   png? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+   webready? (
+   net-libs/libssh[${MULTILIB_USEDEP}]
+   net-misc/curl[${MULTILIB_USEDEP}]
+   )
+   xmp? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   doc? (
+   ${PYTHON_DEPS}
+   app-doc/doxygen
+   dev-libs/libxslt
+   media-gfx/graphviz
+   virtual/pkgconfig
+   )
+   nls? ( sys-devel/gettext )
+"
+
+DOCS=( README doc/ChangeLog doc/cmd.txt )
+
+PATCHES=(
+   # TODO: Take to upstream
+   "${FILESDIR}"/${PN}-0.26-fix-docs.patch
+   "${FILESDIR}"/${PN}-0.26-tools-optional.patch
+)
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   if [[ ${PV} != * ]] ; then
+   if [[ -d po ]] ; then
+   pushd po > /dev/null || die
+   local lang
+   for lang in *.po; do
+   if [[ -e ${lang} ]] \
+   && ! has ${lang/.po/} 
${LINGUAS-${lang/.po/}} ; then
+   case ${lang} in
+   CMakeLists.txt | \
+   ${PN}.pot)  ;;
+   *) rm -r ${lang} || die ;;
+   esac
+   fi
+   done
+   popd > /dev/null || die
+   else
+   die "Failed to prepare LINGUAS - po directory moved?"
+   fi
+   fi
+
+   # FIXME @upstream:
+   einfo "Converting doc/cmd.txt to UTF-8"
+   iconv -f LATIN1 -t UTF-8 doc/cmd.txt > doc/cmd.txt.tmp || die
+   mv -f doc/cmd.txt.tmp doc/cmd.txt || die
+
+   if use doc; then
+   einfo "Updating doxygen config"
+   doxygen &>/dev/null -u config/Doxyfile || die
+   fi
+
+   edos2unix samples/exiv2json.cpp # workaround for CVE-2017-18005 patch
+
+   cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DEXIV2_ENABLE_BUILD_SAMPLES=NO
+   -DEXIV2_ENABLE_BUILD_PO=$(usex nls)
+

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

2018-09-18 Thread Matt Turner
commit: 16be8cdec7c0cc3e0a0a891aabcf36fc2f432472
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 20:34:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 20:35:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16be8cde

profiles/arch/powerpc: mask USE=coinmp

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

diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index 344b208bf46..34daf1c1ef7 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -4,6 +4,10 @@
 # PPC Specific use flags
 #
 
+# Matt Turner  (18 Sep 2018)
+# sci-libs/coinor-mp is not keyworded
+coinmp
+
 # Michał Górny  (16 Jul 2018)
 # Python 3.7 support requires fresh versions of packages which are stuck
 # at keywordreqs.



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

2018-09-18 Thread Richard Farina
commit: f6225f11a1a5922e89834205d78d35828b8e4b78
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Sep 18 20:26:12 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Sep 18 20:26:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6225f11

app-crypt/hashcat-utils: initial ebuild

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-crypt/hashcat-utils/Manifest |  1 +
 app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild | 25 
 app-crypt/hashcat-utils/metadata.xml | 10 ++
 3 files changed, 36 insertions(+)

diff --git a/app-crypt/hashcat-utils/Manifest b/app-crypt/hashcat-utils/Manifest
new file mode 100644
index 000..2938a9626ad
--- /dev/null
+++ b/app-crypt/hashcat-utils/Manifest
@@ -0,0 +1 @@
+DIST hashcat-utils-1.9.tar.gz 41612 BLAKE2B 
2999a3c2a01c195ddca334325167f2a468a3466b48886f3a54804224fd8369a9c953279170d5291c534a157acdc4fefc2947765187c8fb0e6f4cd5e5fd2597c9
 SHA512 
5f8cef312496e13d1152742950397933e9d5866740afe377321fb48386174b64d96f90d3072febfb97bf0f7eb438f41d6b5e14bfc3e157c9c3e664ffbc5b614b

diff --git a/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild 
b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild
new file mode 100644
index 000..f6396ab52c8
--- /dev/null
+++ b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a set of small utilities that are useful in advanced password 
cracking"
+HOMEPAGE="https://github.com/hashcat/hashcat-utils";
+SRC_URI="https://github.com/hashcat/hashcat-utils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${P}/src"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+   for i in *.bin; do
+   newbin ${i} ${i/.bin}
+   done
+}

diff --git a/app-crypt/hashcat-utils/metadata.xml 
b/app-crypt/hashcat-utils/metadata.xml
new file mode 100644
index 000..b4ca965f410
--- /dev/null
+++ b/app-crypt/hashcat-utils/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   Rick Farina
+   zeroch...@gentoo.org
+   
+   
+   
+



[gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/files/, dev-python/pygobject/

2018-09-18 Thread Mart Raudsepp
commit: 37668a8e48c239cfb8951876504410f3eca6dd20
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 18 20:21:35 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 18 20:21:35 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=37668a8e

dev-python/pygobject: remove, 3.28.3 available in ::gentoo

Main tree version removes some by now unnecessary test workarounds
(cairo.SubpixelOrder stuff seems solved, compat gtk stuff moved to
a separate file than we still sed and I don't get test failures),
which however might have been still relevant in the overlay 3.26
version.
Also updates comment about gnome-common to autoconf-archive, as that's
what it needs now for eautoreconf. However 3.30 and git master use
meson. Relatedly, the  is thus useless here now (still autotools),
so remove that too.

 .../files/pygobject-3.16.1-unittest.patch  |  15 ---
 dev-python/pygobject/metadata.xml  |  12 ---
 dev-python/pygobject/pygobject-3.26.1.ebuild   | 107 -
 dev-python/pygobject/pygobject-.ebuild | 105 
 4 files changed, 239 deletions(-)

diff --git a/dev-python/pygobject/files/pygobject-3.16.1-unittest.patch 
b/dev-python/pygobject/files/pygobject-3.16.1-unittest.patch
deleted file mode 100644
index 5ee15b1d..
--- a/dev-python/pygobject/files/pygobject-3.16.1-unittest.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Comment out unittest that ought to work but for some reason does not want to.
-
 a/tests/test_glib.py   2015-05-10 14:01:45.873164005 +0200
-+++ b/tests/test_glib.py   2015-03-05 09:32:55.0 +0100
-@@ -38,8 +38,8 @@
- def test_xdg_dirs(self):
- d = GLib.get_user_data_dir()
- self.assertTrue('/' in d, d)
--d = GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
--self.assertTrue('/' in d, d)
-+#d = GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
-+#self.assertTrue('/' in d, d)
- with warnings.catch_warnings():
- warnings.simplefilter('ignore', PyGIDeprecationWarning)
- 

diff --git a/dev-python/pygobject/metadata.xml 
b/dev-python/pygobject/metadata.xml
deleted file mode 100644
index 08a5bd43..
--- a/dev-python/pygobject/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-
-   pyt...@gentoo.org
-   Python
-   
-

diff --git a/dev-python/pygobject/pygobject-3.26.1.ebuild 
b/dev-python/pygobject/pygobject-3.26.1.ebuild
deleted file mode 100644
index 535769f2..
--- a/dev-python/pygobject/pygobject-3.26.1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
-
-inherit eutils gnome2 python-r1 virtualx
-
-DESCRIPTION="GLib's GObject library bindings for Python"
-HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject";
-
-LICENSE="LGPL-2.1+"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="+cairo examples test"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   test? ( cairo )
-"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/gobject-introspection-1.46.0:=
-   virtual/libffi:=
-   cairo? (
-   >=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
-   x11-libs/cairo )
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   cairo? ( x11-libs/cairo[glib] )
-   test? (
-   dev-libs/atk[introspection]
-   media-fonts/font-cursor-misc
-   media-fonts/font-misc-misc
-   x11-libs/cairo[glib]
-   x11-libs/gdk-pixbuf:2[introspection,jpeg]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection]
-   python_targets_python2_7? ( 
dev-python/pyflakes[$(python_gen_usedep python2_7)] ) )
-"
-# gnome-base/gnome-common required by eautoreconf
-
-# We now disable introspection support in slot 2 per upstream recommendation
-# (see https://bugzilla.gnome.org/show_bug.cgi?id=642048#c9); however,
-# older versions of slot 2 installed their own site-packages/gi, and
-# slot 3 will collide with them.
-RDEPEND="${COMMON_DEPEND}
-   ! != 
-   sed -e 's/^.*type(font_opts.get_subpixel_order()), int.*/#/' \
-   -i tests/test_cairo.py || die
-
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   # Hard-enable libffi support since both gobject-introspection and
-   # glib-2.29.x rdepend on it anyway
-   # docs disabled by upstream default since they

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

2018-09-18 Thread Mart Raudsepp
commit: b6e4a9fc39e39472c08e02714b9ab3ecd8dd6339
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 18 18:10:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 18 20:20:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e4a9fc

dev-python/pygobject: bump to 3.28.3

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/pygobject/Manifest|  1 +
 dev-python/pygobject/pygobject-3.28.3.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/dev-python/pygobject/Manifest b/dev-python/pygobject/Manifest
index 857d452e7d0..a02014a3b8b 100644
--- a/dev-python/pygobject/Manifest
+++ b/dev-python/pygobject/Manifest
@@ -1,3 +1,4 @@
 DIST pygobject-2.28.6.tar.xz 747248 BLAKE2B 
5f92794034b2d0559a623db4a7d273a7dc3f099cae87ede91b17e81acac085a9298c6b81b45b4b8540b6a75ced97e474a993437dbfcfc2133d3321d6a979b541
 SHA512 
37544ea2377258758169b25a2969d5ee1c9ffb9b6e63e05bc7a0471a49ac9169c51ec587d4489172c7d256f53df878a81c1992a08059aa7e43dbbb69f799545c
 DIST pygobject-3.22.0.tar.xz 756820 BLAKE2B 
2030b9106c082bbec4418c97945df68e20f49005341ad1d7c6d390b894ac88e13f2619215df4c02587b5ccce606083906609d89c559b790777092e991afbf367
 SHA512 
1f6f0ea8014b35d7828a6bebc0fe2cf6519016ca5ad3819dc6b7879154d8e27fdd2971620955c8fc4904625814833c8bc8ec0599152720649864262d3b6e33e4
 DIST pygobject-3.24.1.tar.xz 758648 BLAKE2B 
95e3bc6d022b70053549f8a780aa372d8964477e881b825299ca82a7328bbdab58b037a92d36578915ac622b7c223d47cc1c35fccd3ea70d7840841eaec6860d
 SHA512 
f35968ab12b872c85af6b2410cadedcf9fa7e17352a40f3dc557c86203aa1c38753710aab9ce55e986ee2c98b64e14123c65083655445e993d0b53431db6dc93
+DIST pygobject-3.28.3.tar.xz 1005368 BLAKE2B 
5c24fd25fa20dbdbd3ad18d7e2eafd8f47f5e28903d9f8dab6110f09ccfc13f865149f0d4bd84bc755bc6e4191b903646930e818d85382dfaf4e05f7107b3ecf
 SHA512 
0abda393dd774f9cea04f883eab53f5ebde81d2439ed18cfe08ef39a1996054ab34bf4e770f70116a4485fb4f9970464b9a950ffa4af76cfa21ecc8d4dff968d

diff --git a/dev-python/pygobject/pygobject-3.28.3.ebuild 
b/dev-python/pygobject/pygobject-3.28.3.ebuild
new file mode 100644
index 000..59a56b471d0
--- /dev/null
+++ b/dev-python/pygobject/pygobject-3.28.3.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit eutils gnome2 python-r1 virtualx
+
+DESCRIPTION="GLib's GObject library bindings for Python"
+HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject";
+
+LICENSE="LGPL-2.1+"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="+cairo examples test"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   test? ( cairo )
+"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/gobject-introspection-1.46.0:=
+   virtual/libffi:=
+   cairo? (
+   >=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
+   x11-libs/cairo )
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   cairo? ( x11-libs/cairo[glib] )
+   test? (
+   dev-libs/atk[introspection]
+   media-fonts/font-cursor-misc
+   media-fonts/font-misc-misc
+   x11-libs/cairo[glib]
+   x11-libs/gdk-pixbuf:2[introspection,jpeg]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   python_targets_python2_7? ( 
dev-python/pyflakes[$(python_gen_usedep python2_7)] ) )
+"
+# autoconf-archive required by eautoreconf
+
+# We now disable introspection support in slot 2 per upstream recommendation
+# (see https://bugzilla.gnome.org/show_bug.cgi?id=642048#c9); however,
+# older versions of slot 2 installed their own site-packages/gi, and
+# slot 3 will collide with them.
+RDEPEND="${COMMON_DEPEND}
+   !

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

2018-09-18 Thread Mart Raudsepp
commit: 7d8d1cae968e1a8ba739f627ff87067c1544b48a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 18 20:19:52 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 18 20:20:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8d1cae

media-libs/tiff-4.0.9-r4: arm64 stable (bug #645982)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/media-libs/tiff/tiff-4.0.9-r4.ebuild 
b/media-libs/tiff/tiff-4.0.9-r4.ebuild
index 2a7acc685da..9406a475eb4 100644
--- a/media-libs/tiff/tiff-4.0.9-r4.ebuild
+++ b/media-libs/tiff/tiff-4.0.9-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test zlib"
 
 RDEPEND="



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

2018-09-18 Thread Aaron Swenson
commit: 26598fa59a025d3313249b5abceca45a6b23e79c
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Sep 18 20:05:56 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Sep 18 20:05:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26598fa5

dev-db/pspg: Cleanup old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/pspg/Manifest  |  4 
 dev-db/pspg/pspg-0.8.0.ebuild | 16 
 dev-db/pspg/pspg-0.9.2.ebuild | 16 
 dev-db/pspg/pspg-0.9.3.ebuild | 16 
 dev-db/pspg/pspg-1.1.0.ebuild | 16 
 5 files changed, 68 deletions(-)

diff --git a/dev-db/pspg/Manifest b/dev-db/pspg/Manifest
index 27792e33c66..f483c28d02f 100644
--- a/dev-db/pspg/Manifest
+++ b/dev-db/pspg/Manifest
@@ -1,5 +1 @@
-DIST pspg-0.8.0.tar.gz 850508 BLAKE2B 
2f2fb7f094f72f0b5d1c959ab73a355ea2ced155fdb64adef21eb70c4991b057e31688128f50db2d6a84ab850b57ab59d50c0dd5ba06998af11ff3a5479cc9bd
 SHA512 
758d47e041f4c7c91ad2033fb95e6d33a27b6f896077dbcb287331496e47740c31c6ba6bf7ea01ad6c1a3c3d4c5e525b268795a16f9c819f4d489d3e98fa3092
-DIST pspg-0.9.2.tar.gz 855891 BLAKE2B 
0e0a992e5885ca4b2e058d19df2d9c7eac862e1a45e8d80f31df33ab2f3c02616c67cc528af6a52225db938a0c1f27352e13c7dfd01b15bda908bbf3ee9ef128
 SHA512 
8ad31a5e744db96bec7cfea7d128aa4ac3b44ab51c3dd1d0661178c1d139571a955143a3ccfe6556ce2a215ec193a45224720794da5d2af1e93beb2fa713aea4
-DIST pspg-0.9.3.tar.gz 856766 BLAKE2B 
3e1b41f786abd8e964adb87411ba9dca7bdc0ed07a02e51a869dfaca491497478818d85de32846d675ee90f32f01f693ea33ce0166bb939457c55799aabf900a
 SHA512 
79c019ef30a1a06c15793e7b51f7e1cabd79711d3a2a4360933c219b01e9c8d8390a82b87bb1be5316cabbcad3705adca8dd09714e6e994d7aca0b94ddcf06c0
-DIST pspg-1.1.0.tar.gz 861442 BLAKE2B 
b62fa7e92cf4baae31da08b8f14eb18a54dd0912c08c73764f4571b5bcc22ff21e0ceb3809c4f0fb33c490241b2135594b1d2fb9fcb9006287ced9a031b75ffe
 SHA512 
84db26b5fce668938f76a6250caca8a394b439d6496de411305605da1ec35cfe79e444a56e73423e56bede21f5da3208b140be0d995e9cf575ba76a5bd0d49b1
 DIST pspg-1.3.0.tar.gz 885210 BLAKE2B 
4a6f41b915603a96eef8cd5de9a76322bf0cfec94afe5c54707ab290e657159d7e8f6d29f5c4c1de07770047e45d3566d3a4f09c53d80461a50be48afade289b
 SHA512 
6c6e4b12008ca36ea4ecf6c60d474f897622427590d8326db73f7d5a6d2134c479db17b0765cd8861ccf422e5fab292e10fc7f7e7a548c5d3773c64c5e11d1dd

diff --git a/dev-db/pspg/pspg-0.8.0.ebuild b/dev-db/pspg/pspg-0.8.0.ebuild
deleted file mode 100644
index d9846d4a733..000
--- a/dev-db/pspg/pspg-0.8.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A better pager for psql and mysql"
-HOMEPAGE="https://github.com/okbob/${PN}";
-SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses:*"
-RDEPEND="${DEPEND}"

diff --git a/dev-db/pspg/pspg-0.9.2.ebuild b/dev-db/pspg/pspg-0.9.2.ebuild
deleted file mode 100644
index 9b1b64baa6d..000
--- a/dev-db/pspg/pspg-0.9.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A better pager for psql and mysql"
-HOMEPAGE="https://github.com/okbob/${PN}";
-SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses:*"
-RDEPEND="${DEPEND}"

diff --git a/dev-db/pspg/pspg-0.9.3.ebuild b/dev-db/pspg/pspg-0.9.3.ebuild
deleted file mode 100644
index 9b1b64baa6d..000
--- a/dev-db/pspg/pspg-0.9.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A better pager for psql and mysql"
-HOMEPAGE="https://github.com/okbob/${PN}";
-SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses:*"
-RDEPEND="${DEPEND}"

diff --git a/dev-db/pspg/pspg-1.1.0.ebuild b/dev-db/pspg/pspg-1.1.0.ebuild
deleted file mode 100644
index 9b1b64baa6d..000
--- a/dev-db/pspg/pspg-1.1.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A better pager for psql and mysql"
-HOMEPAGE="https://github.com/okbob/${PN}";
-SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses:*"
-RDEPEND="${DEPEND}"



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

2018-09-18 Thread Andreas Sturmlechner
commit: af0018b8f01bbe5f414bfd8f50202de883762e70
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 19:31:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 19:53:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0018b8

dev-libs/liborcus: 0.14.1 version bump (still no keywords)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/liborcus/Manifest   | 2 +-
 dev-libs/liborcus/{liborcus-0.14.0.ebuild => liborcus-0.14.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest
index c09b130a146..5ef7b99786f 100644
--- a/dev-libs/liborcus/Manifest
+++ b/dev-libs/liborcus/Manifest
@@ -1,2 +1,2 @@
 DIST liborcus-0.13.4.tar.xz 1816340 BLAKE2B 
f8e7251c8688f82604d5ac1212938890e42f23ce45edb09eba9ab26a810e5fd4215a23dd20e86ddf9100db67818fc73fbbee7357642a6390f8f60dc28596be31
 SHA512 
f00b49c41eb1898c37d8d42e59f9004f46b5f849b9d60ac9c5033232d1e5065ff3de160e79f5a88983bf64f86e283b6d1d406a24e776aa6ff7b8acec324ccd4b
-DIST liborcus-0.14.0.tar.xz 1891648 BLAKE2B 
8392cf40c92e21015eb4bb55fddd8b2796dad2f4006f445c740e7fce11507b577e70fa4619fa23d4133ae6a43f87b440b3990a6687dea5273dc4bae7f0146264
 SHA512 
0dca1508f3b235d9e52e131a54b0e7ec5473e4a5863a70aa7c703d3b16e8dff49de954af924c4235c5cdbd592528df15192545f08a878c5d469d7394825525b3
+DIST liborcus-0.14.1.tar.xz 1894680 BLAKE2B 
0070baf319bf35275f36f3082141f154404ad43d8143588b35c00b8b536f0c1cf5bf38fd9e997c4be45a454f16de1cc1a25186da40e3ed0606a87e9a6a968053
 SHA512 
a32dc5a652ce99cff37273c38fb9460e13e7bfb562f40c8d0c79b65c33e340daaeeb2c796308ca700b85bfc13cc8215641563b9e9f6d44b7d61adb8e8a3c950f

diff --git a/dev-libs/liborcus/liborcus-0.14.0.ebuild 
b/dev-libs/liborcus/liborcus-0.14.1.ebuild
similarity index 100%
rename from dev-libs/liborcus/liborcus-0.14.0.ebuild
rename to dev-libs/liborcus/liborcus-0.14.1.ebuild



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

2018-09-18 Thread Andreas Sturmlechner
commit: 34f3b5b7580081d59d0563ea7591887d589bd6a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 19:30:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 19:53:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f3b5b7

dev-libs/libixion: 0.14.1 version bump (still no keywords)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libixion/Manifest   | 2 +-
 dev-libs/libixion/{libixion-0.14.0.ebuild => libixion-0.14.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
index b6136b93579..f9faad215d7 100644
--- a/dev-libs/libixion/Manifest
+++ b/dev-libs/libixion/Manifest
@@ -1,2 +1,2 @@
 DIST libixion-0.13.0.tar.xz 413756 BLAKE2B 
04aef61a1cc691bb159d7e8131e2e47fe2590634adc93f2e5771ed106316eb1c92ee7c4aa05ba753a1751cb5e7c55cba9263515671a26f9bc9983a1cfcacceff
 SHA512 
15784e947164d106e677c59ece53b3cd401d4f9433cc5331a35d3be8332ae4f20a469ca73b30b253433c86da4afde886dfb4ac23e46ed46376a7349e0276c3a0
-DIST libixion-0.14.0.tar.xz 427100 BLAKE2B 
8f766a61d2dab2c1cd40fbd72bb3d0cad2dda1a9d4617f1bc5289237b29e8b4edab333819b3ca61dfbd9a9b22b2e5a956d5c12b0a9eab8f794cbd87a20237b4e
 SHA512 
8681912fb1bebb4de1fdcb4f0589aa84a3e38cd21747c81a204a87594f67879732461f3c02b70d0bf5659af59c1af1fa17df425eba5946d22a8599bc8da9fd92
+DIST libixion-0.14.1.tar.xz 360568 BLAKE2B 
e4da21f0eff9111272618d1bad87790ed0c4b461478473654f8366b0023c0650b41d355b0737a4fd4ac943e66f919e2f0d6bf04250e597e54a290d4415f3a093
 SHA512 
e4ae6348833d2178c1dc76916937bcc9d7821dc6570fe13093c441ca22e0301a1ca6a4cf85d9814b83534733dba98f4c4a372791f93bc57173317657675b9ae3

diff --git a/dev-libs/libixion/libixion-0.14.0.ebuild 
b/dev-libs/libixion/libixion-0.14.1.ebuild
similarity index 100%
rename from dev-libs/libixion/libixion-0.14.0.ebuild
rename to dev-libs/libixion/libixion-0.14.1.ebuild



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

2018-09-18 Thread Andreas Sturmlechner
commit: 8c644b3271bd5cb86365ae8eef5baaefa4cfd003
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 19:41:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 19:53:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c644b32

profiles: Restrict app-office/libreoffice[kde] stable-mask to 6.0*

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index dbdac995c85..a13c0ac8a17 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -33,8 +33,8 @@ media-video/vlc aom srt
 dev-python/s3fs test
 
 # Andreas Sturmlechner  (22 Apr 2018)
-# Not ready for stable, crashes LO on some systems.
->=app-office/libreoffice-6.0 kde
+# Huge patchset in 6.0, early crash reports with fix in ~arch KF5/Plasma-5
+=app-office/libreoffice-6.0* kde
 
 # Andreas Sturmlechner  (03 Mar 2018)
 # Depends on unstable dependencies; qt3d bug #652046



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

2018-09-18 Thread Andreas Sturmlechner
commit: fc6cbfc0d5644f0f2f2c3221ef87bfec44d21aad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 19:50:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 19:53:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6cbfc0

profiles: base: Move vlc package.use.stable.mask to powerpc,x86

Closes: https://bugs.gentoo.org/657168
Closes: https://bugs.gentoo.org/663456

 profiles/arch/powerpc/package.use.stable.mask | 5 +
 profiles/arch/x86/package.use.stable.mask | 5 +
 profiles/base/package.use.stable.mask | 6 --
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index 914c980131d..fd785150af6 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (18 Sep 2018)
+# >=media-video/libav-12 not stable yet, bug #617508
+media-libs/mlt libav
+media-video/vlc libav
+
 # Michał Górny  (26 Aug 2018)
 # Non-stable dependency.  Used to be masked completely.
 media-sound/abcde replaygain

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index d1717d1184d..708da806b6b 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (18 Sep 2018)
+# >=media-video/libav-12 not stable yet, bug #617508
+media-libs/mlt libav
+media-video/vlc libav
+
 # Thomas Deutschmann  (01 Jun 2018)
 net-analyzer/wireshark -doc
 

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index a13c0ac8a17..c416cbaa11c 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -10,10 +10,6 @@
 # 
https://mail.kde.org/pipermail/kde-distro-packagers/2018-September/000347.html
 kde-plasma/plasma-desktop appstream
 
-# Andreas Sturmlechner  (22 Jul 2018)
-# >=media-video/libav-12 not stable yet, bug #617508
->=media-libs/mlt-6.6.0 libav
-
 # Michał Górny  (07 Jun 2018)
 # sys-libs/netbsd-csu not stable yet.
 sys-devel/clang-runtime crt
@@ -24,9 +20,7 @@ net-analyzer/wireshark doc
 
 # Andreas Sturmlechner  (29 May 2018)
 # Depends on unstable media-libs/libaom, net-libs/srt
-# >=media-video/libav-12 not stable yet, bug #617508
 media-video/vlc aom srt
->=media-video/vlc-3.0.3-r1 libav
 
 # Andreas Sturmlechner  (21 May 2018)
 # Depends on lots of unstable dependencies



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/

2018-09-18 Thread Sven Wegener
commit: 235f97543debad22bf4d79004c41500a2354e80e
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Sep 18 17:24:27 2018 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Sep 18 19:43:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235f9754

net-dns/pdns: EAPI-7

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns/pdns-4.1.4.ebuild | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/net-dns/pdns/pdns-4.1.4.ebuild b/net-dns/pdns/pdns-4.1.4.ebuild
index 9194e5f4560..45e60be2b58 100644
--- a/net-dns/pdns/pdns-4.1.4.ebuild
+++ b/net-dns/pdns/pdns-4.1.4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-inherit eutils multilib user toolchain-funcs versionator
+inherit multilib user
 
 DESCRIPTION="The PowerDNS Daemon"
 HOMEPAGE="https://www.powerdns.com/";
@@ -40,8 +40,8 @@ RDEPEND="
sodium? ( dev-libs/libsodium:= )
tinydns? ( >=dev-db/tinycdb-0.77 )
protobuf? ( dev-libs/protobuf )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
doc? ( app-doc/doxygen )"
 
 S="${WORKDIR}"/${P/_/-}
@@ -104,7 +104,10 @@ src_install() {
 
keepdir /var/empty
 
-   use doc && dohtml -r codedocs/html/.
+   if use doc; then
+   docinto html
+   dodoc -r codedocs/html/.
+   fi
 
# Install development headers
insinto /usr/include/pdns
@@ -117,7 +120,7 @@ src_install() {
doins "${FILESDIR}"/dnsdomain2.schema
fi
 
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {
@@ -139,8 +142,7 @@ pkg_postinst() {
 
local old
for old in ${REPLACING_VERSIONS}; do
-   version_compare ${old} 3.2
-   [[ $? -eq 1 ]] || continue
+   ver_test ${old} -lt 3.2 || continue
 
ewarn "To fix a security bug (bug #458018) had the following"
ewarn "files/directories the world-readable bit removed (if 
set):"



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2018-09-18 Thread Sven Wegener
commit: 7373a31d584d86158bc826cf6a243f1ca3da
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Sep 18 17:29:55 2018 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Sep 18 19:43:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7373

net-dns/pdns-recursor: Cleanup

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/Manifest   |  3 -
 net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild | 80 
 net-dns/pdns-recursor/pdns-recursor-4.1.2.ebuild | 80 
 net-dns/pdns-recursor/pdns-recursor-4.1.3.ebuild | 80 
 4 files changed, 243 deletions(-)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index d2d4ab1a366..e733ab0e33d 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,5 +1,2 @@
 DIST pdns-recursor-4.0.8.tar.bz2 1071831 BLAKE2B 
d9ab0dada8efa4b05c136650b9a2eab3aec4acab28ffb6da5bb4f627dc085b2c2d046d1f0dac5cf6e7054b47d76b8d7b95f56cc096b613891a4422b77e9abe9d
 SHA512 
9886fccd3042904b7133e03a7b45479c8f2f57ecb33e4a043703b5e84816cd04a331503870e16030c86b353c1e14d9283dba767c1247e46ed6e14b7e0e93a5ef
-DIST pdns-recursor-4.1.1.tar.bz2 1224544 BLAKE2B 
886353fabed5795696e84c6f70872577ff3832e449c5b88c81fec00eb39b764091b92c9c8b5dfc7aa0af2fdb305a3ec3578ccaff469e9c305903bcea8089
 SHA512 
a8561bf0688752f30c4c997930f13d55c506b2a2113d22b074443757a51cde9be182ef948e61eb8c4d639bbf8679d8a4139aafb6983f483b3a917e049fa64e45
-DIST pdns-recursor-4.1.2.tar.bz2 1219927 BLAKE2B 
3db5d383ad75406925c7196ad0b9552c938a60238fa60e4317c5f4037d716d2faf2ac897dac18661df809211129950a2988846a1c7aa1d24f89c5a682448abfc
 SHA512 
eaf28ce424f1367e548cb78c09de9d3915487e2f19ed238197b6304b20bd9fef599d7df44ca128d89d8cd04d3b7fdd455241bb34ecd688c8042a020c4a36
-DIST pdns-recursor-4.1.3.tar.bz2 1223928 BLAKE2B 
a4896504768073576d3fa9070e661ea55540321ba3823d62971a4fdd088d6b3394e5a123ad9e071addb6c36d9344296494bac60623f91972bb5f2f0c1d79ebfc
 SHA512 
5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d
 DIST pdns-recursor-4.1.4.tar.bz2 1224360 BLAKE2B 
ddfa4f8c6a4534ef41dcb2e5341a9eece84a44a5a77f1f8cdd251a84888d428283a1396de74e9b50239f0663c05fa60fe36b2a4fb44689215518ea390584501e
 SHA512 
1904685dfdcd69d4b85c4c70559d51cc8ef288551ffd8f93a96108c3aca4e46ec3950f93840e4bd39da00c63129033b5a541beb68d1e924d477b5b0abbf1d00c

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild
deleted file mode 100644
index 7e2d4e9bfdb..000
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs flag-o-matic eutils versionator
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-   luajit? ( dev-lang/luajit:= )
-   protobuf? (
-   dev-libs/protobuf
-   >=dev-libs/boost-1.42:=
-   )
-   systemd? ( sys-apps/systemd:0= )
-   snmp? ( net-analyzer/net-snmp )
-   sodium? ( dev-libs/libsodium:= )
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:= )
-   >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-   !https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-   luajit? ( dev-lang/luajit:= )
-   protobuf? (
-   dev-libs/protobuf
-   >=dev-libs/boost-1.42:=
-   )
-   systemd? ( sys-apps/systemd:0= )
-   snmp? ( net-analyzer/net-snmp )
-   sodium? ( dev-libs/libsodium:= )
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:= )
-   >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-   !https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-   luajit? ( dev-lang/luajit:= )
-   protobuf? (
-   dev-libs/protobuf
-   >=dev-libs/boost-1.42:=
-   )
-   systemd? ( sys-apps/systemd:0= )
-   snmp? ( net-analyzer/net-snmp )
-   sodium? ( dev-libs/libsodium:= )
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:= )
-   >=dev-libs/boost-1.35:="
-RDEPEND="

[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/

2018-09-18 Thread Sven Wegener
commit: 177db9969e7c343527520ee7d7e58a4141f323c2
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Sep 18 17:27:13 2018 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Sep 18 19:43:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177db996

net-dns/pdns: Cleanup

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns/Manifest  |   4 --
 net-dns/pdns/pdns-4.1.0.ebuild | 155 -
 net-dns/pdns/pdns-4.1.1.ebuild | 155 -
 net-dns/pdns/pdns-4.1.2.ebuild | 155 -
 net-dns/pdns/pdns-4.1.3.ebuild | 155 -
 5 files changed, 624 deletions(-)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index de63e0135d7..a830505adca 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,6 +1,2 @@
 DIST pdns-4.0.5.tar.bz2 1323468 BLAKE2B 
7e10cc98177bfa4f81888e2598ab4f0ce83ee45e6349372c065940424a74015302da879536dea8346fe7b86f35c0524a5449489bdf71d1a091b7c6a82fac4b6f
 SHA512 
4b0fa932c1d9caf35b988916447aa21c64ebe2a58bdd84417cf09321a21b264cf1057206dc6993a45a3b591eb1dfa49463710c06b6bdfaf6fb17ae6dec6086d9
-DIST pdns-4.1.0.tar.bz2 1116905 BLAKE2B 
91ec0f0cfa70966ff71dfb6302ed01355120ca1429d3c610c4abfb1b964cff78a6332700991bc259387e9095be03d3850da41750e93bb3ffe3db0e23562d156c
 SHA512 
4b2b42f4893f8aac3cf07a6c8a3c999cb728a5907a710f1a5c9c8d08377ecb63e202e5eececbefc069c8f1d97a29b2aa607da7cf2bcc6335a7418e409e77
-DIST pdns-4.1.1.tar.bz2 1113659 BLAKE2B 
916dd6ad815a867580d36668e70ec62991ccd45abafdcaa282a2d3edf7ea1b1ae4fc8add8f6b1ce5c8a8d76fc5bf6a6fa458202b7623842afabf7da59585
 SHA512 
23e62ec39007e39a289945457e9b950cbeabf8581f477397341dfbd3592b7ccdede8f4c9ce653a47add07784d1a23116f9013c755eb11af1df383b49a8ca341d
-DIST pdns-4.1.2.tar.bz2 1117225 BLAKE2B 
6a4ffc7ea6ccf4dcde63f78c203efe4c17d3769785173211f4d98b9a1891d3d747b95f686c41c6197f28931302eb8389d4fe899409a98d5d83f71fbd15c36d78
 SHA512 
3fe9f5d8d87bfc77e98915d9019000b6bc0b91ed7ed363ba00a64321cc534290e23627f18a6ba87797a954f7c82b777f746f4f45eb70efb30fa2aa1a80c67a68
-DIST pdns-4.1.3.tar.bz2 1114829 BLAKE2B 
d379dafc438402df57674686073469aabaa442b174cd6e217d80878a64d103f753cae6b96be32efd841f3ae46cb333b4136b0a33e332f420e83553815f4024e0
 SHA512 
a5201cf48911188db0c70cb44a27b9a6cebc16f6b740abdadd283dd53feedeed9cfa16ab833b8230f24790f349a0f2ebcca653ca502bb9b2c75d08bd7c60140c
 DIST pdns-4.1.4.tar.bz2 1089376 BLAKE2B 
bdf1736c547927579af7557f695bfd63c4f0ea270ce8d90ddbad186d24bc8c7851254b99ee44d418d0b8c92be0b9d61f10f11f7a491baa8e00e0197b511b1a1e
 SHA512 
ae5cd89d039635beddcb9709d0f6b06321a923343900f88e536aac2feb1e08d41b466b6addb2399f50b20d7ac19fcf4c48d47d0d9219367b37b260c40863ad93

diff --git a/net-dns/pdns/pdns-4.1.0.ebuild b/net-dns/pdns/pdns-4.1.0.ebuild
deleted file mode 100644
index bfe5185aaf7..000
--- a/net-dns/pdns/pdns-4.1.0.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils multilib user toolchain-funcs versionator
-
-DESCRIPTION="The PowerDNS Daemon"
-HOMEPAGE="https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# other possible flags:
-# db2: we lack the dep
-# oracle: dito (need Oracle Client Libraries)
-# xdb: (almost) dead, surely not supported
-
-IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
-
-REQUIRED_USE="mydns? ( mysql )"
-
-RDEPEND="
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:= )
-   >=dev-libs/boost-1.35:=
-   botan? ( dev-libs/botan:2= )
-   lua? (
-   !luajit? ( dev-lang/lua:= )
-   luajit? ( dev-lang/luajit:= )
-   )
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )
-   ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
-   sqlite? ( dev-db/sqlite:3 )
-   opendbx? ( dev-db/opendbx )
-   geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip )
-   sodium? ( dev-libs/libsodium:= )
-   tinydns? ( >=dev-db/tinycdb-0.77 )
-   protobuf? ( dev-libs/protobuf )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}"/${P/_/-}
-
-src_configure() {
-   local dynmodules="pipe bind" # the default backends, always enabled
-
-   #use db2 && dynmodules+=" db2"
-   use ldap && dynmodules+=" ldap"
-   use lua && dynmodules+=" lua"
-   use mydns && dynmodules+=" mydns"
-   use mysql && dynmodules+=" gmysql"
-   use opendbx && dynmodules+=" opendbx"
-   #use oracle && dynmodules+=" goracle oracle"
-   use postgres && dynmodules+=" gpgsql"
-   use remote && dynmodules+=" re

[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2018-09-18 Thread Sven Wegener
commit: 125470d3434ca6818aa45e3f256e2912c18a8263
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Sep 18 17:32:33 2018 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Sep 18 19:43:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125470d3

net-dns/pdns-recursor: EAPI-7

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild
index 7e2d4e9bfdb..29926f6c42d 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.1.4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-inherit toolchain-funcs flag-o-matic eutils versionator
+inherit flag-o-matic
 
 DESCRIPTION="The PowerDNS Recursor"
 HOMEPAGE="https://www.powerdns.com/";
@@ -28,8 +28,7 @@ DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
>=dev-libs/boost-1.35:="
 RDEPEND="${DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/

2018-09-18 Thread Sven Wegener
commit: 7176c3b6302c711d9cb465d07da85bc46e876104
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Sep 18 17:17:40 2018 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Sep 18 19:43:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7176c3b6

net-dns/pdns: virtual/mysql -> dev-db/mysql-connector-c, bug #665970

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns/pdns-4.0.5.ebuild | 2 +-
 net-dns/pdns/pdns-4.1.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/pdns/pdns-4.0.5.ebuild b/net-dns/pdns/pdns-4.0.5.ebuild
index f72938e2bc4..d445fec6386 100644
--- a/net-dns/pdns/pdns-4.0.5.ebuild
+++ b/net-dns/pdns/pdns-4.0.5.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
!luajit? ( dev-lang/lua:= )
luajit? ( dev-lang/luajit:= )
)
-   mysql? ( virtual/mysql )
+   mysql? ( dev-db/mysql-connector-c )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 )
sqlite? ( dev-db/sqlite:3 )

diff --git a/net-dns/pdns/pdns-4.1.4.ebuild b/net-dns/pdns/pdns-4.1.4.ebuild
index bfe5185aaf7..9194e5f4560 100644
--- a/net-dns/pdns/pdns-4.1.4.ebuild
+++ b/net-dns/pdns/pdns-4.1.4.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
!luajit? ( dev-lang/lua:= )
luajit? ( dev-lang/luajit:= )
)
-   mysql? ( virtual/mysql )
+   mysql? ( dev-db/mysql-connector-c )
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
sqlite? ( dev-db/sqlite:3 )



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

2018-09-18 Thread Mike Gilbert
commit: cccb1ca7f6e9d63f53a9ed3bbe1b34c3c9945a6d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 18 19:31:15 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 18 19:42:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccb1ca7

dev-util/ninja: bump to EAPI 7

Signed-off-by: Mike Gilbert  gentoo.org>
Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 dev-util/ninja/ninja-.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/ninja/ninja-.ebuild b/dev-util/ninja/ninja-.ebuild
index 73fb8e30509..38f251adba3 100644
--- a/dev-util/ninja/ninja-.ebuild
+++ b/dev-util/ninja/ninja-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/ninja-build/ninja.git";
 else
SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris"
 fi
 
 DESCRIPTION="A small build system similar to make"
@@ -23,7 +23,7 @@ SLOT="0"
 
 IUSE="doc emacs test vim-syntax zsh-completion"
 
-DEPEND="
+BDEPEND="
${PYTHON_DEPS}
dev-util/re2c
doc? (
@@ -64,7 +64,7 @@ src_compile() {
 
if tc-is-cross-compiler; then
mv ninja ninja-build || die
-   "${PYTHON}" configure.py || die
+   ${EPYTHON} configure.py || die
./ninja-build -v ninja || die
else
ln ninja ninja-build || die
@@ -101,11 +101,11 @@ src_install() {
 
if use vim-syntax; then
insinto /usr/share/vim/vimfiles/syntax/
-   doins misc/"${PN}".vim
+   doins misc/ninja.vim
 
-   echo 'au BufNewFile,BufRead *.ninja set ft=ninja' > 
"${T}/${PN}.vim"
+   echo 'au BufNewFile,BufRead *.ninja set ft=ninja' > 
"${T}/ninja.vim"
insinto /usr/share/vim/vimfiles/ftdetect
-   doins "${T}/${PN}.vim"
+   doins "${T}/ninja.vim"
fi
 
if use zsh-completion; then
@@ -115,7 +115,7 @@ src_install() {
 
if use emacs; then
cd misc || die
-   elisp-install ${PN} ninja-mode.el* || die
+   elisp-install ninja ninja-mode.el* || die
fi
 }
 



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

2018-09-18 Thread Mike Gilbert
commit: 55a3f84991ec3b739f9b6f33a992bfc96fad2a11
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 18 19:42:36 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 18 19:42:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a3f849

www-client/chromium: stable channel bump (69.0.3497.100)

Signed-off-by: Mike Gilbert  gentoo.org>
Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 www-client/chromium/Manifest| 2 +-
 .../{chromium-69.0.3497.92.ebuild => chromium-69.0.3497.100.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 2fed6c41e1b..226d8a26bbd 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,4 @@
+DIST chromium-69.0.3497.100.tar.xz 617374764 BLAKE2B 
45805e7a743982c167974cbe223b126dad83cca2eca6c78b6fe707431b2df45cb30271c0ee5002839c84f661260063852a1e1a913d26a073a87fb20e7b4d964e
 SHA512 
bc9dd4a63eb9a8c369bd360f7fd0fb9b72addfa553e9a9d8adbfafe7ec4af39ec1fb3dd6523af1f17cb141aaf017ca4b6abc357c4a595ff627e88c58e87e8f6f
 DIST chromium-69.0.3497.81.tar.xz 617333008 BLAKE2B 
c93f04c31a05a7ca29225157f434b27646529aac5e273f8c0e983dde8ebbcb8f32a94bbe6edf7d936f6e989869f49cbea4249a6e7ff7a497f382b0c8ca6d01b1
 SHA512 
99d3e3212496b3e42133719c6026aec71bd3cd90c7ff689cce509021e038a91986c14d094e6e71ba94600d0c27548b8b33b7084c75d4c2bb8d846b81a4c2562b
-DIST chromium-69.0.3497.92.tar.xz 617363228 BLAKE2B 
651673423aa53fc86058d7c7f1f39111297f9f5f2f48166be9a06f7b4c86167c2a9e46749365f0a5447894fcb3f2c55bc6bb6bea344608d9956166d4753f6244
 SHA512 
46f2e799070d97956d3137008815d0885b9704705dab86ad9d53faca4582a37b0199026837ebae26aef49f7676630c85ecff928fc1c3ee4307598ccbee6facec
 DIST chromium-70.0.3538.16.tar.xz 622798348 BLAKE2B 
c9082858b9716f0550892ac3b611744b8a9bf991e61eb51e4e528caa69daa9e9751a12bfc3ef85bdef46b38f4a779cd6a536159279b6c58b4b2602a43ad534f8
 SHA512 
d2c62b6d5b39fec066e9a6c78484026453d4bfb228c4653c4824ee56a813e7af8172211a1ee7c494aa36b9419b3a2746dc47d879a2ea68300b0ca434f326347b
 DIST chromium-70.0.3538.9.tar.xz 622701284 BLAKE2B 
e7a8a793787639d9f00fc1b0d5c8f9cf3a282a1dd2787e6b953dea822f001ca05346d384dd54fc439f9b00bba083ccea48a41b49791e476138bf087e16cb38b4
 SHA512 
96e656be2096a151ad4de53d359e1a49073e1080a882aaf871b0a01f3ad08713e0045ce58d10fd08586b462d9f8b44ac38ec4883b35bccc7028a78ecbe4b449f

diff --git a/www-client/chromium/chromium-69.0.3497.92.ebuild 
b/www-client/chromium/chromium-69.0.3497.100.ebuild
similarity index 100%
rename from www-client/chromium/chromium-69.0.3497.92.ebuild
rename to www-client/chromium/chromium-69.0.3497.100.ebuild



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

2018-09-18 Thread Sergei Trofimovich
commit: 8dc3fd83f52077dba601e4750d2f037a5551a7dc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 18 19:18:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 19:18:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc3fd83

dev-haskell/tar: fix quoting in DESCRIPTION

(While syntactically valid) truncated DESCRIPTION
DESCRIPTION="Reading, writing and manipulating \\"
managed to confuse esync parser: https://bugs.gentoo.org/666314#c3

Fix DESCRIPTION and avoid backslash quoting.

Reported-by: PhobosK
Bug: https://bugs.gentoo.org/666314
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-haskell/tar/tar-0.4.0.1.ebuild | 4 ++--
 dev-haskell/tar/tar-0.4.2.1.ebuild | 4 ++--
 dev-haskell/tar/tar-0.5.0.3.ebuild | 4 ++--
 dev-haskell/tar/tar-0.5.1.0.ebuild | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-haskell/tar/tar-0.4.0.1.ebuild 
b/dev-haskell/tar/tar-0.4.0.1.ebuild
index ede1fa7e35b..fa4e3ed7a9d 100644
--- a/dev-haskell/tar/tar-0.4.0.1.ebuild
+++ b/dev-haskell/tar/tar-0.4.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ EAPI=5
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
-DESCRIPTION="Reading, writing and manipulating ".tar" archive files"
+DESCRIPTION="Reading, writing and manipulating '.tar' archive files"
 HOMEPAGE="http://hackage.haskell.org/package/tar";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 

diff --git a/dev-haskell/tar/tar-0.4.2.1.ebuild 
b/dev-haskell/tar/tar-0.4.2.1.ebuild
index 79a82635afb..a89abd14651 100644
--- a/dev-haskell/tar/tar-0.4.2.1.ebuild
+++ b/dev-haskell/tar/tar-0.4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ EAPI=5
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
-DESCRIPTION="Reading, writing and manipulating \".tar\" archive files"
+DESCRIPTION="Reading, writing and manipulating '.tar' archive files"
 HOMEPAGE="http://hackage.haskell.org/package/tar";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 

diff --git a/dev-haskell/tar/tar-0.5.0.3.ebuild 
b/dev-haskell/tar/tar-0.5.0.3.ebuild
index 8f37522c74f..91edb09c1fc 100644
--- a/dev-haskell/tar/tar-0.5.0.3.ebuild
+++ b/dev-haskell/tar/tar-0.5.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ EAPI=6
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
-DESCRIPTION="Reading, writing and manipulating \".tar\" archive files"
+DESCRIPTION="Reading, writing and manipulating '.tar' archive files"
 HOMEPAGE="http://hackage.haskell.org/package/tar";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 

diff --git a/dev-haskell/tar/tar-0.5.1.0.ebuild 
b/dev-haskell/tar/tar-0.5.1.0.ebuild
index 3d7f0b41ebc..1937fea5f72 100644
--- a/dev-haskell/tar/tar-0.5.1.0.ebuild
+++ b/dev-haskell/tar/tar-0.5.1.0.ebuild
@@ -8,7 +8,7 @@ EAPI=6
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
-DESCRIPTION="Reading, writing and manipulating \\"
+DESCRIPTION="Reading, writing and manipulating '.tar' archive files"
 HOMEPAGE="http://hackage.haskell.org/package/tar";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 



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

2018-09-18 Thread Matt Turner
commit: bbc1b8ecd5ee8b25561653b3d35303e6064cb9ec
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc1b8ec

dev-lang/php-7.0.32: ppc64 stable, bug 666256

 dev-lang/php/php-7.0.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.0.32.ebuild b/dev-lang/php/php-7.0.32.ebuild
index 736906c09ef..d00e71facfa 100644
--- a/dev-lang/php/php-7.0.32.ebuild
+++ b/dev-lang/php/php-7.0.32.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Matt Turner
commit: 6c0886544505be132c66fffbccc6c6d2ee2e8b0f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c088654

dev-lang/php-5.6.38: ppc64 stable, bug 666256

 dev-lang/php/php-5.6.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-5.6.38.ebuild b/dev-lang/php/php-5.6.38.ebuild
index 6ca3d139dc0..2f3642d952c 100644
--- a/dev-lang/php/php-5.6.38.ebuild
+++ b/dev-lang/php/php-5.6.38.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



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

2018-09-18 Thread Matt Turner
commit: 4409328294520f0d74884b42dd132bc182621513
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44093282

dev-lang/php-7.0.32: ppc stable, bug 666256

 dev-lang/php/php-7.0.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.0.32.ebuild b/dev-lang/php/php-7.0.32.ebuild
index 7d0a8e86fd5..736906c09ef 100644
--- a/dev-lang/php/php-7.0.32.ebuild
+++ b/dev-lang/php/php-7.0.32.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Matt Turner
commit: c40e010159fb794953bac1c0131b931e404dcdc6
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40e0101

dev-lang/php-7.2.10: ppc64 stable, bug 666256

 dev-lang/php/php-7.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.10.ebuild b/dev-lang/php/php-7.2.10.ebuild
index aca91a5ac7a..8eb548e1fc7 100644
--- a/dev-lang/php/php-7.2.10.ebuild
+++ b/dev-lang/php/php-7.2.10.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Matt Turner
commit: ebe1340f58f2e735c07105321dd81ce0bc19b392
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:06 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe1340f

dev-lang/php-7.1.22: ppc stable, bug 666256

 dev-lang/php/php-7.1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.1.22.ebuild b/dev-lang/php/php-7.1.22.ebuild
index 247cbc35145..ab3a1729ee3 100644
--- a/dev-lang/php/php-7.1.22.ebuild
+++ b/dev-lang/php/php-7.1.22.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Matt Turner
commit: f741ef4a6cc4414d4978c8f567d931b227585323
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:04 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f741ef4a

dev-lang/php-5.6.38: ppc stable, bug 666256

 dev-lang/php/php-5.6.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-5.6.38.ebuild b/dev-lang/php/php-5.6.38.ebuild
index 7a0ab0529fb..6ca3d139dc0 100644
--- a/dev-lang/php/php-5.6.38.ebuild
+++ b/dev-lang/php/php-5.6.38.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



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

2018-09-18 Thread Matt Turner
commit: 4467f434c19d197a8f28a04a70aa92ab05df86cd
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4467f434

dev-lang/php-7.1.22: ppc64 stable, bug 666256

 dev-lang/php/php-7.1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.1.22.ebuild b/dev-lang/php/php-7.1.22.ebuild
index ab3a1729ee3..d6d08b2c879 100644
--- a/dev-lang/php/php-7.1.22.ebuild
+++ b/dev-lang/php/php-7.1.22.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Matt Turner
commit: 038566c1dbe68267f7ed76fd190a5150467e5cbd
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 18 19:16:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 18 19:16:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038566c1

dev-lang/php-7.2.10: ppc stable, bug 666256

 dev-lang/php/php-7.2.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.10.ebuild b/dev-lang/php/php-7.2.10.ebuild
index f4c05fcec90..aca91a5ac7a 100644
--- a/dev-lang/php/php-7.2.10.ebuild
+++ b/dev-lang/php/php-7.2.10.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-09-18 Thread Andreas Sturmlechner
commit: c797717121046c1e40c0e754093b516fffe28ef6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 19:15:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 19:15:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7977171

dev-util/boost-build: Drop stray 1.62.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/boost-build/Manifest |   1 -
 dev-util/boost-build/boost-build-1.62.0-r1.ebuild | 140 --
 2 files changed, 141 deletions(-)

diff --git a/dev-util/boost-build/Manifest b/dev-util/boost-build/Manifest
index 60ff3ef1389..19a425758e8 100644
--- a/dev-util/boost-build/Manifest
+++ b/dev-util/boost-build/Manifest
@@ -1,4 +1,3 @@
-DIST boost_1_62_0.tar.bz2 84513338 BLAKE2B 
00f2ddf93d254183709a5e607d5cec5d135bdcddebac15fc3b1522e37b9e58d8df84f1977fee5b085309db58634861f2014e72822e755dd7789e8489fef19f7c
 SHA512 
5385ae3d5255a433a704169ad454d8dc2b0b5bcae3fb23defd6570df4ff7d845cf9fcbeebccdc1c5db0eec9f82ee3d90040de9507c8167467c635d3b215463be
 DIST boost_1_63_0.tar.bz2 81984414 BLAKE2B 
227c4432bd3ca0eb390048ec85047958fcb6ae289996501812cd8b13bf74bbe9b677d0110948265cab59a60deb36c4fc08440af74ac5a5219ea4eaea4fa6918f
 SHA512 
c915c5f5778dee49b8e9d0a40f37f90f56fb1fdb1d8ce92d97bf48bc7bc462212487badfe4bbe30b06196d1149cfb221da12ac54e97499b0d4cb6466813bb4ad
 DIST boost_1_65_0.tar.bz2 82597718 BLAKE2B 
0080956d6ad2f14130ce4a4734b1bd1ce83d3651b226653689e02770baa83cf11811ef4e44948ff68a168d9ce5cbfaea4f758970df2b4e9faa2d410181885f5b
 SHA512 
7142650fb8d61e3ef16ba066fc918e087f19e9bc2ad1d6a11fb10bf0d6b1b5ad05ab032f076a5233a1624b3669e952b2cc38b7dc074bbf53018e2970ee90fcdd
 DIST boost_1_66_0.tar.bz2 85995778 BLAKE2B 
9ab1fe396b10ab85d7e4084ec7abb8d785ecd892c8f51aea5a401cb565b111c256533364fe028da74ed376534889f43c5ccbdcd703cd236526ae66a064220765
 SHA512 
0f34075d35391d66876e5189a01a11880a79428e1b267456348ee148dba9dc3abdc74d568f1853be631d20b584b1c804b42443c266f7622164acfc10be3dab8b

diff --git a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
deleted file mode 100644
index 3d4aef3be4b..000
--- a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-RESTRICT="test"
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils flag-o-matic python-single-r1 toolchain-funcs versionator
-
-MY_PV="$(replace_all_version_separators _)"
-
-DESCRIPTION="A system for large project software construction, simple to use 
and powerful"
-HOMEPAGE="https://boostorg.github.io/build/";
-SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_PV}.tar.bz2";
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="examples python test"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )
-   !/dev/null || die
-   eapply "${FILESDIR}/${PN}-1.54.0-fix-test.patch"
-   popd >/dev/null || die
-
-   # Remove stripping option
-   # Fix python components build on multilib systems, bug #496446
-   cd "${S}/engine" || die
-   sed -i \
-   -e 's|-s\b||' \
-   -e "/libpython/s/lib ]/$(get_libdir) ]/" \
-   build.jam || die "sed failed"
-
-   # Force regeneration
-   rm jambase.c || die
-
-   # This patch allows us to fully control optimization
-   # and stripping flags when bjam is used as build-system
-   # We simply extend the optimization and debug-symbols feature
-   # with empty dummies called 'none'
-   cd "${S}" || die
-   sed -i \
-   -e 's/\(off speed space\)/\1 none/' \
-   -e 's/\(debug-symbols  : on off\)/\1 none/' \
-   tools/builtin.jam || die "sed failed"
-}
-
-src_configure() {
-   if use python; then
-   # replace versions by user-selected one (TODO: fix this when 
slot-op
-   # deps are available to always match the best version available)
-   sed -i \
-   -e "s|27 26 25 24 23 22|${EPYTHON#python}|" \
-   engine/build.jam || die "sed failed"
-   fi
-}
-
-src_compile() {
-   cd engine || die
-
-   local toolset
-
-   if [[ ${CHOST} == *-darwin* ]]; then
-   toolset=darwin
-   else
-   # Using boost's generic toolset here, which respects CC and 
CFLAGS
-   toolset=cc
-   fi
-
-   CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python python 
"${EROOT%/}"/usr) || die "building bjam failed"
-}
-
-src_install() {
-   dobin engine/bin.*/{bjam,b2}
-
-   insinto /usr/share/boost-build
-   doins -r "${FILESDIR}/site-config.

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

2018-09-18 Thread Andreas Sturmlechner
commit: 9e74d08669eae0d59cb658e049aa3008a80de3cd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 18 19:03:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 18 19:04:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e74d086

dev-libs/liborcus: Fix build with boost-1.67

Thanks-to: Yuriy Ilinykh  gmail.com>
Closes: https://bugs.gentoo.org/663218
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/liborcus-0.13.4-boost-1.67.patch | 50 ++
 dev-libs/liborcus/liborcus-0.13.4.ebuild   |  6 ++-
 2 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liborcus/files/liborcus-0.13.4-boost-1.67.patch 
b/dev-libs/liborcus/files/liborcus-0.13.4-boost-1.67.patch
new file mode 100644
index 000..b1d44b8db4c
--- /dev/null
+++ b/dev-libs/liborcus/files/liborcus-0.13.4-boost-1.67.patch
@@ -0,0 +1,50 @@
+From f7485813af8e50f88c77312fb29b7bb489a0a17d Mon Sep 17 00:00:00 2001
+From: Adam Majer 
+Date: Wed, 23 May 2018 10:45:56 +0200
+Subject: [PATCH] Fix build with Boost 1.67
+
+Boost:DateTime that no longer accepts non-integer types.
+In the past, these types were implicitly cast down to integer
+values. Now this requires explicit cast.
+
+https://svn.boost.org/trac10/ticket/11168
+
+This fixes #60
+---
+ src/spreadsheet/sheet.cpp | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/spreadsheet/sheet.cpp b/src/spreadsheet/sheet.cpp
+index 7df1aedb..33b372ad 100644
+--- a/src/spreadsheet/sheet.cpp
 b/src/spreadsheet/sheet.cpp
+@@ -289,7 +289,7 @@ void sheet::set_date_time(row_t row, col_t col, int year, 
int month, int day, in
+ 
+ double days_since_epoch = (d - origin).days();
+ 
+-double ms = second * 100.0;
++long ms = second * 100.0;
+ 
+ posix_time::time_duration t(
+ posix_time::hours(hour) +
+@@ -606,7 +606,7 @@ date_time_t sheet::get_date_time(row_t row, col_t col) 
const
+ if (time_fraction)
+ {
+ // Convert a fraction day to microseconds.
+-double ms = time_fraction * 24.0 * 60.0 * 60.0 * 100.0;
++long ms = time_fraction * 24.0 * 60.0 * 60.0 * 100.0;
+ posix_time::time_duration td = posix_time::microsec(ms);
+ 
+ hours = td.hours();
+@@ -615,7 +615,7 @@ date_time_t sheet::get_date_time(row_t row, col_t col) 
const
+ 
+ td -= posix_time::hours(hours);
+ td -= posix_time::minutes(minutes);
+-td -= posix_time::seconds(seconds);
++td -= posix_time::seconds((long)seconds);
+ 
+ ms = td.total_microseconds(); // remaining microseconds.
+ 
+-- 
+2.18.0
+

diff --git a/dev-libs/liborcus/liborcus-0.13.4.ebuild 
b/dev-libs/liborcus/liborcus-0.13.4.ebuild
index 2f74b321685..c3a85e9f2fa 100644
--- a/dev-libs/liborcus/liborcus-0.13.4.ebuild
+++ b/dev-libs/liborcus/liborcus-0.13.4.ebuild
@@ -23,9 +23,9 @@ IUSE="python +spreadsheet-model static-libs tools"
 
 RDEPEND="
dev-libs/boost:=
-   sys-libs/zlib:=
+   sys-libs/zlib
python? ( ${PYTHON_DEPS} )
-   spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= )
+   spreadsheet-model? ( =dev-libs/libixion-0.13*:= )
 "
 DEPEND="${RDEPEND}
=dev-util/mdds-1.3*:1
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
+PATCHES=( "${FILESDIR}/${P}-boost-1.67.patch" )
+
 pkg_setup() {
use python && python-single-r1_pkg_setup
 }



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

2018-09-18 Thread Mike Gilbert
commit: 1d1d3c001557c255a50342237baad146eb06f738
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 18 19:03:37 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 18 19:03:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1d3c00

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

Signed-off-by: Mike Gilbert  gentoo.org>
Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 2da3b923ee3..4ac506268dc 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_70.0.3538.16-1_amd64.deb 57099040 BLAKE2B 
dab3af9632b910a8ecda659aae0b7c64760298ad35a4a96ca484940f04d09cc09ed2251305d28789431054c5aaf333271fec7266d9b366ca8e862a56a28400a2
 SHA512 
b8a3f94fbc9144a158a280f3c72a989e3929bf75cbdc37c02e2f97b1664c7cd956bab75f5c57d953cb7ede7667cb3c49a9ac48db94f4a6a52fc8eaa187772ea1
-DIST google-chrome-stable_69.0.3497.92-1_amd64.deb 54808378 BLAKE2B 
dae6939fe4bf46d2e773ad90df2229ef4b914d26e0a4b4e2114fadcd0e42f9a3609f864b7240fb2bbf2b0ef3aeb0b73bf37a102a633ba725ab0fee6db0a88907
 SHA512 
6bb1cc4612157e8416c9a39874772eb18ff7da28f86cb2e409a6be4d50495932b12aac9ce7973a6e85659cd8f3f65101738677d0135ce3f0d5854729dcaac98e
+DIST google-chrome-stable_69.0.3497.100-1_amd64.deb 54675966 BLAKE2B 
7043eca541b3dd75ed45ffd7bd06b26f2c3561378be913bc3988274ac1adc98ac05df7e7d42ec24402dea482131494f939578b5b1fde87224caa3e59bad25e96
 SHA512 
6566fefd13ef3013368d3f9edb7aa967d83fa888bec429beca16c0cab6398eaef5c07c31f399417baebeb7d0f79f5eebd651a31d0bca34eaa6ec729798b430e4
 DIST google-chrome-unstable_71.0.3551.3-1_amd64.deb 57396928 BLAKE2B 
2cfdc4f7cfb0b1c934b132481fd8b38d2bbc6a981cbdfa5e8073714b3bd7890681acbe39604bca83dca273e4e742cc0afcbef7e07afea50a4712e0787aa48be9
 SHA512 
ce2da74e3460ffd372081549b73537e28eddf5ad69c1b67ec8fc98db9982777a87b7c7bf994046a78d6d82eab0f231aa54eab604c65f0245dfc0897cdc5df800

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



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

2018-09-18 Thread Mike Gilbert
commit: 306e8615ede8e89600a64ae090fdb9897328ab28
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 18 19:03:00 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 18 19:03:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306e8615

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

Signed-off-by: Mike Gilbert  gentoo.org>
Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

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

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index d6b496bf9b0..6e65630ece5 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_69.0.3497.92-1_amd64.deb 54808378 BLAKE2B 
dae6939fe4bf46d2e773ad90df2229ef4b914d26e0a4b4e2114fadcd0e42f9a3609f864b7240fb2bbf2b0ef3aeb0b73bf37a102a633ba725ab0fee6db0a88907
 SHA512 
6bb1cc4612157e8416c9a39874772eb18ff7da28f86cb2e409a6be4d50495932b12aac9ce7973a6e85659cd8f3f65101738677d0135ce3f0d5854729dcaac98e
+DIST google-chrome-stable_69.0.3497.100-1_amd64.deb 54675966 BLAKE2B 
7043eca541b3dd75ed45ffd7bd06b26f2c3561378be913bc3988274ac1adc98ac05df7e7d42ec24402dea482131494f939578b5b1fde87224caa3e59bad25e96
 SHA512 
6566fefd13ef3013368d3f9edb7aa967d83fa888bec429beca16c0cab6398eaef5c07c31f399417baebeb7d0f79f5eebd651a31d0bca34eaa6ec729798b430e4

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



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2018-09-18 Thread Sergei Trofimovich
commit: 89654d9cdfabcd93c61ad0454848b30a68ff4210
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Sep 18 18:27:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 18 18:59:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89654d9c

app-portage/repoman: stable 2.3.10 for sparc, bug #666374

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/repoman/repoman-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.10.ebuild 
b/app-portage/repoman/repoman-2.3.10.ebuild
index 0c81d80a5e3..f67731740a2 100644
--- a/app-portage/repoman/repoman-2.3.10.ebuild
+++ b/app-portage/repoman/repoman-2.3.10.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



  1   2   >