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

2019-02-11 Thread Mikle Kolyada
commit: 8b94f2d5184d3824a2dcce693e7cf6e4f53f988d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Feb 12 06:56:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 06:57:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b94f2d5

net-irc/irssi: sync live ebuild

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-irc/irssi/irssi-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-irc/irssi/irssi-.ebuild b/net-irc/irssi/irssi-.ebuild
index 615a7053a1c..2afd0cb78e5 100644
--- a/net-irc/irssi/irssi-.ebuild
+++ b/net-irc/irssi/irssi-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,12 +14,14 @@ HOMEPAGE="https://irssi.org/;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="+perl selinux socks5 +proxy libressl"
+IUSE="otr +perl selinux socks5 +proxy libressl"
 
 CDEPEND="sys-libs/ncurses:0=
>=dev-libs/glib-2.6.0
!libressl? ( dev-libs/openssl:= )
libressl? ( dev-libs/libressl:= )
+   otr? ( >=dev-libs/libgcrypt-1.2.0:0=
+   >=net-libs/libotr-4.1.0 )
perl? ( dev-lang/perl:= )
socks5? ( >=net-proxy/dante-1.1.18 )"
 
@@ -49,6 +51,7 @@ src_configure() {
econf \
--with-perl-lib=vendor \
--enable-true-color \
+   $(use_with otr) \
$(use_with proxy) \
$(use_with perl) \
$(use_with socks5 socks)



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

2019-02-11 Thread Joshua Kinard
commit: e7c128de3c6dbf8454cb48fb204382133a88696a
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Feb 12 06:53:35 2019 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Feb 12 06:55:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c128de

net-misc/spread: Add ebuild for 5.0.1

Add an ebuild for spread-5.0.1.  Appears to resolve Bug #535616.

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

 net-misc/spread/Manifest|  1 +
 net-misc/spread/metadata.xml|  5 -
 net-misc/spread/spread-5.0.1.ebuild | 38 +
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/net-misc/spread/Manifest b/net-misc/spread/Manifest
index 73e0f24b48e..f5b0b17aba8 100644
--- a/net-misc/spread/Manifest
+++ b/net-misc/spread/Manifest
@@ -1,2 +1,3 @@
 DIST spread-src-4.1.0.tar.gz 641060 BLAKE2B 
a1f8f0c943385cd23301faf9f00553a922919fa50113789ce1c8a028d83645bc7fb32fd7e6e21f6073bfc32476c7dd28b885435285f9ac8bab0b3ea6e2949779
 SHA512 
6db3cf9760d483685bd23d32760f52b9af667fcf98341fad198b0831cc41cc839998dee59dee04426bf4db15700656fe90f4f457e2a3c6e449eb51b07fc18a6d
 DIST spread-src-4.3.0.tar.gz 745113 BLAKE2B 
06fc28a0535fcf61e4dae8cb45ad0f5b4ba70cf12835966bebb27a635736764fdd33d24e6e7fe1433240fb9f6c6e9338631108a93cf9e21b2c58691f09c4e156
 SHA512 
7eb87e896a623accfe3f36c44ba55f8258d078ff9cdc141509456af4a069802f087edaeafcd356791337dbfb4d4f67b808a482ea54ac58aef8fb980cdbc6fea6
+DIST spread-src-5.0.1.tar.gz 803058 BLAKE2B 
b115675cb8ad89bfda7921d7ede0d168bfa833297a13cf5bba866505813fc255d3585b4a02e51409acda73597803ac691b0b6d329b189405004fce5505af7f1c
 SHA512 
f57dbabb6e4d343434fe1c48bb8868cf601e22c599a520521a23c6dfa215b1d835fb2a7dc3b7cf124352060d12566c5f64114544428cc5a95e7899208379b115

diff --git a/net-misc/spread/metadata.xml b/net-misc/spread/metadata.xml
index 6f49eba8f49..269a11fe643 100644
--- a/net-misc/spread/metadata.xml
+++ b/net-misc/spread/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   
 

diff --git a/net-misc/spread/spread-5.0.1.ebuild 
b/net-misc/spread/spread-5.0.1.ebuild
new file mode 100644
index 000..b7526d4dcd1
--- /dev/null
+++ b/net-misc/spread/spread-5.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit user
+
+MY_PN="spread-src"
+
+DESCRIPTION="Distributed network messaging system"
+HOMEPAGE="http://www.spread.org;
+SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Spread-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+pkg_setup() {
+   enewuser spread
+   enewgroup spread
+}
+
+src_prepare() {
+   default
+
+   # don't strip binaries
+   sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
+   newinitd "${FILESDIR}"/spread.init.d spread
+}



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

2019-02-11 Thread Mikle Kolyada
commit: 38fd165b960d9133a45deb959d0a22ea5711f402
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Feb 12 06:21:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 06:22:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fd165b

profiles/arch/arm64/p.u.mask: Add net-irc/irssi[otr]

Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index b014c4db4ca..b397d71f5ad 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mikle Kolyada  (12 Feb 2019)
+# net-libs/libotr is not keyworded
+net-irc/irssi otr
+
 # Davide Pesavento  (27 Dec 2018)
 # The corresponding Qt5 modules are not keyworded on arm64, and we don't want 
to
 # keyword them solely because of PyQt5 while there are no other in-tree users.



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

2019-02-11 Thread Mikle Kolyada
commit: bafe7e2d840515ddeaebd56b84d8cb2d21253b05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Feb 11 16:29:42 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 06:22:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafe7e2d

mail-filter/popfile: x86 stable wrt bug #676544

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 mail-filter/popfile/popfile-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/popfile/popfile-1.1.3-r1.ebuild 
b/mail-filter/popfile/popfile-1.1.3-r1.ebuild
index 53b61d83ebd..45ab09e8841 100644
--- a/mail-filter/popfile/popfile-1.1.3-r1.ebuild
+++ b/mail-filter/popfile/popfile-1.1.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://getpopfile.org/downloads/${P}.zip;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cjk ipv6 libressl mysql ssl xmlrpc"
 
 RDEPEND="virtual/perl-Digest-MD5



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

2019-02-11 Thread Mikle Kolyada
commit: acc969e2972c0d364cb098939cac6ec767fa6fdc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Feb 11 16:29:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 06:22:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc969e2

mail-filter/popfile: amd64 stable wrt bug #676544

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 mail-filter/popfile/popfile-1.1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/popfile/popfile-1.1.3-r1.ebuild 
b/mail-filter/popfile/popfile-1.1.3-r1.ebuild
index bafb8245f83..53b61d83ebd 100644
--- a/mail-filter/popfile/popfile-1.1.3-r1.ebuild
+++ b/mail-filter/popfile/popfile-1.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://getpopfile.org/downloads/${P}.zip;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="cjk ipv6 libressl mysql ssl xmlrpc"
 
 RDEPEND="virtual/perl-Digest-MD5



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

2019-02-11 Thread Mikle Kolyada
commit: 0f7641af6c13dd6687f5c3c541c05c1f3bb858a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Feb 11 16:30:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 06:22:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7641af

mail-filter/popfile: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 mail-filter/popfile/popfile-1.1.3.ebuild | 54 
 1 file changed, 54 deletions(-)

diff --git a/mail-filter/popfile/popfile-1.1.3.ebuild 
b/mail-filter/popfile/popfile-1.1.3.ebuild
deleted file mode 100644
index 21e54839f75..000
--- a/mail-filter/popfile/popfile-1.1.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Anti-spam bayesian filter"
-HOMEPAGE="http://getpopfile.org;
-SRC_URI="http://getpopfile.org/downloads/${P}.zip;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cjk ipv6 mysql ssl xmlrpc"
-
-RDEPEND="virtual/perl-Digest-MD5
-   virtual/perl-MIME-Base64
-   dev-perl/DBD-SQLite
-   dev-perl/HTML-Tagset
-   dev-perl/HTML-Template
-   dev-perl/TimeDate
-   dev-perl/DBI
-   virtual/perl-Digest
-   cjk? ( dev-perl/Encode-compat
-   dev-perl/Text-Kakasi )
-   mysql? ( dev-perl/DBD-mysql )
-   ipv6? ( dev-perl/IO-Socket-INET6 )
-   ssl? ( dev-libs/openssl:0
-   dev-perl/IO-Socket-SSL
-   dev-perl/Net-SSLeay )
-   xmlrpc? ( dev-perl/PlRPC )"
-
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   local f
-   for f in `find ./ -type f`; do
-   edos2unix "${f}"
-   done
-}
-
-src_install() {
-   dodoc *.change*
-   rm -rf *.change* license
-
-   insinto /usr/share/${PN}
-   doins -r *
-
-   fperms 755 /usr/share/${PN}/{popfile,insert,pipe,bayes}.pl
-
-   dosbin "${FILESDIR}"/${PN}
-}



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

2019-02-11 Thread Mikle Kolyada
commit: e8fe03253a2f8cf279f9447a1ee0a3d2b6d183b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Feb 12 06:41:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 06:41:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8fe0325

net-irc/irssi: Version bump (v1.2.0)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-irc/irssi/Manifest   |  1 +
 net-irc/irssi/irssi-1.2.0.ebuild | 66 
 net-irc/irssi/metadata.xml   |  1 +
 3 files changed, 68 insertions(+)

diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index daf802d9743..115b8db6e44 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1 +1,2 @@
 DIST irssi-1.1.2.tar.xz 1084328 BLAKE2B 
6f4e49097d97a511d0fd679806bfa3d261c26f9160ed66d34e7d314b3f330accf90c5e019c31dafd5418c25d538fcb44fc35fcdf6210370f640ff95743556a9a
 SHA512 
706f811c810b976888101a29bab6ff6b9aa6116678994b3710d6b266bfbc0ae2be1d4fd889aedfbf0a13a2e3da3f1affcce0018346ecc582865eaccd8cc79f84
+DIST irssi-1.2.0.tar.xz 1138984 BLAKE2B 
940b8fb0c6633ea82ccd242241a39b67fa1a356aa58758ca9e0388971ccaabbdfe954140d27abd06d1ca36d0aac14decbb1fd0929d969305abfaa9c9dbeafd24
 SHA512 
343530ca63355dd6683e84f31602c9162e1e3158e52ce81e37519d1e42abbdcb621fb710fcb605fcafd7e7ea3f2c30ed62607d4ea91d8c8dc29bf893e54aee40

diff --git a/net-irc/irssi/irssi-1.2.0.ebuild b/net-irc/irssi/irssi-1.2.0.ebuild
new file mode 100644
index 000..7708d1253e7
--- /dev/null
+++ b/net-irc/irssi/irssi-1.2.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL="no"
+
+inherit ltprune perl-module
+
+# Keep for _rc compability
+MY_P="${P/_/-}"
+
+DESCRIPTION="A modular textUI IRC client with IPv6 support"
+HOMEPAGE="https://irssi.org/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="otr +perl selinux socks5 +proxy libressl"
+
+COMMON_DEPEND="
+   sys-libs/ncurses:0=
+   >=dev-libs/glib-2.6.0
+   !libressl? ( dev-libs/openssl:= )
+   libressl? ( dev-libs/libressl:= )
+   otr? ( >=dev-libs/libgcrypt-1.2.0:0=
+  >=net-libs/libotr-4.1.0 )
+   perl? ( dev-lang/perl:= )
+   socks5? ( >=net-proxy/dante-1.1.18 )"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   virtual/pkgconfig"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   selinux? ( sec-policy/selinux-irc )
+   perl? ( !net-im/silc-client )"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   if has_version '>=dev-libs/libressl-2.7.3'; then
+   eapply "${FILESDIR}"/libressl.patch
+   fi
+}
+
+src_configure() {
+   econf \
+   --with-perl-lib=vendor \
+   --enable-true-color \
+   $(use_with otr) \
+   $(use_with proxy) \
+   $(use_with perl) \
+   $(use_with socks5 socks)
+}
+
+src_install() {
+   default
+   use perl && perl_delete_localpod
+   prune_libtool_files --modules
+}

diff --git a/net-irc/irssi/metadata.xml b/net-irc/irssi/metadata.xml
index 18651265241..4944f113330 100644
--- a/net-irc/irssi/metadata.xml
+++ b/net-irc/irssi/metadata.xml
@@ -14,6 +14,7 @@
Mikle Kolyada


+   Adds support for a loadable IRC otr 
module
Adds support for a loadable IRC proxy 
module





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

2019-02-11 Thread Markus Meier
commit: 64b3dfcbb68d0a5a2e95d335a3bc1adcadf705c8
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Feb 12 06:03:00 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Feb 12 06:03:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b3dfcb

dev-libs/libcdio-paranoia: arm stable, bug #673074

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2.ebuild 
b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2.ebuild
index 2a24133ba42..3f1da82d092 100644
--- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2.ebuild
+++ b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN%-*}/${MY_P}.tar.gz"
 # clause "or later" so we use LGPL-2.1 without +
 LICENSE="GPL-3+ GPL-2+ 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 ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="+cxx static-libs test"
 
 RDEPEND="app-eselect/eselect-cdparanoia



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

2019-02-11 Thread Markus Meier
commit: 17c6960c1415fd231507b717eaa24928eb15f9d9
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Feb 12 06:04:58 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Feb 12 06:04:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c6960c

dev-libs/jansson: arm stable, bug #674230

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/jansson/jansson-2.11.ebuild 
b/dev-libs/jansson/jansson-2.11.ebuild
index ce4063aeb1a..8e268e68cdc 100644
--- a/dev-libs/jansson/jansson-2.11.ebuild
+++ b/dev-libs/jansson/jansson-2.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"



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

2019-02-11 Thread Markus Meier
commit: 0b3bad2f70bd56166b87dabf1e6457f9b8cc3d78
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Feb 12 06:05:37 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Feb 12 06:05:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3bad2f

dev-python/pillow: arm stable, bug #674370

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/pillow/pillow-5.3.0.ebuild 
b/dev-python/pillow/pillow-5.3.0.ebuild
index 2f99b224937..69d0c2bb081 100644
--- a/dev-python/pillow/pillow-5.3.0.ebuild
+++ b/dev-python/pillow/pillow-5.3.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
 
 REQUIRED_USE="test? ( jpeg tiff )"



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

2019-02-11 Thread Davide Pesavento
commit: 65e0872ebb00df112a98ce23ad55ed32b78aee85
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb 12 04:48:10 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb 12 04:48:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e0872e

dev-python/sip: cosmetic changes to minimize diff with PyQt5-sip

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

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

diff --git a/dev-python/sip/sip-4.19.14.ebuild 
b/dev-python/sip/sip-4.19.14.ebuild
index 23d98f6e9a4..e694b38a121 100644
--- a/dev-python/sip/sip-4.19.14.ebuild
+++ b/dev-python/sip/sip-4.19.14.ebuild
@@ -9,11 +9,11 @@ inherit python-r1 toolchain-funcs
 DESCRIPTION="Python extension module generator for C and C++ libraries"
 HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro;
 
-MY_P=${P/_pre/.dev}
+MY_P=sip-${PV/_pre/.dev}
 if [[ ${PV} == *_pre* ]]; then
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
 else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz;
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz;
 fi
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h



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

2019-02-11 Thread Davide Pesavento
commit: e5cbb831343fd540f48eb464931b5e4ff3ecba22
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb 12 04:44:33 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb 12 04:44:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cbb831

dev-python/PyQt5-sip: bump to 4.19.14 final

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQt5-sip/Manifest | 2 +-
 ...-sip-4.19.14_pre1812231555.ebuild => PyQt5-sip-4.19.14.ebuild} | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest
index b9720f773e0..2a41d1b828e 100644
--- a/dev-python/PyQt5-sip/Manifest
+++ b/dev-python/PyQt5-sip/Manifest
@@ -1 +1 @@
-DIST sip-4.19.14.dev1812231555.tar.gz 1020224 BLAKE2B 
e3df5a8b7829278987c5b368b8b6c28c04fc0b3bb3847451e48411ef9ba5cda932007613ad31f34381446ea02d62281b27ae4951babca5ec8b75f065aa296365
 SHA512 
decf2f7baacede27c42d359eb875a895c9a92b36a8e8a29f4666b3f98f570d821e80dbb32fd946ce230f726fafc4000af9b167df8cfd188bcd7f85fbc71bd4b1
+DIST sip-4.19.14.tar.gz 1049688 BLAKE2B 
8e68910f533d0f58bef1f20ec58579ce0166efaee2caef1c64d4e9878b0887040d9284a9fa5ee48d7a4f0949866d0b988b0d962303f0ace03a4ad48bd08eec5d
 SHA512 
afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14_pre1812231555.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild
similarity index 92%
rename from dev-python/PyQt5-sip/PyQt5-sip-4.19.14_pre1812231555.ebuild
rename to dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild
index 457acbf3654..d71ee7c6948 100644
--- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14_pre1812231555.ebuild
+++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,14 +13,14 @@ MY_P=sip-${PV/_pre/.dev}
 if [[ ${PV} == *_pre* ]]; then
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
 else
-   SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz;
 fi
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
 SLOT="0/12"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="debug"
+IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
@@ -54,8 +54,8 @@ src_configure() {
local myconf=(
"${PYTHON}"
"${S}"/configure.py
-   $(usex debug --debug '')
--sip-module PyQt5.sip
+   --sysroot="${ESYSROOT}/usr"
--no-tools
AR="$(tc-getAR) cqs"
CC="$(tc-getCC)"



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

2019-02-11 Thread Davide Pesavento
commit: 8e396215d9baf449d02ffd9f074b58435fe8dc10
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb 12 04:13:04 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb 12 04:13:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e396215

dev-python/PyQt5-sip: update metadata

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQt5-sip/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/PyQt5-sip/metadata.xml 
b/dev-python/PyQt5-sip/metadata.xml
index 9b8cb511f25..8c05084f062 100644
--- a/dev-python/PyQt5-sip/metadata.xml
+++ b/dev-python/PyQt5-sip/metadata.xml
@@ -10,9 +10,9 @@
p...@riverbankcomputing.com
Phil Thompson

+   
https://www.riverbankcomputing.com/static/Downloads/sip/ChangeLog
+   https://www.riverbankcomputing.com/static/Docs/sip/
mailto:p...@riverbankcomputing.com
-   http://pyqt.sourceforge.net/Docs/sip4/
-   SIP
-   pyqt
+   PyQt5-sip

 



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

2019-02-11 Thread Davide Pesavento
commit: 3d014e01f700ad91793dfe49e1621cf64b08c053
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb 12 04:10:22 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb 12 04:10:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d014e01

dev-python/sip: update metadata

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

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

diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml
index 9b8cb511f25..bac1beb353f 100644
--- a/dev-python/sip/metadata.xml
+++ b/dev-python/sip/metadata.xml
@@ -10,9 +10,9 @@
p...@riverbankcomputing.com
Phil Thompson

+   
https://www.riverbankcomputing.com/static/Downloads/sip/ChangeLog
+   https://www.riverbankcomputing.com/static/Docs/sip/
mailto:p...@riverbankcomputing.com
-   http://pyqt.sourceforge.net/Docs/sip4/
SIP
-   pyqt

 



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

2019-02-11 Thread Davide Pesavento
commit: a6b1f03e90339fdce7cda7eddc9afa4a5a500468
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb 12 03:09:46 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb 12 03:55:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b1f03e

dev-python/sip: remove 4.19.8

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/sip/Manifest  |   1 -
 dev-python/sip/sip-4.19.8.ebuild | 116 ---
 2 files changed, 117 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index d625bcd97bb..df025910590 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,3 +1,2 @@
 DIST sip-4.19.13.tar.gz 1038815 BLAKE2B 
0b6f2941140a535cfdfb51db71cf9a55e5f65be85961e304496fded7781da42b0ab7d01045b8802468a3ce3b57e7f571851fc7713fd47a03c8344017982d6632
 SHA512 
eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98
 DIST sip-4.19.14.dev1812231555.tar.gz 1020224 BLAKE2B 
e3df5a8b7829278987c5b368b8b6c28c04fc0b3bb3847451e48411ef9ba5cda932007613ad31f34381446ea02d62281b27ae4951babca5ec8b75f065aa296365
 SHA512 
decf2f7baacede27c42d359eb875a895c9a92b36a8e8a29f4666b3f98f570d821e80dbb32fd946ce230f726fafc4000af9b167df8cfd188bcd7f85fbc71bd4b1
-DIST sip-4.19.8.tar.gz 1024548 BLAKE2B 
e43dfe542061db9f1d5981d0cc172d9c8420c4e66c282c52974ab28314c33bd28e6056b61f74b04680c1735c9bd2c4656e1a541f4bae94c858d18713f6222914
 SHA512 
9c0a9722a9a9dd23e2eabe751d622cdd31b376b7987b2c991f5ef4a8d11853c5c6e9f1c24a0d2d864d3990e2a45c2a159ca8511efd4a7e156a14937ef3c680f7

diff --git a/dev-python/sip/sip-4.19.8.ebuild b/dev-python/sip/sip-4.19.8.ebuild
deleted file mode 100644
index bd65f8202bb..000
--- a/dev-python/sip/sip-4.19.8.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit python-r1 toolchain-funcs
-
-DESCRIPTION="Python extension module generator for C and C++ libraries"
-HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro;
-
-if [[ ${PV} == * ]]; then
-   inherit mercurial
-   EHG_REPO_URI="https://www.riverbankcomputing.com/hg/sip;
-elif [[ ${PV} == *_pre* ]]; then
-   MY_P=${P/_pre/.dev}
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-   S=${WORKDIR}/${MY_P}
-else
-   SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
-fi
-
-# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
-SLOT="0/12"
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-if [[ ${PV} == * ]]; then
-   DEPEND+="
-   sys-devel/bison
-   sys-devel/flex
-   doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )"
-fi
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-if [[ ${PV} == * ]]; then
-   REQUIRED_USE+=" || ( $(python_gen_useflags 'python2*') )"
-fi
-
-PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch )
-
-src_prepare() {
-   if [[ ${PV} == * ]]; then
-   python_setup 'python2*'
-   "${PYTHON}" build.py prepare || die
-   if use doc; then
-   "${PYTHON}" build.py doc || die
-   fi
-   fi
-
-   # Sub-slot sanity check
-   local sub_slot=${SLOT#*/}
-   local sip_api_major_nr=$(sed -nre 's:^#define 
SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
-   if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
-   eerror
-   eerror "Ebuild sub-slot (${sub_slot}) does not match 
SIP_API_MAJOR_NR (${sip_api_major_nr})"
-   eerror "Please update SLOT variable as follows:"
-   eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
-   eerror
-   die "sub-slot sanity check failed"
-   fi
-
-   default
-}
-
-src_configure() {
-   configuration() {
-   if ! python_is_python3; then
-   local CFLAGS="${CFLAGS} -fno-strict-aliasing"
-   fi
-
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --bindir="${EPREFIX}/usr/bin"
-   --destdir="$(python_get_sitedir)"
-   --incdir="$(python_get_includedir)"
-   $(usex debug --debug '')
-   AR="$(tc-getAR) cqs"
-   CC="$(tc-getCC)"
-   CFLAGS="${CFLAGS}"
-   CFLAGS_RELEASE=
-   CXX="$(tc-getCXX)"
-   CXXFLAGS="${CXXFLAGS}"
-   CXXFLAGS_RELEASE=
-  

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

2019-02-11 Thread Davide Pesavento
commit: 297d3fc0cfeb01b4627e1dd02a40065296d0a718
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Feb 12 03:55:07 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Feb 12 03:55:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297d3fc0

dev-python/sip: bump to 4.19.14 final

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/sip/Manifest|  2 +-
 .../{sip-4.19.14_pre1812231555.ebuild => sip-4.19.14.ebuild}   | 10 --
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index df025910590..7a6fb1f2d61 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,2 +1,2 @@
 DIST sip-4.19.13.tar.gz 1038815 BLAKE2B 
0b6f2941140a535cfdfb51db71cf9a55e5f65be85961e304496fded7781da42b0ab7d01045b8802468a3ce3b57e7f571851fc7713fd47a03c8344017982d6632
 SHA512 
eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98
-DIST sip-4.19.14.dev1812231555.tar.gz 1020224 BLAKE2B 
e3df5a8b7829278987c5b368b8b6c28c04fc0b3bb3847451e48411ef9ba5cda932007613ad31f34381446ea02d62281b27ae4951babca5ec8b75f065aa296365
 SHA512 
decf2f7baacede27c42d359eb875a895c9a92b36a8e8a29f4666b3f98f570d821e80dbb32fd946ce230f726fafc4000af9b167df8cfd188bcd7f85fbc71bd4b1
+DIST sip-4.19.14.tar.gz 1049688 BLAKE2B 
8e68910f533d0f58bef1f20ec58579ce0166efaee2caef1c64d4e9878b0887040d9284a9fa5ee48d7a4f0949866d0b988b0d962303f0ace03a4ad48bd08eec5d
 SHA512 
afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e

diff --git a/dev-python/sip/sip-4.19.14_pre1812231555.ebuild 
b/dev-python/sip/sip-4.19.14.ebuild
similarity index 94%
rename from dev-python/sip/sip-4.19.14_pre1812231555.ebuild
rename to dev-python/sip/sip-4.19.14.ebuild
index 47ab306936c..23d98f6e9a4 100644
--- a/dev-python/sip/sip-4.19.14_pre1812231555.ebuild
+++ b/dev-python/sip/sip-4.19.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,14 +13,14 @@ MY_P=${P/_pre/.dev}
 if [[ ${PV} == *_pre* ]]; then
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
 else
-   SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz;
 fi
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
 SLOT="0/12"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc"
+IUSE="doc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
@@ -49,12 +49,11 @@ src_prepare() {
 
 src_configure() {
configuration() {
-   local incdir=$(python_get_includedir)
-
if ! python_is_python3; then
local CFLAGS="${CFLAGS} -fno-strict-aliasing"
fi
 
+   local incdir=$(python_get_includedir)
local myconf=(
"${PYTHON}"
"${S}"/configure.py
@@ -62,7 +61,6 @@ src_configure() {
--bindir="${EPREFIX}/usr/bin"
--destdir="$(python_get_sitedir)"
--incdir="${incdir#${SYSROOT}}"
-   $(usex debug --debug '')
AR="$(tc-getAR) cqs"
CC="$(tc-getCC)"
CFLAGS="${CFLAGS}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-rime/

2019-02-11 Thread Yixun Lan
commit: 0c95435b5731b1c8c4bca6c5abde9b1ab98549b9
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Feb 12 03:22:22 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Feb 12 03:30:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c95435b

app-i18n/ibus-rime: version bump 1.4.0

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus-rime/Manifest   |  1 +
 app-i18n/ibus-rime/ibus-rime-1.4.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/app-i18n/ibus-rime/Manifest b/app-i18n/ibus-rime/Manifest
index 115e4244cf2..7ed6b926e48 100644
--- a/app-i18n/ibus-rime/Manifest
+++ b/app-i18n/ibus-rime/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-rime-1.2.tar.gz 33396 BLAKE2B 
39930ea31d40e622cd69d6f5a218729f460161dd9681e49bc35a1eb9b3875b6f5acbdaf36f7cf8200440bc27ed84a2f23ec1578b19a1fe6abbbc54c7078be11c
 SHA512 
e1851781a6d069a79d04890b5b0aa2a706e611c08df3fcb99f883eeedd4dc4eefcac207f35b5cf1d856a41f0153ec3fbb040b4e6f610727384baa19b52a64155
 DIST ibus-rime-1.3.0.tar.gz 33930 BLAKE2B 
14e086382d89c990ca9f07401b68dbe26d58da061a3e8154232809ff29d766b630dcd06723bb0a8e18ebd089a640b7ab6787f8c70a6405dfa82472c1abfe5d4e
 SHA512 
f0991184805bfe19931e297779179661f98bdfea952e310b2d8618550002cfa5bb08df05d1c5e31b535ad9959a919fdc98fa771a90d4d82b9c50e2f592cb7dfd
+DIST ibus-rime-1.4.0.tar.gz 34176 BLAKE2B 
69d0392adc78b2b8935f2239c4567d001d3636d0e8ff59aca0b04b3189751a3edd0350eea9e2262b3ae3e639dbd9715c157e44727cc48ba9521801161a1508f4
 SHA512 
3fc24f4ce390e27d37e41775e4c075c7465cd3e90a9ab61d13ec47c2ca1c2afaafb322f327e18be573aa254a43b8cf6426415500a5d817b835bf4e0615ab9145

diff --git a/app-i18n/ibus-rime/ibus-rime-1.4.0.ebuild 
b/app-i18n/ibus-rime/ibus-rime-1.4.0.ebuild
new file mode 100644
index 000..f59ab58a862
--- /dev/null
+++ b/app-i18n/ibus-rime/ibus-rime-1.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Chinese Rime Input Method Engine for IBus"
+HOMEPAGE="https://rime.im/ https://github.com/rime/ibus-rime;
+SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="app-i18n/ibus
+   app-i18n/librime
+   x11-libs/libnotify"
+RDEPEND="${CDEPEND}
+   app-i18n/rime-data"
+DEPEND="${CDEPEND}
+   dev-util/cmake
+   virtual/pkgconfig"
+
+src_prepare() {
+   sed -i \
+   -e "/^libexecdir/s:/lib:/libexec:" \
+   -e "/^[[:space:]]*PREFIX/s:/usr:${EPREFIX}/usr:" \
+   -e "s/ make/ \$(MAKE)/" \
+   Makefile
+   sed -i "/exec>/s:/usr/lib:${EPREFIX}/usr/libexec:" rime.xml
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/

2019-02-11 Thread Yixun Lan
commit: 11c41e0a99f75a4a5d84f56298124ba8ec1dd739
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Feb 12 03:18:19 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Feb 12 03:30:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c41e0a

app-i18n/librime: version bump 1.4.0

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/librime/Manifest |  1 +
 app-i18n/librime/librime-1.4.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/app-i18n/librime/Manifest b/app-i18n/librime/Manifest
index 75608363b25..cd75035c5ea 100644
--- a/app-i18n/librime/Manifest
+++ b/app-i18n/librime/Manifest
@@ -1,2 +1,3 @@
 DIST librime-1.2.9.tar.gz 5516609 BLAKE2B 
7b05fedb093f7595c7bf7f4893624b35b0cdde1816c9c99f9ed5d408c8fd21d34a361d16b94c43b3e5e23b10945f075711762f08ca30abee35849a332ecfee2d
 SHA512 
2266ef96ad21ec5981b4ca5371d4e16eefed545ffbde07093ae0d0be070a64f9869baa09b6bdcee2522438e08c72a842a7e0b225a6ca1b661708a80cf3aba83a
 DIST librime-1.3.1.tar.gz 8598357 BLAKE2B 
cd6bc6b63a89f7f11e78ceaf92007c099be34ce38f26d611b67a3d8f868a27a0e4de7b94da44d8483618f37a0c2bcfd3a1bc1c1ecb4f81829f8e12fdd777e283
 SHA512 
b35d3635fd776ed9be32c0998e4aac441433bc9e624765a57582690108cccf5c3beaedad4f8f1682d99533384cd10996ee8c18fd5adcea70878d6a410124922e
+DIST librime-1.4.0.tar.gz 8609316 BLAKE2B 
cce58c398057ac82f076e3b9e9a25cd6410e738460bd58277a9e3ed6cd11e80922bbb30e8b42828cdd5dd83f6058794b4b32fedb359315186b018ca88161794d
 SHA512 
da68983638c6f25d994060a607f2ccab8917a71dbf10b9c6f1140c87c9ef4124e29a1d0ef16bbd0edc9a3a22bd5845aa894888d678607db372750f300638f562

diff --git a/app-i18n/librime/librime-1.4.0.ebuild 
b/app-i18n/librime/librime-1.4.0.ebuild
new file mode 100644
index 000..17878776ea8
--- /dev/null
+++ b/app-i18n/librime/librime-1.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils vcs-snapshot
+
+DESCRIPTION="Rime Input Method Engine, the core library"
+HOMEPAGE="https://rime.im/ https://github.com/rime/librime;
+SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="static-libs test"
+
+RDEPEND="app-i18n/opencc:=
+   dev-cpp/glog:=
+   dev-cpp/yaml-cpp:=
+   dev-libs/boost:=[threads]
+   dev-libs/leveldb:=
+   dev-libs/marisa:="
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   test? ( dev-cpp/gtest )"
+
+DOCS=( {CHANGELOG,README}.md )
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_STATIC=$(usex static-libs)
+   -DBUILD_TEST=$(usex test)
+   -DBOOST_USE_CXX11=ON
+   -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)
+   )
+   cmake-utils_src_configure
+}



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

2019-02-11 Thread Zac Medico
commit: 084ae1f7a31046df7f2aee3460067e4f6043fbe2
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Feb 12 03:01:49 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Feb 12 03:03:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084ae1f7

sys-block/perccli: 7.5.007.0529-r2 for bug 60

Bug: https://bugs.gentoo.org/60
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 .../{perccli-7.5.007.0529-r1.ebuild => perccli-7.5.007.0529-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild 
b/sys-block/perccli/perccli-7.5.007.0529-r2.ebuild
similarity index 90%
rename from sys-block/perccli/perccli-7.5.007.0529-r1.ebuild
rename to sys-block/perccli/perccli-7.5.007.0529-r2.ebuild
index e994596aec4..a21847d6bae 100644
--- a/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild
+++ b/sys-block/perccli/perccli-7.5.007.0529-r2.ebuild
@@ -33,8 +33,9 @@ src_install() {
use amd64 && doexe opt/MegaRAID/perccli/perccli64 && \
dosym perccli64 /opt/MegaRAID/perccli/perccli
newexe opt/MegaRAID/perccli/perccli perccli32
-   use x86 && dosym perccli opt/MegaRAID/perccli/perccli32
+   use x86 && dosym perccli32 opt/MegaRAID/perccli/perccli
dosym ../MegaRAID/perccli/perccli /opt/bin/perccli
+   use amd64 && dosym ../MegaRAID/perccli/perccli32 /opt/bin/perccli32
if use efi; then
exeinto /boot/efi/
doexe EFI/perccli.efi



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

2019-02-11 Thread Georgy Yakovlev
commit: 173b1bab97eaa6498636124851b3597005f949e1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 12 02:17:47 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 12 02:26:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173b1bab

x11-terms/alacritty: bump to 0.2.9

Closes: https://bugs.gentoo.org/677768
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest   |   3 +
 x11-terms/alacritty/alacritty-0.2.9.ebuild | 368 +
 2 files changed, 371 insertions(+)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 7813f8e8b80..ef9034f3200 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -8,6 +8,7 @@ DIST alacritty-0.2.4.tar.gz 1014613 BLAKE2B 
6fe1f837c27df9da8bdf45471307dad60745
 DIST alacritty-0.2.5.tar.gz 1029198 BLAKE2B 
3ddebe74ab469cbc6d2bebae5e55fbc380b99e1352f5e91b73b9c1bb6635780f3c333af569f8a3c4c6ba347aaa1099573b567d6b6421c734899d7845821b0d92
 SHA512 
0d98c87c8d7f04517dff9535968349031956c048f1ba7c5389678510b250457f237844c3dc190c359154988c55589485afb0df803b094b456c5921a1e50476ec
 DIST alacritty-0.2.6.tar.gz 1031106 BLAKE2B 
4b0159b9d4206806381cd093e429cdc120cd79d8105d84c47e9e10ebe0b6150d5ee9779cc03b78014bc8c37a962677a49cc4c9ca2a319b6690207d635eedb7bf
 SHA512 
dacd733cb9255f7a31768418cd3e47dbc6c9c609da00683013739364c1e9c62e54612a7112edbd232aeb0542268c929acbc1370b5749e183f62509eaa3f72217
 DIST alacritty-0.2.8.tar.gz 1025061 BLAKE2B 
8aa14da317880209bf96d9a6f0ecc10fa533bad031439e76d846ae6d05014afae137b898f5f59dfa38a68be8c27b616752e2d7d9bc3412dd4a3ae12efa0ff077
 SHA512 
04d8c20fb7b59c2f5d0c382901f74e675a398bdddf23c442a4a900f0ddf115ae7f77e44b1bc95f6fd7aea6b716ee46e631507779e2c2c219ea36c44e6f14b80f
+DIST alacritty-0.2.9.tar.gz 1024988 BLAKE2B 
80bb1f8704ce99c3a688e0cf2dbb31119a54c849568dd6fb7d6275cc6feaf4800fa50fd32479408a64e03a0e1f0f2257be3fd952ef5c22202fdd50064fe7b72b
 SHA512 
c36dea633d5c9faa42956eff47fbd676b5f3a5ef28ae7d6711145f76e99ae92aa8ddcdde1eb5bc700855af5928e2da0b4be3f618bb05aa93c284b73727b2e337
 DIST alacritty.png 25216 BLAKE2B 
c3b0bc28d7dfc17da4224b0544e2c83b17c63669db5c809ec84532a52d8e5921fdbc058267eabfa29c71f3b577756cee4c8f8077ab4ac7de16d9290f0a4c62bf
 SHA512 
afc37f92453dd5ab2fff353ce59b4e5c2e30f1d37836a5ddf43be82e67237b8646a5e6a88322b8918a2835ec19360d8f8fc388854ef74fcf8a5eea0dae291783
 DIST andrew-0.1.4.crate 8675 BLAKE2B 
25d335096c3ad509bff202eb347bf8c193146b90d488c671f0b3796e78520ae0ea1ac93f7e77343c79bc2207804bad8f5f326b1e63fdf011dd60728dfd13f814
 SHA512 
b96fccfe1cec13c5d45c275b0a7dd6bb619a8c40a9d9b689e1618fae24088c4908b4af542e8df1a8664110599d6cd218a986c032bf2f22ee9aed8264edf92c24
 DIST andrew-0.1.5.crate 8807 BLAKE2B 
7717c8369200690224f17ae06629d309200b6cffd44f75a35b9ea79cba86ff79dfaeb688522fc8dbf4470b2fbf70655e5513a1f1c5f81204445408a558f2b1d4
 SHA512 
7d63a5b56f698470abba15b42982434df711b49c5a19b7c0c55a62377b14a69c95df9ddc5b363f4a4d0b2bcec36bd4cfeb23feda753431f49a60d91e789c875b
@@ -160,6 +161,7 @@ DIST hyper-0.11.27.crate 155617 BLAKE2B 
56b7a1b60b1b900dd7468cf623f48cb2af9d9396
 DIST hyper-0.12.19.crate 113017 BLAKE2B 
dd56aa385bd543214c3b1664e44e9842818c22685170b589cddfdc27d01c35282e807cd5ecdf4f9dad326935feab89a0ec85015a7b62d8690acc7150738f7346
 SHA512 
b90fc281a72e8dc11c55b2eb60a5e4fe4e39eedec4e55d9ae2636d4763d0bb0a3ccd7b6f52eb72a8a6a21b96b18378502812628c4db238b19d3a15649184aeb2
 DIST hyper-0.12.21.crate 113662 BLAKE2B 
d13d4da36de5122b6b022e63a4fa0c9240f83936a9e0ad7f182b7687593e9ebcc7d6221b81ff415d5ce0336a2a9bc47b2678ce6adfe536810c6c0e2c90bf536d
 SHA512 
8af887d9f95ffc4f31f96b28436437eef8e48b60fac019b96fa934f4c5e0939a66a837b4cae9974ea1fc8c929d1b7eba7731a54fc809282c06f553f510eaa600
 DIST hyper-0.12.23.crate 114091 BLAKE2B 
15075f8929c42da8d748a90fb792fb29447938cc669c5012b7a8bffd4b43a7239a0c4ee6ecc10900b8879c6a92329cebb7f45171fc617d26061babeeb96b
 SHA512 
cdaaa6bf0a95eda6c0a550b61e9f93754caaaf3375b6748d39a5d96ee293d820fe385554ff0e64982a453bd1388fd77f096acc4c8adc60942a1560fdfc72fa0d
+DIST hyper-0.12.24.crate 114317 BLAKE2B 
d1ce96c2ab0c47e56357befae00505c255c43d5b0a261d3dcd7f299431c51fddd4e37f3aab97807daed4a7372c396d0002deea5501d22a0d1823dbc5e59067be
 SHA512 
df97429098cb0791a9a582e3c631945d65a37410226bddd94f05e755118945a77adaa51fd1f357bc5c27546ad018e8998d82ae48f209d40c27643d6f4c4312db
 DIST hyper-tls-0.1.4.crate 8137 BLAKE2B 
92e9f0c3f852e80b69b977d313f4c6d74d9bd437ba1d1e5d1966acb5d768f8cfd73c9d1b9d2a2fceea22b36fb8296f14ddfbbcb00fd39264e8f639c3567275c3
 SHA512 
3cbcd0048e11d33aede6c27a816d9adb89abad9c29d09c62bf8a6b0235df3698a632786f53aee8ea4d539d553e0eb1862b54e3b547f753fd4808bdabeeb04a0e
 DIST hyper-tls-0.3.1.crate 8836 BLAKE2B 
c678f9ecb89f51d1beca7ebfcc258162dd6f87d444bf83f6c5b82a28070320bfe9d4b118571b3762ba3803d4fdfdfef70bdd780116154ae95542547ed08abc87
 SHA512 

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

2019-02-11 Thread Georgy Yakovlev
commit: bbbec3f61bb178fa30e5f1764a98f728778a35a7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 12 02:20:05 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 12 02:26:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbec3f6

x11-terms/alacritty: drop 0.2.8

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest   |   2 -
 x11-terms/alacritty/alacritty-0.2.8.ebuild | 368 -
 2 files changed, 370 deletions(-)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index ef9034f3200..1e01955042a 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -7,7 +7,6 @@ DIST alacritty-0.2.3.tar.gz 957500 BLAKE2B 
510d479e95ac2c4e11ec12d181ed034ab2ca5
 DIST alacritty-0.2.4.tar.gz 1014613 BLAKE2B 
6fe1f837c27df9da8bdf45471307dad60745930f8d252fe97d10137601a0b0772b17612638a171220cd73afb25d44077f5e20a6645b101edf744a1e55c0d5953
 SHA512 
1c52036b34f03e90f630bd220ecd98fea98cb3b1cd740577dc30c0b293a8fb6629cfe4ba085af0f13e5a21a43566d9fd665c9b167491b047097af99ef9abc669
 DIST alacritty-0.2.5.tar.gz 1029198 BLAKE2B 
3ddebe74ab469cbc6d2bebae5e55fbc380b99e1352f5e91b73b9c1bb6635780f3c333af569f8a3c4c6ba347aaa1099573b567d6b6421c734899d7845821b0d92
 SHA512 
0d98c87c8d7f04517dff9535968349031956c048f1ba7c5389678510b250457f237844c3dc190c359154988c55589485afb0df803b094b456c5921a1e50476ec
 DIST alacritty-0.2.6.tar.gz 1031106 BLAKE2B 
4b0159b9d4206806381cd093e429cdc120cd79d8105d84c47e9e10ebe0b6150d5ee9779cc03b78014bc8c37a962677a49cc4c9ca2a319b6690207d635eedb7bf
 SHA512 
dacd733cb9255f7a31768418cd3e47dbc6c9c609da00683013739364c1e9c62e54612a7112edbd232aeb0542268c929acbc1370b5749e183f62509eaa3f72217
-DIST alacritty-0.2.8.tar.gz 1025061 BLAKE2B 
8aa14da317880209bf96d9a6f0ecc10fa533bad031439e76d846ae6d05014afae137b898f5f59dfa38a68be8c27b616752e2d7d9bc3412dd4a3ae12efa0ff077
 SHA512 
04d8c20fb7b59c2f5d0c382901f74e675a398bdddf23c442a4a900f0ddf115ae7f77e44b1bc95f6fd7aea6b716ee46e631507779e2c2c219ea36c44e6f14b80f
 DIST alacritty-0.2.9.tar.gz 1024988 BLAKE2B 
80bb1f8704ce99c3a688e0cf2dbb31119a54c849568dd6fb7d6275cc6feaf4800fa50fd32479408a64e03a0e1f0f2257be3fd952ef5c22202fdd50064fe7b72b
 SHA512 
c36dea633d5c9faa42956eff47fbd676b5f3a5ef28ae7d6711145f76e99ae92aa8ddcdde1eb5bc700855af5928e2da0b4be3f618bb05aa93c284b73727b2e337
 DIST alacritty.png 25216 BLAKE2B 
c3b0bc28d7dfc17da4224b0544e2c83b17c63669db5c809ec84532a52d8e5921fdbc058267eabfa29c71f3b577756cee4c8f8077ab4ac7de16d9290f0a4c62bf
 SHA512 
afc37f92453dd5ab2fff353ce59b4e5c2e30f1d37836a5ddf43be82e67237b8646a5e6a88322b8918a2835ec19360d8f8fc388854ef74fcf8a5eea0dae291783
 DIST andrew-0.1.4.crate 8675 BLAKE2B 
25d335096c3ad509bff202eb347bf8c193146b90d488c671f0b3796e78520ae0ea1ac93f7e77343c79bc2207804bad8f5f326b1e63fdf011dd60728dfd13f814
 SHA512 
b96fccfe1cec13c5d45c275b0a7dd6bb619a8c40a9d9b689e1618fae24088c4908b4af542e8df1a8664110599d6cd218a986c032bf2f22ee9aed8264edf92c24
@@ -160,7 +159,6 @@ DIST humantime-1.2.0.crate 16795 BLAKE2B 
cf3cbd2f89800994430b2634699eced4074d7fb
 DIST hyper-0.11.27.crate 155617 BLAKE2B 
56b7a1b60b1b900dd7468cf623f48cb2af9d939660ceb62fa1167bedd50d8db563ce6cc7e27e65cd51935a46874eecdddb3f621562b9313538af4bcc3ba671e9
 SHA512 
912713166f601d086a7aa68507143c143ac69c31bca23948e0446eeab2c7eac09fc75c5f2e61aeeed312f2ed54b91b0f212d8e46e30ecccd3be1af60dfcbd59f
 DIST hyper-0.12.19.crate 113017 BLAKE2B 
dd56aa385bd543214c3b1664e44e9842818c22685170b589cddfdc27d01c35282e807cd5ecdf4f9dad326935feab89a0ec85015a7b62d8690acc7150738f7346
 SHA512 
b90fc281a72e8dc11c55b2eb60a5e4fe4e39eedec4e55d9ae2636d4763d0bb0a3ccd7b6f52eb72a8a6a21b96b18378502812628c4db238b19d3a15649184aeb2
 DIST hyper-0.12.21.crate 113662 BLAKE2B 
d13d4da36de5122b6b022e63a4fa0c9240f83936a9e0ad7f182b7687593e9ebcc7d6221b81ff415d5ce0336a2a9bc47b2678ce6adfe536810c6c0e2c90bf536d
 SHA512 
8af887d9f95ffc4f31f96b28436437eef8e48b60fac019b96fa934f4c5e0939a66a837b4cae9974ea1fc8c929d1b7eba7731a54fc809282c06f553f510eaa600
-DIST hyper-0.12.23.crate 114091 BLAKE2B 
15075f8929c42da8d748a90fb792fb29447938cc669c5012b7a8bffd4b43a7239a0c4ee6ecc10900b8879c6a92329cebb7f45171fc617d26061babeeb96b
 SHA512 
cdaaa6bf0a95eda6c0a550b61e9f93754caaaf3375b6748d39a5d96ee293d820fe385554ff0e64982a453bd1388fd77f096acc4c8adc60942a1560fdfc72fa0d
 DIST hyper-0.12.24.crate 114317 BLAKE2B 
d1ce96c2ab0c47e56357befae00505c255c43d5b0a261d3dcd7f299431c51fddd4e37f3aab97807daed4a7372c396d0002deea5501d22a0d1823dbc5e59067be
 SHA512 
df97429098cb0791a9a582e3c631945d65a37410226bddd94f05e755118945a77adaa51fd1f357bc5c27546ad018e8998d82ae48f209d40c27643d6f4c4312db
 DIST hyper-tls-0.1.4.crate 8137 BLAKE2B 
92e9f0c3f852e80b69b977d313f4c6d74d9bd437ba1d1e5d1966acb5d768f8cfd73c9d1b9d2a2fceea22b36fb8296f14ddfbbcb00fd39264e8f639c3567275c3
 SHA512 

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

2019-02-11 Thread Yixun Lan
commit: 346ee121f5659aa58d5f5f47299173f11b5e781c
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Feb 12 02:08:02 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Feb 12 02:15:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346ee121

app-backup/snapper: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 app-backup/snapper/snapper-0.5.6.ebuild | 77 -
 1 file changed, 77 deletions(-)

diff --git a/app-backup/snapper/snapper-0.5.6.ebuild 
b/app-backup/snapper/snapper-0.5.6.ebuild
deleted file mode 100644
index c2bd86dbdcb..000
--- a/app-backup/snapper/snapper-0.5.6.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-DESCRIPTION="Command-line program for btrfs and lvm snapshot management"
-HOMEPAGE="http://snapper.io/;
-SRC_URI="ftp://ftp.suse.com/pub/projects/snapper/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="lvm pam xattr"
-
-RDEPEND="dev-libs/boost:=[threads]
-   dev-libs/libxml2
-   dev-libs/icu:=
-   sys-apps/acl
-   sys-apps/dbus
-   sys-apps/util-linux
-   >=sys-fs/btrfs-progs-3.17.1
-   sys-libs/zlib
-   virtual/libintl
-   lvm? ( sys-fs/lvm2 )
-   pam? ( sys-libs/pam )
-   xattr? ( sys-apps/attr )"
-
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/cron-confd.patch
-)
-
-src_prepare() {
-   default
-
-   sed -e "s,/usr/lib/systemd/system,$(systemd_get_systemunitdir),g" \
-   -i data/Makefile.* \
-   || die "Failed to fix systemd services and timers installation 
path"
-}
-
-src_configure() {
-   # ext4 code does not work anymore
-   # snapper does not build without btrfs
-   local myeconfargs=(
-   --with-conf="/etc/conf.d"
-   --docdir="/usr/share/doc/${PF}"
-   --disable-zypp
-   --enable-rollback
-   --disable-ext4
-   --enable-btrfs
-   $(use_enable lvm)
-   $(use_enable pam)
-   $(use_enable xattr xattrs)
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   # Existing configuration file required to function
-   newconfd data/sysconfig.snapper snapper
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   elog "In order to use Snapper, you need to set up"
-   elog "at least one config first. To do this, run:"
-   elog "snapper create-config "
-   elog "For more information, see man (8) snapper or"
-   elog "http://snapper.io/documentation.html;
-}



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

2019-02-11 Thread Yixun Lan
commit: 6ff43ececc8d5de64218319922d6cf462a69b7ed
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Feb 12 02:12:56 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Feb 12 02:16:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff43ece

dev-util/vmtouch: version bump 1.3.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/vmtouch/Manifest |  1 +
 dev-util/vmtouch/vmtouch-1.3.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-util/vmtouch/Manifest b/dev-util/vmtouch/Manifest
index e6cff4e4d8c..e4f5cb3968f 100644
--- a/dev-util/vmtouch/Manifest
+++ b/dev-util/vmtouch/Manifest
@@ -1,3 +1,4 @@
 DIST vmtouch-1.0.2.tar.gz 13404 BLAKE2B 
e144bd27afa3dcddc7de936ab723fde4b15d9f026218dd894b0b29a3bbe44604c585d78f4b69d677d6129e06ce07f39a38c4750c23ca95b3fe645d1813020ed1
 SHA512 
df0d8a1599c970540e70e050dab33327589f0dd64548640c7d44607c3ef3397c7b1d2184fe80195ec5cb9a73d7218d7fd1b2cda2cee227ce84a8c20e8874f489
 DIST vmtouch-1.2.0.tar.gz 15993 BLAKE2B 
0a8db0e1515a080b7990e38dfafb3f9e26d95b9c489ee90d6de88102ef59ddd28e19e975073700f191e90735fd99a5c4d3b0c9ce73366d3951e2a2ef10827e3f
 SHA512 
cc13688c1b8bee38495ed3b9295d0066e33f4242b6bb70c4547cb99c1403c15b71ae1c739a8f7dc718f760c40ff4e7ba3dd55691900b501305d9263797c3b5cd
 DIST vmtouch-1.3.0.tar.gz 18733 BLAKE2B 
558561302f2fc4fd9ba940d766f999bbed0f471ca15b174900457aead0a5c61ff7ea40a0b71e2e471e1613af38d657367282cde21525aa0841cd595824c89d85
 SHA512 
ddb86b764dffea6c43a2dc5c48dc91fa862c104a2e5ee7beefb45815b60aba14d255936082593cec97534f7231d65f91f23b0cab3f985695af365c34341a8a19
+DIST vmtouch-1.3.1.tar.gz 20311 BLAKE2B 
5e54d4d82b6f666ed3077af5a75807f5d69c03a2f55b1f652a32ab373d668c427875cbed3a7b5d23bdfa37e9e65a0c7fe7bb08dd7b63b99927d5641064dd0f1d
 SHA512 
77c4f55c003a03c06e894cc19fae651f4be85ab416d5ba64053580d6daa2ac59be59e8d4a93b243681ef7ead47fe7fb12b2efa3971af33af89c2ab39905ea854

diff --git a/dev-util/vmtouch/vmtouch-1.3.1.ebuild 
b/dev-util/vmtouch/vmtouch-1.3.1.ebuild
new file mode 100644
index 000..ce4da1de358
--- /dev/null
+++ b/dev-util/vmtouch/vmtouch-1.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics 
and control"
+HOMEPAGE="http://hoytech.com/vmtouch/;
+SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   local my_prefix="${ED}/usr"
+   emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man/man8" install
+   dodoc CHANGES README.md TODO
+}



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

2019-02-11 Thread Yixun Lan
commit: 5ccf4fece388767d437e0095d10cac2fd957b490
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Feb 12 02:13:36 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Feb 12 02:16:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccf4fec

dev-util/vmtouch: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/vmtouch/Manifest |  2 --
 dev-util/vmtouch/vmtouch-1.0.2.ebuild | 30 --
 dev-util/vmtouch/vmtouch-1.2.0.ebuild | 28 
 3 files changed, 60 deletions(-)

diff --git a/dev-util/vmtouch/Manifest b/dev-util/vmtouch/Manifest
index e4f5cb3968f..0393566c68b 100644
--- a/dev-util/vmtouch/Manifest
+++ b/dev-util/vmtouch/Manifest
@@ -1,4 +1,2 @@
-DIST vmtouch-1.0.2.tar.gz 13404 BLAKE2B 
e144bd27afa3dcddc7de936ab723fde4b15d9f026218dd894b0b29a3bbe44604c585d78f4b69d677d6129e06ce07f39a38c4750c23ca95b3fe645d1813020ed1
 SHA512 
df0d8a1599c970540e70e050dab33327589f0dd64548640c7d44607c3ef3397c7b1d2184fe80195ec5cb9a73d7218d7fd1b2cda2cee227ce84a8c20e8874f489
-DIST vmtouch-1.2.0.tar.gz 15993 BLAKE2B 
0a8db0e1515a080b7990e38dfafb3f9e26d95b9c489ee90d6de88102ef59ddd28e19e975073700f191e90735fd99a5c4d3b0c9ce73366d3951e2a2ef10827e3f
 SHA512 
cc13688c1b8bee38495ed3b9295d0066e33f4242b6bb70c4547cb99c1403c15b71ae1c739a8f7dc718f760c40ff4e7ba3dd55691900b501305d9263797c3b5cd
 DIST vmtouch-1.3.0.tar.gz 18733 BLAKE2B 
558561302f2fc4fd9ba940d766f999bbed0f471ca15b174900457aead0a5c61ff7ea40a0b71e2e471e1613af38d657367282cde21525aa0841cd595824c89d85
 SHA512 
ddb86b764dffea6c43a2dc5c48dc91fa862c104a2e5ee7beefb45815b60aba14d255936082593cec97534f7231d65f91f23b0cab3f985695af365c34341a8a19
 DIST vmtouch-1.3.1.tar.gz 20311 BLAKE2B 
5e54d4d82b6f666ed3077af5a75807f5d69c03a2f55b1f652a32ab373d668c427875cbed3a7b5d23bdfa37e9e65a0c7fe7bb08dd7b63b99927d5641064dd0f1d
 SHA512 
77c4f55c003a03c06e894cc19fae651f4be85ab416d5ba64053580d6daa2ac59be59e8d4a93b243681ef7ead47fe7fb12b2efa3971af33af89c2ab39905ea854

diff --git a/dev-util/vmtouch/vmtouch-1.0.2.ebuild 
b/dev-util/vmtouch/vmtouch-1.0.2.ebuild
deleted file mode 100644
index 9678761838e..000
--- a/dev-util/vmtouch/vmtouch-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics 
and control"
-HOMEPAGE="http://hoytech.com/vmtouch/;
-SRC_URI="https://github.com/hoytech/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"/${PN}-${P}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   local my_prefix="${ED}/usr"
-   emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man/man8" install
-   dodoc CHANGES README.md TODO
-}

diff --git a/dev-util/vmtouch/vmtouch-1.2.0.ebuild 
b/dev-util/vmtouch/vmtouch-1.2.0.ebuild
deleted file mode 100644
index e043a354abd..000
--- a/dev-util/vmtouch/vmtouch-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics 
and control"
-HOMEPAGE="http://hoytech.com/vmtouch/;
-SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   local my_prefix="${ED}/usr"
-   emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man/man8" install
-   dodoc CHANGES README.md TODO
-}



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

2019-02-11 Thread Yixun Lan
commit: c3130f56d1a579d28d9d268e6224c1128a9155c4
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Feb 12 02:06:11 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Feb 12 02:15:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3130f56

app-backup/snapper: version bump 0.8.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 app-backup/snapper/Manifest |  1 +
 app-backup/snapper/snapper-0.8.2.ebuild | 77 +
 2 files changed, 78 insertions(+)

diff --git a/app-backup/snapper/Manifest b/app-backup/snapper/Manifest
index d1c2368a868..4941aad11da 100644
--- a/app-backup/snapper/Manifest
+++ b/app-backup/snapper/Manifest
@@ -1,2 +1,3 @@
 DIST snapper-0.5.6.tar.bz2 580047 BLAKE2B 
3b945acbf734db1925dad5515323a64a2c08ee8226a593025f9160e0d1b1140734b2b498d036256946159900b50fec8567147dc0a974c281be747e977bcbd05b
 SHA512 
392427d097cbe221bf7ca0ae20bc065dffaa4d0017ed750c41748d71128fc7ce054bb4425d6dbed7308a530df71815f80f56e60d72aab17ef3e0a16f3b3ba47e
 DIST snapper-0.8.1.tar.bz2 591061 BLAKE2B 
5f9ae50469f43e930de4c4479428c94b24441832bd713847c6792ff583fb79badfa341b53cc63abfedb787367b22b715de9f83f9172dec945f7b3071c06137ba
 SHA512 
9fa20311f346de54c4f5d1cabb42dce5c677eaac03b3fac2a6049f408553911f5a968b1920fd014f3318ebb6911f2e6bce06463e976b468927e250e16fe783a0
+DIST snapper-0.8.2.tar.bz2 591558 BLAKE2B 
552c07d1d83e6a8db1e1661b523aeb7164335bb6ebbeb07489325b6d23d8a5def730ac1cf0da06ab65b7a9fc1284d0d05ca0f875bc897504c1bbb45698b40294
 SHA512 
d968490782a47112f7ba2474555cafe450833cf055734186c79991dd836f9c5d8d669a6c65dd29b05da298e46f65e0ac5c4a1dae3b548a01dbf1b11d7e00c462

diff --git a/app-backup/snapper/snapper-0.8.2.ebuild 
b/app-backup/snapper/snapper-0.8.2.ebuild
new file mode 100644
index 000..1ce8e5e1234
--- /dev/null
+++ b/app-backup/snapper/snapper-0.8.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="Command-line program for btrfs and lvm snapshot management"
+HOMEPAGE="http://snapper.io/;
+SRC_URI="ftp://ftp.suse.com/pub/projects/snapper/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="lvm pam xattr"
+
+RDEPEND="dev-libs/boost:=[threads]
+   dev-libs/libxml2
+   dev-libs/icu:=
+   sys-apps/acl
+   sys-apps/dbus
+   sys-apps/util-linux
+   >=sys-fs/btrfs-progs-3.17.1
+   sys-libs/zlib
+   virtual/libintl
+   lvm? ( sys-fs/lvm2 )
+   pam? ( sys-libs/pam )
+   xattr? ( sys-apps/attr )"
+
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/cron-confd.patch
+)
+
+src_prepare() {
+   default
+
+   sed -e "s,/usr/lib/systemd/system,$(systemd_get_systemunitdir),g" \
+   -i data/Makefile.* \
+   || die "Failed to fix systemd services and timers installation 
path"
+}
+
+src_configure() {
+   # ext4 code does not work anymore
+   # snapper does not build without btrfs
+   local myeconfargs=(
+   --with-conf="/etc/conf.d"
+   --docdir="/usr/share/doc/${PF}"
+   --disable-zypp
+   --enable-rollback
+   --disable-ext4
+   --enable-btrfs
+   $(use_enable lvm)
+   $(use_enable pam)
+   $(use_enable xattr xattrs)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   # Existing configuration file required to function
+   newconfd data/sysconfig.snapper snapper
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "In order to use Snapper, you need to set up"
+   elog "at least one config first. To do this, run:"
+   elog "snapper create-config "
+   elog "For more information, see man (8) snapper or"
+   elog "http://snapper.io/documentation.html;
+}



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

2019-02-11 Thread Zac Medico
commit: 5d4c81da38b3a9e14d259c92d41cc7dff084fd3a
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Feb 12 01:56:41 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Feb 12 01:57:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4c81da

sys-block/perccli: fix perccli32 symlink

Signed-off-by: Zac Medico  gentoo.org>

 sys-block/perccli/perccli-7.5.007.0529-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild 
b/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild
index 6c74e112c48..e994596aec4 100644
--- a/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild
+++ b/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild
@@ -33,7 +33,7 @@ src_install() {
use amd64 && doexe opt/MegaRAID/perccli/perccli64 && \
dosym perccli64 /opt/MegaRAID/perccli/perccli
newexe opt/MegaRAID/perccli/perccli perccli32
-   use x86 && dosym perccli opt/MegaRAID/perccli/perccli
+   use x86 && dosym perccli opt/MegaRAID/perccli/perccli32
dosym ../MegaRAID/perccli/perccli /opt/bin/perccli
if use efi; then
exeinto /boot/efi/



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

2019-02-11 Thread Zac Medico
commit: dddba0c316da68b151c664e516947514d01be4b0
Author: Zac Medico  sony  com>
AuthorDate: Tue Feb 12 01:51:49 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Feb 12 01:53:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddba0c3

sys-block/perccli: 7.5.007.0529-r1 for bug 60

Closes: https://bugs.gentoo.org/60
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico  gentoo.org>

 sys-block/perccli/perccli-7.5.007.0529-r1.ebuild | 43 
 1 file changed, 43 insertions(+)

diff --git a/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild 
b/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild
new file mode 100644
index 000..6c74e112c48
--- /dev/null
+++ b/sys-block/perccli/perccli-7.5.007.0529-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit mount-boot rpm
+
+DESCRIPTION="LINUX PERCCLI Utility For All Dell HBA/PERC Controllers"
+HOMEPAGE="https://www.dell.com/support/home/us/en/19/drivers/driversdetails?driverId=NF8G9;
+LICENSE="Avago BSD"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="doc efi"
+RESTRICT="strip"
+DEPEND=""
+RDEPEND=""
+QA_PREBUILT="opt/MegaRAID/perccli/perccli* boot/efi/perccli.efi"
+
+DISTFILE_DOC=dell-sas-hba-12gbps_reference-guide_en-us.pdf
+
+SRC_URI="https://downloads.dell.com/FOLDER05235308M/1/perccli_linux_NF8G9_A07_7.529.00.tar.gz
+   doc? ( https://topics-cdn.dell.com/pdf/${DISTFILE_DOC} )"
+
+S="${WORKDIR}"/perccli_7.5-007.0529_linux
+
+src_unpack() {
+   default
+   cd "${S}"
+   rpm_unpack ./Linux/perccli-*.rpm
+}
+
+src_install() {
+   exeinto /opt/MegaRAID/perccli/
+   use amd64 && doexe opt/MegaRAID/perccli/perccli64 && \
+   dosym perccli64 /opt/MegaRAID/perccli/perccli
+   newexe opt/MegaRAID/perccli/perccli perccli32
+   use x86 && dosym perccli opt/MegaRAID/perccli/perccli
+   dosym ../MegaRAID/perccli/perccli /opt/bin/perccli
+   if use efi; then
+   exeinto /boot/efi/
+   doexe EFI/perccli.efi
+   fi
+   use doc && dodoc "${DISTDIR}"/${DISTFILE_DOC}
+}



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

2019-02-11 Thread Thomas Deutschmann
commit: a66d8f75b61dd858beedc5f4e9db953a4737a898
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Feb 12 01:06:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Feb 12 01:23:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66d8f75

www-client/firefox: backport elf-hack workaround

This commit backports commit b44217eba1c2f4a6f489def0665dcf281108ff87.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../firefox/{firefox-60.5.0.ebuild => firefox-60.5.0-r1.ebuild}   | 4 
 1 file changed, 4 insertions(+)

diff --git a/www-client/firefox/firefox-60.5.0.ebuild 
b/www-client/firefox/firefox-60.5.0-r1.ebuild
similarity index 98%
rename from www-client/firefox/firefox-60.5.0.ebuild
rename to www-client/firefox/firefox-60.5.0-r1.ebuild
index 1603e3b24c9..295da318cc0 100644
--- a/www-client/firefox/firefox-60.5.0.ebuild
+++ b/www-client/firefox/firefox-60.5.0-r1.ebuild
@@ -234,6 +234,10 @@ src_configure() {
 
mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
 
+   # allow elfhack to work in combination with unstripped binaries
+   # when they would normally be larger than 2GiB.
+   append-ldflags "-Wl,--compress-debug-sections=zlib"
+
if use clang ; then
# https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
mozconfig_annotate 'elf-hack is broken when using Clang' 
--disable-elf-hack



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

2019-02-11 Thread Thomas Deutschmann
commit: 168cbc2f264cdefc17050925183d1b0e56129dda
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Feb 12 01:20:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Feb 12 01:23:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168cbc2f

mozconfig-v6.60.eclass: set correct update channel for ESR versions

Closes: https://bugs.gentoo.org/677722
Signed-off-by: Thomas Deutschmann  gentoo.org>

 eclass/mozconfig-v6.60.eclass | 5 +
 1 file changed, 5 insertions(+)

diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index 083b0cd7e61..b090218ac81 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -221,6 +221,11 @@ mozconfig_config() {
# Must pass release in order to properly select linker
mozconfig_annotate 'Enable by Gentoo' --enable-release
 
+   # Set correct update channel, bug 677722
+   if [[ -n "${MOZ_ESR}" ]] ; then
+   mozconfig_annotate 'set update channel to ESR' 
--enable-update-channel=esr
+   fi
+
# Avoid auto-magic on linker
if use clang ; then
# This is upstream's default



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

2019-02-11 Thread Anthony G. Basile
commit: 73fd7775fed43a1e995f0b9acd733d1ce6598cdb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Feb 12 01:16:38 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Feb 12 01:17:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fd7775

app-backup/borgbackup: 1.1.8 stable on amd64 and x86

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-backup/borgbackup/borgbackup-1.1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgbackup/borgbackup-1.1.8.ebuild 
b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
index 15ee3092744..a4d863249ec 100644
--- a/app-backup/borgbackup/borgbackup-1.1.8.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Deduplicating backup program with compression and authenticated 
encryption"



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

2019-02-11 Thread Andreas Sturmlechner
commit: 0009a74c07751e9d73e28b9e0bcd6ba5849ab48c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 11 23:05:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 12 00:59:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0009a74c

profiles: powerpc: Drop obsolete media-sound/jack2 package.use.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/powerpc/ppc32/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 5e26eea6fcf..1eadfc0103c 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -9,11 +9,6 @@ media-libs/x265 power8
 # The dependency is not keyworded
 net-analyzer/wireshark bcg729
 
-# Andreas Sturmlechner  (29 Jan 2018)
-# Requires media-libs/libffado, which requires dev-python/PyQt5,
-# which is not keyworded.
-media-sound/jack2 ieee1394
-
 # Sergei Trofimovich  (3 Oct 2017)
 # Incomplete support, bug #605878.
 net-vpn/tor seccomp



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

2019-02-11 Thread Anthony G. Basile
commit: 400dce6ae72690a97ed1dab581dc10e2dfdada06
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Feb 12 00:55:44 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Feb 12 00:56:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400dce6a

app-backup/borgbackup: version bump to 1.1.9

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-backup/borgbackup/Manifest| 1 +
 .../borgbackup/{borgbackup-.ebuild => borgbackup-1.1.9.ebuild}| 4 ++--
 app-backup/borgbackup/borgbackup-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-backup/borgbackup/Manifest b/app-backup/borgbackup/Manifest
index d2d58d6d1d0..7de9de4cab1 100644
--- a/app-backup/borgbackup/Manifest
+++ b/app-backup/borgbackup/Manifest
@@ -1,3 +1,4 @@
 DIST borgbackup-1.1.6.tar.gz 3441523 BLAKE2B 
13b1892774e857432a77d1f67d981046a0670b4ba2f3665502f7b729a211fc47e10a87feca308d5089c984cfe4665e7e70ca68bb9aa6e188893a0d088e84df93
 SHA512 
5741c48bdb70a26d40bd583f207460e35bb7dd560424889d37eb4d90ee96947457faf09bae0fa2b26b42ec71ef6eeaec1b770ba3257223a2637fcb55266e4a17
 DIST borgbackup-1.1.7.tar.gz 3446832 BLAKE2B 
c4e2ce7c08f0df479de5766ea070d0c1e18abc88fc8787e4212eff27e8e4505759f80f3bdda80d2b9a737241b907a41749edca9a6138eae2a5620913908d
 SHA512 
586420b9cad7e731f2f1b8b05f3cd3dc606691c5a5ec307e887035d941ac5ac6d4c988783660969960a1221e4d9f2b865ee5558d4007ea7524632d0a50a8a402
 DIST borgbackup-1.1.8.tar.gz 3456058 BLAKE2B 
cad55216f92025418e1a427f4b578d6b7eafa03f6b3e9c4fccb148dd3856c4f6649928fb4227249c534add125f9b3a2a0b6ed808ae12c5e60a28f9df4fb0031a
 SHA512 
1455e68bcedab8f35f9426dc73958c6a6565ad1f1cc274ce59d34a12e3a7bfa1d12fa2b8e8dd3e71824e1cd0927babf79f4e99d4e516454ed12dbd3970d0e921
+DIST borgbackup-1.1.9.tar.gz 3468259 BLAKE2B 
91c89304cf22328a0bd74583c22370343915209a204f52c65290dbec0cb688392c2e80b946a55317f8c58ef23099e710c16a34c6bfbbfb547a3e4b38c3c81c37
 SHA512 
466288258700fb0b3dae936c79fd423d26bea2d721dd70112b3cfd0f8e2bb335144a00de76743c31d336f6c19793775260d154326ec70d6d6d0a4e5ad6a59e59

diff --git a/app-backup/borgbackup/borgbackup-.ebuild 
b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
similarity index 95%
copy from app-backup/borgbackup/borgbackup-.ebuild
copy to app-backup/borgbackup/borgbackup-1.1.9.ebuild
index fdd80a89ecd..e4f4ef7e0a9 100644
--- a/app-backup/borgbackup/borgbackup-.ebuild
+++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 

diff --git a/app-backup/borgbackup/borgbackup-.ebuild 
b/app-backup/borgbackup/borgbackup-.ebuild
index fdd80a89ecd..e4f4ef7e0a9 100644
--- a/app-backup/borgbackup/borgbackup-.ebuild
+++ b/app-backup/borgbackup/borgbackup-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{4,5,6} )
 



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

2019-02-11 Thread Thomas Deutschmann
commit: 30055b335619dabd0c36adf964007f1a0033d026
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Feb 12 00:33:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Feb 12 00:34:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30055b33

www-client/firefox: disable elf-hack (again!) when USE=clang

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/firefox-65.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/www-client/firefox/firefox-65.0-r1.ebuild 
b/www-client/firefox/firefox-65.0-r1.ebuild
index 5fe43fe3bee..b1800c1eb71 100644
--- a/www-client/firefox/firefox-65.0-r1.ebuild
+++ b/www-client/firefox/firefox-65.0-r1.ebuild
@@ -482,6 +482,12 @@ src_configure() {
# when they would normally be larger than 2GiB.
append-ldflags "-Wl,--compress-debug-sections=zlib"
 
+   if use clang ; then
+   # https://bugzilla.mozilla.org/show_bug.cgi?id=1482204
+   # https://bugzilla.mozilla.org/show_bug.cgi?id=1483822
+   mozconfig_annotate 'elf-hack is broken when using Clang' 
--disable-elf-hack
+   fi
+
echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig
 



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

2019-02-11 Thread Anthony G. Basile
commit: 945f5afcf310dff854d287cf68ff3b3c3f34f4b8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Feb 12 00:30:05 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Feb 12 00:30:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945f5afc

net-libs/libmicrohttpd: version bump to 0.9.63

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/libmicrohttpd/Manifest|  1 +
 net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest
index cb715bbfbf0..1a12ea25e1d 100644
--- a/net-libs/libmicrohttpd/Manifest
+++ b/net-libs/libmicrohttpd/Manifest
@@ -2,3 +2,4 @@ DIST libmicrohttpd-0.9.59.tar.gz 1396234 BLAKE2B 
9cb2d52dd39bdc6c54267751e21a224
 DIST libmicrohttpd-0.9.60.tar.gz 1818383 BLAKE2B 
693da0a02e289000bb657d843cd577311e97ca4d8cd698d659410e669295314d429eb9679eedac98398420f3386c1fa6800c33b883481120ea199585412f8e83
 SHA512 
418afc302e93ac93141c2457c2bf03c6a1da4a16ff19aa655312f9953e1d0b132b0dd983fc36ccc703688b0acd68fc0900f5927efcada354a10078ba5e577325
 DIST libmicrohttpd-0.9.61.tar.gz 1823891 BLAKE2B 
d7704f36790b7f14e03a02b7fbc5eaaca5fc22702f1fadfc94f9fe05329505d5bf9422a1ff38daa1f33c82db3e1196a8db754227574cc2cb9441c08a50d65d72
 SHA512 
d409ca2164a55b0eab948a8a4a17e0d6547942039354f593b293a286a3cae247bd67d7de4ce0dd4f1a3f3684948250076f582a8086546eb72598a43d7f41a27d
 DIST libmicrohttpd-0.9.62.tar.gz 1837529 BLAKE2B 
eb06d6ee05af2b37909ad1c60e16de29d94278a7ffea6e7b98391330e3778950537f9c2d6b057186b4ed45af66853570c0a386b6e9b1f0164956bd0856ecbaa5
 SHA512 
337f29dbc5e8c30132c17aad6142f21ea1c794b0ce80a3fc4c5e1e14b3dabb300aa410bf9413ef9e65d5d486fcfedbc3716725763a1fa28b4687c9f2aa3158e4
+DIST libmicrohttpd-0.9.63.tar.gz 1840005 BLAKE2B 
0fdbc97901a3c5fd9567e70c58e3ef93517a2b7defd88313329fd2e9c8f610e41524291e877ba669a29df4f17a735416904651163c272eb2334fa5012f11
 SHA512 
cb99e7af84fb6d7c0fd3894a9dc0fbff14959b35347506bd3211a65bbfad36455007b9e67493e97c9d8394834408df10eeabdc7758573e6aae0ba6f5f87afe17

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
new file mode 100644
index 000..7b1be999f8e
--- /dev/null
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.63.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit multilib-minimal
+
+MY_P="${P/_/}"
+
+DESCRIPTION="Small C library to run an HTTP server as part of another 
application"
+HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/;
+SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/12"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="epoll messages ssl static-libs test"
+
+RDEPEND="ssl? (
+   dev-libs/libgcrypt:0=
+   net-libs/gnutls
+   )"
+
+# We disable tests below because they're broken,
+# but if enabled, we'll need this.
+DEPEND="${RDEPEND}
+   test?   (
+   ssl? ( net-misc/curl[ssl] )
+   )"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS="AUTHORS NEWS README ChangeLog"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --enable-bauth \
+   --enable-dauth \
+   --disable-examples \
+   --enable-postprocessor \
+   --disable-thread-names \
+   $(use_enable epoll) \
+   $(use_enable test curl) \
+   $(use_enable messages) \
+   $(use_enable ssl https) \
+   $(use_with ssl gnutls) \
+   $(use_enable static-libs static)
+}
+
+# tests are broken in the portage environment.
+src_test() {
+   :
+}
+
+multilib_src_install_all() {
+   default
+
+   use static-libs || find "${ED}" -name '*.la' -delete
+}



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

2019-02-11 Thread Mike Pagano
commit: 382c66d5b483551ea3d44b39e1a81928901b2a0a
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Feb 12 00:10:15 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Feb 12 00:10:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382c66d5

sys-kernel/gentoo-sources: Cleanup of 4.20.X series

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-kernel/gentoo-sources/Manifest | 18 --
 .../gentoo-sources/gentoo-sources-4.20.0.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.20.1.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.20.2.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.20.3.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.20.4.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.20.5.ebuild| 28 --
 7 files changed, 186 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index be718790e08..679651b39b8 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -10,24 +10,6 @@ DIST genpatches-4.19-20.extras.tar.xz 17484 BLAKE2B 
eae292de6e308aa4c45a6282b033
 DIST genpatches-4.19-21.base.tar.xz 636612 BLAKE2B 
6572cd4ca5c291c100378a023a0a784e1470f6709e39442d024077e83251e27d7db2b3c410c5986ca4c0f441eb7cceea0a9a6046b23591b253a9904c945cc9b7
 SHA512 
44091c5c5c469a3b9de57390aca0928b25d158aba13af93940510ac6c08e9ab75d45ae7d6c55146a819e76ea978868f16f9f649baa28c23a3ac70c76e405f0ed
 DIST genpatches-4.19-21.experimental.tar.xz 5220 BLAKE2B 
b6075933b10d5c241e3e19a78e182be76b35045c16616051def06c30849866e59952b2e501629b3988bb59df0f37727a660fdd3a0862ff266713fa86562b
 SHA512 
53fbef23c3be66a9ce8121902fab09f2162cb18ccd4372e32783813c977032736b42d67a1aa6a1472e2f1485994597c2a70108bddd3de3544212b43d382a
 DIST genpatches-4.19-21.extras.tar.xz 17480 BLAKE2B 
0eec9d9e5fbd4c2a3a4a3fb958ef3c98aacb8cd279c1d6706f944c648d76faa3b939abda21424ea41c20b8b2139fa8671c42674ed5cf54446954b032e8b0ff97
 SHA512 
6303ddfae2ced98e3ddc2769b26520762bed4e4d1c177d200e9d0e4be2f12295e70f953fbdd4bc62767c3e695affac026e81e1a7160c2d3a0e2949b160c04685
-DIST genpatches-4.20-1.base.tar.xz 4008 BLAKE2B 
3d4e9420d01fce23b89d54487abb0dee4082be5df9ae6b1ebdf9b491bcdc73262c08d26e119527d3da1169c24d52236b47fd7b8089eae9bdc0f888e60225a6f3
 SHA512 
a8d75d79bfdff5a31478a147117e0e2630b42dd50ea3a07a8c7b52de4a768cc191a38a36c323a7ca2288eb64d48b74d862a7f827346944a252762ee9b3f566a8
-DIST genpatches-4.20-1.experimental.tar.xz 5220 BLAKE2B 
20417cb43be021ac767c0df7afa1bb4dd421fc08c49e0a5e53b91c431d3b95f0cd100bff92d0f827becf096431661bea2b1648c2465c9e336fa0519e6f3b8eee
 SHA512 
ef91e66de331c25336cdf2f61fd5c78746264ef1e7af04a92d961237563652e7022376e63b3fed7219210f11ca64429f3893b026947f411a6c2642e630f6fda3
-DIST genpatches-4.20-1.extras.tar.xz 3268 BLAKE2B 
48dbd360602ab2c7b8f5ac41fcdcdda93477c82d59ac426945aabf1b52868817e77140c289c3f2920b5b39d2d38ed49fcba5d3474203ae5a8a206114af9a8216
 SHA512 
158cfb239a003e0c8faf57a3919549629850f14ee9f614a0268d13b228ce4099cc7ba1fbb057eb05c1a9b3cc6315e95f53e23978a81a63f461713d2a76d2
-DIST genpatches-4.20-2.base.tar.xz 57640 BLAKE2B 
712df7096f456ae43cd64cbf3ed5d397219485be1d6872fe16cc8bd9bd142cfb4aefa0d0186b6efccfe6f41aa780b2515e47cea1cd717865fc07a81072e69428
 SHA512 
22512178b63b674f5db66ade1a34de6e00ac02feb8532340def404865b8f1dd075e751c4fa8ac3ce84bc754e5c80778472430183f8dba53c7fe2e47ff630cebf
-DIST genpatches-4.20-2.experimental.tar.xz 5216 BLAKE2B 
fafb98bf0403056b3dd9b431d104910f0d1f47cf992a05b0fe5d6df51d90db17cb3ea64df92cdb1c1ded15ea1d90daec437135efb22af50b1dd0ddd7ceeb5149
 SHA512 
23e93a9e5e13c4297a223144c7288b6d8f2487b1d6b68e1cf4167d4ee22ba10b549f21e5f56ff7f5e3a2d7f1f78339c5b6e8a221d579aab9e2d391f9300b9a14
-DIST genpatches-4.20-2.extras.tar.xz 3280 BLAKE2B 
812db74905945a9ea8c14c3d1434802e5de6ee24fce423489bed4a3f6007868900760d43607b735d7a9b129498d1c31f590095e69c36cdf464cc8540ca05638e
 SHA512 
8806c6c138cf72d4049e688dadc9d5069219c9834f66169a2073079291e44ffda7c86f4b250632d86e7252d959876b6a31a45c1f2c4bbf996137efd0b69611ee
-DIST genpatches-4.20-3.base.tar.xz 81368 BLAKE2B 
353040441b047d9f28e846581ce8ce3076830e0d7891b083cc79f8872423e29f273c036766a6b82aaa8f460a2ddbbeb2a092a02d42782142ead3e60b2ea27161
 SHA512 
e73c2dac264acd23fe866ec8b755dd96b67fb662876bb2935fcb95abb32103d7ac424eb70c50bbcc2e1adf1b6478cf9bd9087b1142b3b1e5712cdbd7364a996f
-DIST genpatches-4.20-3.experimental.tar.xz 5216 BLAKE2B 
a349b6cbb7e2d59249911b3039234baf54522fe049b4ff095b253b51afd3360ac367ce016726a73d488f2f9c35d5d9951eec7e5b5e85984c02e2867791e9fccb
 SHA512 
410c5c84001bc594430d10c42171a332bbcfafdccb1ba5891d694d3a556b3e549b746e00722be4fd890addbafdc024e08ce20896791b2606227c50bcd27f85e1
-DIST genpatches-4.20-3.extras.tar.xz 3280 BLAKE2B 

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

2019-02-11 Thread Mike Pagano
commit: f456d580fc30b98683418f37b8c839ef99482de2
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Feb 12 00:09:12 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Feb 12 00:09:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f456d580

sys-kernel/gentoo-sources: Cleanup 4.19.X series

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-kernel/gentoo-sources/Manifest | 15 
 .../gentoo-sources/gentoo-sources-4.19.14.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.19.15.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.19.16.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.19.17.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.19.18.ebuild   | 28 --
 6 files changed, 155 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1244e5931d3..be718790e08 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -4,21 +4,6 @@ DIST genpatches-4.14-105.extras.tar.xz 17488 BLAKE2B 
7841ede058a2d2bb36d2ccfecab
 DIST genpatches-4.14-90.base.tar.xz 2158040 BLAKE2B 
1fe37fa012c110dc48f5291c149d23d544d9cf11d691b026c66bf0b632525d28dab5521fc399de34a83e9017522aa9114f95b7c0c23043ec27204af1e4c77caa
 SHA512 
cf1dfa59b0c83ab4cf4f345087d9d89a03d32265cf9c4f3896474f2bfabe616f8a4d0bf8f7daf584c129023e9d4f47cf151bb7aa83d06d2ee440ecf9f8c6e72a
 DIST genpatches-4.14-90.experimental.tar.xz 5224 BLAKE2B 
cf3e25ad929a3822aff357164ce27b3dc790dbb2c7e9a75f9267ef0cac49d28bc2538b68b86ff34a81789f9ec7e8ed82d0a3a71151abbd2ac7e3d8475026c14a
 SHA512 
beadc5e4b5161d231637123bbe54e5afbdb47bbf1bc2ef1b44c27560c81827e0f9960a851807b2accc3fc3d325d3634593d122113973786a7bd8f9d5a61884de
 DIST genpatches-4.14-90.extras.tar.xz 17484 BLAKE2B 
ec51340486f3fd053a228b1302c1a59b3b5100cbf55c96ab07e242479081ea05b2edac3c325df520bdb38daff689a68c63fd9abf0557e5399b681507605c3a01
 SHA512 
99ec816bd994a1d33d254373878cfa68acd0ddcf7a56237442247d222e41263f8fa1ba9d5494f32748a1990e3e20d0a4768f28e23f8148e83b884b4f637bd2b8
-DIST genpatches-4.19-15.base.tar.xz 475080 BLAKE2B 
845a6cea19fa89ad3b587db669d03fb63c2b371d5c9e3d0c9934d1875e9319623a28904f80566b14184d46afe9106a3a09054bc2c4711d7bb9929bc53e6d767a
 SHA512 
878b3ccb90035f4ab5a95800a7daeb5c2445487553a15d593637b559e092d9258db8854e8af9fc1671e17ddfbf60b8b27261dfc53f58a03284ca50a247e8b700
-DIST genpatches-4.19-15.experimental.tar.xz 5220 BLAKE2B 
b2d50f5484d238b862f6772c130f115855136bdc90c506c6d26089a5779773d03f3a492ef3e31373c8c48695e2de847c58d759679907956131036b4cae482785
 SHA512 
14b8b15c21db032c61886e3917f7ffdd3aed03fb217e86e1d8e0b64bd2d9f5dd1d8e5fa5f97b188ef2757baf15c9cf1691bdd1e1bf13f1c1d7dde873853527f5
-DIST genpatches-4.19-15.extras.tar.xz 17492 BLAKE2B 
409dac7b1c041b708f791fe1531208f2b67b8e676da0ff85b435688790d66333f30c621f918d52202f776bfda2f3394d5375b096f466b36533c9c10204003b81
 SHA512 
1688fb1c53012ecadf496b2e778398658f26492c8ed69660feac989df631202c9c3c9c306502174ad14db5f19e4724460a47f33c21af3267a4a7e9fbe846ee5b
-DIST genpatches-4.19-16.base.tar.xz 514828 BLAKE2B 
19d5c92dd2b08d1d770039e91685f79d165906eb25a243cd42434d1c9af98f20e13ae1a499d3b24afd83ea62fedaaae455342be657f991fd7705d02697fff8ce
 SHA512 
9e6ee6d5956455c905c7b5d3fe6ea1aabc15b8fb925d19231b4f2b15aad6447e84bfff1dea7b44e61cf0fdf51873d6074dbc7b864b9a30d281ea800563c3b870
-DIST genpatches-4.19-16.experimental.tar.xz 5220 BLAKE2B 
b92e323215a36e74c494b996c33c649ee44f506a3099c9354fe2a66e212235c4e690ed444a4f5c36879d457d0899fd909b2054c3a3997e446d9d3b0ed2c7de84
 SHA512 
132ecaae57622190f2be91d0355d61261c1992f20a1019a01c35cb73734d450f80a0d595c16e43aaf8702ec533eba3d066abc8b787085b20ee1ef513120e9ace
-DIST genpatches-4.19-16.extras.tar.xz 17484 BLAKE2B 
2dc4e71a034f7e192b93e7c538744be0ea50b7ce4d22c05efb7b1f0fff65b4c250f3861f5568092673dd378efbf137199e4ebdbca6d291b8a87fdd9cfcc95143
 SHA512 
3a3da5cf5491754ba36354d2a06a629f0780f41ebbbf2f56b82312b5c5c13b9a27b0202481ee512e54ef1a8b4e31e30a04dcde7112ef581907e40a6f5a8a458f
-DIST genpatches-4.19-17.base.tar.xz 527264 BLAKE2B 
b2eda83b3cb936ff4fa935ef7febd944b8db5e108ea846154c9e4c4906c513317b65677dffce0eadc919a1e484db31ca12c8496d307c6aa57c0152ec19d72a3a
 SHA512 
f97f4062933121bde4395fc53690f76dd06b485ae53608927a4b024ab923136ee37e3976134e3a0dac9ba9260f73204d517ada158970ae690d1f60273e2b591e
-DIST genpatches-4.19-17.experimental.tar.xz 5216 BLAKE2B 
db4787fa06fb29155ad3a968eef6741c2315fcf67faccac9b4f4ae64e6711f4de082a1fa8a2b09e9f2b2c285c2f59eb9b744976cb11e2314c04a4e4ac3629a96
 SHA512 
eba3ffb8ec4c1b8dade845407aa4b81f4435f89404c14b7518f7621a5cb329b90c6e0be9ecc7cfa838126f083de4ea3e933e1dd720c5832382d88ccf3a8002e0
-DIST genpatches-4.19-17.extras.tar.xz 17492 BLAKE2B 
110ff2eaf3d85ef4ddde7fb0885121315d47161b00316f590d9c06ce0d7fa9125e9602cd49cbedd8230585e07522369a4e68922bab332fe4cd95675dfc606ea6
 SHA512 

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

2019-02-11 Thread Mike Pagano
commit: 58d3031abf6b521cc198e60475c9193b3fc6c366
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Feb 12 00:07:30 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Feb 12 00:07:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d3031a

sys-kernel/gentoo-sources: Cleanup of 4.14.X series

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-kernel/gentoo-sources/Manifest | 15 
 .../gentoo-sources/gentoo-sources-4.14.92.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.14.93.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.14.95.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.14.96.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.14.97.ebuild   | 28 --
 6 files changed, 155 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 6b5a4da6732..1244e5931d3 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,24 +1,9 @@
-DIST genpatches-4.14-100.base.tar.xz 2365856 BLAKE2B 
c4a5c4d0ec84ae557c6779069bfe7a846cc86c0c6e9cd9149d7071e17a17abce01d86f348cab7399f488832d3b7a4980922484fb1f41bd3f897f1e700b86ff74
 SHA512 
65ca3501b7ec4d3c190f19d79f18770815b7010a8211d7cba51da09c58280bf33314987b0fddbab6d191b0cb681428a28212f527b807fd0a2fc8994e56b6e7af
-DIST genpatches-4.14-100.experimental.tar.xz 5220 BLAKE2B 
8f409ee4127ef0bcade20933fd5bfd4b1bc23135a28cdea676f54bfe7dddfd716142d51984921a9b5cf13422a0a9cb27e616710d12d881e11897a1874f1beb49
 SHA512 
854e2766ff11f067c8a4ca1318824f63240f0193ad74c3731a499cdc1aa672276fc87b2dfaf7ef0480c5a90d27fb4b3970271546fd9de77e65b38704ebf8f97d
-DIST genpatches-4.14-100.extras.tar.xz 17488 BLAKE2B 
ebed8f0992ea03154bfe052cd235389abe6c0f091f8d431695ec4f33b37b3cdf31fe76f4b04ba182ff0f86fb92a68198a5c9145446dda550dd8b85cd1bf7f7e5
 SHA512 
78e5c6492139d83b6b048dc1fdc30581ad143afd2176a625ad417097a76572a0f1ebba930d2eb6d13803ab74d5daf843cce4e0a7de6a187ca55ba907a7d2df6a
-DIST genpatches-4.14-102.base.tar.xz 2384780 BLAKE2B 
e4aacdad6e343937602ea8afc7a8f424e9d8d4d95b6d0a292ecefb6637eaf4bcb4a36534028b8a4dc330af99fa9f393def378c52c01a6b9128c8a261acffd413
 SHA512 
bca0461c7f2b9923c7aea9db4a889b5526b2c73bb3c338f2fe88b8e150c61c945d8ff7209007b3e64515f040e4f0f96026bdb6434fc59927a8d5e6654b87f0fe
-DIST genpatches-4.14-102.experimental.tar.xz 5220 BLAKE2B 
afd0d957c2181853b11a924db61f007279ff5df5377e2defbee68e4942cded4762c9d05246f181726f79e455c366c0c852ffa1508f2290ae6b16363b2e765347
 SHA512 
bdd72d25455a4e99654cd241b36e3db993d9b4ad2d4cc9899a2f41da398064b577df6dbbc441251e292be35463fa404658dab267144f4c6f614be471c0973efd
-DIST genpatches-4.14-102.extras.tar.xz 17496 BLAKE2B 
e20235bb1396981a2074905e613f8448d1a01c97070d6d4285d3fa223f2ccc9094fba8154d629b78ac55c5917d5d0a3ed126afc10dd3c0a2ac6ad8d763661d81
 SHA512 
6e734cd3a48d9b9a4c3ef8724e11dda156d2aa6ebd4696058da16b11073f2ff9e547117ae6772400e228b867366dd241f847a6580d0a17548842442ed89c7da9
-DIST genpatches-4.14-103.base.tar.xz 2401436 BLAKE2B 
e67babd06bcdb0768773b58b33c15e4c004a35bb288e0419b010c0951c9424d3a337f56730686a86be0fe8e378dcb12d1608aabc75d9f401f9139db30d88cf6c
 SHA512 
2796b82883b3eb77f49a6b9bf6a82a4db2f89eea7db30fc18c8627bf84ef47891b932cd80cacb9a73db52df88800e20ba76da81ec3d1e3b70c6ff674cfd11830
-DIST genpatches-4.14-103.experimental.tar.xz 5216 BLAKE2B 
d76bae1d0e142232829440d6b4c770b65f6772988ac45111f10ae3ed04ab940af1045ac6357dd74959424834de143a4acfac25d6410201ae5b9c3099900ddf82
 SHA512 
c8e96530f5dbdbc3470623c464b8c6a6e5610d496a58f77ca2f8e8a38af58604137d561c07bd5ec49c372cd9aca04d248c7cd57be848d09ffa9c9a461c9d5dd0
-DIST genpatches-4.14-103.extras.tar.xz 17492 BLAKE2B 
3bcc010e1328cdf73be13670a8d7f407d291bbc349f5cc2bd7c85ba64e51c4a00eb4036d5dc4387ce5b88e22c5378c3620de53f423b4fce0106e5763f49ca721
 SHA512 
9cc9bda6e490336b848ec4daccc953d677db3579018fb52c475135e4837e03f1ce8c68c3018b564eb5b7c83bf0a7b7bf7c5ce144c6e0e91441fa80caf6cdffa2
-DIST genpatches-4.14-104.base.tar.xz 2421112 BLAKE2B 
099a88ffe5bc7e984bbb671fbb0fb05dacb768e325b51c14d402f4ada02d92b7eb6e6551eaaf8e47421c82bb94a2775d5819679f6f0e0cd059271c8421161843
 SHA512 
c83a67438e147308d1fdd63c2c753b6d9b4639a116324943c30ce740d7cbd5b51c3dd045521ce32e859fac57b1c506c6df25a59a87601f6589668e5e58e20324
-DIST genpatches-4.14-104.experimental.tar.xz 5216 BLAKE2B 
a7f742e87b4ed7b05ef22258dc40179cb62106f46d0108f6fbc8e3ec552c37c35ba0d1bd77fac7f0936b5b1910247f1f62cdc393129bac047fa32089fbc1b48d
 SHA512 
bc868b470bc0ab2dd711a126cb1c0854db0cef0b1787ba08d26e4adc4a28820df1d5ab2bf36d5f8f14fa0b40fc1055d0234bf81a0c0ef8557f17a9823509228a
-DIST genpatches-4.14-104.extras.tar.xz 17492 BLAKE2B 
1bdf77061ec61cbc10afd498b18dfb21425edb5ad0639e95cd0428992ff7b58d8a724a82ccc9edc7dc5f3cf0075a38a609701cb68ae10a477e472aa6411e28a5
 SHA512 

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

2019-02-11 Thread Mike Pagano
commit: 29864056857e5fcea27a2144178fa07ab1e13418
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Feb 12 00:06:16 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Feb 12 00:06:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29864056

sys-kernel/gentoo-sources: Cleanup of 4.9.X series

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-kernel/gentoo-sources/Manifest | 15 
 .../gentoo-sources/gentoo-sources-4.9.150.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.151.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.152.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.153.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.9.154.ebuild   | 28 --
 6 files changed, 155 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 7fb4ab096cf..6b5a4da6732 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -82,21 +82,6 @@ DIST genpatches-4.4-174.extras.tar.xz 16452 BLAKE2B 
5541f22824a34a1fdfd258ebf2db
 DIST genpatches-4.9-143.base.tar.xz 2635856 BLAKE2B 
c8e1b4ab6b2671197ba871ac44ca2864353a60dade404a9162fcc7f2ade396750bc09790f181fb481fbb9be6eba659a18ee1da5a7eb3217e3fafd2ac791048c9
 SHA512 
b9909f80946fbd6ace58ac4d1287052c484067b50c1525214469d94b161a729c55416fdb832aab3d21c3251dc7037af1fd2d3eacc0c287bf2693775cd0580cbf
 DIST genpatches-4.9-143.experimental.tar.xz 106420 BLAKE2B 
ebf0732574b2d279294631dac3cca23ab17efd97c9887b552cb5dac0e2d5824b2718004b1e8c72f77db85c41e16603661f29b2357a6d9911b03d0c4cddd5af0c
 SHA512 
c01dc29b60cdfe8f1f8bb24d08c403ee2f1733f4d3c19f84c8d92f9edd1ef88d0b7c66bfd7149c5c5f36c5eec2df159e5a4c72c2f93a8c1ce3088967bc3cef61
 DIST genpatches-4.9-143.extras.tar.xz 17348 BLAKE2B 
cf56d86e29ca96eb16a0c03471e11b2056b17e0a10ad5f235278f845b64a070d2411078683f7d7bbc5b362f5474324fe1edbc8a9b92550aec283f379be52290b
 SHA512 
7fb07663526a924428f1e7c30d229ea926a69dc9f696b92cd1282ca6f168eac6bba011d8eb0fdcd5fa51241a6203c6e8b9def9e0011ccb1b0b657bbecbfbfa72
-DIST genpatches-4.9-153.base.tar.xz 2778152 BLAKE2B 
21a07e2ca62e51520895c445dc132286d4aad2f902d32c66bce867505f770304cd14601b513a64cece624238859682386e533f9ece741a514a1f391218bcfcea
 SHA512 
370bca33373e775a880abbc0c30a4a9a144f512fcfba21946b5dbbe54b19e673be914d8c8a70ae18de7e3870c1dfd84b3e5706b500f9c4421c170eb33744a016
-DIST genpatches-4.9-153.experimental.tar.xz 106432 BLAKE2B 
9dfe9c9ad80c843aa8c4597529b81070084ff8ed5725f335652c338a8db30db8e7799e2418c92dc52af2abe4dbad87ba9a465593801e2b56592a88e665647c59
 SHA512 
afcfcf39ed092a90352cc5dcce98ebc10131fb1da22b074a6f9d026f1ae12d93e3f641437d344296621d7f7dd31f1f9a4d1c04a7442f049cb531e9dc6d647516
-DIST genpatches-4.9-153.extras.tar.xz 17360 BLAKE2B 
c30e09c757ec79a0780d7738b516687ecfd69675fa3ca6bbe49977b459e879fc5345db9406754cfd0bc5854c819f2905be9bafc25fb732939814a99c7d25d3fb
 SHA512 
d500a77b6d22c5dddcbde803aea43cc73750079f2595a43603a198f9e5fbb962cc872f5427789a654b00c600a4a4ed6a05c97936e57ca2480e05ad5cb5a6ae23
-DIST genpatches-4.9-154.base.tar.xz 2780856 BLAKE2B 
3b417d385b25e5efcf31a6eaab6322fd4e372ebca73abdb65acdbd1666318c1f0caddda152e97caf405b3651f54d84b5df86e138d4cc2e5639f59bee76bfd918
 SHA512 
987f2bdc8cdccae72ae53931a051428747a7070ecb421a2abbbaf3e89e6ca5cab6fe3b6e7ac4324503b764b0cf82e9203868637027ff2d39814f4c690738d94f
-DIST genpatches-4.9-154.experimental.tar.xz 106368 BLAKE2B 
0793cafff820ddc36afacb99850ca6f7ca12d780a84f9da6880eaa657596cc3332e95acd1e73a37feec2443ef13e8726b368ac1444d86db11dbb97a204c4b0c1
 SHA512 
bb9b0740e4e2c30a11eb9c9fc8406685b1b16f61f762d5eeec074c81019081663de84f0008c15e39242b86942d670121599982f60b62e3fa58402bb12fdbc567
-DIST genpatches-4.9-154.extras.tar.xz 17364 BLAKE2B 
2935c9d08ae7fdc10aa674b074cf39ce24ed44ad1de31c8289bf6e3543b30d931427323792c36951c4d427a828523e9a76279239001561b2c2de6f1ab175fbd5
 SHA512 
05fe55e8807af1834bc0fd949554ca72c4d8b452980bd42a9cb026c5d63c3ff80ace4f0d6ff629addc0b21e8de03db59f45f577ef42f07f4f432b1c84b2a22c9
-DIST genpatches-4.9-155.base.tar.xz 2790428 BLAKE2B 
8c3faf5c3bea88b3a5050238f843479acd59ce335e1c4b0b50a22a2981d17c6a0b888b83a8f3494ae83d58bb622e07e2fad8d7f012d0a38d3fddec3b0d45b9bc
 SHA512 
5a71e67776ece2502b6fcd9149149945d22c8c69b5b2d6be645c771bb35bb032556c607c32b5461fa600d61527ad508b8a215f1639c82304ba331d8438b62ae2
-DIST genpatches-4.9-155.experimental.tar.xz 106376 BLAKE2B 
84163eeb72ca8f5be09c89b196882a514daf8ffe4bdc07d5007c4809af503b45465d7a9726e5d2e3cd78ed81efc6d37ece88f81cc4784993285215db70b4fae7
 SHA512 
b1d1a3314e49fb5408dc09d6853c39ed3bdf62b02ab19bdc6f48e56e74d6052264bfdf8680386bc118dbd5ff4867dcb7a56a9cf51d14db31ad538a043bbbc2c5
-DIST genpatches-4.9-155.extras.tar.xz 17368 BLAKE2B 
e3aa0ba6ae63dd42b31ed1e8acaf487f6230d3f5dce59096d630019145f3da1f53e58f7417183d8906e75c0e6131266a9093d4fbaaf44db9d002f93d23fe963c
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/

2019-02-11 Thread Sergei Trofimovich
commit: 1bcb87928335a43ed1fe899c68941d76277ae54a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:24:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcb8792

app-misc/geoclue: stable 2.4.8 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/geoclue/geoclue-2.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/geoclue/geoclue-2.4.8.ebuild 
b/app-misc/geoclue/geoclue-2.4.8.ebuild
index c8aefa01ac5..33986bfacb0 100644
--- a/app-misc/geoclue/geoclue-2.4.8.ebuild
+++ b/app-misc/geoclue/geoclue-2.4.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.x
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd"
 IUSE="+introspection +modemmanager zeroconf"
 
 RDEPEND="



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

2019-02-11 Thread Sergei Trofimovich
commit: df32abbec7ce45b4724837d1651688c0dc3a23ec
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:26:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df32abbe

dev-python/commonmark: stable 0.8.1 for ppc, bug #677578

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/commonmark/commonmark-0.8.1.ebuild 
b/dev-python/commonmark/commonmark-0.8.1.ebuild
index b8d22c16d6a..b649f95f508 100644
--- a/dev-python/commonmark/commonmark-0.8.1.ebuild
+++ b/dev-python/commonmark/commonmark-0.8.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2019-02-11 Thread Sergei Trofimovich
commit: 6d35f1c6be54ecda0f93ad1a89e031e625860dc4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:20:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d35f1c6

sys-apps/nix: pass static shell into build container

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/nix/{nix-2.2.1.ebuild => nix-2.2.1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/nix/nix-2.2.1.ebuild b/sys-apps/nix/nix-2.2.1-r1.ebuild
similarity index 96%
rename from sys-apps/nix/nix-2.2.1.ebuild
rename to sys-apps/nix/nix-2.2.1-r1.ebuild
index 7168bdd8d9a..dfa1ac2e7c6 100644
--- a/sys-apps/nix/nix-2.2.1.ebuild
+++ b/sys-apps/nix/nix-2.2.1-r1.ebuild
@@ -15,10 +15,12 @@ SLOT="0"
 #KEYWORDS="~amd64 ~x86"
 IUSE="+etc_profile +gc doc s3 sodium"
 
+# sys-apps/busybox is needed for sandbox mount of /bin/sh
 RDEPEND="
app-arch/brotli
app-arch/bzip2
app-arch/xz-utils
+   sys-apps/busybox[static]
dev-db/sqlite
dev-libs/editline:0=
dev-libs/openssl:0=
@@ -83,8 +85,6 @@ src_prepare() {
 }
 
 src_configure() {
-   local econf_args=()
-
if ! use s3; then
# Disable automagic depend: bug #670256
export ac_cv_header_aws_s3_S3Client_h=no
@@ -92,7 +92,7 @@ src_configure() {
econf \
--localstatedir="${EPREFIX}"/nix/var \
$(use_enable gc) \
-   "${args[@]}"
+   --with-sandbox-shell=/bin/busybox
 }
 
 src_compile() {



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

2019-02-11 Thread Sergei Trofimovich
commit: b42ed769aa3e9dc3191d7a6162c7d0e53dd5948f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:26:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42ed769

dev-python/sphinx_rtd_theme: stable 0.2.4 for ppc, bug #677578

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
index a56c81e8e5c..46f1c8a9f5e 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-02-11 Thread Sergei Trofimovich
commit: 95f459da1e918103d15261d4e00e1a622fd41c3f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f459da

dev-qt/qtquickcontrols: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.11.3.ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5.11.3.ebuild
index d907c114366..94fdd72f8ee 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.11.3.ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Set of controls used in conjunction with Qt Quick to build 
complete interfaces"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
 fi
 
 IUSE="+widgets"



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

2019-02-11 Thread Sergei Trofimovich
commit: ed7ffbe86cfef0506927edeb6c3fb1e17bda5d61
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:26:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7ffbe8

dev-python/docutils: stable 0.14 for ppc, bug #677578

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/docutils/docutils-0.14.ebuild 
b/dev-python/docutils/docutils-0.14.ebuild
index 2ad28f4556e..253845992ed 100644
--- a/dev-python/docutils/docutils-0.14.ebuild
+++ b/dev-python/docutils/docutils-0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2 GPL-3 public-domain"
 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"
+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=""
 
 DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"



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

2019-02-11 Thread Sergei Trofimovich
commit: 90d9c07f37a7ce087ce7449ead8b3309b82e86e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d9c07f

dev-qt/qtpaths: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtpaths/qtpaths-5.11.3.ebuild 
b/dev-qt/qtpaths/qtpaths-5.11.3.ebuild
index c4bb438a601..2c5adce6332 100644
--- a/dev-qt/qtpaths/qtpaths-5.11.3.ebuild
+++ b/dev-qt/qtpaths/qtpaths-5.11.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Command line client to QStandardPaths"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE=""



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

2019-02-11 Thread Sergei Trofimovich
commit: f50bcdd9e831993b3f294fb19f942226db07fb46
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50bcdd9

dev-qt/qtprintsupport: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.11.3.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.11.3.ebuild
index 8e16869817a..fe044af955a 100644
--- a/dev-qt/qtprintsupport/qtprintsupport-5.11.3.ebuild
+++ b/dev-qt/qtprintsupport/qtprintsupport-5.11.3.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Printing support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="cups gles2"



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

2019-02-11 Thread Sergei Trofimovich
commit: 10be09c9bd25b2f7d0b00689d4dce415ce179e73
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10be09c9

dev-qt/qtsvg: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtsvg/qtsvg-5.11.3.ebuild b/dev-qt/qtsvg/qtsvg-5.11.3.ebuild
index 850a21d5d89..ec904b1267d 100644
--- a/dev-qt/qtsvg/qtsvg-5.11.3.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="SVG rendering library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE=""



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

2019-02-11 Thread Sergei Trofimovich
commit: c53584ed3f29d24ea4a4500d6d69df583f1c4eb9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:24:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53584ed

dev-python/requests: stable 2.21.0-r1 for ppc, bug #668716

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/requests/requests-2.21.0-r1.ebuild 
b/dev-python/requests/requests-2.21.0-r1.ebuild
index ff17bcee2af..cbc3b2974a1 100644
--- a/dev-python/requests/requests-2.21.0-r1.ebuild
+++ b/dev-python/requests/requests-2.21.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~x64-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 
~x64-macos ~x86-macos ~x64-solaris"
 IUSE="socks5 +ssl"
 
 RDEPEND="



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

2019-02-11 Thread Sergei Trofimovich
commit: e24ad5529f9a228093759867b4998cc1bb356671
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24ad552

dev-qt/qttest: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qttest/qttest-5.11.3.ebuild 
b/dev-qt/qttest/qttest-5.11.3.ebuild
index e552027c5d0..45b589046bd 100644
--- a/dev-qt/qttest/qttest-5.11.3.ebuild
+++ b/dev-qt/qttest/qttest-5.11.3.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Unit testing library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE=""



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

2019-02-11 Thread Sergei Trofimovich
commit: 1af9088ed2e938a431858501526ea37a54a027f5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af9088e

dev-qt/qtserialport: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtserialport/qtserialport-5.11.3.ebuild 
b/dev-qt/qtserialport/qtserialport-5.11.3.ebuild
index f999ffd45cd..aa235b06f95 100644
--- a/dev-qt/qtserialport/qtserialport-5.11.3.ebuild
+++ b/dev-qt/qtserialport/qtserialport-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Serial port abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE=""



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

2019-02-11 Thread Sergei Trofimovich
commit: 940ef67e12d40a6ad7024a63744ee7bc284308ca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:57:55 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940ef67e

dev-libs/libinput: stable 1.12.6 for ppc, bug #677578

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libinput/libinput-1.12.6.ebuild 
b/dev-libs/libinput/libinput-1.12.6.ebuild
index fa3fa304568..c488d089306 100644
--- a/dev-libs/libinput/libinput-1.12.6.ebuild
+++ b/dev-libs/libinput/libinput-1.12.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 IUSE="doc input_devices_wacom"
 # Tests require write access to udev rules directory which is a no-no for live 
system.
 # Other tests are just about logs, exported symbols and autotest of the test 
library.



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

2019-02-11 Thread Sergei Trofimovich
commit: 222d3cc53d60558abb312d8d782557e53efbbb74
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222d3cc5

dev-qt/qtopengl: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtopengl/qtopengl-5.11.3.ebuild 
b/dev-qt/qtopengl/qtopengl-5.11.3.ebuild
index b2b04155932..60d9f277572 100644
--- a/dev-qt/qtopengl/qtopengl-5.11.3.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.11.3.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="gles2"



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

2019-02-11 Thread Sergei Trofimovich
commit: 0637af2411ed9b56b5ee31eda280b604ccf721d3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0637af24

dev-qt/qtscript: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtscript/qtscript-5.11.3.ebuild 
b/dev-qt/qtscript/qtscript-5.11.3.ebuild
index e139a2f6f44..22ced077510 100644
--- a/dev-qt/qtscript/qtscript-5.11.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



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

2019-02-11 Thread Sergei Trofimovich
commit: b5182d31ba456a27d105ed6daaf96d0b0ad72517
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:24:23 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5182d31

dev-qt/qtcore: stable 5.11.3-r2 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtcore/qtcore-5.11.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild 
b/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild
index c8a30f8a58a..621af944cdc 100644
--- a/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild
+++ b/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="icu systemd"



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

2019-02-11 Thread Sergei Trofimovich
commit: a609a1dfa356ce9e71036554bace30f8064bff48
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:44 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a609a1df

dev-qt/qtsql: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtsql/qtsql-5.11.3.ebuild b/dev-qt/qtsql/qtsql-5.11.3.ebuild
index 666f6b31816..3e177179aa0 100644
--- a/dev-qt/qtsql/qtsql-5.11.3.ebuild
+++ b/dev-qt/qtsql/qtsql-5.11.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 framework"
 SLOT=5/$(ver_cut 1-3) # bug 639140
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="freetds mysql oci8 odbc postgres +sqlite"



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

2019-02-11 Thread Sergei Trofimovich
commit: e440a25a1902090af27636dfc448b951d0c6bbb3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:26:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e440a25a

dev-python/recommonmark: stable 0.5.0_pre20181012-r1 for ppc, bug #677578

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild 
b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild
index be2e8f605e2..c4d25cdceee 100644
--- a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild
+++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rtfd/recommonmark/archive/${EGIT_COMMIT}.tar.gz -> $
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-02-11 Thread Sergei Trofimovich
commit: c46ab06cbbbd9722bd8768a39c4939f3ec005262
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:25:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46ab06c

app-pda/pilot-link: stable 0.12.5-r2 for ppc, bug #676430

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 585d9c0ce87..3052c21b810 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



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

2019-02-11 Thread Sergei Trofimovich
commit: d8190516390a885d1423d085702ee41d3785eb42
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:53:56 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8190516

dev-qt/qtnetwork: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtnetwork/qtnetwork-5.11.3.ebuild 
b/dev-qt/qtnetwork/qtnetwork-5.11.3.ebuild
index 885278b0ad7..65b450ed454 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.11.3.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.11.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Network abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="bindist connman libproxy networkmanager +ssl"



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

2019-02-11 Thread Sergei Trofimovich
commit: 2402c55c1f8b28db39a0a631965da76755937976
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:53:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2402c55c

dev-qt/qtgraphicaleffects: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.11.3.ebuild 
b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.11.3.ebuild
index 3b39ae44f17..1d67e899922 100644
--- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.11.3.ebuild
+++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.11.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
 fi
 
 IUSE=""



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

2019-02-11 Thread Sergei Trofimovich
commit: 64ab26d2d5aae4bae08ab4dbf66ee6eb9250fda1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:53:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ab26d2

dev-qt/qtmultimedia: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.11.3.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.11.3.ebuild
index 3baf64bca04..15657ad568a 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.11.3.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 
framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="alsa gles2 gstreamer openal pulseaudio qml widgets"



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

2019-02-11 Thread Sergei Trofimovich
commit: 3df6644cf55c7c70706c52d6f4ceb0f8f88e0653
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:53:36 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df6644c

dev-qt/qtgui: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtgui/qtgui-5.11.3.ebuild b/dev-qt/qtgui/qtgui-5.11.3.ebuild
index dd51c4a18ca..185e212a192 100644
--- a/dev-qt/qtgui/qtgui-5.11.3.ebuild
+++ b/dev-qt/qtgui/qtgui-5.11.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 # TODO: linuxfb



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

2019-02-11 Thread Sergei Trofimovich
commit: fb5a4b9b71832a8881ac83fbee7b4824284f1848
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:53:42 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5a4b9b

dev-qt/qthelp: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qthelp/qthelp-5.11.3.ebuild 
b/dev-qt/qthelp/qthelp-5.11.3.ebuild
index a1aa8122d14..9d441ee0bd1 100644
--- a/dev-qt/qthelp/qthelp-5.11.3.ebuild
+++ b/dev-qt/qthelp/qthelp-5.11.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Qt5 module for integrating online documentation into applications"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE=""



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

2019-02-11 Thread Sergei Trofimovich
commit: f0d375e1822da47de52d2169357b98cd626eba05
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d375e1

dev-qt/qtpositioning: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild 
b/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild
index 31c6fb8b3b8..02f5a6b70f2 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Physical position determination library for the 
Qt5 framework"
 SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${QT5_MODULE}-${PV}-geoclue2.tar.xz;
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="geoclue +qml"



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2019-02-11 Thread Patrice Clement
commit: 53737e7f735e6a2a393f687141965a2d65851b8b
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Feb 11 10:11:02 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 11 22:54:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53737e7f

net-im/signal-desktop-bin: new version 1.21.1.

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/11026
Signed-off-by: Patrice Clement  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-1.21.1.ebuild   | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 1f653da6329..7d4c6aa6ed2 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_1.21.0_amd64.deb 74766112 BLAKE2B 
16f46a291a6e3ae43f75cc4f85cd47a8faea5c343b77ea7d8b12f7ef40c11abcefddffcbd5c27e6ae9ace6eb44055886150a6c668d3d89cd449c084f697251fa
 SHA512 
7e20e8e511ee3d90ac809dd28c17b08898a7fd0a707bb2a2381ba558af4d8f9f52deb6127cf2dd2ad001714b339ac8e3b2fd1d40f179192f0c0b0aef8d4d2996
+DIST signal-desktop_1.21.1_amd64.deb 74759386 BLAKE2B 
16f203ee54757822db8952fcfd4ccaffcbc421efea1bb81dbf05dabef6d91f9652ee3cfb02e6e501a214596c55fdcbbaad33ec21e0df7175777e9ab0b4e43065
 SHA512 
058d02aa5ce89edc3f5ae7c8b2bf10f2bda8449d4be2a69f802014cd80c847bd387e64259ccf3f50877a84a291e52765e788f11a20a5953d07aad3db365fd19b

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.21.1.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.21.1.ebuild
new file mode 100644
index 000..e4a362f0ca5
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.21.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN/-bin/}"
+
+inherit gnome2-utils pax-utils unpacker xdg-utils
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/WhisperSystems/Signal-Desktop;
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RDEPEND="
+   gnome-base/gconf:2
+   dev-libs/nss
+   x11-libs/gtk+:3[X]
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   net-print/cups
+   "
+
+QA_PREBUILT="opt/Signal/signal-desktop
+   opt/Signal/libnode.so
+   opt/Signal/libffmpeg.so"
+
+S="${WORKDIR}"
+
+src_prepare(){
+   default
+   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop
+   pax-mark m opt/Signal/signal-desktop
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2019-02-11 Thread Patrice Clement
commit: 732bb4a9be58c8d5f7249c5be0baba8cd66c36f6
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Feb  9 18:52:18 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 11 22:55:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732bb4a9

net-im/telegram-desktop-bin: version bump to 1.5.12.

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/11015
Signed-off-by: Patrice Clement  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 +
 .../telegram-desktop-bin-1.5.12.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index cf03ae33e5b..48b11bf7876 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.5.11.tar.gz 14244290 BLAKE2B 
caa37c32e93cae338eea1704cce3a4e88ba39ee9383f8a919fde560cc3e1a494ac0569d50b76f873389c0939bf9016b2900b57116a67a7055576dc64f2dd1379
 SHA512 
45315a769acae28a767899461ffb5f2bea6deac66f1ffc5d908d6967e8ce81c4f6a3170468dedf607d9ba8c9bcb824d2c41ef214d6484aea344e396b53b37bcb
+DIST tdesktop-1.5.12.tar.gz 14252160 BLAKE2B 
5f903e7dd1d749b75fa67a8956932bcd08974395c80985c5347a422b93d2eca544d2b6082de0f87769f83ba18107dc837b28ee9c4dd5f266f5d88252e7d279f0
 SHA512 
66887ff86d8290c2e141cf6cf50d17e72704a433fb7b9e340414107eba9ebead9c93d754baa5eef3d28717b61e7633da982d3ba5a8a68711df229437fbb67414
 DIST tdesktop-1.5.8.tar.gz 14230610 BLAKE2B 
4673381abf54523c602f75e7e516c78c6ec381cf9a92e75e979807d53ef8661eed5080dbde56b26ceb8407bf07fc7431df7ca848f9674c4b48b83efc5e76cf84
 SHA512 
d3c086643732171669451f7e96a90690c2944df5bf30c98187e33ffa853f8f8b1e682aa434df45b6b0d785d3a838aef871a29c784059c04211917975ca15a2d0
 DIST tsetup.1.5.11.tar.xz 32436872 BLAKE2B 
b1e871abd039c5decc866378fa1d250acdeb33d8fd083bb5d7c1f496242af7da038561f9a7fe78dbfb7dbe5a784e77f054164e08f3da1732cc4d1e966b74aab0
 SHA512 
0f07468223266e20cdeb8a5cb5c7cc2fc780961578d63c893c04899bfde0bb36e77d9d4153c76fc2ca61b7b340dcc5a8d715e236c1b5aa2041c852543a5640bb
+DIST tsetup.1.5.12.tar.xz 32461440 BLAKE2B 
10f1ff27bc4adbca2fb2f79b4f6208c48ef2ee6c03e8f8c2044645dc1b057a5be0b72272b37b8f28f36a0ab9fcffe9cf8b1d04b240ba3971c376d025a6e92c7b
 SHA512 
c73a0a6ec5c7872c1a38d68069dd83c2c319472e0605c745e4a56d2a280892198789f7a3dd6b0df7066b556f803d004a4090ea8ca2d212cb40abed20193a8230
 DIST tsetup.1.5.8.tar.xz 32399784 BLAKE2B 
4c64bbcb8a84d98a415f981bd719f53889ad69b74ad5204d4391cddf2f8aa4c47ff75f5a5914fb8c2a2a01eb3eb1e9eca174db4816b2fb5436c58b752b209f5a
 SHA512 
bed0529101eacc71ad9588bbc2f50268f4d3d77bc50387200c0c6551623abf34a3424a92cb0ae1c1ebbec9698b04d59047ca672400aa45a7e93bde580c3c6928
 DIST tsetup32.1.5.11.tar.xz 35221340 BLAKE2B 
9910d9de184553f4ebf6a32772fe1aee326fc82b532ae539495188b89971f7b5fa4992b0de4991340aa3f01b4fd3e8f09b2af71f74c4f5a6c9ec88271fe0783e
 SHA512 
835cd3a0a65d397d94b2355bfbf70c68c6867a3f08523bd07c834258e55ca8f52f06a1d3eaf4951df3c0f0277067ebf19ceb83a53372c54f50ac9f5078dbcac7
+DIST tsetup32.1.5.12.tar.xz 35261680 BLAKE2B 
488e8681173ab983f7f5dc037d328078cbfc8b995d9abcdf1351a38c73c18546888fabaa26b60b6530ee75231ee6bd2e0fcab9bb300aa5c74ab6bd7ad20faab7
 SHA512 
4710166f2c1840c41df299cb35e7ae2874d3bc1621d9ff293ba8dbcf59370e88f4542ebf9dfd9b551aaecd7539655443fdf43a6b1906758f5db1f61586ae3591
 DIST tsetup32.1.5.8.tar.xz 35047164 BLAKE2B 
5c0e648dc367f5f424aef01630f4cc3a6767a816c5a1b409fd6f0f2edc19a46520b166a90f1f17f7d3f3b4e8c3b0c326f0077588fba0d2ca6e8c2dbd12b33215
 SHA512 
e960e97c777b548a577c75307060ad0e1abf176fe3c1797f3ab75a26f402b3afaa11a58ed49746505ead0293b6fb629db97a0e2ed8e9841e01052871fb0567fd

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.5.12.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.5.12.ebuild
new file mode 100644
index 000..10f3a4e22b7
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.5.12.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( 
https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/tsetup.${PV}.tar.xz
 )
+   x86? ( 
https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/tsetup32.${PV}.tar.xz
 )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+   >=media-libs/fontconfig-2.13
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   

[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2019-02-11 Thread Patrice Clement
commit: d2b969da4fecaa8495beb39fce26f3b08223ea58
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Feb 11 10:12:16 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 11 22:54:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b969da

net-im/signal-desktop-bin: remove old version.

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Patrice Clement  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-1.21.0.ebuild   | 63 --
 2 files changed, 64 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 7d4c6aa6ed2..9fceb6496e3 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.21.0_amd64.deb 74766112 BLAKE2B 
16f46a291a6e3ae43f75cc4f85cd47a8faea5c343b77ea7d8b12f7ef40c11abcefddffcbd5c27e6ae9ace6eb44055886150a6c668d3d89cd449c084f697251fa
 SHA512 
7e20e8e511ee3d90ac809dd28c17b08898a7fd0a707bb2a2381ba558af4d8f9f52deb6127cf2dd2ad001714b339ac8e3b2fd1d40f179192f0c0b0aef8d4d2996
 DIST signal-desktop_1.21.1_amd64.deb 74759386 BLAKE2B 
16f203ee54757822db8952fcfd4ccaffcbc421efea1bb81dbf05dabef6d91f9652ee3cfb02e6e501a214596c55fdcbbaad33ec21e0df7175777e9ab0b4e43065
 SHA512 
058d02aa5ce89edc3f5ae7c8b2bf10f2bda8449d4be2a69f802014cd80c847bd387e64259ccf3f50877a84a291e52765e788f11a20a5953d07aad3db365fd19b

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.21.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.21.0.ebuild
deleted file mode 100644
index e4a362f0ca5..000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.21.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/-bin/}"
-
-inherit gnome2-utils pax-utils unpacker xdg-utils
-
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/
-   https://github.com/WhisperSystems/Signal-Desktop;
-SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-RDEPEND="
-   gnome-base/gconf:2
-   dev-libs/nss
-   x11-libs/gtk+:3[X]
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   net-print/cups
-   "
-
-QA_PREBUILT="opt/Signal/signal-desktop
-   opt/Signal/libnode.so
-   opt/Signal/libffmpeg.so"
-
-S="${WORKDIR}"
-
-src_prepare(){
-   default
-   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
-   -i usr/share/applications/signal-desktop.desktop || die
-   unpack usr/share/doc/signal-desktop/changelog.gz
-}
-
-src_install() {
-   insinto /
-   dodoc changelog
-   doins -r opt
-   insinto /usr/share
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop
-   pax-mark m opt/Signal/signal-desktop
-
-   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}



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

2019-02-11 Thread Sergei Trofimovich
commit: 13a56c540c5e0399d181badda91b304dc6c88961
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:32:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 22:32:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a56c54

media-libs/libffado: keyworded 2.4.1 for ppc, bug #677640

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libffado/libffado-2.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libffado/libffado-2.4.1.ebuild 
b/media-libs/libffado/libffado-2.4.1.ebuild
index a9c3d2c6e17..d987a24a646 100644
--- a/media-libs/libffado/libffado-2.4.1.ebuild
+++ b/media-libs/libffado/libffado-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,7 +15,7 @@ if [[ "${PV}" = "" ]]; then
ESVN_REPO_URI="http://subversion.ffado.org/ffado/trunk/${PN};
 else
SRC_URI="http://www.ffado.org/files/${P}.tgz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2 GPL-3"



[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/

2019-02-11 Thread Alexys Jacob
commit: 00add3f965bf3bcb42bbede266702cf263b2705f
Author: Alexys Jacob  gentoo  org>
AuthorDate: Mon Feb 11 22:25:22 2019 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon Feb 11 22:25:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00add3f9

www-servers/uwsgi: remove obsolete php7-0 in favor of php7-3

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexys Jacob  gentoo.org>

 www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild | 4 ++--
 www-servers/uwsgi/uwsgi-2.0.17.1.ebuild| 6 +++---
 www-servers/uwsgi/uwsgi-2.0.17.ebuild  | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
index 4baa3deaef8..08f75a25f17 100644
--- a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
@@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24 ruby25"
 PHP_EXT_INI="no"
 PHP_EXT_NAME="dummy"
 PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately 
below
+USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately 
below
 
 MY_P="${P/_/-}"
 
@@ -117,9 +117,9 @@ CDEPEND="
perl? ( dev-lang/perl:= )
php? (
php_targets_php5-6? ( dev-lang/php:5.6[embed] )
-   php_targets_php7-0? ( dev-lang/php:7.0[embed] )
php_targets_php7-1? ( dev-lang/php:7.1[embed] )
php_targets_php7-2? ( dev-lang/php:7.2[embed] )
+   php_targets_php7-3? ( dev-lang/php:7.3[embed] )
)
pypy? ( virtual/pypy )
python? ( ${PYTHON_DEPS} )

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
index 54a77a5c73b..953baaab672 100644
--- a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24"
 PHP_EXT_INI="no"
 PHP_EXT_NAME="dummy"
 PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately 
below
+USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately 
below
 
 MY_P="${P/_/-}"
 
@@ -112,9 +112,9 @@ CDEPEND="sys-libs/zlib
perl? ( dev-lang/perl:= )
php? (
php_targets_php5-6? ( dev-lang/php:5.6[embed] )
-   php_targets_php7-0? ( dev-lang/php:7.0[embed] )
php_targets_php7-1? ( dev-lang/php:7.1[embed] )
php_targets_php7-2? ( dev-lang/php:7.2[embed] )
+   php_targets_php7-3? ( dev-lang/php:7.3[embed] )
)
pypy? ( virtual/pypy )
python? ( ${PYTHON_DEPS} )

diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
index 799cf972f8b..9b2f7f84914 100644
--- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24"
 PHP_EXT_INI="no"
 PHP_EXT_NAME="dummy"
 PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately 
below
+USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately 
below
 
 MY_P="${P/_/-}"
 
@@ -112,9 +112,9 @@ CDEPEND="sys-libs/zlib
perl? ( dev-lang/perl:= )
php? (
php_targets_php5-6? ( dev-lang/php:5.6[embed] )
-   php_targets_php7-0? ( dev-lang/php:7.0[embed] )
php_targets_php7-1? ( dev-lang/php:7.1[embed] )
php_targets_php7-2? ( dev-lang/php:7.2[embed] )
+   php_targets_php7-3? ( dev-lang/php:7.3[embed] )
)
pypy? ( virtual/pypy )
python? ( ${PYTHON_DEPS} )



[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/

2019-02-11 Thread Alexys Jacob
commit: 34f115ab3a92f3fd4046aed7685669ae9cc5b76b
Author: Alexys Jacob  gentoo  org>
AuthorDate: Mon Feb 11 22:22:38 2019 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon Feb 11 22:22:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f115ab

www-servers/uwsgi: version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexys Jacob  gentoo.org>

 www-servers/uwsgi/Manifest|   1 +
 www-servers/uwsgi/uwsgi-2.0.18.ebuild | 400 ++
 2 files changed, 401 insertions(+)

diff --git a/www-servers/uwsgi/Manifest b/www-servers/uwsgi/Manifest
index 9aa577b098b..5f167dff5e9 100644
--- a/www-servers/uwsgi/Manifest
+++ b/www-servers/uwsgi/Manifest
@@ -1,2 +1,3 @@
 DIST uwsgi-2.0.17.1.tar.gz 800156 BLAKE2B 
a8697263e6e7689c0062a06a9fdb1101a2df72e0ac9122b5f8a0acc78bbdbdeaa96faa1c8870b9c3a43e2e1fb5fc835e708e1bc3d0171ae746467b4734dc299d
 SHA512 
10d357961fde3a3f5f8e77986cc647313f95a33243e24c2afc482fce21df68a8ae48f90e7b5b76d7edc3cf8fd474d99823d6d60ef7477349abc65a319222f11b
 DIST uwsgi-2.0.17.tar.gz 798642 BLAKE2B 
86efb2103efaeedb37ebb00de4c01477162d119ae3dea0dc0696385216e30ff2c74eb48576f86eb181b8ada4b9eaa63b0aa761e966e3301597633d33b81142e1
 SHA512 
639427fbb89a1c2610c1cafb6ff009398a3c0a8e27c3de3f00829428271ba97b64b1253368dd6150912cf1052be2a63cbe81613bbe964be27ee2e570d2b2
+DIST uwsgi-2.0.18.tar.gz 801555 BLAKE2B 
d8008e751fd699474a1b7d6276c10b3d2f1ebd0ca325e45bfb3b13f81e88de20e4e7389cd6aa9c8b3daa964d9b11524ee71e93717ed9762bf021471f6a2c09fa
 SHA512 
6561703279bcc4a81311d033810ac066d0f113bab13b0942f3eef86cac29c584a6641b52476840d6895151aee5ed064ae2d03b18932cf7f47e62f4eeed76da61

diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
new file mode 100644
index 000..08f75a25f17
--- /dev/null
+++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
@@ -0,0 +1,400 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+PYTHON_REQ_USE="threads(+)"
+
+RUBY_OPTIONAL="yes"
+USE_RUBY="ruby23 ruby24 ruby25"
+
+PHP_EXT_INI="no"
+PHP_EXT_NAME="dummy"
+PHP_EXT_OPTIONAL_USE="php"
+USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately 
below
+
+MY_P="${P/_/-}"
+
+inherit eapi7-ver eutils flag-o-matic multilib pax-utils php-ext-source-r3 
python-r1 ruby-ng
+
+DESCRIPTION="uWSGI server for Python web applications"
+HOMEPAGE="http://projects.unbit.it/uwsgi/;
+SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+
+UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
+   http ugreen signal syslog rsyslog
+   
router_{uwsgi,redirect,basicauth,rewrite,http,cache,static,memcached,redis,hash,expires,metrics}
+   {core,fast,raw,ssl}router
+   redislog mongodblog log{file,socket}
+   spooler cheaper_busyness symcall
+   transformation_{chunked,gzip,offload,tofile}
+   zergpool )
+UWSGI_PLUGINS_OPT=( alarm_{curl,xmpp} clock_{monotonic,realtime} curl_cron
+   dumbloop echo emperor_{amqp,pg,zeromq} forkptyrouter
+   geoip graylog2 legion_cache_fetch ldap log{crypto,pipe} notfound pam
+   rados router_{access,radius,spnego,xmldir}
+   sqlite ssi stats_pusher_statsd
+   systemd_logger transformation_toupper tuntap webdav xattr xslt zabbix )
+
+LANG_SUPPORT_SIMPLE=( cgi mono perl ) # plugins which can be built in the main 
build process
+LANG_SUPPORT_EXTENDED=( go lua php pypy python python_asyncio python_gevent 
ruby )
+
+# plugins to be ignored (for now):
+# cheaper_backlog2: example plugin
+# coroae: TODO
+# cplusplus: partially example code, needs explicit class
+# dummy: no idea
+# example: example plugin
+# exception_log: example plugin
+# *java*: TODO
+# v8: TODO
+# matheval: TODO
+IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre 
+routing selinux +ssl +xml yajl yaml zeromq"
+
+for plugin in ${UWSGI_PLUGINS_STD[@]}; do IUSE="${IUSE} 
+uwsgi_plugins_${plugin}"; done
+for plugin in ${UWSGI_PLUGINS_OPT[@]}; do IUSE="${IUSE} 
uwsgi_plugins_${plugin}"; done
+IUSE="${IUSE} ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]}"
+
+REQUIRED_USE="|| ( ${LANG_SUPPORT_SIMPLE[@]} ${LANG_SUPPORT_EXTENDED[@]} )
+   uwsgi_plugins_logcrypto? ( ssl )
+   uwsgi_plugins_sslrouter? ( ssl )
+   routing? ( pcre )
+   uwsgi_plugins_emperor_zeromq? ( zeromq )
+   uwsgi_plugins_forkptyrouter? ( uwsgi_plugins_corerouter )
+   uwsgi_plugins_router_xmldir? ( xml !expat )
+   pypy? ( python_targets_python2_7 )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   python_asyncio? ( || ( python_targets_python3_4 
python_targets_python3_5 python_targets_python3_6 python_targets_python3_7 ) )
+   python_gevent? ( python )
+   expat? ( xml )"
+
+# util-linux is required for libuuid when requesting zeromq 

[gentoo-commits] proj/gcc-patches:master commit in: 7.4.0/gentoo/

2019-02-11 Thread Sergei Trofimovich
commit: d3e7c05cbf9c7590bb3a21158613e24a05036c83
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 21:58:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 21:58:50 2019 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=d3e7c05c

7.4.0: lto: fix target-specific option leak into global constructors

Picked upstream patch as-is:
https://github.com/gcc-mirror/gcc/commit/332446ac24e5b37f441f7c9cb0b97fc36f9f0aa3

Bug: https://bugs.gentoo.org/677724
Signed-off-by: Sergei Trofimovich  gentoo.org>

 7.4.0/gentoo/22_all_lto-ctor-dtor-target.patch | 64 ++
 7.4.0/gentoo/README.history|  1 +
 2 files changed, 65 insertions(+)

diff --git a/7.4.0/gentoo/22_all_lto-ctor-dtor-target.patch 
b/7.4.0/gentoo/22_all_lto-ctor-dtor-target.patch
new file mode 100644
index 000..206daae
--- /dev/null
+++ b/7.4.0/gentoo/22_all_lto-ctor-dtor-target.patch
@@ -0,0 +1,64 @@
+https://bugs.gentoo.org/677724
+
+Apply file-specific target-specific optimisation to constructors and
+destructors. Fixes leaking of target-specific options from one unit
+to another. On firefox this change fixes -mavx2 leak from files guarded
+by CPU flag detection into other files.
+
+From 332446ac24e5b37f441f7c9cb0b97fc36f9f0aa3 Mon Sep 17 00:00:00 2001
+From: hubicka 
+Date: Sat, 15 Dec 2018 10:31:37 +
+Subject: [PATCH]   * ipa.c (cgraph_build_static_cdtor_1): Add
+ OPTIMIZATION and TARGET   parameters. (cgraph_build_static_cdtor):
+ Update.   (build_cdtor): Use OPTIMIZATION and TARGET of the first real
+ cdtor callsed.
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267168 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ipa.c | 12 +---
+
+--- a/gcc/ipa.c
 b/gcc/ipa.c
+@@ -831,7 +831,9 @@ ipa_discover_variable_flags (void)
+be produced. */
+ 
+ static void
+-cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final)
++cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final,
++   tree optimization,
++   tree target)
+ {
+   static int counter = 0;
+   char which_buf[16];
+@@ -862,6 +864,8 @@ cgraph_build_static_cdtor_1 (char which, tree body, int 
priority, bool final)
+ 
+   TREE_STATIC (decl) = 1;
+   TREE_USED (decl) = 1;
++  DECL_FUNCTION_SPECIFIC_OPTIMIZATION (decl) = optimization;
++  DECL_FUNCTION_SPECIFIC_TARGET (decl) = target;
+   DECL_ARTIFICIAL (decl) = 1;
+   DECL_IGNORED_P (decl) = 1;
+   DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (decl) = 1;
+@@ -911,7 +915,7 @@ cgraph_build_static_cdtor_1 (char which, tree body, int 
priority, bool final)
+ void
+ cgraph_build_static_cdtor (char which, tree body, int priority)
+ {
+-  cgraph_build_static_cdtor_1 (which, body, priority, false);
++  cgraph_build_static_cdtor_1 (which, body, priority, false, NULL, NULL);
+ }
+ 
+ /* When target does not have ctors and dtors, we call all constructor
+@@ -993,7 +997,9 @@ build_cdtor (bool ctor_p, const vec )
+   gcc_assert (body != NULL_TREE);
+   /* Generate a function to call all the function of like
+priority.  */
+-  cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true);
++  cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true,
++ DECL_FUNCTION_SPECIFIC_OPTIMIZATION 
(cdtors[0]),
++ DECL_FUNCTION_SPECIFIC_TARGET (cdtors[0]));
+ }
+ }
+ 
+-- 
+2.20.1
+

diff --git a/7.4.0/gentoo/README.history b/7.4.0/gentoo/README.history
index b6f486d..54c6d3d 100644
--- a/7.4.0/gentoo/README.history
+++ b/7.4.0/gentoo/README.history
@@ -1,6 +1,7 @@
 1.22 Feb 2019
U 01_all_default-fortify-source.patch
+ 21_all_kr-decl-PR88214.patch
+   + 22_all_lto-ctor-dtor-target.patch
 
 1.19 Dec 2018
+ 01_all_default-fortify-source.patch



[gentoo-commits] proj/gcc-patches:master commit in: 8.2.0/gentoo/

2019-02-11 Thread Sergei Trofimovich
commit: 770623b579388a4f62b15071f778d387a7446f32
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 21:57:23 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 21:57:23 2019 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=770623b5

8.2.0: lto: fix target-specific option leak into global constructors

Picked upstream patch as-is:
https://github.com/gcc-mirror/gcc/commit/332446ac24e5b37f441f7c9cb0b97fc36f9f0aa3

Bug: https://bugs.gentoo.org/677724
Signed-off-by: Sergei Trofimovich  gentoo.org>

 8.2.0/gentoo/117_all_lto-ctor-dtor-target.patch | 64 +
 8.2.0/gentoo/README.history |  1 +
 2 files changed, 65 insertions(+)

diff --git a/8.2.0/gentoo/117_all_lto-ctor-dtor-target.patch 
b/8.2.0/gentoo/117_all_lto-ctor-dtor-target.patch
new file mode 100644
index 000..206daae
--- /dev/null
+++ b/8.2.0/gentoo/117_all_lto-ctor-dtor-target.patch
@@ -0,0 +1,64 @@
+https://bugs.gentoo.org/677724
+
+Apply file-specific target-specific optimisation to constructors and
+destructors. Fixes leaking of target-specific options from one unit
+to another. On firefox this change fixes -mavx2 leak from files guarded
+by CPU flag detection into other files.
+
+From 332446ac24e5b37f441f7c9cb0b97fc36f9f0aa3 Mon Sep 17 00:00:00 2001
+From: hubicka 
+Date: Sat, 15 Dec 2018 10:31:37 +
+Subject: [PATCH]   * ipa.c (cgraph_build_static_cdtor_1): Add
+ OPTIMIZATION and TARGET   parameters. (cgraph_build_static_cdtor):
+ Update.   (build_cdtor): Use OPTIMIZATION and TARGET of the first real
+ cdtor callsed.
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267168 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ gcc/ipa.c | 12 +---
+
+--- a/gcc/ipa.c
 b/gcc/ipa.c
+@@ -831,7 +831,9 @@ ipa_discover_variable_flags (void)
+be produced. */
+ 
+ static void
+-cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final)
++cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final,
++   tree optimization,
++   tree target)
+ {
+   static int counter = 0;
+   char which_buf[16];
+@@ -862,6 +864,8 @@ cgraph_build_static_cdtor_1 (char which, tree body, int 
priority, bool final)
+ 
+   TREE_STATIC (decl) = 1;
+   TREE_USED (decl) = 1;
++  DECL_FUNCTION_SPECIFIC_OPTIMIZATION (decl) = optimization;
++  DECL_FUNCTION_SPECIFIC_TARGET (decl) = target;
+   DECL_ARTIFICIAL (decl) = 1;
+   DECL_IGNORED_P (decl) = 1;
+   DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (decl) = 1;
+@@ -911,7 +915,7 @@ cgraph_build_static_cdtor_1 (char which, tree body, int 
priority, bool final)
+ void
+ cgraph_build_static_cdtor (char which, tree body, int priority)
+ {
+-  cgraph_build_static_cdtor_1 (which, body, priority, false);
++  cgraph_build_static_cdtor_1 (which, body, priority, false, NULL, NULL);
+ }
+ 
+ /* When target does not have ctors and dtors, we call all constructor
+@@ -993,7 +997,9 @@ build_cdtor (bool ctor_p, const vec )
+   gcc_assert (body != NULL_TREE);
+   /* Generate a function to call all the function of like
+priority.  */
+-  cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true);
++  cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true,
++ DECL_FUNCTION_SPECIFIC_OPTIMIZATION 
(cdtors[0]),
++ DECL_FUNCTION_SPECIFIC_TARGET (cdtors[0]));
+ }
+ }
+ 
+-- 
+2.20.1
+

diff --git a/8.2.0/gentoo/README.history b/8.2.0/gentoo/README.history
index bf28171..17b6738 100644
--- a/8.2.0/gentoo/README.history
+++ b/8.2.0/gentoo/README.history
@@ -1,6 +1,7 @@
 1.8TODO
+ 116_all_ipa-pgo-PR88561-fix.patch
U 55_all_extra-options.patch
+   + 117_all_lto-ctor-dtor-target.patch
 
 1.726 Dec 2018
+ 114_all_kr-decl-PR88214.patch



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

2019-02-11 Thread Rafael Martins
commit: 79ac6d981397ccea44c87ff1bb4e3f8d423c881c
Author: Rafael Martins  gentoo  org>
AuthorDate: Mon Feb 11 21:46:42 2019 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Mon Feb 11 21:47:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ac6d98

app-text/blogc: version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.14.1.ebuild => blogc-0.15.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 6c8274e2153..09181d026bd 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.14.1.tar.xz 330540 BLAKE2B 
e8b2f793a1c7f95fde59d7929245cdace95d31f484d62252d00c4fa535c9d4b9d83c6d1828e9197f0fab74473e5a549802ca26aefe2dd441bad03b4f3466c1b4
 SHA512 
2d393684e8ddb38d720f029c7fe7884a577dc844f8e774a21afedd7519b9aa32a84d2b0e40c7bc565feba5a8e13f83c61692f0d04f20fea44e96f3f66d613a5a
+DIST blogc-0.15.0.tar.xz 335996 BLAKE2B 
c7fff528180c2124ea5c26ddd413f252d00570bcfe35645b8cdc8c7b3e289b52b38bd895e2ae5c2cab88d2a8143fa637118d75c719d69f685cef4c182bd9d6e3
 SHA512 
57a685938ef644b22b9271a0462260acb8ab8f9e9ff842415069011bb480923b8a4871742640eecc0babc7c65eefec3cab9051170dc6c3e69899e77d366a01c6

diff --git a/app-text/blogc/blogc-0.14.1.ebuild 
b/app-text/blogc/blogc-0.15.0.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.14.1.ebuild
rename to app-text/blogc/blogc-0.15.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2019-02-11 Thread Craig Andrews
commit: adb6405761ff506b3f6f4301430c6523a85501f7
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Feb 11 21:25:22 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb 11 21:25:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb64057

media-plugins/kodi-inputstream-adaptive: 2.3.15 version bump

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.3.15.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index 1385dcc7159..a026f8a1056 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5
 SHA512 
51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
 DIST kodi-inputstream-adaptive-2.3.13.tar.gz 485053 BLAKE2B 
1729ad38332ea00763eec342de37047cbc9d3d276cbf8e6586b716f26bca4048f36da58ed3ca8f1b77247616a6d2c111481d6b78f0510dc465923cab83d4fe9e
 SHA512 
3a3891a0fc8439aab47014954e90cf72a6c373f250ead02dd91e00c43860fdb91ee8688e6e0776470056f55287d4c4c11cbd762065fa52e7e3c9dcaa12efcfbe
 DIST kodi-inputstream-adaptive-2.3.14.tar.gz 709587 BLAKE2B 
3130ddd367cdbe0edbc5f14e060292ff66a864049a16dc10d6dd5500178c8f07a3f20fce5f95a8b5a44a57ee7ec7cdd782515b95f2e2dd79ee01a0fe37a9588c
 SHA512 
3427d0552260580766e756f0800290c59d6cd1c48ba87f9e4397676fdfff19509bd3a0cf986447b228be7bb6c355b1aeb739b456b29a99f54934c4b6bfd822c6
+DIST kodi-inputstream-adaptive-2.3.15.tar.gz 709544 BLAKE2B 
5e1d52c28f935dc8dde6cb15d800402bce5740e1b99ebe4c6210e07b34ba455a6af1883dae8c30013d3fd8bf03732d086aa38012f8daccc89ec805e67aea2850
 SHA512 
74dba29e6b9982257a4156416331fbaf189ef54c04c4f3b8d87dd1fea703ed29e70ff58f52af35735e3fea31f7a84127c34211cb5f6a11f1ba1d8c6586464fd3

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.15.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.15.ebuild
new file mode 100644
index 000..85e10272539
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.15.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/inputstream.adaptive-${PV}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-libs/expat
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   =dev-libs/libplatform-2*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



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

2019-02-11 Thread Matthew Thode
commit: a9253961a21893cdbcd4249f2aba7741b39ceac4
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Jan 31 18:02:01 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 11 20:42:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9253961

dev-python/bashate: Version bump to 0.6.0

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Nicolas Bock  gentoo.org>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/bashate/Manifest |  1 +
 dev-python/bashate/bashate-0.6.0.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/bashate/Manifest b/dev-python/bashate/Manifest
index e0d742a128f..17847e9b955 100644
--- a/dev-python/bashate/Manifest
+++ b/dev-python/bashate/Manifest
@@ -1 +1,2 @@
 DIST bashate-0.3.1.tar.gz 16016 BLAKE2B 
72bcb6ef2c8dda48b40351f37971473b9c2137f3a727a355f1742f20355aee8a3898d4aaf61e0e6538b22adbe3ebd34bb30d67d0fb6b5f3535c9b46c1544ce5d
 SHA512 
dfa3e8f98879169cef445cc9a788b4ed051630330e2270c721e472f080899d6742cd3deb571049ba6b943ada0fc77a70f5a7e4742a54d1ca6d5f075a92a00ffb
+DIST bashate-0.6.0.tar.gz 30980 BLAKE2B 
5b210edaa44a0652a03f30a641a072dba1482e1ca3b42c6b7140a52349ddb271f0137373a4d2f364032c22c176d6caf14be2635038df8a4e86585773d17a1f97
 SHA512 
bb64d8de0143bf2662497b1571ce654f4ceeb7d1dea3f625705b609ab70ed3b4bca6266c4eba7c2e7d99a1520fb9566a4a4daefa34c9c16538537b446c1da255

diff --git a/dev-python/bashate/bashate-0.6.0.ebuild 
b/dev-python/bashate/bashate-0.6.0.ebuild
new file mode 100644
index 000..3348f8aac55
--- /dev/null
+++ b/dev-python/bashate/bashate-0.6.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+DISTUTILS_IN_SOURCE_BUILD=TRUE
+
+# time
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="A pep8 equivalent for bash scripts"
+HOMEPAGE="https://pypi.org/project/bashate/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0
+"
+RDEPEND="
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-pythn/Babel-2.4.0
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2019-02-11 Thread Hans de Graaff
commit: e009fa622dd99c9ef7928d80f07aaabb4795dcfe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 20:18:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 20:18:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e009fa62

dev-ruby/ruby-gdkpixbuf2: add 3.3.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-gdkpixbuf2/Manifest  |  1 +
 .../ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.3.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/ruby-gdkpixbuf2/Manifest 
b/dev-ruby/ruby-gdkpixbuf2/Manifest
index 3e4b4adab6c..b403a5aea84 100644
--- a/dev-ruby/ruby-gdkpixbuf2/Manifest
+++ b/dev-ruby/ruby-gdkpixbuf2/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 
8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce
 SHA512 
4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c

diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.3.2.ebuild 
b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.3.2.ebuild
new file mode 100644
index 000..e043f690829
--- /dev/null
+++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-3.3.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_NAME="gdk_pixbuf2"
+
+inherit ruby-ng-gnome2
+
+RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
+
+DESCRIPTION="Ruby GdkPixbuf2 bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" x11-libs/gtk+:2"
+
+ruby_add_rdepend "
+   ~dev-ruby/ruby-gio2-${PV}
+"
+
+each_ruby_configure() {
+   :
+}
+
+each_ruby_compile() {
+   :
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+}



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

2019-02-11 Thread Hans de Graaff
commit: a8142f09bedf6a9ca01d79b86bd4afb4de2df848
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 20:27:53 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 20:27:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8142f09

dev-ruby/ruby-gdk3: add 3.3.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-gdk3/Manifest   |  1 +
 dev-ruby/ruby-gdk3/ruby-gdk3-3.3.2.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/ruby-gdk3/Manifest b/dev-ruby/ruby-gdk3/Manifest
index 3e4b4adab6c..b403a5aea84 100644
--- a/dev-ruby/ruby-gdk3/Manifest
+++ b/dev-ruby/ruby-gdk3/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 
8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce
 SHA512 
4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c

diff --git a/dev-ruby/ruby-gdk3/ruby-gdk3-3.3.2.ebuild 
b/dev-ruby/ruby-gdk3/ruby-gdk3-3.3.2.ebuild
new file mode 100644
index 000..79227bb2f8f
--- /dev/null
+++ b/dev-ruby/ruby-gdk3/ruby-gdk3-3.3.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit virtualx ruby-ng-gnome2
+
+DESCRIPTION="Ruby GDK-3.x bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND+=" x11-libs/gtk+:3"
+RDEPEND+=" x11-libs/gtk+:3"
+
+ruby_add_rdepend "
+   ~dev-ruby/ruby-gdkpixbuf2-${PV}
+   ~dev-ruby/ruby-cairo-gobject-${PV}
+   ~dev-ruby/ruby-pango-${PV}
+"
+
+all_ruby_prepare() {
+   # Avoid unneeded dependency on test-unit-notify.
+   sed -i -e '/notify/ s:^:#:' \
+   test/gdk-test-utils.rb || die
+
+   # Avoid compilation of dependencies during test.
+   sed -i -e '/Makefile/,/^  end/ s:^:#:' test/run-test.rb || die
+}
+
+each_ruby_configure() {
+   :
+}
+
+each_ruby_compile() {
+   :
+}
+
+each_ruby_test() {
+   virtx ${RUBY} test/run-test.rb || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+}



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

2019-02-11 Thread Hans de Graaff
commit: 91c04e71aa1ef3e72625718e1c9d796701b416e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 20:16:22 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 20:16:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c04e71

dev-ruby/ruby-atk: add 3.3.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-atk/Manifest  |  1 +
 dev-ruby/ruby-atk/ruby-atk-3.3.2.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/ruby-atk/Manifest b/dev-ruby/ruby-atk/Manifest
index 3e4b4adab6c..b403a5aea84 100644
--- a/dev-ruby/ruby-atk/Manifest
+++ b/dev-ruby/ruby-atk/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 
8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce
 SHA512 
4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c

diff --git a/dev-ruby/ruby-atk/ruby-atk-3.3.2.ebuild 
b/dev-ruby/ruby-atk/ruby-atk-3.3.2.ebuild
new file mode 100644
index 000..4740980763b
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-3.3.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Atk bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND+=" dev-libs/atk"
+RDEPEND+=" dev-libs/atk"
+
+ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV}"
+
+all_ruby_prepare() {
+   # Avoid unneeded dependency on test-unit-notify.
+   sed -i -e '/notify/ s:^:#:' test/atk-test-utils.rb || die
+
+   # Avoid compilation of dependencies during test.
+   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
+}
+
+each_ruby_configure() {
+   :
+}
+
+each_ruby_compile() {
+   :
+}
+
+each_ruby_install() {
+   each_fakegem_install
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die
+}



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

2019-02-11 Thread Hans de Graaff
commit: 8d77e5f3fddd0d621d77670b1344b1837594323c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 20:14:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 20:14:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d77e5f3

dev-ruby/ruby-pango: add 3.3.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-pango/Manifest|  1 +
 dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/ruby-pango/Manifest b/dev-ruby/ruby-pango/Manifest
index 3e4b4adab6c..b403a5aea84 100644
--- a/dev-ruby/ruby-pango/Manifest
+++ b/dev-ruby/ruby-pango/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 
8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce
 SHA512 
4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c

diff --git a/dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild 
b/dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild
new file mode 100644
index 000..cdd49cd7427
--- /dev/null
+++ b/dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Pango bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND+=" >=x11-libs/pango-1.2.1"
+RDEPEND+=" >=x11-libs/pango-1.2.1"
+
+ruby_add_rdepend "
+   ~dev-ruby/ruby-cairo-gobject-${PV}
+   ~dev-ruby/ruby-gobject-introspection-${PV}
+"
+
+all_ruby_prepare() {
+   # Remove test depending on specific locales to be set up: bug 526248
+   rm -f test/test-language.rb || die
+
+   # Avoid native installer
+   sed -i -e '/native-package-installer/ s:^:#: ; 
/^\s*setup_homebrew_libffi/ s:^:#:' ../glib2/lib/mkmf-gnome2.rb || die
+
+   # Avoid compilation of dependencies during test.
+   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
+}
+
+each_ruby_test() {
+   # Include pango path since run-test does not list it
+   ${RUBY} -Iext/pango test/run-test.rb || die
+}



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

2019-02-11 Thread Zac Medico
commit: ec7b9e1ca5dd9fc4d14ca09dd6f21f402024a0ca
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 11 19:32:51 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 11 19:33:03 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ec7b9e1c

Updates for portage-2.3.60 release

Signed-off-by: Zac Medico  gentoo.org>

 RELEASE-NOTES | 6 ++
 setup.py  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ab4222095..46921cf71 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.60
+==
+* Bug Fixes:
+- Bug 636798 handle lock file removal on NFS
+
+
 portage-2.3.59
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 65825f411..fe97bc776 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.59',
+   version = '2.3.60',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2019-02-11 Thread Hans de Graaff
commit: ff0adc73d9bff433eae47be9ca4f57eb96449881
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 19:46:12 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 19:47:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0adc73

dev-ruby/ruby-poppler: add 3.3.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-poppler/Manifest  |  1 +
 dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/ruby-poppler/Manifest b/dev-ruby/ruby-poppler/Manifest
index 3e4b4adab6c..b403a5aea84 100644
--- a/dev-ruby/ruby-poppler/Manifest
+++ b/dev-ruby/ruby-poppler/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 
8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce
 SHA512 
4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c

diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild 
b/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
new file mode 100644
index 000..9126c3736cb
--- /dev/null
+++ b/dev-ruby/ruby-poppler/ruby-poppler-3.3.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby poppler-glib bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" app-text/poppler[cairo]"
+DEPEND+=" app-text/poppler[cairo]"
+
+ruby_add_rdepend "
+   ~dev-ruby/ruby-cairo-gobject-${PV}
+   ~dev-ruby/ruby-gio2-${PV}
+"
+
+all_ruby_prepare() {
+   # Avoid compilation of dependencies during test.
+   sed -i -e '/if have_make/,/^end/ s:^:#:' test/run-test.rb || die
+
+   # Avoid tests downloading a test PDF directly.
+   rm -f test/test_{annotation,document,page}.rb || die
+}
+
+each_ruby_configure() {
+   :
+}
+
+each_ruby_compile() {
+   :
+}
+
+each_ruby_install() {
+   each_fakegem_install
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die
+}



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

2019-02-11 Thread Hans de Graaff
commit: d812df872232c55fda4569cb525927d50ebac6a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 19:45:42 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 19:47:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d812df87

dev-ruby/ruby-cairo-gobject: add 3.3.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/ruby-cairo-gobject/Manifest   |  1 +
 .../ruby-cairo-gobject-3.3.2.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/ruby-cairo-gobject/Manifest 
b/dev-ruby/ruby-cairo-gobject/Manifest
index 8f40d06788c..a0e29cb7811 100644
--- a/dev-ruby/ruby-cairo-gobject/Manifest
+++ b/dev-ruby/ruby-cairo-gobject/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
 DIST ruby-gnome2-all-3.2.9.tar.gz 2305753 BLAKE2B 
a7db155431ba45cc35d5aeba1c2cd1d9b9da8dad4fbb914812a5eaa36f25a8f0e947f90c8e71f6d087852621fa139a22be0422af81934dd7b82844cf7fc02183
 SHA512 
e3f960852d97f2693f1ad6c26655232c74c99d9d98529dfed0ca922c57de1bf3444a7b3595e1a59ebd6b8064b7f5449f1eb774c09c085b74e5ce81b9354fd868
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 
8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce
 SHA512 
4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c

diff --git a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.3.2.ebuild 
b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.3.2.ebuild
new file mode 100644
index 000..771cfa81f3d
--- /dev/null
+++ b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.3.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+RUBY_S="ruby-gnome2-all-${PV}/cairo-gobject"
+
+DESCRIPTION="Ruby cairo-gobject bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND+=" x11-libs/cairo"
+RDEPEND+=" x11-libs/cairo"
+
+ruby_add_rdepend "dev-ruby/rcairo
+   >=dev-ruby/ruby-glib2-${PV}"
+
+all_ruby_prepare() {
+   # Avoid unneeded dependency on test-unit-notify.
+   sed -i -e '/notify/ s:^:#:' \
+   
../gobject-introspection/test/gobject-introspection-test-utils.rb \
+   test/cairo-gobject-test-utils.rb || die
+
+   # Avoid native installer
+   sed -i -e '/native-package-installer/ s:^:#: ; 
/^\s*setup_homebrew_libffi/ s:^:#:' ../glib2/lib/mkmf-gnome2.rb || die
+
+   # Avoid compilation of dependencies during test.
+   sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die
+}



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

2019-02-11 Thread Hans de Graaff
commit: f597711519fd18ab53f5a4f3a213b847c2bb0d66
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 19:44:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 19:46:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5977115

dev-ruby/rcairo: add 1.16.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rcairo/Manifest |  1 +
 dev-ruby/rcairo/rcairo-1.16.2.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/dev-ruby/rcairo/Manifest b/dev-ruby/rcairo/Manifest
index 431f58a0077..658a26cbd2c 100644
--- a/dev-ruby/rcairo/Manifest
+++ b/dev-ruby/rcairo/Manifest
@@ -1,2 +1,3 @@
 DIST cairo-1.15.10.gem 102912 BLAKE2B 
55459487e9148f5b8fbdb00901cf0af9f2fd878ec0a73563e868f98aa76c517520d63702c19f10773c51545f638b7c9ccf69c1190aa324045cb82f5f93fed701
 SHA512 
af3cec5bf03022a5049922aaa0366b7330ec0e2003734ee855d1d9632d2027be6e08efd8b67c02bf3d006d11d8a7e28ac3d23ce9591940dc92442c7552858907
 DIST cairo-1.15.11.gem 103424 BLAKE2B 
da4598d64d57ebe9245d892c25cfed0198d4a2c6adc440e7547314bb01adfde20118f17c6a07b0342a78c5e86b18e5c4b51782f99a61b34deeab0bdff12649ce
 SHA512 
3c21468511eac323b27a86e1c5188b5444d3bf2de244f4dc35d0ae297cb3f1756ec8333555bb7c4178e9f4ebcfd1600e6fd77fa7fe76055bf633bb2f8c69271c
+DIST cairo-1.16.2.gem 100352 BLAKE2B 
b8b02e949b33c60ebe05852efd1cd775a79dab5ab6837f973ecf1b2c1af653a7c09221892b92210b9e5a0d615732116a91e5e1e9f93229f98987c18b36514dcc
 SHA512 
b711399ddd7afa958e3faee87b2a768f55af9ec0cef486d9edcf082a0c7a5ec90610d9a52784d55608a70befe4571e4cb1abc401a8a5b5357fa0bfff9159d239

diff --git a/dev-ruby/rcairo/rcairo-1.16.2.ebuild 
b/dev-ruby/rcairo/rcairo-1.16.2.ebuild
new file mode 100644
index 000..6e538ca73af
--- /dev/null
+++ b/dev-ruby/rcairo/rcairo-1.16.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_NAME="cairo"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby bindings for cairo"
+HOMEPAGE="https://cairographics.org/rcairo/;
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Ruby GPL-2 )"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="${RDEPEND}
+   >=x11-libs/cairo-1.2.0[svg]"
+DEPEND="${DEPEND}
+   >=x11-libs/cairo-1.2.0[svg]"
+
+ruby_add_bdepend "
+   >=dev-ruby/pkg-config-1.2.2
+   dev-ruby/ruby-glib2
+   test? ( >=dev-ruby/test-unit-2.1.0-r1:2 dev-ruby/ruby-poppler )"
+
+all_ruby_prepare() {
+   # Avoid unneeded dependency
+   sed -i -e '/native-package-installer/ s:^:#:' ext/cairo/extconf.rb || 
die
+   sed -i -e '/native-package-installer/,/Gem::Dependency/ d' ../metadata 
|| die
+
+   # Avoid test that requires unpackaged fixture
+   sed -i -e '/sub_test_case..FreeTypeFontFace/,/^  end/ s:^:#:' 
test/test_font_face.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/cairo extconf.rb || die "extconf failed"
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/cairo
+
+   # again, try to make it more standard, to install it more easily.
+   cp ext/cairo/cairo$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   # don't rely on the Rakefile because it's a mess to load with
+   # their hierarchy, do it manually.
+   ${RUBY} -Ilib -r ./test/helper \
+   -e 'gem "test-unit"; require "test/unit"; 
Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed"
+}
+
+each_ruby_install() {
+   each_fakegem_install
+
+   insinto $(ruby_get_hdrdir)
+   doins ext/cairo/rb_cairo.h
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/samples
+   doins -r samples/*
+}



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

2019-02-11 Thread Hans de Graaff
commit: 120f6cb49ac966c3bb82af505be3ffcc239c5a58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 11 19:00:21 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 11 19:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120f6cb4

dev-ruby/ruby-gio2: add 3.3.2

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-ruby/ruby-gio2/Manifest b/dev-ruby/ruby-gio2/Manifest
index 3e4b4adab6c..b403a5aea84 100644
--- a/dev-ruby/ruby-gio2/Manifest
+++ b/dev-ruby/ruby-gio2/Manifest
@@ -1 +1,2 @@
 DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 
2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152
 SHA512 
be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9
+DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 
8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce
 SHA512 
4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c

diff --git a/dev-ruby/ruby-gio2/ruby-gio2-3.3.2.ebuild 
b/dev-ruby/ruby-gio2/ruby-gio2-3.3.2.ebuild
new file mode 100644
index 000..71cf3f581a6
--- /dev/null
+++ b/dev-ruby/ruby-gio2/ruby-gio2-3.3.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby binding of GooCanvas"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}
+   >=dev-ruby/ruby-gobject-introspection-${PV}"
+
+all_ruby_prepare() {
+   # Avoid native installer
+   sed -i -e '/native-package-installer/ s:^:#: ; 
/^\s*setup_homebrew_libffi/ s:^:#:' ../glib2/lib/mkmf-gnome2.rb || die
+
+   # Avoid unneeded dependency on test-unit-notify.
+   sed -i -e '/notify/ s:^:#:' \
+   test/gio2-test-utils.rb || die
+
+   # Avoid compilation of dependencies during test.
+   sed -i -e '/which make/,/^  end/ s:^:#:' test/run-test.rb || die
+
+   # Make sure Makefile is generated fresh for each target
+   rm -f ext/gio2/Makefile Makefile Makefile.lib || die
+}
+
+each_ruby_test() {
+   XDG_RUNTIME_DIR=${T} dbus-launch ${RUBY} test/run-test.rb || die
+}



[gentoo-commits] proj/portage:master commit in: lib/portage/

2019-02-11 Thread Zac Medico
commit: 16d3d31dbc971ce95d80d6ec0645d6ee92b6baa2
Author: Zac Medico  sony  com>
AuthorDate: Wed Feb  6 22:21:47 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Feb  7 19:00:08 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=16d3d31d

locks: handle lock file removal on NFS (bug 636798)

Handle cases where a lock file on NFS has been removed by a concurrent
process that held the lock earlier. Since stat is not reliable for
removed files on NFS with the default file attribute cache behavior
('ac' mount option), create a temporary hardlink in order to prove
that the file path exists on the NFS server.

Bug: https://bugs.gentoo.org/636798
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/locks.py | 78 +++-
 1 file changed, 65 insertions(+), 13 deletions(-)

diff --git a/lib/portage/locks.py b/lib/portage/locks.py
index a4e7ec53f..74c2c086a 100644
--- a/lib/portage/locks.py
+++ b/lib/portage/locks.py
@@ -1,5 +1,5 @@
 # portage: Lock management code
-# Copyright 2004-2014 Gentoo Foundation
+# Copyright 2004-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = ["lockdir", "unlockdir", "lockfile", "unlockfile", \
@@ -20,6 +20,7 @@ from portage.exception import (DirectoryNotFound, 
FileNotFound,
InvalidData, TryAgain, OperationNotPermitted, PermissionDenied,
ReadOnlyFileSystem)
 from portage.util import writemsg
+from portage.util.install_mask import _raise_exc
 from portage.localization import _
 
 if sys.hexversion >= 0x300:
@@ -148,18 +149,17 @@ def lockfile(mypath, wantnewlockfile=0, unlinkfile=0,
preexisting = os.path.exists(lockfilename)
old_mask = os.umask(000)
try:
-   try:
-   myfd = os.open(lockfilename, 
os.O_CREAT|os.O_RDWR, 0o660)
-   except OSError as e:
-   func_call = "open('%s')" % lockfilename
-   if e.errno == OperationNotPermitted.errno:
-   raise OperationNotPermitted(func_call)
-   elif e.errno == PermissionDenied.errno:
-   raise PermissionDenied(func_call)
-   elif e.errno == ReadOnlyFileSystem.errno:
-   raise ReadOnlyFileSystem(func_call)
+   while True:
+   try:
+   myfd = os.open(lockfilename, 
os.O_CREAT|os.O_RDWR, 0o660)
+   except OSError as e:
+   if e.errno in (errno.ENOENT, 
errno.ESTALE) and os.path.isdir(os.path.dirname(lockfilename)):
+   # Retry required for NFS (see 
bug 636798).
+   continue
+   else:
+   _raise_exc(e)
else:
-   raise
+   break
 
if not preexisting:
try:
@@ -273,7 +273,7 @@ def lockfile(mypath, wantnewlockfile=0, unlinkfile=0,
 

if isinstance(lockfilename, basestring) and \
-   myfd != HARDLINK_FD and _fstat_nlink(myfd) == 0:
+   myfd != HARDLINK_FD and _lockfile_was_removed(myfd, 
lockfilename):
# The file was deleted on us... Keep trying to make one...
os.close(myfd)
writemsg(_("lockfile recurse\n"), 1)
@@ -298,6 +298,58 @@ def lockfile(mypath, wantnewlockfile=0, unlinkfile=0,
writemsg(str((lockfilename, myfd, unlinkfile)) + "\n", 1)
return (lockfilename, myfd, unlinkfile, locking_method)
 
+
+def _lockfile_was_removed(lock_fd, lock_path):
+   """
+   Check if lock_fd still refers to a file located at lock_path, since
+   the file may have been removed by a concurrent process that held the
+   lock earlier. This implementation includes support for NFS, where
+   stat is not reliable for removed files due to the default file
+   attribute cache behavior ('ac' mount option).
+
+   @param lock_fd: an open file descriptor for a lock file
+   @type lock_fd: int
+   @param lock_path: path of lock file
+   @type lock_path: str
+   @rtype: bool
+   @return: True if lock_path exists and corresponds to lock_fd, False 
otherwise
+   """
+   try:
+   fstat_st = os.fstat(lock_fd)
+   except OSError as e:
+   if e.errno not in (errno.ENOENT, errno.ESTALE):
+   _raise_exc(e)
+   return True
+
+   # Since stat is not reliable for 

[gentoo-commits] proj/portage: New tag: portage-2.3.60

2019-02-11 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 11 19:42:59 2019 +

New tag: portage-2.3.60




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

2019-02-11 Thread Zac Medico
commit: d57fade44620fdd58e4e75d77136887a617ce674
Author: Zac Medico  sony  com>
AuthorDate: Mon Feb 11 19:35:37 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 11 19:42:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57fade4

sys-apps/portage: version bump to 2.3.60

 #636798 handle lock file removal on NFS

Bug: https://bugs.gentoo.org/636798
Bug: https://bugs.gentoo.org/671498
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-2.3.60.ebuild | 271 +
 2 files changed, 272 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 45be67b2e14..6cf47ac1a57 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -4,5 +4,6 @@ DIST portage-2.3.40.tar.bz2 995122 BLAKE2B 
3bfadee6cf57dace32bb4a365850650e13664
 DIST portage-2.3.49.tar.bz2 1010414 BLAKE2B 
be8e0194855eda8e8a617ee4415d702199e10772bab9539ff27cb165b6749090be887b6f48d449f4e7650e618d43be1b0d26ba59597996a9d3d3ecd0caea166a
 SHA512 
d3daee0075eee61c354ad1d4865b1cf433d9afe5ed56101758219694325c7c5ad62a0d9ce41bf2205934b6e073d0eba3ef3f7c8b6633b5a3448e469783c5329a
 DIST portage-2.3.51.tar.bz2 1013015 BLAKE2B 
f7f5e6c9e627db5a9e4bfcc9a6cbebb40fda910d3cc928922870b295c706a9f669d3d812e726b220610efe6b182460811eb9420d6fa5b8756481df64a88fe2b9
 SHA512 
6c22b97959d4b5be263b9a1de6bb343b1f8300e989f37c7334a9d5d6fb65fe2390958e222bc5379ec95099124fc51a049ecca6e1bfc18f0a6c57e4601342bb94
 DIST portage-2.3.59.tar.bz2 1019295 BLAKE2B 
705e51343be5a522cfb9d4cc7935042cd1e5b697b2d78aa283bcc6cbdd3163fa54a572824355221915141b14c2f847c3810e5d4088e8784f23a0111d2bcf321a
 SHA512 
abd188a6b6e4a2c19379e15278cfea31f45eaeb327307e6011877b1babf8460066d6f2b3879d77b5d4aee5120387beaa0318ec2764d2039cd10a3aeb26973658
+DIST portage-2.3.60.tar.bz2 1019434 BLAKE2B 
ef6cd672cf0a0781d836c3090de099a6da19e36c8d6650b3b9a9eedd0c106259824cdb34ff968cdbc38fdd1bee43aa1ef76f0914c98a45b3cf79edaf9742cae7
 SHA512 
ad5145c1b82fef50224df3a299375d3e9def03f5b7aaf0e616b6dd646141e1bb94dcb7cef0f210e64c705b0e6142bcf969f85a989c423084f33706a15e6b2e07
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8
 DIST portage-74d2509c99fbcb43e018ead4950b938e41e524e5-bug-671472.patch 1584 
BLAKE2B 
452cd4cb25e42dcfa05c4f9da2bd3cc279556b9cd87037d0d965d39678f347b701dac0eaa59bfdebee9e3715abb506bf3744900ebefafa8fa729a1eb442889b9
 SHA512 
5bbe163e8eec00ece831c113676e87f0cf61a40f30a75a0de548490eeb789479336feec5bf81868a284bf32bafa00209176156cfb9ce557390d0f4a2ab6d1c1a

diff --git a/sys-apps/portage/portage-2.3.60.ebuild 
b/sys-apps/portage/portage-2.3.60.ebuild
new file mode 100644
index 000..4bf3a6b2ded
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.60.ebuild
@@ -0,0 +1,271 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_4 python3_5 python3_6 python3_7
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1 epatch linux-info systemd
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+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"
+SLOT="0"
+IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
+   python{2_7,3_4,3_5} pypy)
+   

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

2019-02-11 Thread Manuel Rüger
commit: 6ab8b9ad7f6f7773b7d4d6846939f3e91ab831b9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb 11 19:39:03 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb 11 19:39:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab8b9ad

app-emulation/docker: Remove old

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/docker/Manifest |   2 -
 app-emulation/docker/docker-18.06.1-r1.ebuild | 305 --
 app-emulation/docker/docker-18.09.1.ebuild| 299 -
 3 files changed, 606 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index db9866e15f4..927bca63e16 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,5 +1,3 @@
 DIST docker-18.03.1.tar.gz 12758590 BLAKE2B 
98213af07b945fda536e321ef5cc9e272848aab97dcadb7a6b1433b9310fa78015794b5ee4f255448251366a7811e97248b9cc90b0225c528249188768f344ab
 SHA512 
48c4916421cd500ada1bfc2207123a29870939a15a1c7c4a0c082f61c1e3e063381e2345ee9df645dbaca49e002dbfaba70cf6fe233b39a4e1f44fb015807e10
-DIST docker-18.06.1.tar.gz 13672693 BLAKE2B 
7aed2f409914471b3e0eec4f3d024bf59e6505060c1da9c4bb68f0d6efdb5286a8e9e5ee0de19b3f0165c965db27d409f72fceb3f792fc91b9b8dddc8a2b01f0
 SHA512 
7375452669bf6576e1f8d193cd7f421cf39a26d575351f2b4e433c7fc89384f441547417dbe8c12a12a0937c9fea3800b5c541f0ba8b58ceffe7445183ceeef1
 DIST docker-18.06.2.tar.gz 13675733 BLAKE2B 
1b0852851a9c0412d7098b114f8ff62a7fc624f1bd77ba72629009c5b2afbbbacd79f93cdb4287bdb5a58c9b09ff76c9fb5b9ea40933686b62c78ebdc61d1a1b
 SHA512 
78ab03001071eee47964894798847d7a60ac826479215a2d0a74c75bac88ad212b7f5ab0f2907456a3914c263c04a1398dc895586026440f203b50a4
-DIST docker-18.09.1.tar.gz 15247155 BLAKE2B 
5c9a6c0d6e383da2b99341812b0cc1d1498e46decc3b3aaa418607d5f4d725a6842a4462c06357685a32312b90978b0349aaceb69907324761589e68cfae7bca
 SHA512 
9813d3bd41eff63a089495a976226b93d5d43544530aea0ebce78b96e6b4b38389fe3ad1117f1ca95c38727047a24211ad2c2b44217935c26ffb5496cf90407e
 DIST docker-18.09.2.tar.gz 15252871 BLAKE2B 
f87d3a7e6ccb4750eae231b88c686ad9c0be08aa8e0657343c89593d75374dfaeb063f842b8f5cef58e4b64982d3296a6808f076837243e61d75b93ad495fb44
 SHA512 
eacbeb754cdf2c111a2b72473b437e64cf176a5e93e1a9a0e5ed092d38db5846777d23c4ad51112d8a21317d471e5f1e93f85ae5c0ad1d5d50aea95e226dfa01

diff --git a/app-emulation/docker/docker-18.06.1-r1.ebuild 
b/app-emulation/docker/docker-18.06.1-r1.ebuild
deleted file mode 100644
index a5aaa520b41..000
--- a/app-emulation/docker/docker-18.06.1-r1.ebuild
+++ /dev/null
@@ -1,305 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker-ce"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git;
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   inherit versionator
-   if [ "$(get_version_component_count)" = 4 ]; then
-   MY_PV="$(replace_version_separator 3 '-ce-')"
-   else
-   MY_PV="$PV-ce"
-   fi
-   DOCKER_GITCOMMIT="e68fc7a"
-   EGIT_COMMIT="v${MY_PV}"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +container-init +device-mapper hardened +overlay 
pkcs11 seccomp"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm2-2.02.89[thin]
-   )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-   apparmor? ( sys-libs/libapparmor )
-"
-
-DEPEND="
-   ${CDEPEND}
-
-   dev-go/go-md2man
-
-   btrfs? (
-   >=sys-fs/btrfs-progs-3.16.1
-   )
-"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
-RDEPEND="
-   ${CDEPEND}
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7
-   >=app-arch/xz-utils-4.9
-   dev-libs/libltdl
-   ~app-emulation/containerd-1.1.2
-   ~app-emulation/runc-1.0.0_rc5_p20180509[apparmor?,seccomp?]
-   ~app-emulation/docker-proxy-0.8.0_p20180626
-   container-init? ( >=sys-process/tini-0.18.0[static] )
-"
-
-RESTRICT="installsources strip"
-

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

2019-02-11 Thread Manuel Rüger
commit: b0b02c83928c85cc7a8753932196e365438d632c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb 11 19:38:39 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb 11 19:38:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b02c83

app-emulation/docker: Stabilize on amd64

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

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

diff --git a/app-emulation/docker/docker-18.06.2.ebuild 
b/app-emulation/docker/docker-18.06.2.ebuild
index 311e6048a8f..8245be26fc7 100644
--- a/app-emulation/docker/docker-18.06.2.ebuild
+++ b/app-emulation/docker/docker-18.06.2.ebuild
@@ -20,7 +20,7 @@ else
DOCKER_GITCOMMIT="6247962"
EGIT_COMMIT="v${MY_PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64"
+   KEYWORDS="amd64 ~arm ~arm64"
[ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
inherit golang-vcs-snapshot
 fi



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

2019-02-11 Thread Manuel Rüger
commit: 50ef975b503569836ce4f77dc07e04928009235c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb 11 19:38:15 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb 11 19:38:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ef975b

app-emulation/docker: Version bump to 18.06.2

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-18.06.2.ebuild | 306 +
 2 files changed, 307 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index e0348a33e56..db9866e15f4 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,4 +1,5 @@
 DIST docker-18.03.1.tar.gz 12758590 BLAKE2B 
98213af07b945fda536e321ef5cc9e272848aab97dcadb7a6b1433b9310fa78015794b5ee4f255448251366a7811e97248b9cc90b0225c528249188768f344ab
 SHA512 
48c4916421cd500ada1bfc2207123a29870939a15a1c7c4a0c082f61c1e3e063381e2345ee9df645dbaca49e002dbfaba70cf6fe233b39a4e1f44fb015807e10
 DIST docker-18.06.1.tar.gz 13672693 BLAKE2B 
7aed2f409914471b3e0eec4f3d024bf59e6505060c1da9c4bb68f0d6efdb5286a8e9e5ee0de19b3f0165c965db27d409f72fceb3f792fc91b9b8dddc8a2b01f0
 SHA512 
7375452669bf6576e1f8d193cd7f421cf39a26d575351f2b4e433c7fc89384f441547417dbe8c12a12a0937c9fea3800b5c541f0ba8b58ceffe7445183ceeef1
+DIST docker-18.06.2.tar.gz 13675733 BLAKE2B 
1b0852851a9c0412d7098b114f8ff62a7fc624f1bd77ba72629009c5b2afbbbacd79f93cdb4287bdb5a58c9b09ff76c9fb5b9ea40933686b62c78ebdc61d1a1b
 SHA512 
78ab03001071eee47964894798847d7a60ac826479215a2d0a74c75bac88ad212b7f5ab0f2907456a3914c263c04a1398dc895586026440f203b50a4
 DIST docker-18.09.1.tar.gz 15247155 BLAKE2B 
5c9a6c0d6e383da2b99341812b0cc1d1498e46decc3b3aaa418607d5f4d725a6842a4462c06357685a32312b90978b0349aaceb69907324761589e68cfae7bca
 SHA512 
9813d3bd41eff63a089495a976226b93d5d43544530aea0ebce78b96e6b4b38389fe3ad1117f1ca95c38727047a24211ad2c2b44217935c26ffb5496cf90407e
 DIST docker-18.09.2.tar.gz 15252871 BLAKE2B 
f87d3a7e6ccb4750eae231b88c686ad9c0be08aa8e0657343c89593d75374dfaeb063f842b8f5cef58e4b64982d3296a6808f076837243e61d75b93ad495fb44
 SHA512 
eacbeb754cdf2c111a2b72473b437e64cf176a5e93e1a9a0e5ed092d38db5846777d23c4ad51112d8a21317d471e5f1e93f85ae5c0ad1d5d50aea95e226dfa01

diff --git a/app-emulation/docker/docker-18.06.2.ebuild 
b/app-emulation/docker/docker-18.06.2.ebuild
new file mode 100644
index 000..311e6048a8f
--- /dev/null
+++ b/app-emulation/docker/docker-18.06.2.ebuild
@@ -0,0 +1,306 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker-ce"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   inherit versionator
+   if [ "$(get_version_component_count)" = 4 ]; then
+   MY_PV="$(replace_version_separator 3 '-ce-')"
+   else
+   MY_PV="$PV-ce"
+   fi
+   DOCKER_GITCOMMIT="6247962"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init +device-mapper hardened +overlay 
pkcs11 seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+   dev-libs/libltdl
+   ~app-emulation/containerd-1.1.2
+   ~app-emulation/runc-1.0.0_rc5_p20180509[apparmor?,seccomp?]
+   >=app-emulation/runc-1.0.0_rc5_p20180509-r1
+   ~app-emulation/docker-proxy-0.8.0_p20180626
+   container-init? ( >=sys-process/tini-0.18.0[static] )
+"
+
+RESTRICT="installsources strip"
+

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

2019-02-11 Thread Manuel Rüger
commit: 13a596864392907dd399a93bf66cab2b0d5f49f9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb 11 19:32:20 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb 11 19:32:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a59686

app-emulation/runc: Backport fix

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 .../runc/runc-1.0.0_rc5_p20180509-r1.ebuild| 62 ++
 1 file changed, 62 insertions(+)

diff --git a/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild 
b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
new file mode 100644
index 000..2aca18c8e96
--- /dev/null
+++ b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/opencontainers/${PN}"
+
+if [[ ${PV} == * ]]; then
+   inherit golang-build golang-vcs
+else
+   MY_PV="${PV/_/-}"
+   EGIT_COMMIT="v${MY_PV}"
+   RUNC_COMMIT="69663f0bd4b60df09991c08812a60108003fa340" # Change this 
when you update the ebuild
+   SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+   inherit golang-build golang-vcs-snapshot
+fi
+
+DESCRIPTION="runc container cli tools"
+HOMEPAGE="http://runc.io;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+ambient apparmor hardened +seccomp"
+
+RDEPEND="
+   apparmor? ( sys-libs/libapparmor )
+   seccomp? ( sys-libs/libseccomp )
+   !app-emulation/docker-runc
+"
+
+PATCHES=( "${FILESDIR}"/runc-fix-cve.patch )
+
+src_prepare() {
+   pushd src/${EGO_PN} || die
+   default
+   popd || die
+}
+
+src_compile() {
+   # Taken from app-emulation/docker-1.7.0-r1
+   export CGO_CFLAGS="-I${ROOT}/usr/include"
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
+   -L${ROOT}/usr/$(get_libdir)"
+
+   # build up optional flags
+   local options=(
+   $(usex ambient 'ambient')
+   $(usex apparmor 'apparmor')
+   $(usex seccomp 'seccomp')
+   )
+
+   GOPATH="${S}"\
+   emake BUILDTAGS="${options[*]}" \
+   COMMIT="${RUNC_COMMIT}" -C src/${EGO_PN}
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin runc
+   dodoc README.md PRINCIPLES.md
+   popd || die
+}



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

2019-02-11 Thread Manuel Rüger
commit: 23d4df7642c4525cd6e2c0aa053c5c303dde1082
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb 11 19:33:12 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb 11 19:33:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d4df76

app-emulation/runc: Remove old

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild | 54 --
 1 file changed, 54 deletions(-)

diff --git a/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild 
b/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild
deleted file mode 100644
index eb9cce7cf94..000
--- a/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/opencontainers/${PN}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-build golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="v${MY_PV}"
-   RUNC_COMMIT="69663f0bd4b60df09991c08812a60108003fa340" # Change this 
when you update the ebuild
-   SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
-   inherit golang-build golang-vcs-snapshot
-fi
-
-DESCRIPTION="runc container cli tools"
-HOMEPAGE="http://runc.io;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+ambient apparmor hardened +seccomp"
-
-RDEPEND="
-   apparmor? ( sys-libs/libapparmor )
-   seccomp? ( sys-libs/libseccomp )
-   !app-emulation/docker-runc
-"
-
-src_compile() {
-   # Taken from app-emulation/docker-1.7.0-r1
-   export CGO_CFLAGS="-I${ROOT}/usr/include"
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
-   -L${ROOT}/usr/$(get_libdir)"
-
-   # build up optional flags
-   local options=(
-   $(usex ambient 'ambient')
-   $(usex apparmor 'apparmor')
-   $(usex seccomp 'seccomp')
-   )
-
-   GOPATH="${S}"\
-   emake BUILDTAGS="${options[*]}" \
-   COMMIT="${RUNC_COMMIT}" -C src/${EGO_PN}
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   dobin runc
-   dodoc README.md PRINCIPLES.md
-   popd || die
-}



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

2019-02-11 Thread Manuel Rüger
commit: acae688767dcc5911a83892a366ba14c1d9b6180
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Feb 11 19:32:44 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Feb 11 19:32:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acae6887

app-emulation/runc: Stabilize on amd64

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild 
b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
index 2aca18c8e96..992fdf609d6 100644
--- a/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
@@ -11,7 +11,7 @@ else
EGIT_COMMIT="v${MY_PV}"
RUNC_COMMIT="69663f0bd4b60df09991c08812a60108003fa340" # Change this 
when you update the ebuild
SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
inherit golang-build golang-vcs-snapshot
 fi
 



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

2019-02-11 Thread Mart Raudsepp
commit: 0bfe07d28a9f4df96519daf7e2e145cba36536aa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 11 19:28:31 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 11 19:28:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfe07d2

gnome-extra/nm-applet: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/nm-applet/Manifest |   1 -
 .../files/nm-applet-1.8.10-cert-chooser.patch  |  38 --
 .../files/nm-applet-1.8.10-vpn-crash.patch | 137 -
 gnome-extra/nm-applet/nm-applet-1.8.10-r1.ebuild   |  72 ---
 4 files changed, 248 deletions(-)

diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest
index 724703bbbc0..9de3eccb2a9 100644
--- a/gnome-extra/nm-applet/Manifest
+++ b/gnome-extra/nm-applet/Manifest
@@ -1,3 +1,2 @@
-DIST network-manager-applet-1.8.10.tar.xz 1479032 BLAKE2B 
482c7a644edaf4f19ed02ca3f29ffbbcf11c01b1c9572affa430a7edb8314d1381ca6738d998e91537903f6eceea0cff1b82b88e7acd1e9b5665c566271cdf3c
 SHA512 
319a280ad56efe8d1b31db7879aebd6242f2e67453287476d397835069f5f5c6ce7884c84d65e0177a94a554b8f1a6e1d353ab33f8ddfc63269d8133b76b1372
 DIST network-manager-applet-1.8.18.tar.xz 1550448 BLAKE2B 
93e0075b87c13f81d3551a62da2cfc8fa41f478043c1d19540aaa6fa3ae149ce1f08d931a8141473bb759e09fbb231bd29e9d1aec8f97fa670c059b83489d48e
 SHA512 
4871d95f3260beb8c3207e5ec8e25437b3d01758afc3bfe7d84b21a05f4523449ee32e4cff27c082fefef88fed01db718d2227d6896c3c9b85d09cee927b
 DIST network-manager-applet-1.8.20.tar.xz 1551392 BLAKE2B 
91258012715f226467126e4eefdfcd6ebde36958be80ae5e264dbf5168e0b772ce04404030d3f7dac9a6f72088918a2c5160aba694b6b7f7d4d6289b716b76f1
 SHA512 
5020aefe1803ad3b59562478e793737b52a3e5fd294470cfb430c73937cdbc0be6ecba5f3f8e8dbcc5bb5ac293df2866ecc919dd5019a3e681a434078d235a41

diff --git a/gnome-extra/nm-applet/files/nm-applet-1.8.10-cert-chooser.patch 
b/gnome-extra/nm-applet/files/nm-applet-1.8.10-cert-chooser.patch
deleted file mode 100644
index 9aad2396953..000
--- a/gnome-extra/nm-applet/files/nm-applet-1.8.10-cert-chooser.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 4d2523b482ab78134dafc02c9b99bd15f1a9174a Mon Sep 17 00:00:00 2001
-From: Ben Wiederhake 
-Date: Sun, 14 Jan 2018 23:28:15 +0100
-Subject: [PATCH 1/1] libnma/cert-chooser: handle case of no avalable modules
-
-Cause: Apparently it's perfectly okay if the list of modules is empty
-(e.g., NULL).  However, the code assume that this indicates an error,
-tries to print the NULL error, and crashes.
-
-[lkund...@v3.sk: cosmetic changes]
-
-https://bugzilla.gnome.org/show_bug.cgi?id=785674
-(cherry picked from commit a37483c1a364ef3cc1cfa29e7ad51ca108d75674)

- src/libnma/nma-cert-chooser-button.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/libnma/nma-cert-chooser-button.c 
b/src/libnma/nma-cert-chooser-button.c
-index c7089390..00651765 100644
 a/src/libnma/nma-cert-chooser-button.c
-+++ b/src/libnma/nma-cert-chooser-button.c
-@@ -93,10 +93,10 @@ modules_initialized (GObject *object, GAsyncResult *res, 
gpointer user_data)
-   gchar *label;
- 
-   modules = gck_modules_initialize_registered_finish (res, );
--  if (!modules) {
-+  if (error) {
-   /* The Front Fell Off. */
--  g_critical ("Error getting registered modules: %s", 
error->message);
--  g_error_free (error);
-+  g_warning ("Error getting registered modules: %s", 
error->message);
-+  g_clear_error ();
-   }
- 
-   model = GTK_LIST_STORE (gtk_combo_box_get_model (GTK_COMBO_BOX (self)));
--- 
-2.14.3
-

