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

2019-05-21 Thread Andreas Sturmlechner
commit: 71ec670a93477f0c2b2abd29d4cc44e71eb2c2f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 17:24:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ec670a

mail-client/trojita: Add USE spell

Upstream commit aa5698e4a0bfa848ff782263db38b09d25a54384

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 mail-client/trojita/trojita-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-client/trojita/trojita-.ebuild 
b/mail-client/trojita/trojita-.ebuild
index 268f9915e76..4e92baebbe7 100644
--- a/mail-client/trojita/trojita-.ebuild
+++ b/mail-client/trojita/trojita-.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://trojita.flaska.net/;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-IUSE="+crypt +dbus debug +password test +zlib"
+IUSE="+crypt +dbus debug +password +spell test +zlib"
 
 REQUIRED_USE="password? ( dbus )"
 
@@ -40,6 +40,7 @@ DEPEND="
)
dbus? ( dev-qt/qtdbus:5 )
password? ( dev-libs/qtkeychain[qt5(+)] )
+   spell? ( kde-frameworks/sonnet:5 )
zlib? ( sys-libs/zlib )
 "
 RDEPEND="${DEPEND}"
@@ -61,6 +62,7 @@ src_configure() {
-DWITH_MIMETIC=$(usex crypt)
-DWITH_DBUS=$(usex dbus)
-DWITH_QTKEYCHAIN_PLUGIN=$(usex password)
+   -DWITH_SONNET_PLUGIN=$(usex spell)
-DWITH_TESTS=$(usex test)
-DWITH_ZLIB=$(usex zlib)
)



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

2019-05-21 Thread Andreas Sturmlechner
commit: e0e382d4f934129b82ce13cea8d20bf664801978
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 17:36:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e382d4

mail-client/trojita: Add USE addressbook

Upstream commit c3a317ac1e085535034ef862d9e9dbf4551cfb99

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 mail-client/trojita/metadata.xml| 1 +
 mail-client/trojita/trojita-.ebuild | 5 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/mail-client/trojita/metadata.xml b/mail-client/trojita/metadata.xml
index a397e84c737..7a659b227af 100644
--- a/mail-client/trojita/metadata.xml
+++ b/mail-client/trojita/metadata.xml
@@ -14,6 +14,7 @@
Gentoo KDE Project


+   Build kde-apps/akonadi 
addressbook plugin
Store passwords securely via 
dev-libs/qtkeychain



diff --git a/mail-client/trojita/trojita-.ebuild 
b/mail-client/trojita/trojita-.ebuild
index 4e92baebbe7..b72987f25f9 100644
--- a/mail-client/trojita/trojita-.ebuild
+++ b/mail-client/trojita/trojita-.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://trojita.flaska.net/;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-IUSE="+crypt +dbus debug +password +spell test +zlib"
+IUSE="addressbook +crypt +dbus debug +password +spell test +zlib"
 
 REQUIRED_USE="password? ( dbus )"
 
