[gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/, dev-lang/erlang/files/

2019-06-28 Thread Michał Górny
commit: 80361f8e4bac09ee90d24c9a8f271baf593cf1aa
Author: iamdenchik  gmail  com>
AuthorDate: Fri Apr 26 10:47:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 07:37:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80361f8e

dev-lang/erlang: Move command_args to conf.d

Signed-off-by: Denis Pershin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11830
Signed-off-by: Michał Górny  gentoo.org>

 dev-lang/erlang/erlang-22.0.2-r1.ebuild | 148 
 dev-lang/erlang/files/epmd.confd|   2 +
 dev-lang/erlang/files/epmd.init-r1  |  24 ++
 3 files changed, 174 insertions(+)

diff --git a/dev-lang/erlang/erlang-22.0.2-r1.ebuild 
b/dev-lang/erlang/erlang-22.0.2-r1.ebuild
new file mode 100644
index 000..2c99593513a
--- /dev/null
+++ b/dev-lang/erlang/erlang-22.0.2-r1.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit eapi7-ver elisp-common java-pkg-opt-2 systemd wxwidgets
+
+# NOTE: If you need symlinks for binaries please tell maintainers or
+# open up a bug to let it be created.
+
+UPSTREAM_V="$(ver_cut 1-2)"
+
+DESCRIPTION="Erlang programming language, runtime environment and libraries 
(OTP)"
+HOMEPAGE="https://www.erlang.org/";
+SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz
+   http://erlang.org/download/otp_doc_man_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_man_${UPSTREAM_V}.tar.gz
+   doc? ( http://erlang.org/download/otp_doc_html_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_html_${UPSTREAM_V}.tar.gz )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+IUSE="doc emacs +hipe java +kpoll libressl odbc sctp ssl systemd tk wxwidgets"
+
+RDEPEND="
+   sys-libs/ncurses:0
+   sys-libs/zlib
+   emacs? ( virtual/emacs )
+   java? ( >=virtual/jdk-1.8:* )
+   odbc? ( dev-db/unixODBC )
+   sctp? ( net-misc/lksctp-tools )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.7d:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   systemd? ( sys-apps/systemd )
+   tk? ( dev-lang/tk:0 )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
+"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+"
+
+S="${WORKDIR}/otp-OTP-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/18.2.1-wx3.0.patch"
+   "${FILESDIR}/${PN}-22.0-dont-ignore-LDFLAGS.patch"
+   "${FILESDIR}/${PN}-add-epmd-pid-file-creation-for-openrc.patch"
+)
+
+SITEFILE=50"${PN}"-gentoo.el
+
+src_prepare() {
+   default
+
+   ./otp_build autoconf
+}
+
+src_configure() {
+   use wxwidgets && setup-wxwidgets
+
+   local myconf=(
+   --disable-builtin-zlib
+   $(use_enable hipe)
+   $(use_enable kpoll kernel-poll)
+   $(use_with java javac)
+   $(use_enable sctp)
+   $(use_with ssl ssl "${EPREFIX}"/usr)
+   $(use_enable ssl dynamic-ssl-lib)
+   $(usex wxwidgets "--with-wx-config=${WX_CONFIG}" 
"--with-wxdir=/dev/null")
+   )
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake
+
+   if use emacs ; then
+   pushd lib/tools/emacs &>/dev/null || die
+   elisp-compile *.el
+   popd &>/dev/null || die
+   fi
+}
+
+extract_version() {
+   local path="$1"
+   local var_name="$2"
+   sed -n -e "/^${var_name} = \(.*\)$/s::\1:p" "${S}/${path}/vsn.mk" || 
die "extract_version() failed"
+}
+
+src_install() {
+   local erl_libdir_rel="$(get_libdir)/erlang"
+   local erl_libdir="/usr/${erl_libdir_rel}"
+   local erl_interface_ver="$(extract_version lib/erl_interface EI_VSN)"
+   local erl_erts_ver="$(extract_version erts VSN)"
+   local my_manpath="/usr/share/${PN}/man"
+
+   [[ -z "${erl_erts_ver}" ]] && die "Couldn't determine erts version"
+   [[ -z "${erl_interface_ver}" ]] && die "Couldn't determine interface 
version"
+
+   emake INSTALL_PREFIX="${D}" install
+
+   if use doc ; then
+   local DOCS=( "AUTHORS" "HOWTO"/* "README.md" "CONTRIBUTING.md" 
"${WORKDIR}"/doc/. "${WORKDIR}"/lib/. "${WORKDIR}"/erts-* )
+   docompress -x /usr/share/doc/${PF}
+   else
+   local DOCS=("README.md")
+   fi
+
+   einstalldocs
+
+   dosym "../${erl_libdir_rel}/bin/erl" /usr/bin/erl
+   dosym "../${erl_libdir_rel}/bin/erlc" /usr/bin/erlc
+   dosym "../${erl_libdir_rel}/bin/escript" /usr/bin/escript
+   dosym 
"../${erl_libdir_rel}/lib/erl_interface-${erl_interface_ver}/bin/erl_call" 
/usr/bin/erl_call
+   dosym "../${erl_libdir_rel}/erts-${erl_erts_ver}/bin/beam.smp" 
/usr/bin/beam.smp
+
+   ## Clean up the no longer needed files
+   rm "${ED}/${erl_lib

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

2019-06-28 Thread Jeroen Roovers
commit: bdfad7aa1a9e71a6294b13ea1813c3652b91ad62
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 28 08:13:40 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 28 08:13:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfad7aa

net-libs/nodejs: Old

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

 net-libs/nodejs/Manifest |   1 -
 net-libs/nodejs/nodejs-12.3.1.ebuild | 208 ---
 2 files changed, 209 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 3878f9f8704..a2f7761da71 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -3,7 +3,6 @@ DIST node-v10.15.3.tar.xz 20262632 BLAKE2B 
d65d4e274fa829be5cda1970b0ebe7081e847
 DIST node-v10.16.0.tar.xz 21480088 BLAKE2B 
de91e718893aa0bb87b75225a484281370ca1054fed919d6177911ca8e57228a0925c077a02397efd05594f72438d47b264d6f4b91623173e3a577a58a5d86db
 SHA512 
df197c7b929fe1e0acf0334dbeb45be4c0cfa3266f9ddb513eafffcd6405bc02cba2fcbd34a7a5bef2e45a1d61ef3734ca0afe7295904ed563744fe06751cc62
 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.3.1.tar.xz 22462972 BLAKE2B 
f28b5594aca3701735a178873ae426ebde27a6abb5b13115c6ca2a32bb2e2532f60a96722b07737246bdf8a1dce799e86f920a355278ad8619d9931319a6e81a
 SHA512 
40e05550d48b0b8739fcd6ef66a70e53e85106af486c2f99aad58fe10c8f33e5473ab5afb59849960ce828f5c8bb21f26cecbbfb31852a2f2c6aa3916449b44d
 DIST node-v12.4.0.tar.xz 22479676 BLAKE2B 
86abd574843a8aa8a17fed378e3041288eea1f41c51f0613150129be9bd38ce83e88dde884cef81fe84f746f47f027ffe37bc07773112c4a9b1a3b12ffd40ee2
 SHA512 
04a9eeedaef2c151e993d9ca3d43d56d85e24b5f5d04fbee1b4556d192badb3e4f3c735dee58abf0a43775d2de335f054e23aedae48140148e2466245311d306
 DIST node-v12.5.0.tar.xz 22565576 BLAKE2B 
dadda02d43d63f69b387c81784d76d756f0c132abef7746c9a36f5fe3fcdd3d74d9ef3fd5d8d3afd7983f28f9514cc981bfc48dff9fcd155ad002e4ef012aea3
 SHA512 
ae1133b6cb0856c10a081dee1f8b21f279b366f99efd6dcd24b9768b0928088ef89c3cd34ed5dd683459d30cbb54015e20616d8dfeda4a522f457d23f80a2f8f
 DIST node-v4.9.1.tar.xz 13250164 BLAKE2B 
7a689b99bb4bf507f7f21dd2c096a5766d023a8174c0f468cab37365af1920b8700da04157e1a406917790524255ef32c243a74662fd50ef7d3567d189dac9cf
 SHA512 
690c9fdf608e5194069a10955bdd94ec87cb1c308f13bc4d2cae92fa01436ace10fadf58f2e51d477dde6c570b23edc1c71fafea79bfc9cab2903eb2fa5f87aa

diff --git a/net-libs/nodejs/nodejs-12.3.1.ebuild 
b/net-libs/nodejs/nodejs-12.3.1.ebuild
deleted file mode 100644
index 1d6bf82084f..000
--- a/net-libs/nodejs/nodejs-12.3.1.ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# 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.29.1:=
-   >=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: net-libs/nodejs/

2019-06-28 Thread Jeroen Roovers
commit: 253efb037e531ac6a7e566e9ddbc5426d7990dad
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 28 08:12:46 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 28 08:13:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253efb03

net-libs/nodejs: Version 12.5.0

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

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

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 99d7df16991..3878f9f8704 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -5,6 +5,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.3.1.tar.xz 22462972 BLAKE2B 
f28b5594aca3701735a178873ae426ebde27a6abb5b13115c6ca2a32bb2e2532f60a96722b07737246bdf8a1dce799e86f920a355278ad8619d9931319a6e81a
 SHA512 
40e05550d48b0b8739fcd6ef66a70e53e85106af486c2f99aad58fe10c8f33e5473ab5afb59849960ce828f5c8bb21f26cecbbfb31852a2f2c6aa3916449b44d
 DIST node-v12.4.0.tar.xz 22479676 BLAKE2B 
86abd574843a8aa8a17fed378e3041288eea1f41c51f0613150129be9bd38ce83e88dde884cef81fe84f746f47f027ffe37bc07773112c4a9b1a3b12ffd40ee2
 SHA512 
04a9eeedaef2c151e993d9ca3d43d56d85e24b5f5d04fbee1b4556d192badb3e4f3c735dee58abf0a43775d2de335f054e23aedae48140148e2466245311d306
+DIST node-v12.5.0.tar.xz 22565576 BLAKE2B 
dadda02d43d63f69b387c81784d76d756f0c132abef7746c9a36f5fe3fcdd3d74d9ef3fd5d8d3afd7983f28f9514cc981bfc48dff9fcd155ad002e4ef012aea3
 SHA512 
ae1133b6cb0856c10a081dee1f8b21f279b366f99efd6dcd24b9768b0928088ef89c3cd34ed5dd683459d30cbb54015e20616d8dfeda4a522f457d23f80a2f8f
 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.1.tar.xz 15858444 BLAKE2B 
ad050f71452f0ddf989e66a4eb02e88e4e5001faa2bcb0eae6b57784da87ba1d8251201e3a3d15245bb4d846f31f39854ddfae47aa1212c0526ec717438ba778
 SHA512 
6938c4864a96f5698ebc4e9a1228644820789d5402f42348eb1ff9ccd64f31bb91309a1f3301636b1117424c88b0b41b42baae51a1070d5c532604e5d7d7b868

diff --git a/net-libs/nodejs/nodejs-12.5.0.ebuild 
b/net-libs/nodejs/nodejs-12.5.0.ebuild
new file mode 100644
index 000..1d6bf82084f
--- /dev/null
+++ b/net-libs/nodejs/nodejs-12.5.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.29.1:=
+   >=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 Darwi

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

2019-06-28 Thread Michał Górny
commit: 3f7bf19ddececb01e80288deeec4495ea6977797
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Jun 28 07:03:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 08:37:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7bf19d

www-plugins/passff: Remove old, 1.8

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Michał Górny  gentoo.org>

 www-plugins/passff/Manifest  |  1 -
 www-plugins/passff/passff-1.8.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
index 0cfd5cf3ac0..6dc113ca0cf 100644
--- a/www-plugins/passff/Manifest
+++ b/www-plugins/passff/Manifest
@@ -1,2 +1 @@
-DIST passff-1.8-fx.xpi 72678 BLAKE2B 
d5ec67fff396d62960fbf813ab9d8f6086028a282bab78aa4dc6e63132e723ce4b1bb6d05015d3934fabbd37460d04f7626043b97fd29c5c72486754ef14e111
 SHA512 
5500e7439d5eda3481eaa405abaef5b846f4f29b5fee4dffc49084b2ce658f9e13e4ced747a28d368892034921a556e3a989c1f8682365cdab787e41913c8250
 DIST passff-1.9-fx.xpi 72849 BLAKE2B 
8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671
 SHA512 
7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850

diff --git a/www-plugins/passff/passff-1.8.ebuild 
b/www-plugins/passff/passff-1.8.ebuild
deleted file mode 100644
index 8a9894c396e..000
--- a/www-plugins/passff/passff-1.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2018-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_XPINAME="${P}-fx"
-
-DESCRIPTION="zx2c4 pass manager extension for Firefox"
-HOMEPAGE="https://github.com/passff/passff";
-SRC_URI="https://addons.mozilla.org/firefox/downloads/file/2983533/${MY_XPINAME}.xpi";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="www-plugins/passff-host[firefox]"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die
-}
-
-src_install() {
-   # See 
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders
-   insinto 
"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/"
-   # pas...@invicem.pro is the extension id found in the manifest.json
-   newins "${MY_XPINAME}.xpi" "pas...@invicem.pro.xpi"
-}



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

2019-06-28 Thread Michał Górny
commit: 1ac4bcb8526e2785bf9bfdf20ba057cd506c28a9
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Jun 28 07:03:33 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 08:37:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac4bcb8

www-plugins/passff: Version bump, 1.9

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Michał Górny  gentoo.org>

 www-plugins/passff/Manifest  |  1 +
 www-plugins/passff/passff-1.9.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
index 25af54a823f..0cfd5cf3ac0 100644
--- a/www-plugins/passff/Manifest
+++ b/www-plugins/passff/Manifest
@@ -1 +1,2 @@
 DIST passff-1.8-fx.xpi 72678 BLAKE2B 
d5ec67fff396d62960fbf813ab9d8f6086028a282bab78aa4dc6e63132e723ce4b1bb6d05015d3934fabbd37460d04f7626043b97fd29c5c72486754ef14e111
 SHA512 
5500e7439d5eda3481eaa405abaef5b846f4f29b5fee4dffc49084b2ce658f9e13e4ced747a28d368892034921a556e3a989c1f8682365cdab787e41913c8250
+DIST passff-1.9-fx.xpi 72849 BLAKE2B 
8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671
 SHA512 
7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850

diff --git a/www-plugins/passff/passff-1.9.ebuild 
b/www-plugins/passff/passff-1.9.ebuild
new file mode 100644
index 000..d2745055d54
--- /dev/null
+++ b/www-plugins/passff/passff-1.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2018-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_XPINAME="${P}-fx"
+
+DESCRIPTION="zx2c4 pass manager extension for Firefox"
+HOMEPAGE="https://github.com/passff/passff";
+SRC_URI="https://addons.mozilla.org/firefox/downloads/file/3051801/${MY_XPINAME}.xpi";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="www-plugins/passff-host[firefox]"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die
+}
+
+src_install() {
+   # See 
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders
+   insinto 
"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/"
+   # pas...@invicem.pro is the extension id found in the manifest.json
+   newins "${MY_XPINAME}.xpi" "pas...@invicem.pro.xpi"
+}



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

2019-06-28 Thread Michał Górny
commit: 2c0630983c75273e08b06b083522e2ca265c9078
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 28 09:04:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 09:04:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c063098

xfce-base/xfconf: Bump to 4.13.8

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.8.ebuild | 87 +++
 2 files changed, 88 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index a662f1d2896..3cd9e9ece1d 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 DIST xfconf-4.13.7.tar.bz2 618676 BLAKE2B 
8f7dd97530d4781e2d46d8139800f54991d932db5de0050e66d711bafef1daa0355383fd139789037a92b462042563a9aa2269295785b2f8217a0e9ff6a00c80
 SHA512 
113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d
+DIST xfconf-4.13.8.tar.bz2 635519 BLAKE2B 
4f8a05063b5acfa34e8a09637050e4c30917966708e956a3d8373d4872e0468e3b546728bafed18f2c6ec1e540170343e59071d5100ff2ec63bb0bbf4dcfe577
 SHA512 
2b6afee1c9299e56e1576f93b34410c99b16109e83b0b34c4e13d952997d4812de6a6ab69f015c8f7fb8cf01e1b00b5d953261c3cbbfeab216c878aae3618f77

diff --git a/xfce-base/xfconf/xfconf-4.13.8.ebuild 
b/xfce-base/xfconf/xfconf-4.13.8.ebuild
new file mode 100644
index 000..0076669b06b
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.8.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection perl vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   >=xfce-base/libxfce4util-4.10:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   vala? ( $(vala_depend) )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   nonfatal emake check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2019-06-28 Thread Michał Górny
commit: 0b1a77461f6a87f27498b9bf2bb363fd7912a69b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 28 08:42:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 08:42:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1a7746

dev-util/xfce4-dev-tools: Bump to 4.13.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index ea7b1177d11..b0288db63c7 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1 +1,2 @@
 DIST xfce4-dev-tools-4.12.0.tar.bz2 309586 BLAKE2B 
8ebcc8f133772eb39acba0b2f189a67751b9a2b4d36e5897003d56f6b88d3e97e89e0383b98c4b5ae684786d5aed3409a4b491fdbaa6e37bf8fc7447a33b8605
 SHA512 
60f90dc3eea355779ee1bb6a0cf24fb9e0ba70971c9c26ea681755de41560cfbca59a28241c2fd818031dc46e95c550424577451ceb7a42b1de0b0ff4a31
+DIST xfce4-dev-tools-4.13.0.tar.bz2 292066 BLAKE2B 
3200bb73f135d4c82ef785269d26a34f3874e69188831c94574766080a26d7837ab3a05b88457397044b66c58cc78d1b136d3ee303ae3b78e7894fc91aac3c7c
 SHA512 
ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild
new file mode 100644
index 000..2d5f6650e28
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.42"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"



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

2019-06-28 Thread Michael Haubenwallner
commit: 77237bb2d50f407bbd64d7fbb60e5e1eb38812a4
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Fri Jun 28 10:01:15 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Fri Jun 28 10:04:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77237bb2

dev-python/bz2file: add ~amd64-linux ~x86-linux keywords

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/dev-python/bz2file/bz2file-0.98.ebuild 
b/dev-python/bz2file/bz2file-0.98.ebuild
index 3fdb46a77db..2820eac7a00 100644
--- a/dev-python/bz2file/bz2file-0.98.ebuild
+++ b/dev-python/bz2file/bz2file-0.98.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="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-cygwin ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 python_test() {



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

2019-06-28 Thread Michael Haubenwallner
commit: e750a3c0cfe2141cbd346e97406cb40f7544d062
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Fri Jun 28 10:03:29 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Fri Jun 28 10:04:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e750a3c0

app-portage/gemato: add ~amd64-linux ~x86-linux keywords

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 app-portage/gemato/gemato-14.1.ebuild  | 2 +-
 app-portage/gemato/gemato-14.1m.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gemato/gemato-14.1.ebuild 
b/app-portage/gemato/gemato-14.1.ebuild
index 9548ad6f7ea..ca88cf6cbc3 100644
--- a/app-portage/gemato/gemato-14.1.ebuild
+++ b/app-portage/gemato/gemato-14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
 
 MODULE_RDEPEND="

diff --git a/app-portage/gemato/gemato-14.1m.ebuild 
b/app-portage/gemato/gemato-14.1m.ebuild
index 318a72bafc8..851a29675cc 100644
--- a/app-portage/gemato/gemato-14.1m.ebuild
+++ b/app-portage/gemato/gemato-14.1m.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/mgorny/gemato/archive/v${MY_PV}.tar.gz -> ${MY_P}.ta
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
 
 MODULE_RDEPEND="



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

2019-06-28 Thread Agostino Sarubbo
commit: b86ac8fb2040ca6c825504dfbb25f89a51728fb6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86ac8fb

sci-libs/libgeotiff: amd64 stable wrt bug #688806

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

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index d30e21eb05f..de20ffc9369 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



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

2019-06-28 Thread Agostino Sarubbo
commit: e391444a80b3b26a1ba0594059901bd80142a1ee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:36:44 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:36:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e391444a

dev-util/cgvg: amd64 stable wrt bug #688832

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

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

diff --git a/dev-util/cgvg/cgvg-1.6.3.ebuild b/dev-util/cgvg/cgvg-1.6.3.ebuild
index 39df1e1b81e..206e652e2d6 100644
--- a/dev-util/cgvg/cgvg-1.6.3.ebuild
+++ b/dev-util/cgvg/cgvg-1.6.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://uzix.org/cgvg/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
 
 RDEPEND="dev-lang/perl"
 DEPEND="${RDEPEND}"



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

2019-06-28 Thread Agostino Sarubbo
commit: fdd3164511fbe2be830fcced5fe5ec0c917babf3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd31645

media-sound/abcde: amd64 stable wrt bug #688800

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

 media-sound/abcde/abcde-2.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/abcde/abcde-2.9.3.ebuild 
b/media-sound/abcde/abcde-2.9.3.ebuild
index 57117596365..37f65b6425e 100644
--- a/media-sound/abcde/abcde-2.9.3.ebuild
+++ b/media-sound/abcde/abcde-2.9.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://abcde.einval.com/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 # Enable MP3 related flags by default
 IUSE="aac aiff cdr flac +id3tag +lame mac musepack musicbrainz normalize opus 
replaygain speex vorbis wavpack"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/

2019-06-28 Thread Agostino Sarubbo
commit: 3cf8870fb6960f3fc3a29dd5b5a65b8e162fab50
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:36:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:36:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf8870f

app-editors/focuswriter: amd64 stable wrt bug #688826

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

 app-editors/focuswriter/focuswriter-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/focuswriter/focuswriter-1.7.2.ebuild 
b/app-editors/focuswriter/focuswriter-1.7.2.ebuild
index 0eb1d6e9eb3..2467364ecc9 100644
--- a/app-editors/focuswriter/focuswriter-1.7.2.ebuild
+++ b/app-editors/focuswriter/focuswriter-1.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2";
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 BDEPEND="



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

2019-06-28 Thread Agostino Sarubbo
commit: 7c659fb7609d2de9d9fc9c0033b81b1aef60a13d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c659fb7

dev-util/ftjam: amd64 stable wrt bug #688804

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

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 79f3a89e3cf..14035334b35 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2";
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



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

2019-06-28 Thread Agostino Sarubbo
commit: 8964f16fe1d2787d629fc79388697a7315587f64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:36:54 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:36:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8964f16f

dev-libs/flatbuffers: amd64 stable wrt bug #688796

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

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

diff --git a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild 
b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
index 2bf8b35e8dd..1beb72c525b 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs test"
 
 DOCS=( readme.md )



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2019-06-28 Thread Agostino Sarubbo
commit: 591eb219011577d84ab2142187e8c31d335e413d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:37 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591eb219

sci-astronomy/stellarium: amd64 stable wrt bug #688810

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

 sci-astronomy/stellarium/stellarium-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.19.0.ebuild 
b/sci-astronomy/stellarium/stellarium-0.19.0.ebuild
index 90e1f884b68..4053c2fd9ca 100644
--- a/sci-astronomy/stellarium/stellarium-0.19.0.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.19.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug gps media nls stars test"
 
 BDEPEND="



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

2019-06-28 Thread Agostino Sarubbo
commit: 9a8d02396ea6046be69b46b8057a2abc865b0608
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:36:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:36:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8d0239

dev-libs/quazip: amd64 stable wrt bug #688486

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

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

diff --git a/dev-libs/quazip/quazip-0.8.1.ebuild 
b/dev-libs/quazip/quazip-0.8.1.ebuild
index 69667b006a0..7ddbfca7e7a 100644
--- a/dev-libs/quazip/quazip-0.8.1.ebuild
+++ b/dev-libs/quazip/quazip-0.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stachenov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-desktop-common/

2019-06-28 Thread Agostino Sarubbo
commit: 1e64d7b997509c997e4cd5162638bd8673bb6c8f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:36:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:36:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e64d7b9

app-emulation/wine-desktop-common: amd64 stable wrt bug #688822

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

 .../wine-desktop-common/wine-desktop-common-20150204-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild 
b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
index d43b6fa3837..a8dea3f165f 100644
--- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
+++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="-* amd64 ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-emulation/wine:0"



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

2019-06-28 Thread Agostino Sarubbo
commit: cab8a2170b941f38c5526d70664832ffb8a67963
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:36:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:36:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab8a217

sys-block/di: amd64 stable wrt bug #688784

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

 sys-block/di/di-4.47.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/di/di-4.47.ebuild b/sys-block/di/di-4.47.ebuild
index 129c2ef259f..dd38961bc35 100644
--- a/sys-block/di/di-4.47.ebuild
+++ b/sys-block/di/di-4.47.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
@@ -10,7 +10,7 @@ SRC_URI="http://www.gentoo.com/di/${P}.tar.gz";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="nls"
 
 RESTRICT="test" #405205, #405471



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

2019-06-28 Thread Agostino Sarubbo
commit: 041bf0251d65ea28d958d7e99bd9e03a119775e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:11 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041bf025

media-sound/erec: amd64 stable wrt bug #688802

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

 media-sound/erec/erec-2.2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/erec/erec-2.2.0.1-r1.ebuild 
b/media-sound/erec/erec-2.2.0.1-r1.ebuild
index ec593943a2a..23fae21300a 100644
--- a/media-sound/erec/erec-2.2.0.1-r1.ebuild
+++ b/media-sound/erec/erec-2.2.0.1-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Shared audio recording server"
 HOMEPAGE="https://bisqwit.iki.fi/source/erec.html";
 SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2";
 
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 



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

2019-06-28 Thread Agostino Sarubbo
commit: 7be8450e7b9a4d7f3b1e1d9e248d73557eca0bc2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:36:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:36:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be8450e

x11-misc/xfractint: amd64 stable wrt bug #688816

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

 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild 
b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
index 6b8eb555403..fcc57fd8fb6 100644
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz";
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}



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

2019-06-28 Thread Agostino Sarubbo
commit: 6325f3476717e8b0bbd27508e37d93e5ece376cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6325f347

media-libs/zimg: amd64 stable wrt bug #688808

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

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

diff --git a/media-libs/zimg/zimg-2.8.ebuild b/media-libs/zimg/zimg-2.8.ebuild
index d20d4bf5840..217eb10a0de 100644
--- a/media-libs/zimg/zimg-2.8.ebuild
+++ b/media-libs/zimg/zimg-2.8.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] repo/gentoo:master commit in: app-editors/emacs/

2019-06-28 Thread Agostino Sarubbo
commit: 59c158811ac3a57a5912c0f189e678b99f9144b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:42:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:42:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c15881

app-editors/emacs: alpha stable wrt bug #688616

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

 app-editors/emacs/emacs-26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emacs/emacs-26.2.ebuild 
b/app-editors/emacs/emacs-26.2.ebuild
index bda0f6937ef..307d55bad7c 100644
--- a/app-editors/emacs/emacs-26.2.ebuild
+++ b/app-editors/emacs/emacs-26.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz"
 
 LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
 SLOT="26"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk gtk2 gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 
livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd 
+threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
 REQUIRED_USE="?? ( aqua X )"
 



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

2019-06-28 Thread Agostino Sarubbo
commit: f3468b5566e8d0fb56351dfe688bdf34de65c543
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:42:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:42:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3468b55

dev-libs/libical: alpha stable wrt bug #688490

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

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

diff --git a/dev-libs/libical/libical-3.0.5.ebuild 
b/dev-libs/libical/libical-3.0.5.ebuild
index bf1afb93ffd..b068f3dc391 100644
--- a/dev-libs/libical/libical-3.0.5.ebuild
+++ b/dev-libs/libical/libical-3.0.5.ebuild
@@ -12,7 +12,7 @@ 
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"
+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="



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexmk/

2019-06-28 Thread Agostino Sarubbo
commit: b4221bc41426c1767eee8eed34b7416bff368660
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:42:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:42:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4221bc4

dev-tex/latexmk: alpha stable wrt bug #688590

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

 dev-tex/latexmk/latexmk-456.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latexmk/latexmk-456.ebuild 
b/dev-tex/latexmk/latexmk-456.ebuild
index d32e9e8de3d..7a7cd4beef1 100644
--- a/dev-tex/latexmk/latexmk-456.ebuild
+++ b/dev-tex/latexmk/latexmk-456.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="virtual/latex-base
dev-lang/perl"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2019-06-28 Thread Lars Wendler
commit: ebfabad9686f1c48f9e62dbff23d511ad3b892bb
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 10:15:24 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 11:49:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfabad9

net-ftp/filezilla: Bump to version 3.43.0

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

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.43.0.ebuild | 84 +++
 2 files changed, 85 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 19535f8c86c..430a4fdfb2c 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -3,3 +3,4 @@ DIST FileZilla_3.40.0_src.tar.bz2 4997647 BLAKE2B 
88ff2461d33369c435645f1dd5afa9
 DIST FileZilla_3.41.2_src.tar.bz2 4994803 BLAKE2B 
34f8331d3dfe3bdf483d234a0473074e17954b7d16abb7276ee6276221091f085c802d8cb0d397e00159b408d2737f5e23f2e50ad19d344c82472c09eea4dcd1
 SHA512 
c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c
 DIST FileZilla_3.42.0_src.tar.bz2 4985999 BLAKE2B 
3713b732d9021fa61c71bfa0fae04e9ee743cc887c3807311a8d5fee5d6ee4e67159a0e6cf6b5048df3f68f44ddcb22744b6f5c7c74c90bf4103c1b85cf9afb4
 SHA512 
d3a273fc17d53785de693c67bfc318f281ee73694a136b440049f4efb32ee1e1f8a625141353ac33b5404303a786adb38d6b44659dda6b83788f39f7001342fd
 DIST FileZilla_3.42.1_src.tar.bz2 4987250 BLAKE2B 
8cc6fd0a0cec336f34793520fe4be52a36a91ba5a4a3d41092d78c00a25899f73abd03f8d6339da40bc98a618dbae98063de2844a83cacb1431fc53f3b962383
 SHA512 
0dc9b3a6347803f60a71c56bb759700fb2b1b019dc29794aa639ce892ccd1ae53041112987f9d5e8e75ec7e07702a5aac8e1c131796bbc5f210d75d286276deb
+DIST FileZilla_3.43.0_src.tar.bz2 4544635 BLAKE2B 
13c99918dd7674fe3f2f0217b39ebe7aa89effe411e3cf90e08c9177278ce143ac84a021e49be0bc0772af29a5c34c33b03ce93d54f0b9918e4ea1001875ea48
 SHA512 
12c518616508e1cbd7ab60f1b94f8c876c885bc4399674c4b2df34235141fde1297a1edc686078c0f93b040ea6e42984c22ace00c4da201c7f99b4c9b71f5bc1

diff --git a/net-ftp/filezilla/filezilla-3.43.0.ebuild 
b/net-ftp/filezilla/filezilla-3.43.0.ebuild
new file mode 100644
index 000..fcb905143ff
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.43.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0-gtk3"
+
+inherit autotools flag-o-matic wxwidgets xdg
+
+MY_PV=${PV/_/-}
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
+HOMEPAGE="https://filezilla-project.org/";
+SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+IUSE="dbus nls test"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
+   >=dev-libs/nettle-3.1:=
+   >=dev-db/sqlite-3.7
+   >=dev-libs/libfilezilla-0.17.1
+   =dev-libs/pugixml-1.7
+   >=net-libs/gnutls-3.5.7
+   >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
+   x11-misc/xdg-utils
+   dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=sys-devel/libtool-1.4
+   nls? ( >=sys-devel/gettext-0.11 )
+   test? ( >=dev-util/cppunit-1.13.0 )"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+DOCS=(AUTHORS ChangeLog NEWS )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.22.1-debug.patch
+)
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "Currently active compiler does not support 
-std=c++14"
+   fi
+   fi
+}
+
+src_prepare() {
+   setup-wxwidgets
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-autoupdatecheck
+   --with-pugixml=system
+   $(use_enable nls locales)
+   $(use_with dbus)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}



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

2019-06-28 Thread Lars Wendler
commit: 8ab63b7e61fd0100d0fed1c092f393bca578d287
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 11:43:28 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 11:49:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab63b7e

dev-libs/libinput: Bump to version 1.13.4. Removed old.

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

 dev-libs/libinput/Manifest   | 2 +-
 dev-libs/libinput/{libinput-1.13.3.ebuild => libinput-1.13.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 94b0e5dca97..339888b1e00 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -1,3 +1,3 @@
 DIST libinput-1.12.6.tar.xz 518784 BLAKE2B 
7462f47be3628f9c66ef5b7c8265b588bd0ca328bafe91932f5341a010ac882648b4e7cfd0db241ae526836172e0829d68d21f8966d2be8b49f4e1c0c40df018
 SHA512 
02ad90c77a0c8c27fd96ec34e1546c5f0947ced49bad386372c1ef7c41b3b2157c39020f0766f20aaf2ab3c97128567e169279bea21115ced39499dda325d2ef
 DIST libinput-1.13.2.tar.xz 529488 BLAKE2B 
489f962ca0b0385817fc76a5bc7254143d12c07e32a91dd118dca53fcdd6eaf5d2eef8aa5c5598a2aadda9e4a20b8a4c9340b60dee8286cd322fe2d294f1f6b7
 SHA512 
26f11c5274c26acc38b9b5729195010c0799a9563f1eb0e0cd67e323f8ed73b0fc8db8584ec8fdf1b726417f64c2daeb54832167079832626c8c1190fccf459f
-DIST libinput-1.13.3.tar.xz 530916 BLAKE2B 
af88659252d509c22ad255963353109ad9cf05171b3bff6d71872b6d2675a524c54a6ec0af28e1eab484dfeb91a9cd9db227084ffbfd6469d5726c4c882f
 SHA512 
427ec838975444571770e129ef78fd42e4438a11e89ed0b3fc98793184d00c0ca8ed282eab2045cc6cb345804ad6fce1061af563b4f41d75405cdf2f09cb01e1
+DIST libinput-1.13.4.tar.xz 53 BLAKE2B 
96345625b98ecc5476b9525cac84ec6cffb5854ce8d9e197fa73dbcb3548ebfea7820fa32d4e808222c0471fc94d89003775587cc0ed9c8445dd5902d3463792
 SHA512 
ccfdfc704dab9ea19a503399ecd4ce3a95b8d9480b8dfddeb80be01236c34c6f2f472be0e12e0468092611470d303351e092141bc7491729639bcf7e64d7

diff --git a/dev-libs/libinput/libinput-1.13.3.ebuild 
b/dev-libs/libinput/libinput-1.13.4.ebuild
similarity index 100%
rename from dev-libs/libinput/libinput-1.13.3.ebuild
rename to dev-libs/libinput/libinput-1.13.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2019-06-28 Thread Lars Wendler
commit: 786da79933b379be3d0b94402095e07e0e6d35d9
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 10:16:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 11:49:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786da799

net-ftp/filezilla: Removed old.

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

 net-ftp/filezilla/Manifest|  1 -
 net-ftp/filezilla/filezilla-3.42.0.ebuild | 84 ---
 2 files changed, 85 deletions(-)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 430a4fdfb2c..30b4337e1b2 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,6 +1,5 @@
 DIST FileZilla_3.39.0_src.tar.bz2 4995713 BLAKE2B 
d89aaa1f57187cd926ae1c4dd34624b404baa291334c652293d2dcfaedc4a5dffb401f8727b5d5d1fb483bdd503f35124efb75bdd7dd750d68e517fcb57fb8c0
 SHA512 
a0360634517ffd07878082abae024dbb4896035edcbd9abe6d8adfc9d37b73d01d95f6c5ca031175d88b6e4badefafcc43b5ddce3d9dbddde4deab5f0cc97e83
 DIST FileZilla_3.40.0_src.tar.bz2 4997647 BLAKE2B 
88ff2461d33369c435645f1dd5afa98c566141bf825e74898f870bd4c09cc7b47a70f605afbaf7be28855385812a28ea24303b6ec7f0ba605a793160c3b76027
 SHA512 
7aeb0c340111a47c435e8d8cbf379e83d2fc6c0a94038e085664df34c2fe1f8ef8496ea894f5e4cfd576d034e8935fe29661bb9eff9f22416032f45f5a66db2f
 DIST FileZilla_3.41.2_src.tar.bz2 4994803 BLAKE2B 
34f8331d3dfe3bdf483d234a0473074e17954b7d16abb7276ee6276221091f085c802d8cb0d397e00159b408d2737f5e23f2e50ad19d344c82472c09eea4dcd1
 SHA512 
c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c
-DIST FileZilla_3.42.0_src.tar.bz2 4985999 BLAKE2B 
3713b732d9021fa61c71bfa0fae04e9ee743cc887c3807311a8d5fee5d6ee4e67159a0e6cf6b5048df3f68f44ddcb22744b6f5c7c74c90bf4103c1b85cf9afb4
 SHA512 
d3a273fc17d53785de693c67bfc318f281ee73694a136b440049f4efb32ee1e1f8a625141353ac33b5404303a786adb38d6b44659dda6b83788f39f7001342fd
 DIST FileZilla_3.42.1_src.tar.bz2 4987250 BLAKE2B 
8cc6fd0a0cec336f34793520fe4be52a36a91ba5a4a3d41092d78c00a25899f73abd03f8d6339da40bc98a618dbae98063de2844a83cacb1431fc53f3b962383
 SHA512 
0dc9b3a6347803f60a71c56bb759700fb2b1b019dc29794aa639ce892ccd1ae53041112987f9d5e8e75ec7e07702a5aac8e1c131796bbc5f210d75d286276deb
 DIST FileZilla_3.43.0_src.tar.bz2 4544635 BLAKE2B 
13c99918dd7674fe3f2f0217b39ebe7aa89effe411e3cf90e08c9177278ce143ac84a021e49be0bc0772af29a5c34c33b03ce93d54f0b9918e4ea1001875ea48
 SHA512 
12c518616508e1cbd7ab60f1b94f8c876c885bc4399674c4b2df34235141fde1297a1edc686078c0f93b040ea6e42984c22ace00c4da201c7f99b4c9b71f5bc1

diff --git a/net-ftp/filezilla/filezilla-3.42.0.ebuild 
b/net-ftp/filezilla/filezilla-3.42.0.ebuild
deleted file mode 100644
index e4f7d03cf42..000
--- a/net-ftp/filezilla/filezilla-3.42.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit autotools flag-o-matic wxwidgets xdg
-
-MY_PV=${PV/_/-}
-MY_P="FileZilla_${MY_PV}"
-
-DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
-HOMEPAGE="https://filezilla-project.org/";
-SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
-IUSE="dbus nls test"
-
-# pugixml 1.7 minimal dependency is for c++11 proper configuration
-RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
-   >=dev-libs/nettle-3.1:=
-   >=dev-db/sqlite-3.7
-   >=dev-libs/libfilezilla-0.16.0
-   =dev-libs/pugixml-1.7
-   >=net-libs/gnutls-3.5.7
-   >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
-   x11-misc/xdg-utils
-   dbus? ( sys-apps/dbus )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   >=sys-devel/libtool-1.4
-   nls? ( >=sys-devel/gettext-0.11 )
-   test? ( >=dev-util/cppunit-1.13.0 )"
-
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-DOCS=(AUTHORS ChangeLog NEWS )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.22.1-debug.patch
-)
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if ! test-flag-CXX -std=c++14; then
-   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
-   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
-   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
-   die "Currently active compiler does not support 
-std=c++14"
-   fi
-   fi
-}
-
-src_prepare() {
-   setup-wxwidgets
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-autoupdatecheck
-   --with-pugixml=system
-   $(use_enable nls locales)
-   $(use_with dbus)
-   )
-   econf "${myeconfargs[@]}"
-}
-

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

2019-06-28 Thread Lars Wendler
commit: f379afe1e629a71f4aa41cf5bb7970fe09a55ded
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 10:12:21 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 11:49:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f379afe1

dev-libs/libfilezilla: Bump to version 0.17.1. Removed old.

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

 dev-libs/libfilezilla/Manifest  | 2 +-
 .../{libfilezilla-0.17.0.ebuild => libfilezilla-0.17.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index e40e2345176..8dc199c325e 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -1,3 +1,3 @@
 DIST libfilezilla-0.15.1.tar.bz2 404746 BLAKE2B 
644f4b8949670d5b07f9e7b861d388ce70eae6612e34bf938cb628b65724a527e33c1f039087fd8381c06a15c12cc2b4fc6f616cc5949bf325e2eebf41abdf2d
 SHA512 
d557f7636bfc3958b8558fab3384b0ea84caea594566d39c051f20f02dfd71213369c50df282a3f7d2dd757038bd26e9722214839dab965cb7cde9733d59883a
 DIST libfilezilla-0.16.0.tar.bz2 413535 BLAKE2B 
ea6ce80e272efea3fcef2fbd1f0ecca1248c314eea49631b4a98d257cfe1ebe505de011c021874ab0158883077d0af61929689ffb2b92528ef50502d84c933a7
 SHA512 
ea3302ae0c51582d6715fa3dd06d330a2ac820c3229b4dcab4a3470021dba667b6aea1a5b13168d720d7218cc8513e40c97990ed6573d0ea46d76e6ef50c2e6e
-DIST libfilezilla-0.17.0.tar.bz2 516570 BLAKE2B 
133c40f40f0439f3b9610549cb83966621e81beeb699731d35a145792689c453e21c110f39e4257c536f34f770f01a89ecc510079f470a36405ba390153d606c
 SHA512 
4bd61a7eacfaf38f6cf0ecf099629febe8a31d7db3fccd3779b73eb9d13823d929b3db09b83e03410867f8bd3e1adf94683ad51c8b4a52fda63e0433d04c6f9f
+DIST libfilezilla-0.17.1.tar.bz2 517778 BLAKE2B 
d678675b2fafe80e2f0e54af372220194870460c1eeaeb91ae6709ad8addcfbb6326819bbaf1d3782e391b07172f94783b0d8a3405f54bad3f818c72426b5047
 SHA512 
c9c88bf3cbeb5284c3e55571b40b07f780cb23aeb802284d385a2564bf46396875a34739f9819b0c3f89923950f19a13f6454940434a987bb91b2f23b898f774

diff --git a/dev-libs/libfilezilla/libfilezilla-0.17.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.17.1.ebuild
similarity index 100%
rename from dev-libs/libfilezilla/libfilezilla-0.17.0.ebuild
rename to dev-libs/libfilezilla/libfilezilla-0.17.1.ebuild



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

2019-06-28 Thread Lars Wendler
commit: 57a025a2b583110babb3edaa718f692375802ad1
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 10:10:18 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 11:49:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a025a2

dev-util/cmake: Bump to version 3.15.0_rc3. Removed old.

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

 dev-util/cmake/Manifest | 2 +-
 dev-util/cmake/{cmake-3.15.0_rc2.ebuild => cmake-3.15.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 204d0c8adf4..1dd8f3caed0 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,3 +1,3 @@
 DIST cmake-3.14.3.tar.gz 8851085 BLAKE2B 
92da2c563f7ddc3b12457f63eead850eb99b123298632b5a9e8f80f3e32db20e2b25bc60778855400261d13d4ef42600162248f4a92907a0c581e202fc6620eb
 SHA512 
e257a96334f21f2b2f17e8d43aa32c2b069d13194604393c5ac9d3da193000d5328181c6cf861696186d022aba57679ee2d08073d8a7112727746b2b145a47e2
 DIST cmake-3.14.5.tar.gz 8854929 BLAKE2B 
3e783de1ce541039c80228a56fed4fd28e9ef2ea48f274995f6f26f8b149f1684aab6da518f27106f364a4f0a6f370334f3a85dd61f1bcce22c34337ef4afdaa
 SHA512 
9acd2de17db86052801194cac570bfc104320c249b83058aa59554b42c3d5af9c9293d1c069f3fe8512a80103d511186d840168cbc190ce9584ca99cb9b11e46
-DIST cmake-3.15.0-rc2.tar.gz 9253778 BLAKE2B 
141fa60dcf18cb2ea0d97eca88da61ffdf5e0551172ab01c87e2637dc543218f19edd156e0d288458d2797474523b34830d70d38daa759e7b15318ca86e4
 SHA512 
397232f6d9742df9fd11fa02f5377613039bf62c6782e835a06a0c0e3a4da0742d608a2bf110d750336ce68b19fed1482b5df14ab9bef933c2054468d9488387
+DIST cmake-3.15.0-rc3.tar.gz 9255508 BLAKE2B 
d6d2a46f5d639e290913d1af0f353baf144003c9c3159fa1be900318fd935b2e89fe09ae78db0df291782ef7ff54e64017ea8ab4ee330dfb0e36e14d82ad20e6
 SHA512 
0a5403e3d13560800fec3b0a932d7d165e5a133fa5c45235f605a761c69aac399164ee4fb79ab4045914c351b9460dcdb3aaad5a0fd1eb8b0153d0fcdddb7f10

diff --git a/dev-util/cmake/cmake-3.15.0_rc2.ebuild 
b/dev-util/cmake/cmake-3.15.0_rc3.ebuild
similarity index 100%
rename from dev-util/cmake/cmake-3.15.0_rc2.ebuild
rename to dev-util/cmake/cmake-3.15.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2019-06-28 Thread Lars Wendler
commit: c0d8ff20ff2d1ef5b361456f25afcc0a6d7e4ad7
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 09:55:38 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 11:49:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d8ff20

net-firewall/nftables: Removed old.

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

 net-firewall/nftables/nftables-0.9.0-r1.ebuild | 89 
 net-firewall/nftables/nftables-0.9.0-r3.ebuild | 94 --
 net-firewall/nftables/nftables-0.9.0.ebuild| 85 ---
 3 files changed, 268 deletions(-)

diff --git a/net-firewall/nftables/nftables-0.9.0-r1.ebuild 
b/net-firewall/nftables/nftables-0.9.0-r1.ebuild
deleted file mode 100644
index 09ccb7d4001..000
--- a/net-firewall/nftables/nftables-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools linux-info systemd
-
-DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
-HOMEPAGE="https://netfilter.org/projects/nftables/";
-SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
-IUSE="debug doc +gmp json +readline"
-
-RDEPEND=">=net-libs/libmnl-1.0.3:0=
-   gmp? ( dev-libs/gmp:0= )
-   json? ( dev-libs/jansson )
-   readline? ( sys-libs/readline:0= )
-   >=net-libs/libnftnl-1.1.1:0="
-
-DEPEND="${RDEPEND}
-   >=app-text/docbook2X-0.8.8-r4
-   doc? ( >=app-text/dblatex-0.3.7 )
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig"
-
-S="${WORKDIR}/v${PV}"
-
-pkg_setup() {
-   if kernel_is ge 3 13; then
-   CONFIG_CHECK="~NF_TABLES"
-   linux-info_pkg_setup
-   else
-   eerror "This package requires kernel version 3.13 or newer to 
work properly."
-   fi
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --sbindir="${EPREFIX}"/sbin
-   $(use_enable debug)
-   $(use_enable doc pdf-doc)
-   $(use_with !gmp mini_gmp)
-   $(use_with json)
-   $(use_with readline cli)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   exeinto /usr/libexec/${PN}
-   doexe "${FILESDIR}"/libexec/${PN}.sh
-
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   newinitd "${FILESDIR}"/${PN}.init ${PN}
-   keepdir /var/lib/nftables
-
-   systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service
-   systemd_enable_service basic.target ${PN}-restore.service
-
-   docinto /usr/share/doc/${PF}/skels
-   dodoc "${D}"/etc/nftables/*
-   rm -R "${D}"/etc/nftables
-}
-
-pkg_postinst() {
-   local save_file
-   save_file="${EROOT%/}/var/lib/nftables/rules-save"
-
-   # In order for the nftables-restore systemd service to start
-   # the save_file must exist.
-   if [[ ! -f ${save_file} ]]; then
-   touch ${save_file}
-   fi
-
-   elog "If you are creating firewall rules before the next system restart 
"
-   elog "the nftables-restore service must be manually started in order to 
"
-   elog "save those rules on shutdown."
-}

diff --git a/net-firewall/nftables/nftables-0.9.0-r3.ebuild 
b/net-firewall/nftables/nftables-0.9.0-r3.ebuild
deleted file mode 100644
index 346d321bb37..000
--- a/net-firewall/nftables/nftables-0.9.0-r3.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools linux-info systemd
-
-DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
-HOMEPAGE="https://netfilter.org/projects/nftables/";
-SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
-IUSE="debug doc +gmp json +modern_kernel +readline"
-
-RDEPEND=">=net-libs/libmnl-1.0.3:0=
-   gmp? ( dev-libs/gmp:0= )
-   json? ( dev-libs/jansson )
-   readline? ( sys-libs/readline:0= )
-   >=net-libs/libnftnl-1.1.1:0="
-
-DEPEND="${RDEPEND}
-   >=app-text/docbook2X-0.8.8-r4
-   doc? ( >=app-text/dblatex-0.3.7 )
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig"
-
-S="${WORKDIR}/v${PV}"
-
-pkg_setup() {
-   if kernel_is ge 3 13; then
-   if use modern_kernel && kernel_is lt 3 18; then
-   eerror "The modern_kernel USE flag requires kernel 
version 3.18 or newer to work properly."
-   fi
-   CONFIG_CHECK="~NF_TABLES"
-   linux-info_pkg_setup
-   else
-   eerror "This package requires kernel version

[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/files/, net-firewall/nftables/

2019-06-28 Thread Lars Wendler
commit: 7be951c308fdca589c4d7a54131bb39d841a8955
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 09:07:23 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 11:49:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be951c3

net-firewall/nftables: Bump to version 0.9.1

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

 net-firewall/nftables/Manifest |   1 +
 .../nftables-0.9.1-avoid_dive_into_py_subdir.patch |  49 
 .../files/nftables-0.9.1-python_build.patch|  45 +++
 net-firewall/nftables/nftables-0.9.1.ebuild| 137 +
 4 files changed, 232 insertions(+)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index 528cd04345e..70378f4b869 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -1,3 +1,4 @@
 DIST nftables-0.8.5.tar.gz 355403 BLAKE2B 
124bc5c35f050cc591f57b39cddcd595f97d14f83aed464b42efed272a03150623667dd0ca2862833c6b86d825d264c79dd1a211b9a6913b5734c0eaa4029b13
 SHA512 
311ec77646e2bc7da1b46ef2aba7492a5c0fdf23d33633649a6304771c5ce5ad839353b0702e942a82508c01d1c35705b602d91e54913944e03e176dc3f855f8
 DIST nftables-0.8.tar.gz 327629 BLAKE2B 
a484c22ac010f68fc7458c12cabd0c35e474a0bf81fa4edbefba12d75b424898d38adb11a7fbb4542efbbb2d14be823701b3d9ced7b9fd669338366733fa169b
 SHA512 
90ffebc338c121334ca42822793b6fdeff48390e755c690308919de47064b53f9af735a2c2914e5255f1bddec90484599337d4cdd67f7a01a3956deefcef9fcb
 DIST nftables-0.9.0.tar.gz 417981 BLAKE2B 
4dfba4d71928f1694ffeb4871353fc373d88e23c5ba716e726e1e6aba0efb2703233528f7a408bfefe47bfe54aa3612cccab9742c2a2208ec8c7a4bcda0e1823
 SHA512 
78e383bad5440c9414202cf0e4b6749fc5c01071d2fa547208e61cea6e7e179933990e7e538a60696eb0a7cf510d2c4b273a91d50287bb51507d244cd2875aed
+DIST nftables-0.9.1.tar.bz2 764066 BLAKE2B 
26b194d6b3b970c05348c32a3ab21e8c25fcdb0d09d3d6b467198ba23a5bb44e7b6450d3efb86c39a488df4a837885c4a1ab96c197d5449f7de49b7b18ff5f90
 SHA512 
e14b75197ba3fea2a46c090450bf8b45b39fdc20db67bab1d6919c90128dee8ea8bbe9508e070f86b22ec70bcad8ab584fb89630a2240f09683137471c77d242

diff --git 
a/net-firewall/nftables/files/nftables-0.9.1-avoid_dive_into_py_subdir.patch 
b/net-firewall/nftables/files/nftables-0.9.1-avoid_dive_into_py_subdir.patch
new file mode 100644
index 000..8ff4b85d88a
--- /dev/null
+++ b/net-firewall/nftables/files/nftables-0.9.1-avoid_dive_into_py_subdir.patch
@@ -0,0 +1,49 @@
+From c5ca85848c2fe28366d286a5b000f99d927516d3 Mon Sep 17 00:00:00 2001
+From: Jan Engelhardt 
+Date: Tue, 25 Jun 2019 08:58:34 +0200
+Subject: build: avoid recursion into py/ if not selected
+
+Signed-off-by: Jan Engelhardt 
+Signed-off-by: Pablo Neira Ayuso 
+---
+ Makefile.am| 6 --
+ py/Makefile.am | 3 ---
+ 2 files changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index e567d32d..4a17424d 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -3,8 +3,10 @@ ACLOCAL_AMFLAGS   = -I m4
+ SUBDIRS = src \
+   include \
+   files   \
+-  doc \
+-  py
++  doc
++if HAVE_PYTHON
++SUBDIRS += py
++endif
+ 
+ EXTRA_DIST =  tests   \
+   files
+diff --git a/py/Makefile.am b/py/Makefile.am
+index 9fce7c9e..5f4e1f6f 100644
+--- a/py/Makefile.am
 b/py/Makefile.am
+@@ -1,7 +1,5 @@
+ EXTRA_DIST = setup.py __init__.py nftables.py schema.json
+ 
+-if HAVE_PYTHON
+-
+ all-local:
+   cd $(srcdir) && \
+   $(PYTHON_BIN) setup.py build --build-base $(abs_builddir)
+@@ -28,4 +26,3 @@ clean-local:
+ 
+ distclean-local:
+   rm -f version
+-endif
+-- 
+cgit v1.2.1
+

diff --git a/net-firewall/nftables/files/nftables-0.9.1-python_build.patch 
b/net-firewall/nftables/files/nftables-0.9.1-python_build.patch
new file mode 100644
index 000..81f65524ce7
--- /dev/null
+++ b/net-firewall/nftables/files/nftables-0.9.1-python_build.patch
@@ -0,0 +1,45 @@
+From 1f7e4deb527db32c55646e6e5baedb2ff2aa205e Mon Sep 17 00:00:00 2001
+From: Jan Engelhardt 
+Date: Tue, 25 Jun 2019 08:58:33 +0200
+Subject: build: unbreak non-functionality of --disable-python
+
+Signed-off-by: Jan Engelhardt 
+Signed-off-by: Pablo Neira Ayuso 
+---
+ configure.ac | 11 +++
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 75cf9199..b71268e8 100644
+--- a/configure.ac
 b/configure.ac
+@@ -103,11 +103,14 @@ AC_ARG_WITH([python_bin],
+  )
+ 
+ AS_IF([test "x$PYTHON_BIN" = "x"], [
+-  AS_IF([test "x$enable_python" = "xyes"], [AC_MSG_ERROR([Python asked 
but not found])])
+-  AS_IF([test "x$enable_python" = "xcheck"], [AC_MSG_WARN([Python not 
found, continuing anyway])])
++  AS_IF([test "x$enable_python" = "xyes"], [AC_MSG_ERROR([Python asked 
but not found])],
++  [test "x$enable_python" = "xcheck"], [
++  AC_MSG_WARN([Python not found, continuin

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

2019-06-28 Thread Agostino Sarubbo
commit: 405d2af4770099da2afb1a5dee92919281b6f781
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 12:54:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 12:54:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405d2af4

media-libs/zimg: alpha stable wrt bug #688808

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

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

diff --git a/media-libs/zimg/zimg-2.8.ebuild b/media-libs/zimg/zimg-2.8.ebuild
index 217eb10a0de..47645eeebed 100644
--- a/media-libs/zimg/zimg-2.8.ebuild
+++ b/media-libs/zimg/zimg-2.8.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] repo/gentoo:master commit in: dev-util/cgvg/

2019-06-28 Thread Agostino Sarubbo
commit: b7d5d403516b6422be08856c0871c2ebffb2d9a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 12:54:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 12:54:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d5d403

dev-util/cgvg: alpha stable wrt bug #688832

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

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

diff --git a/dev-util/cgvg/cgvg-1.6.3.ebuild b/dev-util/cgvg/cgvg-1.6.3.ebuild
index 206e652e2d6..269f7f471bd 100644
--- a/dev-util/cgvg/cgvg-1.6.3.ebuild
+++ b/dev-util/cgvg/cgvg-1.6.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://uzix.org/cgvg/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~x86-fbsd"
 
 RDEPEND="dev-lang/perl"
 DEPEND="${RDEPEND}"



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

2019-06-28 Thread Fabian Groffen
commit: 47afd5252208d69ef4df50a86442bdd73287530e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jun 28 13:50:23 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jun 28 13:50:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47afd525

mail-mta/exim: fix USE=dlfunc

Closes: https://bugs.gentoo.org/688572
Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 .../{exim-4.92-r1.ebuild => exim-4.92-r2.ebuild}   | 59 ++
 mail-mta/exim/exim-4.92.ebuild |  2 +
 .../exim/files/exim-4.92-localscan_dlopen.patch|  2 +-
 3 files changed, 40 insertions(+), 23 deletions(-)

diff --git a/mail-mta/exim/exim-4.92-r1.ebuild 
b/mail-mta/exim/exim-4.92-r2.ebuild
similarity index 90%
rename from mail-mta/exim/exim-4.92-r1.ebuild
rename to mail-mta/exim/exim-4.92-r2.ebuild
index a0346ffb579..3a5c9bf51b0 100644
--- a/mail-mta/exim/exim-4.92-r1.ebuild
+++ b/mail-mta/exim/exim-4.92-r2.ebuild
@@ -131,25 +131,27 @@ src_prepare() {
 src_configure() {
# general config and paths
 
-   sed -i.orig \
-   -e 
"/SYSTEM_ALIASES_FILE/s'SYSTEM_ALIASES_FILE'${EPREFIX}/etc/mail/aliases'" \
-   "${S}"/src/configure.default || die
+   local aliases="${EPREFIX}/etc/mail/aliases"
+   sed -i \
+   -e "/SYSTEM_ALIASES_FILE/s'SYSTEM_ALIASES_FILE'${aliases}'" \
+   src/configure.default || die
 
-   sed -i -e 's/^buildname=.*/buildname=exim-gentoo/g' Makefile || die
+   sed -i -e 's/^buildname=.*/buildname=exim-gentoo/' Makefile || die
 
+   if use elibc_musl; then
+   sed -i -e 's/^LIBS = -lnsl/LIBS =/g' OS/Makefile-Linux || die
+   fi
+
+   local conffile="${EPREFIX}/etc/exim/exim.conf"
sed -e "48i\CFLAGS=${CFLAGS}" \
-e 
"s:BIN_DIRECTORY=/usr/exim/bin:BIN_DIRECTORY=${EPREFIX}/usr/sbin:" \
-e "s:EXIM_USER=:EXIM_USER=${MAILUSER}:" \
-   -e 
"s:CONFIGURE_FILE=/usr/exim/configure:CONFIGURE_FILE=${EPREFIX}/etc/exim/exim.conf:"
 \
+   -e "s:CONFIGURE_FILE=.*$:CONFIGURE_FILE=${conffile}:" \
-e "s:ZCAT_COMMAND=.*$:ZCAT_COMMAND=${EPREFIX}/bin/zcat:" \
-e 
"s:COMPRESS_COMMAND=.*$:COMPRESS_COMMAND=${EPREFIX}/bin/gzip:" \
-   src/EDITME > Local/Makefile
-
-   if use elibc_musl; then
-   sed -e 's/^LIBS = -lnsl/LIBS =/g' \
-   -i OS/Makefile-Linux
-   fi
+   src/EDITME > Local/Makefile || die
 
+   # work on Local/Makefile from now on
cd Local
 
cat >> Makefile <<- EOC
@@ -181,6 +183,7 @@ src_configure() {
 
#
# mail storage formats
+   #
 
# mailstore is Exim's traditional storage format
cat >> Makefile <<- EOC
@@ -218,14 +221,14 @@ src_configure() {
 
if ! use dnsdb; then
# DNSDB lookup is enabled by default
-   sed -i "s:^LOOKUP_DNSDB=yes:# LOOKUP_DNSDB=yes:" Makefile
+   sed -i -e 's:^LOOKUP_DNSDB=yes:# LOOKUP_DNSDB=yes:' Makefile || 
die
fi
 
if use ldap; then
cat >> Makefile <<- EOC
LOOKUP_LDAP=yes
LDAP_LIB_TYPE=OPENLDAP2
-   LOOKUP_INCLUDE += -I"${EROOT}"usr/include/ldap
+   LOOKUP_INCLUDE += -I"${EPREFIX}"/usr/include/ldap
LOOKUP_LIBS += -lldap -llber
EOC
fi
@@ -245,7 +248,7 @@ src_configure() {
EOC
if use elibc_glibc ; then
cat >> Makefile <<- EOC
-   CFLAGS += -I/usr/include/tirpc
+   CFLAGS += -I"${EPREFIX}"/usr/include/tirpc
EOC
fi
fi
@@ -272,17 +275,17 @@ src_configure() {
EOC
fi
 
-   #
# Exim monitor, enabled by default, controlled via X USE-flag,
# disable if not requested, bug #46778
if use X; then
cp ../exim_monitor/EDITME eximon.conf || die
else
-   sed -i -e '/^EXIM_MONITOR=/s/^/# /' Makefile
+   sed -i -e '/^EXIM_MONITOR=/s/^/# /' Makefile || die
fi
 
#
# features
+   #
 
# content scanning support
if use exiscan-acl; then
@@ -317,7 +320,10 @@ src_configure() {
 
# log to syslog
if use syslog; then
-   sed -i 
"s:LOG_FILE_PATH=/var/log/exim/exim_%s.log:LOG_FILE_PATH=syslog:" Makefile
+   local eximlog="${EPREFIX}/var/log/exim/exim_%s.log"
+   sed -i \
+   -e "s:LOG_FILE_PATH=${eximlog}:LOG_FILE_PATH=syslog:" \
+   Makefile || die
cat >> Makefile <<- EOC
LOG_FILE_PATH=syslog
EOC
@@ -365,6 +371,8 @@ src_configure() {
if use dlfunc; then
 

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

2019-06-28 Thread Michał Górny
commit: 46180d18cf9774701cb79939c25b4f20b59ad1fd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 28 14:45:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 14:45:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46180d18

dev-python/typed-ast: Bump to 1.4.0

Closes: https://bugs.gentoo.org/64
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/typed-ast/Manifest   |  1 +
 dev-python/typed-ast/typed-ast-1.4.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index fb7c8db2b35..fac222b1bb7 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,3 +1,4 @@
 DIST typed-ast-1.1.0.tar.gz 200587 BLAKE2B 
09dd6d65513a37a57ecb6df2a505100f5fc08a49a244f1cb83af363d20d9b1b76f127ec5da6ef115a56ae6dc560ab40dcaae4740385fdd9e305bfd2ec26fdbaf
 SHA512 
439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2
 DIST typed-ast-1.2.0.tar.gz 202702 BLAKE2B 
79e919019763f4af0a2f24108cfa418693dc5a1d791a0045a49fb128d715f91ec5bcca6d4bb6812e19b7a5438bcb27d239f2aba7de8b859d4e8e73027c59665f
 SHA512 
801f59cdce48f7be3045c44d207a5a269bc1cd5ca9f0536d3d16f10ce82794a7e5cd5d3c83982927cebc52e1b1dbd47532140bcedca0ca4ace45b726aa0343ee
 DIST typed-ast-1.3.1.tar.gz 204285 BLAKE2B 
209911e0dc7291ec4b48ce7c5163d738ccd0978027d2bb1b64004c0f08feb7567d83ba8f04dfe48975ecc2116ee365a903f455dddcaf1bc07cf5deb08572f92c
 SHA512 
390547485878ccb7e3a168e24b8b63c1784888ecedfae980562c3c0c0073c73ebef27190feeac99745c205d18061ffe5e3eb0830068968176ef2a06fd3ae4b2a
+DIST typed_ast-1.4.0.tar.gz 206620 BLAKE2B 
59d3ed516b63643e37d9530dcb82670dd0e36f436650880f9fb304d081c3a72ecd494646dbf8f62fe95d2e70742390a5be711bcb803f1f0b6524dec1bf43c8c3
 SHA512 
b74e7fc51cde16439eae7cf41f0bdb95b5998362eccb73cf736f343cdab64daab63bc0f95f05a4911b229761749bdd31ac83423b58f2f3e1e1dadc7e6015bc1c

diff --git a/dev-python/typed-ast/typed-ast-1.4.0.ebuild 
b/dev-python/typed-ast/typed-ast-1.4.0.ebuild
new file mode 100644
index 000..6b7dab0ca1c
--- /dev/null
+++ b/dev-python/typed-ast/typed-ast-1.4.0.ebuild
@@ -0,0 +1,26 @@
+# 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 distutils-r1
+
+DESCRIPTION="Python typed-ast backported"
+HOMEPAGE="https://pypi.org/project/typed-ast/ 
https://github.com/python/typed_ast";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${P/-/_}
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2019-06-28 Thread Agostino Sarubbo
commit: 7d278b7a6f38257aad6506d37a20534185408a7f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:20:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:20:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d278b7a

x11-misc/xfractint: x86 stable wrt bug #688816

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

 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild 
b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
index fcc57fd8fb6..161ebbcae62 100644
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz";
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}



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

2019-06-28 Thread Agostino Sarubbo
commit: 552fc3ded0f9db865946629fcdf385cf68469c13
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552fc3de

media-sound/erec: x86 stable wrt bug #688802

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

 media-sound/erec/erec-2.2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/erec/erec-2.2.0.1-r1.ebuild 
b/media-sound/erec/erec-2.2.0.1-r1.ebuild
index 23fae21300a..1159778649a 100644
--- a/media-sound/erec/erec-2.2.0.1-r1.ebuild
+++ b/media-sound/erec/erec-2.2.0.1-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Shared audio recording server"
 HOMEPAGE="https://bisqwit.iki.fi/source/erec.html";
 SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2";
 
-KEYWORDS="amd64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 LICENSE="GPL-2+"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/nut/

2019-06-28 Thread Agostino Sarubbo
commit: 0b1fffd6654549c99ce47a7ec6f91eea102b86d7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1fffd6

sys-power/nut: x86 stable wrt bug #688834

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

 sys-power/nut/nut-2.7.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/nut/nut-2.7.4-r3.ebuild 
b/sys-power/nut/nut-2.7.4-r3.ebuild
index 5364ad86e5c..91ab0d3f4e0 100644
--- a/sys-power/nut/nut-2.7.4-r3.ebuild
+++ b/sys-power/nut/nut-2.7.4-r3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.networkupstools.org/";
 SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
 
 IUSE="cgi gui ipmi snmp +usb selinux ssl tcpd xml zeroconf"
 REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-desktop-common/

2019-06-28 Thread Agostino Sarubbo
commit: a22dbd06dd6c574b8057af8feeb6470c1659b3a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:20:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:20:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22dbd06

app-emulation/wine-desktop-common: x86 stable wrt bug #688822

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

 .../wine-desktop-common/wine-desktop-common-20150204-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild 
b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
index a8dea3f165f..f15707a3800 100644
--- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
+++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86 ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-emulation/wine:0"



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

2019-06-28 Thread Agostino Sarubbo
commit: c41a0a70b8d2938caa7c6868afe7d4af3f72b475
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:20:53 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:20:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41a0a70

dev-libs/quazip: x86 stable wrt bug #688486

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

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

diff --git a/dev-libs/quazip/quazip-0.8.1.ebuild 
b/dev-libs/quazip/quazip-0.8.1.ebuild
index 7ddbfca7e7a..f7369d5659a 100644
--- a/dev-libs/quazip/quazip-0.8.1.ebuild
+++ b/dev-libs/quazip/quazip-0.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stachenov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="



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

2019-06-28 Thread Agostino Sarubbo
commit: b0056e570d9e809a958b10fe949ce36faa28ee93
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:17 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0056e57

sys-block/di: x86 stable wrt bug #688784

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

 sys-block/di/di-4.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/di/di-4.47.ebuild b/sys-block/di/di-4.47.ebuild
index dd38961bc35..a8e918ed2be 100644
--- a/sys-block/di/di-4.47.ebuild
+++ b/sys-block/di/di-4.47.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.gentoo.com/di/${P}.tar.gz";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="nls"
 
 RESTRICT="test" #405205, #405471



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

2019-06-28 Thread Agostino Sarubbo
commit: 78bd956b4b8aa2cc5d3af122c353bebfd7967a11
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bd956b

dev-util/cgvg: x86 stable wrt bug #688832

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

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

diff --git a/dev-util/cgvg/cgvg-1.6.3.ebuild b/dev-util/cgvg/cgvg-1.6.3.ebuild
index 269f7f471bd..44081395943 100644
--- a/dev-util/cgvg/cgvg-1.6.3.ebuild
+++ b/dev-util/cgvg/cgvg-1.6.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://uzix.org/cgvg/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd"
 
 RDEPEND="dev-lang/perl"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2019-06-28 Thread Agostino Sarubbo
commit: fdcc9fbf788fded80b5f4cedd35256a804ad998a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdcc9fbf

sci-astronomy/stellarium: x86 stable wrt bug #688810

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

 sci-astronomy/stellarium/stellarium-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.19.0.ebuild 
b/sci-astronomy/stellarium/stellarium-0.19.0.ebuild
index 4053c2fd9ca..21d8add2cd1 100644
--- a/sci-astronomy/stellarium/stellarium-0.19.0.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.19.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug gps media nls stars test"
 
 BDEPEND="



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

2019-06-28 Thread Agostino Sarubbo
commit: ce2f912dd90ce738792aeb97855cab92c989c777
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2f912d

dev-util/ftjam: x86 stable wrt bug #688804

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

 dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
index 14035334b35..57f455dbc0a 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2";
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



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

2019-06-28 Thread Agostino Sarubbo
commit: 5ecbc4aff9d1d6a43d6b3066e90367c19bafb3e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecbc4af

sci-libs/libgeotiff: x86 stable wrt bug #688806

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

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index de20ffc9369..4ecb88ce04f 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



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

2019-06-28 Thread Agostino Sarubbo
commit: 72cea1676b96b78d1c4a6425817b19dc793df1c9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:21 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cea167

dev-libs/flatbuffers: x86 stable wrt bug #688796

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

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

diff --git a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild 
b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
index 1beb72c525b..54bfce7666e 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.11.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs test"
 
 DOCS=( readme.md )



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

2019-06-28 Thread Agostino Sarubbo
commit: 6f5a668a1582799f56a71882ac18ee6c7882
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5a668a

dev-ruby/yard: x86 stable wrt bug #688868

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

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

diff --git a/dev-ruby/yard/yard-0.9.20.ebuild b/dev-ruby/yard/yard-0.9.20.ebuild
index 73df2378b3c..07d65d57dc4 100644
--- a/dev-ruby/yard/yard-0.9.20.ebuild
+++ b/dev-ruby/yard/yard-0.9.20.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~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 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"



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

2019-06-28 Thread Agostino Sarubbo
commit: 600dc562acea5c7f4ba8efae8380e8c4eecf86a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600dc562

media-libs/zimg: x86 stable wrt bug #688808

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

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

diff --git a/media-libs/zimg/zimg-2.8.ebuild b/media-libs/zimg/zimg-2.8.ebuild
index 47645eeebed..1b828b17116 100644
--- a/media-libs/zimg/zimg-2.8.ebuild
+++ b/media-libs/zimg/zimg-2.8.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] repo/gentoo:master commit in: media-sound/abcde/

2019-06-28 Thread Agostino Sarubbo
commit: dfffe3216ca6007c3dfb1844ce4c3fe822316ba2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfffe321

media-sound/abcde: x86 stable wrt bug #688800

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

 media-sound/abcde/abcde-2.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/abcde/abcde-2.9.3.ebuild 
b/media-sound/abcde/abcde-2.9.3.ebuild
index 37f65b6425e..ba5f79807f9 100644
--- a/media-sound/abcde/abcde-2.9.3.ebuild
+++ b/media-sound/abcde/abcde-2.9.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://abcde.einval.com/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 # Enable MP3 related flags by default
 IUSE="aac aiff cdr flac +id3tag +lame mac musepack musicbrainz normalize opus 
replaygain speex vorbis wavpack"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/

2019-06-28 Thread Agostino Sarubbo
commit: ddda1358f2dc1d46a1fbd57dc3f1f50c8c7c7249
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddda1358

app-editors/focuswriter: x86 stable wrt bug #688826

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

 app-editors/focuswriter/focuswriter-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/focuswriter/focuswriter-1.7.2.ebuild 
b/app-editors/focuswriter/focuswriter-1.7.2.ebuild
index 2467364ecc9..1a03c4dc455 100644
--- a/app-editors/focuswriter/focuswriter-1.7.2.ebuild
+++ b/app-editors/focuswriter/focuswriter-1.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2";
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="



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

2019-06-28 Thread Mike Gilbert
commit: d2f45eed401b07c291d43f204d6b79c013c84d8f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 28 15:28:00 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 15:28:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f45eed

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

Package-Manager: Portage-2.3.67_p12, Repoman-2.3.14_p7
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 03ffd12f6e9..3d62f882b57 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_76.0.3809.36-1_amd64.deb 61026776 BLAKE2B 
6feda9aff167e2203ac596756aa2680e7deda3643c0dd0aa5758865b291f084ddf1751c97930955597f49ce3484f305745815893c63d359f101c2fa0b27ec09b
 SHA512 
27ebd0ed945fe3a0063923d3b4555b0eab39d5fa06613964429db46b0c2668ddb378911760de2166fdb0dfa9d622ff7a5a1ddbd4097855637f2d8cb9c0f2e56d
+DIST google-chrome-beta_76.0.3809.46-1_amd64.deb 61049508 BLAKE2B 
09b0dcfa6ed83de0d318948420c082a4b6ceb69e362ed6b7ce0a53e732eeea9b3f676f5cd9164db446c115b8a9db3631fef197a6eba4a24538511f8e6510dec2
 SHA512 
4b547734460e1d815658ddff922d3119dd57838a606cc0dc1bd77a619d1378a6fe102c5ac0536c327831ab9a1959d47adcace6b269edb80207866775c4638d46
 DIST google-chrome-stable_75.0.3770.100-1_amd64.deb 59249314 BLAKE2B 
08193105f5edfbc10397d849721e68122fcd07c887f06c2f538507369b3411a0b7aa6d2c027fb0b09091856d5ed953921f5e13d6800f88b57a845b420fa88cbf
 SHA512 
b7f78a347ca715d17c144574e727040ef7e75e89bfa6eb4cd809d0ca98a46f6005bec2cb9fc5901f6f307b6ef64b9a05aff375b877a2359d3b361ed2e1e83e3c
 DIST google-chrome-unstable_77.0.3833.0-1_amd64.deb 62517674 BLAKE2B 
50e7abbfb1aa924473d1acf9c7ca18f37d8367b7d0f100579670a679bcd60342172679e946f433905df938adb7d7cf2ad3cb7a701d563b489ff81466e25afead
 SHA512 
06c4d72a96164f8daa9fe21b00d0bf01845ef0c754404134103153b820ed0ba49578a35a36e616c3a394d362a1af3055a12b836b557779f8e319c1da272556d6

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



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

2019-06-28 Thread Mike Gilbert
commit: addd355a30e9c32be96369c61d6f821beb1d1106
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 28 15:27:47 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 15:27:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addd355a

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

Package-Manager: Portage-2.3.67_p12, Repoman-2.3.14_p7
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 6f010b0d8a3..8c7f6834788 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_76.0.3809.36-1_amd64.deb 61026776 BLAKE2B 
6feda9aff167e2203ac596756aa2680e7deda3643c0dd0aa5758865b291f084ddf1751c97930955597f49ce3484f305745815893c63d359f101c2fa0b27ec09b
 SHA512 
27ebd0ed945fe3a0063923d3b4555b0eab39d5fa06613964429db46b0c2668ddb378911760de2166fdb0dfa9d622ff7a5a1ddbd4097855637f2d8cb9c0f2e56d
+DIST google-chrome-beta_76.0.3809.46-1_amd64.deb 61049508 BLAKE2B 
09b0dcfa6ed83de0d318948420c082a4b6ceb69e362ed6b7ce0a53e732eeea9b3f676f5cd9164db446c115b8a9db3631fef197a6eba4a24538511f8e6510dec2
 SHA512 
4b547734460e1d815658ddff922d3119dd57838a606cc0dc1bd77a619d1378a6fe102c5ac0536c327831ab9a1959d47adcace6b269edb80207866775c4638d46

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



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

2019-06-28 Thread Mike Gilbert
commit: 874dd1c77e8e9b9f567fdafcc53fc99b72cdbb9e
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Fri Jun 28 12:09:41 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 15:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874dd1c7

www-client/chromium: beta channel bump

Closes: https://github.com/gentoo/gentoo/pull/12348
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index dda3df8ac9a..502050dd0d3 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,3 @@
 DIST chromium-75.0.3770.100.tar.xz 708247700 BLAKE2B 
9d9872019ab37b51daf4f0367ef121aefa8897c73b611478608e7c9be2d1098bcaec1ff8b22ccf4793933e7beca95bb74007061acc1424e2ed46717236549a85
 SHA512 
83048f302eb4e5fa59da3149e156180b07e310a6549b83a0841c5d92fa7102dbf9d53c5243aa9c35f3747b3f0c2d02c1541385f10115373cb3125cc6d1be9a42
 DIST chromium-75.0.3770.90.tar.xz 708212580 BLAKE2B 
e52149e8eea0734ec2704f176fed1911e6252cb0dab76894dcece7c826a0581e099b58e638324b115aecf61f26884ffdb8d5ea1c820bf0df2f49dbab1986d3f4
 SHA512 
5956ad1cf342f143c0587299bdd5497acfc958975e5b4878731c40e0e5db58280ea8b36ca077cafce7e812510356de57872f37753cb92de5258cb24578d2c327
-DIST chromium-76.0.3809.36.tar.xz 730385768 BLAKE2B 
ef621be6ca3680d797ad918b28cc1bd0d8fbe75dc32ff733ab88fb3021702a08d3e34ceac1c36390d58e0776a5863fab0316cb0ea5a78cbb73b01b10da0b3d96
 SHA512 
0f2d0ab535e68a9b5ca2a161f124d6803c2a4125ec37dbd4e79d1cb8040848c16aef5e4f427537f72fbc1c5b2417336c96b5a194add0731db506740f7d8865b1
+DIST chromium-76.0.3809.46.tar.xz 730245736 BLAKE2B 
de8038cd7eaa69bff576219bb2e66b66ce1d0220a7be7a7ded79677be7c35275ab0585e4d7796ebf90ae86aa310b7d1192b5359e222ca49f69575dc270dc08a5
 SHA512 
5fb9bef3944749185b19af10042aa902c956905c964730d2b99e3237b03908a77e9eb67b6e5e495bdd51e95c2ef39d0a71d2cffa8a87ba3a642e4a918603d056

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



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

2019-06-28 Thread Mike Gilbert
commit: 1cc6e650f4b09c32396fb33c6588dd2c09e53945
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Wed Jun 26 14:25:05 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 15:29:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc6e650

www-client/chromium: update angle inline patch

Closes: https://github.com/gentoo/gentoo/pull/12331
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 .../chromium/files/chromium-angle-inline.patch | 120 ++---
 1 file changed, 106 insertions(+), 14 deletions(-)

diff --git a/www-client/chromium/files/chromium-angle-inline.patch 
b/www-client/chromium/files/chromium-angle-inline.patch
index 8ece410f104..e8975d74817 100644
--- a/www-client/chromium/files/chromium-angle-inline.patch
+++ b/www-client/chromium/files/chromium-angle-inline.patch
@@ -1,26 +1,118 @@
-From 2ee4e7f857514f4c0cbff135a1c5f968d8814d31 Mon Sep 17 00:00:00 2001
-From: Stephan Hartmann 
-Date: Sun, 23 Jun 2019 12:14:57 +
-Subject: [PATCH] explicit declaration of const GLfloat/const GLint for 
ValidateSamplerParameterBase
+From 4c0a23611b3906855db7b93da2f34aec57930cdf Mon Sep 17 00:00:00 2001
+From: Geoff Lang 
+Date: Tue, 25 Jun 2019 10:56:29 -0400
+Subject: [PATCH] Update ValidateSamplerParameterBase to use const parameters.
 
+ValidateSamplerParameterBase is called with both const and non-const
+parameter pointers which caused our explicit template instantiations to
+not cover all cases resulting in link errors.  Force the parameters to
+always be const so that our instantiations cover everything.
+
+BUG=angleproject:3555
+
+Change-Id: Ibf92572ba80a689c75dcdc70e5153d9941da76f3
+Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1676305
+Reviewed-by: Jonah Ryan-Davis 
+Commit-Queue: Geoff Lang 
 ---
- third_party/angle/src/libANGLE/validationES.cpp | 2 ++
- 1 file changed, 2 insertions(+)
 
 diff --git a/third_party/angle/src/libANGLE/validationES.cpp 
b/third_party/angle/src/libANGLE/validationES.cpp
-index ae353f7..fdc7ac2 100644
+index 041803a..3f402f6 100644
 --- a/third_party/angle/src/libANGLE/validationES.cpp
 +++ b/third_party/angle/src/libANGLE/validationES.cpp
-@@ -6089,7 +6089,9 @@ bool ValidateSamplerParameterBase(Context *context,
+@@ -189,7 +189,9 @@
+ }
+ 
+ template 
+-bool ValidateTextureWrapModeValue(Context *context, ParamType *params, bool 
restrictedWrapModes)
++bool ValidateTextureWrapModeValue(Context *context,
++  const ParamType *params,
++  bool restrictedWrapModes)
+ {
+ switch (ConvertToGLenum(params[0]))
+ {
+@@ -223,7 +225,9 @@
+ }
+ 
+ template 
+-bool ValidateTextureMinFilterValue(Context *context, ParamType *params, bool 
restrictedMinFilter)
++bool ValidateTextureMinFilterValue(Context *context,
++   const ParamType *params,
++   bool restrictedMinFilter)
+ {
+ switch (ConvertToGLenum(params[0]))
+ {
+@@ -252,7 +256,7 @@
+ }
+ 
+ template 
+-bool ValidateTextureMagFilterValue(Context *context, ParamType *params)
++bool ValidateTextureMagFilterValue(Context *context, const ParamType *params)
+ {
+ switch (ConvertToGLenum(params[0]))
+ {
+@@ -269,7 +273,7 @@
  }
  
- template bool ValidateSamplerParameterBase(Context *, GLuint, GLenum, 
GLsizei, bool, GLfloat *);
-+template bool ValidateSamplerParameterBase(Context *, GLuint, GLenum, 
GLsizei, bool, const GLfloat *);
- template bool ValidateSamplerParameterBase(Context *, GLuint, GLenum, 
GLsizei, bool, GLint *);
+ template 
+-bool ValidateTextureCompareModeValue(Context *context, ParamType *params)
++bool ValidateTextureCompareModeValue(Context *context, const ParamType 
*params)
+ {
+ // Acceptable mode parameters from GLES 3.0.2 spec, table 3.17
+ switch (ConvertToGLenum(params[0]))
+@@ -287,7 +291,7 @@
+ }
+ 
+ template 
+-bool ValidateTextureCompareFuncValue(Context *context, ParamType *params)
++bool ValidateTextureCompareFuncValue(Context *context, const ParamType 
*params)
+ {
+ // Acceptable function parameters from GLES 3.0.2 spec, table 3.17
+ switch (ConvertToGLenum(params[0]))
+@@ -311,7 +315,7 @@
+ }
+ 
+ template 
+-bool ValidateTextureSRGBDecodeValue(Context *context, ParamType *params)
++bool ValidateTextureSRGBDecodeValue(Context *context, const ParamType *params)
+ {
+ if (!context->getExtensions().textureSRGBDecode)
+ {
+@@ -5996,7 +6000,7 @@
+   GLenum pname,
+   GLsizei bufSize,
+   bool vectorParams,
+-  ParamType *params)
++  const ParamType *params)
+ {
+ if (context->getClientMajorVersion() < 3)
+ {
+@@ -6099,8 +6103,13 @@
+ return true;
+ }
+ 
+-template bool Validat

[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2019-06-28 Thread Lars Wendler
commit: 10acadee5e72397db2d960134a346e29f60506af
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 15:46:52 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 15:47:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10acadee

net-firewall/nftables: Move ${PYTHON_DEPS} into USE="python"

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

 net-firewall/nftables/nftables-0.9.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-firewall/nftables/nftables-0.9.1.ebuild 
b/net-firewall/nftables/nftables-0.9.1.ebuild
index 832ec7e67b4..9d8f244af9e 100644
--- a/net-firewall/nftables/nftables-0.9.1.ebuild
+++ b/net-firewall/nftables/nftables-0.9.1.ebuild
@@ -17,10 +17,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
 IUSE="debug +gmp json +modern_kernel python +readline static-libs"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
>=net-libs/libmnl-1.0.3:0=
gmp? ( dev-libs/gmp:0= )
json? ( dev-libs/jansson )
+   python? ( ${PYTHON_DEPS} )
readline? ( sys-libs/readline:0= )
>=net-libs/libnftnl-1.1.3:0="
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2019-06-28 Thread Lars Wendler
commit: f32163f6c9c0a23b0bd43cecef9d062268e6796f
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun 28 16:30:18 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun 28 16:30:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32163f6

net-firewall/nftables: Same for PYTHON_REQUIRED_USE

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

 net-firewall/nftables/nftables-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/nftables/nftables-0.9.1.ebuild 
b/net-firewall/nftables/nftables-0.9.1.ebuild
index 9d8f244af9e..addd91fa7a8 100644
--- a/net-firewall/nftables/nftables-0.9.1.ebuild
+++ b/net-firewall/nftables/nftables-0.9.1.ebuild
@@ -34,7 +34,7 @@ BDEPEND="
virtual/pkgconfig
 "
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 #S="${WORKDIR}/v${PV}"
 



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

2019-06-28 Thread Georgy Yakovlev
commit: 525b7ac79c4d824e7fdf097a61071b9d8f099737
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun 28 17:16:44 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun 28 17:17:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525b7ac7

x11-misc/xwallpaper: drop 0.6.0

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

 x11-misc/xwallpaper/Manifest|  1 -
 x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 89eecb6cb48..8764b6bb927 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1,3 +1,2 @@
 DIST xwallpaper-0.5.0.tar.xz 81000 BLAKE2B 
bb30871d24538b3fb04e1158df75bc82701ed184d3b8f60179990f60d91e03eb974ab3c72446c8f0bacbf3aa27d0cbe4446cf38e34d484a46dcaa66fcfe9682c
 SHA512 
92cf424fb90dbdbe8e47ea7cc3650200da9f480afaef605e2ddbd7a828361f61754c2ed93c9be099c340f80eb60f8c1aa2f44004512cbe846401cb8ef73403a2
-DIST xwallpaper-0.6.0.tar.xz 82100 BLAKE2B 
afb8760c6725904f574040652683e028a107bf269428b7986b4571e6ae61575a4b80fefff9f1dce64c95ebbdc03a206146dc4a8bad2032aa44ad0f2ff9b0a01b
 SHA512 
18cd4997d8a0de49e4f663ffe9028516fd9703c0da61426ee9b98f1c15c4770275dd1712b17385be7ccc7bc984f02c9692e41b9d55b1ab803ead3de08fe304bf
 DIST xwallpaper-0.6.2.tar.xz 82600 BLAKE2B 
2e2b1121fcc2481c4a1e3c78e357534b9609b4435c4364f22dbed78ee0de7c671d2044403c22d22b494a9c89efd17d843f32b296c863df3c0f5d7b3673ae361f
 SHA512 
3713038ffe8fe1da117dc64db6e3c8642fe663473d1e9078963890fa08f21af6ace60e08773e23e6025fcf2116563e24c76d07a66ba02537b38aafa9ac99f395

diff --git a/x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild
deleted file mode 100644
index 1424bee1d7b..000
--- a/x11-misc/xwallpaper/xwallpaper-0.6.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Wallpaper setting utility for X"
-HOMEPAGE="https://github.com/stoeckmann/xwallpaper";
-
-if [ ${PV} == "" ] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git";
-else
-   
SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="jpeg png seccomp xpm"
-
-RDEPEND="
-   x11-libs/pixman
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   jpeg? ( virtual/jpeg:0= )
-   png? ( media-libs/libpng:0= )
-   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
-   xpm? ( x11-libs/libXpm )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-src_configure() {
-   local myconf=(
-   $(use_with jpeg)
-   $(use_with png)
-   $(use_with seccomp)
-   $(use_with xpm)
-   --with-randr
-   
--with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
-   )
-   econf "${myconf[@]}"
-}



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

2019-06-28 Thread Georgy Yakovlev
commit: 593b3eb820fe064bb863bf960358b31955269265
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jun 28 17:15:54 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun 28 17:17:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593b3eb8

x11-misc/xwallpaper: bump to 0.6.2

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

 x11-misc/xwallpaper/Manifest|  1 +
 x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 90869662736..89eecb6cb48 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1,2 +1,3 @@
 DIST xwallpaper-0.5.0.tar.xz 81000 BLAKE2B 
bb30871d24538b3fb04e1158df75bc82701ed184d3b8f60179990f60d91e03eb974ab3c72446c8f0bacbf3aa27d0cbe4446cf38e34d484a46dcaa66fcfe9682c
 SHA512 
92cf424fb90dbdbe8e47ea7cc3650200da9f480afaef605e2ddbd7a828361f61754c2ed93c9be099c340f80eb60f8c1aa2f44004512cbe846401cb8ef73403a2
 DIST xwallpaper-0.6.0.tar.xz 82100 BLAKE2B 
afb8760c6725904f574040652683e028a107bf269428b7986b4571e6ae61575a4b80fefff9f1dce64c95ebbdc03a206146dc4a8bad2032aa44ad0f2ff9b0a01b
 SHA512 
18cd4997d8a0de49e4f663ffe9028516fd9703c0da61426ee9b98f1c15c4770275dd1712b17385be7ccc7bc984f02c9692e41b9d55b1ab803ead3de08fe304bf
+DIST xwallpaper-0.6.2.tar.xz 82600 BLAKE2B 
2e2b1121fcc2481c4a1e3c78e357534b9609b4435c4364f22dbed78ee0de7c671d2044403c22d22b494a9c89efd17d843f32b296c863df3c0f5d7b3673ae361f
 SHA512 
3713038ffe8fe1da117dc64db6e3c8642fe663473d1e9078963890fa08f21af6ace60e08773e23e6025fcf2116563e24c76d07a66ba02537b38aafa9ac99f395

diff --git a/x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild
new file mode 100644
index 000..1424bee1d7b
--- /dev/null
+++ b/x11-misc/xwallpaper/xwallpaper-0.6.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Wallpaper setting utility for X"
+HOMEPAGE="https://github.com/stoeckmann/xwallpaper";
+
+if [ ${PV} == "" ] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git";
+else
+   
SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="jpeg png seccomp xpm"
+
+RDEPEND="
+   x11-libs/pixman
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   jpeg? ( virtual/jpeg:0= )
+   png? ( media-libs/libpng:0= )
+   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+   xpm? ( x11-libs/libXpm )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+src_configure() {
+   local myconf=(
+   $(use_with jpeg)
+   $(use_with png)
+   $(use_with seccomp)
+   $(use_with xpm)
+   --with-randr
+   
--with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
+   )
+   econf "${myconf[@]}"
+}



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

2019-06-28 Thread Mike Gilbert
commit: 3cc8093be057602ae4bb9e1365e6ffb123254072
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jun 28 16:56:17 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 18:09:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc8093b

net-irc/kvirc: Version bump (5.2_pre20190628041642).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-irc/kvirc/Manifest   |   1 +
 net-irc/kvirc/kvirc-5.2_pre20190628041642.ebuild | 151 +++
 2 files changed, 152 insertions(+)

diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest
index ee66e89bac7..94564c81633 100644
--- a/net-irc/kvirc/Manifest
+++ b/net-irc/kvirc/Manifest
@@ -1 +1,2 @@
 DIST kvirc-5.0_pre20181205184837.tar.gz 5968276 BLAKE2B 
eb1c2a38cedbae3f7e7951bdd4250e349d8c6745a24df30f81ccebf8fa0ac9bdca27f835b0d2bda261baff81d018eae58c5169656791f4436ff221cba7890e85
 SHA512 
fbfcf1b1bcd9dfb1207669ee61a7fa8023ceeb2b679e95c378ed1224020c901fb4a6b68b7505704874e935df2228be4ccfd36121a87aafc5ace41c5392058132
+DIST kvirc-5.2_pre20190628041642.tar.gz 5967194 BLAKE2B 
b1a2e2775056e2db058f82656ac90e43828d497019e9c6ae0431a1092423425558c6eb91a3a8301616cc4cdc7ef1acbab3729702484d703e00dc8e09f7cf243f
 SHA512 
5f532739d9837f357a36fa1df67db0fbf8d8eddb990e686224e53c5678d26ba18c6c7c60422cef4e08ee587156638b278f534b1be1d49251fdeea19858227a5f

diff --git a/net-irc/kvirc/kvirc-5.2_pre20190628041642.ebuild 
b/net-irc/kvirc/kvirc-5.2_pre20190628041642.ebuild
new file mode 100644
index 000..69f50a2969a
--- /dev/null
+++ b/net-irc/kvirc/kvirc-5.2_pre20190628041642.ebuild
@@ -0,0 +1,151 @@
+# Copyright 2009-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# True Authors: Arfrever Frehtes Taifersar Arahesis
+
+EAPI="7"
+PYTHON_COMPAT=(python2_7)
+
+inherit cmake-utils flag-o-matic python-single-r1 xdg-utils
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/kvirc/KVIrc";
+   KVIRC_GIT_REVISION=""
+   KVIRC_GIT_SOURCES_DATE=""
+else
+   KVIRC_GIT_REVISION="2fe1a3bcac42349967e27b3f7098c25f34efca1d"
+   KVIRC_GIT_SOURCES_DATE="${PV#*_pre}"
+   
KVIRC_GIT_SOURCES_DATE="${KVIRC_GIT_SOURCES_DATE:0:4}-${KVIRC_GIT_SOURCES_DATE:4:2}-${KVIRC_GIT_SOURCES_DATE:6:2}"
+fi
+
+DESCRIPTION="Advanced IRC Client"
+HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc";
+if [[ "${PV}" == "" ]]; then
+   SRC_URI=""
+else
+   
SRC_URI="https://github.com/kvirc/KVIrc/archive/${KVIRC_GIT_REVISION}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
+REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   kde? ( kde-frameworks/extra-cmake-modules:5 )
+   nls? ( sys-devel/gettext )"
+DEPEND="dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   sys-libs/zlib:0=
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   audiofile? ( media-libs/audiofile )
+   dbus? ( dev-qt/qtdbus:5 )
+   dcc_video? ( dev-qt/qtmultimedia:5[widgets] )
+   kde? (
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/knotifications:5
+   kde-frameworks/kservice:5
+   kde-frameworks/kwindowsystem:5
+   kde-frameworks/kxmlgui:5
+   )
+   perl? ( dev-lang/perl:0= )
+   phonon? ( media-libs/phonon[qt5(+)] )
+   python? ( ${PYTHON_DEPS} )
+   spell? ( app-text/enchant:0= )
+   ssl? ( dev-libs/openssl:0= )
+   theora? (
+   media-libs/libogg
+   media-libs/libtheora
+   media-libs/libvorbis
+   )
+   webkit? ( dev-qt/qtwebkit:5 )"
+RDEPEND="${DEPEND}
+   gsm? ( media-sound/gsm )"
+
+if [[ "${PV}" != "" ]]; then
+   S="${WORKDIR}/KVIrc-${KVIRC_GIT_REVISION}"
+fi
+
+DOCS=()
+
+pkg_setup() {
+   if use python; then
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if [[ "${PV}" == "" ]]; then
+   KVIRC_GIT_REVISION="$(git show -s --format=%H)"
+   KVIRC_GIT_SOURCES_DATE="$(git show -s --format=%cd 
--date=short)"
+   fi
+   einfo "Setting of revision number to ${KVIRC_GIT_REVISION} 
${KVIRC_GIT_SOURCES_DATE}"
+   sed -e "/#define KVI_DEFAULT_FRAME_CAPTION/s/KVI_VERSION/& \" 
(${KVIRC_GIT_REVISION} ${KVIRC_GIT_SOURCES_DATE})\"/" -i 
src/kvirc/ui/KviMainWindow.cpp || die "Setting of revision number f

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

2019-06-28 Thread Mike Gilbert
commit: 2a94fe2df4af646e8d05573cb29491f816c1fb05
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jun 28 17:02:24 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 18:09:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a94fe2d

app-i18n/libpinyin: Delete old versions (2.2.1, 2.2.2).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/libpinyin/Manifest   |  3 --
 app-i18n/libpinyin/libpinyin-2.2.1.ebuild | 61 ---
 app-i18n/libpinyin/libpinyin-2.2.2.ebuild | 61 ---
 3 files changed, 125 deletions(-)

diff --git a/app-i18n/libpinyin/Manifest b/app-i18n/libpinyin/Manifest
index 39d5c8a3ea2..b42b13067f7 100644
--- a/app-i18n/libpinyin/Manifest
+++ b/app-i18n/libpinyin/Manifest
@@ -1,5 +1,2 @@
-DIST libpinyin-2.2.1.tar.gz 256262 BLAKE2B 
4fc081aa42b07eb7d21277c95407eafbf618c9aaf0c6707893f212be70f51d43fe00f50d1b4758d857d0f8aed1e9c177d61d6ca912e776633e8179279f09fb2e
 SHA512 
d323655419aaceda12d794ac25387a2e073e8c2372511913febd5b8049f9d1764a0011cd97b538bbfb14f5c248495a150cf7e3b9f4af21182941e5920f2d879f
-DIST libpinyin-2.2.2.tar.gz 256304 BLAKE2B 
52dc7d8fb4836bfc23137ba96177d488bf425c4bce52ea68933fe873a4ec02e2d49ccfac5c6097b55ea676bed30e635fc9805c205892bba2fe6047d92e5b9ed7
 SHA512 
80d955bf7f9e85ea90f9469032507713b0e15290fb7cc91a471c8c5564e3c78d430c5fd1dc871693aa40688fb68f7a17f719defe107d1512c5bcefd290c56285
 DIST libpinyin-2.3.0.tar.gz 256549 BLAKE2B 
621176ab14dfe8fb3c32e3ae0b727b8070b5fdcc3a79f8f3c646538151601c7fefe0b2778a54c50faabaf3026d9c029eaa52a0e04144d37f347ca571fd532908
 SHA512 
5cfe2d70c15dc532fa970a28b70da403f2d848747501bdbdf43c481f8165d6290cb1de086d2ef7af653edfe3fb164d4e8d9cf655302e2aa759709e6031b117b2
-DIST libpinyin-model15.text.tar.gz 19361973 BLAKE2B 
3d24321db407e28c1adf49373dd9bacafe0e89409511c0656d7b9a85f1d1ac8693249088dd99beef069576f4a8d0d5db3fd47f98822b32aa3098315cf2660d22
 SHA512 
d3f5b42f6ea6b22570b5ba67cf23d94a3fee2d7d894191ebc11eb72edc162c72b90b2fe10b312bfd8d77d110654ee5dc00c21b25fb8b7c3f905d4088c9895ac1
 DIST libpinyin-model17.text.tar.gz 20278815 BLAKE2B 
d02a587ab29e1115843d8c2318ef70cf7c2318d5c60ef8135860c611935285fa0f061a21d7e85dd87f6efe957742e21e34a77a7b245b58945cdd478759b0e19f
 SHA512 
d0bf8d476a63e33e292046754161316f00bfea71ebd06fca85b3845fe535431f01458282f505380cae018050aa6a08b14a7bc0684ba372dc79ee14391f47e8a1

diff --git a/app-i18n/libpinyin/libpinyin-2.2.1.ebuild 
b/app-i18n/libpinyin/libpinyin-2.2.1.ebuild
deleted file mode 100644
index 6175d2a05f9..000
--- a/app-i18n/libpinyin/libpinyin-2.2.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2012-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/libpinyin/libpinyin";
-fi
-
-LIBPINYIN_MODEL_VERSION="15"
-
-DESCRIPTION="Libraries for handling of Hanyu Pinyin and Zhuyin Fuhao"
-HOMEPAGE="https://github.com/libpinyin/libpinyin 
https://sourceforge.net/projects/libpinyin/";
-if [[ "${PV}" == "" ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-SRC_URI+=" 
mirror://sourceforge/${PN}/models/model${LIBPINYIN_MODEL_VERSION}.text.tar.gz 
-> ${PN}-model${LIBPINYIN_MODEL_VERSION}.text.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0/13"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
-IUSE=""
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="dev-libs/glib:2
-   sys-libs/db:="
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-   if [[ "${PV}" == "" ]]; then
-   git-r3_src_unpack
-   else
-   unpack ${P}.tar.gz
-   fi
-}
-
-src_prepare() {
-   default
-
-   sed -e "/^\twget .*\/model${LIBPINYIN_MODEL_VERSION}\.text\.tar\.gz$/d" 
-i data/Makefile.am || die
-   ln -s "${DISTDIR}/${PN}-model${LIBPINYIN_MODEL_VERSION}.text.tar.gz" 
"data/model${LIBPINYIN_MODEL_VERSION}.text.tar.gz" || die
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-libzhuyin \
-   --disable-static
-}
-
-src_install() {
-   default
-   find "${D}" -name "*.la" -delete || die
-}

diff --git a/app-i18n/libpinyin/libpinyin-2.2.2.ebuild 
b/app-i18n/libpinyin/libpinyin-2.2.2.ebuild
deleted file mode 100644
index 350fc522be2..000
--- a/app-i18n/libpinyin/libpinyin-2.2.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2012-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/libpinyin/libpinyin";
-fi
-
-LIBPINYIN_MODEL_VERSION="15"
-
-DESCRIPTION="Libraries for handling of Hanyu Pinyin and Zhuyin Fuhao"
-HOMEPAGE="https://github.com/libpinyin/libpinyin 

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

2019-06-28 Thread Mike Gilbert
commit: 14665d621cbd2f4aba1441eeae6522608c592745
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jun 28 17:31:40 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 18:09:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14665d62

dev-python/protobuf-python: Update subslot.

https://github.com/protocolbuffers/protobuf/commit/638720274b5990bb2a00bbcf38552e5f55e68dac

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-python/protobuf-python/protobuf-python-.ebuild 
b/dev-python/protobuf-python/protobuf-python-.ebuild
index 1ab43ec56de..8d11dac7b37 100644
--- a/dev-python/protobuf-python/protobuf-python-.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-.ebuild
@@ -24,7 +24,7 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/19"
+SLOT="0/20"
 KEYWORDS=""
 IUSE=""
 



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

2019-06-28 Thread Mike Gilbert
commit: 88258d2d7ec91c81df5070471933ae636472d3be
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jun 28 17:25:44 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 18:09:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88258d2d

dev-libs/protobuf: Update subslot.

https://github.com/protocolbuffers/protobuf/commit/638720274b5990bb2a00bbcf38552e5f55e68dac

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-libs/protobuf/protobuf-.ebuild 
b/dev-libs/protobuf/protobuf-.ebuild
index f244ade24dc..00e035ecb00 100644
--- a/dev-libs/protobuf/protobuf-.ebuild
+++ b/dev-libs/protobuf/protobuf-.ebuild
@@ -23,7 +23,7 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/19"
+SLOT="0/20"
 KEYWORDS=""
 IUSE="emacs examples static-libs test zlib"
 RESTRICT="!test? ( test )"



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

2019-06-28 Thread Mike Gilbert
commit: 12a200a428e76c42f87e399d8592e75ac30004bb
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jun 28 17:28:34 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 18:09:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a200a4

dev-java/protobuf-java: Update subslot.

https://github.com/protocolbuffers/protobuf/commit/638720274b5990bb2a00bbcf38552e5f55e68dac

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-java/protobuf-java/protobuf-java-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/protobuf-java/protobuf-java-.ebuild 
b/dev-java/protobuf-java/protobuf-java-.ebuild
index 86873f9cfdb..982d6bcab32 100644
--- a/dev-java/protobuf-java/protobuf-java-.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-.ebuild
@@ -24,7 +24,7 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/19"
+SLOT="0/20"
 KEYWORDS=""
 IUSE=""
 



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

2019-06-28 Thread Mike Gilbert
commit: 916bbc9b47aed145c0d0edfcbe1d82e50e02ff74
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jun 28 17:13:00 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 28 18:09:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916bbc9b

app-i18n/librime: Delete broken "static-libs" USE flag.

Fixes: https://bugs.gentoo.org/686924
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/librime/librime-1.2.9.ebuild | 5 ++---
 app-i18n/librime/librime-1.3.1.ebuild | 5 ++---
 app-i18n/librime/librime-1.4.0.ebuild | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/app-i18n/librime/librime-1.2.9.ebuild 
b/app-i18n/librime/librime-1.2.9.ebuild
index 0cee02a76e8..3a095f77948 100644
--- a/app-i18n/librime/librime-1.2.9.ebuild
+++ b/app-i18n/librime/librime-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2012-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/rime/${PN}/archive/rime-${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0/1"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="static-libs test"
+IUSE="test"
 
 RDEPEND="app-i18n/opencc:=
dev-cpp/glog:=
@@ -26,7 +26,6 @@ DEPEND="${RDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_STATIC=$(usex static-libs)
-DBUILD_TEST=$(usex test)
-DBOOST_USE_CXX11=ON
-DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)

diff --git a/app-i18n/librime/librime-1.3.1.ebuild 
b/app-i18n/librime/librime-1.3.1.ebuild
index c0422746cca..6adbfbf2ddc 100644
--- a/app-i18n/librime/librime-1.3.1.ebuild
+++ b/app-i18n/librime/librime-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2012-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/rime/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0/1"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="static-libs test"
+IUSE="test"
 
 RDEPEND="app-i18n/opencc:=
dev-cpp/glog:=
@@ -28,7 +28,6 @@ DOCS=( {CHANGELOG,README}.md )
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_STATIC=$(usex static-libs)
-DBUILD_TEST=$(usex test)
-DBOOST_USE_CXX11=ON
-DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)

diff --git a/app-i18n/librime/librime-1.4.0.ebuild 
b/app-i18n/librime/librime-1.4.0.ebuild
index 17878776ea8..0b7c3762df2 100644
--- a/app-i18n/librime/librime-1.4.0.ebuild
+++ b/app-i18n/librime/librime-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2012-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/rime/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0/1"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="static-libs test"
+IUSE="test"
 
 RDEPEND="app-i18n/opencc:=
dev-cpp/glog:=
@@ -28,7 +28,6 @@ DOCS=( {CHANGELOG,README}.md )
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_STATIC=$(usex static-libs)
-DBUILD_TEST=$(usex test)
-DBOOST_USE_CXX11=ON
-DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)



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

2019-06-28 Thread Jonas Stein
commit: 9d4e50434ccd4e5b9c612afc2636adeefa2a8336
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Jun 28 18:17:54 2019 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Jun 28 18:18:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4e5043

app-text/tree: Version bump to 1.8.0

Version bump and EAPI=7
Removed RDEPEND !=sci-biology/meme-4.8.1,
because it is no longer in the tree.
Closes: https://bugs.gentoo.org/676078
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/Manifest  |  1 +
 app-text/tree/tree-1.8.0.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 34e68406c61..e3b2ce84306 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1 +1,2 @@
 DIST tree-1.7.0.tgz 47082 BLAKE2B 
07449f50a44f857733679ae92a54a9dd61fe19b282f9244534393527d5f344835864e2acff3b2c43ed406d65657568b21440044af21fed2c4ab623e88d2e396c
 SHA512 
b234fb1428ba75da72d7e4aeb24bf961e123332342593e441b29a0baa2270d12bb187d889c179d6463c940c8dce9fe9dffeb4ad3f06cf11f057b83234d7b4b4a
+DIST tree-1.8.0.tgz 50286 BLAKE2B 
51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd
 SHA512 
3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
new file mode 100644
index 000..4737aa83e4e
--- /dev/null
+++ b/app-text/tree/tree-1.8.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
+HOMEPAGE="http://mama.indstate.edu/users/ice/tree/";
+SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+   sed -i -e 's:LINUX:__linux__:' tree.c || die
+   mv doc/tree.1.fr doc/tree.fr.1
+   if use !elibc_glibc ; then
+   # 433972, also previously done only for elibc_uclibc
+   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+   fi
+   default
+}
+
+src_compile() {
+   append-lfs-flags
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin tree
+   doman doc/tree*.1
+   einstalldocs
+   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}



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

2019-06-28 Thread Andreas Sturmlechner
commit: d29251c34262ad6ce7132f221213b82772898c03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 28 18:14:57 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 28 18:20:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29251c3

dev-libs/flatbuffers: Drop 1.10.0

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

 dev-libs/flatbuffers/Manifest  |  1 -
 dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index b7fe4bb1908..7d47aaf0e93 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-1.10.0.tar.gz 817750 BLAKE2B 
1896b01afbdb8527836fa684980169890b1d5f1213d64cc88310f819c5fe7bc2a7e0a87e1abc2565ca165a0406dee9c814af382d2c8f08718ae5d9173530f98a
 SHA512 
b8382c8e9a45d6aca83270e93704b9ef2938e4ef9bb5165edbd8f286329e86353037ad6e54a99fd3d70b0c893d06cfd8766e00f05497e69be4b9e6c0506133d2
 DIST flatbuffers-1.11.0.tar.gz 894944 BLAKE2B 
8eee7165f2dfbed6ee0b0cfbec0df995bc6e8a19600ad42ac70788714635ba90d72f2dc24d0e1edd5ac6a1cf6148948f625245d3079e75861d29117f6fcf34fd
 SHA512 
cbb2e1e6885255cc950e2fa8248b56a8bc2c6e52f6fc7ed9066e6ae5a1d53f1263594b83f4b944a672cf9d0e1e800e51ce7fa423eff45abf5056269879c286fe

diff --git a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild 
b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
deleted file mode 100644
index 8ee23dc4fa1..000
--- a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Memory efficient serialization library"
-HOMEPAGE="https://google.github.io/flatbuffers/";
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs test"
-
-src_configure() {
-   append-cppflags -std=c++11
-
-   local mycmakeargs=(
-   -DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
-   -DFLATBUFFERS_BUILD_SHAREDLIB=ON
-   -DFLATBUFFERS_BUILD_TESTS=$(usex test)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   dobin "${CMAKE_BUILD_DIR}"/flatc
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-desktop-common/

2019-06-28 Thread Andreas Sturmlechner
commit: e7366cf6ea3c3bd35b870183a61ddfbf7c80a62c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 28 18:13:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 28 18:20:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7366cf6

app-emulation/wine-desktop-common: Drop 20150204 (r0)

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

 .../wine-desktop-common-20150204.ebuild| 45 --
 1 file changed, 45 deletions(-)

diff --git 
a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild 
b/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild
deleted file mode 100644
index 66ba3caad5c..000
--- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit gnome2-utils
-
-DESCRIPTION="Various desktop menu items and icons for wine"
-HOMEPAGE="https://github.com/NP-Hardass/wine-desktop-common
-   https://dev.gentoo.org/~tetromino/distfiles/wine
-   
https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/";
-SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* amd64 x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="!!app-emulation/wine:0"
-PDEPEND="app-eselect/eselect-wine"
-
-# These use a non-standard "Wine" category, which is provided by
-# /etc/xdg/applications-merged/wine.menu
-QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
-usr/share/applications/wine-notepad.desktop
-usr/share/applications/wine-uninstaller.desktop
-usr/share/applications/wine-winecfg.desktop"
-
-S=${WORKDIR}/${PN}-${PV//./}
-
-src_install() {
-   emake install DESTDIR="${D}" EPREFIX="${EPREFIX}"
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/focuswriter/

2019-06-28 Thread Andreas Sturmlechner
commit: 5cedfa5053afff9c89faceccbec85325e8400df5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 28 18:13:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 28 18:20:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cedfa50

app-editors/focuswriter: Drop 1.7.1

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

 app-editors/focuswriter/Manifest |  1 -
 app-editors/focuswriter/focuswriter-1.7.1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index 8366af74b49..1ab612b3f48 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,2 +1 @@
-DIST focuswriter-1.7.1-src.tar.bz2 10306009 BLAKE2B 
8b76c4c85c304e4014ef91d1e0829b2e2fe06d4d064af1fe1f0e7b3ca1d7a8a0a776322bba574e3b64f4f57e6cdefb8c1c000c7aa17ad0e4fdddea41e2b3aa2f
 SHA512 
a7d45978670305c1a1f1d737ba7620f6ec38c76ce3aefdac2b008d3d208686013d300436d8fa210c99fe3048a7f377b0e1ab8b9f92b2ed7f58d57354ea683522
 DIST focuswriter-1.7.2-src.tar.bz2 10310759 BLAKE2B 
92f0cd0ec2bb29c41f2c98e52dcb2187a70bc1c0641aed521b3d577302937cf6560f3adf422372019c8726ca29a9978b5b4d9e56e4c0c26a65fdc5d6aa0b7767
 SHA512 
195ddf6579aa00af120644ef1ddc88a6aaf0a6003feefb7b3dd3ca72c4bb17440553a171ad469f2d25d90416fc0e1a03f1b9d43e3b5790dac180f18b4ed657bf

diff --git a/app-editors/focuswriter/focuswriter-1.7.1.ebuild 
b/app-editors/focuswriter/focuswriter-1.7.1.ebuild
deleted file mode 100644
index 1a03c4dc455..000
--- a/app-editors/focuswriter/focuswriter-1.7.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg
-
-DESCRIPTION="Fullscreen and distraction-free word processor"
-HOMEPAGE="https://gottcode.org/focuswriter/";
-SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2";
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-RDEPEND="
-   app-text/hunspell:=
-   >=dev-qt/qtcore-5.11:5
-   >=dev-qt/qtgui-5.11:5
-   >=dev-qt/qtmultimedia-5.11:5
-   >=dev-qt/qtprintsupport-5.11:5
-   dev-qt/qtsingleapplication[qt5(+),X]
-   >=dev-qt/qtwidgets-5.11:5
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-qt/qtconcurrent:5
-"
-
-DOCS=( ChangeLog CREDITS README )
-
-PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
-
-src_configure() {
-   eqmake5 PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/, dev-python/coreapi/

2019-06-28 Thread William Hubbs
commit: 923fee9b310202c0690758bc64b4d275236d83cd
Author: William Hubbs  sony  com>
AuthorDate: Fri Jun 28 18:20:21 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 28 18:23:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923fee9b

dev-python/coreapi: 2.3.3-r1 bump to add missing dependencies

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 22 ++
 dev-python/django-cors-headers/Manifest|  1 +
 2 files changed, 23 insertions(+)

diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild 
b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
new file mode 100644
index 000..54c411dd20d
--- /dev/null
+++ b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="Python client library for Core API"
+HOMEPAGE="https://github.com/core-api/python-client";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}]
+   dev-python/itypes[${PYTHON_USEDEP}]
+   dev-python/uritemplate[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/django-cors-headers/Manifest 
b/dev-python/django-cors-headers/Manifest
index 1ea3c296819..d370e322596 100644
--- a/dev-python/django-cors-headers/Manifest
+++ b/dev-python/django-cors-headers/Manifest
@@ -1 +1,2 @@
 DIST django-cors-headers-2.5.1.tar.gz 21976 BLAKE2B 
554b6c6ed737d8bfe34f3c87f67cf48a5bb5b838c3054d908ceae5c8716a51a69e55b82e9dff8bdf186f23bb24ed32ab4e7f898b23f27a132330cae5323ccd86
 SHA512 
b321edfd69103e3389acdd3a552e9a36c8c5eb78be01230c5389716d2d2fc81c7cf64003b6ba3e6f46bed5f6d6b8b68b1dfa923a9e8f98c7261412e17f7854a8
+DIST django-cors-headers-3.0.2.tar.gz 24497 BLAKE2B 
06cf666981542607a538550b2429cad7eb2ebe58bcb0eb3e0f4a6b59f17a91b3caff9123ab3c9b133814f8ee6cfa2ac7352f424eb8a676567fa1775fae708185
 SHA512 
fffe3be64ba095357dcd4e370a3aabbb848be5f886cd2beee8558d3f5f9aa849dacb2f40e0159013fa050eac42d04764e35893ff983a476b20783e3d8083e720



[gentoo-commits] repo/gentoo:master commit in: sys-boot/silo/

2019-06-28 Thread Ben Kohler
commit: 77ddb23bfef97fba7ed01b244372d1283edb08a9
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Jun 28 18:38:13 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Jun 28 18:38:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ddb23b

sys-boot/silo: 1.4.14_p20170829 stable on sparc

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Ben Kohler  gentoo.org>

 sys-boot/silo/silo-1.4.14_p20170829.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/silo/silo-1.4.14_p20170829.ebuild 
b/sys-boot/silo/silo-1.4.14_p20170829.ebuild
index e62265f8848..9fe244c7d56 100644
--- a/sys-boot/silo/silo-1.4.14_p20170829.ebuild
+++ b/sys-boot/silo/silo-1.4.14_p20170829.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/davem/silo.git;a=summary";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="-* ~sparc"
+KEYWORDS="-* sparc"
 IUSE=""
 
 DEPEND="sys-fs/e2fsprogs



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

2019-06-28 Thread Marek Szuba
commit: 1abca237df4ea8babf6b00af64b5bde541915493
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jun 28 18:38:52 2019 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jun 28 18:39:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abca237

dev-python/pslab-python: new package

Official library for communicating with the Pocket Science Lab, a
universal USB-powered board featuring an oscilloscope, multimeter, logic
analyser and many more.

Signed-off-by: Marek Szuba  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-python/pslab-python/Manifest   |  1 +
 .../pslab-python-1.0.1-no_install_udev_rules.patch |  9 +
 .../files/pslab-python-1.0.1-sys_version.patch | 11 ++
 dev-python/pslab-python/metadata.xml   | 11 ++
 dev-python/pslab-python/pslab-python-1.0.1.ebuild  | 40 ++
 5 files changed, 72 insertions(+)

diff --git a/dev-python/pslab-python/Manifest b/dev-python/pslab-python/Manifest
new file mode 100644
index 000..607e84c133d
--- /dev/null
+++ b/dev-python/pslab-python/Manifest
@@ -0,0 +1 @@
+DIST pslab-python-1.0.1.tar.gz 15460183 BLAKE2B 
6837c40352eecdf563fa700617ee1712997fc0532483357d889d0fb03645732e0febf5ac83cdc8c766b7ec6d9ac9a436a313d0f44221c2ea69044be6f4c11fa6
 SHA512 
939f3649a0060a59a39ee97b57134075f8602b966fb3d14250c8ae96c340a4ab33e9fa8d7c5d8cf09ae9297b762c203e4a256bc29b9ff6006ce6ff254c468ad2

diff --git 
a/dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch 
b/dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch
new file mode 100644
index 000..b721e8a8ab0
--- /dev/null
+++ 
b/dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch
@@ -0,0 +1,9 @@
+--- a/setup.py
 b/setup.py
+@@ -50,6 +50,5 @@
+ packages=find_packages(),
+ #scripts=["PSL/bin/"+a for a in os.listdir("PSL/bin/")],
+ package_data={'': 
['*.css','*.png','*.gif','*.html','*.css','*.js','*.png','*.jpg','*.jpeg','*.htm','99-pslab.rules']},
+-cmdclass={'install': CustomInstall},
+ )
+ 

diff --git a/dev-python/pslab-python/files/pslab-python-1.0.1-sys_version.patch 
b/dev-python/pslab-python/files/pslab-python-1.0.1-sys_version.patch
new file mode 100644
index 000..474850a34b0
--- /dev/null
+++ b/dev-python/pslab-python/files/pslab-python-1.0.1-sys_version.patch
@@ -0,0 +1,11 @@
+--- a/PSL/SENSORS/AD9833.py
 b/PSL/SENSORS/AD9833.py
+@@ -3,7 +3,7 @@
+ 
+ 
+ class AD9833:
+-if sys.version.major == 3:
++if sys.version_info.major == 3:
+ DDS_MAX_FREQ = 0xFFF - 1  # 24 bit resolution
+ else:
+ DDS_MAX_FREQ = eval("0xFFFL-1")  # 24 bit resolution

diff --git a/dev-python/pslab-python/metadata.xml 
b/dev-python/pslab-python/metadata.xml
new file mode 100644
index 000..d93b6e0e274
--- /dev/null
+++ b/dev-python/pslab-python/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   fossasia/pslab-python
+   
+

diff --git a/dev-python/pslab-python/pslab-python-1.0.1.ebuild 
b/dev-python/pslab-python/pslab-python-1.0.1.ebuild
new file mode 100644
index 000..b3feed3e628
--- /dev/null
+++ b/dev-python/pslab-python/pslab-python-1.0.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for communicating with Pocket Science Lab"
+HOMEPAGE="https://pslab.io";
+SRC_URI="https://github.com/fossasia/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/numpy
+   dev-python/pyqtgraph
+   dev-python/pyserial
+   sci-libs/scipy"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx )"
+BDEPEND="dev-python/setuptools"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.1-sys_version.patch
+   "${FILESDIR}"/${PN}-1.0.1-no_install_udev_rules.patch
+)
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2019-06-28 Thread Andreas Sturmlechner
commit: 94c5221cade20378124cfbbc5e04d546c107f192
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 28 19:35:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 28 19:35:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c5221c

app-office/libreoffice-l10n: 6.2.5.2 version bump

Still pre-release, no keywords yet.

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

 app-office/libreoffice-l10n/Manifest   | 336 ++---
 5.1.ebuild => libreoffice-l10n-6.2.5.2.ebuild} |   0
 2 files changed, 168 insertions(+), 168 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index 3a0fb57da7d..f7ce57f8a66 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -334,171 +334,171 @@ DIST 
LibreOffice_6.2.4.2_Linux_x86_rpm_langpack_xh.tar.gz 290248 BLAKE2B aa1ac54
 DIST LibreOffice_6.2.4.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 807741 BLAKE2B 
f32deba843589fd638ee7a1d4ab9c9aa35571350654fbb6130cb57fc0a38c53aa9003dc8adac6c7a4fc2df082a10c439cca7d58782af63501b097f96f78dc930
 SHA512 
32db96b9288a6fcf3c4734ce5ae056643476e4599e5fb7ec1aa81ca091a5f4ca7d5b141342b1677f8808dec9cfb4ffbe79f1b6ec36bd814883bb3deef5363c21
 DIST LibreOffice_6.2.4.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 808093 BLAKE2B 
a9a96e687d98a395f0ec917a3f3feac6c9a7d79dcd428ffbb04590899faf02e1fb497c6b6a1a211a5f44684c92da8e063c5839a444e8b660b830f85ccca4a8f3
 SHA512 
d9b3a84584afde6bd86842c9fadc96ee276f75e44c79d1357fca0d3ca06eeb7917875c472605d962ef726361850db1388f9be1b86d1c1d256e970b65c833272b
 DIST LibreOffice_6.2.4.2_Linux_x86_rpm_langpack_zu.tar.gz 321382 BLAKE2B 
aba2c826aa536ea5fb2642b27334e3c7ac67cb07e8013329ea61369c772536de233b664e80e4b8f61f108f2530d49f68d2f90be36df1b7ba539c4833c27f6b64
 SHA512 
6d823e59d2958fdf448ddd7114f13f1f781631e1bd4c7747f0e6504aa23e2b2f090d3e6689504185b80c2e6ca9992628d4ba770311d4313092c26e15f3cfd39c
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_am.tar.gz 2494301 BLAKE2B 
9a890edf2a960e55dc08c963c6d54284ac8eac46aaef0a9718f91d380a9f068f17b9a497798461b3b54cee33e69fafc4b4cb3cd27209a6566ea27bc887deda24
 SHA512 
67edc01c5f17d0ea555e4ffe2ceed83600cc2457773499cd4609bb0b7688e58defe06e5d4f138e397c59689047803b23f9908fefc8d6c283a05a6cd74edfc6c6
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_ast.tar.gz 2388643 BLAKE2B 
057f973b6b64b7f1fa72b117668dfecac9a135bbd4c33c3d90446712c28ea804d49d545dbb7621b75b1ba2dbbe41b9635bc14764e8b0a967484d9149c2ef950d
 SHA512 
8a83add3850a7980824ebe1c0796ac10e2a2a75cc8ecb8d3ade348aca491fa59bfe7e73b8c667935654bdfa6b8fe44d1c906016522e5c5d236de4b7a8e185687
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_bg.tar.gz 2567217 BLAKE2B 
61414881e9f131e1e5b49c6f036eb8149c0c0d93e9f8d32834120091ce47a6968859ff54e864f111f774fe032f9fa419fd95f0568bf269cd01bd0124c308df4a
 SHA512 
d67fff0ac59d1395900969be407b5f8bc65b1744b79007caa36373a8c9886297225b2fbcaba52a52d981c4841655aed16b81990780b71ff1b83394252ae136ac
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_bn-IN.tar.gz 2578544 BLAKE2B 
aebe64ed28feb5d2c64195fa968ce7fdce17dbc039d71c6d124a0a70af2899e4ea737efa5862db0eaa308bbe76547afd34ea0f8d591d72fc1b2d240c8dddfd9f
 SHA512 
cf7dc4a89d8cf7b74eb648b30503370c073ec5ee9fed01d7bc504bbfa3b4ae15f165b33f33dbb26d893a9f843b0a90f10cb4094176cf3cdfad61b9d2e7969047
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_bn.tar.gz 2561549 BLAKE2B 
f2f6f171015952d03dc923ebf1add3f9b4e40729514f3763765ea1eb8d510361ee6362c62c3c308852cf64be9aa9705907e62b2d8a8e99f1898011958714c48d
 SHA512 
60016c410f2784ab2f8f2667a81e71f38f093f03f52d15c5eb66870907fa13dcb1dae409074b67b4167a0cf66bae95068db866c309016dd0e6b2eca172fb0410
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_bo.tar.gz 2576700 BLAKE2B 
2eae3ff6a83705ec57b5e3f9f2dea8773041c29f40530a84d4ee37b36b612a7308593ece00177902fe3681e5e520fb685f56d0bf264d6938d77e43aba87c59d8
 SHA512 
f299f1b1a8252ba27af3ff4794e1af88577908ccf280621b4703f9eb4d008495172dca290659df5d4c8364671284918a8f10ee07dc3ad600e27833ffd72baa27
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_bs.tar.gz 2302412 BLAKE2B 
5d6b184350250c98bc713770ae237fcefa7bef04fc5a820f29b67258e767e9b1e34d624315446c7b28c9aebea92c2020a4e21ebc260a07523153949900f8d093
 SHA512 
ce933e1715ed91ac083b086b3ebd141056c982f01966f17c54c0c8950b6d35e976e8ea30e027a1ddaf865605ba46acd9c8feac79fbe8debe6fdb3e4c16ca604a
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_ca-valencia.tar.gz 2380846 
BLAKE2B 
05b328af20f398c472f15b0af2deb128b83ae5cbc641aad2185f693dc0d0c93b2f20ae6d8cbeb82f810994f7e925d97ff9baf3ec68668d0456157832b13431ce
 SHA512 
7f6f3adaff0f04695d8d400a4c4133ff4eedd8fac1a0c43e588fd2018314ee2af16163d2662fcebafa8d822ab88dccc89c5b95a3ec9fd32c87c6646b27aa575b
-DIST LibreOffice_6.2.5.1_Linux_x86_rpm_helppack_ca.tar.gz 2366321 BLAKE2B 
9621227db60e4b9fc3ce69ad5428cb1679eab4b826f1aba33656a223a1bcd124bd02f02bc968202155426cac04615efa17ee7c256b6612aaec35ab6ff6322d

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

2019-06-28 Thread Andreas Sturmlechner
commit: a51a45e778ef83e03503d5f733af05337111ec21
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun 28 18:40:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 28 19:16:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51a45e7

net-misc/smb4k: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12351
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../smb4k-3.0.0-fix-mount-readwrite-shares.patch   | 61 --
 1 file changed, 61 deletions(-)

diff --git a/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch 
b/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch
deleted file mode 100644
index 84d50b75b46..000
--- a/net-misc/smb4k/files/smb4k-3.0.0-fix-mount-readwrite-shares.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From 886af393dab0f6efe0f8bafc03522f25c15e0ba6 Mon Sep 17 00:00:00 2001
-From: Alexander Reinholdt 
-Date: Thu, 13 Jun 2019 20:57:38 +0200
-Subject: It was reported that Smb4K mounts shares read-only that were
- previously accessible read-write. It turns out that the default for the "CIFS
- Unix extensions" setting were not chosen very carefully. This commit changes
- the default values back, so that mounting should work again as expected.
-
-(cherry picked from commit d3b89af5410ea8d4cb5f34921d48fdda486990f2)

- core/smb4kmountsettings_linux.kcfg | 10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/core/smb4kmountsettings_linux.kcfg 
b/core/smb4kmountsettings_linux.kcfg
-index 4ad329c..7e046dd 100644
 a/core/smb4kmountsettings_linux.kcfg
-+++ b/core/smb4kmountsettings_linux.kcfg
-@@ -11,12 +11,12 @@
- 
-   All or most of the servers support the CIFS Unix 
extensions
-   Most versions of Samba support the CIFS Unix or POSIX 
extensions. For these servers, some options are not needed, because the right 
values are negotiated during the mount process. For other servers, you might 
want to uncheck this option, so that predefined values can be passed to the 
server. Please note that if your computer is located in a Windows dominated 
network neighborhood with only a few Samba servers, you can safely uncheck this 
option and define custom options for the Samba servers.
--  true
-+  false
- 
- 
-   User ID:
-   This is the user ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the user ID is 
forced.
--  false
-+  true
- 
- 
-   This is the user ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the user ID is 
forced.
-@@ -25,7 +25,7 @@
- 
-   Group ID:
-   This is the group ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the group ID is 
forced.
--  false
-+  true
- 
- 
-   This is the group ID (a number) that the files and 
directories of the mounted share will have. If you are using the CIFS 
filesystem under Linux and the remote server supports the CIFS Unix Extensions, 
this setting will be ignored unless the assignment of the group ID is 
forced.
-@@ -34,7 +34,7 @@
- 
-   File mode:
-   This is the file mode that will be used for creating files. 
It must be defined in octal. In case the CIFS file system is used, this setting 
only takes effect if the server does not support the CIFS Unix 
Extensions.
--  false
-+  true
- 
- 
-   This is the filemode that will be used for creating files. 
It must be defined in octal. In case the CIFS file system is used, this setting 
only takes effect if the server does not support the CIFS Unix 
Extensions.
-@@ -43,7 +43,7 @@
- 
-   Directory mode:
-   This is the directory mode that will be used for creating 
directories. It must be defined in octal. In case the CIFS file system is used, 
this setting only takes effect if the server does not support the CIFS Unix 
Extensions.
--  false
-+  true
- 
- 
-   This is the directory mode that will be used for creating 
directories. It must be defined in octal. In case the CIFS file system is used, 
this setting only takes effect if the server does not support the CIFS Unix 
Extensions.
--- 
-cgit v1.1



[gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/

2019-06-28 Thread James Le Cuirot
commit: 0e75472120573e63a65e7039c166786894028f2e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Jun 28 20:19:10 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Jun 28 20:19:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e754721

x11-themes/arc-theme: Drop old 20181022

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-themes/arc-theme/Manifest  |  2 -
 x11-themes/arc-theme/arc-theme-20181022.ebuild | 85 --
 2 files changed, 87 deletions(-)

diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
index ca6b6b87738..c23a91d5bf6 100644
--- a/x11-themes/arc-theme/Manifest
+++ b/x11-themes/arc-theme/Manifest
@@ -1,4 +1,2 @@
-DIST arc-theme-20181022-pngs.tar.xz 88512 BLAKE2B 
2ed193249e12d8726c0fd0e40b2d64e9f61c625f646b180a0c2fb420efcebf120e4b84059940173c71905d679e8cee3f8dde544c251c36a59524172a0400f0e9
 SHA512 
d5392515ac53e9b3b40bf4a94b242a06ddedffbe540bf651e0a08ab29092d68a65b55d2b9fe7821d3fb89650b01e05491c2ea357b6bcf9f0c1e181dea42e527e
-DIST arc-theme-20181022.tar.xz 226736 BLAKE2B 
e60fcd6507a18386a27cfce27ebc55cf318556cf16ed89eea13cc8cbbd202ceda689d7cc2e8153f3834591713bd7b7db9e4358c50c3223480fbe86cbbc6ebe31
 SHA512 
0562a91740a08d799fb12749c8c3a1baccbfa0ed68b2fd4ced1965a929df395e83bf1ee336c5ed61e90701ac87e8d4f143622e0458f6eda26eeff43d7a811f1e
 DIST arc-theme-20190330-pngs.tar.xz 87632 BLAKE2B 
a860abe61d98c1ba2c7e13d21cb24e74e110b4e075eb53fc0d34b5e84eeed345a9b32e948e673b445d15e74b4c27991408139861b2d80124c8d97e417ecb3fb3
 SHA512 
0421530b99ebbe286e111477a056e17e7aa23a63e8c7d63443c4ffcdcb053f191a05fd16e54d9fa4efa9d1c870ff500ffb0c519d6604d6d7294cc1da711de5ba
 DIST arc-theme-20190330.tar.xz 227936 BLAKE2B 
35815019884c55ce2d22dbb2d78892c00b35839b017fb7f0c1e9e1f1bad1bf94703e0c15205045eed96add556381c28fdd702c7657226fd75492304abaafd41d
 SHA512 
ac4f1bde028e027314004999502dcc914abf6070ffd4345021df486084de2c943e6c110776b3b6af55143962a40b368c060a11754ffaf30300b87cb923bc55b9

diff --git a/x11-themes/arc-theme/arc-theme-20181022.ebuild 
b/x11-themes/arc-theme/arc-theme-20181022.ebuild
deleted file mode 100644
index 7df4cdc5b08..000
--- a/x11-themes/arc-theme/arc-theme-20181022.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# USE="-* gtk2 gtk3 xfce" ebuild ${P}.ebuild clean compile
-# cd ~portage/x11-themes/${P}/work
-# make -j -C ${P}/common/gtk-3.0/3.18
-# find ${P}/common/{gtk-2.0,gtk-3.0/3.*,xfwm4} -name "*.png" ! -path 
"*/menubar-toolbar/*" | xargs tar Jcvf /usr/portage/distfiles/${P}-pngs.tar.xz
-
-inherit autotools
-
-DESCRIPTION="A flat theme with transparent elements for GTK+3, GTK+2 and GNOME 
Shell"
-HOMEPAGE="https://github.com/NicoHood/arc-theme";
-SRC_URI="https://github.com/NicoHood/${PN}/releases/download/${PV}/${P}.tar.xz
-   pre-rendered? ( 
https://dev.gentoo.org/~chewi/distfiles/${P}-pngs.tar.xz )"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="cinnamon gnome-shell +gtk2 +gtk3 mate +pre-rendered xfce"
-
-SASSC_DEPEND="
-   dev-lang/sassc
-"
-
-SVG_DEPEND="
-   !pre-rendered? (
-   media-gfx/inkscape
-   media-gfx/optipng
-   )
-"
-
-# Supports various GTK+3 versions and uses pkg-config to determine which
-# set of files to install. Updates will break it but only this fix will
-# help. https://github.com/horst3180/arc-theme/pull/436
-DEPEND="
-   cinnamon? (
-   ${SASSC_DEPEND}
-   )
-   gnome-shell? (
-   ${SASSC_DEPEND}
-   )
-   gtk2? (
-   ${SVG_DEPEND}
-   )
-   gtk3? (
-   ${SASSC_DEPEND}
-   ${SVG_DEPEND}
-   virtual/pkgconfig
-   >=x11-libs/gtk+-3.18:3
-   )
-   xfce? (
-   ${SVG_DEPEND}
-   )
-"
-
-# gnome-themes-standard is only needed by GTK+2 for the Adwaita
-# engine. This engine is built into GTK+3.
-RDEPEND="
-   gtk2? (
-   x11-themes/gnome-themes-standard
-   x11-themes/gtk-engines-murrine
-   )
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   use pre-rendered &&
-   export INKSCAPE="${BROOT}"/bin/false 
OPTIPNG="${BROOT}"/bin/false
-
-   econf \
-   --disable-openbox \
-   --disable-plank \
-   --disable-unity \
-   $(use_enable cinnamon) \
-   $(use_enable gtk2) \
-   $(use_enable gtk3) \
-   $(use_enable gnome-shell) \
-   $(use_enable mate metacity) \
-   $(use_enable xfce xfwm)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/

2019-06-28 Thread James Le Cuirot
commit: d6a86f168cc2e772715156befe0ad029f4d3c2bc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Jun 28 20:18:23 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Jun 28 20:18:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a86f16

x11-themes/arc-theme: Version bump to 20190330

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-themes/arc-theme/Manifest  |  2 +
 x11-themes/arc-theme/arc-theme-20190330.ebuild | 85 ++
 2 files changed, 87 insertions(+)

diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
index 73fced10671..ca6b6b87738 100644
--- a/x11-themes/arc-theme/Manifest
+++ b/x11-themes/arc-theme/Manifest
@@ -1,2 +1,4 @@
 DIST arc-theme-20181022-pngs.tar.xz 88512 BLAKE2B 
2ed193249e12d8726c0fd0e40b2d64e9f61c625f646b180a0c2fb420efcebf120e4b84059940173c71905d679e8cee3f8dde544c251c36a59524172a0400f0e9
 SHA512 
d5392515ac53e9b3b40bf4a94b242a06ddedffbe540bf651e0a08ab29092d68a65b55d2b9fe7821d3fb89650b01e05491c2ea357b6bcf9f0c1e181dea42e527e
 DIST arc-theme-20181022.tar.xz 226736 BLAKE2B 
e60fcd6507a18386a27cfce27ebc55cf318556cf16ed89eea13cc8cbbd202ceda689d7cc2e8153f3834591713bd7b7db9e4358c50c3223480fbe86cbbc6ebe31
 SHA512 
0562a91740a08d799fb12749c8c3a1baccbfa0ed68b2fd4ced1965a929df395e83bf1ee336c5ed61e90701ac87e8d4f143622e0458f6eda26eeff43d7a811f1e
+DIST arc-theme-20190330-pngs.tar.xz 87632 BLAKE2B 
a860abe61d98c1ba2c7e13d21cb24e74e110b4e075eb53fc0d34b5e84eeed345a9b32e948e673b445d15e74b4c27991408139861b2d80124c8d97e417ecb3fb3
 SHA512 
0421530b99ebbe286e111477a056e17e7aa23a63e8c7d63443c4ffcdcb053f191a05fd16e54d9fa4efa9d1c870ff500ffb0c519d6604d6d7294cc1da711de5ba
+DIST arc-theme-20190330.tar.xz 227936 BLAKE2B 
35815019884c55ce2d22dbb2d78892c00b35839b017fb7f0c1e9e1f1bad1bf94703e0c15205045eed96add556381c28fdd702c7657226fd75492304abaafd41d
 SHA512 
ac4f1bde028e027314004999502dcc914abf6070ffd4345021df486084de2c943e6c110776b3b6af55143962a40b368c060a11754ffaf30300b87cb923bc55b9

diff --git a/x11-themes/arc-theme/arc-theme-20190330.ebuild 
b/x11-themes/arc-theme/arc-theme-20190330.ebuild
new file mode 100644
index 000..6ceb36af4e7
--- /dev/null
+++ b/x11-themes/arc-theme/arc-theme-20190330.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# USE="-* gtk2 gtk3 xfce" ebuild ${P}.ebuild clean compile
+# cd ~portage/x11-themes/${P}/work
+# make -j -C ${P}/common/gtk-3.0/3.18
+# find ${P}/common/{gtk-2.0,gtk-3.0/3.*,xfwm4} -name "*.png" ! -path 
"*/menubar-toolbar/*" | xargs tar Jcvf /usr/portage/distfiles/${P}-pngs.tar.xz
+
+inherit autotools
+
+DESCRIPTION="A flat theme with transparent elements for GTK+3, GTK+2 and GNOME 
Shell"
+HOMEPAGE="https://github.com/NicoHood/arc-theme";
+SRC_URI="https://github.com/NicoHood/${PN}/releases/download/${PV}/${P}.tar.xz
+   pre-rendered? ( 
https://dev.gentoo.org/~chewi/distfiles/${P}-pngs.tar.xz )"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="cinnamon gnome-shell +gtk2 +gtk3 mate +pre-rendered xfce"
+
+SASSC_DEPEND="
+   dev-lang/sassc
+"
+
+SVG_DEPEND="
+   !pre-rendered? (
+   media-gfx/inkscape
+   media-gfx/optipng
+   )
+"
+
+# Supports various GTK+3 versions and uses pkg-config to determine which
+# set of files to install. Updates will break it but only this fix will
+# help. https://github.com/horst3180/arc-theme/pull/436
+BDEPEND="
+   cinnamon? (
+   ${SASSC_DEPEND}
+   )
+   gnome-shell? (
+   ${SASSC_DEPEND}
+   )
+   gtk2? (
+   ${SVG_DEPEND}
+   )
+   gtk3? (
+   ${SASSC_DEPEND}
+   ${SVG_DEPEND}
+   virtual/pkgconfig
+   >=x11-libs/gtk+-3.18:3
+   )
+   xfce? (
+   ${SVG_DEPEND}
+   )
+"
+
+# gnome-themes-standard is only needed by GTK+2 for the Adwaita
+# engine. This engine is built into GTK+3.
+RDEPEND="
+   gtk2? (
+   x11-themes/gnome-themes-standard
+   x11-themes/gtk-engines-murrine
+   )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   use pre-rendered &&
+   export INKSCAPE="${BROOT}"/bin/false 
OPTIPNG="${BROOT}"/bin/false
+
+   econf \
+   --disable-openbox \
+   --disable-plank \
+   --disable-unity \
+   $(use_enable cinnamon) \
+   $(use_enable gtk2) \
+   $(use_enable gtk3) \
+   $(use_enable gnome-shell) \
+   $(use_enable mate metacity) \
+   $(use_enable xfce xfwm)
+}



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

2019-06-28 Thread Matthew Thode
commit: 433f6b991829dacda39bbf33c60886a2d07f1086
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun 28 20:37:41 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jun 28 20:39:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433f6b99

dev-ruby/puppetdb-termini: 6.3.4 bump

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 dev-ruby/puppetdb-termini/Manifest  | 2 +-
 .../{puppetdb-termini-6.3.3.ebuild => puppetdb-termini-6.3.4.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index 48614c341b4..cca599e808f 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,3 +1,3 @@
 DIST puppetdb-termini_5.2.7-1xenial_all.deb 20560 BLAKE2B 
def7bb25badadd2880589d5708e8b9a0f87033977a21ee65fca7b27caf8c3568c66cf7f21123ecd8dd037e29023e65a9393d8b3608ffe0e021f9aad5a8c66755
 SHA512 
b5a5b4c721a35d95093d9da757f5a2dcfcc232343b6ca6dcf7184a20f9ff305a9c2f04328e17a0e02579d6ee7245c7c9b7e9ba8d22bc8f3bc1c13cf50c784101
 DIST puppetdb-termini_6.3.2-1stretch_all.deb 20662 BLAKE2B 
2e7daef3892070d5356ced070544099a546e4887b5654f795e06952862e4c0cb155df200806217fd5376b1bc3fb53107467ca76acec05283d2f25fed7ca7e5ca
 SHA512 
555abacc9de7221df78a8459a76a4c3c8ce3a1bf5e2b6f1d800761eaea650d2a308e6a5054be082cfb9823903fbe049b2dc5f323b8af93693afbb61c8ce6c4be
-DIST puppetdb-termini_6.3.3-1stretch_all.deb 20676 BLAKE2B 
ba66e1eb57d7a95977974ef73d19927566b9de21077bd4907462b922d79194e5af46fc579bf7a36763f65e0a35c90e8ebb648b25b9ac9cdc3f8b5bb4eb76c52c
 SHA512 
d584815f25fe19c4c1f0d3033dcb2d3dfc985f74e757d7ea6cf40171186cda5ab2e042942063475a0144daa9dbbb0d2e82cb800a842ad61b505b36c5c3c8cb3c
+DIST puppetdb-termini_6.3.4-1stretch_all.deb 20680 BLAKE2B 
41d64eb7a13a0036323b916a70cebdc1d522175e1b6460a0df577b35d57bdfd2eba76784e7af314336d618e7445639e12ec369f243d10b5120ef5006fa21efd3
 SHA512 
06ce200b4d919d99c28f5361993ca9a641f38d27b1e775db7f1edd10515b75ea131770f3e03a1e3f9d3b32cb8e6f32f6995a6df1e6b3f24d4601585db48a9d8b

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.3.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.4.ebuild
similarity index 100%
rename from dev-ruby/puppetdb-termini/puppetdb-termini-6.3.3.ebuild
rename to dev-ruby/puppetdb-termini/puppetdb-termini-6.3.4.ebuild



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

2019-06-28 Thread Sergei Trofimovich
commit: 240ef3827182bbab320a5f4d337cec3849c57986
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:17:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240ef382

app-text/podofo: stable 0.9.6_p20180715 for hppa, bug #685124

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

 app-text/podofo/podofo-0.9.6_p20180715.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/podofo/podofo-0.9.6_p20180715.ebuild 
b/app-text/podofo/podofo-0.9.6_p20180715.ebuild
index d4346e5fc02..afde927a0cf 100644
--- a/app-text/podofo/podofo-0.9.6_p20180715.ebuild
+++ b/app-text/podofo/podofo-0.9.6_p20180715.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/${PV%_*}"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn libressl debug test +tools"
 REQUIRED_USE="test? ( tools )"
 



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

2019-06-28 Thread Sergei Trofimovich
commit: aeb67d2e0b1ada9104dfbd4d1a6c4a14f39d1cff
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:14:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb67d2e

dev-ruby/instantiator: stable 0.0.7 for hppa, bug #656206

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

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 2d496b0287a..5170aa5e1bd 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/

2019-06-28 Thread Sergei Trofimovich
commit: d86ad5ef37e3fcfbe40bed6f3e62b8142e785bb1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:18:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86ad5ef

virtual/podofo-build: stable 0.9.6 for hppa, bug #685124

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

 virtual/podofo-build/podofo-build-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/podofo-build/podofo-build-0.9.6.ebuild 
b/virtual/podofo-build/podofo-build-0.9.6.ebuild
index d6a283976b6..57774809eb2 100644
--- a/virtual/podofo-build/podofo-build-0.9.6.ebuild
+++ b/virtual/podofo-build/podofo-build-0.9.6.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual package for building against PoDoFo"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
 IUSE="+boost idn debug test +tools"
 
 # Pull in boost for build-against header dependency (see bug #503802).



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

2019-06-28 Thread Sergei Trofimovich
commit: 34f05a22d192fbf6a981c710e90849fcc5371ef8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:15:06 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f05a22

dev-ruby/introspection: stable 0.0.4 for hppa, bug #656206

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

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

diff --git a/dev-ruby/introspection/introspection-0.0.4.ebuild 
b/dev-ruby/introspection/introspection-0.0.4.ebuild
index 580cb2436d0..1747257040d 100644
--- a/dev-ruby/introspection/introspection-0.0.4.ebuild
+++ b/dev-ruby/introspection/introspection-0.0.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://jamesmead.org/";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1"



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

2019-06-28 Thread Sergei Trofimovich
commit: 218cecf0cea897f666abbbd9f5005646cd9f54af
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:16:56 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218cecf0

dev-ruby/yard: stable 0.9.20 for sparc, bug #688868

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

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

diff --git a/dev-ruby/yard/yard-0.9.20.ebuild b/dev-ruby/yard/yard-0.9.20.ebuild
index 07d65d57dc4..bfb0197fc37 100644
--- a/dev-ruby/yard/yard-0.9.20.ebuild
+++ b/dev-ruby/yard/yard-0.9.20.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~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 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount 
dev-ruby/bluecloth dev-ruby/kramdown ) )"



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

2019-06-28 Thread Sergei Trofimovich
commit: 2d0a9a17877394a27c9c51f70701c235ed9154e6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:15:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0a9a17

dev-ruby/mocha: stable 1.8.0 for hppa, bug #684552

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

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

diff --git a/dev-ruby/mocha/mocha-1.8.0.ebuild 
b/dev-ruby/mocha/mocha-1.8.0.ebuild
index 32eaeda0b59..e5ab9039824 100644
--- a/dev-ruby/mocha/mocha-1.8.0.ebuild
+++ b/dev-ruby/mocha/mocha-1.8.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://mocha.jamesmead.org/";
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_bdepend "



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

2019-06-28 Thread Sergei Trofimovich
commit: 925d5b3e1e00307569ab96309dd0ff5ecdcbe51f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:13:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925d5b3e

media-libs/zimg: stable 2.8 for sparc, bug #688808

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

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

diff --git a/media-libs/zimg/zimg-2.8.ebuild b/media-libs/zimg/zimg-2.8.ebuild
index 1b828b17116..e842b5dbb06 100644
--- a/media-libs/zimg/zimg-2.8.ebuild
+++ b/media-libs/zimg/zimg-2.8.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] repo/gentoo:master commit in: dev-util/dwarves/

2019-06-28 Thread Matthias Schwarzott
commit: 5161207b2cbedaaa1eaa52f31588e2f9cf70b346
Author: Matthias Schwarzott  gentoo  org>
AuthorDate: Fri Jun 28 20:50:01 2019 +
Commit: Matthias Schwarzott  gentoo  org>
CommitDate: Fri Jun 28 20:56:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5161207b

dev-util/dwarves: Version bumped

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Matthias Schwarzott  gentoo.org>

 dev-util/dwarves/Manifest|  1 +
 dev-util/dwarves/dwarves-1.15.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-util/dwarves/Manifest b/dev-util/dwarves/Manifest
index 8f793eb8702..e6da8f319a3 100644
--- a/dev-util/dwarves/Manifest
+++ b/dev-util/dwarves/Manifest
@@ -1,2 +1,3 @@
 DIST dwarves-1.12.tar.bz2 112400 BLAKE2B 
e71051041dfdbefc603dc041303de82e2e44c8b0f4f888577722466aaf7958cab7b04c15154faa8cbfcaa44fe60fc549e09b2fb68747cc3cdd08b8bce487cfdf
 SHA512 
20644344e694253b79ede65e489696a319f10eaf424af81882414ae6efeaf34a82132321430d647916b78f97ef504907b3bd32919420f2cd14384910e283ff27
 DIST dwarves-1.13.tar.xz 222008 BLAKE2B 
db73f5c9a319a1a57ef37127350a9da117e3f5c89e199445393e3e312139ce8f88f46e6e5bbf302d708c0b075b1c2b2cd75dc7bc213ed144d1db792c55358220
 SHA512 
26485b183b4c7b608dd0392f9155dd570a14c86fdeafee232e44ad30f14a1357b408b61b0e8a31ea4bf976ed7fc44e7d5a4a3ccede9713c47265ad52c13dadf0
+DIST dwarves-1.15.tar.xz 72 BLAKE2B 
a33d128ec899da0f0a1e2fc96703f0425fd1a2082675ddf886df55507b29b5fbad1a1cefd6b0a9002f50193b4c70f87a2eeacd50d94388776bb338fe678849e0
 SHA512 
29a8a15b7190480e79c2f423c7104d0fd275cd4c3df17518a1dd3c63cce1c528fad4b6f580baa397d9aa9323703009009e2d529939b12dd1af2c65cf7120b237

diff --git a/dev-util/dwarves/dwarves-1.15.ebuild 
b/dev-util/dwarves/dwarves-1.15.ebuild
new file mode 100644
index 000..c941fbf5347
--- /dev/null
+++ b/dev-util/dwarves/dwarves-1.15.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 )
+inherit multilib cmake-utils python-single-r1
+
+DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
+HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/";
+
+LICENSE="GPL-2" # only
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/elfutils-0.131
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+if [[ ${PV//_p} == ${PV} ]]; then
+   SRC_URI="http://fedorapeople.org/~acme/dwarves/${P}.tar.xz";
+   S=${WORKDIR}
+else
+   SRC_URI="https://dev.gentoo.org/~zzam/${PN}/${P}.tar.xz";
+fi
+
+DOCS=( README README.ctracer NEWS )
+PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
+
+src_configure() {
+   local mycmakeargs=( "-D__LIB=$(get_libdir)" )
+   cmake-utils_src_configure
+}
+
+src_test() { :; }
+
+src_install() {
+   cmake-utils_src_install
+}



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

2019-06-28 Thread Sergei Trofimovich
commit: 83a3157ea2c0bd3d38144d876ea2b90b6c790e72
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 21:29:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 22:19:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a3157e

media-libs/openal: stable 1.19.1 for sparc, bug #681400

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

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

diff --git a/media-libs/openal/openal-1.19.1.ebuild 
b/media-libs/openal/openal-1.19.1.ebuild
index 72d3436e010..a2051502df9 100644
--- a/media-libs/openal/openal-1.19.1.ebuild
+++ b/media-libs/openal/openal-1.19.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2";
 
 LICENSE="LGPL-2+"
 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"
 IUSE="
alsa coreaudio debug jack oss portaudio pulseaudio sdl qt5
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1



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

2019-06-28 Thread Sergei Trofimovich
commit: 57447823e192672985890ab006fe54cde6682609
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 21:28:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 22:19:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57447823

media-libs/libsdl2: stable 2.0.9 for sparc, bug #674134

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

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

diff --git a/media-libs/libsdl2/libsdl2-2.0.9.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.9.ebuild
index 64ccd941945..396d2a76898 100644
--- a/media-libs/libsdl2/libsdl2-2.0.9.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/release/${MY_P}.tar.gz";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="cpu_flags_x86_3dnow alsa altivec aqua custom-cflags dbus gles haptic 
libsamplerate +joystick kms cpu_flags_x86_mmx nas opengl oss pulseaudio +sound 
cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video 
video_cards_vc4 vulkan wayland X xinerama xscreensaver"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/

2019-06-28 Thread Alon Bar-Lev
commit: 248fbb13053b00780b6e3a7356bc58435fdd2c86
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Jun 28 23:21:56 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Jun 28 23:22:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248fbb13

app-crypt/p11-kit: version bump

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-crypt/p11-kit/Manifest |  1 +
 app-crypt/p11-kit/p11-kit-0.23.16.1.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/app-crypt/p11-kit/Manifest b/app-crypt/p11-kit/Manifest
index d03f2bd8500..46f4678f15a 100644
--- a/app-crypt/p11-kit/Manifest
+++ b/app-crypt/p11-kit/Manifest
@@ -1 +1,2 @@
 DIST p11-kit-0.23.12.tar.gz 1257028 BLAKE2B 
8add003ad298b7c4548c40f863835e9aae4234a66a4b216149be7c473f2b3b7ffb633b95883d58e5b039c974dd8571e56e23f6dcc77e484672605e6178d75ad2
 SHA512 
ae43b1f6ba5400cf5ae7b64b8c93aa47e5c7ee927196828600fd88beb6fdf6bcb6a63bc822d356757255638f9fbf10896e0604e32a1332a9a833836fa0468726
+DIST p11-kit-0.23.16.1.tar.gz 1292783 BLAKE2B 
60be56656156c86d6f0f3285bd691ed85ec1a992e8a789f0f21f9ada172a8cab0581cc42f89c3079a1bd7b3493f0d38cd952711fda50c2e80bf96e94fcd9ff87
 SHA512 
7d0bbd793b43dba081054b4d022a8dbd1d477a3bd6aced72a641087023cf020f1d898899a08e737880e6c810f924814c62497c5ecb19f8322cde42667426a9a7

diff --git a/app-crypt/p11-kit/p11-kit-0.23.16.1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.23.16.1.ebuild
new file mode 100644
index 000..ec7c6c32971
--- /dev/null
+++ b/app-crypt/p11-kit/p11-kit-0.23.16.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
+HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html";
+SRC_URI="https://github.com/p11-glue/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+asn1 debug +libffi +trust"
+REQUIRED_USE="trust? ( asn1 )"
+
+RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4:=[${MULTILIB_USEDEP}] )
+   libffi? ( >=virtual/libffi-3.0.0:=[${MULTILIB_USEDEP}] )
+   trust? ( app-misc/ca-certificates )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+pkg_setup() {
+   # disable unsafe tests, bug#502088
+   export FAKED_MODE=1
+}
+
+src_prepare() {
+   if [[ ${CHOST} == *-solaris2.* && ${CHOST##*-solaris2.} -lt 11 ]] ; then
+   # Solaris 10 and before doesn't know about XPG7 
(XOPEN_SOURCE=700)
+   # drop to XPG6 to make feature_tests.h happy
+   sed -i -e '/define _XOPEN_SOURCE/s/700/600/' common/compat.c || 
die
+   # paths.h isn't available, oddly enough also not used albeit 
included
+   sed -i -e '/#include /d' trust/test-trust.c || die
+   # we don't have SUN_LEN here
+   sed -i -e 's/SUN_LEN \(([^)]\+)\)/strlen (\1->sun_path)/' \
+   p11-kit/server.c || die
+   fi
+   default
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable trust trust-module) \
+   $(use_with trust trust-paths 
${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
+   $(use_enable debug) \
+   $(use_with libffi) \
+   $(use_with asn1 libtasn1)
+
+   if multilib_is_native_abi; then
+   # re-use provided documentation
+   ln -s "${S}"/doc/manual/html doc/manual/html || die
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/nlohmann_json/

2019-06-28 Thread Tim Harder
commit: 0682016ae2e1edbdfa11c73ce44cd0f981a91a0e
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jun 28 23:21:41 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jun 28 23:24:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0682016a

dev-cpp/nlohmann_json: install non-amalgamated headers

Also, use cmake for building instead of meson.

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

Signed-off-by: Tim Harder  gentoo.org>

 .../nlohmann_json/nlohmann_json-3.6.1-r1.ebuild| 44 ++
 1 file changed, 44 insertions(+)

diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild 
b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild
new file mode 100644
index 000..13acfc9d9c8
--- /dev/null
+++ b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="JSON for Modern C++"
+HOMEPAGE="https://github.com/nlohmann/json https://nlohmann.github.io/json/";
+SRC_URI="https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( ChangeLog.md README.md )
+
+S=${WORKDIR}/json-${PV}
+
+src_configure() {
+   local mycmakeargs=(
+   -DJSON_BuildTests=$(usex test)
+   -DJSON_MultipleHeaders=ON
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && emake -C doc
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   cmake-utils_src_install
+   use doc && dodoc -r doc/html
+}



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

2019-06-28 Thread Robin H. Johnson
commit: 6781035b122cfae1b111f332cba5fe2608f4b59e
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 29 03:51:17 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jun 29 03:51:17 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=6781035b

keyrings.inc.bash: handle emtpy set of keyservers passed

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings.inc.bash | 4 
 1 file changed, 4 insertions(+)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index a3879d5..5ed1fbb 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -29,6 +29,8 @@ grab_keys() {
local remaining=( "${@}" )
 
KEYSERVER_TIMEOUT=${KEYSERVER_TIMEOUT:=1m}
+   # quickly handle empty keyservers set
+   [ "${#KEYSERVERS[@]}" -eq 0 ] && return
while :; do
for ks in "${KEYSERVERS[@]}" ; do
timeout ${KEYSERVER_TIMEOUT} gpg --keyserver "$ks" -q 
--recv-keys "${remaining[@]}" || :
@@ -56,6 +58,8 @@ grab_keys() {
 
 # push_keys ...
 push_keys() {
+   # quickly handle empty keyservers set
+   [ "${#KEYSERVERS[@]}" -eq 0 ] && return
# Only send keys that we have
local remaining=( $(gpg --with-colon --list-public "${@}" | sed -n 
'/^pub/{n; /fpr/p }' |cut -d: -f10) )
KEYSERVER_TIMEOUT=${KEYSERVER_TIMEOUT:=1m}



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

2019-06-28 Thread Robin H. Johnson
commit: c6ad370319bdcea02d8e58753f4d9bdd6c5b3881
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 29 03:51:48 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jun 29 03:51:48 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=c6ad3703

keyrings.inc.bash: disable requests to SKS pending security announcement

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings.inc.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 5ed1fbb..5306275 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -8,7 +8,7 @@ 
NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=
 RETIRED_RULE='(!(gentooStatus=active))'
 
 export KS_GENTOO=hkps://keys.gentoo.org/
-export KS_SKS=hkps://hkps.pool.sks-keyservers.net/
+#export KS_SKS=hkps://hkps.pool.sks-keyservers.net/ # Disabled pending 
security announcement
 export KEYSERVERS=( ) # empty by default
 export COMMITTING_DEVS=( )
 export NONCOMMITTING_DEVS=( )



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

2019-06-28 Thread Robin H. Johnson
commit: 23bc2a9ee83fd51687984befbb20a9d876b87569
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 29 03:57:30 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jun 29 03:57:30 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=23bc2a9e

keyrings: enable OpenPGP Hagrid server

Signed-off-by: Robin H. Johnson  gentoo.org>

 create-dev-keyrings.bash | 2 +-
 keyrings-recv-sks.bash   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
index f2772d8..65b2b14 100755
--- a/create-dev-keyrings.bash
+++ b/create-dev-keyrings.bash
@@ -11,7 +11,7 @@ source "${BASEDIR}"/keyrings.inc.bash
 set -e
 export_ldap_data_to_env
 
-export KEYSERVERS=( "${KS_SKS}" "${KS_GENTOO}" )
+export KEYSERVERS=( "${KS_SKS}" "${KS_OPENPGP}" "${KS_GENTOO}" )
 export KEYSERVER_TIMEOUT=20m
 
 grab_keys "${SYSTEM_KEYS[@]}"

diff --git a/keyrings-recv-sks.bash b/keyrings-recv-sks.bash
index 65607d6..5ab91c3 100755
--- a/keyrings-recv-sks.bash
+++ b/keyrings-recv-sks.bash
@@ -15,7 +15,7 @@ export -a NONCOMMITTING_DEVS=( $(grab_ldap_fingerprints -b 
"${DEV_BASE}" "${NONC
 export -a RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" 
"${RETIRED_RULE}") )
 export -a SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" 
"${NONCOMMIT_RULE}") )
 
-export KEYSERVERS=( "${KS_SKS}" )
+export KEYSERVERS=( "${KS_SKS}" "${KS_OPENPGP}" )
 export KEYSERVER_TIMEOUT=20m
 
 grab_keys "${SYSTEM_KEYS[@]}"



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

2019-06-28 Thread Robin H. Johnson
commit: 12817215e34210e822b02382d23ce08903d5d71c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 29 03:57:03 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jun 29 03:57:03 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=12817215

keyrings.inc.bash: add Hagrid-based OpenPGP server

Signed-off-by: Robin H. Johnson  gentoo.org>

 keyrings.inc.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 5306275..05d40ae 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -9,6 +9,7 @@ RETIRED_RULE='(!(gentooStatus=active))'
 
 export KS_GENTOO=hkps://keys.gentoo.org/
 #export KS_SKS=hkps://hkps.pool.sks-keyservers.net/ # Disabled pending 
security announcement
+export KS_OPENPGP=hkps://keys.openpgp.org/ # runs Hagrid
 export KEYSERVERS=( ) # empty by default
 export COMMITTING_DEVS=( )
 export NONCOMMITTING_DEVS=( )



[gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/

2019-06-28 Thread Andrey Grozin
commit: b562e4860f1b2db7420f1ea9b0dc447bbbfd55e0
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Jun 29 06:03:48 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Jun 29 06:03:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b562e486

app-office/texmacs: bump to 1.99.10

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andrey Grozin  gentoo.org>

 app-office/texmacs/Manifest   |  1 +
 app-office/texmacs/texmacs-1.99.10.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
index 41721d8cca2..66b61740d06 100644
--- a/app-office/texmacs/Manifest
+++ b/app-office/texmacs/Manifest
@@ -1,2 +1,3 @@
+DIST TeXmacs-1.99.10-src.tar.gz 31879944 BLAKE2B 
3576d1abff1040d2b0236718a5ef5149bf0e445567408e44b85cae5d43a631acd42fa59f0973e375e347720083ee2368398a1a2cec6aa679c5f47a3952877615
 SHA512 
5da8e789a5f7b6b9e2846714c751173616e572b5426f2c29d7f979037b1bca1542c9e77048abf9c5b95974e7b198c2a857bfa84eeb428390b2c1088bf87984d8
 DIST TeXmacs-1.99.6-src.tar.gz 25081652 BLAKE2B 
08d0a141ff1b8ab59def50c636d917f9290488031d6f7f4343be4a04af44d8994dc791eb23a2a2b71b7a853a3a90482313062fbfc045cf585afdf8f1f8d2a5f3
 SHA512 
2e262037654493075cc4a3d47b93de08c3ad2d6f10ce5fe814a8046b38d327c5dd88c1575dff7e2145f1541f9765dc50ec5abcd63146090eea98ab5db9d103ee
 DIST TeXmacs-1.99.9-src.tar.gz 30109108 BLAKE2B 
182db26c645e1445780f8e153f7283eb517ec3aa8be6ce137b6c305df33657f15c3efb57198e81f8dd9e1682b3bf1c6c0ff6f3798c54bcb74aedb8b3cef67b40
 SHA512 
96971060536007e542cd3e1789f07bcc30ceda01cbf32cabf43e3a5e61a2ba15f604e49601d891a956732d90d224353f8dac495be05677758146206b549f9d1f

diff --git a/app-office/texmacs/texmacs-1.99.10.ebuild 
b/app-office/texmacs/texmacs-1.99.10.ebuild
new file mode 100644
index 000..ec2993ea4b5
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.99.10.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils qmake-utils
+
+MY_P=${P/tex/TeX}-src
+
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/";
+SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug jpeg netpbm sqlite svg spell"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-text/ghostscript-gpl
+   =dev-qt/qtcore-5.9.1:5
+   >=dev-qt/qtgui-5.9.1:5
+   >=dev-qt/qtwidgets-5.9.1:5
+   >=dev-qt/qtprintsupport-5.9.1:5
+   sqlite? ( dev-db/sqlite )
+   jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
+   netpbm? ( media-libs/netpbm )
+   spell? ( app-text/aspell )
+   svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.99.2-desktop.patch
+
+   # remove new/delete declarations, bug 590002
+   "${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
+
+   "${FILESDIR}"/${PN}-1.99.6-math_util.patch
+
+   # fix build failure on 32-bit systems, bug #652054
+   #   "${FILESDIR}"/${PN}-1.99.6-guile-size_t.patch
+   #"${FILESDIR}"/${PN}-1.99.9-guile-remove-deprecated.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_SQLITE3=$(usex sqlite 1 0)
+   -DDEBUG_ASSERT=$(usex debug 1 0)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2019-06-28 Thread Zac Medico
commit: 0483b2756e6425d3ff7201673b8dfcb5ddfea874
Author: Zac Medico  sony  com>
AuthorDate: Sat Jun 29 00:25:10 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 29 06:08:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0483b275

dev-python/py-amqp: Bump to version 2.5.0

Bug: https://bugs.gentoo.org/688728
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/py-amqp/Manifest |  1 +
 dev-python/py-amqp/py-amqp-2.5.0.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/dev-python/py-amqp/Manifest b/dev-python/py-amqp/Manifest
index 1801d358359..6a6e3e47244 100644
--- a/dev-python/py-amqp/Manifest
+++ b/dev-python/py-amqp/Manifest
@@ -1,2 +1,3 @@
 DIST amqp-2.3.2.tar.gz 105854 BLAKE2B 
8bacae52f03118e2d0fb93a6494628f18f7139d655f1c4b3e7cda9fd81eba5d92f56038bc01dd4a28a89168be0fd51013db0060e945e7f7c63e1423892feaee6
 SHA512 
c9c99a238cf64ab5590eaea5756e9f68d58769b4d74af3405321d5c129171f34e6a5d20f2125ef2828e843b637fbd115d1ee9391726fe6ff09d233f0e6bdd511
 DIST amqp-2.4.2.tar.gz 116265 BLAKE2B 
1615563ad4ea86ebd970641ed409d3f90aba86c4f4eb4af3fbd528cdbe68642a83e05bbed8b8bcc5f503c227003f078c2cbd444f56218af5d02961f1008319ec
 SHA512 
dba880c07ee8b503e02f11ea5804f559ac2eb85717118d796558b1890032482babd15930af78f9d11b77530d496fce3ba8c8579eec71ce5a3f76b8d8a181af34
+DIST amqp-2.5.0.tar.gz 117022 BLAKE2B 
d05df3699a73ee3cc9540599b7947b4ad9fc1d74194cfbea81787d85c0f83262d109c153669d746ccfb67a1ecb21755da4615043ebfa67c84c8f108ef61ecd3c
 SHA512 
c0675b85bb4d8bdc7c303bb694153c86eb503fa3c4fe6b6c4dac6b1f3aac2fbfa75a4ec39ea8bbdedc297a6a3407a0a5b560885df761e667e3c0770f5979156b

diff --git a/dev-python/py-amqp/py-amqp-2.5.0.ebuild 
b/dev-python/py-amqp/py-amqp-2.5.0.ebuild
new file mode 100644
index 000..433312fcdbc
--- /dev/null
+++ b/dev-python/py-amqp/py-amqp-2.5.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+MY_PN="amqp"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)"
+HOMEPAGE="https://github.com/celery/py-amqp https://pypi.org/project/amqp/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc extras test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/vine-1.1.3[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_celery[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-rerunfailures-6.0[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   # pytest-sugar is not packaged
+   sed -e '/pytest-sugar/d' -i requirements/test.txt || die
+
+   # requires a rabbitmq instance
+   rm t/integration/test_rmq.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use extras; then
+   insinto /usr/share/${PF}/extras
+   doins -r extra
+   fi
+   distutils-r1_python_install_all
+}



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

2019-06-28 Thread Michał Górny
commit: 35a0219041eb9f94e6a183dc634b5e7bf6604769
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 29 06:05:44 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 29 06:13:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a02190

xfce-base/thunar: Bump to 1.8.7

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/thunar/Manifest|  1 +
 xfce-base/thunar/thunar-1.8.7.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index f8cacb6267b..71969e8ea5a 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,3 +1,4 @@
 DIST Thunar-1.6.16.tar.bz2 1977562 BLAKE2B 
efad6b45a64c5c80bff3d829207a1a0b45b4b48ab168c38bbcd263445a16dc230b0c5ea7515b65d686cbf256d294bcced19b248c252478a6a1cecb393d71a7f6
 SHA512 
6c7b8b88e01762e606bfd9e3848a98ae5825ff431f0686dd7bbcb987e448aa4c20d7cca3fb6b7c5d5dfde91ae6f8a16e674769d168f6f875e2efe519f4cdfd1b
 DIST Thunar-1.6.17.tar.bz2 1995398 BLAKE2B 
c6bc0ebc29cdf8b0d3d184fd5b5019bb6f4caa4e43e16237325ae938e95c077198801e7f0d5210c458e316e0c7f35aa735f8e5bca61372c3cb2f5cf40b78c59a
 SHA512 
2ace85994af51e1651b1e58c4436b5d4a986e75ef56f85c765e7dad8698681a73e009feafff0c9e056153b13c37b915a43529451960a209ae7e0bc23544492b8
 DIST Thunar-1.8.6.tar.bz2 2317253 BLAKE2B 
ee992640e1c3df64f7aad13390a263e4599c9f0a19640b77bf5383ab6f93898f8785c86bbe307da9158390aa435699eb9a70ea3a96fb82d3b726db657436ce52
 SHA512 
086dc139627d8f11341b2db91358ef1831d2b8494d34abac49355dbaf850a21c30f979294f9adf2bc8548e5f817a4e165803a3db74cd989cd3867a4e228d74db
+DIST Thunar-1.8.7.tar.bz2 2326995 BLAKE2B 
2eceeedabc66ced9ced70089b2ce66932a2223f4c4f6a6ae624199c00552d3d0fbb98f1c67bb0408d99d4167172698ecc9d020117d7c5fd41363b543b768ef69
 SHA512 
d4faf28857ee7c29c799bec9c5d7c639596b213f2aeb1089125d074083a4a13e91425cf3f35c63ce313330ee9ef070653a868a1a4526dc443a5d603bd9dec588

diff --git a/xfce-base/thunar/thunar-1.8.7.ebuild 
b/xfce-base/thunar/thunar-1.8.7.ebuild
new file mode 100644
index 000..453b5153905
--- /dev/null
+++ b/xfce-base/thunar/thunar-1.8.7.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg-utils
+
+MY_P=${P^}
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/ 
https://docs.xfce.org/xfce/thunar/start";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="exif introspection libnotify pcre test +trash-panel-plugin udisks"
+
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
+COMMON_DEPEND=">=dev-lang/perl-5.6
+   >=dev-libs/glib-2.42:=
+   >=x11-libs/gdk-pixbuf-2.14:=
+   >=x11-libs/gtk+-3.22:3=
+   >=xfce-base/exo-0.12:=
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   pcre? ( >=dev-libs/libpcre-6:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( virtual/libgudev:= )"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? ( ${GVFS_DEPEND} )
+   udisks? (
+   virtual/udev
+   ${GVFS_DEPEND}[udisks,udev]
+   )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2019-06-28 Thread Hans de Graaff
commit: ce53ad3b8adb4ba3dd406f070cbfd2a41403423c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 29 05:25:44 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 29 06:21:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce53ad3b

dev-ruby/zeitwerk: add 2.1.7

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

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

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index f832301..5f510282a65 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -2,3 +2,4 @@ DIST zeitwerk-1.4.3.tar.gz 84202 BLAKE2B 
8e14790f4a5b5122efacbe89a0d1ede5c993356
 DIST zeitwerk-2.1.0.tar.gz 86684 BLAKE2B 
88227fc490a5837131472746b998885e6a3ee0d2b0fdd928bbf16f03ec2dc2f17bd5721d828a33050fa8bc9f280af26fa3abb423e818519779126179e27343ed
 SHA512 
78ca4621f1a9a632e529ecf329ed70a177e87440f285d93191cbc58a152ea0b23a74362981e61f8ebe58f76e26161f5923ca304c80aa4ab1ac72495667b85bcc
 DIST zeitwerk-2.1.5.tar.gz 89234 BLAKE2B 
2da03d3e92ebc8e5ffe2a3ce742790b205c3f20002b06eb77224d80311cde7634941bfce3fe358925deca9e1fd8b4d61abf7629f1056bb5533efe378c6004281
 SHA512 
fa724e2893b830e28e3d74bb6df5f45ac45c233ff4c36908b7743ed9ae925e715c0b1b4912ba2a9ef433415d228a721b8c30316e6a1abe36315674bf9484bf6c
 DIST zeitwerk-2.1.6.tar.gz 89939 BLAKE2B 
f6385800904ff2f5eb74712324997ba73718d88600aafc083c9820441056dbcea1e042a764587aa26b3a115cd8b531b72b65933b2dcc272a25d85e3f9e7b50f9
 SHA512 
7e38c98c1dd34c5f87ba77bc1e984933f3bd7da44edf5e822ecd3aadf2d87f352bce1f59aec62f7f605f1e334ac5ed3f596b1c5795596f8b7d7431b9e2c0f71e
+DIST zeitwerk-2.1.7.tar.gz 90636 BLAKE2B 
0da28714b9d5db5e04dfd039a8281410a158db6474a7df712cc09fa7d9b255e4dea2f51f512360a48da768f1f28fde6eeccefbf5f5cf5ee4f76aa8a9c1f91184
 SHA512 
2edcb3cd0c36fdd894727fa98f86d200545702387d1c896cc966fe411af92325135cd196b0d4aa0553cb5ac0c7e3c07628d497acb725106ed7021dfd0ac1484f

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.1.7.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.1.7.ebuild
new file mode 100644
index 000..e3f56d54a1b
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.1.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk";
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2019-06-28 Thread Hans de Graaff
commit: 881a269f3f5a98c3c50369cac4d004ad996dffc1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 29 06:02:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 29 06:21:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881a269f

dev-ruby/vcr: add 5.0.0

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

 dev-ruby/vcr/Manifest |  1 +
 dev-ruby/vcr/vcr-5.0.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/vcr/Manifest b/dev-ruby/vcr/Manifest
index 7eab3b50c94..9d11b7d5ffd 100644
--- a/dev-ruby/vcr/Manifest
+++ b/dev-ruby/vcr/Manifest
@@ -1,3 +1,4 @@
 DIST vcr-1.11.3.gem 87552 BLAKE2B 
296651072c30cbba3bf329a9cf2d5eb743f8250fe250ee2794883de2ce7b99e6b4dba06f868bec3b78d7ae8fbea0624f628ebfa48239b36bc0413e3c55339168
 SHA512 
0d62b0699e42484a4ba385a2ec653881183b44d85fd46ffc1ea693ebb746b225566cdb2799cdb60235c24adecd7575e0f20d743968326eeeb5b24fbd3232354a
 DIST vcr-2.9.3.gem 152576 BLAKE2B 
130f5c5eddc2324d3c64df894fd2614fa81dc5ddfe12677c5042ef3206ac5e97cbe8f5286bc4782c2d4cafd0544839fd2a58b001ff0e75baf55feb163609e6f2
 SHA512 
2d71a84439fb92393641d211372b476bb2b55c70dff8c8f17a4af9fcb3e8f9104e1da860cfeafc8ceea9499023c7f6206124dee36ee9690188cc444bab61b2a7
 DIST vcr-4.0.0.tar.gz 146920 BLAKE2B 
19ae33d2f40821d2cfe5c0fc55d5e91e02b8e6ba2bba000c326d993987fd641dd5b4cedd6a8a441f86664ecb67dfe2501d335936af9271fa83aef6dc001b12f2
 SHA512 
2f98eedd021f7c125fc3f29189190ddc817bb95fc8e8e0ab53e65eaf94c5c0c41f3ca4abf9d829591acdefe97b931943c47129f95c21f2ef590ed500cc6f56f9
+DIST vcr-5.0.0.tar.gz 147602 BLAKE2B 
031c9a70c9483b496ed3cda1c65138d214c257392aa5f9157135b0fd4c33d35dd6143afc0e775c5061bb823d936d1bdaa084eaf0024e87747e6101b582d8bd1e
 SHA512 
88e4d82f1c5b3d48c89a75324a256c66858740d2889a4d86851ebb3a303745829e42f20b20d4cbc18d7b0510eb0b229a770bb6209be93dbb8c8b0be84bf5f645

diff --git a/dev-ruby/vcr/vcr-5.0.0.ebuild b/dev-ruby/vcr/vcr-5.0.0.ebuild
new file mode 100644
index 000..ecf35311d51
--- /dev/null
+++ b/dev-ruby/vcr/vcr-5.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Records your test suite's HTTP interactions and replay them 
during test runs"
+HOMEPAGE="https://github.com/vcr/vcr/";
+SRC_URI="https://github.com/vcr/vcr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+SLOT="5"
+IUSE="test"
+
+# Tests require all supported HTTP libraries to be present, and it is
+# not possible to avoid some of them without very extensive patches.
+RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/, kde-apps/akonadi/files/

2019-06-28 Thread Andreas Sturmlechner
commit: 2d4713957af9ad99b53258694837605eab744bc6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 28 19:51:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 29 06:31:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d471395

kde-apps/akonadi: Fix race-condition on akonadi_control start

KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=392092
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/akonadi/akonadi-18.12.3-r2.ebuild | 118 +
 ...12.3-akonadi_control-start-race-condition.patch | 187 +
 2 files changed, 305 insertions(+)

diff --git a/kde-apps/akonadi/akonadi-18.12.3-r2.ebuild 
b/kde-apps/akonadi/akonadi-18.12.3-r2.ebuild
new file mode 100644
index 000..cc219d1c8d4
--- /dev/null
+++ b/kde-apps/akonadi/akonadi-18.12.3-r2.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_DESIGNERPLUGIN="true"
+KDE_TEST="forceoptional"
+VIRTUALDBUS_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Storage service for PIM data and libraries for PIM apps"
+HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi";
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="LGPL-2.1+"
+IUSE="+mysql postgres sqlite tools xml"
+
+REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsql 'mysql?,postgres?')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   sqlite? (
+   $(add_qt_dep qtsql 'sqlite' '' '5=')
+   dev-db/sqlite:3
+   )
+   xml? ( dev-libs/libxml2 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   dev-libs/libxslt
+   test? ( sys-apps/dbus )
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-apps/akonadi:4
+   ! "${T}"/akonadiserverrc
+[%General]
+Driver=${DRIVER}
+EOF
+   insinto /usr/share/config/akonadi
+   doins "${T}"/akonadiserverrc
+
+   kde5_src_install
+}
+
+pkg_postinst() {
+   kde5_pkg_postinst
+   elog "You can select the storage backend in 
~/.config/akonadi/akonadiserverrc."
+   elog "Available drivers are:"
+   use mysql && elog "  QMYSQL"
+   use postgres && elog "  QPSQL"
+   use sqlite && elog "  QSQLITE3"
+   elog "${DRIVER} has been set as your default akonadi storage backend."
+}

diff --git 
a/kde-apps/akonadi/files/akonadi-18.12.3-akonadi_control-start-race-condition.patch
 
b/kde-apps/akonadi/files/akonadi-18.12.3-akonadi_control-start-race-condition.patch
new file mode 100644
index 000..dd3aac5f58c
--- /dev/null
+++ 
b/kde-apps/akonadi/files/akonadi-18.12.3-akonadi_control-start-race-condition.patch
@@ -0,0 +1,187 @@
+From c21bb5220a3ae835a5183afd58c186ba21f6c93d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= 
+Date: Fri, 28 Jun 2019 17:10:04 +0200
+Subject: Fix race-condition on akonadi_control start
+
+Summary:
+Check that there are no other akonadi_control instances running as the
+very first thing on startup. Previously this check would happen after
+AkApplication initialization, which contains some potential race-
+conditions, like rotating log files.
+
+The situation when akonadi_control is launched multiple times can occur
+on session startup, when multiple different components will attempt to
+launch Akonadi if its not yet running.
+
+BUG: 392092
+FIXED-IN: 19.04.3
+
+Reviewers: #kde_pim, vkrause
+
+Reviewed By: #kde_pim, vkrause
+
+Subscribers: kde-pim
+
+Tags: #kde_pim
+
+Differential Revision: https://phabricator.kde.org/D22092
+---
+ src/akonadicontrol/main.cpp  | 16 ++-
+ src/shared/akapplication.cpp |  7 +++
+ src/shared/akapplication.h   | 49 ++--
+ 3 files changed, 48 insertions(+), 24 deletions(-)
+
+diff --git a/src/akonadicontrol/main.cpp b/src/akonadicontrol/main.cpp
+index 19bebb8..7dba85b 100644
+--- a/src/akonadicontrol/main.cpp
 b/src/akonadicontrol/main.cpp
+@@ -52,7 +52,7 @@ void crashHandler(int)
+ 
+ int main(int argc, char **argv)
+ {
+-AkGuiApplication app(argc, argv, AKONADICONTROL_LOG());
++AkUniqueGuiApplication app(argc, argv, 
Akonadi::DBus::serviceName(Akonadi::DBus::ControlLock), AKONADICONTR

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

2019-06-28 Thread Andreas Sturmlechner
commit: d8b40c149ae86b4d3eff0c1dd25b626c3c13a656
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 29 06:12:32 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 29 06:31:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b40c14

media-sound/erec: Drop 2.2.0.1 (r0)

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

 media-sound/erec/erec-2.2.0.1.ebuild | 48 
 1 file changed, 48 deletions(-)

diff --git a/media-sound/erec/erec-2.2.0.1.ebuild 
b/media-sound/erec/erec-2.2.0.1.ebuild
deleted file mode 100644
index 4d9f2c35205..000
--- a/media-sound/erec/erec-2.2.0.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Shared audio recording server"
-HOMEPAGE="https://bisqwit.iki.fi/source/erec.html";
-SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2";
-
-KEYWORDS="amd64 ~ppc sparc x86"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="sys-apps/sed"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   sed -i \
-   -e "s:BINDIR=/usr/local/bin:BINDIR=${D}usr/bin:" \
-   -e "s:^\\(ARGHLINK.*-L.*\\):#\\1:" \
-   -e "s:^#\\(ARGHLINK=.*a\\)$:\\1:" \
-   -e "s:\$(CXX):\$(CXX) \$(CXXFLAGS) -I\"${S}\"/argh:g" \
-   Makefile
-
-   sed -i \
--e "s:CPPFLAGS=:CPPFLAGS=-I\"${S}\"/argh :" \
-   Makefile.sets
-
-   echo "" > .depend
-   echo "" > argh/.depend
-   epatch "${FILESDIR}/${P}-gcc43.patch"
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" 
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -j1 || die
-}
-
-src_install() {
-   dobin erec || die
-   dodoc README
-   dohtml README.html
-}



  1   2   >