diff --git a/gnome-extra/nm-applet/files/nm-applet-1.8.10-vpn-crash.patch 
b/gnome-extra/nm-applet/files/nm-applet-1.8.10-vpn-crash.patch
deleted file mode 100644
index 8f217af2dac..000
--- a/gnome-extra/nm-applet/files/nm-applet-1.8.10-vpn-crash.patch
+++ /dev/null
@@ -1,137 +0,0 @@
-From 46f99b295e59f44dfde50ec90e7c09627d32431e Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 20 Dec 2017 13:23:12 +0100
-Subject: [PATCH 1/2] shared/compat: fix memory handling of
- nm_setting_vpn_get_*_keys
-
-The compat implementations return a (transfer none) strv instead of a
-(transfer container) one. This has caused double frees in nm-applet:
-https://bugs.archlinux.org/task/56772
-
-Don't copy the keys and don't free the container later.
-
-[thal...@redhat.com: patch adjusted to avoid compiler warning]
-
-Patch imported from NetworkManager commit 
8ac8c01162235c2c198bfaf25fb7d1a57a595ce5.
-
-Fixes: e93ca7fc129ec0f29f5313a3aa12839914df8fa2
-(cherry picked from commit 0c90e08f77b71d2bda699cf032fceec0122bbf82)

- shared/nm-utils/nm-compat.c | 10 +-
- 1 file changed, 1 insertion(+), 9 deletions(-)
-
-diff --git a/shared/nm-utils/nm-compat.c b/shared/nm-utils/nm-compat.c
-index 22ab675d..47035e62 100644
 

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