@@ -34,6 +34,7 @@ DEPEND="
dev-qt/qtsvg:5
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
+   addressbook? ( kde-apps/akonadi-contacts:5 )
crypt? (
>=app-crypt/gpgme-1.8.0[cxx,qt5]
dev-libs/mimetic
@@ -57,6 +58,8 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
+   -DWITH_ABOOKADDRESSBOOK_PLUGIN=OFF
+   -DWITH_AKONADIADDRESSBOOK_PLUGIN=$(usex addressbook)
-DWITH_CRYPTO_MESSAGES=$(usex crypt)
-DWITH_GPGMEPP=$(usex crypt)
-DWITH_MIMETIC=$(usex crypt)



[gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/

2019-05-21 Thread Andreas Sturmlechner
commit: 9329ca8a8dbe7dd3149c1aaa4306c59388958405
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:28:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9329ca8a

x11-misc/x11vnc: EAPI-7 bump, superfluous vcs-snapshot, fix RDEPENDs

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild | 76 +
 1 file changed, 76 insertions(+)

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
new file mode 100644
index 000..55edb78e789
--- /dev/null
+++ b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="VNC server for real X displays"
+HOMEPAGE="https://libvnc.github.io/;
+SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr 
zeroconf"
+
+COMMON_DEPEND="
+   >=net-libs/libvncserver-0.9.8[ssl?]
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXext
+   >=x11-libs/libXtst-1.1.0
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   xcomposite? ( x11-libs/libXcomposite )
+   xdamage? ( x11-libs/libXdamage )
+   xfixes? ( x11-libs/libXfixes )
+   xinerama? ( x11-libs/libXinerama )
+   xrandr? ( x11-libs/libXrandr )
+   zeroconf? ( >=net-dns/avahi-0.6.4 )
+"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+   x11-libs/libXt
+"
+# https://bugzilla.redhat.com/show_bug.cgi?id=920554
+RDEPEND="${COMMON_DEPEND}
+   dev-lang/tk:0
+"
+
+PATCHES=(
+   # https://github.com/LibVNC/x11vnc/issues/86
+   "${FILESDIR}"/${P}-crypto.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # --without-v4l because of missing video4linux 2.x support wrt #389079
+   econf \
+   --without-v4l \
+   --without-xkeyboard \
+   --without-fbpm \
+   --without-dpms \
+   $(use_with crypt) \
+   $(use_with fbcon fbdev) \
+   $(use_with ssl) \
+   $(use_with ssl crypto) \
+   $(use_with xcomposite) \
+   $(use_with xdamage) \
+   $(use_with xfixes) \
+   $(use_with xinerama) \
+   $(use_with xrandr) \
+   $(use_with zeroconf avahi)
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/x11vnc.init.d" x11vnc
+   newconfd "${FILESDIR}/x11vnc.conf.d" x11vnc
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/

2019-05-21 Thread Andreas Sturmlechner
commit: 1add981fc151795bcd45fd7b3d138429b4fa28f9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:38:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1add981f

x11-misc/x11vnc: USE !ssl is broken, drop it

Closes: https://bugs.gentoo.org/686494
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
index f78d4c9f6ab..5eed4727039 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
@@ -12,18 +12,16 @@ 
SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr 
zeroconf"
+IUSE="crypt fbcon libressl +xcomposite +xdamage +xfixes xinerama +xrandr 
zeroconf"
 
 COMMON_DEPEND="
-   >=net-libs/libvncserver-0.9.8[ssl?]
+   >=net-libs/libvncserver-0.9.8[ssl]
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
>=x11-libs/libXtst-1.1.0
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
xcomposite? ( x11-libs/libXcomposite )
xdamage? ( x11-libs/libXdamage )
xfixes? ( x11-libs/libXfixes )
@@ -52,15 +50,16 @@ src_prepare() {
 
 src_configure() {
# --without-v4l because of missing video4linux 2.x support wrt #389079
+   # --with-crypto --with-ssl because USE=-ssl is broken (bug #686494)
econf \
+   --with-crypto \
+   --with-ssl \
--without-v4l \
--without-xkeyboard \
--without-fbpm \
--without-dpms \
$(use_with crypt) \
$(use_with fbcon fbdev) \
-   $(use_with ssl) \
-   $(use_with ssl crypto) \
$(use_with xcomposite) \
$(use_with xdamage) \
$(use_with xfixes) \



[gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/files/, x11-misc/x11vnc/

2019-05-21 Thread Andreas Sturmlechner
commit: 8f8397278392054a78ad0d75c86577a12e6204f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:34:33 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f839727

x11-misc/x11vnc: Fix anonymous SSL w/ OpenSSL-1.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../x11vnc/files/x11vnc-0.9.16-anonymous-ssl.patch | 26 ++
 x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild|  4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/x11-misc/x11vnc/files/x11vnc-0.9.16-anonymous-ssl.patch 
b/x11-misc/x11vnc/files/x11vnc-0.9.16-anonymous-ssl.patch
new file mode 100644
index 000..3dafb9aa6b0
--- /dev/null
+++ b/x11-misc/x11vnc/files/x11vnc-0.9.16-anonymous-ssl.patch
@@ -0,0 +1,26 @@
+From b9cf79fd3d61a7586fe6b24b3141e406cdf334eb Mon Sep 17 00:00:00 2001
+From: Jim Broadus 
+Date: Wed, 2 Jan 2019 17:37:40 -0800
+Subject: [PATCH] Fix anonymous SSL. In version 1.1.0, openssl introduced a
+ security level concept. Only level 0 allows the use of unauthenticated cipher
+ suites such as ADH.
+
+---
+ src/sslhelper.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/sslhelper.c b/src/sslhelper.c
+index 1a3e7474..04c2e273 100644
+--- a/src/sslhelper.c
 b/src/sslhelper.c
+@@ -1596,6 +1596,10 @@ static int switch_to_anon_dh(void) {
+   if (ssl_client_mode) {
+   return 1;
+   }
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  /* Security level must be set to 0 for unauthenticated suites. */
++  SSL_CTX_set_security_level(ctx, 0);
++#endif
+   if (!SSL_CTX_set_cipher_list(ctx, "ADH:@STRENGTH")) {
+   return 0;
+   }

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
index 55edb78e789..f78d4c9f6ab 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
@@ -41,8 +41,8 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 PATCHES=(
-   # https://github.com/LibVNC/x11vnc/issues/86
-   "${FILESDIR}"/${P}-crypto.patch
+   "${FILESDIR}"/${P}-crypto.patch # 
https://github.com/LibVNC/x11vnc/issues/86
+   "${FILESDIR}"/${P}-anonymous-ssl.patch # 
https://github.com/LibVNC/x11vnc/pull/85
 )
 
 src_prepare() {



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

2019-05-21 Thread Andreas Sturmlechner
commit: 2785637d1b6d8b8c9f66a98d2f68c00ca4fbf82f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 17:37:21 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2785637d

mail-client/trojita: Fix USE test cmake param

Upstream commit 925218e09a76f977b3df400555e920ef7b69e351

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 mail-client/trojita/trojita-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/trojita/trojita-.ebuild 
b/mail-client/trojita/trojita-.ebuild
index b72987f25f9..7740a0aa6ff 100644
--- a/mail-client/trojita/trojita-.ebuild
+++ b/mail-client/trojita/trojita-.ebuild
@@ -66,7 +66,7 @@ src_configure() {
-DWITH_DBUS=$(usex dbus)
-DWITH_QTKEYCHAIN_PLUGIN=$(usex password)
-DWITH_SONNET_PLUGIN=$(usex spell)
-   -DWITH_TESTS=$(usex test)
+   -DBUILD_TESTING=$(usex test)
-DWITH_ZLIB=$(usex zlib)
)
 



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

2019-05-21 Thread Andreas Sturmlechner
commit: 50cf403e41e8a02b947a9c590102e19ea7922a33
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 16:30:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cf403e

dev-libs/libical: Update pkgconfig-libdir patch for 3.0.5

3.0.5 fixed a typo which breaks our existing patch from 3.0.4.
We never install libical-glib.pc anyway so this just being over-precise.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libical-3.0.4-pkgconfig-libdir.patch | 24 ++
 patch => libical-3.0.5-pkgconfig-libdir.patch} |  2 +-
 dev-libs/libical/libical-3.0.4.ebuild  |  4 ++--
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libical/files/libical-3.0.4-pkgconfig-libdir.patch 
b/dev-libs/libical/files/libical-3.0.4-pkgconfig-libdir.patch
new file mode 100644
index 000..1ef0817bce7
--- /dev/null
+++ b/dev-libs/libical/files/libical-3.0.4-pkgconfig-libdir.patch
@@ -0,0 +1,24 @@
+From 111ee5ff9daf7db21ad0b6874c4b7cc05baf4703 Mon Sep 17 00:00:00 2001
+From: Milan Crha 
+Date: Tue, 8 Jan 2019 22:13:47 +0100
+Subject: [PATCH] Fix typo in libical-glib.pc.in
+
+Missing '$' causes compiler warnings about missing-include-dirs, due to
+the {includedir} not being properly replaced with the variable value.
+
+Signed-off-by: Allen Winter 
+---
+ src/libical-glib/libical-glib.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libical-glib/libical-glib.pc.in 
b/src/libical-glib/libical-glib.pc.in
+index 42f1ffe5..e164cfb5 100644
+--- a/src/libical-glib/libical-glib.pc.in
 b/src/libical-glib/libical-glib.pc.in
+@@ -7,5 +7,5 @@ Name: libical-glib
+ Description: A GObject interface of the libical library
+ Version: @LIBICAL_LIB_VERSION_STRING@
+ Requires: glib-2.0, gobject-2.0, libical
+-Cflags: -I{includedir}
++Cflags: -I${includedir}
+ Libs: -L${libdir} -lical-glib

diff --git a/dev-libs/libical/files/libical-3.0.1-pkgconfig-libdir.patch 
b/dev-libs/libical/files/libical-3.0.5-pkgconfig-libdir.patch
similarity index 97%
rename from dev-libs/libical/files/libical-3.0.1-pkgconfig-libdir.patch
rename to dev-libs/libical/files/libical-3.0.5-pkgconfig-libdir.patch
index aae02abc537..a3a80e9f76f 100644
--- a/dev-libs/libical/files/libical-3.0.1-pkgconfig-libdir.patch
+++ b/dev-libs/libical/files/libical-3.0.5-pkgconfig-libdir.patch
@@ -38,7 +38,7 @@ Fix pkgconfig libdir paths.
 @@ -8,4 +8,4 @@
  Version: @LIBICAL_LIB_VERSION_STRING@
  Requires: glib-2.0, gobject-2.0, libical
- Cflags: -I{includedir}
+ Cflags: -I${includedir}
 -Libs: -L${libdir} -lical-glib
 +Libs: -lical-glib
  

diff --git a/dev-libs/libical/libical-3.0.4.ebuild 
b/dev-libs/libical/libical-3.0.4.ebuild
index 2dbe0b25537..3e1efabd39b 100644
--- a/dev-libs/libical/libical-3.0.4.ebuild
+++ b/dev-libs/libical/libical-3.0.4.ebuild
@@ -41,8 +41,8 @@ DOCS=(
 )
 
 PATCHES=(
-   "${FILESDIR}/${PN}-3.0.1-pkgconfig-libdir.patch"
-   "${FILESDIR}/${P}-tests.patch"
+   "${FILESDIR}"/${PN}-3.0.{4,5}-pkgconfig-libdir.patch
+   "${FILESDIR}"/${P}-tests.patch
 )
 
 pkg_setup() {



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

2019-05-21 Thread Andreas Sturmlechner
commit: dcdafa143b83f72002165022d59b74bbee5a05da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 15:28:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdafa14

dev-libs/libical: 3.0.5 version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/libical/Manifest  |  1 +
 .../files/libical-3.0.5-fix-lots-of-params.patch   | 24 ++
 dev-libs/libical/libical-3.0.5.ebuild  | 94 ++
 3 files changed, 119 insertions(+)

diff --git a/dev-libs/libical/Manifest b/dev-libs/libical/Manifest
index d0547e218f6..2a3140970bd 100644
--- a/dev-libs/libical/Manifest
+++ b/dev-libs/libical/Manifest
@@ -1 +1,2 @@
 DIST libical-3.0.4.tar.gz 871853 BLAKE2B 
478589bd60a8cf2cadf3cb7d2a7502810ccea7c553db206135ba3f4d5f4ea28acbe670b76844306957c8a137b381f8d8b885c1fef56fad2afd5c6e8e9c14b28c
 SHA512 
491a1dd0c33bb823a79165eb6e4f86ef048a44642adfe44f8e69c83598b458ddf8e4365b11afc37d0b21bc1367e0a99096fc7887aae29e7ff4e3bd1cdee64dd9
+DIST libical-3.0.5.tar.gz 881800 BLAKE2B 
64f95950cc6f128c9ea475129e54d9c58b26d9866f8183762d34c996934a1b2bcc528c47442357a12fb6444831caa8f39772a6810d81f8c0b6596fd724f0de6c
 SHA512 
9bf24b535864f66ea0b8d52d902d15fbfd20efbc480b5188ecd1b3d4aafdba063219763f99a8c30413964f7a024c7a902bade6bc40224bc59a438e672f65d656

diff --git a/dev-libs/libical/files/libical-3.0.5-fix-lots-of-params.patch 
b/dev-libs/libical/files/libical-3.0.5-fix-lots-of-params.patch
new file mode 100644
index 000..187a5de0cd4
--- /dev/null
+++ b/dev-libs/libical/files/libical-3.0.5-fix-lots-of-params.patch
@@ -0,0 +1,24 @@
+From f02ca493123b7c8e8eaaa758d787e9e2753fd9b8 Mon Sep 17 00:00:00 2001
+From: Kent Sutherland 
+Date: Fri, 17 May 2019 13:26:52 -0500
+Subject: [PATCH] Include invalid parameters in the maximum number of allowed
+ parameters Fixes hangs when iterating lots of invalid parameters (valid
+ parameters already have a cap from f6c64896988644a7c6d4d5060f6ab574c2a62fbf)
+ oss-fuzz issue 14809
+
+---
+ src/libical/icalparser.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/libical/icalparser.c b/src/libical/icalparser.c
+index 99803418..fa71e8bd 100644
+--- a/src/libical/icalparser.c
 b/src/libical/icalparser.c
+@@ -1098,6 +1098,7 @@ icalcomponent *icalparser_add_line(icalparser *parser, 
char *line)
+ 
+ icalmemory_free_buffer(str);
+ str = NULL;
++pcount++;
+ continue;
+ }
+ }

diff --git a/dev-libs/libical/libical-3.0.5.ebuild 
b/dev-libs/libical/libical-3.0.5.ebuild
new file mode 100644
index 000..689ab21243a
--- /dev/null
+++ b/dev-libs/libical/libical-3.0.5.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="An implementation of basic iCAL protocols"
+HOMEPAGE="https://github.com/libical/libical;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+IUSE="berkdb doc examples static-libs test"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? ( ${PYTHON_DEPS} )
+"
+# TODO: disabled until useful
+#  glib? (
+#  dev-libs/glib:2
+#  dev-libs/libxml2:2
+#  )
+#  introspection? ( dev-libs/gobject-introspection:= )
+DEPEND="
+   dev-libs/icu:=
+   berkdb? ( sys-libs/db:= )
+"
+RDEPEND="${DEPEND}
+   sys-libs/timezone-data
+"
+
+DOCS=(
+   AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
+   doc/{AddingOrModifyingComponents,UsingLibical}.txt
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.0.4-tests.patch"
+   "${FILESDIR}/${P}-pkgconfig-libdir.patch"
+   "${FILESDIR}/${P}-fix-lots-of-params.patch"
+)
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+   use examples || cmake_comment_add_subdirectory examples
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DICAL_GLIB=OFF
+   -DGOBJECT_INTROSPECTION=OFF
+   $(cmake-utils_use_find_package berkdb BDB)
+   -DICAL_BUILD_DOCS=$(usex doc)
+   -DSHARED_ONLY=$(usex !static-libs)
+   )
+#  TODO: disabled until useful
+#  -DICAL_GLIB=$(usex glib)
+#  -DGOBJECT_INTROSPECTION=$(usex introspection)
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/

2019-05-21 Thread Andreas Sturmlechner
commit: 46d4a4952a5a6ef46816707ea3244fd9e2efa51d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:39:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 18:40:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d4a495

x11-misc/x11vnc: Drop 0.9.16-r0, -r1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild | 73 -
 x11-misc/x11vnc/x11vnc-0.9.16.ebuild| 56 -
 2 files changed, 129 deletions(-)

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild
deleted file mode 100644
index b4e3e583f68..000
--- a/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools vcs-snapshot
-
-DESCRIPTION="A VNC server for real X displays"
-HOMEPAGE="https://libvnc.github.io/;
-SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr 
zeroconf"
-
-COMMON_DEPEND="
-   >=net-libs/libvncserver-0.9.8[ssl?]
-   x11-libs/libX11
-   x11-libs/libXcursor
-   x11-libs/libXext
-   >=x11-libs/libXtst-1.1.0
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   xcomposite? ( x11-libs/libXcomposite )
-   xdamage? ( x11-libs/libXdamage )
-   xfixes? ( x11-libs/libXfixes )
-   xinerama? ( x11-libs/libXinerama )
-   xrandr? ( x11-libs/libXrandr )
-   zeroconf? ( >=net-dns/avahi-0.6.4 )
-"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-   x11-libs/libXt
-"
-# https://bugzilla.redhat.com/show_bug.cgi?id=920554
-RDEPEND="dev-lang/tk:0"
-
-PATCHES=(
-   # https://github.com/LibVNC/x11vnc/issues/86
-   "${FILESDIR}"/${P}-crypto.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # --without-v4l because of missing video4linux 2.x support wrt #389079
-   econf \
-   --without-v4l \
-   --without-xkeyboard \
-   --without-fbpm \
-   --without-dpms \
-   $(use_with crypt) \
-   $(use_with fbcon fbdev) \
-   $(use_with ssl) \
-   $(use_with ssl crypto) \
-   $(use_with xcomposite) \
-   $(use_with xdamage) \
-   $(use_with xfixes) \
-   $(use_with xinerama) \
-   $(use_with xrandr) \
-   $(use_with zeroconf avahi)
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/x11vnc.init.d" x11vnc
-   newconfd "${FILESDIR}/x11vnc.conf.d" x11vnc
-}

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16.ebuild
deleted file mode 100644
index fdb0b5c8392..000
--- a/x11-misc/x11vnc/x11vnc-0.9.16.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot
-
-DESCRIPTION="A VNC server for real X displays"
-HOMEPAGE="https://libvnc.github.io/;
-SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="crypt fbcon libressl ssl xinerama zeroconf"
-
-RDEPEND=">=net-libs/libvncserver-0.9.8[ssl?]
-   x11-libs/libX11
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   >=x11-libs/libXtst-1.1.0
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   xinerama? ( x11-libs/libXinerama )
-   zeroconf? ( >=net-dns/avahi-0.6.4 )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-libs/libXt"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # --without-v4l because of missing video4linux 2.x support wrt #389079
-   econf \
-   --without-v4l \
-   $(use_with crypt) \
-   $(use_with fbcon fbdev) \
-   $(use_with ssl) \
-   $(use_with ssl crypto) \
-   $(use_with xinerama) \
-   $(use_with zeroconf avahi)
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/x11vnc.init.d" x11vnc
-   newconfd "${FILESDIR}/x11vnc.conf.d" x11vnc

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

2019-05-21 Thread Mikle Kolyada
commit: 7b1c44dbb5c9d5e5527c7f66d008a75e26042082
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 19:10:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 19:11:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1c44db

dev-libs/icu: amd64 stable wrt bug #685288

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-libs/icu/icu-64.2.ebuild b/dev-libs/icu/icu-64.2.ebuild
index c0d84349895..b9d609b780e 100644
--- a/dev-libs/icu/icu-64.2.ebuild
+++ b/dev-libs/icu/icu-64.2.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD"
 
 SLOT="0/${PV}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 DEPEND="



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

2019-05-21 Thread Lars Wendler
commit: ace6b21822a1c2b25ea96c95c1cc9dcd59bede82
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May 21 18:18:27 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May 21 18:21:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace6b218

sys-libs/ncurses: Bump to version 6.1_p20181020

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/ncurses/Manifest |   1 +
 sys-libs/ncurses/ncurses-6.1_p20181020.ebuild | 309 ++
 2 files changed, 310 insertions(+)

diff --git a/sys-libs/ncurses/Manifest b/sys-libs/ncurses/Manifest
index f7db79467ef..5bda543b97c 100644
--- a/sys-libs/ncurses/Manifest
+++ b/sys-libs/ncurses/Manifest
@@ -1,2 +1,3 @@
 DIST ncurses-5.9.tar.gz 2826473 BLAKE2B 
91101b049a5eb6a2674fb86b5eba56515207f490dc7a6348f3194bbc50649717a26aff7a0df64f67ca318b5f244455cd57e760c65b9e551f6ec65b8c035a6ae1
 SHA512 
d7c5e54b6d4d8b9211f0006ca8786f7609d180cc1aaebf4f25e7e35e12959779cf66447359a602daed625621ca32b0d910d67aef3eb8b6fdc3c373819a88faa1
+DIST ncurses-6.1-20181020-patch.sh.bz2 361598 BLAKE2B 
e74f6b4e81c822ae500724ebe707031d3157190e96256656940241e4485fa3d96669e069e764cecc829d9fc11caaab8c68ae489b083ade4f286647ac74af
 SHA512 
e54bf83cae5bae3ddb909b9bbe91f549b366a5c60b6274f6b27a3f28b5f9f1afe7263487db842f8cbc22a93e0ef17f0fd518a0585523116e192174f44423ae4a
 DIST ncurses-6.1.tar.gz 3365395 BLAKE2B 
1248a5088bc982d0880cb9550b1192457f6f624937c4b66807668c22a608002ba6c38d876986f2c2b9ee46f91d087c88bc0b19920733e4c7ca0ed8e92d9d47de
 SHA512 
e308af43f8b7e01e98a55f4f6c4ee4d1c39ce09d95399fa555b3f0cdf5fd0db0f4c4d820b4af78a63f6cf6d8627587114a40af48cfc066134b600520808a77ee

diff --git a/sys-libs/ncurses/ncurses-6.1_p20181020.ebuild 
b/sys-libs/ncurses/ncurses-6.1_p20181020.ebuild
new file mode 100644
index 000..c96c376e5c8
--- /dev/null
+++ b/sys-libs/ncurses/ncurses-6.1_p20181020.ebuild
@@ -0,0 +1,309 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs multilib-minimal preserve-libs
+
+MY_PV="${PV:0:3}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="console display library"
+HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/;
+SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"
+
+if [[ "${PV}" == *_p* ]] ; then
+   SRC_URI+=" 
ftp://ftp.invisible-island.net/${PN}/${PV/_p*}/${P/_p/-}-patch.sh.bz2
+   
https://invisible-mirror.net/archives/${PN}/${PV/_p*}/${P/_p/-}-patch.sh.bz2;
+fi
+
+LICENSE="MIT"
+# The subslot reflects the SONAME.
+SLOT="0/6"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="ada +cxx debug doc gpm minimal profile static-libs test threads tinfo 
trace unicode"
+
+DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )"
+#  berkdb? ( sys-libs/db )"
+# Block the older ncurses that installed all files w/SLOT=5. #557472
+RDEPEND="${DEPEND}
+   !<=sys-libs/ncurses-5.9-r4:5
+   !& 
/dev/null \
+   || lbuildflags="${dbuildflags}"
+
+   # We can't re-use the multilib BUILD_DIR because we run outside 
of it.
+   BUILD_DIR="${WORKDIR}" \
+   CHOST=${CBUILD} \
+   CFLAGS=${BUILD_CFLAGS} \
+   CXXFLAGS=${BUILD_CXXFLAGS} \
+   CPPFLAGS=${BUILD_CPPFLAGS} \
+   LDFLAGS="${BUILD_LDFLAGS} ${lbuildflags}" \
+   do_configure cross --without-shared --with-normal
+   fi
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local t
+   for t in "${NCURSES_TARGETS[@]}" ; do
+   do_configure "${t}"
+   done
+}
+
+do_configure() {
+   local target=$1
+   shift
+
+   mkdir "${BUILD_DIR}/${target}" || die
+   cd "${BUILD_DIR}/${target}" || die
+
+   local conf=(
+   # We need the basic terminfo files in /etc, bug #37026.  We will
+   # add '--with-terminfo-dirs' and then populate /etc/terminfo in
+   # src_install() ...
+   
--with-terminfo-dirs="${EPREFIX}/etc/terminfo:${EPREFIX}/usr/share/terminfo"
+
+   # Disabled until #245417 is sorted out.
+   #$(use_with berkdb hashed-db)
+
+   # Enable installation of .pc files.
+   --enable-pc-files
+   # This path is used to control where the .pc files are 
installed.
+   
--with-pkg-config-libdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"
+
+   # Now the rest of the various standard flags.
+   --with-shared
+   --without-hashed-db
+   $(use_with ada)
+   $(use_with cxx)
+   $(use_with cxx cxx-binding)
+   --with-cxx-shared
+   $(use_with debug)
+   $(use_with profile)
+   # The configure script 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/

2019-05-21 Thread Sergei Trofimovich
commit: c58dbd9e6da91f9f48b54e73dfdb5a1be998f344
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 21 18:53:35 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 21 18:55:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58dbd9e

x11-misc/x11vnc: stable 0.9.16-r2 for sparc, bug #686404

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
index 5eed4727039..0fdf9aed66f 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.16-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="crypt fbcon libressl +xcomposite +xdamage +xfixes xinerama +xrandr 
zeroconf"
 
 COMMON_DEPEND="



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

2019-05-21 Thread Andreas Sturmlechner
commit: 243856f76077e7d73c1714b410b538de9cd71dc6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 19:29:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 19:29:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243856f7

media-libs/zimg: Sync live with 2.7.5 changes

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/zimg/zimg-.ebuild | 35 +++
 1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/media-libs/zimg/zimg-.ebuild b/media-libs/zimg/zimg-.ebuild
index fe1991fc9e0..62adc665df3 100644
--- a/media-libs/zimg/zimg-.ebuild
+++ b/media-libs/zimg/zimg-.ebuild
@@ -1,36 +1,31 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_AUTORECONF=yes
-
-SCM=""
-
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
+if [[ ${PV} = ** ]] ; then
EGIT_REPO_URI="https://github.com/sekrit-twc/zimg;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   S="${WORKDIR}/${PN}-release-${PV}/"
 fi
-
-inherit autotools-multilib ${SCM}
+inherit autotools multilib-minimal
 
 DESCRIPTION="Scaling, colorspace conversion, and dithering library"
 HOMEPAGE="https://github.com/sekrit-twc/zimg;
 
-if [ "${PV#}" = "${PV}" ] ; then
-   
SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-   S="${WORKDIR}/${PN}-release-${PV}/"
-fi
-
 LICENSE="WTFPL-2"
 SLOT="0"
 IUSE="static-libs cpu_flags_x86_sse"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+src_prepare() {
+   default
+   eautoreconf
+}
 
-src_configure() {
-   autotools-multilib_src_configure \
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
$(use_enable cpu_flags_x86_sse x86simd)
 }



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

2019-05-21 Thread Andreas Sturmlechner
commit: dcc0c10f45442c42c2bdbf10564a8eb39196edee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 19:28:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 19:29:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc0c10f

media-libs/zimg: EAPI-7 bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/zimg/files/zimg-2.7.5-sse2.patch | 231 
 media-libs/zimg/zimg-2.7.5.ebuild   |  35 ++---
 2 files changed, 247 insertions(+), 19 deletions(-)

diff --git a/media-libs/zimg/files/zimg-2.7.5-sse2.patch 
b/media-libs/zimg/files/zimg-2.7.5-sse2.patch
new file mode 100644
index 000..77483ab59e7
--- /dev/null
+++ b/media-libs/zimg/files/zimg-2.7.5-sse2.patch
@@ -0,0 +1,231 @@
+From e30112df0ca703be82ed2c852511916fc46defbd Mon Sep 17 00:00:00 2001
+From: sekrit-twc 
+Date: Fri, 22 Mar 2019 18:51:14 -0700
+Subject: [PATCH] colorspace: use bfloat16 for SSE2 linear-to-gamma LUT
+
+On Skylake, processing 512 pixel array:
+
+direction  cycles/sample   cycles/pxvector
+ g->l   2.35  9.43
+ l->g   2.49  9.97
+---
+ .../colorspace/x86/operation_impl_avx2.cpp|   3 +-
+ .../colorspace/x86/operation_impl_sse2.cpp| 104 --
+ test/colorspace/x86/colorspace_sse2_test.cpp  |  14 +--
+ 3 files changed, 100 insertions(+), 21 deletions(-)
+
+diff --git a/src/zimg/colorspace/x86/operation_impl_avx2.cpp 
b/src/zimg/colorspace/x86/operation_impl_avx2.cpp
+index f896..f0e7f792 100644
+--- a/src/zimg/colorspace/x86/operation_impl_avx2.cpp
 b/src/zimg/colorspace/x86/operation_impl_avx2.cpp
+@@ -114,8 +114,7 @@ class ToGammaLutOperationAVX2 final : public Operation {
+   {
+   EnsureSinglePrecision x87;
+ 
+-  // Allocate an extra LUT entry so that indexing can be done by 
multipying by a power of 2.
+-  for (unsigned long i = 0; i <= UINT16_MAX; ++i) {
++  for (size_t i = 0; i <= UINT16_MAX; ++i) {
+   uint16_t half = static_cast(i);
+   float x = 
_mm_cvtss_f32(_mm_cvtph_ps(_mm_set1_epi16(half)));
+   m_lut[i] = func(x * prescale);
+diff --git a/src/zimg/colorspace/x86/operation_impl_sse2.cpp 
b/src/zimg/colorspace/x86/operation_impl_sse2.cpp
+index 48645031..da9d4dbc 100644
+--- a/src/zimg/colorspace/x86/operation_impl_sse2.cpp
 b/src/zimg/colorspace/x86/operation_impl_sse2.cpp
+@@ -3,11 +3,13 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include "common/align.h"
+ #include "common/ccdep.h"
+ #include "common/make_unique.h"
++#include "common/x86/sse2_util.h"
+ #include "colorspace/gamma.h"
+ #include "colorspace/operation.h"
+ #include "colorspace/operation_impl.h"
+@@ -20,14 +22,25 @@ namespace {
+ 
+ constexpr unsigned LUT_DEPTH = 16;
+ 
+-void lut_filter_line(const float *RESTRICT lut, unsigned lut_depth, float 
prescale, const float *src, float *dst, unsigned left, unsigned right)
++template 
++T bit_cast(const U ) noexcept
++{
++  static_assert(sizeof(T) == sizeof(U), "object sizes must match");
++  static_assert(std::is_pod::value && std::is_pod::value, "object 
types must be POD");
++
++  T ret;
++  std::copy_n(reinterpret_cast(), sizeof(x), 
reinterpret_cast());
++  return ret;
++}
++
++void to_linear_lut_filter_line(const float *RESTRICT lut, unsigned lut_depth, 
const float *src, float *dst, unsigned left, unsigned right)
+ {
+   unsigned vec_left = ceil_n(left, 4);
+   unsigned vec_right = floor_n(right, 4);
+ 
+   const int32_t lut_limit = static_cast(1) << lut_depth;
+ 
+-  const __m128 scale = _mm_set_ps1(0.5f * prescale * lut_limit);
++  const __m128 scale = _mm_set_ps1(0.5f * lut_limit);
+   const __m128 offset = _mm_set_ps1(0.25f * lut_limit);
+   const __m128i limit = _mm_set1_epi16(std::min(lut_limit + INT16_MIN, 
static_cast(INT16_MAX)));
+   const __m128i bias_epi16 = _mm_set1_epi16(INT16_MIN);
+@@ -73,16 +86,61 @@ void lut_filter_line(const float *RESTRICT lut, unsigned 
lut_depth, float presca
+   }
+ }
+ 
++void to_gamma_lut_filter_line(const float *RESTRICT lut, const float *src, 
float *dst, unsigned left, unsigned right)
++{
++  unsigned vec_left = ceil_n(left, 4);
++  unsigned vec_right = floor_n(right, 4);
++
++  for (unsigned j = left; j < vec_left; ++j) {
++  __m128i x = _mm_castps_si128(_mm_load_ss(src + j));
++  __m128i msb = _mm_srli_epi32(x, 16);
++  __m128i lsb = _mm_and_si128(_mm_srli_epi32(x, 15), 
_mm_set1_epi32(1));
++  x = mm_packus_epi32(msb, lsb);
++  x = _mm_adds_epi16(x, _mm_shuffle_epi32(x, _MM_SHUFFLE(1, 0, 3, 
2)));
++
++  dst[j] = lut[_mm_cvtsi128_si32(x)];
++  }
++  for (unsigned j = vec_left; j < vec_right; j += 4) {
++  

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

2019-05-21 Thread Mike Pagano
commit: fb94ee678d80b88d19bbce148aad1e6ee8097d41
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue May 21 17:53:33 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue May 21 17:53:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb94ee67

sys-kernel/gentoo-sources: Linux patch 4.14.121

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.121.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 12ae85c1af6..a304f52badb 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -7,6 +7,9 @@ DIST genpatches-4.14-122.extras.tar.xz 17488 BLAKE2B 
d04fec3b9eb350599786270edb0
 DIST genpatches-4.14-128.base.tar.xz 2840048 BLAKE2B 
965e2b5c469fc30fc9f3542f8465a7b492f0215396dfbda37a35e68a1e6536213cf66f23909adfdc31fac0b53fca7ae1ce65c785a12f512925c3443a73707cc5
 SHA512 
b7f77407ed6d60cbcf4b60cf7334d0fef348e9dd68f33ae6920fc44ed171135b5df6b1012c1affd3cb570d92503e429f98ac0794cc697d7bc4b293f966f9edbd
 DIST genpatches-4.14-128.experimental.tar.xz 5228 BLAKE2B 
ba37a6cce365dfb193d3339d759010bec8f18b4ac558b104896b09c329941a09ba82f993103a1d8a18321f8a2495db3bba9639ac6b70d028dea5e32aa30c5443
 SHA512 
4aff0ff4a96ca1bc347a30a2bbc5232fd3d406931b74f62b8b3e57cddc02dec54d90a5d9de67e5e2c74942b68079952a9732dd2622398f290e4627d93db4510a
 DIST genpatches-4.14-128.extras.tar.xz 17496 BLAKE2B 
87ddc81f1510f0a71622bd6867efa6b2cae6c2bd3eb184ea0c08219cc2692160918c1b57e46866d4b1bd70de821d8cd40f59702cc62b87ad1cb59d47654e55c3
 SHA512 
5610b4c2d3c0de6819dff8877b1375df3ccf1c2c91c3f64565e8ce077e19e8c43288cb01265bddb0b1cd16c833a5795b39e94c3e167d9ad0c94db7270f0f
+DIST genpatches-4.14-129.base.tar.xz 2853096 BLAKE2B 
0cf60aa21e39b529c0cba9ac1e387a126b0da1c60c4de834eb1bf39e39aa491ce00ddd244a8ba0f8ef98dbb24171b1b7bbe022f8335722062da23b2a0fe375b1
 SHA512 
fe549960e6a9595a09d6359ba75a13b0f7e77a08eea92406cfc5ba1a67e3319c69c340f74b448e2491be02f15f2f9843a84ce659a1685777e5ac53d0fd664d7f
+DIST genpatches-4.14-129.experimental.tar.xz 5220 BLAKE2B 
22f3c813d5d0f1288166c4e2d8df2cee999b40e9f7ea4ec3287b32d67234ac80b03e6682156091fc1b9f8ea1887da0803ce946d49c44a21f6b3e81e5171fad7e
 SHA512 
7ae95c0060d2a623ca001fdf50fbdb1974df9c721348dd7780bab0e3fb53eb9f7429962ee727e787f05d7fe20149a73806c6c79119f0f9b6d6a7860388402cdd
+DIST genpatches-4.14-129.extras.tar.xz 17488 BLAKE2B 
c491444d489f1a7e2ff8e012f4aeecd3aab37b6e5046704fb6c4601bc81e02bbe863a5d767086ab364673cde07def9a16dcbe5082bac0e587aa2f794ea627cd4
 SHA512 
a1bd8faf5fdd11500442e4ad46bde4d549cefd093ef34a3a1b971c9a6270810d1ad899265daf3e94f4b657f8ebcfe13a4aea88ce821cd61ebfa3f54cffad3bc5
 DIST genpatches-4.19-28.base.tar.xz 809620 BLAKE2B 
2bf07264d3d65e7908b27727bbfb295c53a0cb2c8a9358bb41fa75a04b3094b0a9ca68721a440f6ffcbee3420b5cd31211f5e1673f8fe8043fdb5d913efe312a
 SHA512 
00c9225dd966e02cba66b039e6bead431162d13b64c3a1680fd5c8b2f1f12af86bcb3c0bb553e88bdc12b4675d99be5944f280a5fad7fbf59e8bc6ab6d041ec8
 DIST genpatches-4.19-28.experimental.tar.xz 5804 BLAKE2B 
6c4a52ce04f35a0c971ef438f32acec66395b763f725176312d4ea7e7467e9b2bab953afb64df744acc0827bb96cb13f2537427a56cee10dc95227300bfb6b02
 SHA512 
e04c94dd53325e89f25343999da5b66f4624605d66859884f2768c073b203126f7aad5fb5a1012fc56a4e2906fb2f3a3f8fda48d8e300a1a0bb8dc7c1719fa82
 DIST genpatches-4.19-28.extras.tar.xz 17480 BLAKE2B 
599e85a011c87a7a9bcec44579fd4e54ff9ab78a4b8ee727f6b741acea29902c0531988d5abc6ff9512a205601363837639b5ba31190a044009bac13cb44067b
 SHA512 
e201383a2fd00d063bd3d9817fbc40052db19e46db105ddb15dfd1dd90001a11de12495372f2225adcc80b620252ea20d49e73da46b8b3c88e62baa71a71a8c5

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.121.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.121.ebuild
new file mode 100644
index 000..25f2674e5b2
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.121.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="129"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20190521-1824Z

2019-05-21 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May 21 18:25:00 2019 +

New tag: mysql-extras-20190521-1824Z




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

2019-05-21 Thread Sergei Trofimovich
commit: 008c163db4a20d550a302584e2b3cf2e5272ab2b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 21 18:11:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 21 18:49:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008c163d

dev-libs/libuv: stable 1.28.0 for sparc, bug #686410

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libuv/libuv-1.28.0.ebuild 
b/dev-libs/libuv/libuv-1.28.0.ebuild
index 6fe68c68f88..0dd07e097b4 100644
--- a/dev-libs/libuv/libuv-1.28.0.ebuild
+++ b/dev-libs/libuv/libuv-1.28.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD BSD-2 ISC MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2019-05-21 Thread Sergei Trofimovich
commit: 3af7a9c0cd0e358a4165d4f083d0738651ade07d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 21 18:09:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 21 18:49:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af7a9c0

dev-util/cmake: stable 3.14.3 for sparc, bug #668020

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-util/cmake/cmake-3.14.3.ebuild 
b/dev-util/cmake/cmake-3.14.3.ebuild
index cbd1847fd72..da0543af88b 100644
--- a/dev-util/cmake/cmake-3.14.3.ebuild
+++ b/dev-util/cmake/cmake-3.14.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 
1-2)/${MY_P}.tar.gz"
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs system-jsoncpp ncurses qt5 test"
 
 RDEPEND="



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

2019-05-21 Thread Sergei Trofimovich
commit: 3195a7f245bb50999e56db6e6af39c0a149c429c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 21 18:11:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 21 18:49:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3195a7f2

app-portage/mirrorselect: stable 2.2.4 for sparc, bug #686446

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
index 92d8fee5729..99e62e0fd94 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_utils/

2019-05-21 Thread Sergei Trofimovich
commit: 9e8ed4891f57df2ba7fa091cf3e1da0a1f2f98de
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 21 18:07:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 21 18:49:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8ed489

dev-erlang/p1_utils: stable 1.0.13 for sparc, bug #684164

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-erlang/p1_utils/p1_utils-1.0.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild 
b/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild
index e0a8a9e30c9..769cff27038 100644
--- a/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild
+++ b/dev-erlang/p1_utils/p1_utils-1.0.13.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
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 DEPEND=">=dev-lang/erlang-17.1"
 RDEPEND="${DEPEND}"



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

2019-05-21 Thread Mikle Kolyada
commit: 3e5d786bf261b3b3e0c12cd6c73668d87b8287be
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 19:11:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 19:11:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5d786b

dev-libs/icu-layoutex: amd64 stable wrt bug #685288

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild
index efe008f9981..a587d45c8e1 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-s
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug static-libs"
 
 BDEPEND="



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

2019-05-21 Thread Mikle Kolyada
commit: 714c5f450d3fa396d63c9394e0982e3d16734145
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 19:17:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 19:17:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714c5f45

app-admin/logrotate: Add myself as maintainer

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

 app-admin/logrotate/metadata.xml | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-admin/logrotate/metadata.xml b/app-admin/logrotate/metadata.xml
index 7ace94cc2eb..4d03c4b664a 100644
--- a/app-admin/logrotate/metadata.xml
+++ b/app-admin/logrotate/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
+   
+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   

Logrotate allows for the automatic rotation compression, removal
and mailing of log files. Logrotate can be set to handle a log



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

2019-05-21 Thread Agostino Sarubbo
commit: 93f42c79e010b5021ea0c417ad6b960e379f7531
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 21 19:20:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 21 19:20:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f42c79

sys-kernel/vanilla-sources: Automated version bump to {4.9.178,4.14.121} - 
remove old.

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-kernel/vanilla-sources/Manifest   | 4 ++--
 ...anilla-sources-4.14.120.ebuild => vanilla-sources-4.14.121.ebuild} | 0
 ...{vanilla-sources-4.9.177.ebuild => vanilla-sources-4.9.178.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index dc5bfbb2dd2..3db79a40980 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,9 +6,9 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.0.tar.xz 105235152 BLAKE2B 
59635c87a4123c90ab8598c9ea5167096aa6bc765e9d8456d00f3da7530e89e925b3925c99f1a6c96ac0ded7df3ac7df52c75672f0a66acc40f563200892e064
 SHA512 
3fbab70c7b03b1a10e9fa14d1e2e1f550faba4f5792b7699ca006951da74ab86e7d7f19c6a67849ab99343186e7d6f2752cd910d7613b93c1eab90abf1b0
 DIST linux-5.1.tar.xz 106244476 BLAKE2B 
ae3c63ced819737e34f8ec3a78138f87704a2f2956454411e3a4830ec8c0aaf2c288af6ca080f1892540e50f4a422482360010be8641afdeeeaf7231e7d8da97
 SHA512 
ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236
 DIST patch-3.16.67.xz 2401404 BLAKE2B 
7741144b101d8c4d50e6caf002543a76ae83fa6c5d43cbdb0cd6183eddd744fa03a08f77568689d0083968ff3a6cc4da731e894552fb703dc6a52a365e225504
 SHA512 
defcc7a303434b9cbd374336f9ce4842d41351c305495200b1f3dadf533f328a01179cb4c7e0d2294de10ff0e42bc68555f5abb650211e81574b74953acd5aa1
-DIST patch-4.14.120.xz 2550764 BLAKE2B 
2c9c7b76ecf8df717138b8e25216bfff3712af09cf416a78feb306eb8ec58199cbe00ab62f05e2673637fd0b59e8ba179c358047aaf1105fe492e7a009b9754e
 SHA512 
a72e913d35bf2ffb06f27a233f48f9873835297dd3830455183f494e911542f43a4e59ff0bc6ffd8ec0ca6179d9433e795c3c0a8a9b173ec06866a3bc0f882a6
+DIST patch-4.14.121.xz 2560376 BLAKE2B 
f756ab490724f0f0749e3f21f46b9aafbc2d6420b2f651b076973e801cc3598cfdd90b62e9cc2384db55e31909662dd99f78136e992f84fbb810e6058a14828d
 SHA512 
358302570cad582167118c3880ecd91dac32c9480997ee36dc3a3652b1e6f1d2f4f94ab59a2d234aa5dc09e205da5f89a1c99f088e75dca72f3e34da85fe6e93
 DIST patch-4.19.44.xz 1216956 BLAKE2B 
ddd1b02e562971a1ec888dadc7005b66e891714bae8ea8d37b0de4d6391707a3641781fb24abda410fcec2e4548968162d5ff0e77e8979e6503258339da450dd
 SHA512 
1ad33fbb9939c0c537354ab310e0ca5d292cdd58b5126f5a2df661602b5c6ed8aeff001c3e3c6b6e7c45e0e33af1aa803bc1b51b61ec42ab644aad7479f98ad7
 DIST patch-4.4.180.xz 2544176 BLAKE2B 
d79d67e185d232d39b114e63a8c9682ecaa552264a1a2dfb3d325b83c80a0167030fd10c009609e06dfe7edbe1f694fd867c834051c8b5c4f0b63e0a8612935e
 SHA512 
3218f5caa9b305eb6c9268f630a80e9f69f0477c14976c5902d27df570c199a7eda922f80ddae3814736ff16cdf03db4b6bda64119e5b24473ff8f887a907824
-DIST patch-4.9.177.xz 2761088 BLAKE2B 
34272297ea007cf29b6a5471488d37ec4ebc964bf05697c348dd0c57a8130d5d2fb83fb1c5c5b2bac5a1492666928152ce2bad8c03e6129415f8d8fabbb4f840
 SHA512 
6c304fe467d3608508902e9d7dfff8b332e3c3771d668487f3d5ccec753d021ef0750aa09d08c3640965dc1f0a0c6968ca8d26973457eadfe3171d65396f482a
+DIST patch-4.9.178.xz 2768588 BLAKE2B 
11c73d5674d87b52b78b70c456bb49df4a6122dc0703ef67f6fa9e7463dc34df739ff4df3d000da9ead7de27814de5b2e952be4545b2fe78b8c3d42545a56a47
 SHA512 
0e7c1e5a30164845f469a8c48db02729568f092ec590c20abf53481f20f4eed75ad21611e544b302baaec157c981cab47aa4dad03470eff3065a35ba994601d9
 DIST patch-5.0.17.xz 511416 BLAKE2B 
a1c3a81e696b246c5baed79cf82a237a080e00c5cf8a1a581ac01f278add2ee963d9eac2e7567b89fb62a35dea742dbc16102c65dc1505f6b52bac23efec1ca8
 SHA512 
08e294728bb65358d4e2e819a395effdeeec1df1f0d005906deaa48a7b27dc9795e905209394fcf60fed22092ad3db66b45bb327cab823bd6326efcaefddf31e
 DIST patch-5.1.3.xz 57928 BLAKE2B 
129acfc548113160ece28398db20fa4f458a2b40557ea382c6a6cce0fa436bfb30e1a39a2e8ef8926d4682e9e8399d2fb5183c604bb3282687a9b9808079909a
 SHA512 
5f7d13a9ded815dac613c133de9272f7ce7e8e4385e29db0f7125750d0e66c84205ac0c1412afd5beaf1b33f59a3f9ec11d41f2d0b4eda898af3c5b6c059c61e

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.120.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.121.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.120.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.121.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.177.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.9.178.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.9.177.ebuild
rename to 

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

2019-05-21 Thread Agostino Sarubbo
commit: b29f9b971251d906677d1b076fad2adfd02517bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 21 19:21:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 21 19:21:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29f9b97

sys-kernel/gentoo-sources: amd64 stable wrt bug #685984

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.120.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.44.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.180.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.177.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.120.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.120.ebuild
index d357585eb2c..a845383bed6 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.120.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.120.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.44.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.44.ebuild
index f54a8c3b8ff..77a4ca3056b 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.44.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.44.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.180.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.180.ebuild
index 7f7f1a2b2a9..8ea147e979f 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.180.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.180.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.177.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.177.ebuild
index dd16898612f..8f52c587f62 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.177.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.177.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2019-05-21 Thread Andreas Sturmlechner
commit: 676daf4ce9a7f5878e014b17e199b0c22c3920fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 19:32:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 19:32:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676daf4c

media-libs/zimg: Redo keywords in live ebuild

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/media-libs/zimg/zimg-.ebuild b/media-libs/zimg/zimg-.ebuild
index 62adc665df3..d20d4bf5840 100644
--- a/media-libs/zimg/zimg-.ebuild
+++ b/media-libs/zimg/zimg-.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
S="${WORKDIR}/${PN}-release-${PV}/"
 fi
 inherit autotools multilib-minimal



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

2019-05-21 Thread Jory Pratt
commit: 4677d61f842231cb634994e2150072df52ae3573
Author: Jory Pratt  gentoo  org>
AuthorDate: Tue May 21 21:15:34 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue May 21 21:15:34 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4677d61f

www-client/firefox: sync dep changes from tree

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/firefox-67.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/firefox-67.0.ebuild 
b/www-client/firefox/firefox-67.0.ebuild
index 96c3b34..7f5184e 100644
--- a/www-client/firefox/firefox-67.0.ebuild
+++ b/www-client/firefox/firefox-67.0.ebuild
@@ -106,7 +106,7 @@ CDEPEND="
>=media-libs/libvpx-1.7.0:0=[postproc]
=dev-db/sqlite-3.26:3[secure-delete,debug=] )
+   system-sqlite? ( >=dev-db/sqlite-3.27.2:3[secure-delete,debug=] )
system-webp? ( >=media-libs/libwebp-1.0.2:0= )
wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60
>=dev-libs/dbus-glib-0.72
@@ -123,7 +123,7 @@ RDEPEND="${CDEPEND}
 DEPEND="${CDEPEND}
app-arch/zip
app-arch/unzip
-   >=dev-util/cbindgen-0.6.8
+   >=dev-util/cbindgen-0.8.2
>=net-libs/nodejs-8.11.0
>=sys-devel/binutils-2.30
sys-apps/findutils



[gentoo-commits] repo/gentoo:master commit in: dev-java/maven-bin/

2019-05-21 Thread Patrice Clement
commit: b797282e2913a856810ce70ccde4ff13ddf6f671
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 20 21:59:08 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 21 21:23:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b797282e

dev-java/maven-bin: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/maven-bin/maven-bin-3.0.5.ebuild |  58 
 dev-java/maven-bin/maven-bin-3.1.1.ebuild |  86 ---
 dev-java/maven-bin/maven-bin-3.2.5.ebuild |  87 
 dev-java/maven-bin/maven-bin-3.3.9.ebuild | 109 --
 dev-java/maven-bin/maven-bin-3.6.0.ebuild | 109 --
 dev-java/maven-bin/maven-bin-3.6.1.ebuild | 109 --
 6 files changed, 558 deletions(-)

diff --git a/dev-java/maven-bin/maven-bin-3.0.5.ebuild 
b/dev-java/maven-bin/maven-bin-3.0.5.ebuild
deleted file mode 100644
index c8fd2a50082..000
--- a/dev-java/maven-bin/maven-bin-3.0.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-pkg-2
-
-MY_PN=apache-${PN%%-bin}
-MY_P="${MY_PN}-${PV}"
-MY_MV="${PV%%.*}"
-
-DESCRIPTION="Project Management and Comprehension Tool for Java"
-SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.gz"
-HOMEPAGE="https://maven.apache.org/;
-
-LICENSE="Apache-2.0"
-SLOT="3.0"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-eselect/eselect-java"
-RDEPEND="
-   ${DEPEND}
-   >=virtual/jdk-1.5"
-
-S="${WORKDIR}/${MY_P}"
-
-MAVEN=${PN}-${SLOT}
-MAVEN_SHARE="/usr/share/${MAVEN}"
-
-java_prepare() {
-   rm -v "${S}"/bin/*.bat || die
-   chmod 644 "${S}"/boot/*.jar "${S}"/lib/*.jar "${S}"/conf/settings.xml 
|| die
-}
-
-# TODO we should use jars from packages, instead of what is bundled
-src_install() {
-   dodir "${MAVEN_SHARE}"
-   cp -Rp bin boot conf lib "${ED}/${MAVEN_SHARE}" || die "failed to copy"
-
-   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/lib/*.jar
-
-   dodoc NOTICE.txt README.txt
-
-   dodir /usr/bin
-   dosym "${MAVEN_SHARE}/bin/mvn" /usr/bin/mvn-${SLOT}
-
-   # bug #342901
-   echo "CONFIG_PROTECT=\"${MAVEN_SHARE}/conf\"" > "${T}/25${MAVEN}" || die
-   doenvd "${T}/25${MAVEN}"
-}
-
-pkg_postinst() {
-   eselect maven update mvn-${SLOT}
-}
-
-pkg_postrm() {
-   eselect maven update
-}

diff --git a/dev-java/maven-bin/maven-bin-3.1.1.ebuild 
b/dev-java/maven-bin/maven-bin-3.1.1.ebuild
deleted file mode 100644
index b75f0e64b4d..000
--- a/dev-java/maven-bin/maven-bin-3.1.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit java-pkg-2
-
-MY_PN=apache-${PN%%-bin}
-MY_PV=${PV/_alpha/-alpha-}
-MY_P="${MY_PN}-${MY_PV}"
-MY_MV="${PV%%.*}"
-
-DESCRIPTION="Project Management and Comprehension Tool for Java"
-SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.gz"
-HOMEPAGE="https://maven.apache.org/;
-
-LICENSE="Apache-2.0"
-SLOT="3.1"
-KEYWORDS="amd64 x86"
-
-# TODO: Needs further resolution:
-#
-# - https://bugs.gentoo.org/show_bug.cgi?id=472850
-# - https://bugs.gentoo.org/show_bug.cgi?id=477436
-#
-DEPEND="app-eselect/eselect-java
-   || ( dev-java/commons-logging:0 dev-java/log4j:0 
dev-java/avalon-logkit:2.0 )
-   dev-java/aopalliance:1
-   dev-java/avalon-framework:4.1
-   dev-java/commons-cli:1
-   dev-java/commons-io:1
-   dev-java/javax-inject:0
-   dev-java/jsoup:0
-   dev-java/jsr250:0
-   dev-java/juel:0
-   dev-java/osgi-core-api:0
-   java-virtuals/interceptor-api:0
-   java-virtuals/servlet-api:2.4"
-
-RDEPEND=">=virtual/jdk-1.5
-   ${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-MAVEN=${PN}-${SLOT}
-MAVEN_SHARE="/usr/share/${MAVEN}"
-
-java_prepare() {
-   rm -v bin/*.bat lib/{aopalliance,commons-cli,javax.inject,jsr250}-*.jar 
|| die
-
-   chmod 644 boot/*.jar lib/*.jar conf/settings.xml || die
-
-   # Symlink jars.
-   cd lib || die
-   java-pkg_jar-from 
aopalliance-1,avalon-framework-4.1,commons-cli-1,commons-io-1,interceptor-api,javax-inject,jsoup,jsr250,juel,osgi-core-api,servlet-api-2.4
-   has_version dev-java/commons-logging:0 && java-pkg_jar-from 
commons-logging
-   has_version dev-java/avalon-logkit:2.0 && java-pkg_jar-from 
avalon-logkit-2.0
-   has_version dev-java/log4j:0 && java-pkg_jar-from log4j
-}
-
-# TODO: We should use jars from packages, instead of what is bundled.
-src_install() {
-   dodir "${MAVEN_SHARE}"
-
-   cp -Rp bin boot conf lib "${ED}/${MAVEN_SHARE}" || die "failed to copy"
-
-   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/boot/*.jar
-   java-pkg_regjar 

[gentoo-commits] repo/gentoo:master commit in: dev-java/maven-bin/

2019-05-21 Thread Patrice Clement
commit: 5fb411dda5f8b9a38e68e8318df5eb458f330315
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 20 21:56:13 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 21 21:23:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb411dd

dev-java/maven-bin: remove CDEPEND and update DEPEND/RDEPEND.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --force
Closes: https://github.com/gentoo/gentoo/pull/12065
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/maven-bin/maven-bin-3.0.5-r1.ebuild | 63 
 dev-java/maven-bin/maven-bin-3.1.1-r1.ebuild | 59 ++
 dev-java/maven-bin/maven-bin-3.2.5-r1.ebuild | 58 +
 dev-java/maven-bin/maven-bin-3.3.9-r1.ebuild | 59 ++
 dev-java/maven-bin/maven-bin-3.6.0-r1.ebuild | 59 ++
 dev-java/maven-bin/maven-bin-3.6.1-r1.ebuild | 59 ++
 6 files changed, 357 insertions(+)

diff --git a/dev-java/maven-bin/maven-bin-3.0.5-r1.ebuild 
b/dev-java/maven-bin/maven-bin-3.0.5-r1.ebuild
new file mode 100644
index 000..c1750965210
--- /dev/null
+++ b/dev-java/maven-bin/maven-bin-3.0.5-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2
+
+MY_PN=apache-${PN%%-bin}
+MY_P="${MY_PN}-${PV}"
+MY_MV="${PV%%.*}"
+
+DESCRIPTION="Project Management and Comprehension Tool for Java"
+SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.gz"
+HOMEPAGE="https://maven.apache.org/;
+
+LICENSE="Apache-2.0"
+SLOT="3.0"
+KEYWORDS="amd64 x86"
+
+DEPEND="
+   >=virtual/jdk-1.8
+   app-eselect/eselect-java"
+
+RDEPEND="
+   >=virtual/jre-1.8"
+
+S="${WORKDIR}/${MY_P}"
+
+MAVEN=${PN}-${SLOT}
+MAVEN_SHARE="/usr/share/${MAVEN}"
+
+src_prepare() {
+   default
+   rm -v "${S}"/bin/*.bat || die
+   chmod 644 "${S}"/boot/*.jar "${S}"/lib/*.jar "${S}"/conf/settings.xml 
|| die
+}
+
+# TODO:
+# we should use jars from packages instead of what is bundled.
+
+src_install() {
+   dodir "${MAVEN_SHARE}"
+   cp -Rp bin boot conf lib "${ED}/${MAVEN_SHARE}" || die "failed to copy"
+
+   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/lib/*.jar
+
+   dodoc NOTICE.txt README.txt
+
+   dodir /usr/bin
+   dosym "${MAVEN_SHARE}/bin/mvn" /usr/bin/mvn-${SLOT}
+
+   # bug #342901
+   echo "CONFIG_PROTECT=\"${MAVEN_SHARE}/conf\"" > "${T}/25${MAVEN}" || die
+   doenvd "${T}/25${MAVEN}"
+}
+
+pkg_postinst() {
+   eselect maven update mvn-${SLOT}
+}
+
+pkg_postrm() {
+   eselect maven update
+}

diff --git a/dev-java/maven-bin/maven-bin-3.1.1-r1.ebuild 
b/dev-java/maven-bin/maven-bin-3.1.1-r1.ebuild
new file mode 100644
index 000..22a30f29903
--- /dev/null
+++ b/dev-java/maven-bin/maven-bin-3.1.1-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2
+
+MY_PN=apache-${PN%%-bin}
+MY_PV=${PV/_alpha/-alpha-}
+MY_P="${MY_PN}-${MY_PV}"
+MY_MV="${PV%%.*}"
+
+DESCRIPTION="Project Management and Comprehension Tool for Java"
+SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.gz"
+HOMEPAGE="https://maven.apache.org/;
+
+LICENSE="Apache-2.0"
+SLOT="3.1"
+KEYWORDS="amd64 x86"
+
+DEPEND="
+   >=virtual/jdk-1.8
+   app-eselect/eselect-java"
+
+RDEPEND="
+   >=virtual/jre-1.8"
+
+S="${WORKDIR}/${MY_P}"
+
+MAVEN=${PN}-${SLOT}
+MAVEN_SHARE="/usr/share/${MAVEN}"
+
+# TODO:
+# We should use jars from packages, instead of what is bundled.
+src_install() {
+   dodir "${MAVEN_SHARE}"
+
+   cp -Rp bin boot conf lib "${ED}/${MAVEN_SHARE}" || die "failed to copy"
+
+   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/boot/*.jar
+   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/lib/*.jar
+
+   dodoc NOTICE README.txt
+
+   dodir /usr/bin
+   dosym "${MAVEN_SHARE}/bin/mvn" /usr/bin/mvn-${SLOT}
+
+   # See bug #342901.
+   echo "CONFIG_PROTECT=\"${MAVEN_SHARE}/conf\"" > "${T}/25${MAVEN}" || die
+   doenvd "${T}/25${MAVEN}"
+}
+
+pkg_postinst() {
+   eselect maven update mvn-${SLOT}
+}
+
+pkg_postrm() {
+   eselect maven update
+}

diff --git a/dev-java/maven-bin/maven-bin-3.2.5-r1.ebuild 
b/dev-java/maven-bin/maven-bin-3.2.5-r1.ebuild
new file mode 100644
index 000..1c7cfabd20f
--- /dev/null
+++ b/dev-java/maven-bin/maven-bin-3.2.5-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2
+
+MY_PN=apache-${PN%%-bin}
+MY_PV=${PV/_alpha/-alpha-}
+MY_P="${MY_PN}-${MY_PV}"
+MY_MV="${PV%%.*}"
+
+DESCRIPTION="Project Management and Comprehension Tool for Java"

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

2019-05-21 Thread Aaron Bauman
commit: 9677b718fa733b7852a2dd8c86190d13e769158a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:10:26 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9677b718

media-video/ffmpeg: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-video/ffmpeg/ffmpeg-4.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild 
b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
index 683d91455e3..907398cc03c 100644
--- a/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.1.3.ebuild
@@ -55,7 +55,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2019-05-21 Thread Aaron Bauman
commit: 04d3c10dc6fe0dc30feee6150a04507c15ac4e4a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:49:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d3c10d

dev-libs/serd: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-libs/serd/serd-0.28.0-r1.ebuild 
b/dev-libs/serd/serd-0.28.0-r1.ebuild
index 716194bf0d9..1cf628a11ac 100644
--- a/dev-libs/serd/serd-0.28.0-r1.ebuild
+++ b/dev-libs/serd/serd-0.28.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND=""



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

2019-05-21 Thread Aaron Bauman
commit: 89b64076cdf0a8ea0e4a5768608dd5a8c1ac0818
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:49:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b64076

dev-libs/sord: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-libs/sord/sord-0.16.0-r1.ebuild 
b/dev-libs/sord/sord-0.16.0-r1.ebuild
index 6e8b08b93d4..83b4360fbaf 100644
--- a/dev-libs/sord/sord-0.16.0-r1.ebuild
+++ b/dev-libs/sord/sord-0.16.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND=">=dev-libs/serd-0.28.0-r1"



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

2019-05-21 Thread Aaron Bauman
commit: df6124d093000d91dff83114c77a2cd0d5023133
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:08:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6124d0

media-libs/lv2: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/media-libs/lv2/lv2-1.14.0-r1.ebuild 
b/media-libs/lv2/lv2-1.14.0-r1.ebuild
index e5aff379a1e..4e83f368f3a 100644
--- a/media-libs/lv2/lv2-1.14.0-r1.ebuild
+++ b/media-libs/lv2/lv2-1.14.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="doc plugins"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2019-05-21 Thread Aaron Bauman
commit: 86af4b2b2239cf86f473043ee6b2e3a155f445a2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:09:00 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86af4b2b

net-libs/srt: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/net-libs/srt/srt-1.3.2.ebuild b/net-libs/srt/srt-1.3.2.ebuild
index bd420bba4fa..fd800aad8b5 100644
--- a/net-libs/srt/srt-1.3.2.ebuild
+++ b/net-libs/srt/srt-1.3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 -sparc x86 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 -sparc x86 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
 fi
 
 LICENSE="LGPL-2.1"



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

2019-05-21 Thread Aaron Bauman
commit: e92127847ea2d96b9b2d272ce7b58af4da974933
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:08:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9212784

media-libs/libaom: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/media-libs/libaom/libaom-1.0.0-r1.ebuild 
b/media-libs/libaom/libaom-1.0.0-r1.ebuild
index 0746269412a..3dd2b5c6462 100644
--- a/media-libs/libaom/libaom-1.0.0-r1.ebuild
+++ b/media-libs/libaom/libaom-1.0.0-r1.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="mirror://gentoo/${P}.tar.gz"
S="${WORKDIR}"
fi
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Alliance for Open Media AV1 Codec SDK"



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

2019-05-21 Thread Aaron Bauman
commit: 6ce6aa0d3377f937fce4d8f2553ce9b256fb2642
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:49:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce6aa0d

media-libs/sratom: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/media-libs/sratom/sratom-0.6.0-r1.ebuild 
b/media-libs/sratom/sratom-0.6.0-r1.ebuild
index e82dc65f00e..c689277ebe9 100644
--- a/media-libs/sratom/sratom-0.6.0-r1.ebuild
+++ b/media-libs/sratom/sratom-0.6.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND=">=media-libs/lv2-1.14.0-r1



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

2019-05-21 Thread Aaron Bauman
commit: 81bfe7730f062caacd9259bef4c57845bdf19720
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 21:08:45 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 21:49:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bfe773

media-libs/lilv: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-libs/lilv/lilv-0.24.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lilv/lilv-0.24.2-r2.ebuild 
b/media-libs/lilv/lilv-0.24.2-r2.ebuild
index 6f7029f64c5..ca54e0e874c 100644
--- a/media-libs/lilv/lilv-0.24.2-r2.ebuild
+++ b/media-libs/lilv/lilv-0.24.2-r2.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
@@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc x86"
+KEYWORDS="amd64 arm64 ~hppa ~ia64 ~ppc x86"
 IUSE="doc +dyn-manifest static-libs test"
 
 RDEPEND=">=media-libs/lv2-1.14.0-r1[${MULTILIB_USEDEP}]



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

2019-05-21 Thread Virgil Dupras
commit: 0ade9e09cc28cc39d4c6e547705074d6f6e86338
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue May 21 21:50:59 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue May 21 21:51:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ade9e09

dev-lang/sassc: bump to 3.6.0

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-lang/sassc/Manifest   |  1 +
 dev-lang/sassc/sassc-3.6.0.ebuild | 25 +
 dev-lang/sassc/sassc-.ebuild  | 36 
 3 files changed, 26 insertions(+), 36 deletions(-)

diff --git a/dev-lang/sassc/Manifest b/dev-lang/sassc/Manifest
index 6b628a965d4..38fdeca542b 100644
--- a/dev-lang/sassc/Manifest
+++ b/dev-lang/sassc/Manifest
@@ -1 +1,2 @@
 DIST sassc-3.5.0.tar.gz 25834 BLAKE2B 
69bb085f537ca2fba70aa96326e49f756cab52a8cac631dbe0dc88459a488c65dd856deebea335d4b3539b30658b327c3d32d1e79dae1021893a0627508ceadd
 SHA512 
9c94056f66688016dd8eaae9cc791be4b397406b89f1289946c4481b5e1904486878d22fd65e695ed89f9b41a9f902932eb4074e7b0923ce3d4823ea3140334f
+DIST sassc-3.6.0.tar.gz 26111 BLAKE2B 
91d634bd652607407c48f141aa39260739357f6eeb4bade1fff1bfdd4e4e6e0757712501395c913ef1a8944ec9174649fa5ce657af4afec6f9f0eb7f804e1ff2
 SHA512 
0d8de651b1587f4994a5da85ad09ec2ce6e240213dbaa567c6b9baa612fe82e337061d9a5a8a3a5588e4c366c1178b6fd04e9d699a0be3d83c68f98bac774527

diff --git a/dev-lang/sassc/sassc-3.6.0.ebuild 
b/dev-lang/sassc/sassc-3.6.0.ebuild
new file mode 100644
index 000..bd5bdc6e9bd
--- /dev/null
+++ b/dev-lang/sassc/sassc-3.6.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+DESCRIPTION="A libsass command line driver"
+HOMEPAGE="https://github.com/sass/sassc;
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/libsass:="
+DEPEND="${RDEPEND}"
+
+DOCS=( Readme.md )
+
+src_prepare() {
+   default
+   eautoreconf
+}

diff --git a/dev-lang/sassc/sassc-.ebuild b/dev-lang/sassc/sassc-.ebuild
deleted file mode 100644
index 847d2e349e3..000
--- a/dev-lang/sassc/sassc-.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/sass/sassc.git;
-   inherit git-r3
-   KEYWORDS=
-else
-   SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux"
-fi
-
-DESCRIPTION="A libsass command line driver"
-HOMEPAGE="https://github.com/sass/sassc;
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-libs/libsass-3.5:="
-DEPEND="${RDEPEND}"
-
-DOCS=( Readme.md )
-
-src_prepare() {
-   default
-
-   if [[ ${PV} != * ]]; then
-   [[ -f VERSION ]] || echo "${PV}" > VERSION
-   fi
-
-   eautoreconf
-}



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

2019-05-21 Thread Zac Medico
commit: fd614c54ccb70d1f9ffa8e2869baa9636c3e6d28
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May 21 21:48:22 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May 21 21:53:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd614c54

app-portage/mirrorselect: drop python2.7 from PYTHON_COMPAT

Support for python2.7 broke with the urllib2.Request.host usage
introduced in this commit:

https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=856abee86416d4b2159f81d34cf28ef3422b92ec

Reported-by: Sophie Hamilton  theblob.org>
Closes: https://bugs.gentoo.org/686464
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.2.4.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
index 99e62e0fd94..184ac4d49c7 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 prefix

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 36964fd8660..d93b586c58d 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 git-r3 prefix



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

2019-05-21 Thread Andreas Sturmlechner
commit: 990682531e4094824f0ba2986193f6876d41e7f0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 21:18:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 21:55:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99068253

media-libs/ptex: 2.3.2 version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/ptex/Manifest |  1 +
 media-libs/ptex/files/ptex-2.3.2-cxx11.patch | 22 
 media-libs/ptex/ptex-2.3.2.ebuild| 39 
 3 files changed, 62 insertions(+)

diff --git a/media-libs/ptex/Manifest b/media-libs/ptex/Manifest
index f7c5d0f3e48..439468d5e6e 100644
--- a/media-libs/ptex/Manifest
+++ b/media-libs/ptex/Manifest
@@ -1,2 +1,3 @@
 DIST ptex-2.1.28.tar.gz 305327 BLAKE2B 
4a91b08ae326e8ed8d420022c693ea60cb21908380b8c49a7672771686f9dd2ef05151b7d43755bc63ab6624db772c2b53d1ffdcdea9c1dff7627cc3fe0f3b15
 SHA512 
ddce3c79f14d196e550c1e8a5b371482f88190cd667a2e2aa84601de1639f7cabb8571c1b3a49b48df46ce550d27088a00a67b1403c3bfec2ed73437c3dca3e8
 DIST ptex-2.3.0.tar.gz 306462 BLAKE2B 
790e3623ce6ebae2dfd8884d8e19e62395c54432289d88bdcf3a01c8ae1ef752ca88869357ac1e4657d59f1ca73d311a3fb9a08efe4e145ca259eff93d8a3b6a
 SHA512 
2d9d320e4205236a4eff05ec3c67d085624809ebefa89fa3b943d18a8b2b6a5f61c022a4cc4363a7c6ceccfb9eac4f8738dff2e90a3355814f2c4ff096c09992
+DIST ptex-2.3.2.tar.gz 308550 BLAKE2B 
7b3145dbf9d2c13140c3f20ed606ee911deed3c38fd30adfbb01b58c3af5794dbd4e0fa1fbab6e8ae83556a0ffec725bf077271abf752f1271ed721ca200a1ff
 SHA512 
dbc557dc5e1761204ee3483af9bf4ff1504cbd7955e0405dc27a51f7182e2445e41db086b2792c2491aa2cbaddc74e523170a4b3d25e44d332123d5b7081f4b9

diff --git a/media-libs/ptex/files/ptex-2.3.2-cxx11.patch 
b/media-libs/ptex/files/ptex-2.3.2-cxx11.patch
new file mode 100644
index 000..f35372b7c63
--- /dev/null
+++ b/media-libs/ptex/files/ptex-2.3.2-cxx11.patch
@@ -0,0 +1,22 @@
+--- a/CMakeLists.txt   2019-03-08 18:39:47.0 +0100
 b/CMakeLists.txt   2019-05-21 23:20:50.964082298 +0200
+@@ -5,19 +5,6 @@
+ option(PTEX_BUILD_SHARED_LIBS "Enable building Ptex shared libraries" ON)
+ option(PRMAN_15_COMPATIBLE_PTEX "Enable PRMan 15 compatibility" OFF)
+ 
+-if (DEFINED ENV{CXXFLAGS_STD})
+-if ($ENV{CXXFLAGS_STD} STREQUAL "c++17")
+-set(CMAKE_CXX_STANDARD 17)
+-elseif ($ENV{CXXFLAGS_STD} STREQUAL "c++14")
+-set(CMAKE_CXX_STANDARD 14)
+-elseif ($ENV{CXXFLAGS_STD} STREQUAL "c++11")
+-set(CMAKE_CXX_STANDARD 11)
+-else ()
+-set(CMAKE_CXX_STANDARD 98)
+-endif ()
+-else ()
+-set(CMAKE_CXX_STANDARD 98)
+-endif ()
+ set(CMAKE_CXX_EXTENSIONS OFF)
+ set(CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS ON)
+ set(CMAKE_INSTALL_MESSAGE LAZY) # Silence "Up-to-date:" install messages

diff --git a/media-libs/ptex/ptex-2.3.2.ebuild 
b/media-libs/ptex/ptex-2.3.2.ebuild
new file mode 100644
index 000..b9d0f650ba9
--- /dev/null
+++ b/media-libs/ptex/ptex-2.3.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Per-Face Texture Mapping for Production Rendering"
+HOMEPAGE="http://ptex.us/;
+SRC_URI="https://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+BDEPEND="app-doc/doxygen"
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${P}-cxx11.patch" )
+
+src_prepare() {
+   # https://github.com/wdas/ptex/issues/41
+   cat <<-EOF > version || die
+   ${PV}
+   EOF
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}/html"
+   -DPTEX_BUILD_STATIC_LIBS=$(usex static-libs)
+   )
+   cmake-utils_src_configure
+}



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

2019-05-21 Thread Andreas Sturmlechner
commit: 2ec025cfb18c105c97dbeac18b7eb1ef5112fab1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 21:48:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 21:55:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec025cf

media-libs/Field3D: EAPI-7 bump, USE mpi, add proper src_configure()

Properly disabling Doxygen (don't even build it if it ain't finished).

Closes: https://bugs.gentoo.org/573440
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/Field3D/Field3D-1.7.2.ebuild | 29 ++---
 1 file changed, 18 insertions(+), 11 deletions(-)

diff --git a/media-libs/Field3D/Field3D-1.7.2.ebuild 
b/media-libs/Field3D/Field3D-1.7.2.ebuild
index 2238a60f864..1af0862f0c6 100644
--- a/media-libs/Field3D/Field3D-1.7.2.ebuild
+++ b/media-libs/Field3D/Field3D-1.7.2.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
 
 inherit cmake-utils
 
@@ -12,17 +12,24 @@ 
SRC_URI="https://github.com/imageworks/Field3D/archive/v${PV}.tar.gz -> ${P}.tar
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
+IUSE="mpi"
 
+BDEPEND="virtual/pkgconfig"
 RDEPEND="
>=dev-libs/boost-1.62:=
>=media-libs/ilmbase-2.2.0:=
sci-libs/hdf5:=
-   virtual/mpi"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/Field3D-1.7.2-Use-PkgConfig-for-IlmBase.patch" )
-
-# Docs are not finished yet.
-mycmakeargs=( -DINSTALL_DOCS=OFF )
+   mpi? ( virtual/mpi )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-Use-PkgConfig-for-IlmBase.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_DOCS=OFF # Docs are not finished yet.
+   -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
+   $(cmake-utils_use_find_package mpi MPI)
+   )
+   cmake-utils_src_configure
+}



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

2019-05-21 Thread Virgil Dupras
commit: d6c55c1208cb1912d631d59e64f2f048cd5303eb
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue May 21 21:56:40 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue May 21 21:57:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c55c12

dev-python/tox: bump to 3.11.1

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/tox/Manifest | 2 +-
 dev-python/tox/{tox-3.10.0.ebuild => tox-3.11.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index b6598411947..faa0bd239c0 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,3 +1,3 @@
 DIST tox-2.9.1.tar.gz 1855982 BLAKE2B 
3e2f5fd3d3e45e54f96b0a6fc8f9e98bfba3b48540cc2922a897e016b5aabc9974772c9b897e0fab7b38b00f99478a063ad988ffa8b65fa53f684997334e492c
 SHA512 
ff19b2bb7ac963379f1cccd4973ad9eb4dabfbda976cde7caba50ad010d8fa57c1cba91d63e3e0512e44cc7d350bc9270fbd9b30db1bd55f7d9c239e7623d066
-DIST tox-3.10.0.tar.gz 279571 BLAKE2B 
7aa77dfee2fe3141626d13f37f2c711cd0891ae7b484f7fe6ab7731d35455a898964c52cedc954a6d4108137e2d73fe9628bb893aa7a337d8e69da15b8516811
 SHA512 
a1cadf3f8de494b5c7f2e8ae1be11fd42f29ae805b5761f6a22763c303625c860475c5435aaf437e6f2d0213be1ad826d9b6a0950aed21c054a94d492cc85047
+DIST tox-3.11.1.tar.gz 280761 BLAKE2B 
ef6cacf45c4befecf8d1fcc92c7cb682318018cad3c77c3f2d1cf7110927d2ee0027908ad634a6d30bc56787b2a05032c8709aadda4512bcb392f299ba3b075e
 SHA512 
3c2a4dae6aaea0a9a6a6b4a8bd862b0fb2ff6f08e2ddcecc808e43c444d17e1abd3324428648ced50663b439735a7727f4e780874593e50dc5eb0a714c704d12
 DIST tox-3.2.1.tar.gz 268827 BLAKE2B 
764835d04fb0c17f32eb8e2041b83f90d6a729b781a5b5b95e9ecb1162f1c29ed595d4a6369524b390a31853b8003485b27a3a12d63e84f49e92675f1a9bee13
 SHA512 
79f5a1c8f6e818fbb8444754e3767d880fc1fdfe63b46c518d37440fe2b2f3ce572865aff83d9492c24486fded49893cc31bd9b11254bac4db507260304bc76f

diff --git a/dev-python/tox/tox-3.10.0.ebuild b/dev-python/tox/tox-3.11.1.ebuild
similarity index 100%
rename from dev-python/tox/tox-3.10.0.ebuild
rename to dev-python/tox/tox-3.11.1.ebuild



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

2019-05-21 Thread Zac Medico
commit: 51c5f6ff551b106f3eb5b953214b65aede658345
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May 21 21:56:55 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May 21 22:01:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c5f6ff

app-portage/mirrorselect: revbump for bug 686464

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

 .../{mirrorselect-2.2.4.ebuild => mirrorselect-2.2.4-r1.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild
similarity index 100%
rename from app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
rename to app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/files/, sys-auth/libfprint/

2019-05-21 Thread Mikle Kolyada
commit: dcb243893ca57b491bf1dfdb23b266365df00cbf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 19:39:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 19:39:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb24389

sys-auth/libfprint: Drop old

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

 sys-auth/libfprint/Manifest|  2 -
 .../files/libfprint-0.6.0-fix-udev-rules.patch | 23 -
 sys-auth/libfprint/libfprint-0.6.0-r2.ebuild   | 59 --
 3 files changed, 84 deletions(-)

diff --git a/sys-auth/libfprint/Manifest b/sys-auth/libfprint/Manifest
index 1b3ff85a28d..53cd28195cd 100644
--- a/sys-auth/libfprint/Manifest
+++ b/sys-auth/libfprint/Manifest
@@ -1,3 +1 @@
-DIST libfprint-0.6.0.tar.bz2 323590 BLAKE2B 
8a592241ded8826337db075dd26960a9712e1a01855c6fd2c461b73ea6e2fac5248bce16165144b48271b368d0b2a82963eab00a64a88c27539e19aee54b9ba4
 SHA512 
2ab9ceec0c357779c94d3b8e94c11a733825bd735bec0e5c762d215d69bf295da0c5db7fd365e2a7efdcf2574371f793b5e99d5c98e1bf9dcb1170e10ef9
-DIST libfprint-0.6.0_vfs0050.patch.gz 9944 BLAKE2B 
b53a74f64c9691cee7c4e7f2f54afcffe2b00b63914900ed107426a9e42721548caa1ec80e1e39251ee6a0daec6ecf7f80d6704d37bc984dd1ac76320d0b4256
 SHA512 
658f936c462cf50d4325d33da6c8298768dfbe4bf442933fc197c8f4bebd741ef6878bcfe123606790c3ddcc3e217fd5f97b3755d36b181c5837dc28e146d674
 DIST libfprint-0.99.0.tar.gz 473925 BLAKE2B 
799e3600393e4b25f7b0685ff0456ca391e5fcaef36e5b4475371cd07c848e40820dbbdc5a241fe11c6ee08b818380967129f85e177b5d8714b9dbc4d7b68ea1
 SHA512 
eca1d45baa23b7db1fcc5d7a9a396fe504aadc6ec2e68da32b5415fb0fff1227566d579271e0b34895ce7f3baa55314a0ccd20bb8c4adba253063b7b61284748

diff --git a/sys-auth/libfprint/files/libfprint-0.6.0-fix-udev-rules.patch 
b/sys-auth/libfprint/files/libfprint-0.6.0-fix-udev-rules.patch
deleted file mode 100644
index 128ac8ce311..000
--- a/sys-auth/libfprint/files/libfprint-0.6.0-fix-udev-rules.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Remove spurious \n to fix udev rule generation
-
-Steven Newbury :
-libfprint generates 60-fprint-autosuspend.rules for all supported devices, 
-however there's a spurious \n before the ', MODE="0666"' which results in it 
-appearing on a new line after the match criteria.  At least on current 
-systemd/udev this results in MODE="0666" being applied unconditionally to all 
-device nodes.  This is an extremely serious security problem and effectively 
-gives root access to all users simply by having the ebuild emerged.
-
-https://bugs.gentoo.org/562218
-
 a/libfprint/fprint-list-udev-rules.c
-+++ b/libfprint/fprint-list-udev-rules.c
-@@ -74,7 +74,7 @@
-   if (num_printed == 0)
-   printf ("# %s\n", driver->full_name);
- 
--  printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", 
ATTRS{idProduct}==\"%04x\", ATTRS{dev}==\"*\", TEST==\"power/control\", 
ATTR{power/control}=\"auto\"\n, MODE=\"0666\"\n", driver->id_table[i].vendor, 
driver->id_table[i].product);
-+  printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", 
ATTRS{idProduct}==\"%04x\", ATTRS{dev}==\"*\", TEST==\"power/control\", 
ATTR{power/control}=\"auto\", MODE=\"0666\"\n", driver->id_table[i].vendor, 
driver->id_table[i].product);
-   printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", 
ATTRS{idProduct}==\"%04x\", ENV{LIBFPRINT_DRIVER}=\"%s\"\n", 
driver->id_table[i].vendor, driver->id_table[i].product, driver->full_name);
-   num_printed++;
- }

diff --git a/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild 
b/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild
deleted file mode 100644
index 73bc12900ff..000
--- a/sys-auth/libfprint/libfprint-0.6.0-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils udev vcs-snapshot
-
-MY_PV="V_${PV//./_}"
-DESCRIPTION="library to add support for consumer fingerprint readers"
-HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint/;
-SRC_URI="https://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> 
${P}.tar.bz2
-   https://dev.gentoo.org/~xmw/${P}_vfs0050.patch.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="debug static-libs vanilla"
-
-RDEPEND="virtual/libusb:1
-   dev-libs/glib:2
-   dev-libs/nss
-   x11-libs/pixman"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-udev-rules.patch"
-)
-
-src_prepare() {
-   if ! use vanilla ; then
-   eapply "${WORKDIR}"/${P}_vfs0050.patch
-   fi
-
-   default
-
-   # upeke2 and fdu2000 were missing from all_drivers.
-   sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \
-   -i configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   

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

2019-05-21 Thread Mikle Kolyada
commit: a813e0694e7fab79e0874d23907023ecc06a0162
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 19:52:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 19:52:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a813e069

net-irc/irssi: block irssi-otr plugin flagless

Closes: https://bugs.gentoo.org/686498
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-irc/irssi/irssi-1.2.0-r2.ebuild | 4 ++--
 net-irc/irssi/irssi-.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/irssi/irssi-1.2.0-r2.ebuild 
b/net-irc/irssi/irssi-1.2.0-r2.ebuild
index 3fd4c383677..83dffcd5041 100644
--- a/net-irc/irssi/irssi-1.2.0-r2.ebuild
+++ b/net-irc/irssi/irssi-1.2.0-r2.ebuild
@@ -22,11 +22,11 @@ IUSE="otr +perl selinux socks5 +proxy libressl"
 COMMON_DEPEND="
sys-libs/ncurses:0=
>=dev-libs/glib-2.6.0
+   !net-irc/irssi-otr
!libressl? ( dev-libs/openssl:= )
libressl? ( >=dev-libs/libressl-2.7.4:= )
otr? ( >=dev-libs/libgcrypt-1.2.0:0=
-   >=net-libs/libotr-4.1.0
-   !net-irc/irssi-otr )
+   >=net-libs/libotr-4.1.0 )
perl? ( dev-lang/perl:= )
socks5? ( >=net-proxy/dante-1.1.18 )"
 

diff --git a/net-irc/irssi/irssi-.ebuild b/net-irc/irssi/irssi-.ebuild
index 73df7ceb212..e0ecc363aa7 100644
--- a/net-irc/irssi/irssi-.ebuild
+++ b/net-irc/irssi/irssi-.ebuild
@@ -18,12 +18,12 @@ IUSE="otr +perl selinux socks5 +proxy libressl"
 
 CDEPEND="sys-libs/ncurses:0=
>=dev-libs/glib-2.6.0
+   !net-irc/irssi-otr
!libressl? ( dev-libs/openssl:= )
libressl? ( dev-libs/libressl:= )
otr? (
>=dev-libs/libgcrypt-1.2.0:0=
>=net-libs/libotr-4.1.0
-   !net-irc/irssi-otr
)
perl? ( dev-lang/perl:= )
socks5? ( >=net-proxy/dante-1.1.18 )"



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

2019-05-21 Thread Aaron Bauman
commit: dad279e538a1683296634ba20349f161069fd1af
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 19:54:05 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 19:55:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad279e5

media-libs/libaom: distribute PATENTS file with package

* This is a trivial change, but important.
* Bump package to ensure rebuilds occur and the PATENTS file is
distributed to all current users.
* Due to trivial change... keep stable keywords in place.

Closes: https://bugs.gentoo.org/682214
Signed-off-by: Aaron Bauman  gentoo.org>

 media-libs/libaom/libaom-1.0.0-r2.ebuild | 92 
 1 file changed, 92 insertions(+)

diff --git a/media-libs/libaom/libaom-1.0.0-r2.ebuild 
b/media-libs/libaom/libaom-1.0.0-r2.ebuild
new file mode 100644
index 000..cb5ffad0646
--- /dev/null
+++ b/media-libs/libaom/libaom-1.0.0-r2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-multilib
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://aomedia.googlesource.com/aom;
+else
+   if [[ ${PV} == *pre* ]]; then
+   SRC_URI="mirror://gentoo/${P}.tar.xz"
+   S="${WORKDIR}/${PN}"
+   else
+   # 
SRC_URI="https://aomedia.googlesource.com/aom/+archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="mirror://gentoo/${P}.tar.gz"
+   S="${WORKDIR}"
+   fi
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Alliance for Open Media AV1 Codec SDK"
+HOMEPAGE="https://aomedia.org;
+
+LICENSE="BSD-2"
+SLOT="0/0"
+IUSE="doc examples"
+IUSE="${IUSE} cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+IUSE="${IUSE} cpu_flags_arm_neon"
+
+RDEPEND=""
+DEPEND="abi_x86_32? ( dev-lang/yasm )
+   abi_x86_64? ( dev-lang/yasm )
+   abi_x86_x32? ( dev-lang/yasm )
+   x86-fbsd? ( dev-lang/yasm )
+   amd64-fbsd? ( dev-lang/yasm )
+   doc? ( app-doc/doxygen )
+"
+
+REQUIRED_USE="
+   cpu_flags_x86_sse2? ( cpu_flags_x86_mmx )
+   cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
+"
+
+PATCHES=(
+   "${FILESDIR}/libdirpc2.patch"
+   "${FILESDIR}/pthread_lib2.patch"
+   "${FILESDIR}/${P}-version.patch"
+   "${FILESDIR}/${P}-armv7l.patch"
+)
+
+# the PATENTS file is required to be distributed with this package bug #682214
+DOCS=( PATENTS )
+
+src_prepare() {
+   sed -e 's/lib"/lib${LIB_SUFFIX}"/' -i CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DOCS=$(multilib_native_usex doc ON OFF)
+   -DENABLE_EXAMPLES=$(multilib_native_usex examples ON OFF)
+   -DENABLE_NASM=OFF
+   -DENABLE_TOOLS=ON
+   -DENABLE_WERROR=OFF
+
+   -DENABLE_NEON=$(usex cpu_flags_arm_neon ON OFF)
+   -DENABLE_NEON_ASM=$(usex cpu_flags_arm_neon ON OFF)
+   # ENABLE_DSPR2 / ENABLE_MSA for mips
+   -DENABLE_MMX=$(usex cpu_flags_x86_mmx ON OFF)
+   -DENABLE_SSE=$(usex cpu_flags_x86_sse ON OFF)
+   -DENABLE_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)
+   -DENABLE_SSE3=$(usex cpu_flags_x86_sse3 ON OFF)
+   -DENABLE_SSSE3=$(usex cpu_flags_x86_ssse3 ON OFF)
+   -DENABLE_SSE4_1=$(usex cpu_flags_x86_sse4_1 ON OFF)
+   -DENABLE_AVX=$(usex cpu_flags_x86_avx ON OFF)
+   -DENABLE_AVX2=$(usex cpu_flags_x86_avx2 ON OFF)
+
+   -DBUILD_SHARED_LIBS=ON
+   )
+   cmake-utils_src_configure
+   rm aom.pc # ensure it is rebuilt with proper libdir
+}
+
+multilib_src_install() {
+   cmake-utils_src_install
+   if multilib_is_native_abi && use doc ; then
+   docinto html
+   dodoc docs/html/*
+   fi
+}



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

2019-05-21 Thread Aaron Bauman
commit: 4a48dc7705ae828c0c41e5c498193b9b4816593a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 20:29:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 20:29:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a48dc77

sci-libs/parmetis: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 sci-libs/parmetis/parmetis-4.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/parmetis/parmetis-4.0.3.ebuild 
b/sci-libs/parmetis/parmetis-4.0.3.ebuild
index 5fbc940345e..0351c921efe 100644
--- a/sci-libs/parmetis/parmetis-4.0.3.ebuild
+++ b/sci-libs/parmetis/parmetis-4.0.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
examples? ( 
http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METISP}.tar.gz )"
 
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux"
 LICENSE="free-noncomm"
 IUSE="doc double-precision examples int64 mpi openmp pcre static-libs"
 



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

2019-05-21 Thread Aaron Bauman
commit: 3af85968c55055d4d1ad7a86f6557841bf4f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 20:29:18 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 20:29:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af8

sci-libs/metis: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 sci-libs/metis/metis-4.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/metis/metis-4.0.3.ebuild 
b/sci-libs/metis/metis-4.0.3.ebuild
index 73b9671feac..444328b56d9 100644
--- a/sci-libs/metis/metis-4.0.3.ebuild
+++ b/sci-libs/metis/metis-4.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ HOMEPAGE="http://www-users.cs.umn.edu/~karypis/metis/metis/;
 SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/OLD/${P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 LICENSE="free-noncomm"
 IUSE="doc static-libs"
 



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

2019-05-21 Thread Aaron Bauman
commit: 8952ce9e71356061b495ac99b7dfac5632be61ee
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 20:29:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 20:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8952ce9e

sci-libs/ccolamd: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 sci-libs/ccolamd/ccolamd-2.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild 
b/sci-libs/ccolamd/ccolamd-2.8.0.ebuild
index a631cbdf464..936f8d8597f 100644
--- a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild
+++ b/sci-libs/ccolamd/ccolamd-2.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2;
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sci-libs/suitesparseconfig"



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

2019-05-21 Thread Aaron Bauman
commit: 5ebe7f234316324fa214d81c930d05800b9cc94e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 20:29:29 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 20:29:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebe7f23

sci-libs/camd: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 sci-libs/camd/camd-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/camd/camd-2.3.1.ebuild b/sci-libs/camd/camd-2.3.1.ebuild
index acd75e0feb5..3a895fbdcc0 100644
--- a/sci-libs/camd/camd-2.3.1.ebuild
+++ b/sci-libs/camd/camd-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2;
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc static-libs"
 
 RDEPEND="sci-libs/suitesparseconfig"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/discover/

2019-05-21 Thread Andreas Sturmlechner
commit: 94be86e7bc4b710d75d7e12f6af5627ad2ea1c30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 20:31:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 20:31:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94be86e7

kde-plasma/discover: Tests hang and/or are broken

Let's try again with next release.

Closes: https://bugs.gentoo.org/686392
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/discover/discover-5.15.5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-plasma/discover/discover-5.15.5.ebuild 
b/kde-plasma/discover/discover-5.15.5.ebuild
index 2844c35b75d..2bc7388a63b 100644
--- a/kde-plasma/discover/discover-5.15.5.ebuild
+++ b/kde-plasma/discover/discover-5.15.5.ebuild
@@ -44,6 +44,8 @@ RDEPEND="${DEPEND}
 
 PATCHES=( "${FILESDIR}/${PN}-5.15.5-tests.patch" )
 
+RESTRICT+=" test"
+
 src_prepare() {
kde5_src_prepare
# we don't need it with PackageKitBackend off



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

2019-05-21 Thread Andreas Sturmlechner
commit: 0c26b508d0840d2efcbb987c2c7d311b8a7640e9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 20:42:01 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 20:42:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c26b508

media-libs/codec2: Drop 0.7

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/codec2/Manifest  |  1 -
 media-libs/codec2/codec2-0.7.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/media-libs/codec2/Manifest b/media-libs/codec2/Manifest
index c915edd64d4..1e9ad62b077 100644
--- a/media-libs/codec2/Manifest
+++ b/media-libs/codec2/Manifest
@@ -1,2 +1 @@
-DIST codec2-0.7.tar.xz 8386048 BLAKE2B 
04e2ab834539d6911300d30a7de00a0c351e29c53972482765cbefefe8d9e0f10b491496690e34beacce27f68da0c85bb6ad8bb75b93ce50e44eb13f1ad8070b
 SHA512 
bf2f40071c21096d9504aacb293e7c293e1a51d732b91d870b5b35c372684cdb187fe4aafb6c27601c75167bd3783470e054d65b4be215facf67acee8afc56af
 DIST codec2-0.8.1.tar.xz 8868212 BLAKE2B 
2c0ba40df02cc6791386243e75f97ce17026842b13384e4a330cf22ea4bef5db75ddbc764dd4045027a6e2bf2eeba9b509b372aeaef81bb235e3d6c2930b01fe
 SHA512 
4f2633d510ab68102b77b15492d87d25fe5fa96d90dc1ca6b3bf7deea04a3765382bfbbde981c9cac70d3e9d091c56b2099544b09b36a84ed62cb9087c9bb819

diff --git a/media-libs/codec2/codec2-0.7.ebuild 
b/media-libs/codec2/codec2-0.7.ebuild
deleted file mode 100644
index c50c30e8bd4..000
--- a/media-libs/codec2/codec2-0.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="Low bit rate speech codec"
-HOMEPAGE="https://freedv.org/;
-SRC_URI="https://freedv.com/wp-content/uploads/sites/8/2017/10/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
-   local mycmakeargs=( -DUNITTEST=OFF )
-   cmake-utils_src_configure
-}



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

2019-05-21 Thread Mikle Kolyada
commit: 1a9aa94adfc1c7529ecb3c8e0cfef7f3234e9f3f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9aa94a

dev-qt/qtwayland: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtwayland/qtwayland-5.12.3.ebuild 
b/dev-qt/qtwayland/qtwayland-5.12.3.ebuild
index 7ae56ed303f..97be272de06 100644
--- a/dev-qt/qtwayland/qtwayland-5.12.3.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 fi
 
 IUSE="+libinput xcomposite"



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

2019-05-21 Thread Mikle Kolyada
commit: d6f950f8bc023d5aec047582df7caada208ba85a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f950f8

dev-qt/qtwebengine: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild
index 0295bb8e9b4..893d775d8ce 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild
@@ -8,7 +8,7 @@ inherit multiprocessing pax-utils python-any-r1 qt5-build
 DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML 
applications"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 IUSE="alsa bindist designer geolocation jumbo-build pax_kernel pulseaudio



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

2019-05-21 Thread Mikle Kolyada
commit: 1edee0a9ac6a356366055261e0801b35d2723d72
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edee0a9

dev-qt/qtxml: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtxml/qtxml-5.12.3.ebuild b/dev-qt/qtxml/qtxml-5.12.3.ebuild
index a48dd518943..dc4931cb683 100644
--- a/dev-qt/qtxml/qtxml-5.12.3.ebuild
+++ b/dev-qt/qtxml/qtxml-5.12.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Implementation of SAX and DOM 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/qtchooser/

2019-05-21 Thread Mikle Kolyada
commit: 1ab5b4f2d21088d2a5be03c4666eaad3f163fac1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab5b4f2

dev-qt/qtchooser: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtchooser/qtchooser-66.ebuild 
b/dev-qt/qtchooser/qtchooser-66.ebuild
index 152d2607d32..3c6674f9251 100644
--- a/dev-qt/qtchooser/qtchooser-66.ebuild
+++ b/dev-qt/qtchooser/qtchooser-66.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.qt.io/official_releases/${PN}/${P}.tar.xz;
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 DEPEND="test? (



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

2019-05-21 Thread Mikle Kolyada
commit: a9192880be379adf434cb7f8efe644af75d77376
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9192880

dev-qt/qtvirtualkeyboard: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.3.ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.3.ebuild
index efa0a907162..7b5bca17165 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.3.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-fbsd"
 fi
 
 # TODO: unbudle libraries for more layouts



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

2019-05-21 Thread Mikle Kolyada
commit: a1c91e81878fe50a8ef6431d76ce4f4071e0474f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c91e81

dev-qt/qtwebchannel: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild 
b/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild
index d807cc0db2a..84e743ac55d 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Qt5 module for integrating C++ and QML applications with 
HTML/JavaScript clients"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 IUSE="qml"



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

2019-05-21 Thread Mikle Kolyada
commit: 17af4768fd7d7ed4767d4f9be7ea1b4c727a9bfa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17af4768

dev-qt/qtsensors: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtsensors/qtsensors-5.12.3.ebuild 
b/dev-qt/qtsensors/qtsensors-5.12.3.ebuild
index b31f4797d97..aa3c41c6e30 100644
--- a/dev-qt/qtsensors/qtsensors-5.12.3.ebuild
+++ b/dev-qt/qtsensors/qtsensors-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Hardware sensor access 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
 
 # TODO: simulator



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

2019-05-21 Thread Mikle Kolyada
commit: 7bf3729883f5c493c0a4e1db26cf0c64af8d24b7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf37298

dev-qt/qtscxml: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtscxml/qtscxml-5.12.3.ebuild 
b/dev-qt/qtscxml/qtscxml-5.12.3.ebuild
index 3d59748a107..067b60bd6b0 100644
--- a/dev-qt/qtscxml/qtscxml-5.12.3.ebuild
+++ b/dev-qt/qtscxml/qtscxml-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 IUSE=""



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

2019-05-21 Thread Mikle Kolyada
commit: 010c4cc6461bdbcfb1d88664331fedce2c46c45a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010c4cc6

dev-qt/qtsvg: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtsvg/qtsvg-5.12.3.ebuild b/dev-qt/qtsvg/qtsvg-5.12.3.ebuild
index ec169e212c0..318653905bd 100644
--- a/dev-qt/qtsvg/qtsvg-5.12.3.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.12.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-qt/qtsql/

2019-05-21 Thread Mikle Kolyada
commit: a1ca121995d941034e341e342b7e26a971a3e0db
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ca1219

dev-qt/qtsql: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtsql/qtsql-5.12.3.ebuild b/dev-qt/qtsql/qtsql-5.12.3.ebuild
index 4bfd8f3ba82..e86a19f8a60 100644
--- a/dev-qt/qtsql/qtsql-5.12.3.ebuild
+++ b/dev-qt/qtsql/qtsql-5.12.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-qt/qtwebsockets/

2019-05-21 Thread Mikle Kolyada
commit: febcd45ebaca1e1c190dcb8a5d0bd6ff9f83a45d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febcd45e

dev-qt/qtwebsockets: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild
index f1411a490fc..5744cb31b69 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Implementation of the WebSocket protocol 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="qml +ssl"



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

2019-05-21 Thread Mikle Kolyada
commit: 5b07e412a2fafbe93c9b3f0ba26b22e7a79b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:47:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b07e412

dev-qt/qtopengl: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtopengl/qtopengl-5.12.3.ebuild 
b/dev-qt/qtopengl/qtopengl-5.12.3.ebuild
index 0e05a605c7c..a21bde4ea2b 100644
--- a/dev-qt/qtopengl/qtopengl-5.12.3.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.12.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/qtquickcontrols/

2019-05-21 Thread Mikle Kolyada
commit: a1327ec3202c14f4a9b58d9bc819b9810f0c096d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1327ec3

dev-qt/qtquickcontrols: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.3.ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5.12.3.ebuild
index 7b012c364fb..40721a02bf2 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.3.ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Set of Qt Quick controls to create complete user interfaces 
(deprecated)"
 
 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-qt/qtspeech/

2019-05-21 Thread Mikle Kolyada
commit: c2d60f85886b5dd8f1753b919ee603191375a2de
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d60f85

dev-qt/qtspeech: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtspeech/qtspeech-5.12.3.ebuild 
b/dev-qt/qtspeech/qtspeech-5.12.3.ebuild
index c829f4dad81..83525d61909 100644
--- a/dev-qt/qtspeech/qtspeech-5.12.3.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Text-to-speech library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 # TODO: flite plugin - needs 2.0.0 (not yet in tree)



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

2019-05-21 Thread Mikle Kolyada
commit: 6f75b25c00e634314a1ecc5c527934561a5e12b2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f75b25c

dev-qt/qtquickcontrols2: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.12.3.ebuild 
b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.12.3.ebuild
index aaa3f46a9c2..c23225e3ef8 100644
--- a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.12.3.ebuild
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 IUSE="widgets"



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

2019-05-21 Thread Mikle Kolyada
commit: 812b80f371df9290ff808c030897955460aec182
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:25 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812b80f3

dev-qt/qttranslations: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qttranslations/qttranslations-5.12.3.ebuild 
b/dev-qt/qttranslations/qttranslations-5.12.3.ebuild
index 254ef1ec8eb..e1c17f53008 100644
--- a/dev-qt/qttranslations/qttranslations-5.12.3.ebuild
+++ b/dev-qt/qttranslations/qttranslations-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Translation files 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/qtpaths/

2019-05-21 Thread Mikle Kolyada
commit: e64657b56a5d5251d9066ba8d0cd72efbca27c6b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:47:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64657b5

dev-qt/qtpaths: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtpaths/qtpaths-5.12.3.ebuild 
b/dev-qt/qtpaths/qtpaths-5.12.3.ebuild
index 14cfd3f75a4..acb53078e5e 100644
--- a/dev-qt/qtpaths/qtpaths-5.12.3.ebuild
+++ b/dev-qt/qtpaths/qtpaths-5.12.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] proj/kde:master commit in: media-libs/pulseaudio-qt/

2019-05-21 Thread Andreas Sturmlechner
commit: 9342ca8967e2f58e16095d45cc2fd1803abe92a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 20:57:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 21:01:38 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9342ca89

media-libs/pulseaudio-qt: Drop 1.0.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild   | 34 --
 1 file changed, 34 deletions(-)

diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild 
b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild
deleted file mode 100644
index f3d859d3f0..00
--- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_QTHELP="true"
-KDE_TEST="optional"
-inherit kde5
-
-DESCRIPTION="Qt bindings for libpulse"
-HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   dev-libs/glib:2
-   media-sound/pulseaudio
-"
-DEPEND="${RDEPEND}
-   test? (
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtquickcontrols2)
-   )
-"



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/, profiles/package.mask/

2019-05-21 Thread Andreas Sturmlechner
commit: a4eb99c77e25ed51461e9f9fb4b46afbbb2f013d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 20 17:38:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 21:01:38 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4eb99c7

kde-plasma/plasma-desktop: 5.15.90.1 betafixbump

See also: https://mail.kde.org/pipermail/release-team/2019-May/011364.html

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../{plasma-desktop-5.15.90.ebuild => plasma-desktop-5.15.90.1.ebuild}  | 2 ++
 profiles/package.mask/kde-plasma-5.15.90| 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.15.90.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.15.90.1.ebuild
similarity index 98%
rename from kde-plasma/plasma-desktop/plasma-desktop-5.15.90.ebuild
rename to kde-plasma/plasma-desktop/plasma-desktop-5.15.90.1.ebuild
index ab37870a75..965aeb95be 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.15.90.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.15.90.1.ebuild
@@ -9,6 +9,8 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
+SRC_URI="mirror://kde/unstable/plasma/${PV/%.1}/${P}.tar.xz"
+
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="appstream +fontconfig ibus +mouse scim +semantic-desktop touchpad"
 

diff --git a/profiles/package.mask/kde-plasma-5.15.90 
b/profiles/package.mask/kde-plasma-5.15.90
index e9e3e609ca..0f8f9f84e6 100644
--- a/profiles/package.mask/kde-plasma-5.15.90
+++ b/profiles/package.mask/kde-plasma-5.15.90
@@ -31,7 +31,7 @@
 ~kde-plasma/milou-5.15.90
 ~kde-plasma/oxygen-5.15.90
 ~kde-plasma/plasma-browser-integration-5.15.90
-~kde-plasma/plasma-desktop-5.15.90
+~kde-plasma/plasma-desktop-5.15.90.1
 ~kde-plasma/plasma-integration-5.15.90
 ~kde-plasma/plasma-meta-5.15.90
 ~kde-plasma/plasma-nm-5.15.90



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

2019-05-21 Thread Mikle Kolyada
commit: 24fd8f2704313cd72561a01eb2cb1589543c97c3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 19:37:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 19:37:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fd8f27

sys-auth/libfprint: mark stable

Closes: https://bugs.gentoo.org/684572
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/sys-auth/libfprint/libfprint-0.99.0.ebuild 
b/sys-auth/libfprint/libfprint-0.99.0.ebuild
index f47dc606596..f985a5c73d6 100644
--- a/sys-auth/libfprint/libfprint-0.99.0.ebuild
+++ b/sys-auth/libfprint/libfprint-0.99.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/freedesktop/libfprint/archive/V_$(ver_rs 0-3 '_').ta
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86"
 IUSE="examples"
 
 RDEPEND="dev-libs/glib:2



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/

2019-05-21 Thread Brian Evans
commit: 1091f8897c0948f4925cfa954258ed2e2ceff666
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May 21 19:55:03 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May 21 19:55:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1091f889

sys-cluster/galera: Version bump for 26.4.2

Compatible with MariaDB 10.4 and greater

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Brian Evans  gentoo.org>

 sys-cluster/galera/Manifest |  1 +
 sys-cluster/galera/galera-26.4.2.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest
index ceb294f31c3..71bea6fd46a 100644
--- a/sys-cluster/galera/Manifest
+++ b/sys-cluster/galera/Manifest
@@ -1,2 +1,3 @@
 DIST galera-25.3.26.tar.gz 3386588 BLAKE2B 
ca78a32dbaa6fd9eb46c40ddb26c97c788e529ad44040b4f720099b7aef2cee13631663cc5ecb7153288c12e7b4b156f988ff56633885e7ee75a0664cb1a90d4
 SHA512 
c462e70e8394ac4cfebca94320199ca4e012db100369788f3efdf1a04a8185908954e575fdb5714524931feeea432c2ed6f8d6ff985b1a47bdb16b4c4f54bdc4
+DIST galera-26.4.2.tar.gz 3499538 BLAKE2B 
4531b246da119528192ce85364a344f56aeb83b05b6de0a87fed5cb34f7e23497b9576e4014899c58af23d045501989ccdb51a25ee27b4e32aeb5d1be1054115
 SHA512 
6c500dbcdc9156421c628c842a00985b3e7c440ad2facbd893f98c846426bf0607ca28152fef99a587146cefb376883ef083d498562d96fcedecf4935a3d466f
 DIST galera-3-25.3.25.tar.gz 3373347 BLAKE2B 
892c5824d88d7ceb0db16f72d9fad9ac7074435a6cacf3fea1599af0be811cc1a0b476d0a15353d0cf854a201ca5e60808392a41125c780bd97b844a4fd55216
 SHA512 
bc9f02c796c7289034f5b285a8f6a0e668c78302546b47c70cbe3927467993baae8835cf54978fb5276251a6d04a84d6952eaee4e6c7c5fd488543fd53d07b03

diff --git a/sys-cluster/galera/galera-26.4.2.ebuild 
b/sys-cluster/galera/galera-26.4.2.ebuild
new file mode 100644
index 000..1e75a442128
--- /dev/null
+++ b/sys-cluster/galera/galera-26.4.2.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit python-any-r1 scons-utils toolchain-funcs user flag-o-matic
+
+DESCRIPTION="Synchronous multi-master replication engine that provides the 
wsrep API"
+HOMEPAGE="http://galeracluster.com;
+SRC_URI="http://nyc2.mirrors.digitalocean.com/mariadb/mariadb-10.4.5/${P}/src/${P}.tar.gz;
+LICENSE="GPL-2 BSD"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="cpu_flags_x86_sse4_2 garbd test"
+
+CDEPEND="
+   dev-libs/openssl:0=
+   >=dev-libs/boost-1.41:0=
+   "
+BDEPEND=">=sys-devel/gcc-4.4"
+DEPEND="${BDEPEND}
+   ${CDEPEND}
+   dev-libs/check
+   >=dev-cpp/asio-1.10.1[ssl]
+   

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

2019-05-21 Thread Jeroen Roovers
commit: 9913410e6dbf873d99d9d4e24d043036e011c1ce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May 21 20:49:26 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May 21 20:49:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9913410e

net-libs/nodejs: Old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/nodejs/Manifest |   3 -
 net-libs/nodejs/nodejs-12.1.0.ebuild | 208 ---
 net-libs/nodejs/nodejs-6.17.0.ebuild | 200 -
 net-libs/nodejs/nodejs-8.15.1.ebuild | 207 --
 4 files changed, 618 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 43dda031f49..18d9ea3ef49 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -2,13 +2,10 @@ DIST node-v0.12.18.tar.gz 19842591 BLAKE2B 
f94f4de6e2875267be194580c645087a262b9
 DIST node-v10.15.3.tar.xz 20262632 BLAKE2B 
d65d4e274fa829be5cda1970b0ebe7081e8476334cb825e5727324c3202bc015f4ba39589608284d0f8c0b722079c06d1587de5299a3c81ccb7b0eacbdaccf84
 SHA512 
cf741f733af7a7e1fbd37b0f98110078494b4771dbdfccacfda95a5ea4cda6cdcea4f8d31dddcf27477213614e4ab6cf7d1a1f900cb92936333730737ac4f9e8
 DIST node-v11.14.0.tar.xz 22106812 BLAKE2B 
3a8dd9feb5916f235bf69d0610e32c1861e64f427b6de5ec27b3634268f273826f271cf5ea821042420d3b3f348124be2ce2fda13d0addea092db1338c9f95f7
 SHA512 
4e8033ea0f326fe5a8372c81771cd58242881ac7db905f697ce79ef9cb3ba2dfe2b94fb24a36775761c72ac531096c5e18a8574f933d76c1b652b18419b25446
 DIST node-v11.15.0.tar.xz 22115480 BLAKE2B 
ed1f621e46d24051f8d84255875e7cb2c1bc0f9432a12fcc35dc5e336a71bb3e7f511146d112d1f236f9f978a68987d80331c22699479ce63b7bf30e50643219
 SHA512 
48270620fab3eef86c21387b316ce9054e2b0aac60a36f7fc08d18ad4a11c8d2082886ca20a455fb4a74a561d7e97c77403227ec9a83a13c47fa230b47a5af2e
-DIST node-v12.1.0.tar.xz 22463256 BLAKE2B 
ed66ac34acb3e27974f1da192776223104862d00410bc3f77ddafa49fd3e5a1a9921acf472990a8cc953522f2953135ad1af80ac9c83f8d796dce343a086d419
 SHA512 
bef5b8f85f772fbce474991952cd36cb83f8bfb9cf59d34e0bc4b0b60fb1a5b8547eaaca8c796e865ad6b7e54dc76e0fbb2c0d692ab35c1cb7d3fd4d39add4e5
 DIST node-v12.2.0.tar.xz 22436748 BLAKE2B 
bb578aad8ad49ee542716086591d896c325083d48b7e69b8b0e9644db2b43546872eaba4b7b6a8b983cb7b21fc948705af88cbf883f275af76bd24918088d584
 SHA512 
00cda17e5fcce771ea461941d6cdd258545ac295bfbe7543f3153278e73fddbe117dd81c4e22716c147eddaab2577f50abf2a3235b18b4eca60180dee050dd7b
 DIST node-v12.3.0.tar.xz 22448392 BLAKE2B 
8c6e40d9bcfee315b6bb5f97846db27ebeae2520fcde5ede942af2f24032101c06653dded9d4fa77992fcdaf5b0f67452e5e3cbb032bd33cde4dc496a652c283
 SHA512 
4b97524781efb8c284337b36d1b02576aa6703aa37d0775329eff735f38bcb5391364bd420914fa75088b97e72fe087e263a41fb2367fc8e8f7f63ebf4a949e6
 DIST node-v4.9.1.tar.xz 13250164 BLAKE2B 
7a689b99bb4bf507f7f21dd2c096a5766d023a8174c0f468cab37365af1920b8700da04157e1a406917790524255ef32c243a74662fd50ef7d3567d189dac9cf
 SHA512 
690c9fdf608e5194069a10955bdd94ec87cb1c308f13bc4d2cae92fa01436ace10fadf58f2e51d477dde6c570b23edc1c71fafea79bfc9cab2903eb2fa5f87aa
 DIST node-v6.14.4.tar.xz 15842824 BLAKE2B 
fc56364be64fe5824e2bb50d861ebf8f58f9895f2c9c108b8df3315b127ffb2755eac85c28165ac9779adab4611ce8f5ea1a5745f43ebaa1389e82b8215c6396
 SHA512 
1ead0c097ec125230dd631f19a5c3ec06a1371f9ca3b392b5ad08fcc227dd0142f33ad52f96890c2c17448a4951a635b9099dfff00d7d8b3ffb59b07904d1bfa
-DIST node-v6.17.0.tar.xz 15853760 BLAKE2B 
f1872b2ed43c447beff2b3278e49f9f10bbef58bba2640f6ecd889facfa4c5e5ae142f3b30721faae615df42c0870d7c09147930a259fa81c161b29559e2a340
 SHA512 
8ae9bfa0336a7d0d9f4a372330de1f877354a3d68bdd6977285787f81999012e42faf4ccef5981fe565ea9e2f18c5490b857bab29359fdf906b5a9fb14628858
 DIST node-v6.17.1.tar.xz 15858444 BLAKE2B 
ad050f71452f0ddf989e66a4eb02e88e4e5001faa2bcb0eae6b57784da87ba1d8251201e3a3d15245bb4d846f31f39854ddfae47aa1212c0526ec717438ba778
 SHA512 
6938c4864a96f5698ebc4e9a1228644820789d5402f42348eb1ff9ccd64f31bb91309a1f3301636b1117424c88b0b41b42baae51a1070d5c532604e5d7d7b868
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 
79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0
 SHA512 
665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42
-DIST node-v8.15.1.tar.xz 18501532 BLAKE2B 
e6da98902d665997b2e85472424e00f817353dcfc118b1d309f1305099b145eb0eae33429554ab5d563366182b34b24ac78f8b78794f8d21318ebcd137622131
 SHA512 
23fb4e2580116a69a58514c2dc1f42098c7d594ea9d0cd6e7090f37e12e1805ca6546df66ee68fcb61b803e287ce34422f55129412f6bdcdaa97f515d9581e19
 DIST node-v8.16.0.tar.xz 18515392 BLAKE2B 
fc2e53322fbd74cc35c3865d718733ca18d37f82af057650cf119ad64bb81aab1dcf8a09e43437b1f196547c11291f5d7de5f53a959f0b742f8f5b97e4a2d7fc
 SHA512 

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

2019-05-21 Thread Jeroen Roovers
commit: 00014cd86dc2b6929bdde464e8169ba2bab77de9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May 21 20:36:49 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May 21 20:49:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00014cd8

net-libs/nodejs: Version 12.3.0

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/nodejs/Manifest |   1 +
 net-libs/nodejs/nodejs-12.3.0.ebuild | 208 +++
 2 files changed, 209 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 223c1d02852..43dda031f49 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -4,6 +4,7 @@ DIST node-v11.14.0.tar.xz 22106812 BLAKE2B 
3a8dd9feb5916f235bf69d0610e32c1861e64
 DIST node-v11.15.0.tar.xz 22115480 BLAKE2B 
ed1f621e46d24051f8d84255875e7cb2c1bc0f9432a12fcc35dc5e336a71bb3e7f511146d112d1f236f9f978a68987d80331c22699479ce63b7bf30e50643219
 SHA512 
48270620fab3eef86c21387b316ce9054e2b0aac60a36f7fc08d18ad4a11c8d2082886ca20a455fb4a74a561d7e97c77403227ec9a83a13c47fa230b47a5af2e
 DIST node-v12.1.0.tar.xz 22463256 BLAKE2B 
ed66ac34acb3e27974f1da192776223104862d00410bc3f77ddafa49fd3e5a1a9921acf472990a8cc953522f2953135ad1af80ac9c83f8d796dce343a086d419
 SHA512 
bef5b8f85f772fbce474991952cd36cb83f8bfb9cf59d34e0bc4b0b60fb1a5b8547eaaca8c796e865ad6b7e54dc76e0fbb2c0d692ab35c1cb7d3fd4d39add4e5
 DIST node-v12.2.0.tar.xz 22436748 BLAKE2B 
bb578aad8ad49ee542716086591d896c325083d48b7e69b8b0e9644db2b43546872eaba4b7b6a8b983cb7b21fc948705af88cbf883f275af76bd24918088d584
 SHA512 
00cda17e5fcce771ea461941d6cdd258545ac295bfbe7543f3153278e73fddbe117dd81c4e22716c147eddaab2577f50abf2a3235b18b4eca60180dee050dd7b
+DIST node-v12.3.0.tar.xz 22448392 BLAKE2B 
8c6e40d9bcfee315b6bb5f97846db27ebeae2520fcde5ede942af2f24032101c06653dded9d4fa77992fcdaf5b0f67452e5e3cbb032bd33cde4dc496a652c283
 SHA512 
4b97524781efb8c284337b36d1b02576aa6703aa37d0775329eff735f38bcb5391364bd420914fa75088b97e72fe087e263a41fb2367fc8e8f7f63ebf4a949e6
 DIST node-v4.9.1.tar.xz 13250164 BLAKE2B 
7a689b99bb4bf507f7f21dd2c096a5766d023a8174c0f468cab37365af1920b8700da04157e1a406917790524255ef32c243a74662fd50ef7d3567d189dac9cf
 SHA512 
690c9fdf608e5194069a10955bdd94ec87cb1c308f13bc4d2cae92fa01436ace10fadf58f2e51d477dde6c570b23edc1c71fafea79bfc9cab2903eb2fa5f87aa
 DIST node-v6.14.4.tar.xz 15842824 BLAKE2B 
fc56364be64fe5824e2bb50d861ebf8f58f9895f2c9c108b8df3315b127ffb2755eac85c28165ac9779adab4611ce8f5ea1a5745f43ebaa1389e82b8215c6396
 SHA512 
1ead0c097ec125230dd631f19a5c3ec06a1371f9ca3b392b5ad08fcc227dd0142f33ad52f96890c2c17448a4951a635b9099dfff00d7d8b3ffb59b07904d1bfa
 DIST node-v6.17.0.tar.xz 15853760 BLAKE2B 
f1872b2ed43c447beff2b3278e49f9f10bbef58bba2640f6ecd889facfa4c5e5ae142f3b30721faae615df42c0870d7c09147930a259fa81c161b29559e2a340
 SHA512 
8ae9bfa0336a7d0d9f4a372330de1f877354a3d68bdd6977285787f81999012e42faf4ccef5981fe565ea9e2f18c5490b857bab29359fdf906b5a9fb14628858

diff --git a/net-libs/nodejs/nodejs-12.3.0.ebuild 
b/net-libs/nodejs/nodejs-12.3.0.ebuild
new file mode 100644
index 000..54f1648d778
--- /dev/null
+++ b/net-libs/nodejs/nodejs-12.3.0.ebuild
@@ -0,0 +1,208 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+inherit bash-completion-r1 flag-o-matic pax-utils python-single-r1 
toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   inspector? ( icu ssl )
+   npm? ( ssl )
+"
+
+RDEPEND="
+   >=dev-libs/libuv-1.28.0:=
+   >=net-dns/c-ares-1.15.0
+   >=net-libs/http-parser-2.8.0:=
+   >=net-libs/nghttp2-1.38.0
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-64.2:= )
+   ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+DEPEND="
+   ${RDEPEND}
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
+   "${FILESDIR}"/${PN}--llhttp.patch
+)
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin

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

2019-05-21 Thread Mikle Kolyada
commit: d46286d10f0cfadffcaf747d9716076c5673b26d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46286d1

dev-qt/qtserialport: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtserialport/qtserialport-5.12.3.ebuild 
b/dev-qt/qtserialport/qtserialport-5.12.3.ebuild
index 8891db9aa04..a29d044cb56 100644
--- a/dev-qt/qtserialport/qtserialport-5.12.3.ebuild
+++ b/dev-qt/qtserialport/qtserialport-5.12.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-qt/qtscript/

2019-05-21 Thread Mikle Kolyada
commit: f03fbca4eb151e2c9cf5ff76a569ba579d72606f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03fbca4

dev-qt/qtscript: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtscript/qtscript-5.12.3.ebuild 
b/dev-qt/qtscript/qtscript-5.12.3.ebuild
index ca09120a4b1..92093efd2ef 100644
--- a/dev-qt/qtscript/qtscript-5.12.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.12.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/qtwidgets/

2019-05-21 Thread Mikle Kolyada
commit: 4dc77c425737aa02acf60267f093a4413be0889d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc77c42

dev-qt/qtwidgets: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtwidgets/qtwidgets-5.12.3.ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.12.3.ebuild
index e6721d9229f..601a90b9382 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.12.3.ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.12.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Set of components for creating classic desktop-style UIs 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
 
 # keep IUSE defaults in sync with qtgui



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

2019-05-21 Thread Mikle Kolyada
commit: 9ed39c8ab5751f37d1553044f0e028d5fdb54ae2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed39c8a

dev-qt/qtxmlpatterns: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.3.ebuild 
b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.3.ebuild
index 30e7dc9e6dd..cba805f6914 100644
--- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.3.ebuild
+++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation 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="qml"



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

2019-05-21 Thread Mikle Kolyada
commit: 28cf8e2ad2b03dbf6b471999daa753e8a3207b0c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:42 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cf8e2a

dev-qt/qtx11extras: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtx11extras/qtx11extras-5.12.3.ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.12.3.ebuild
index 3145ee5c95e..d1194a056ed 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.12.3.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Linux/X11-specific 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=""



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

2019-05-21 Thread Mikle Kolyada
commit: 835e8ce0e4d368992c2c562624b5fdb3c8386919
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835e8ce0

dev-qt/qtpositioning: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtpositioning/qtpositioning-5.12.3.ebuild 
b/dev-qt/qtpositioning/qtpositioning-5.12.3.ebuild
index 49410c7c09a..c8264075c30 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.12.3.ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.12.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Physical position determination 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="geoclue +qml"



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

2019-05-21 Thread Mikle Kolyada
commit: 7b8ade2baa397c092b1daa588a459ed1f1dd7480
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8ade2b

dev-qt/qttest: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qttest/qttest-5.12.3.ebuild 
b/dev-qt/qttest/qttest-5.12.3.ebuild
index 936b07b8944..e9113eb02c8 100644
--- a/dev-qt/qttest/qttest-5.12.3.ebuild
+++ b/dev-qt/qttest/qttest-5.12.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/qtprintsupport/

2019-05-21 Thread Mikle Kolyada
commit: bc92770520e8a82abcb8ec1320fefe72d438d61b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc927705

dev-qt/qtprintsupport: x86 stable wrt bug #685260

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.12.3.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.12.3.ebuild
index 4291e7e659f..41892707e2a 100644
--- a/dev-qt/qtprintsupport/qtprintsupport-5.12.3.ebuild
+++ b/dev-qt/qtprintsupport/qtprintsupport-5.12.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: net-misc/stunnel/

2019-05-21 Thread Anthony G. Basile
commit: d919b4eca512c0929e6acb5722095fb8c666cca1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue May 21 20:53:31 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue May 21 20:53:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d919b4ec

net-misc/stunnel: version bump to 5.54

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

 net-misc/stunnel/Manifest|  1 +
 net-misc/stunnel/stunnel-5.54.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
index 1c8fe9e69d2..32efa9fb77e 100644
--- a/net-misc/stunnel/Manifest
+++ b/net-misc/stunnel/Manifest
@@ -1,3 +1,4 @@
 DIST stunnel-5.43.tar.gz 698715 BLAKE2B 
21ac7014e571e1c22b1b21b6dc5c4f22ec91197c7088756fb65dd4dd22541538179d5b389cbd1c3bd8f8d61436eab36e23f6317757229035cd8e9f04ba536f0e
 SHA512 
3158ab7573d8c548ee71aecb3f94e141bd80e123a62848945263004e28668050a8a08c904dbf61df28c4f5c1d94eb380943ab39835ccd18273a6acf05a3488a8
 DIST stunnel-5.50.tar.gz 973685 BLAKE2B 
e4185fa0c4f15ea118a8f6590bae14a9e1d7ccf1f73b75e46d8c7f04e4ece471c29b0a3715a24568301c5220fe385cbf42295c91ae9b295e3d7ab2b0ffec45a1
 SHA512 
96029b4f0dc0f04130e847bf47e56e8fdd22f2aaddb5fe0f581a0da6b870049152216795a0a9d9cdb6b93621df0a7d999e968a8c59989d261fd81c5f02cc1bac
 DIST stunnel-5.51.tar.gz 979334 BLAKE2B 
d01f2667691e7bbb8bd0cd0d625d511462d53a2061d3b3d774a8efaa832370ee5111c941f8f0875fd13a91620887aae0eb76c17a30bc9d37d8b77aafda2414b4
 SHA512 
ae135b0da789b3daf2114ebd2af50c376c34d5e911189d71af2a350f6f413b8642027027bcd5a9d547169c8ee2e05f4f9558b3a669842e5c0542dbe85f79229b
+DIST stunnel-5.54.tar.gz 985587 BLAKE2B 
3f736301f042387bfb1b892bf33b1baa1b93459db84cab61844bb19a423a4cced65fbc6f5c1bacd0a638596553e5f9a08ea72175c8fc31195e103615ff9fa591
 SHA512 
3c8f782c48fbe2dc4909e8d4c5db6491cd9c58fe0763107546d8420b8b49a02a4a1258e88282d07b31e784111c7f167d66c7c2af92f347685b393d443a653cd9

diff --git a/net-misc/stunnel/stunnel-5.54.ebuild 
b/net-misc/stunnel/stunnel-5.54.ebuild
new file mode 100644
index 000..8e7f7da16ba
--- /dev/null
+++ b/net-misc/stunnel/stunnel-5.54.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit ssl-cert multilib systemd user
+
+DESCRIPTION="TLS/SSL - Port Wrapper"
+HOMEPAGE="http://www.stunnel.org/index.html;
+SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   
http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
+   http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="ipv6 selinux stunnel3 tcpd"
+
+DEPEND="
+   tcpd? ( sys-apps/tcp-wrappers )
+   dev-libs/openssl:0="
+RDEPEND="${DEPEND}
+   stunnel3? ( dev-lang/perl )
+   selinux? ( sec-policy/selinux-stunnel )"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup stunnel
+   enewuser stunnel -1 -1 -1 stunnel
+}
+
+src_prepare() {
+   # Hack away generation of certificate
+   sed -i -e "s/^install-data-local:/do-not-run-this:/" \
+   tools/Makefile.in || die "sed failed"
+
+   echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
+
+   eapply_user
+}
+
+src_configure() {
+   econf \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
+   $(use_enable ipv6) \
+   $(use_enable tcpd libwrap) \
+   --with-ssl="${EPREFIX}"/usr \
+   --disable-fips
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm -rf "${ED}"/usr/share/doc/${PN}
+   rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
+   "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
+   use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
+
+   # The binary was moved to /usr/bin with 4.21,
+   # symlink for backwards compatibility
+   dosym ../bin/stunnel /usr/sbin/stunnel
+
+   dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
+   docinto html
+   dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
+   tools/importCA.html
+
+   insinto /etc/stunnel
+   doins "${FILESDIR}"/stunnel.conf
+   newinitd "${FILESDIR}"/stunnel-r1 stunnel
+
+   doenvd "${T}"/20stunnel
+
+   systemd_dounit "${S}/tools/stunnel.service"
+   systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
+}
+
+pkg_postinst() {
+   if [ ! -f 

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

2019-05-21 Thread James Le Cuirot
commit: 689e0dac34531ec3476fbc7cfa8541e940b9cb56
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue May 21 20:51:40 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue May 21 20:52:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689e0dac

profiles: Mask games-emulation/vbam[ffmpeg]

Doesn't support ffmpeg-4. Portage takes a long time to report the
conflict and the feature is half broken anyway.

Bug: https://github.com/visualboyadvance-m/visualboyadvance-m/issues/179
Signed-off-by: James Le Cuirot  gentoo.org>

 profiles/base/package.use.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 03f8e8c920b..bd7f8963dc1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# James Le Cuirot  (21 May 2019)
+# Doesn't support ffmpeg-4. Portage takes a long time to report the
+# conflict and the feature is half broken anyway. See
+# https://github.com/visualboyadvance-m/visualboyadvance-m/issues/179.
+games-emulation/vbam ffmpeg
+
 # Ulrich Müller  (18 May 2019)
 # Firmware images without a known license. Most likely, upstream
 # redistribution may conflict with the licenses or lack thereof



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

2019-05-21 Thread Aaron Bauman
commit: f043af41662388164d748609c6e85db0e06e7ceb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:28:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f043af41

dev-libs/redland-bindings: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild 
b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
index f95cfbb2773..b113ecc582d 100644
--- a/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
+++ b/dev-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-linux 
~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-linux 
~ppc-macos"
 IUSE="lua perl python php ruby"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2019-05-21 Thread Aaron Bauman
commit: 634ea20db94966df1ead1ede67a8fe3e32d04b71
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:41:07 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634ea20d

dev-python/sparql-wrapper: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild 
b/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
index 25329b886ad..eb170d9b9d6 100644
--- a/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
+++ b/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="W3C"
 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=""
 



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

2019-05-21 Thread Aaron Bauman
commit: b8bf1813e295a828b6dade5a98bdcd8bb661e7e1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:31:33 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bf1813

media-libs/raptor: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 media-libs/raptor/raptor-2.0.15-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/raptor/raptor-2.0.15-r2.ebuild 
b/media-libs/raptor/raptor-2.0.15-r2.ebuild
index 2f77ba34181..d5f5f8bf168 100644
--- a/media-libs/raptor/raptor-2.0.15-r2.ebuild
+++ b/media-libs/raptor/raptor-2.0.15-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug json static-libs unicode"
 
 DEPEND="



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

2019-05-21 Thread Aaron Bauman
commit: 96e9ea52b8f4f76a06ee7b910e64cb68ab86c345
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:23:34 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e9ea52

dev-python/rdflib: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/rdflib/rdflib-4.2.2.ebuild 
b/dev-python/rdflib/rdflib-4.2.2.ebuild
index f7f636a1a26..32f070a4bb5 100644
--- a/dev-python/rdflib/rdflib-4.2.2.ebuild
+++ b/dev-python/rdflib/rdflib-4.2.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc berkdb examples mysql redland sqlite test"
 
 RDEPEND="



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

2019-05-21 Thread Aaron Bauman
commit: b4a8e592c4adb8f48acde03555a21dc8a4f3eea4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:36:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a8e592

dev-perl/XML-DOM: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-perl/XML-DOM/XML-DOM-1.460.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-DOM/XML-DOM-1.460.0-r1.ebuild 
b/dev-perl/XML-DOM/XML-DOM-1.460.0-r1.ebuild
index 40a566bae54..6c90faa9032 100644
--- a/dev-perl/XML-DOM/XML-DOM-1.460.0-r1.ebuild
+++ b/dev-perl/XML-DOM/XML-DOM-1.460.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl module for an DOM Level 1 compliant interface"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix 
~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 ppc ppc64 sparc x86 ~ppc-aix 
~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="test"
 
 RDEPEND="



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

2019-05-21 Thread Aaron Bauman
commit: 399eef093f1621cb1b8e85978915760b9b9a4b63
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:24:01 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399eef09

dev-python/isodate: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/isodate/isodate-0.5.4.ebuild 
b/dev-python/isodate/isodate-0.5.4.ebuild
index a2bf29a30cf..ba76f79c716 100644
--- a/dev-python/isodate/isodate-0.5.4.ebuild
+++ b/dev-python/isodate/isodate-0.5.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-05-21 Thread Aaron Bauman
commit: 549bb17513e9b23a91ed84fd07084a47adc2790d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:34:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549bb175

dev-libs/rasqal: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-libs/rasqal/rasqal-0.9.33.ebuild 
b/dev-libs/rasqal/rasqal-0.9.33.ebuild
index 9707a9ad8aa..92686eca94a 100644
--- a/dev-libs/rasqal/rasqal-0.9.33.ebuild
+++ b/dev-libs/rasqal/rasqal-0.9.33.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+crypt gmp kernel_linux +mhash pcre static-libs test xml"
 
 RDEPEND="



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

2019-05-21 Thread Aaron Bauman
commit: 832fdfe74b9696d7a64e3a05b6d75f5dc372cd32
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:25:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832fdfe7

dev-python/bsddb3: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-python/bsddb3/bsddb3-6.2.4.ebuild 
b/dev-python/bsddb3/bsddb3-6.2.4.ebuild
index 484748d7ecd..0b0b57a9b3d 100644
--- a/dev-python/bsddb3/bsddb3-6.2.4.ebuild
+++ b/dev-python/bsddb3/bsddb3-6.2.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="


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

2019-05-21 Thread Aaron Bauman
commit: c197aff2c6cdcee40d9db3e292caffa80e19c206
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:30:30 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c197aff2

dev-libs/redland: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/redland/redland-1.0.17-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/redland/redland-1.0.17-r2.ebuild 
b/dev-libs/redland/redland-1.0.17-r2.ebuild
index d7fa804dcef..987b257ff81 100644
--- a/dev-libs/redland/redland-1.0.17-r2.ebuild
+++ b/dev-libs/redland/redland-1.0.17-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="berkdb iodbc mysql odbc postgres sqlite static-libs"
 
 RDEPEND="dev-libs/libltdl:0



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

2019-05-21 Thread Aaron Bauman
commit: 52a55de67d18a7cc1d7755b52069b85a466320aa
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:37:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a55de6

dev-perl/XML-RegExp: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-perl/XML-RegExp/XML-RegExp-0.40.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-RegExp/XML-RegExp-0.40.0-r1.ebuild 
b/dev-perl/XML-RegExp/XML-RegExp-0.40.0-r1.ebuild
index b8a78d5af56..de74c89a03c 100644
--- a/dev-perl/XML-RegExp/XML-RegExp-0.40.0-r1.ebuild
+++ b/dev-perl/XML-RegExp/XML-RegExp-0.40.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Regular expressions for XML tokens"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix 
~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 ppc ppc64 sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-perl/XML-Parser-2.29"



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

2019-05-21 Thread Aaron Bauman
commit: 5c080adb86d542c05c3b1222f94269ec1884462c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 22:32:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 22:42:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c080adb

dev-libs/yajl: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/yajl/yajl-2.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/yajl/yajl-2.1.0-r2.ebuild 
b/dev-libs/yajl/yajl-2.1.0-r2.ebuild
index 0e7ec004ef2..7b9ed2dc52c 100644
--- a/dev-libs/yajl/yajl-2.1.0-r2.ebuild
+++ b/dev-libs/yajl/yajl-2.1.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/lloyd/yajl/tarball/${PV} -> 
${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 PATCHES=( "${FILESDIR}"/${P}-uclibc.patch "${FILESDIR}"/${P}-pkg-config.patch )



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

2019-05-21 Thread Stephen Klimaszewski
commit: f471752e578fa3e3fee54a2a13c6b74e345d9b29
Author: Stephen Klimaszewski  gentoo  org>
AuthorDate: Tue May 21 22:49:19 2019 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Tue May 21 22:49:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f471752e

dev-libs/libslz: add ~arm64, closes bug #685992

Thanks to bertrand for filing the bug.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski  gentoo.org>

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

diff --git a/dev-libs/libslz/libslz-1.1.0.ebuild 
b/dev-libs/libslz/libslz-1.1.0.ebuild
index bf812e97c80..dfda44e0c7f 100644
--- a/dev-libs/libslz/libslz-1.1.0.ebuild
+++ b/dev-libs/libslz/libslz-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="http://git.1wt.eu/web?p=${PN}.git;a=snapshot;h=v${PV};sf=tbz2 -> ${P}.t
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 IUSE="static-libs tools"
 
 DEPEND=""



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

2019-05-21 Thread Andreas Sturmlechner
commit: 9868cb7fe0e9e305a457e1b770166f22b1e49c44
Author: Bernd Waibel  gmail  com>
AuthorDate: Mon May 13 17:33:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 23:14:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9868cb7f

profiles: Stable-mask media-gfx/alembic[arnold,maya]

Masking arnold and maya USE flags for testing for now.

Signed-off-by: Bernd Waibel  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10394
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/base/package.use.stable.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 0879dc3bdde..8bde36761be 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Bernd Waibel  (22 May 2019)
+# Marked experimental, needs build and runtime testing. Due to non-
+# available licenses for arnold and maya I can not test these addons.
+# Build and functional tests and reports on issues are appreciated!
+media-gfx/alembic arnold maya
+
 # Georgy Yakovlev  (10 May 2019)
 # needs llvm slots which are not stable #678908
 # also prone to weird compilation failures



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

2019-05-21 Thread Andreas Sturmlechner
commit: 086785602b9c2c58becc8cc28d9cc1952643028a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 23:18:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 23:18:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08678560

media-libs/ptex: Drop 2.1.28 (r0)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/ptex/ptex-2.1.28.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/media-libs/ptex/ptex-2.1.28.ebuild 
b/media-libs/ptex/ptex-2.1.28.ebuild
deleted file mode 100644
index b766367ac44..000
--- a/media-libs/ptex/ptex-2.1.28.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Per-Face Texture Mapping for Production Rendering"
-HOMEPAGE="http://ptex.us/;
-SRC_URI="https://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
-   app-doc/doxygen"
-
-KEYWORDS="~amd64 ~x86"
-
-src_configure() {
-   local mycmakeargs=( 
-DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html )
-   cmake-utils_src_configure
-}



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/, releases/weekly/specs/amd64/hardened/, tools-musl/, ...

2019-05-21 Thread Matthew Thode
commit: a11c06701afd927c64b53c3b5060ae69064717af
Author: Matthew Thode  mthode  org>
AuthorDate: Tue May 21 23:21:17 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue May 21 23:21:17 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a11c0670

switch to xz for stage4

 releases/weekly/specs/amd64/hardened/stage4-minimal.spec| 1 +
 releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec | 1 +
 releases/weekly/specs/amd64/stage4-minimal.spec | 1 +
 releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec  | 1 +
 releases/weekly/specs/arm64/stage4-minimal.spec | 1 +
 tools-musl/stage4-hardened-amd64.spec   | 1 +
 tools-systemd/stage4-amd64.spec | 1 +
 7 files changed, 7 insertions(+)

diff --git a/releases/weekly/specs/amd64/hardened/stage4-minimal.spec 
b/releases/weekly/specs/amd64/hardened/stage4-minimal.spec
index 55d2434d..a69971ea 100644
--- a/releases/weekly/specs/amd64/hardened/stage4-minimal.spec
+++ b/releases/weekly/specs/amd64/hardened/stage4-minimal.spec
@@ -4,6 +4,7 @@ version_stamp: hardened+minimal-latest
 rel_type: hardened
 profile: default/linux/amd64/17.0/hardened
 snapshot: latest
+compression_mode: pixz_x
 source_subpath: hardened/stage3-amd64-hardened-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 

diff --git 
a/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec 
b/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec
index 46abe8f8..6c7a6841 100644
--- a/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec
+++ b/releases/weekly/specs/amd64/hardened/stage4-nomultilib-minimal.spec
@@ -4,6 +4,7 @@ version_stamp: hardened+minimal-nomultilib-latest
 rel_type: hardened
 profile: default/linux/amd64/17.0/no-multilib/hardened
 snapshot: latest
+compression_mode: pixz_x
 source_subpath: hardened/stage3-amd64-hardened+nomultilib-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 

diff --git a/releases/weekly/specs/amd64/stage4-minimal.spec 
b/releases/weekly/specs/amd64/stage4-minimal.spec
index 4cf8ee84..f8618ac4 100644
--- a/releases/weekly/specs/amd64/stage4-minimal.spec
+++ b/releases/weekly/specs/amd64/stage4-minimal.spec
@@ -4,6 +4,7 @@ version_stamp: minimal-latest
 rel_type: default
 profile: default/linux/amd64/17.0
 snapshot: latest
+compression_mode: pixz_x
 source_subpath: default/stage3-amd64-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 

diff --git a/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec 
b/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec
index a18edfb0..546c6052 100644
--- a/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec
+++ b/releases/weekly/specs/amd64/stage4-nomultilib-minimal.spec
@@ -4,6 +4,7 @@ version_stamp: minimal-nomultilib-latest
 rel_type: default
 profile: default/linux/amd64/17.0/no-multilib
 snapshot: latest
+compression_mode: pixz_x
 source_subpath: default/stage3-amd64-nomultilib-latest
 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 

diff --git a/releases/weekly/specs/arm64/stage4-minimal.spec 
b/releases/weekly/specs/arm64/stage4-minimal.spec
index 31c1aeb1..d4d762b3 100644
--- a/releases/weekly/specs/arm64/stage4-minimal.spec
+++ b/releases/weekly/specs/arm64/stage4-minimal.spec
@@ -4,6 +4,7 @@ version_stamp: minimal-2008.0
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: current
+compression_mode: pixz_x
 source_subpath: default/stage3-arm64-2008.0
 #portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
 

diff --git a/tools-musl/stage4-hardened-amd64.spec 
b/tools-musl/stage4-hardened-amd64.spec
index de305778..ecae1f3a 100644
--- a/tools-musl/stage4-hardened-amd64.spec
+++ b/tools-musl/stage4-hardened-amd64.spec
@@ -4,6 +4,7 @@ version_stamp: musl-hardened-MY_DATE
 rel_type: musl/hardened/amd64
 profile: default/linux/amd64/17.0/musl/hardened
 snapshot: current
+compression_mode: pixz_x
 source_subpath: musl/hardened/amd64/stage3-amd64-musl-hardened
 portage_confdir: @REPO_DIR@/portage.amd64.hardened.stage4
 portage_overlay: /opt/overlays/musl

diff --git a/tools-systemd/stage4-amd64.spec b/tools-systemd/stage4-amd64.spec
index 61aad32d..e656d3a9 100644
--- a/tools-systemd/stage4-amd64.spec
+++ b/tools-systemd/stage4-amd64.spec
@@ -4,6 +4,7 @@ version_stamp: systemd
 rel_type: systemd/SARCH
 profile: default/linux/PARCH/17.0/systemd
 snapshot: current
+compression_mode: pixz_x
 source_subpath: systemd/SARCH/PSTAGE-SARCH-systemd
 portage_confdir: @REPO_DIR@/releases/weekly/portage/stages/
 



[gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/

2019-05-21 Thread Andreas Sturmlechner
commit: 66609d476cc03a5dd1c0132b9411335614e00f92
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 23:34:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 23:34:51 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=66609d47

kde-apps/dolphin: Add 'Share' context menu info to pkg_postinst

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/dolphin/dolphin-19.04.49..ebuild | 3 +++
 kde-apps/dolphin/dolphin-.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-apps/dolphin/dolphin-19.04.49..ebuild 
b/kde-apps/dolphin/dolphin-19.04.49..ebuild
index 3c7c2feb6a..54109fa89b 100644
--- a/kde-apps/dolphin/dolphin-19.04.49..ebuild
+++ b/kde-apps/dolphin/dolphin-19.04.49..ebuild
@@ -78,5 +78,8 @@ pkg_postinst() {
 
has_version "kde-apps/kleopatra:${SLOT}" || \
elog "For crypto actions install 
kde-apps/kleopatra:${SLOT}"
+
+   has_version "kde-frameworks/purpose:${SLOT}" || \
+   elog "For 'Share' context menu actions install 
kde-frameworks/purpose:${SLOT}"
fi
 }

diff --git a/kde-apps/dolphin/dolphin-.ebuild 
b/kde-apps/dolphin/dolphin-.ebuild
index 3c7c2feb6a..54109fa89b 100644
--- a/kde-apps/dolphin/dolphin-.ebuild
+++ b/kde-apps/dolphin/dolphin-.ebuild
@@ -78,5 +78,8 @@ pkg_postinst() {
 
has_version "kde-apps/kleopatra:${SLOT}" || \
elog "For crypto actions install 
kde-apps/kleopatra:${SLOT}"
+
+   has_version "kde-frameworks/purpose:${SLOT}" || \
+   elog "For 'Share' context menu actions install 
kde-frameworks/purpose:${SLOT}"
fi
 }



<    1   2   3   4   >