2019-02-11 Thread Mart Raudsepp
commit: 9be7115353ff7fe6aa3533309551d4f5664ab276
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 11 18:36:50 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 11 19:24:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be71153

net-misc/streamlink: bump to 1.0.0

Closes: https://bugs.gentoo.org/677192
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/streamlink/Manifest|  1 +
 net-misc/streamlink/streamlink-1.0.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index 9c6a7457aeb..5396078b353 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1 +1,2 @@
 DIST streamlink-0.14.2.tar.gz 643695 BLAKE2B 
ea28daac32903738206226bce85a4615338b6039be1e4cce18325e977112c3301d6e6ed90d1210f4f362c898397fd980c136a98d8a0d5ff7ee2b6c5cf077f2c6
 SHA512 
0d9f1db32915392f9d29bcfb40743058352a924435a8ee77f1218c108e937204e88041c908d2f93546beaa70e18db62c961ea31fbdd85c5e7e4315a18118e276
+DIST streamlink-1.0.0.tar.gz 674393 BLAKE2B 
091272bae71f1e89cf14872578091a01f9d05ee372d4b9379e672280735c6800a33ae198bf019fbb3e970aa060ef059e5106e1be3a20602874be6206b6303bf6
 SHA512 
22ba96ac0ec27fe923b99898c45548df88ed3dda3bcbcb10b55fea145e20731eb8aa3a90212a5863b4ef5a7387d4bcf3d09d447ea2789762a8cf5eaa87f263d7

diff --git a/net-misc/streamlink/streamlink-1.0.0.ebuild 
b/net-misc/streamlink/streamlink-1.0.0.ebuild
new file mode 100644
index 000..07f15c0c5a6
--- /dev/null
+++ b/net-misc/streamlink/streamlink-1.0.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE='xml(+),threads(+)'
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="CLI for extracting streams from websites to a video player of 
your choice"
+HOMEPAGE="https://streamlink.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="BSD-2 Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+
+# >=urllib3-1.23 only needed for python2, but requests pulls some version 
anyways, so we might as well guarantee at least that ver for py3 too
+RDEPEND="
+   virtual/python-futures[${PYTHON_USEDEP}]
+   virtual/python-singledispatch[${PYTHON_USEDEP}]
+   >dev-python/requests-2.21.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.23[${PYTHON_USEDEP}]
+   dev-python/isodate[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-shutil_which[${PYTHON_USEDEP}]' 'python2*')
+   $(python_gen_cond_dep 
'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' 'python2*')
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   )"
+RDEPEND="${RDEPEND}
+   media-video/rtmpdump
+   virtual/ffmpeg
+"
+
+python_configure_all() {
+   # Avoid iso-639, iso3166 dependencies since we use pycountry.
+   export STREAMLINK_USE_PYCOUNTRY=1
+}
+
+python_compile_all() {
+   use doc && emake -C docs html man
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use doc; then
+   local HTML_DOCS=( docs/_build/html/. )
+   doman docs/_build/man/*
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2019-02-11 Thread Mart Raudsepp
commit: 6a8c7ae6d65d03f5ffe1de8d3c6e22ddb713444b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 11 19:24:14 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 11 19:24:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8c7ae6

net-libs/gnome-online-accounts: bump to 3.28.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/gnome-online-accounts/Manifest|  1 +
 .../gnome-online-accounts-3.28.2.ebuild| 97 ++
 2 files changed, 98 insertions(+)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index 1b3bd5ba27b..264f1e811f6 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-online-accounts-3.24.5.tar.xz 1391332 BLAKE2B 
9085cbb0c92bfcd338d5feca7ebdd3e3b15483e47fe29faffb8f9fb474663adeaf8d5cc81673c552652c9444e742f2782fd727c93bf488f5c976bde72d00ddce
 SHA512 
8db35d21f0639e7452ec5cb34455b6d48a77fe0755c525f22e5235abe758f09ad5a4685e5e4912a53def298c76a13b558704a83803b5aabecc13a0f9bc3ae0e4
 DIST gnome-online-accounts-3.28.0.tar.xz 1531200 BLAKE2B 
104429ab97647c2b006c4f95f803d8be8f2d2a91b06f2b145b126b1ab34253c8870ed9f8a3b5be307cae3fc55a4894cb1e9479c680d1c14a558d525d962bcf01
 SHA512 
b5f83544aca0cd24dbc778a492e0da4ca82eb6acaab375daaf7aa1482acfd31c1ba82c1afc127a8890a63e883ac8a1f277da906819573d672d2d3da7f582c02b
 DIST gnome-online-accounts-3.28.1.tar.xz 1539480 BLAKE2B 
f4d842025c9c55de70f4d613c6193cdbd387e20f167c61cc52b36c0080da6b9e9a45fc4f8452cfd0a573395ddfd513b984910f3c5d802ef2979041db7a2a8203
 SHA512 
66cfc8a0e193bf4eaf49fecb15e166b2c565c3c164b8de1d191fc7c966d6cfdb19d662dd0bd0b6b80e3b6a7680796aa6d54700b9002b4cae4fe919bb681a8f06
+DIST gnome-online-accounts-3.28.2.tar.xz 1539640 BLAKE2B 
ff0e5b5a82617c2f8b53ff51dd6651465e8c9da14a1d484e29c97b17d612fdc535d35855c197da2c826f38e4500b117efbfc929e56318feb58fcc38fdb645a1f
 SHA512 
6fac52c939598817bb3ca44b2e3281c98e3c74d8de5aed30e5ac61187392116393d09a0f900d9e45b0e723a90475dca7edc576a9d567a3fb716b0801e36350ca

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild
new file mode 100644
index 000..7631b7086b5
--- /dev/null
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GNOME framework for accessing online accounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+
+LICENSE="LGPL-2+"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="debug gnome +introspection kerberos vala" # telepathy"
+REQUIRED_USE="vala? ( introspection )"
+
+# pango used in goaeditablelabel
+# libsoup used in goaoauthprovider
+# goa kerberos provider is incompatible with app-crypt/heimdal, see
+# https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=app-crypt/libsecret-0.5
+   >=dev-libs/json-glib-0.16
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.42:2.4
+   net-libs/rest:0.7
+   net-libs/telepathy-glib
+   >=net-libs/webkit-gtk-2.12.0:4
+   >=x11-libs/gtk+-3.19.12:3
+   x11-libs/pango
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
+   kerberos? (
+   app-crypt/gcr:0=[gtk]
+   app-crypt/mit-krb5 )
+"
+#  telepathy? ( net-libs/telepathy-glib )
+# goa-daemon can launch gnome-control-center
+PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend) )
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.3
+   >=dev-util/gdbus-codegen-2.30.0
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+
+# Due to sub-configure
+QA_CONFIGURE_OPTIONS=".*"
+
+PATCHES=(
+   "${FILESDIR}"/3.28.0-glib-2.58-compat.patch
+   "${FILESDIR}"/glib-2.58-compat2.patch
+)
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # TODO: Give users a way to set the G/FB/Windows Live secrets
+   # telepathy optional support is really a badly one, bug #494456 - now 
default disabled upstream - revisit soon
+   gnome2_src_configure \
+   --disable-static \
+   --enable-backend \
+   --enable-documentation \
+   --enable-exchange \
+   --enable-facebook \
+   --enable-flickr \
+   --enable-foursquare \
+   --enable-imap-smtp \
+   

[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2019-02-11 Thread Mart Raudsepp
commit: b0b34a1a189450bbf9168200d719857def790c40
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 11 19:29:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 11 19:29:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b34a1a

net-libs/gnome-online-accounts: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/gnome-online-accounts/Manifest|  2 -
 .../gnome-online-accounts-3.28.0.ebuild| 97 --
 .../gnome-online-accounts-3.28.1.ebuild| 97 --
 3 files changed, 196 deletions(-)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index 264f1e811f6..3b03fede073 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1,4 +1,2 @@
 DIST gnome-online-accounts-3.24.5.tar.xz 1391332 BLAKE2B 
9085cbb0c92bfcd338d5feca7ebdd3e3b15483e47fe29faffb8f9fb474663adeaf8d5cc81673c552652c9444e742f2782fd727c93bf488f5c976bde72d00ddce
 SHA512 
8db35d21f0639e7452ec5cb34455b6d48a77fe0755c525f22e5235abe758f09ad5a4685e5e4912a53def298c76a13b558704a83803b5aabecc13a0f9bc3ae0e4
-DIST gnome-online-accounts-3.28.0.tar.xz 1531200 BLAKE2B 
104429ab97647c2b006c4f95f803d8be8f2d2a91b06f2b145b126b1ab34253c8870ed9f8a3b5be307cae3fc55a4894cb1e9479c680d1c14a558d525d962bcf01
 SHA512 
b5f83544aca0cd24dbc778a492e0da4ca82eb6acaab375daaf7aa1482acfd31c1ba82c1afc127a8890a63e883ac8a1f277da906819573d672d2d3da7f582c02b
-DIST gnome-online-accounts-3.28.1.tar.xz 1539480 BLAKE2B 
f4d842025c9c55de70f4d613c6193cdbd387e20f167c61cc52b36c0080da6b9e9a45fc4f8452cfd0a573395ddfd513b984910f3c5d802ef2979041db7a2a8203
 SHA512 
66cfc8a0e193bf4eaf49fecb15e166b2c565c3c164b8de1d191fc7c966d6cfdb19d662dd0bd0b6b80e3b6a7680796aa6d54700b9002b4cae4fe919bb681a8f06
 DIST gnome-online-accounts-3.28.2.tar.xz 1539640 BLAKE2B 
ff0e5b5a82617c2f8b53ff51dd6651465e8c9da14a1d484e29c97b17d612fdc535d35855c197da2c826f38e4500b117efbfc929e56318feb58fcc38fdb645a1f
 SHA512 
6fac52c939598817bb3ca44b2e3281c98e3c74d8de5aed30e5ac61187392116393d09a0f900d9e45b0e723a90475dca7edc576a9d567a3fb716b0801e36350ca

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.0.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.0.ebuild
deleted file mode 100644
index ab348f42c0f..000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.28.0.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="debug gnome +introspection kerberos vala" # telepathy"
-REQUIRED_USE="vala? ( introspection )"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=app-crypt/libsecret-0.5
-   >=dev-libs/json-glib-0.16
-   dev-libs/libxml2:2
-   >=net-libs/libsoup-2.42:2.4
-   net-libs/rest:0.7
-   net-libs/telepathy-glib
-   >=net-libs/webkit-gtk-2.12.0:4
-   >=x11-libs/gtk+-3.19.12:3
-   x11-libs/pango
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-   kerberos? (
-   app-crypt/gcr:0=[gtk]
-   app-crypt/mit-krb5 )
-"
-#  telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend) )
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.3
-   >=dev-util/gdbus-codegen-2.30.0
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-glib-2.58-compat.patch
-   "${FILESDIR}"/glib-2.58-compat2.patch
-)
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # TODO: Give users a way to set the G/FB/Windows Live secrets
-   # telepathy optional support is really a badly one, bug #494456 - now 
default disabled upstream - revisit soon
-   gnome2_src_configure \
-   --disable-static \
-   --enable-backend \
-   --enable-documentation \
-   --enable-exchange \
-   --enable-facebook \
-   --enable-flickr \
-   

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

2019-02-11 Thread Mart Raudsepp
commit: 76ff2b559d5934237eb701ac3bfdce3975ee0b07
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 11 19:17:06 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 11 19:24:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ff2b55

gnome-extra/nm-applet: bump to 1.8.20

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/nm-applet/Manifest|  1 +
 gnome-extra/nm-applet/nm-applet-1.8.20.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest
index d79dd7d93b8..724703bbbc0 100644
--- a/gnome-extra/nm-applet/Manifest
+++ b/gnome-extra/nm-applet/Manifest
@@ -1,2 +1,3 @@
 DIST network-manager-applet-1.8.10.tar.xz 1479032 BLAKE2B 
482c7a644edaf4f19ed02ca3f29ffbbcf11c01b1c9572affa430a7edb8314d1381ca6738d998e91537903f6eceea0cff1b82b88e7acd1e9b5665c566271cdf3c
 SHA512 
319a280ad56efe8d1b31db7879aebd6242f2e67453287476d397835069f5f5c6ce7884c84d65e0177a94a554b8f1a6e1d353ab33f8ddfc63269d8133b76b1372
 DIST network-manager-applet-1.8.18.tar.xz 1550448 BLAKE2B 
93e0075b87c13f81d3551a62da2cfc8fa41f478043c1d19540aaa6fa3ae149ce1f08d931a8141473bb759e09fbb231bd29e9d1aec8f97fa670c059b83489d48e
 SHA512 
4871d95f3260beb8c3207e5ec8e25437b3d01758afc3bfe7d84b21a05f4523449ee32e4cff27c082fefef88fed01db718d2227d6896c3c9b85d09cee927b
+DIST network-manager-applet-1.8.20.tar.xz 1551392 BLAKE2B 
91258012715f226467126e4eefdfcd6ebde36958be80ae5e264dbf5168e0b772ce04404030d3f7dac9a6f72088918a2c5160aba694b6b7f7d4d6289b716b76f1
 SHA512 
5020aefe1803ad3b59562478e793737b52a3e5fd294470cfb430c73937cdbc0be6ecba5f3f8e8dbcc5bb5ac293df2866ecc919dd5019a3e681a434078d235a41

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild
new file mode 100644
index 000..7e353ea1cf7
--- /dev/null
+++ b/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+GNOME_ORG_MODULE="network-manager-applet"
+
+inherit gnome2
+
+DESCRIPTION="GNOME applet for NetworkManager"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=app-crypt/libsecret-0.18
+   >=dev-libs/glib-2.38:2[dbus]
+   >=dev-libs/dbus-glib-0.88
+   >=sys-apps/dbus-1.4.1
+   >=sys-auth/polkit-0.96-r1
+   >=x11-libs/gtk+-3.10:3[introspection?]
+   >=x11-libs/libnotify-0.7.0
+
+   app-text/iso-codes
+   >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?]
+   net-misc/mobile-broadband-provider-info
+
+   ayatana? (
+   dev-libs/libappindicator:3
+   >=dev-libs/libdbusmenu-16.04.0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+   virtual/freedesktop-icon-theme
+   virtual/libgudev:=
+   gcr? ( >=app-crypt/gcr-3.14:=[gtk] )
+   modemmanager? ( net-misc/modemmanager )
+   selinux? ( sys-libs/libselinux )
+   teamd? ( >=dev-libs/jansson-2.7 )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.0
+   >=dev-util/intltool-0.50.1
+   virtual/pkgconfig
+"
+
+PDEPEND="virtual/notification-daemon" #546134
+
+src_configure() {
+   local myconf=(
+   --with-appindicator=$(usex ayatana ubuntu no)
+   --with-libnm-gtk
+   --disable-lto
+   --disable-ld-gc
+   --disable-more-warnings
+   --disable-static
+   --localstatedir=/var
+   $(use_enable introspection)
+   $(use_with gcr)
+   $(use_with modemmanager wwan)
+   $(use_with selinux)
+   $(use_with teamd team)
+   )
+   gnome2_src_configure "${myconf[@]}"
+}



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

2019-02-11 Thread Mart Raudsepp
commit: 2f0f7679915aac85df3c6e4e1ccff6e1d9e7a559
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 11 19:27:20 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 11 19:27:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0f7679

gnome-extra/nm-applet: carry ~alpha keyword forward

It was supposedly rekeyworded by alpha already, but actually
wasn't. So just carry it forward, as the new optional external
dep was successfully keyworded by them.

Bug: https://bugs.gentoo.org/661272
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/nm-applet/nm-applet-1.8.18.ebuild | 4 ++--
 gnome-extra/nm-applet/nm-applet-1.8.20.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.18.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.18.ebuild
index 2a27396ee54..6caa158b082 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.18.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=app-crypt/libsecret-0.18

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild
index 7e353ea1cf7..601b8b123ea 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=app-crypt/libsecret-0.18



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

2019-02-11 Thread Mart Raudsepp
commit: 60ad8b005ecf814843438844e3f2f9616c9bc2e2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 11 19:20:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 11 19:24:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ad8b00

net-misc/networkmanager-openvpn: bump to 1.8.10

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/networkmanager-openvpn/Manifest   |  1 +
 .../networkmanager-openvpn-1.8.10.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/net-misc/networkmanager-openvpn/Manifest 
b/net-misc/networkmanager-openvpn/Manifest
index 7b70de4350e..24540b690b8 100644
--- a/net-misc/networkmanager-openvpn/Manifest
+++ b/net-misc/networkmanager-openvpn/Manifest
@@ -1 +1,2 @@
+DIST NetworkManager-openvpn-1.8.10.tar.xz 564540 BLAKE2B 
e117395b91efbd0ee10bdefe0aaff8a39fdd1fe232dc1543224be7dfd9bb18729ad873091301e6348f8955f28579e106f5565c7138309571e06598aa35dc5bba
 SHA512 
f710848fccf21ac4554a2b46e80cf890c011edc6d64d9a49d6d8669f3ff71f7990e11e6f4681bb85d30238ec05f2fc79c4619983f6860c6ab0d714f941a3dfcc
 DIST NetworkManager-openvpn-1.8.8.tar.xz 562748 BLAKE2B 
8c75d30a8865d41cd564e719f08522482b0d6901a8e812dec5f5b9fd8c8c2839663d078148e9d505ee7b7fc6e5c96fda8c3c0a0390837211a1fe9689f01fd27d
 SHA512 
8ed7612bcf727b540a74807ccc7ea7460dba3923a052e8716338bf2c852b6c027fd7547793af1b032a3c2348f9ffc579d1071aad2833baa37784bb5a17af1574

diff --git 
a/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.8.10.ebuild 
b/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.8.10.ebuild
new file mode 100644
index 000..be8cb945aed
--- /dev/null
+++ b/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.8.10.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
+
+inherit gnome2 user
+
+DESCRIPTION="NetworkManager OpenVPN plugin"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk test"
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=net-misc/networkmanager-1.7.0:=
+   >=net-vpn/openvpn-2.1
+   gtk? (
+   >=app-crypt/libsecret-0.18
+   >=gnome-extra/nm-applet-1.7.0
+   >=x11-libs/gtk+-3.4:3
+   )
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   sys-devel/gettext
+   >=dev-util/intltool-0.35
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   enewgroup nm-openvpn
+   enewuser nm-openvpn -1 -1 -1 nm-openvpn
+}
+
+src_prepare() {
+   # Test will fail if the machine doesn't have a particular locale 
installed
+   # FAIL: (tls-import-data) unexpected 'ca' secret value, upstream bug 
#742708
+   sed '/test_non_utf8_import (plugin, test_dir)/ d' \
+   -i properties/tests/test-import-export.c || die "sed failed"
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # --localstatedir=/var needed per bug #536248
+   gnome2_src_configure \
+   --localstatedir=/var \
+   --disable-more-warnings \
+   --disable-static \
+   --with-dist-version=Gentoo \
+   $(use_with gtk gnome)
+}



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

2019-02-11 Thread Jorge Manuel B. S. Vicetto
commit: 719e9bc3bde485d847156f0a7419d028f2328c10
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Feb 11 19:17:58 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Feb 11 19:17:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719e9bc3

www-apps/drupal: Bump to releases 7.64 and 8.6.9.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  2 +
 www-apps/drupal/drupal-7.64.ebuild  | 74 
 www-apps/drupal/drupal-8.6.9.ebuild | 84 +
 3 files changed, 160 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 061979c7e00..485bdcc2ba2 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,2 +1,4 @@
 DIST drupal-7.63.tar.gz 3298415 BLAKE2B 
28b136911b7faf4cf9ac790dbb5260de1004e34c77dcc08fabee7ae464a5f30645a4377f3c9f1ca4df45a357864bd1b5f6deb09a20db41bfbe9ef7621bf404a7
 SHA512 
e601732590a0b6d63d15d4d73e9531576592092dda986d965ff4d466069f21fc0adcd004798547b14dc528546ddcb5bb089a7cb1919b89f9433958f12dd1
+DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
 DIST drupal-8.6.7.tar.gz 16478439 BLAKE2B 
d1649f792e79ece2c17842478f23fbed8ef331ad6fcf7509f5cdd4fd5875fc6a00e1820fe39a66dd5404945658260436b9438c8d25a725517bc13f44d1407290
 SHA512 
0150f42066fe1a2e5c96eea1fd3d59221d2d3102cde8e629de79f4f248496c506cd2f76165a1baee3c36ca2d3d266658949a7927743c9e1859a525aa34ae80a6
+DIST drupal-8.6.9.tar.gz 16857833 BLAKE2B 
f2d47f834aab8ee5c3ae0dfb371fe73470be97754e7ffdd21d152da8405a35895cd72f019063ee091253b731e5ca53dfa4cde1e9d1f435f8a4ed39d9b4ce5ec0
 SHA512 
844acb03335e0e017f4f2b7c53ad5f3f25c32feb361e9f45bb073bba0689009b3a53da40999a7edae83fe8118865ac4d18f428feda08692ef7dd50db0b46c95a

diff --git a/www-apps/drupal/drupal-7.64.ebuild 
b/www-apps/drupal/drupal-7.64.ebuild
new file mode 100644
index 000..2d1f90ebbd0
--- /dev/null
+++ b/www-apps/drupal/drupal-7.64.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}

diff --git a/www-apps/drupal/drupal-8.6.9.ebuild 
b/www-apps/drupal/drupal-8.6.9.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.6.9.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}

  1   2   >