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

2019-06-18 Thread Michał Górny
commit: c9f35baddc548a2b01733e8f2d3a93ae20f23dd3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:44:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f35bad

dev-python/PyGithub: Bump to 1.43.7

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

 dev-python/PyGithub/Manifest   |  1 +
 dev-python/PyGithub/PyGithub-1.43.7.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 33f89f18f50..9b0006f08ab 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,2 +1,3 @@
 DIST PyGithub-1.39.tar.gz 2662602 BLAKE2B 
5e3e4ca2483e7ade968f170e7615258b4bcca0f1c6741146c38b3c7405fb1fb66351fa5686863892a6751bc4cb6ea39b6cf4ec0d8e6cc878b302c87512c9d159
 SHA512 
5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4
 DIST PyGithub-1.40a4.tar.gz 2668409 BLAKE2B 
5638f228620fc5c6741f79e3272ba374a71b1a0a9fe3d6f0edd45a7b0468fd4ed1a6fe967d37e6169a4cfc90a3f084c948f0d72592cd225569275a3d8ae3546a
 SHA512 
6d832e2a101a80e2b0aec45a99ec2f28d9d64d130bf23f291a643bc8450a86c4ed9296a005de000c975e28d91d52e648937abb09399554b9d17988fd58f280e7
+DIST PyGithub-1.43.7.gh.tar.gz 2832588 BLAKE2B 
df1bf783d8644493151b7192325cd2feded48dd95853e0f2ccef9e0560c39877de3e38e95a339291e585612c795d2180900dc5db5fecb0f844a97a6d0a5bf04c
 SHA512 
15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391

diff --git a/dev-python/PyGithub/PyGithub-1.43.7.ebuild 
b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
new file mode 100644
index 000..5585ba44ef0
--- /dev/null
+++ b/dev-python/PyGithub/PyGithub-1.43.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to access the Github API v3"
+HOMEPAGE="https://github.com/PyGithub/PyGithub/";
+# Use github since pypi is missing test data
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/deprecated[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httpretty[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # tests requiring network access
+   sed -i -e 's:testDecodeJson:_&:' tests/Issue142.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # silly!
+   cp -r tests "${BUILD_DIR}" || die
+   if python_is_python3; then
+   2to3 --no-diffs -n -w "${BUILD_DIR}"/tests || die
+   fi
+
+   cd "${BUILD_DIR}" || die
+   "${EPYTHON}" -m unittest -v tests.AllTests || die "Tests fail with 
${EPYTHON}"
+}



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

2019-06-18 Thread Michał Górny
commit: cbf5e0813c639946e746436fb8d40227d1ef34a5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:02:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf5e081

dev-python/deprecated: New package

A package to handle deprecations in API.  Required for PyGithub bump.

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

 dev-python/deprecated/Manifest|  1 +
 dev-python/deprecated/deprecated-1.2.5.ebuild | 27 +++
 dev-python/deprecated/metadata.xml| 11 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
new file mode 100644
index 000..73924199cbe
--- /dev/null
+++ b/dev-python/deprecated/Manifest
@@ -0,0 +1 @@
+DIST deprecated-1.2.5.gh.tar.gz 5038752 BLAKE2B 
82ceadca4ccef4309b2a7d493620cc8a4dd9160ab7449a3019c9e9bc3a99e8016b6125d4165b71813d9543b7629d55372affdbd14ad2c71d101061595bdb677c
 SHA512 
3a16b5d4f2475788ce919c327b668bb8852dab88adfa959826c9b68ccbfba3207a1c60ca164edacde8a756bd3895225af944a51eebde1230a93a973145231234

diff --git a/dev-python/deprecated/deprecated-1.2.5.ebuild 
b/dev-python/deprecated/deprecated-1.2.5.ebuild
new file mode 100644
index 000..4f502db5e1b
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated";
+SRC_URI="https://github.com/tantale/deprecated/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}

diff --git a/dev-python/deprecated/metadata.xml 
b/dev-python/deprecated/metadata.xml
new file mode 100644
index 000..22e0d6d87f6
--- /dev/null
+++ b/dev-python/deprecated/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   
+   pyt...@gentoo.org
+   
+



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

2019-06-18 Thread Michał Górny
commit: 15bdd2dcdb3f8c8cf9a22fb2e8e9bffc3017a6a1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:24:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bdd2dc

dev-python/sure: Co-maintain as it's needed for httpretty

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

 dev-python/sure/metadata.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/sure/metadata.xml b/dev-python/sure/metadata.xml
index 1e633bbf7dc..99d07413f74 100644
--- a/dev-python/sure/metadata.xml
+++ b/dev-python/sure/metadata.xml
@@ -5,6 +5,13 @@
 openst...@gentoo.org
 Openstack
   
+  
+mgo...@gentoo.org
+Michał Górny
+  
+  
+pyt...@gentoo.org
+  
   
 sure
 gabrielfalcao/sure



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

2019-06-18 Thread Michał Górny
commit: 807736463df11d6128f308670e00e6ecb8822a5f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:07:52 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80773646

dev-python/httpretty: Co-maintain as it is needed for PyGithub

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

 dev-python/httpretty/metadata.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/httpretty/metadata.xml 
b/dev-python/httpretty/metadata.xml
index 87a60423fd7..e0e3bdc8d52 100644
--- a/dev-python/httpretty/metadata.xml
+++ b/dev-python/httpretty/metadata.xml
@@ -5,6 +5,13 @@
 openst...@gentoo.org
 Openstack
   
+  
+mgo...@gentoo.org
+Michał Górny
+  
+  
+pyt...@gentoo.org
+  
   
 httpretty
 gabrielfalcao/httpretty



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

2019-06-18 Thread Michał Górny
commit: 7ea4d9a5818a4f7db892929fd6517f59dfb3623b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:29:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea4d9a5

dev-python/sure: Bump to 1.4.11

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

 dev-python/sure/Manifest   |  1 +
 dev-python/sure/sure-1.4.11.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/sure/Manifest b/dev-python/sure/Manifest
index 6632116b65c..1348f467093 100644
--- a/dev-python/sure/Manifest
+++ b/dev-python/sure/Manifest
@@ -2,3 +2,4 @@ DIST sure-1.2.24.tar.gz 28089 BLAKE2B 
2de015513f36fe101ea1d23a8499bbb06cf54d733b
 DIST sure-1.2.3.tar.gz 16921 BLAKE2B 
5bc25992a383f6ffdbaacf7f40ce904e19b7c5ccb68de23cf1a876ffb59ea105482264fc1759482242a084ffb503f54d393566e1e87e15bbb6494049fcc7
 SHA512 
79f9e7639e468e61858d70cb3184c44e9de30d1ecefb4701e3a305b9fc231b9a4df27e795f8b31da6ddc221ba002bc83dd59621e7f364598c80b831a4bcc9fa9
 DIST sure-1.2.5-r1.tar.gz 52128 BLAKE2B 
8370bccba9e9345030dbacd91758dc1be8d122a95079f20676e7867b5c51e335ccf3a41913dce13804d805136c98255605d757f76362e8d3c08c6859a9336129
 SHA512 
733df3a9482cc23e5f078b554a80a726ed87f4ac307b00166d5ad7d8d40de47fe7d77a7373b213d75fc78849a2ba0dbea89f71c6f29449f52eab448fdf847c45
 DIST sure-1.2.5.tar.gz 19048 BLAKE2B 
1bc23ec9695103e05c2ec0d8598a8f5014d41b7afbebc94e29d159bfaeb4896bdd84905cb43a4044417198a0fe41f8ec0bd0fd488c5de6dc966cc6125416079e
 SHA512 
41f097318093b7e1683c38cae7aad3551bcc4e82918d3005388ce660c81a014b0939d3ad9dc12905c50892c82282c3e90aadb01ca7600b593d09afa2549c7135
+DIST sure-1.4.11.tar.gz 45933 BLAKE2B 
b2146ee56237f4575cab5122279023066a1b9ba20493ced7d729b1afa456f71a38071b721c39594c3ef2fcc912ba934e85e5cb5da576c3b2d20fa7d4926b56b7
 SHA512 
ed067385bf9cf317a5d55f6c5fc6ee54ee3d592825be398e47c37d31fc9c010cb9316d4e2bcf1d72d53d7e53fd470792d64348aa2bfa5dc43510daaff97742da

diff --git a/dev-python/sure/sure-1.4.11.ebuild 
b/dev-python/sure/sure-1.4.11.ebuild
new file mode 100644
index 000..550d962c8cb
--- /dev/null
+++ b/dev-python/sure/sure-1.4.11.ebuild
@@ -0,0 +1,32 @@
+# 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} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="idiomatic assertion toolkit with human-friendly failure messages"
+HOMEPAGE="https://github.com/gabrielfalcao/sure";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )
+"
+
+python_test() {
+   nosetests -v tests || die "Tests failed under ${EPYTHON}"
+}



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

2019-06-18 Thread Michał Górny
commit: 3a64f20d5ac977f1b668de95a5c46b800ccba066
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 06:38:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:07:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a64f20d

dev-python/httpretty: Bump to 0.9.6

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

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

diff --git a/dev-python/httpretty/Manifest b/dev-python/httpretty/Manifest
index 6a66df776e0..f9a8c98a04d 100644
--- a/dev-python/httpretty/Manifest
+++ b/dev-python/httpretty/Manifest
@@ -1 +1,2 @@
 DIST httpretty-0.8.14.tar.gz 43574 BLAKE2B 
4015bb234c2fe3017a43fff6e3b51a7f015d9d133756d4326750da1ea06ce1910d91d7b47625a08ec85856d156a0d8b3b18706e582578e3d186994b8e4f55c69
 SHA512 
5adab6450e8360cc21bab4136f64cd11757b9f292c7e27980fe2561f3e705baf4f0211b9e6ff4ec9ba96a788a6c5b5b1d26657972b67423c9c25491927b0884b
+DIST httpretty-0.9.6.tar.gz 7147633 BLAKE2B 
e1d02ddfce5ca987c6ef1a17723544f86a8573c2a6a26ec197072021e52015efce5064af21bfbe1ec03f3ac11c21717a80f114b5be2526b113e3bc0a608702f4
 SHA512 
bc1c64d34370209c732bc12dd9935600b647507ab2c8f18c85f348e9b5e853618ba39e10e5a073b35036e6cbe3db2cb7a342a721d0e4affa81fe178fd0b75d92

diff --git a/dev-python/httpretty/httpretty-0.9.6.ebuild 
b/dev-python/httpretty/httpretty-0.9.6.ebuild
new file mode 100644
index 000..f65d19098d4
--- /dev/null
+++ b/dev-python/httpretty/httpretty-0.9.6.ebuild
@@ -0,0 +1,43 @@
+# 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
+
+DESCRIPTION="HTTP client mock for Python"
+HOMEPAGE="https://github.com/gabrielfalcao/httpretty";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/nose-1.2[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   dev-python/sure[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
+   >=www-servers/tornado-2.2[${PYTHON_USEDEP}]
+)"
+
+python_prepare_all() {
+   # remove useless deps
+   sed -i -e '/randomly/d' -e '/rednose/d' setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests || die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/

2019-06-18 Thread Christian Ruppert
commit: d390e605efcf121f5aedf9b9d89cf70cb06fc822
Author: Christian Ruppert  gentoo  org>
AuthorDate: Mon Jun 17 15:45:08 2019 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue Jun 18 07:26:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d390e605

net-proxy/haproxy: Version bump to 2.x

Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Christian Ruppert  gentoo.org>

 net-proxy/haproxy/Manifest|   1 +
 net-proxy/haproxy/haproxy-2.0.0.ebuild| 172 ++
 net-proxy/haproxy/haproxy-2.0..ebuild | 172 ++
 3 files changed, 345 insertions(+)

diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index 3bdac2029b7..151773a5c07 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -8,3 +8,4 @@ DIST haproxy-1.8.19.tar.gz 2080757 BLAKE2B 
46a97620f3b5c3f205e8b9d6e49acca8e107a
 DIST haproxy-1.8.9.tar.gz 2057051 BLAKE2B 
d81d18f68a27ae8a77660c1ecb1dfc28599263ebfd57f25ea574af2b101b35eb7a1a89ba4034b55dfa89673ae6ac4c0dca5428b4b494a02184b1b157850ce96b
 SHA512 
e59c29af3a39d6212f012ae8341b169436e10e42fadaf8f1aa68d2bb7ee181fd1fe3b74640bfcd8c37c17dfc5062b36bd69d90290d7c59cd3e4648ef2ab1c8dd
 DIST haproxy-1.9.6.tar.gz 2363063 BLAKE2B 
b3ccf1b7f9d82144b42f2ee5db7b4367a380d3d8d14145ed097b5329831fb9c9454023c04c3e542d9591e377f5f9c4e0630801414ce44b950b99718a971d88af
 SHA512 
3b823005f02d035435838689ddbf50c4fd9fc14af20450c413526cda7a29eb01ee01f68d6867545ebf966235688eedeeb3d00f5e6011727486d53e881d8e73b6
 DIST haproxy-1.9.7.tar.gz 2373430 BLAKE2B 
604eb99a15baa885c8956871a418b99a8ad1f6a08a9afb3d9c423ecf1d5dd0ba77e312bb325b09ede6471b1663619b77a2d9c25d66b52274f6c904bf1fa5ca85
 SHA512 
3a901849fa4db15676e22dd11f8309a810fcfc38519d1e8488c1e3cd8341c82dccbfe3b083c37920a0d04d5c8b7fa7a2f0910e488693c2e8ffda1511a307bc09
+DIST haproxy-2.0.0.tar.gz 2527523 BLAKE2B 
0f33a7eb3d539900647b3efb9f9e45ed8858cbe9b10e33aea7baeb103b65d8f1a531664e39656e6273ec531360bd16884ef78763bac143d792aba72658f5836d
 SHA512 
c5beb85522733a6df9741d8a6369cb4e476d6a49aa55163ea61b442715a6893aa7c5063221ff1c36c80ee124653b597499754bdd5764e306a755216b3af1908e

diff --git a/net-proxy/haproxy/haproxy-2.0.0.ebuild 
b/net-proxy/haproxy/haproxy-2.0.0.ebuild
new file mode 100644
index 000..e41593121e8
--- /dev/null
+++ b/net-proxy/haproxy/haproxy-2.0.0.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+[[ ${PV} == * ]] && SCM="git-r3"
+inherit user toolchain-funcs flag-o-matic systemd linux-info $SCM
+
+MY_P="${PN}-${PV/_beta/-dev}"
+
+DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
+HOMEPAGE="http://www.haproxy.org";
+if [[ ${PV} != * ]]; then
+   SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+else
+   EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+   EGIT_BRANCH=master
+fi
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+IUSE="+crypt doc examples libressl slz +net_ns +pcre pcre-jit pcre2 pcre2-jit 
ssl
+systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl"
+REQUIRED_USE="pcre-jit? ( pcre )
+   pcre2-jit? ( pcre2 )
+   pcre? ( !pcre2 )
+   device-atlas? ( pcre )
+   ?? ( slz zlib )"
+
+DEPEND="
+   pcre? (
+   dev-libs/libpcre
+   pcre-jit? ( dev-libs/libpcre[jit] )
+   )
+   pcre2? (
+   dev-libs/libpcre
+   pcre2-jit? ( dev-libs/libpcre2[jit] )
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0=[zlib?] )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   slz? ( dev-libs/libslz:= )
+   zlib? ( sys-libs/zlib )
+   lua? ( dev-lang/lua:5.3 )
+   device-atlas? ( dev-libs/device-atlas-api-c )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( CHANGELOG CONTRIBUTING MAINTAINERS README )
+CONTRIBS=( halog iprange )
+# ip6range is present in 1.6, but broken.
+ver_test $PV -ge 1.7.0 && CONTRIBS+=( ip6range spoa_example tcploop )
+# TODO: mod_defender - requires apache / APR, modsecurity - the same
+ver_test $PV -ge 1.8.0 && CONTRIBS+=( hpack )
+
+haproxy_use() {
+   (( $# != 2 )) && die "${FUNCNAME}  "
+
+   usex "${1}" "USE_${2}=1" "USE_${2}="
+}
+
+pkg_setup() {
+   enewgroup haproxy
+   enewuser haproxy -1 -1 -1 haproxy
+
+   if use net_ns; then
+   CONFIG_CHECK="~NET_NS"
+   linux-info_pkg_setup
+   fi
+}
+
+src_compile() {
+   local -a args=(
+   V=1
+   TARGET=linux-glibc
+   )
+
+   # TODO: PCRE2_WIDTH?
+   args+=( $(haproxy_use threads THREAD) )
+   args+=( $(haproxy_use crypt LIBCRYPT) )
+   args+=( $(haproxy_use net_ns NS) )
+   args+=( $(haproxy_use pcre PCRE) )
+   args+=( $(haproxy_use pcre-jit PCRE_JIT) )
+   args+

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

2019-06-18 Thread Michał Górny
commit: 6538f89957478d442e3d743ad59df6582e45
Author: David Roman  gmail  com>
AuthorDate: Tue Apr 23 18:32:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6538f899

app-backup/restic: verbump to 0.9.5

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Roman  gmail.com>
Closes: https://bugs.gentoo.org/680476
Closes: https://bugs.gentoo.org/684270
Closes: https://github.com/gentoo/gentoo/pull/11802
Signed-off-by: Michał Górny  gentoo.org>

 app-backup/restic/Manifest|  1 +
 app-backup/restic/restic-0.9.5.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index 4eeaa5ae5e8..3b5caa578c3 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -1 +1,2 @@
 DIST restic-0.9.4.tar.gz 26211163 BLAKE2B 
950a8da8217500a910f0e5966787b668417f1168e81365ecda70469ef42c24fed876e97b6a44ed9dda89c07760db4678d791960d78760d68c8f1846c827cf340
 SHA512 
8e75a1da6ee9a364c2bf53ce8f9b014549e7065eae349dc6baf68b0e8a8e9736f83c0495b822aac87480751f448bd42da34c440290b5f0967aea7becda5c448b
+DIST restic-0.9.5.tar.gz 26933971 BLAKE2B 
7e6cb87c7ce0f860ed884a631b791d0dc44e770ffabf298f20c60197b32961a2a78380e2933ce3851215ec2e32bee95da67566bf7d2d30c3bb0a2c6ca804
 SHA512 
2541b4d70d23d28360c4398427d65ed08a5eea8c171b93be7b7d54baa7b06099f5473ff2fbe3d6b3d6691592300062ba1b240cc03772868d2a0adb1217c8a85f

diff --git a/app-backup/restic/restic-0.9.5.ebuild 
b/app-backup/restic/restic-0.9.5.ebuild
new file mode 100644
index 000..6b97caddd1d
--- /dev/null
+++ b/app-backup/restic/restic-0.9.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 golang-vcs-snapshot
+
+DESCRIPTION="A backup program that is fast, efficient and secure"
+HOMEPAGE="https://restic.github.io/";
+SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+EGO_PN="github.com/restic/restic"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_compile() {
+   local mygoargs=(
+   -v
+   -work
+   -x
+   -tags release
+   -ldflags "-X main.version=${PV}"
+   -asmflags "-trimpath=${S}"
+   -gcflags "-trimpath=${S}"
+   -o restic ${EGO_PN}/cmd/restic
+   )
+
+   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
+   go build "${mygoargs[@]}" || die
+}
+
+src_test() {
+   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
+   go test -timeout 30m -v -work -x ${EGO_PN}/cmd/... 
${EGO_PN}/internal/... || die
+}
+
+src_install() {
+   dobin restic
+
+   newbashcomp doc/bash-completion.sh "${PN}"
+
+   insinto /usr/share/zsh/site-functions
+   newins doc/zsh-completion.zsh _restic
+
+   doman doc/man/*
+   dodoc doc/*.rst
+}



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

2019-06-18 Thread Michał Górny
commit: 84805585737a890c0863bbdb3b9b6177b512e26e
Author: David Roman  gmail  com>
AuthorDate: Tue Apr 23 18:25:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:17:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84805585

app-backup/restic: remove old ebuilds

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: David Roman  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-backup/restic/Manifest|  3 --
 app-backup/restic/restic-0.8.3.ebuild | 57 ---
 app-backup/restic/restic-0.9.2.ebuild | 54 -
 app-backup/restic/restic-0.9.3.ebuild | 54 -
 4 files changed, 168 deletions(-)

diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index f8be2f381d1..4eeaa5ae5e8 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -1,4 +1 @@
-DIST restic-0.8.3.tar.gz 48746281 BLAKE2B 
4161326068165b5ba19e9ee0e6386aa1df29a961a42509a2cb7924958100b9412abd1dd27d299d1eef76fdd4731d4a56f0a68e796a46071229a3e6767d3a6bb7
 SHA512 
758b2c69af8aad6bb62dc750141d5f5a1954ca2b51350ef59c35fd10afefaddc4d8d0cdd5914f249594946db6138124a48fba531b8a24353f022ccea773a240c
-DIST restic-0.9.2.tar.gz 27344284 BLAKE2B 
17c121a0d4df470397b467e09ceac559848c34e6a43f289b68eff8b85af86a18a4d2e1340060812613cb7e9cecf86f706565a6bcce31fbcd5aab076a85b57c67
 SHA512 
e060e0e16031924df7347ec74972bf52c75c84cca8ae996b1c5dd8a6f42c9022062e004ec17af2ebc0b6e9480ecfdff4ca7f64956afab9b9799201848d0be731
-DIST restic-0.9.3.tar.gz 26183792 BLAKE2B 
2bb98bd0b5430f928cdc566e558e503d84e611d05da8866f4f5d6f75a325ed73e7674098d73976d8f37ba8d38232adaedc25e2ea211403ea482cecc81f476ba9
 SHA512 
a8d906984d17e46533a377fba464d909a92016595d7585f37942bc68c24f9356c47df83f2e6ec15b877ea20f864be87362db4421665b594fecb4bca78b520393
 DIST restic-0.9.4.tar.gz 26211163 BLAKE2B 
950a8da8217500a910f0e5966787b668417f1168e81365ecda70469ef42c24fed876e97b6a44ed9dda89c07760db4678d791960d78760d68c8f1846c827cf340
 SHA512 
8e75a1da6ee9a364c2bf53ce8f9b014549e7065eae349dc6baf68b0e8a8e9736f83c0495b822aac87480751f448bd42da34c440290b5f0967aea7becda5c448b

diff --git a/app-backup/restic/restic-0.8.3.ebuild 
b/app-backup/restic/restic-0.8.3.ebuild
deleted file mode 100644
index 6654fb9c5cc..000
--- a/app-backup/restic/restic-0.8.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot bash-completion-r1
-
-DESCRIPTION="A backup program that is fast, efficient and secure"
-HOMEPAGE="https://restic.github.io/";
-SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-EGO_PN="github.com/restic/restic"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-DEPEND="
-   dev-lang/go
-   test? ( sys-fs/fuse:0 )"
-
-RDEPEND="sys-fs/fuse:0"
-
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-src_compile() {
-   local mygoargs=(
-   -v
-   -work
-   -x
-   -tags release
-   -ldflags "-s -w -X main.version=${PV}"
-   -asmflags "-trimpath=${S}"
-   -gcflags "-trimpath=${S}"
-   -o restic ${EGO_PN}/cmd/restic
-   )
-
-   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
-   go build "${mygoargs[@]}" || die
-}
-
-src_test() {
-   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
-   go test -timeout 30m -v -work -x ${EGO_PN}/cmd/... 
${EGO_PN}/internal/... || die
-}
-
-src_install() {
-   dobin restic
-
-   newbashcomp doc/bash-completion.sh "${PN}"
-
-   insinto /usr/share/zsh/site-functions
-   newins doc/zsh-completion.zsh _restic
-
-   doman doc/man/*
-   dodoc doc/*.rst
-}

diff --git a/app-backup/restic/restic-0.9.2.ebuild 
b/app-backup/restic/restic-0.9.2.ebuild
deleted file mode 100644
index 89515ce18d0..000
--- a/app-backup/restic/restic-0.9.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 golang-vcs-snapshot
-
-DESCRIPTION="A backup program that is fast, efficient and secure"
-HOMEPAGE="https://restic.github.io/";
-SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-EGO_PN="github.com/restic/restic"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-RDEPEND="sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-src_compile() {
-   local mygoargs=(
-   -v
-   -work
-   -x
-   -tags release
-   -ldflags "-X main.version=${PV}"
-   -asmflags "-trimpath=${S}"
-   -gcflags "-trimpath=${S}"
-   -o restic ${EGO_PN}/cmd/restic
-   )
-
-   GOPATH="

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

2019-06-18 Thread Michał Górny
commit: 858e2941bf4840c7175f30420d48f5237fed7382
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 07:36:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:40:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858e2941

dev-python/python-zipstream: Enable Python 3.7

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

 dev-python/python-zipstream/python-zipstream-1.1.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild 
b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
index 6185735434e..df1327996cb 100644
--- a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
+++ b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit distutils-r1
 
@@ -15,10 +15,11 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 python_test() {
-   nosetests || die "tests failed under ${EPYTHON}"
+   nosetests -v || die "tests failed under ${EPYTHON}"
 }



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

2019-06-18 Thread Michał Górny
commit: c971f596965daa2aa0ddc1003f2bbe82eceec3f8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 07:39:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 07:40:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c971f596

dev-python/python-zipstream: Reassign to python@

Seems peaceful, reusable and has working tests.

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

 dev-python/python-zipstream/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-zipstream/metadata.xml 
b/dev-python/python-zipstream/metadata.xml
index 34e9b246a7a..c126b28b804 100644
--- a/dev-python/python-zipstream/metadata.xml
+++ b/dev-python/python-zipstream/metadata.xml
@@ -1,7 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   pyt...@gentoo.org
+   

allanlei/python-zipstream

https://github.com/allanlei/python-zipstream/issues



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

2019-06-18 Thread Lars Wendler
commit: ae98975cbc8d7c75ac789ca508ba6441341f674f
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun 18 08:22:03 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun 18 08:22:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae98975c

sys-fs/lvm2: Bumped ebuild to EAPI-7

Be more verbose during make calls

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

 sys-fs/lvm2/lvm2-2.02.185.ebuild | 25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/sys-fs/lvm2/lvm2-2.02.185.ebuild b/sys-fs/lvm2/lvm2-2.02.185.ebuild
index f82f1a6846b..49ad4a19d86 100644
--- a/sys-fs/lvm2/lvm2-2.02.185.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.185.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic
 
 DESCRIPTION="User-land utilities for LVM2 (device-mapper) software"
@@ -38,16 +38,19 @@ RDEPEND="${DEPEND_COMMON}
 # note: thin- 0.3.0 is required to avoid --disable-thin_check_needs_check
 # USE 'static' currently only works with eudev, bug 520450
 DEPEND="${DEPEND_COMMON}
-   virtual/pkgconfig
>=sys-devel/binutils-2.20.1-r1
-   sys-devel/autoconf-archive
static? (
selinux? ( sys-libs/libselinux[static-libs] )
udev? ( >=sys-fs/eudev-3.1.2[static-libs] )
>=sys-apps/util-linux-2.16[static-libs]
)"
+BDEPEND="
+   sys-devel/autoconf-archive
+   virtual/pkgconfig
+"
+
 
-S=${WORKDIR}/${PN/lvm/LVM}.${PV}
+S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
 
 PATCHES=(
# Gentoo specific modification(s):
@@ -76,7 +79,7 @@ pkg_setup() {
local WARNING_SYSVIPC="CONFIG_SYSVIPC:\tis not set (required 
for udev sync)\n"
if linux_config_exists; then
local uevent_helper_path=$(linux_chkconfig_string 
UEVENT_HELPER_PATH)
-   if [ -n "${uevent_helper_path}" ] && [ 
"${uevent_helper_path}" != '""' ]; then
+   if [[ -n "${uevent_helper_path}" ]] && [[ 
"${uevent_helper_path}" != '""' ]]; then
ewarn "It's recommended to set an empty value 
to the following kernel config option:"
ewarn 
"CONFIG_UEVENT_HELPER_PATH=${uevent_helper_path}"
fi
@@ -190,14 +193,14 @@ src_configure() {
 
 src_compile() {
pushd include >/dev/null
-   emake
+   emake V=1
popd >/dev/null
 
if use device-mapper-only ; then
-   emake device-mapper
+   emake V=1 device-mapper
else
-   emake
-   emake CC="$(tc-getCC)" -C scripts 
lvm2_activation_generator_systemd_red_hat
+   emake V=1
+   emake V=1 CC="$(tc-getCC)" -C scripts 
lvm2_activation_generator_systemd_red_hat
fi
 }
 
@@ -208,7 +211,7 @@ src_install() {
use systemd && INSTALL_TARGETS+=( install_systemd_units 
install_systemd_generators )
use device-mapper-only && INSTALL_TARGETS=( install_device-mapper )
for inst in ${INSTALL_TARGETS[@]}; do
-   emake DESTDIR="${D}" ${inst}
+   emake V=1 DESTDIR="${D}" ${inst}
done
 
newinitd "${FILESDIR}"/device-mapper.rc-2.02.105-r2 device-mapper
@@ -241,7 +244,7 @@ src_install() {
dolib.a daemons/dmeventd/libdevmapper-event.a
#gen_usr_ldscript libdevmapper-event.so
else
-   rm -f 
"${ED%/}"/usr/$(get_libdir)/{libdevmapper-event,liblvm2cmd,liblvm2app,libdevmapper}.a
+   rm -f 
"${ED}"/usr/$(get_libdir)/{libdevmapper-event,liblvm2cmd,liblvm2app,libdevmapper}.a
fi
 
if use lvm2create_initrd; then



[gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/, sys-fs/lvm2/files/

2019-06-18 Thread Lars Wendler
commit: 708fc54cc41e78710557966a421eb734d07b3e64
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun 18 09:02:34 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun 18 09:03:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708fc54c

sys-fs/lvm2: Fixed build with app-shells/mksh

Thanks-to: Alexander Tsoy  tsoy.me>
Closes: https://bugs.gentoo.org/686652
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/lvm2/files/lvm2-2.02.184-mksh_build.patch | 13 +
 sys-fs/lvm2/lvm2-2.02.185.ebuild |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/sys-fs/lvm2/files/lvm2-2.02.184-mksh_build.patch 
b/sys-fs/lvm2/files/lvm2-2.02.184-mksh_build.patch
new file mode 100644
index 000..49c6853f23a
--- /dev/null
+++ b/sys-fs/lvm2/files/lvm2-2.02.184-mksh_build.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/686652
+
+--- LVM2.2.02.184/tools/Makefile.in
 LVM2.2.02.184/tools/Makefile.in
+@@ -220,6 +220,6 @@
+ echo "/* Do not edit. This file is generated by the Makefile. */" && \
+ echo -en "const char _command_input[] =\n\n\"" && \
+ $(EGREP) -v '^#|\-\-\-|^$$' $(srcdir)/command-lines.in | $(AWK) 
'BEGIN {ORS = "\\n\"\n\""} //' && \
+-echo "\\n\";" \
++printf "%s\n" "\\n\";" \
+   ) > $@
+ 
+ $(SOURCES:%.c=%.d) $(SOURCES2:%.c=%.d): command-lines-input.h command-count.h 
cmds.h

diff --git a/sys-fs/lvm2/lvm2-2.02.185.ebuild b/sys-fs/lvm2/lvm2-2.02.185.ebuild
index 49ad4a19d86..871a483ce9f 100644
--- a/sys-fs/lvm2/lvm2-2.02.185.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.185.ebuild
@@ -49,7 +49,6 @@ BDEPEND="
virtual/pkgconfig
 "
 
-
 S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
 
 PATCHES=(
@@ -70,6 +69,7 @@ PATCHES=(
#"${FILESDIR}"/${PN}-2.02.145-mkdev.patch #580062 # Merged upstream
"${FILESDIR}"/${PN}-2.02.184-dmeventd-no-idle-exit.patch

#"${FILESDIR}"/${PN}-2.02.184-allow-reading-metadata-with-invalid-creation_time.patch
 #682380 # merged upstream
+   "${FILESDIR}"/${PN}-2.02.184-mksh_build.patch #686652
 )
 
 pkg_setup() {



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

2019-06-18 Thread Michał Górny
commit: f429c9c4968d12865ff6da6f0ad943edc376db8b
Author: Henning Schild  hennsch  de>
AuthorDate: Mon Jun 10 16:08:58 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 09:18:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f429c9c4

net-im/telegram-desktop-bin: drop old

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/12235
Signed-off-by: Michał Górny  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  9 ---
 .../telegram-desktop-bin-1.6.3.ebuild  | 65 --
 .../telegram-desktop-bin-1.6.7.ebuild  | 63 -
 .../telegram-desktop-bin-1.7.0.ebuild  | 63 -
 4 files changed, 200 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 5006e019b81..4738712f16c 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,15 +1,6 @@
-DIST tdesktop-1.6.3.tar.gz 14310477 BLAKE2B 
51881fee449153f71b774cb24cf60d4ddb0627d0ece68eb2e55323b39f6d6095017df885c73ab605198317c7f6fc5c7a348951565307f6442035f45bcaa7e4d9
 SHA512 
45dec18f4afb1fcabd3f371eadd63516dc1517d50b5c0bd46be7809ec244a01bb4588958ef688fd89a936e52363d3c1d0c31f698bc5388b12925ea234f51f243
-DIST tdesktop-1.6.7.tar.gz 14323106 BLAKE2B 
6e41e249cd99e9a2358f5a8e9b388fcc354498f5067b85235dd446d317d805113bc43e7e5daa1a1600b9db9b4f124e35593d1fc5f6d621744394c95565a37f35
 SHA512 
1292b686e47c82f7670e1a52809c8a61532a9ed64d0e4d3879fa95037b284aa40a956ac1c6739262c4fdf22fb5e9492f6747e971668297cca142a51c5b46
-DIST tdesktop-1.7.0.tar.gz 14327246 BLAKE2B 
6cc58a3aafe0ae3593df13344db02a24e6a892003b71f97a0e179214d63d230c27d97d039a00fa7b183b4d1295edb32b27d2f1594329e41672533aa6dce0bd26
 SHA512 
6cf66bf46483b0cfee61a1efb37361c839c24db9d572686775c60004660acd76f9c55d7293771054840f3579e48152240ae4f187dab5b5d1132bb85fb0300545
 DIST tdesktop-1.7.3.tar.gz 14358120 BLAKE2B 
430ea848fd0cb210c257a2728e47e267a86775c28e279c56ea8d4a757c82e9e96c7b24f9eba7c6ed86912dc6006c3a5c829531fa92d0bd067db4084f81fdc301
 SHA512 
b94fdf2e4b6d5f21a5ffe54a0c34ef15597b1335204511ab96f40caa852c8e6ed175811d839dcbb594cd5a93490f8095a71d77fceb1a03f497030c852e1559a0
 DIST tdesktop-1.7.7.tar.gz 14373143 BLAKE2B 
80f5b6bfb7628f3d7a85fac454fd918d4ed060449e3c8b8bb6e106e5c1b542e10a50f985b71e86c6734d6acba5ebfb09ff78db9db6df49e70be9081a2d8df872
 SHA512 
abca4e815dc017c1dbb062ab87d166203678b9ffc08fb71f96626172bcebeb52ed60c921dfbaf7301cb8e344b7670a05d4bb9275a511219f33668988a0c79b6b
-DIST tsetup.1.6.3.tar.xz 32912784 BLAKE2B 
18f39bf50a4edd11429f05c919943ffce731e138929eb43a3c16d10fdaa5a8192a31aaaccb45f743243ad4afb3a5e180c3279083923ffb967d96f815d2c338fa
 SHA512 
4376f91913ab4ba0536cbfe1bc9719066742bd6cdc26e1b63f13d0e68be07c6f90c88c43ffb84b30f85d8b8c02ae7b076db4e1b47a91b4845ba1b47d2a8048ee
-DIST tsetup.1.6.7.tar.xz 32973568 BLAKE2B 
c76fe7c2571e0b1aef15d685d76240112d0f618c2c8e3ec5862029b3b6b4933823bf76bc86f9980d0f64056bd4a2e4a51228c6fa480dfd49f96b0aeb44fe2e68
 SHA512 
66aa2b9b01fd5c378c6b909468b76cb40e769ecd579abd6c00898dfbf8a4f4efa556d678e2bc17b843e07f4745509ed16c35eb6f365c9fc1dee7da1b07587fa1
-DIST tsetup.1.7.0.tar.xz 32941420 BLAKE2B 
5de9d4d34c4667dc40f79d7a10f01490647678e67aa4b188372d84a521b035d767b8f0540082949364c8067fa5af859c5ec7f14035149d32093f7ade363e83f5
 SHA512 
1c2573429547a4d839b323ea3248b8647afe96e0610aac4ea36ded592e947ab08804d3a4a38bb812c65a2849a416bfe1d4f2839b204e6ac4a3254e22f34cc26a
 DIST tsetup.1.7.3.tar.xz 33298240 BLAKE2B 
fa750b23bd1969b41c2f7dcb8399de39c1aadf05526c52f34ea4ad9a86b844cad6f525e2f8903330990a41eb629cc30af7127249f9b5822eb2fcfaf6bc707f4b
 SHA512 
f7afe62b888e78112ca7bb3fcd8b1b6ab3c9c2688ea1828a7004bdc4f2938b93cc29c201fe04eb3d1b9fac6fb3ac8500a0a296d944feb2c51f6df9a25dd5c062
 DIST tsetup.1.7.7.tar.xz 7272 BLAKE2B 
15d25c05a5b0ce4130986842ca54501338d64f6dd25bcd0b4aa7a7eaba29397277fa1d8dcb50773dbcdfa85468fb881cb9b00a380176f239b88ed40472614de5
 SHA512 
936540fdc3bd2048f638298cbcaaac980d4a6b51738ca5ea8a0056fa923383fd4643ee0ad7499ad066fce82a8072705ee5b76a7d813823c2cb68e40df6f7f07a
-DIST tsetup32.1.6.3.tar.xz 35580176 BLAKE2B 
55518aae40367b8af161a4748bfee656f63c099c327853f01dab11dc4dc6f0c34dbb7236ca58b662905f985b82a4191f645757a8a940534b8893b914d666
 SHA512 
68d08a2b5a0ca5f8ceb918ab6261f51f3650df647262268822f9ff662527339a707f40bb724edcf3d1ea61ca254f77f7fdf2f50413559fd4ac4dffb0adcbdf22
-DIST tsetup32.1.6.7.tar.xz 35654388 BLAKE2B 
328964b24d6aa883b24a559a5728faa33660a38d3e6d8aa2c035a59ecdf3c006940ddd6ecfe7976a5b6528c1a08eb8448199478c75dd16bd9c324ac826e29637
 SHA512 
ef149e2e32a61ebb38e10e907550efa014f8121ab1f2713e3d85e27f72e9f895c3c99921f42dbdd906f69508bc25786a06ff7763317a94fca21ec2eafbf240ac
-DIST tsetup32.1.7.0.tar.xz 35534532 BLAKE2B 
e724457f49d17638ce65feebfaa73803c6d27804151efc42bb6a1c3610819b05ef5c8e8931ef410c97541912db2eeab8b8c036bc06cd954b28a48ef46593
 SHA512 
400b7c468748a782758b3b02d12ae5743

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

2019-06-18 Thread Michał Górny
commit: c85b9329a0b648d284723071ed4ec5fdbc4153c5
Author: Henning Schild  hennsch  de>
AuthorDate: Mon Jun 10 16:07:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 09:18:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85b9329

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

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Michał Górny  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.7.7.ebuild  | 63 ++
 2 files changed, 66 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 01d571adeb8..5006e019b81 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -2,11 +2,14 @@ DIST tdesktop-1.6.3.tar.gz 14310477 BLAKE2B 
51881fee449153f71b774cb24cf60d4ddb06
 DIST tdesktop-1.6.7.tar.gz 14323106 BLAKE2B 
6e41e249cd99e9a2358f5a8e9b388fcc354498f5067b85235dd446d317d805113bc43e7e5daa1a1600b9db9b4f124e35593d1fc5f6d621744394c95565a37f35
 SHA512 
1292b686e47c82f7670e1a52809c8a61532a9ed64d0e4d3879fa95037b284aa40a956ac1c6739262c4fdf22fb5e9492f6747e971668297cca142a51c5b46
 DIST tdesktop-1.7.0.tar.gz 14327246 BLAKE2B 
6cc58a3aafe0ae3593df13344db02a24e6a892003b71f97a0e179214d63d230c27d97d039a00fa7b183b4d1295edb32b27d2f1594329e41672533aa6dce0bd26
 SHA512 
6cf66bf46483b0cfee61a1efb37361c839c24db9d572686775c60004660acd76f9c55d7293771054840f3579e48152240ae4f187dab5b5d1132bb85fb0300545
 DIST tdesktop-1.7.3.tar.gz 14358120 BLAKE2B 
430ea848fd0cb210c257a2728e47e267a86775c28e279c56ea8d4a757c82e9e96c7b24f9eba7c6ed86912dc6006c3a5c829531fa92d0bd067db4084f81fdc301
 SHA512 
b94fdf2e4b6d5f21a5ffe54a0c34ef15597b1335204511ab96f40caa852c8e6ed175811d839dcbb594cd5a93490f8095a71d77fceb1a03f497030c852e1559a0
+DIST tdesktop-1.7.7.tar.gz 14373143 BLAKE2B 
80f5b6bfb7628f3d7a85fac454fd918d4ed060449e3c8b8bb6e106e5c1b542e10a50f985b71e86c6734d6acba5ebfb09ff78db9db6df49e70be9081a2d8df872
 SHA512 
abca4e815dc017c1dbb062ab87d166203678b9ffc08fb71f96626172bcebeb52ed60c921dfbaf7301cb8e344b7670a05d4bb9275a511219f33668988a0c79b6b
 DIST tsetup.1.6.3.tar.xz 32912784 BLAKE2B 
18f39bf50a4edd11429f05c919943ffce731e138929eb43a3c16d10fdaa5a8192a31aaaccb45f743243ad4afb3a5e180c3279083923ffb967d96f815d2c338fa
 SHA512 
4376f91913ab4ba0536cbfe1bc9719066742bd6cdc26e1b63f13d0e68be07c6f90c88c43ffb84b30f85d8b8c02ae7b076db4e1b47a91b4845ba1b47d2a8048ee
 DIST tsetup.1.6.7.tar.xz 32973568 BLAKE2B 
c76fe7c2571e0b1aef15d685d76240112d0f618c2c8e3ec5862029b3b6b4933823bf76bc86f9980d0f64056bd4a2e4a51228c6fa480dfd49f96b0aeb44fe2e68
 SHA512 
66aa2b9b01fd5c378c6b909468b76cb40e769ecd579abd6c00898dfbf8a4f4efa556d678e2bc17b843e07f4745509ed16c35eb6f365c9fc1dee7da1b07587fa1
 DIST tsetup.1.7.0.tar.xz 32941420 BLAKE2B 
5de9d4d34c4667dc40f79d7a10f01490647678e67aa4b188372d84a521b035d767b8f0540082949364c8067fa5af859c5ec7f14035149d32093f7ade363e83f5
 SHA512 
1c2573429547a4d839b323ea3248b8647afe96e0610aac4ea36ded592e947ab08804d3a4a38bb812c65a2849a416bfe1d4f2839b204e6ac4a3254e22f34cc26a
 DIST tsetup.1.7.3.tar.xz 33298240 BLAKE2B 
fa750b23bd1969b41c2f7dcb8399de39c1aadf05526c52f34ea4ad9a86b844cad6f525e2f8903330990a41eb629cc30af7127249f9b5822eb2fcfaf6bc707f4b
 SHA512 
f7afe62b888e78112ca7bb3fcd8b1b6ab3c9c2688ea1828a7004bdc4f2938b93cc29c201fe04eb3d1b9fac6fb3ac8500a0a296d944feb2c51f6df9a25dd5c062
+DIST tsetup.1.7.7.tar.xz 7272 BLAKE2B 
15d25c05a5b0ce4130986842ca54501338d64f6dd25bcd0b4aa7a7eaba29397277fa1d8dcb50773dbcdfa85468fb881cb9b00a380176f239b88ed40472614de5
 SHA512 
936540fdc3bd2048f638298cbcaaac980d4a6b51738ca5ea8a0056fa923383fd4643ee0ad7499ad066fce82a8072705ee5b76a7d813823c2cb68e40df6f7f07a
 DIST tsetup32.1.6.3.tar.xz 35580176 BLAKE2B 
55518aae40367b8af161a4748bfee656f63c099c327853f01dab11dc4dc6f0c34dbb7236ca58b662905f985b82a4191f645757a8a940534b8893b914d666
 SHA512 
68d08a2b5a0ca5f8ceb918ab6261f51f3650df647262268822f9ff662527339a707f40bb724edcf3d1ea61ca254f77f7fdf2f50413559fd4ac4dffb0adcbdf22
 DIST tsetup32.1.6.7.tar.xz 35654388 BLAKE2B 
328964b24d6aa883b24a559a5728faa33660a38d3e6d8aa2c035a59ecdf3c006940ddd6ecfe7976a5b6528c1a08eb8448199478c75dd16bd9c324ac826e29637
 SHA512 
ef149e2e32a61ebb38e10e907550efa014f8121ab1f2713e3d85e27f72e9f895c3c99921f42dbdd906f69508bc25786a06ff7763317a94fca21ec2eafbf240ac
 DIST tsetup32.1.7.0.tar.xz 35534532 BLAKE2B 
e724457f49d17638ce65feebfaa73803c6d27804151efc42bb6a1c3610819b05ef5c8e8931ef410c97541912db2eeab8b8c036bc06cd954b28a48ef46593
 SHA512 
400b7c468748a782758b3b02d12ae5743aee864341b0765745a2e6f604094cd431dd7e17a228259cbe734054d9183efe880af325f88d80f939fa5a62a7845ad6
 DIST tsetup32.1.7.3.tar.xz 36075780 BLAKE2B 
e39acb0acb39874f04cb929e4c7eb2a80651cb431336e114ed6656717a0e2ef16dc28d6d3aba3cd1e3239c0548c68223394f2fd45d04329742c924bd5061bab1
 SHA512 
20711275a95a3f156595ae9a3cdc53088c3e28122c0854bfe74c7a9dd0d396f26b2615efa0bccd8eb4d6770ca65f65fe5cc0b2c6dacf64955c754c5d008c29cd
+DIST tsetup32.1.7

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

2019-06-18 Thread David Seifert
commit: 552b295496f76b642a697c49cf0d89780f269f03
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jun 18 09:20:03 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 18 09:20:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552b2954

media-libs/vo-amrwbenc: Remove old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/vo-amrwbenc/Manifest|  1 -
 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/media-libs/vo-amrwbenc/Manifest b/media-libs/vo-amrwbenc/Manifest
index f91b38223aa..c887ebcc522 100644
--- a/media-libs/vo-amrwbenc/Manifest
+++ b/media-libs/vo-amrwbenc/Manifest
@@ -1,2 +1 @@
-DIST vo-amrwbenc-0.1.2.tar.gz 598415 BLAKE2B 
b21a66010f17a6d9e55fc039e05f8ac8c35eebaada011447fbfb9710be8e82e8a10c21f16a5f0e91053c84211c85541556a9a324e928e1d1dada6c4b2b4ea70c
 SHA512 
54be9c63d1b4c66e56dbf85cef2924c4cc564556186692182b44f199a5f72eba02c619b8cfa89f33b88add149fded81a42a392a9b96b6274ad0ad6c1f929a61b
 DIST vo-amrwbenc-0.1.3.tar.gz 608936 BLAKE2B 
7283ef12c40e25d768d9d0be6cede6a514fc881cd67185700c0afe4e03c97c660d74f28fccbad436b4067ec07be574c10b73f00a162195697714ffe0c127b168
 SHA512 
5f132f798f00ec2c0619700ab1ce456897792b45631af4b538c866636af9c9de5600af5f79040c41c3dc69c17cf4be7032139a9518a46a4276431e091f3dd6a9

diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild 
b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild
deleted file mode 100644
index c084e7fe583..000
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-if [[ ${PV} == * ]] ; then
-   SCM="git-2"
-   EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git";
-   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
-   AUTOTOOLS_AUTORECONF=1
-fi
-
-inherit autotools-multilib ${SCM}
-
-DESCRIPTION="VisualOn AMR-WB encoder library"
-HOMEPAGE="https://sourceforge.net/projects/opencore-amr/";
-
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-else # Official release
-   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-[[ ${PV} == * ]] || \
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
-IUSE="examples static-libs"
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable examples example) \
-   )
-   autotools-multilib_src_configure
-}



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

2019-06-18 Thread David Seifert
commit: 3cf35ada3d55f705a6a5faba3964f3ef6e72138e
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jun 18 09:20:09 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 18 09:20:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf35ada

media-libs/vo-amrwbenc: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 47 -
 1 file changed, 23 insertions(+), 24 deletions(-)

diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild 
b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
index 27f2a1bdd83..12491d04112 100644
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
+++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
@@ -1,40 +1,39 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+inherit multilib-minimal
 
-if [[ ${PV} == * ]] ; then
-   SCM="git-2"
-   EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git";
-   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
-   AUTOTOOLS_AUTORECONF=1
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git";
+else
+   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
 fi
 
-inherit autotools-multilib ${SCM}
-
 DESCRIPTION="VisualOn AMR-WB encoder library"
 HOMEPAGE="https://sourceforge.net/projects/opencore-amr/";
 
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-else # Official release
-   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
-fi
-
 LICENSE="Apache-2.0"
 SLOT="0"
-
-[[ ${PV} == * ]] || \
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos"
 IUSE="examples static-libs"
 
-src_configure() {
-   local myeconfargs=(
+src_prepare() {
+   default
+   [[ ${PV} == * ]] && eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
$(use_enable examples example) \
-   )
-   autotools-multilib_src_configure
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 }



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

2019-06-18 Thread David Seifert
commit: 67d779f701f1ddf77be1b1c076b1bf83e49c6704
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jun 18 09:20:06 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 18 09:20:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d779f7

media-libs/vo-amrwbenc: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild | 49 +-
 1 file changed, 24 insertions(+), 25 deletions(-)

diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild 
b/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild
index 725ea1c33f0..0e3e35eee5f 100644
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild
+++ b/media-libs/vo-amrwbenc/vo-amrwbenc-.ebuild
@@ -1,40 +1,39 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+inherit multilib-minimal
 
-if [[ ${PV} == * ]] ; then
-   SCM="git-2"
-   EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git";
-   [[ ${PV%} != "" ]] && EGIT_BRANCH="release/${PV%.}"
-   AUTOTOOLS_AUTORECONF=1
+if [[ ${PV} == * ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git";
+else
+   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
 fi
 
-inherit autotools-multilib ${SCM}
-
 DESCRIPTION="VisualOn AMR-WB encoder library"
 HOMEPAGE="https://sourceforge.net/projects/opencore-amr/";
 
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.xz"
-else # Official release
-   SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
-fi
-
 LICENSE="Apache-2.0"
 SLOT="0"
-
-[[ ${PV} == * ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE="examples static-libs"
 
-src_configure() {
-   local myeconfargs=(
+src_prepare() {
+   default
+   [[ ${PV} == * ]] && eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
$(use_enable examples example) \
-   )
-   autotools-multilib_src_configure
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
 }



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

2019-06-18 Thread Lars Wendler
commit: 191cd80b56c91f4e61b09745ab12cac565784bbe
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun 18 09:24:00 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun 18 09:24:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191cd80b

dev-util/byacc: Bump to version 20190616

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

 dev-util/byacc/Manifest  |  1 +
 dev-util/byacc/byacc-20190616.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index a68c1084075..bbbc07f4752 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -2,3 +2,4 @@ DIST byacc-20170201.tgz 741550 BLAKE2B 
d72e2361cbc02d37754d7ca2b0cdabe39bc5b6072
 DIST byacc-20180510.tgz 744070 BLAKE2B 
9ba861ffcd310462513d7eb4b663c5c44f5cb6dc06ecf1cbcb41c309054905781c4ba1ffada88eaf0071caf16d78a5746d53e66190081e388b95f4a148684cca
 SHA512 
89ac9d4bd1edfdcfa304b0efacc478dbdd84cc2a1cd4ef75515863b1ea2731b106202c758b469c39a4379bb155c0a2365baa290797da0a6bb3904295431556d6
 DIST byacc-20180525.tgz 745273 BLAKE2B 
5b4732cede6d284f9f866b8e7f7f1f48b7eea26fcf203e633767115a2ba324586590477b9668b2f7e961db4765e2602ba78d78a2ed55d0c102153b5ed15e9cea
 SHA512 
ab200b7f1f0295731cda0aff08ee60c1f8a4e057ca9de265b916de690e900abe67ce9b5f6f5d0e69945485e9adb5505b079d82f8e126eb1ea12d22bc6015d73a
 DIST byacc-20180609.tgz 745317 BLAKE2B 
d544e2c81540c711fac57ac3179aec9f44b4db808e44318b3046443c29870351b5251383542caec9f65e06a6d83f481f2c8c4e73a28e59d5a57e854532404df4
 SHA512 
45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9
+DIST byacc-20190616.tgz 799301 BLAKE2B 
40f052820c6e1d6e15fbf870acb417b686f8768d3a528f07248965cc14fd1ea8894f2cf89c9e3e23694aadf14af4f275554d311b154e51250876fc649d766bf2
 SHA512 
015c4a640a0aea33c5efdfe9fb88a5d8ca7707caa123549ca5179b35d9f00b83d83ce4b7d52a38843c27169b24d956a9a501a4ae80b22df4f9854b886436bc42

diff --git a/dev-util/byacc/byacc-20190616.ebuild 
b/dev-util/byacc/byacc-20190616.ebuild
new file mode 100644
index 000..52031138194
--- /dev/null
+++ b/dev-util/byacc/byacc-20190616.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="the best variant of the Yacc parser generator"
+HOMEPAGE="https://invisible-island.net/byacc/byacc.html";
+SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
+
+src_configure() {
+   econf --program-prefix=b
+}



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

2019-06-18 Thread Lars Wendler
commit: 0d840dee5f925a838f3fe8ee0d6915e45eb5b2d9
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun 18 09:24:39 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun 18 09:24:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d840dee

dev-util/byacc: Removed old.

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

 dev-util/byacc/Manifest  |  2 --
 dev-util/byacc/byacc-20180510.ebuild | 18 --
 dev-util/byacc/byacc-20180525.ebuild | 18 --
 3 files changed, 38 deletions(-)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index bbbc07f4752..281108e6967 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1,5 +1,3 @@
 DIST byacc-20170201.tgz 741550 BLAKE2B 
d72e2361cbc02d37754d7ca2b0cdabe39bc5b60728e7edf6c0040ca87f991469c918fb0d4c96239d1483ccce0b729698cae9fd6d9988626c1a7ca2d58f47bf1c
 SHA512 
f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638
-DIST byacc-20180510.tgz 744070 BLAKE2B 
9ba861ffcd310462513d7eb4b663c5c44f5cb6dc06ecf1cbcb41c309054905781c4ba1ffada88eaf0071caf16d78a5746d53e66190081e388b95f4a148684cca
 SHA512 
89ac9d4bd1edfdcfa304b0efacc478dbdd84cc2a1cd4ef75515863b1ea2731b106202c758b469c39a4379bb155c0a2365baa290797da0a6bb3904295431556d6
-DIST byacc-20180525.tgz 745273 BLAKE2B 
5b4732cede6d284f9f866b8e7f7f1f48b7eea26fcf203e633767115a2ba324586590477b9668b2f7e961db4765e2602ba78d78a2ed55d0c102153b5ed15e9cea
 SHA512 
ab200b7f1f0295731cda0aff08ee60c1f8a4e057ca9de265b916de690e900abe67ce9b5f6f5d0e69945485e9adb5505b079d82f8e126eb1ea12d22bc6015d73a
 DIST byacc-20180609.tgz 745317 BLAKE2B 
d544e2c81540c711fac57ac3179aec9f44b4db808e44318b3046443c29870351b5251383542caec9f65e06a6d83f481f2c8c4e73a28e59d5a57e854532404df4
 SHA512 
45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9
 DIST byacc-20190616.tgz 799301 BLAKE2B 
40f052820c6e1d6e15fbf870acb417b686f8768d3a528f07248965cc14fd1ea8894f2cf89c9e3e23694aadf14af4f275554d311b154e51250876fc649d766bf2
 SHA512 
015c4a640a0aea33c5efdfe9fb88a5d8ca7707caa123549ca5179b35d9f00b83d83ce4b7d52a38843c27169b24d956a9a501a4ae80b22df4f9854b886436bc42

diff --git a/dev-util/byacc/byacc-20180510.ebuild 
b/dev-util/byacc/byacc-20180510.ebuild
deleted file mode 100644
index 56f94d2538c..000
--- a/dev-util/byacc/byacc-20180510.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="https://invisible-island.net/byacc/byacc.html";
-SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
-   econf --program-prefix=b
-}

diff --git a/dev-util/byacc/byacc-20180525.ebuild 
b/dev-util/byacc/byacc-20180525.ebuild
deleted file mode 100644
index e0e5a971f5d..000
--- a/dev-util/byacc/byacc-20180525.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="the best variant of the Yacc parser generator"
-HOMEPAGE="https://invisible-island.net/byacc/byacc.html";
-SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
-   econf --program-prefix=b
-}



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

2019-06-18 Thread Michał Górny
commit: bdef5c3dfa079a45159b19da5b2de68558106ea6
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Jun 12 10:41:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 09:35:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdef5c3d

sys-block/arcconf: fix x86 install

Closes: https://bugs.gentoo.org/687388
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12243
Signed-off-by: Michał Górny  gentoo.org>

 sys-block/arcconf/arcconf-2.01.22270-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild 
b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
index a7ce727384d..6caa0575eeb 100644
--- a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
+++ b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,5 +38,5 @@ pkg_setup() {
 }
 
 src_install() {
-   dobin linux$(usex amd64 '_x64')/cmdline/arcconf
+   dobin linux$(usex amd64 '_x64' '')/cmdline/arcconf
 }



[gentoo-commits] data/gentoo-news:master commit in: 2019-06-05-amd64-17-1-profiles-are-now-stable/

2019-06-18 Thread Michał Górny
commit: 64ee3aa6590ba9a6fe6bb4cad79a224d9d331a5e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 09:52:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 09:53:26 2019 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=64ee3aa6

17.1 profiles: Rebuild llvm as well

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

 .../2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
 
b/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
index 7dba0c2..59c746d 100644
--- 
a/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
+++ 
b/2019-06-05-amd64-17-1-profiles-are-now-stable/2019-06-05-amd64-17-1-profiles-are-now-stable.en.txt
@@ -1,7 +1,7 @@
 Title: amd64 17.1 profiles are now stable
 Author: Michał Górny 
 Posted: 2019-06-05
-Revision: 2
+Revision: 3
 News-Item-Format: 2.0
 Display-If-Profile: default/linux/amd64/13.0
 Display-If-Profile: default/linux/amd64/13.0/selinux
@@ -104,7 +104,7 @@ The following steps can be used to upgrade your system:
 11. If you are using a multilib profile, rebuild all 32-bit packages.
 This can be done using:
 
-  # emerge -1v --deep /lib32 /usr/lib32
+  # emerge -1v --deep /lib32 /usr/lib32 /usr/lib/llvm/*/lib32
 
 Alternatively, if you are switching from one of the 13.0 profiles
 you can rebuild all packages as detailed in the 17.0 news item:



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

2019-06-18 Thread Michał Górny
commit: 643150fedc69f86f53b6b14cf71f5a5a5663a6b3
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Sat Jun 15 21:18:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 10:02:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643150fe

net-vpn/i2pd: move user&group to pkg_preinst

Signed-off-by: Alexey Korepanov  yandex.ru>
Signed-off-by: Michał Górny  gentoo.org>

 net-vpn/i2pd/i2pd-2.26.0.ebuild | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/net-vpn/i2pd/i2pd-2.26.0.ebuild b/net-vpn/i2pd/i2pd-2.26.0.ebuild
index 751c24c92d1..43b8c34e8a5 100644
--- a/net-vpn/i2pd/i2pd-2.26.0.ebuild
+++ b/net-vpn/i2pd/i2pd-2.26.0.ebuild
@@ -79,20 +79,10 @@ src_install() {
doins contrib/i2pd.conf
doins contrib/tunnels.conf
 
-   # grant i2pd group read and write access to config files
-   fowners "root:${I2PD_GROUP}" \
-   /etc/i2pd/i2pd.conf \
-   /etc/i2pd/tunnels.conf
-   fperms 660 \
-   /etc/i2pd/i2pd.conf \
-   /etc/i2pd/tunnels.conf
-
# working directory
keepdir /var/lib/i2pd
insinto /var/lib/i2pd
doins -r contrib/certificates
-   fowners "${I2PD_USER}:${I2PD_GROUP}" /var/lib/i2pd/
-   fperms 700 /var/lib/i2pd/
 
# add /var/lib/i2pd/certificates to CONFIG_PROTECT
doenvd "${FILESDIR}/99i2pd"
@@ -107,9 +97,19 @@ src_install() {
newins "${FILESDIR}/i2pd-2.6.0-r3.logrotate" i2pd
 }
 
-pkg_setup() {
+pkg_preinst() {
enewgroup "${I2PD_GROUP}"
enewuser "${I2PD_USER}" -1 -1 /var/lib/run/i2pd "${I2PD_GROUP}"
+
+   fowners "root:${I2PD_GROUP}" \
+   /etc/i2pd/i2pd.conf \
+   /etc/i2pd/tunnels.conf
+   fperms 660 \
+   /etc/i2pd/i2pd.conf \
+   /etc/i2pd/tunnels.conf
+
+   fowners "${I2PD_USER}:${I2PD_GROUP}" /var/lib/i2pd/
+   fperms 700 /var/lib/i2pd/
 }
 
 pkg_postinst() {



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

2019-06-18 Thread Michał Górny
commit: 3ea6efd632c88a495c4df75ffc1f65164e7f3884
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Sat Jun 15 21:21:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 10:02:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea6efd6

net-vpn/i2pd: remove old

Signed-off-by: Alexey Korepanov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/12260
Signed-off-by: Michał Górny  gentoo.org>

 net-vpn/i2pd/Manifest   |   1 -
 net-vpn/i2pd/i2pd-2.23.0.ebuild | 120 
 2 files changed, 121 deletions(-)

diff --git a/net-vpn/i2pd/Manifest b/net-vpn/i2pd/Manifest
index 7209d6379ef..dea49717d43 100644
--- a/net-vpn/i2pd/Manifest
+++ b/net-vpn/i2pd/Manifest
@@ -1,4 +1,3 @@
-DIST i2pd-2.23.0.tar.gz 1008677 BLAKE2B 
c216785d8642e1c8d7cdbcddd23e6dd0b8a1fe8d732ef8b8d19e3c7c55ad91285dfa85bcfab0934a0acc4c180750ff8e3f5730f948dafff7c283ed084afa3374
 SHA512 
b547fa5b4ab3fbdf51cded846966b702304cc3dcbafbf3b4fc0e93e1907e45a649dd19eabc851309dfb7d3aa8ef84eefcb2cf1a3cda8549f90200da54df06923
 DIST i2pd-2.24.0.tar.gz 1063751 BLAKE2B 
22e0dd09926735d0d512fefde21da7cd6c923225f8e22f8e511a4d170781420670cc297584a01eb1200c45e1bba11f0c7e03153d3a412cf57bb2cebc0307b551
 SHA512 
89364943ab4d7344c3e7e79759b051710ca7ebb9021220904c112ebd6adac84fac37627c191ed06de5c4aba799a3157f680382b227499d26976ae1a742151514
 DIST i2pd-2.25.0.tar.gz 1068786 BLAKE2B 
80e5e6de2ffaad86c0c3ad4a89cfa12cf3ac8cf61ae856f4647af4e06b56594f39e9d75d798d5429b372fba718f4e92ea4ea94b802929ab22d8850ba46b2827e
 SHA512 
e45318236b7a4e23c8dc83423f4cbc62e622a6f6346a67d56af09b805a82f1d1bf4174c9785078292ad07fc7e5e75f15d3fcc801e44fddcbd8c30d6c7bd6975e
 DIST i2pd-2.26.0.tar.gz 1073024 BLAKE2B 
21a59b140c0a21dec5a5b57c08ddc81530f5a2662e53d6a028ba9fd2d6c7bc89de1a49aa0f2981b6dd6dadc2ec0d84542419e100d86fcb407d3f0ae7c66e3f76
 SHA512 
1f0b2ca059daa9238a9bc2959a559636266252ad0858e4e941918bb195906c817de54b2379ae95d0b9813b7cae8697db335f9d6d15d0cf919e6f687a282e528c

diff --git a/net-vpn/i2pd/i2pd-2.23.0.ebuild b/net-vpn/i2pd/i2pd-2.23.0.ebuild
deleted file mode 100644
index 719f88b1a2c..000
--- a/net-vpn/i2pd/i2pd-2.23.0.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit systemd user cmake-utils eapi7-ver toolchain-funcs
-
-DESCRIPTION="A C++ daemon for accessing the I2P anonymous network"
-HOMEPAGE="https://github.com/PurpleI2P/i2pd";
-SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="cpu_flags_x86_aes cpu_flags_x86_avx i2p-hardening libressl static +upnp 
websocket"
-
-# if using libressl, require >=boost-1.65, see #597798
-RDEPEND="
-   !static? (
-   dev-libs/boost:=[threads]
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? (
-   dev-libs/libressl:0=
-   >=dev-libs/boost-1.65:=
-   )
-   upnp? ( net-libs/miniupnpc )
-   )"
-DEPEND="${RDEPEND}
-   static? (
-   dev-libs/boost:=[static-libs,threads]
-   !libressl? ( dev-libs/openssl:0=[static-libs] )
-   libressl? (
-   dev-libs/libressl:0=[static-libs]
-   >=dev-libs/boost-1.65:=
-   )
-   sys-libs/zlib:=[static-libs]
-   upnp? ( net-libs/miniupnpc[static-libs] )
-   )
-   websocket? ( dev-cpp/websocketpp )"
-
-I2PD_USER=i2pd
-I2PD_GROUP=i2pd
-
-CMAKE_USE_DIR="${S}/build"
-
-DOCS=( README.md contrib/i2pd.conf contrib/tunnels.conf )
-
-PATCHES=( "${FILESDIR}/${PN}-2.14.0-fix_installed_components.patch" )
-
-pkg_pretend() {
-   if tc-is-gcc && ! ver_test "$(gcc-version)" -ge "4.7"; then
-   die "At least gcc 4.7 is required"
-   fi
-   if use i2p-hardening && ! tc-is-gcc; then
-   die "i2p-hardening requires gcc"
-   fi
-}
-
-src_configure() {
-   mycmakeargs=(
-   -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
-   -DWITH_AVX=$(usex cpu_flags_x86_avx ON OFF)
-   -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
-   -DWITH_PCH=OFF
-   -DWITH_STATIC=$(usex static ON OFF)
-   -DWITH_UPNP=$(usex upnp ON OFF)
-   -DWITH_WEBSOCKETS=$(usex websocket ON OFF)
-   -DWITH_LIBRARY=ON
-   -DWITH_BINARY=ON
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   # config
-   insinto /etc/i2pd
-   doins contrib/i2pd.conf
-   doins contrib/tunnels.conf
-
-   # grant i2pd group read and write access to config files
-   fowners "root:${I2PD_GROUP}" \
-   /etc/i2pd/i2pd.conf \
-   /etc/i2pd/tunnels.conf
-   fperms 660 \
-   

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

2019-06-18 Thread Michał Górny
commit: e1a996000e84667dab84aee412f4092565f150b0
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Sat Jun 15 21:09:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 10:02:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a99600

net-vpn/i2pd: 2.26.0 version bump

Signed-off-by: Alexey Korepanov  yandex.ru>
Signed-off-by: Michał Górny  gentoo.org>

 net-vpn/i2pd/Manifest   |   1 +
 net-vpn/i2pd/i2pd-2.26.0.ebuild | 122 
 2 files changed, 123 insertions(+)

diff --git a/net-vpn/i2pd/Manifest b/net-vpn/i2pd/Manifest
index ac866a7b7be..7209d6379ef 100644
--- a/net-vpn/i2pd/Manifest
+++ b/net-vpn/i2pd/Manifest
@@ -1,3 +1,4 @@
 DIST i2pd-2.23.0.tar.gz 1008677 BLAKE2B 
c216785d8642e1c8d7cdbcddd23e6dd0b8a1fe8d732ef8b8d19e3c7c55ad91285dfa85bcfab0934a0acc4c180750ff8e3f5730f948dafff7c283ed084afa3374
 SHA512 
b547fa5b4ab3fbdf51cded846966b702304cc3dcbafbf3b4fc0e93e1907e45a649dd19eabc851309dfb7d3aa8ef84eefcb2cf1a3cda8549f90200da54df06923
 DIST i2pd-2.24.0.tar.gz 1063751 BLAKE2B 
22e0dd09926735d0d512fefde21da7cd6c923225f8e22f8e511a4d170781420670cc297584a01eb1200c45e1bba11f0c7e03153d3a412cf57bb2cebc0307b551
 SHA512 
89364943ab4d7344c3e7e79759b051710ca7ebb9021220904c112ebd6adac84fac37627c191ed06de5c4aba799a3157f680382b227499d26976ae1a742151514
 DIST i2pd-2.25.0.tar.gz 1068786 BLAKE2B 
80e5e6de2ffaad86c0c3ad4a89cfa12cf3ac8cf61ae856f4647af4e06b56594f39e9d75d798d5429b372fba718f4e92ea4ea94b802929ab22d8850ba46b2827e
 SHA512 
e45318236b7a4e23c8dc83423f4cbc62e622a6f6346a67d56af09b805a82f1d1bf4174c9785078292ad07fc7e5e75f15d3fcc801e44fddcbd8c30d6c7bd6975e
+DIST i2pd-2.26.0.tar.gz 1073024 BLAKE2B 
21a59b140c0a21dec5a5b57c08ddc81530f5a2662e53d6a028ba9fd2d6c7bc89de1a49aa0f2981b6dd6dadc2ec0d84542419e100d86fcb407d3f0ae7c66e3f76
 SHA512 
1f0b2ca059daa9238a9bc2959a559636266252ad0858e4e941918bb195906c817de54b2379ae95d0b9813b7cae8697db335f9d6d15d0cf919e6f687a282e528c

diff --git a/net-vpn/i2pd/i2pd-2.26.0.ebuild b/net-vpn/i2pd/i2pd-2.26.0.ebuild
new file mode 100644
index 000..751c24c92d1
--- /dev/null
+++ b/net-vpn/i2pd/i2pd-2.26.0.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit systemd user cmake-utils toolchain-funcs
+
+DESCRIPTION="A C++ daemon for accessing the I2P anonymous network"
+HOMEPAGE="https://github.com/PurpleI2P/i2pd";
+SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="cpu_flags_x86_aes cpu_flags_x86_avx i2p-hardening libressl static +upnp 
websocket"
+
+# if using libressl, require >=boost-1.65, see #597798
+RDEPEND="
+   !static? (
+   dev-libs/boost:=[threads]
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? (
+   dev-libs/libressl:0=
+   >=dev-libs/boost-1.65:=
+   )
+   upnp? ( net-libs/miniupnpc )
+   )"
+DEPEND="${RDEPEND}
+   static? (
+   dev-libs/boost:=[static-libs,threads]
+   !libressl? ( dev-libs/openssl:0=[static-libs] )
+   libressl? (
+   dev-libs/libressl:0=[static-libs]
+   >=dev-libs/boost-1.65:=
+   )
+   sys-libs/zlib:=[static-libs]
+   upnp? ( net-libs/miniupnpc[static-libs] )
+   )
+   websocket? ( dev-cpp/websocketpp )"
+
+I2PD_USER=i2pd
+I2PD_GROUP=i2pd
+
+CMAKE_USE_DIR="${S}/build"
+
+DOCS=( README.md contrib/i2pd.conf contrib/tunnels.conf )
+
+PATCHES=( "${FILESDIR}/${PN}-2.14.0-fix_installed_components.patch"
+   "${FILESDIR}/i2pd-2.25.0-lib-path.patch" )
+
+pkg_pretend() {
+   if tc-is-gcc && ! ver_test "$(gcc-version)" -ge "4.7"; then
+   die "At least gcc 4.7 is required"
+   fi
+   if use i2p-hardening && ! tc-is-gcc; then
+   die "i2p-hardening requires gcc"
+   fi
+}
+
+src_configure() {
+   mycmakeargs=(
+   -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
+   -DWITH_AVX=$(usex cpu_flags_x86_avx ON OFF)
+   -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
+   -DWITH_PCH=OFF
+   -DWITH_STATIC=$(usex static ON OFF)
+   -DWITH_UPNP=$(usex upnp ON OFF)
+   -DWITH_WEBSOCKETS=$(usex websocket ON OFF)
+   -DWITH_LIBRARY=ON
+   -DWITH_BINARY=ON
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   # config
+   insinto /etc/i2pd
+   doins contrib/i2pd.conf
+   doins contrib/tunnels.conf
+
+   # grant i2pd group read and write access to config files
+   fowners "root:${I2PD_GROUP}" \
+   /etc/i2pd/i2pd.conf \
+   /etc/i2pd/tunnels.conf
+   fperms 660 \
+   /etc/

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

2019-06-18 Thread Aaron W. Swenson
commit: 05bd97b6606eac693c58b850dc9119330ddd3ea6
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Jun 18 10:18:35 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Tue Jun 18 10:19:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bd97b6

dev-db/psqlodbc: Bump to 11.01.

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/psqlodbc/Manifest   |  1 +
 dev-db/psqlodbc/psqlodbc-11.01..ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-db/psqlodbc/Manifest b/dev-db/psqlodbc/Manifest
index d4491ead019..d5b84adfeec 100644
--- a/dev-db/psqlodbc/Manifest
+++ b/dev-db/psqlodbc/Manifest
@@ -1 +1,2 @@
 DIST psqlodbc-10.01..tar.gz 915109 BLAKE2B 
a09de8218dbfbacf7972fc02c02863891ed65d19b86217a646aa0176ad7a8b962da83bb5036ad11b819a583409e4d1f3ce257a0457838000bc9cc060753c67b3
 SHA512 
1c5b9732a9c7e7bff0fd0a04cc7f0b45db9150486a2c3a8a96d85fb55e9296a80f12ee652cfb7ff54700e7dfc10accf9e5420b7ca798df31be51f997bbda88aa
+DIST psqlodbc-11.01..tar.gz 919372 BLAKE2B 
ce84b4bb210c4c3c3f2a3e9eae713c875e4bae491e20f207f740a02af69cb771f504de6b1da06fcd12306d986299e1537184a6787eac80e320eea6d8c13dc142
 SHA512 
57762bfa9925012946e56a3d5b815af00078299c121ba0142865c06f877cabf314512e4e6efc654589fb409c4dd2cbb9a3b7fd7aa1a6ace361879552774b11d7

diff --git a/dev-db/psqlodbc/psqlodbc-11.01..ebuild 
b/dev-db/psqlodbc/psqlodbc-11.01..ebuild
new file mode 100644
index 000..395aee1903a
--- /dev/null
+++ b/dev-db/psqlodbc/psqlodbc-11.01..ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Official ODBC driver for PostgreSQL"
+HOMEPAGE="https://odbc.postgresql.org/";
+SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc iodbc ssl threads"
+
+DEPEND="dev-db/postgresql:*[ssl?]
+   !iodbc? ( dev-db/unixODBC )
+   iodbc? ( dev-db/libiodbc )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf \
+   $(use_with iodbc) \
+   $(use_with !iodbc unixodbc) \
+   $(use_enable threads pthreads)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc readme.txt
+   use doc && dodoc docs/*{html,jpg,txt}
+}



[gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/

2019-06-18 Thread Fabian Groffen
commit: b95ceb616795c9ff7906c05dd640c1f335d3f1f2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun 18 10:42:38 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun 18 10:42:38 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b95ceb61

scripts/auto-bootstraps/analyse_result: use standard date format

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/auto-bootstraps/analyse_result.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/auto-bootstraps/analyse_result.py 
b/scripts/auto-bootstraps/analyse_result.py
index ca6621554f..90312300db 100755
--- a/scripts/auto-bootstraps/analyse_result.py
+++ b/scripts/auto-bootstraps/analyse_result.py
@@ -191,7 +191,7 @@ with open(os.path.join(resultsdir, 'index.html'), "w") as h:
 
 h.write("")
 h.write("")
-now = time.strftime('%Y-%m-%d %H:%M', time.gmtime())
+now = time.strftime('%Y-%m-%dT%H:%MZ', time.gmtime())
 h.write("generated: %s" % now) 
 h.write("See also awesomebytes")
 h.write(" and Azure Gentoo 
Prefix CI pipelines")



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

2019-06-18 Thread Aaron W. Swenson
commit: 81782d879a5928434ed2c40625563d584316b967
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Jun 18 10:54:26 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Tue Jun 18 10:54:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81782d87

dev-db/postgis: Live ebuild parity to 2.5.2

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson  gentoo.org>

 dev-db/postgis/postgis-.ebuild | 19 +--
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/dev-db/postgis/postgis-.ebuild 
b/dev-db/postgis/postgis-.ebuild
index 156d4d9bc7d..ef406c8c690 100644
--- a/dev-db/postgis/postgis-.ebuild
+++ b/dev-db/postgis/postgis-.ebuild
@@ -18,16 +18,18 @@ HOMEPAGE="http://postgis.net";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc gtk static-libs test"
+IUSE="address-standardizer doc gtk static-libs mapbox test topology"
 
 RDEPEND="
${POSTGRES_DEP}
dev-libs/json-c:=
dev-libs/libxml2:2
-   >=sci-libs/geos-3.4.2
+   >=sci-libs/geos-3.5.0
>=sci-libs/proj-4.6.0
-   >=sci-libs/gdal-1.10.0:=
+   >=sci-libs/gdal-1.10.0
+   address-standardizer? ( dev-libs/libpcre )
gtk? ( x11-libs/gtk+:2 )
+   mapbox? ( dev-libs/protobuf )
 "
 
 DEPEND="${RDEPEND}
@@ -46,8 +48,6 @@ REQUIRED_USE="test? ( doc )"
 # Needs a running psql instance, doesn't work out of the box
 RESTRICT="test"
 
-MAKEOPTS+=' -j1'
-
 src_prepare() {
source "${S}"/Version.config
export PGIS="${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}"
@@ -57,6 +57,7 @@ src_prepare() {
# *FLAGS settings.
export QA_FLAGS_IGNORED="usr/lib(64)?/(rt)?postgis-${PGIS}\.so"
 
+   eapply "${FILESDIR}/${PN}-2.2.0-arflags.patch"
eapply_user
 
local AT_M4DIR="macros"
@@ -66,7 +67,13 @@ src_prepare() {
 
 src_configure() {
local myargs=""
-   use gtk && myargs+=" --with-gui"
+
+   use gtk  && myargs+=" --with-gui"
+
+   use address-standardizer || myargs+=" --without-address-standardizer"
+   use mapbox   || myargs+=" --without-protobuf"
+   use topology || myargs+=" --without-topology"
+
postgres-multi_foreach econf ${myargs}
 }
 



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

2019-06-18 Thread Agostino Sarubbo
commit: 46676e2a9ac5fd01b0448e9fc239754e3e882213
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:10:33 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:10:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46676e2a

net-analyzer/gspoof: amd64 stable wrt bug #678774

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

 net-analyzer/gspoof/gspoof-3.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gspoof/gspoof-3.2-r3.ebuild 
b/net-analyzer/gspoof/gspoof-3.2-r3.ebuild
index 938a95c5179..78e39409ea6 100644
--- a/net-analyzer/gspoof/gspoof-3.2-r3.ebuild
+++ b/net-analyzer/gspoof/gspoof-3.2-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://gspoof.sourceforge.net/";
 SRC_URI="http://gspoof.sourceforge.net/src/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 IUSE=""
 



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

2019-06-18 Thread Agostino Sarubbo
commit: ee40b66bc3d9d4694f0b018cae5166df33f8a14f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:10:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:10:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee40b66b

media-gfx/graphicsmagick: amd64 stable wrt bug #684320

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

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

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
index 6289cc06dbf..bd617cfe1d4 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code";
 else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp



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

2019-06-18 Thread Agostino Sarubbo
commit: 0b4875774646df7eb369430b31f62ff15bebfad2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:11:50 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:11:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b487577

sys-auth/pam_p11: amd64 stable wrt bug #686176

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

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

diff --git a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild 
b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
index 0bcd0d26665..4dc5e2aa28d 100644
--- a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="virtual/pam
dev-libs/libp11:=



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

2019-06-18 Thread Agostino Sarubbo
commit: a5ffeb2f3807abf30d5e886dacdede6c38f85b55
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:12:44 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:12:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ffeb2f

media-libs/jbig2dec: ia64 stable wrt bug #681528

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

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

diff --git a/media-libs/jbig2dec/jbig2dec-0.14.ebuild 
b/media-libs/jbig2dec/jbig2dec-0.14.ebuild
index fa1e83c53fa..121c9ca0843 100644
--- a/media-libs/jbig2dec/jbig2dec-0.14.ebuild
+++ b/media-libs/jbig2dec/jbig2dec-0.14.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://downloads.ghostscript.com/public/${PN}/${P}.tar.gz
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="png static-libs test"
 
 RDEPEND="png? ( media-libs/libpng:0= )"



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

2019-06-18 Thread Michał Górny
commit: b7ed9f6c0a61212a4f641dae13d2a9c8fde17736
Author: Philippe Chaintreuil  parallaxshift  com>
AuthorDate: Tue Jun 11 13:22:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 11:34:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ed9f6c

mail-filter/postforward: Version bump to 1.1.1

Copy of the 1.1.0 ebuild, update copyright & EAPI, and tweak to remove
double-negative new_src_dir check.

Closes: https://bugs.gentoo.org/687858
Closes: https://github.com/gentoo/gentoo/pull/12239
Signed-off-by: Philippe Chaintreuil  parallaxshift.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michał Górny  gentoo.org>

 mail-filter/postforward/Manifest |  1 +
 mail-filter/postforward/postforward-1.1.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/mail-filter/postforward/Manifest b/mail-filter/postforward/Manifest
index 7cdc14db342..b81a6d09c8e 100644
--- a/mail-filter/postforward/Manifest
+++ b/mail-filter/postforward/Manifest
@@ -1 +1,2 @@
 DIST postforward-1.1.0.tar.gz 5707 BLAKE2B 
2dc994628820b40caf3b9c65ad6be48e220abff8f5a6d6054b109600d9d368fab3e6e642dbc5a98235f440359600a3f4bbc19f7ead06fd84802a8900fa465dc1
 SHA512 
39d7a33c454b1529a691b24fd69b311ba368caf59168d39146654cfe319ebc3cf73835e66e6c95a43747f389a6b954ac8da0d7e934e562c16cb85dc20c0f4804
+DIST postforward-1.1.1.tar.gz 6086 BLAKE2B 
ecf344af646b745fa9860279f6c91ba5ab74a5dc93a1cb09168091b01ebe5e804062afa32a51b34f65c5c89c08e401a8a4e1beb145c07bcfb848c970f6f4e1f7
 SHA512 
1f29e1731ef9fd1292f932a8e195577ce238f69c2e6ae1ffac81a577607fda98563b454564841011ce077cc8453e5ad78d2ab904fdf0fea67c15a69f6b2a3d92

diff --git a/mail-filter/postforward/postforward-1.1.1.ebuild 
b/mail-filter/postforward/postforward-1.1.1.ebuild
new file mode 100644
index 000..f9f2be8689c
--- /dev/null
+++ b/mail-filter/postforward/postforward-1.1.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-build
+
+DESCRIPTION="Postfix Sender Rewriting Scheme forwarding agent"
+EGO_PN="${PN}"
+SRC_URI="https://github.com/zoni/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/zoni/postforward";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-lang/go:0"
+RDEPEND="
+   mail-filter/postsrsd"
+
+PATCHES=( "${FILESDIR}/${PN}_apply-sendmail-path.patch" )
+
+src_prepare() {
+   default
+
+   # Dynamically fix EPREFIX lines made by ${PN}_apply-sendmail-path.patch
+   sed -i -e "s/@GENTOO_PORTAGE_EPREFIX@/${EPREFIX}/" *.go || die
+
+   # go build assumes files will be in src dir, but
+   # source files are in root in this package, so move
+   # them.
+   local new_src_dir="${S}/src/${EGO_PN}"
+   # Freak out if there's already something there because
+   # it means the package has changed and we'll need to
+   # adjust to it.
+   [[ -e "${new_src_dir}" ]] && die "${new_src_dir} already exists"
+   mkdir -p "${new_src_dir}" || die
+   mv *.go "${new_src_dir}" || die
+}
+
+# Standard golang-build src_install complains about pkg not
+# existing, so we go custom.
+src_install() {
+   einstalldocs
+   dosbin "${PN}"
+}



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

2019-06-18 Thread Agostino Sarubbo
commit: 574c95e646f4f9943be170e22829440b92914118
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:43:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:43:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574c95e6

sys-auth/pam_p11: ppc stable wrt bug #686176

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

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

diff --git a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild 
b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
index 4dc5e2aa28d..45466c2054f 100644
--- a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="virtual/pam
dev-libs/libp11:=



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

2019-06-18 Thread Agostino Sarubbo
commit: e28ab096b8a02f8a0d6d7520c49855d36f8b540b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:43:18 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:43:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28ab096

dev-libs/bglibs: ppc stable wrt bug #688158

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

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

diff --git a/dev-libs/bglibs/bglibs-2.04.ebuild 
b/dev-libs/bglibs/bglibs-2.04.ebuild
index b8d116835c3..96fce34da4d 100644
--- a/dev-libs/bglibs/bglibs-2.04.ebuild
+++ b/dev-libs/bglibs/bglibs-2.04.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://untroubled.org/bglibs/archive/${P}.tar.gz";
 
 LICENSE="LGPL-2.1+"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND=""



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

2019-06-18 Thread Agostino Sarubbo
commit: 842dff9dce3b20ecc78f8f5caa03c5e0c00d7e53
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:43:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:43:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842dff9d

media-gfx/graphicsmagick: ppc stable wrt bug #684320

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

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

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
index bd617cfe1d4..c4a0346877f 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code";
 else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp



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

2019-06-18 Thread Agostino Sarubbo
commit: 5a99940c365dd594489a34e1be064aecd17d6e90
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:43:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:43:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a99940c

app-arch/hardlink: ppc stable wrt bug #688188

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

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

diff --git a/app-arch/hardlink/hardlink-0.3.2.ebuild 
b/app-arch/hardlink/hardlink-0.3.2.ebuild
index 764461f0ad2..58922c12085 100644
--- a/app-arch/hardlink/hardlink-0.3.2.ebuild
+++ b/app-arch/hardlink/hardlink-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://salsa.debian.org/jak/${PN}/-/archive/${PV}/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-libs/libpcre



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

2019-06-18 Thread Agostino Sarubbo
commit: 257aa338397b67e7fababfd34e2841b9655fc262
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:49:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:49:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257aa338

app-arch/hardlink: ppc64 stable wrt bug #688188

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

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

diff --git a/app-arch/hardlink/hardlink-0.3.2.ebuild 
b/app-arch/hardlink/hardlink-0.3.2.ebuild
index 58922c12085..469e8fa45b5 100644
--- a/app-arch/hardlink/hardlink-0.3.2.ebuild
+++ b/app-arch/hardlink/hardlink-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://salsa.debian.org/jak/${PN}/-/archive/${PV}/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~x86"
 
 RDEPEND="
dev-libs/libpcre



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

2019-06-18 Thread Agostino Sarubbo
commit: 222a374af66d16962db0816c5dd03a2c154ca222
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:49:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:49:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222a374a

sys-auth/pam_p11: ppc64 stable wrt bug #686176

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

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

diff --git a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild 
b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
index 45466c2054f..880907ce1d9 100644
--- a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 RDEPEND="virtual/pam
dev-libs/libp11:=



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

2019-06-18 Thread Agostino Sarubbo
commit: 9abad6d70684609f00973ab8ddf3b8d8a85833a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 18 11:49:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 18 11:49:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abad6d7

media-gfx/graphicsmagick: ppc64 stable wrt bug #684320

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

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

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
index c4a0346877f..a2aaf2efd41 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code";
 else
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp



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

2019-06-18 Thread David Seifert
commit: 3a1f1c6d692c45003ee356dc5511d1256bafcf2b
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jun 18 11:50:36 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 18 11:50:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1f1c6d

dev-python/python-linux-procfs: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 .../python-linux-procfs/python-linux-procfs-.ebuild  | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/python-linux-procfs/python-linux-procfs-.ebuild 
b/dev-python/python-linux-procfs/python-linux-procfs-.ebuild
index 731c07adc02..64316e8b6b3 100644
--- a/dev-python/python-linux-procfs/python-linux-procfs-.ebuild
+++ b/dev-python/python-linux-procfs/python-linux-procfs-.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Python classes to extract information from the Linux kernel /proc 
files"
 HOMEPAGE="https://www.kernel.org/pub/scm/libs/python/python-linux-procfs/
@@ -13,8 +14,3 @@ 
EGIT_REPO_URI="https://www.kernel.org/pub/scm/libs/python/${PN}/${PN}.git";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND=""
-DEPEND=""



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

2019-06-18 Thread David Seifert
commit: b10178cbe4716bc1fbd642ccb67a5ecfddc9706f
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jun 18 11:50:33 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jun 18 11:50:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10178cb

dev-python/python-linux-procfs: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert  gentoo.org>

 dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild 
b/dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild
index 18a3d31d2da..cb57ea51104 100644
--- a/dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild
+++ b/dev-python/python-linux-procfs/python-linux-procfs-0.4.6.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
@@ -14,7 +15,3 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""



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

2019-06-18 Thread Mikle Kolyada
commit: 8796296b0bbc9ef11e29cc75dc88612d3414cdb8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jun 18 11:55:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jun 18 11:55:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8796296b

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

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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

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

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

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



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

2019-06-18 Thread Jory Pratt
commit: e4ccde83a06c4e028a420347cb3e617b054b57d9
Author: Jory Pratt  gentoo  org>
AuthorDate: Tue Jun 18 12:19:10 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jun 18 12:19:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ccde83

dev-lang/spidermonkey: Fix LTO compilations

Thanks-to: Alexander Miller  gmx.de>
Closes: https://bugs.gentoo.org/687812
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jory Pratt  gentoo.org>

 .../files/spidermonkey-1.8.5-LTO.patch |  58 
 dev-lang/spidermonkey/spidermonkey-1.8.5-r8.ebuild | 148 +
 2 files changed, 206 insertions(+)

diff --git a/dev-lang/spidermonkey/files/spidermonkey-1.8.5-LTO.patch 
b/dev-lang/spidermonkey/files/spidermonkey-1.8.5-LTO.patch
new file mode 100644
index 000..7c36b5525b0
--- /dev/null
+++ b/dev-lang/spidermonkey/files/spidermonkey-1.8.5-LTO.patch
@@ -0,0 +1,58 @@
+From 6ff7ad09daf98e5b804cf73c066c382a76e74e8c Mon Sep 17 00:00:00 2001
+From: Alexander Miller 
+Date: Wed, 12 Jun 2019 00:29:23 -0500
+Subject: [PATCH] Fix breakage with lto builds
+
+:(.text+0x7a): undefined reference to `PopActiveVMFrame'
+collect2: error: ld returned 1 exit status
+
+Signed-off-by: Alexander Miller 
+---
+ js/src/methodjit/InvokeHelpers.cpp | 2 +-
+ js/src/methodjit/MethodJIT.cpp | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/js/src/methodjit/InvokeHelpers.cpp 
b/js/src/methodjit/InvokeHelpers.cpp
+index d017c2a..abde396 100644
+--- a/js/src/methodjit/InvokeHelpers.cpp
 b/js/src/methodjit/InvokeHelpers.cpp
+@@ -500,7 +500,7 @@ stubs::PutActivationObjects(VMFrame &f)
+ js::PutActivationObjects(f.cx, f.fp());
+ }
+ 
+-extern "C" void *
++extern "C" void * __attribute__((used))
+ js_InternalThrow(VMFrame &f)
+ {
+ JSContext *cx = f.cx;
+diff --git a/js/src/methodjit/MethodJIT.cpp b/js/src/methodjit/MethodJIT.cpp
+index 4feefbc..66099e6 100644
+--- a/js/src/methodjit/MethodJIT.cpp
 b/js/src/methodjit/MethodJIT.cpp
+@@ -120,20 +120,20 @@ static uint32 StubCallsForOp[STUB_CALLS_FOR_OP_COUNT];
+ 
+ extern "C" void JaegerTrampolineReturn();
+ 
+-extern "C" void JS_FASTCALL
++extern "C" void JS_FASTCALL __attribute__((used))
+ PushActiveVMFrame(VMFrame &f)
+ {
+ f.entryfp->script()->compartment->jaegerCompartment->pushActiveFrame(&f);
+ f.regs.fp->setNativeReturnAddress(JS_FUNC_TO_DATA_PTR(void*, 
JaegerTrampolineReturn));
+ }
+ 
+-extern "C" void JS_FASTCALL
++extern "C" void JS_FASTCALL __attribute__((used))
+ PopActiveVMFrame(VMFrame &f)
+ {
+ f.entryfp->script()->compartment->jaegerCompartment->popActiveFrame();
+ }
+ 
+-extern "C" void JS_FASTCALL
++extern "C" void JS_FASTCALL __attribute__((used))
+ SetVMFrameRegs(VMFrame &f)
+ {
+ f.cx->setCurrentRegs(&f.regs);
+-- 
+2.22.0
+

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r8.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r8.ebuild
new file mode 100644
index 000..cb71d7631a5
--- /dev/null
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r8.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WANT_AUTOCONF="2.1"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+inherit autotools toolchain-funcs multilib python-any-r1 versionator pax-utils
+
+MY_PN="js"
+TARBALL_PV="$(replace_all_version_separators '' $(get_version_component_range 
1-3))"
+MY_P="${MY_PN}-${PV}"
+TARBALL_P="${MY_PN}${TARBALL_PV}-1.0.0"
+DESCRIPTION="Stand-alone JavaScript C library"
+HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
+SRC_URI="https://archive.mozilla.org/pub/js/${TARBALL_P}.tar.gz
+   https://dev.gentoo.org/~axs/distfiles/${PN}-slot0-patches-02.tar.xz
+   "
+
+LICENSE="NPL-1.1"
+SLOT="0/mozjs185"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+IUSE="debug minimal static-libs test"
+
+S="${WORKDIR}/${MY_P}"
+BUILDDIR="${S}/js/src"
+
+RDEPEND=">=dev-libs/nspr-4.7.0
+   sys-libs/readline:0=
+   x64-macos? ( dev-libs/jemalloc )"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   app-arch/zip
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${WORKDIR}"/sm0/${P}-fix-install-symlinks.patch
+   "${WORKDIR}"/sm0/${P}-fix-ppc64.patch
+   "${WORKDIR}"/sm0/${P}-arm_respect_cflags-3.patch
+   "${WORKDIR}"/sm0/${PN}-1.8.7-freebsd-pthreads.patch
+   "${WORKDIR}"/sm0/${P}-perf_event-check.patch
+   "${WORKDIR}"/sm0/${P}-symbol-versions.patch
+   "${WORKDIR}"/sm0/${P}-ia64-fix.patch
+   "${WORKDIR}"/sm0/${P}-ia64-static-strings.patch
+   "${WORKDIR}"/sm0/${P}-isfinite.patch
+   "${FILESDIR}"/${PN}-perl-defined-array-check.patch
+   "${WORKDIR}"/sm0/${PN}-1.8.7-x32.patch
+   "${WORKDIR}"/sm0/${P}-gcc6.patch
+   "${WORKDIR}"/sm0/${P}-drop-asm-volatile-toplevel.patch
+   "${FILESDIR}"/${P

[gentoo-commits] data/glep:master commit in: /

2019-06-18 Thread Michał Górny
commit: 5abae80efe6703c16e506ccfb3cae798b03b7a33
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 29 10:16:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 12:23:48 2019 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=5abae80e

glep-0081: User and group management via dedicated packages

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

 glep-0081.rst | 246 ++
 1 file changed, 246 insertions(+)

diff --git a/glep-0081.rst b/glep-0081.rst
new file mode 100644
index 000..68a67fa
--- /dev/null
+++ b/glep-0081.rst
@@ -0,0 +1,246 @@
+---
+GLEP: 81
+Title: User and group management via dedicated packages
+Author: Michał Górny ,
+Michael Orlitzky 
+Type: Standards Track
+Status: Draft
+Version: 1
+Created: 2019-05-29
+Last-Modified: 2019-06-18
+Post-History: 2019-05-29
+Content-Type: text/x-rst
+Requires:
+Replaces: 27
+---
+
+Abstract
+
+
+A new approach for user/group management is proposed.  Regular packages
+in dedicated categories are used to represent and create user and group
+accounts.  Dependencies are used to request users and group from within
+regular packages, and to track their usage.
+
+
+Motivation
+==
+
+User management in Gentoo is currently ad-hoc.  Users and groups are
+created through calling system tools directly in packages needing them.
+There is no systematic way of tracking which packages need specific
+users or groups, and determining which ones are obsolete.  Coordinating
+properties of users and groups used by multiple packages must be done
+manually by developers.
+
+GLEP 27 originally attempted to address the problem.  Posted in 2004,
+it never had reached the reference implementation state, and became
+obsolete.  [#GLEP27]_
+
+A good system user and group management proposal should address:
+
+1. Tracking usage of users and groups, and determining which ones
+   are obsolete.
+
+2. Sharing users and groups reliably between different packages.
+
+3. Maintaining fixed UIDs/GIDs that are consistent between different
+   systems.
+
+4. Providing local overrides for user/group properties.
+
+5. Ensuring that users and groups are not created unnecessarily
+   at build time.
+
+6. Providing support for centralized account management (e.g. LDAP).
+
+At the same time, the proposal should avoid unnecessary complexity
+to avoid sharing the fate of GLEP 27.  This proposal aims to address
+those points without requiring a new EAPI or any changes in the package
+manager.
+
+
+Specification
+=
+
+Policy
+--
+
+Following the acceptance of this GLEP, all new users and groups must
+be created via user/group packages as defined in this GLEP.  The old
+method may still be used for existing users/groups, in existing
+packages.
+
+All new users and groups must have unique UIDs/GIDs assigned
+by developers.  The developer adding them is responsible for checking
+for collisions.
+
+Before adding a new user and/or group, the developer must send a RFC
+to the ``gentoo-dev`` mailing list.
+
+
+Logical structure
+-
+
+In this proposal, system users and groups are represented by regular
+packages.  Those packages logically represent the ownership of
+the respective users and group, and technically implement their
+creation.
+
+User packages are placed in ``acct-user`` category.  Each user package
+defines the properties of the particular user, and must be named after
+the user it creates.  It must depend at build and run time on the groups
+the user belongs to.
+
+Group packages are placed in ``acct-group`` category.  Each group
+package defines the properties of the particular group, and must be
+named after the group it creates.
+
+All user and group packages must define preferred fixed UIDs/GIDs,
+and they must be unique within the repository.  The packages should
+indicate whether the value needs to be strictly enforced, or whether
+another UID/GID is acceptable when the user exists already or requested
+UID/GID is taken.
+
+Packages needing a specific user or group use dependencies to pull
+the required user/group packages.  If the user is needed at build time,
+a build time dependency (``DEPEND``) must be used.  If the user is
+needed at install and/or run time, a run time dependency (``RDEPEND``)
+must be used.
+
+
+Maintaining users/groups
+
+
+The primary technical function of user and group packages is to create
+the users and groups.  This is done via invoking the respective system
+tools at ``pkg_preinst`` phase.  This is done only if the user/group
+does not exist on the system already.
+
+If the user or group exists already, the package performs necessary
+modifications in order to meet requested properties.  This includes
+updating user's home directory path (but not moving the directory
+itself), shell and/or group membership.  However, UID/GID is not
+modified.
+
+The

[gentoo-commits] data/glep:master commit in: /

2019-06-18 Thread Ulrich Müller
commit: 2737115b9469e9fa32b626bdecc1e45e80523d24
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jun 18 12:33:34 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jun 18 12:33:34 2019 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=2737115b

glep-{0080,0081}: Delete empty headers.

Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0080.rst | 2 --
 glep-0081.rst | 1 -
 2 files changed, 3 deletions(-)

diff --git a/glep-0080.rst b/glep-0080.rst
index f2fb794..6f6b9f7 100644
--- a/glep-0080.rst
+++ b/glep-0080.rst
@@ -9,8 +9,6 @@ Created: 2019-03-04
 Last-Modified: 2019-04-14
 Post-History: 2019-03-04
 Content-Type: text/x-rst
-Requires:
-Replaces:
 ---
 
 Abstract

diff --git a/glep-0081.rst b/glep-0081.rst
index 68a67fa..985187e 100644
--- a/glep-0081.rst
+++ b/glep-0081.rst
@@ -10,7 +10,6 @@ Created: 2019-05-29
 Last-Modified: 2019-06-18
 Post-History: 2019-05-29
 Content-Type: text/x-rst
-Requires:
 Replaces: 27
 ---
 



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

2019-06-18 Thread Sven Wegener
commit: 92ae5a564b4306f66dacbdecbf907b646f2d2a5d
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jun 18 12:48:53 2019 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jun 18 12:49:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ae5a56

net-dns/pdns: Version bump

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

 net-dns/pdns/Manifest  |   1 +
 net-dns/pdns/pdns-4.1.9.ebuild | 157 +
 2 files changed, 158 insertions(+)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 486bb83ec7f..1a22755eb4f 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,2 +1,3 @@
 DIST pdns-4.1.8.tar.bz2 1116996 BLAKE2B 
df32e1e239f65a37570b1f3f6b7fd2384ea9ea4d60ecf6dc520441e7f004c9e17c1cb35358e1cd9b5080c85b6366354ae4b3e5eaeda20af18c6e411bb119bbc1
 SHA512 
1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935
+DIST pdns-4.1.9.tar.bz2 1117241 BLAKE2B 
899cf7e3be2ddbc1d78b321f807306f5ffd17dfe272442738bfd88869bb052d6b44aed34b0f4345e194f8916659a43a3634e258e9b47ad954ab3b49e12cad2d0
 SHA512 
d415f5f7cb13c6fcb31ee13184201e986850e533c580b657183592552d04631bc3334696cbf8fbb549869a559aebd4a6cbd742a7e7dfbaf6997232116e356f56
 DIST pdns-4.2.0-rc2.tar.bz2 1245187 BLAKE2B 
30ee03752dafa02f5618ba26def1cb8d49b0f7f004b54fcb8d7640b0d60897ac9a9b13e918ab3aaee1d679af772aacd0591e9c9cd3bf6b1af79305e06cac1cdb
 SHA512 
695589980fc35e73fc0e72f57034e2cfefd7b046100dc6f8740ac94dd50ee068453c72aa2ee5626e6cccfca1eeb5e3f036b844039db52d5c45f070d291002122

diff --git a/net-dns/pdns/pdns-4.1.9.ebuild b/net-dns/pdns/pdns-4.1.9.ebuild
new file mode 100644
index 000..9c4996e63d3
--- /dev/null
+++ b/net-dns/pdns/pdns-4.1.9.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit multilib user
+
+DESCRIPTION="The PowerDNS Daemon"
+HOMEPAGE="https://www.powerdns.com/";
+SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# other possible flags:
+# db2: we lack the dep
+# oracle: dito (need Oracle Client Libraries)
+# xdb: (almost) dead, surely not supported
+
+IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
+
+REQUIRED_USE="mydns? ( mysql )"
+
+RDEPEND="
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
+   >=dev-libs/boost-1.35:=
+   botan? ( dev-libs/botan:2= )
+   lua? (
+   !luajit? ( dev-lang/lua:= )
+   luajit? ( dev-lang/luajit:= )
+   )
+   mysql? ( dev-db/mysql-connector-c )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
+   sqlite? ( dev-db/sqlite:3 )
+   opendbx? ( dev-db/opendbx )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip )
+   sodium? ( dev-libs/libsodium:= )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   protobuf? ( dev-libs/protobuf )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+S="${WORKDIR}"/${P/_/-}
+
+src_configure() {
+   local dynmodules="pipe bind" # the default backends, always enabled
+
+   #use db2 && dynmodules+=" db2"
+   use ldap && dynmodules+=" ldap"
+   use lua && dynmodules+=" lua"
+   use mydns && dynmodules+=" mydns"
+   use mysql && dynmodules+=" gmysql"
+   use opendbx && dynmodules+=" opendbx"
+   #use oracle && dynmodules+=" goracle oracle"
+   use postgres && dynmodules+=" gpgsql"
+   use remote && dynmodules+=" remote"
+   use sqlite && dynmodules+=" gsqlite3"
+   use tinydns && dynmodules+=" tinydns"
+   use geoip && dynmodules+=" geoip"
+   #use xdb && dynmodules+=" xdb"
+
+   econf \
+   --disable-static \
+   --sysconfdir=/etc/powerdns \
+   --libdir=/usr/$(get_libdir)/powerdns \
+   --with-modules= \
+   --with-dynmodules="${dynmodules}" \
+   --with-mysql-lib=/usr/$(get_libdir) \
+   $(use_enable botan) \
+   $(use_enable debug verbose-logging) \
+   $(use_enable test unit-tests) \
+   $(use_enable tools) \
+   $(use_enable systemd) \
+   $(use_enable sodium libsodium) \
+   $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \
+   '--without-lua --without-luajit') \
+   $(use_with protobuf) \
+   ${myconf}
+}
+
+src_compile() {
+   default
+   use doc && emake -C codedocs codedocs
+}
+
+src_install() {
+   default
+
+   mv "${D}"/etc/powerdns/pdns.conf{-dist,}
+
+   fperms 0700 /etc/powerdns
+   fperms 0600 /etc/powerdns/pdns.

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

2019-06-18 Thread Alfredo Tupone
commit: 3b86aef21233adb5c3317e153b4733839691bd32
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Jun 18 12:52:12 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Jun 18 12:52:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b86aef2

dev-ada/gnatsymbolize: bump to 2019

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

 dev-ada/gnatsymbolize/Manifest  |  1 +
 dev-ada/gnatsymbolize/gnatsymbolize-2019.ebuild | 38 +
 dev-ada/gnatsymbolize/metadata.xml  |  9 --
 3 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/dev-ada/gnatsymbolize/Manifest b/dev-ada/gnatsymbolize/Manifest
index ac35e2e328b..7616e55dab9 100644
--- a/dev-ada/gnatsymbolize/Manifest
+++ b/dev-ada/gnatsymbolize/Manifest
@@ -1 +1,2 @@
+DIST gnatsymbolize-2019-20190429-19761-src.tar.gz 14297 BLAKE2B 
8ea689266abc485632c04a696c0d30632fdfcc123153ae006158700514ebedd6d067124e59e519a0ebe35569eb0e2fad8dd48a33d49551ba608e14d3ec73d636
 SHA512 
68e8c9bb2880738160722a2c413c6146c86efd0822236019ca5824eed4a2b392252676d0f96c035830b80068b82344b44953006fc96ea208f6bde6618190336c
 DIST gnatsymbolize-gpl-2018-src.tar.gz 14286 BLAKE2B 
ac655b951b584224e64778fd800c082defee9abce4b3e7e1ac766a38c3b1ed8624c349f249714376e5984e37a9e9df256b6627b6ed2898f2f71fcaa8067cf36b
 SHA512 
4fc21b45c32c08f9911cb7cdc0170e36f1c10d703244bbbfbd525386297b6e6779651751281402e8c4caee668df052e7c1ccc234e5cd88151ee471b8e3f06d0f

diff --git a/dev-ada/gnatsymbolize/gnatsymbolize-2019.ebuild 
b/dev-ada/gnatsymbolize/gnatsymbolize-2019.ebuild
new file mode 100644
index 000..b295bd6063e
--- /dev/null
+++ b/dev-ada/gnatsymbolize/gnatsymbolize-2019.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multiprocessing autotools
+
+MYP=${P}-20190429-19761-src
+
+DESCRIPTION="Translates addresses into filename, line number, and function 
names"
+HOMEPAGE="http://libre.adacore.com/";
+SRC_URI="http://mirrors.cdn.adacore.com/art/5cc7d5e431e87a23952f18c4 ->
+   ${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnat_2018 +gnat_2019"
+
+RDEPEND=""
+DEPEND="gnat_2018? ( dev-lang/gnat-gpl:7.3.1 )
+   gnat_2019? ( dev-lang/gnat-gpl:8.3.1 )"
+REQUIRED_USE=" ^^ ( gnat_2018 gnat_2019 )"
+
+S="${WORKDIR}"/${MYP}
+
+src_compile() {
+   if use gnat_2018; then
+   GCC_PV=7.3.1
+   else
+   GCC_PV=8.3.1
+   fi
+   gnatmake-${GCC_PV} -v gnatsymbolize -cargs ${ADAFLAGS} || die
+}
+
+src_install() {
+   dobin gnatsymbolize
+}

diff --git a/dev-ada/gnatsymbolize/metadata.xml 
b/dev-ada/gnatsymbolize/metadata.xml
index 51c5ca471d8..527404c23c2 100644
--- a/dev-ada/gnatsymbolize/metadata.xml
+++ b/dev-ada/gnatsymbolize/metadata.xml
@@ -1,10 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   tup...@gentoo.org
-   Tupone Alfredo
+   
+   a...@gentoo.org

+   
+   Compile with 
dev-lang/gnat-gpl-2018
+   Compile with 
dev-lang/gnat-gpl-2019
+   

gnatsymbolize is a program which translates addresses into their
corresponding filename, line number, and function names.



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

2019-06-18 Thread Thomas Deutschmann
commit: 2d4a278d0b2a7f4f62eb7c5c071ba9972804507e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 12:54:22 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 12:55:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4a278d

media-gfx/imagemagick: move stable keywords

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

 media-gfx/imagemagick/imagemagick-6.9.10.49.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-7.0.8.49.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.10.49.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.10.49.ebuild
index b09291336cc..b6bca9ea8b2 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.10.49.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.10.49.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"

diff --git a/media-gfx/imagemagick/imagemagick-7.0.8.49.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.8.49.ebuild
index 69c412db11b..59c2b130c53 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.8.49.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.8.49.ebuild
@@ -13,7 +13,7 @@ else
MY_PV="$(ver_rs 3 '-')"
MY_P="ImageMagick-${MY_PV}"
SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A collection of tools and libraries for many image formats"



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

2019-06-18 Thread Thomas Deutschmann
commit: b1ef9a965570d4aeba6e87845b1ce5c375e57200
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 12:51:36 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 12:55:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ef9a96

net-libs/liboping: move stable keywords

Bug: https://bugs.gentoo.org/675344
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/liboping/liboping-1.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/liboping/liboping-1.10.0-r2.ebuild 
b/net-libs/liboping/liboping-1.10.0-r2.ebuild
index e9ae55f7b8d..6cb053832fe 100644
--- a/net-libs/liboping/liboping-1.10.0-r2.ebuild
+++ b/net-libs/liboping/liboping-1.10.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://noping.cc/files/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/0.3"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
+KEYWORDS="alpha amd64 arm x86"
 IUSE="+filecaps ncurses perl"
 
 DEPEND="ncurses? ( sys-libs/ncurses:0= )"



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

2019-06-18 Thread Thomas Deutschmann
commit: e4edcf1aaa48771665575b64c2cb27904a4ec7a8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 12:51:59 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 12:55:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4edcf1a

net-libs/liboping: drop old

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

 net-libs/liboping/liboping-1.10.0-r1.ebuild | 74 -
 1 file changed, 74 deletions(-)

diff --git a/net-libs/liboping/liboping-1.10.0-r1.ebuild 
b/net-libs/liboping/liboping-1.10.0-r1.ebuild
deleted file mode 100644
index 50dc00c8fb4..000
--- a/net-libs/liboping/liboping-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools fcaps perl-module
-
-DESCRIPTION="Protocol independent ANSI-C ping library and command line utility"
-HOMEPAGE="https://noping.cc/";
-SRC_URI="https://noping.cc/files/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/0.3"
-KEYWORDS="alpha amd64 arm x86"
-IUSE="+filecaps ncurses perl"
-
-DEPEND="ncurses? ( sys-libs/ncurses:0= )"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.6.2-nouidmagic.patch"
-   "${FILESDIR}"/${P}-gcc8-fix.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with perl perl-bindings INSTALLDIRS=vendor) \
-   $(use_with ncurses)
-}
-
-src_test() {
-   if use perl; then
-   pushd bindings/perl >/dev/null || die
-   perl-module_src_test
-   popd >/dev/null || die
-   fi
-}
-
-src_install() {
-   default
-
-   find "${ED}"usr/lib* -name '*.la' -o -name '*.a' -delete || die
-}
-
-pkg_postinst() {
-   if use filecaps; then
-   local _caps_str="CAP_NET_RAW"
-   _files=( "${EROOT%/}/usr/bin/oping")
-
-   if use ncurses; then
-   _files+=( "${EROOT%/}/usr/bin/noping")
-   fi
-
-   fcaps "${_caps_str}" "${_files[@]}"
-
-   elog "Capabilities for"
-   elog ""
-
-   local _file=
-   for _file in "${_files[@]}"; do
-   elog "  ${_file}"
-   done
-
-   elog ""
-   elog "set to ${_caps_str}+EP due to set 'filecaps' USE flag."
-   elog
-   fi
-}



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

2019-06-18 Thread Thomas Deutschmann
commit: 013d364b6032e821b3603a16f4c1b4a8a709fef7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 12:54:56 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 12:55:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013d364b

media-gfx/imagemagick: drop old

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

 media-gfx/imagemagick/Manifest |   2 -
 media-gfx/imagemagick/imagemagick-6.9.10.46.ebuild | 248 
 media-gfx/imagemagick/imagemagick-7.0.8.46.ebuild  | 256 -
 3 files changed, 506 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 16636526886..863c3d0ec05 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,4 +1,2 @@
-DIST ImageMagick-6.9.10-46.tar.xz 8942956 BLAKE2B 
b62673ce3a8b889bfa7dfb5243c2e594df53915f2253f102b14c3cd9b2d57b2324ecf285be97e6b84e5b7a8b951ff4b76eddbd0c75dede409057ba386bcf9abc
 SHA512 
cd2843a98c2bf121aea4cf2e5c101e879256a8f9e187e3e1042852c41097b1c89312f8b829b13604fbc4f0917e096e25ba09c6b76b462bf4eed8fa77ccd0e478
 DIST ImageMagick-6.9.10-49.tar.xz 8940128 BLAKE2B 
e8653b10e251354b8a48f1e1b613d6dba8d077e38f71ac04b68062ce86da3e078a6dbcfd47fbda9a90301d3d231606f75eb1f714516788c65055304aaf90d1e9
 SHA512 
c25f4814e02d9d11fae863683a676b995f59967ed556bca766ec107dfee3ee573999acd291fbac13d5cc828f782a223e7389939d786678b23859f39db2eaba9a
-DIST ImageMagick-7.0.8-46.tar.xz 9452404 BLAKE2B 
d235547f04205939370360c99e32ac63641a3fc2e0c9d6266befa02bbd102ed2b66e79e63afafe2a45ed5670882d61e73b93baa8b543d9ba78ffa53bcb114324
 SHA512 
32177f8a899c6a6b64740c3afbcea584da2573823324ca0bdd5a6d70692ca7a689944eac0b3a07bcc827c5c426fdb9e4b8714448fff7e50e26c7bd4587f2f43b
 DIST ImageMagick-7.0.8-49.tar.xz 9452340 BLAKE2B 
1e1b662e16287cc505ce40b1031836406159e9574efaaead3e8789300798469075d35bff01fb6a994efc42764ef3e509a9c0fec0c5cd7e3abeb09a201f689ca8
 SHA512 
8dd4a45f4d95d949bcd797f44d1602a3767386ee7d73888fb8a1ee6d4d8be7c4881a88262e7261a253da6f4b3c8ac9442d5eacb44e267e2d25e11bda10b12526

diff --git a/media-gfx/imagemagick/imagemagick-6.9.10.46.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.10.46.ebuild
deleted file mode 100644
index b6bca9ea8b2..000
--- a/media-gfx/imagemagick/imagemagick-6.9.10.46.ebuild
+++ /dev/null
@@ -1,248 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eapi7-ver eutils flag-o-matic libtool perl-functions toolchain-funcs 
multilib
-
-MY_PV="$(ver_rs 3 '-')"
-MY_P="ImageMagick-${MY_PV}"
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="https://www.imagemagick.org/";
-SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
-
-LICENSE="imagemagick"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
-
-RESTRICT="perl? ( userpriv )"
-
-RDEPEND="
-   dev-libs/libltdl:0
-   bzip2? ( app-arch/bzip2 )
-   corefonts? ( media-fonts/corefonts )
-   djvu? ( app-text/djvu )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
-   graphviz? ( media-gfx/graphviz )
-   heif? ( media-libs/libheif:= )
-   jbig? ( >=media-libs/jbigkit-2:= )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
-   lcms? ( media-libs/lcms:2= )
-   lqr? ( media-libs/liblqr )
-   opencl? ( virtual/opencl )
-   openexr? ( media-libs/openexr:0= )
-   pango? ( x11-libs/pango )
-   perl? ( >=dev-lang/perl-5.8.8:0= )
-   png? ( media-libs/libpng:0= )
-   postscript? ( app-text/ghostscript-gpl )
-   raw? ( media-libs/libraw:= )
-   svg? ( gnome-base/librsvg )
-   tiff? ( media-libs/tiff:0= )
-   truetype? (
-   media-fonts/urw-fonts
-   >=media-libs/freetype-2
-   )
-   webp? ( media-libs/libwebp:0= )
-   wmf? ( media-libs/libwmf )
-   X? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libXext
-   x11-libs/libXt
-   )
-   xml? ( dev-libs/libxml2:= )
-   lzma? ( app-arch/xz-utils )
-   zlib? ( sys-libs/zlib:= )"
-DEPEND="${RDEPEND}
-   !media-gfx/graphicsmagick[imagemagick]
-   virtual/pkgconfig
-   X? ( x11-base/xorg-proto )"
-
-REQUIRED_USE="corefonts? ( truetype )
-   test? ( corefonts )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   # Apply hard

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

2019-06-18 Thread Fabian Groffen
commit: cf465a06e5ccb8bea6b279ed43d0150d21a5271f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun 18 13:01:09 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun 18 13:01:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf465a06

media-libs/libdv: add fixes for Prefix

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

 media-libs/libdv/files/libdv-1.0.0-darwin.patch  |  52 
 media-libs/libdv/files/libdv-1.0.0-solaris.patch | 153 +++
 media-libs/libdv/libdv-1.0.0-r4.ebuild   |  52 
 3 files changed, 257 insertions(+)

diff --git a/media-libs/libdv/files/libdv-1.0.0-darwin.patch 
b/media-libs/libdv/files/libdv-1.0.0-darwin.patch
new file mode 100644
index 000..c6d48d5a694
--- /dev/null
+++ b/media-libs/libdv/files/libdv-1.0.0-darwin.patch
@@ -0,0 +1,52 @@
+* grob...@gentoo.org: Darwin 8 lacks sched_setscheduler
+
+https://sourceforge.net/tracker/index.php?func=detail&aid=2606558&group_id=4393&atid=304393
+
+--- configure.ac
 configure.ac
+@@ -244,7 +244,7 @@
+ 
+ dnl Checks for library functions.
+ AC_FUNC_MMAP
+-AC_CHECK_FUNCS(gettimeofday)
++AC_CHECK_FUNCS(gettimeofday sched_get_priority_max sched_setscheduler)
+ 
+ AC_SUBST(ac_aux_dir)
+ AC_SUBST(RPM_RELEASE)
+--- configure
 configure
+@@ -22621,7 +22621,7 @@
+ rm -f conftest.mmap
+ 
+ 
+-for ac_func in gettimeofday
++for ac_func in gettimeofday sched_get_priority_max sched_setscheduler
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ { echo "$as_me:$LINENO: checking for $ac_func" >&5
+--- config.h.in
 config.h.in
+@@ -24,6 +24,12 @@
+ /* Define to 1 if you have the `gettimeofday' function. */
+ #undef HAVE_GETTIMEOFDAY
+ 
++/* Define to 1 if you have the `sched_get_priority_max' function. */
++#undef HAVE_SCHED_GET_PRIORITY_MAX
++
++/* Define to 1 if you have the `sched_setscheduler' function. */
++#undef HAVE_SCHED_SETSCHEDULER
++
+ /* Define as 1 if you have gtk */
+ #undef HAVE_GTK
+ 
+--- encodedv/dvconnect.c
 encodedv/dvconnect.c
+@@ -860,7 +860,7 @@
+ 
+ int rt_raisepri (int pri)
+ {
+-#ifdef _SC_PRIORITY_SCHEDULING
++#if defined(_SC_PRIORITY_SCHEDULING) && defined(HAVE_SCHED_GET_PRIORITY_MAX) 
&& defined(HAVE_SCHED_SETSCHEDULER)
+   struct sched_param scp;
+ 
+   /*

diff --git a/media-libs/libdv/files/libdv-1.0.0-solaris.patch 
b/media-libs/libdv/files/libdv-1.0.0-solaris.patch
new file mode 100644
index 000..e9cb440022a
--- /dev/null
+++ b/media-libs/libdv/files/libdv-1.0.0-solaris.patch
@@ -0,0 +1,153 @@
+* grob...@gentoo.org: patches for Solaris, include sys/filio.h for
+  _IOWR, need -lrt for sched_* funcs
+
+https://sourceforge.net/tracker/index.php?func=detail&aid=2603455&group_id=4393&atid=304393
+
+--- configure.ac
 configure.ac
+@@ -208,6 +208,8 @@
+ 
+ 
+ AC_CHECK_LIB(m, sqrt)
++# Solaris has sched_* in -lrt
++AC_CHECK_LIB(rt, sched_get_priority_max)
+ 
+ dnl Don't bother with popt on non-gcc build, because we make heavy use of 
+ dnl gcc struct initialization extension in our popt code.  (Could be fixed)
+@@ -231,7 +231,7 @@
+ AC_PATH_X
+ AC_HEADER_STDC
+ AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h linux/videodev.h sys/soundcard.h 
\
+-endian.h machine/endian.h inttypes.h)
++endian.h machine/endian.h inttypes.h sys/filio.h)
+ 
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST
+--- configure
 configure
+@@ -20895,6 +20895,92 @@
+ 
+ fi
+ 
++{ echo "$as_me:$LINENO: checking for sched_get_priority_max in -lrt" >&5
++echo $ECHO_N "checking for sched_get_priority_max in -lrt... $ECHO_C" >&6; }
++if test "${ac_cv_lib_rt_sched_get_priority_max+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++  ac_check_lib_save_LIBS=$LIBS
++LIBS="-lrt  $LIBS"
++cat >conftest.$ac_ext <<_ACEOF
++/* confdefs.h.  */
++_ACEOF
++cat confdefs.h >>conftest.$ac_ext
++cat >>conftest.$ac_ext <<_ACEOF
++/* end confdefs.h.  */
++
++/* Override any GCC internal prototype to avoid an error.
++   Use char because int might match the return type of a GCC
++   builtin and then its argument prototype would still apply.  */
++#ifdef __cplusplus
++extern "C"
++#endif
++char sched_get_priority_max ();
++int
++main ()
++{
++return sched_get_priority_max ();
++  ;
++  return 0;
++}
++_ACEOF
++rm -f conftest.$ac_objext conftest$ac_exeext
++if { (ac_try="$ac_link"
++case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++  *) ac_try_echo=$ac_try;;
++esac
++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
++  (eval "$ac_link") 2>conftest.er1
++  ac_status=$?
++  grep -v '^ *+' conftest.er1 >conftest.err
++  rm -f conftest.er1
++  cat conftest.err >&5
++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
++  (exit $ac_status); } &&
++   { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
++  { (case "(($ac_try" in
++  *\"* | *\`* | *\\*) ac_try_e

[gentoo-commits] repo/proj/prefix:master commit in: media-libs/libdv/, media-libs/libdv/files/

2019-06-18 Thread Fabian Groffen
commit: b3e23092a72b3390bfe4823cec9b383a242b8c29
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun 18 13:01:56 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun 18 13:01:56 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b3e23092

media-libs/libdv: migrated to gx86

Signed-off-by: Fabian Groffen  gentoo.org>

 media-libs/libdv/Manifest|   2 -
 media-libs/libdv/files/libdv-0.99-2.6.patch  |  17 ---
 media-libs/libdv/files/libdv-1.0.0-darwin.patch  |  52 
 media-libs/libdv/files/libdv-1.0.0-solaris.patch | 153 ---
 media-libs/libdv/libdv-1.0.0-r3.ebuild   |  52 
 media-libs/libdv/metadata.xml|  10 --
 6 files changed, 286 deletions(-)

diff --git a/media-libs/libdv/Manifest b/media-libs/libdv/Manifest
deleted file mode 100644
index 29ddb2bf12..00
--- a/media-libs/libdv/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libdv-1.0.0-pic.patch.bz2 9771 BLAKE2B 
b8a597b5fb5facab05845dae1d08a84a17067804ef873b97b7f975a96c622a5cf3b2bbb17d3f5a364dd1aba1afbf3dbf2b18695f9ae8ccf3fcc478b3d7a17a4f
 SHA512 
18fbc341f9a9349f2325c4cbdf2fcf60bf0b35e2efeaacb9a3e541ace4ab2ffcf64d18409b2d76fd40c6096a69ffd151c2bdc8c33411d1640f150202eef12021
-DIST libdv-1.0.0.tar.gz 574565 BLAKE2B 
42d17b07501fa508630afd1cdbaee9378f657a4ee4b77666f1a147ddfcf5a9d67d90e0a6da53bfe4f2b5418984579322565c9e8c76516e8193e75bd4751a731c
 SHA512 
19887a6f452fa7da8924901ad841f5c4a434a3bde56c932ddb43717592aa744281e3a8ad220231e11d7e6bc3b0e704952a8324e5f85d4e088675edceeeca7dc8

diff --git a/media-libs/libdv/files/libdv-0.99-2.6.patch 
b/media-libs/libdv/files/libdv-0.99-2.6.patch
deleted file mode 100644
index c2663be353..00
--- a/media-libs/libdv/files/libdv-0.99-2.6.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 libdv-0.99/libdv/enc_input.c   2002-12-31 23:04:02.0 +
-+++ libdv-0.99/libdv/enc_input.c.plasmaroo 2003-12-30 16:42:19.0 
+
-@@ -48,13 +48,13 @@
- 
- #if HAVE_DEV_VIDEO
- #include 
--#include 
- #include 
- #include 
- #include 
- #include 
- #include 
- #include 
-+#include 
- #endif
- 
- // #define ARCH_X86 0

diff --git a/media-libs/libdv/files/libdv-1.0.0-darwin.patch 
b/media-libs/libdv/files/libdv-1.0.0-darwin.patch
deleted file mode 100644
index c6d48d5a69..00
--- a/media-libs/libdv/files/libdv-1.0.0-darwin.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-* grob...@gentoo.org: Darwin 8 lacks sched_setscheduler
-
-https://sourceforge.net/tracker/index.php?func=detail&aid=2606558&group_id=4393&atid=304393
-
 configure.ac
-+++ configure.ac
-@@ -244,7 +244,7 @@
- 
- dnl Checks for library functions.
- AC_FUNC_MMAP
--AC_CHECK_FUNCS(gettimeofday)
-+AC_CHECK_FUNCS(gettimeofday sched_get_priority_max sched_setscheduler)
- 
- AC_SUBST(ac_aux_dir)
- AC_SUBST(RPM_RELEASE)
 configure
-+++ configure
-@@ -22621,7 +22621,7 @@
- rm -f conftest.mmap
- 
- 
--for ac_func in gettimeofday
-+for ac_func in gettimeofday sched_get_priority_max sched_setscheduler
- do
- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
- { echo "$as_me:$LINENO: checking for $ac_func" >&5
 config.h.in
-+++ config.h.in
-@@ -24,6 +24,12 @@
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- 
-+/* Define to 1 if you have the `sched_get_priority_max' function. */
-+#undef HAVE_SCHED_GET_PRIORITY_MAX
-+
-+/* Define to 1 if you have the `sched_setscheduler' function. */
-+#undef HAVE_SCHED_SETSCHEDULER
-+
- /* Define as 1 if you have gtk */
- #undef HAVE_GTK
- 
 encodedv/dvconnect.c
-+++ encodedv/dvconnect.c
-@@ -860,7 +860,7 @@
- 
- int rt_raisepri (int pri)
- {
--#ifdef _SC_PRIORITY_SCHEDULING
-+#if defined(_SC_PRIORITY_SCHEDULING) && defined(HAVE_SCHED_GET_PRIORITY_MAX) 
&& defined(HAVE_SCHED_SETSCHEDULER)
-   struct sched_param scp;
- 
-   /*

diff --git a/media-libs/libdv/files/libdv-1.0.0-solaris.patch 
b/media-libs/libdv/files/libdv-1.0.0-solaris.patch
deleted file mode 100644
index e9cb440022..00
--- a/media-libs/libdv/files/libdv-1.0.0-solaris.patch
+++ /dev/null
@@ -1,153 +0,0 @@
-* grob...@gentoo.org: patches for Solaris, include sys/filio.h for
-  _IOWR, need -lrt for sched_* funcs
-
-https://sourceforge.net/tracker/index.php?func=detail&aid=2603455&group_id=4393&atid=304393
-
 configure.ac
-+++ configure.ac
-@@ -208,6 +208,8 @@
- 
- 
- AC_CHECK_LIB(m, sqrt)
-+# Solaris has sched_* in -lrt
-+AC_CHECK_LIB(rt, sched_get_priority_max)
- 
- dnl Don't bother with popt on non-gcc build, because we make heavy use of 
- dnl gcc struct initialization extension in our popt code.  (Could be fixed)
-@@ -231,7 +231,7 @@
- AC_PATH_X
- AC_HEADER_STDC
- AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h linux/videodev.h sys/soundcard.h 
\
--endian.h machine/endian.h inttypes.h)
-+endian.h machine/endian.h inttypes.h sys/filio.h)
- 
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
 c

[gentoo-commits] data/glep:master commit in: /

2019-06-18 Thread Michał Górny
commit: 1529306cb2230836d8fd7d4fcd0ec4367a7e58ce
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 13:03:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 13:04:12 2019 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=1529306c

glep-0081: Fix missing opening parenthesis

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

 glep-0081.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glep-0081.rst b/glep-0081.rst
index 985187e..6357d37 100644
--- a/glep-0081.rst
+++ b/glep-0081.rst
@@ -204,7 +204,7 @@ expensive in terms of I/O, and fragile.
 This GLEP follows the best practice of leaving obsolete user/groups
 accounts while ensuring that they are locked out properly.  This
 guarantees that no files with stale ownership are left 
-e.g. on unmounted filesystems) and that the same UID/GID is not reused
+(e.g. on unmounted filesystems) and that the same UID/GID is not reused
 for another user/group.
 
 



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

2019-06-18 Thread Mike Gilbert
commit: 90c35915c64a4b8acdbbcfc352619f628a5e6eaa
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Tue Jun 18 07:17:55 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 13:49:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c35915

www-client/chromium: beta channel bump

Closes: https://github.com/gentoo/gentoo/pull/12279
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   |   1 +
 www-client/chromium/chromium-76.0.3809.25.ebuild   | 717 +
 .../chromium-76-gcc-ambiguous-nodestructor.patch   |  39 ++
 .../files/chromium-76-gcc-blink-constexpr.patch|  32 +
 .../files/chromium-76-gcc-blink-namespace1.patch   |  91 +++
 .../files/chromium-76-gcc-blink-namespace2.patch   |  97 +++
 .../chromium/files/chromium-76-gcc-gl-init.patch   |  33 +
 .../chromium/files/chromium-76-gcc-include.patch   |  10 +
 .../chromium/files/chromium-76-gcc-noexcept.patch  | 347 ++
 .../chromium/files/chromium-76-gcc-private.patch   |  63 ++
 .../files/chromium-76-gcc-pure-virtual.patch   |  50 ++
 .../chromium/files/chromium-76-gcc-uint32.patch|  30 +
 .../chromium/files/chromium-76-gcc-vulkan.patch| 115 
 www-client/chromium/files/chromium-76-lss.patch|  39 ++
 www-client/chromium/files/chromium-76-quiche.patch | 239 +++
 .../chromium/files/chromium-compiler-r10.patch | 185 ++
 16 files changed, 2088 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 4d0c3af813a..65c89975c99 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,3 +2,4 @@ DIST chromium-74-2f28731.patch 18581 BLAKE2B 
146f6375071a0e85501a7c666d13ecb7ee1
 DIST chromium-74-e1b1f3a.patch 20750 BLAKE2B 
327752fc232ed568ef494f40d97672ff79d304bbe979f70e98422ac18616004e1289470340657995a6959b34a38df310145e0947ee2d75aca6c55c7d5dd1647f
 SHA512 
b7401e8577577dd1e00fe06cce6a18039a812e4ca08df633b4cb431a15873fbb033525a608a558aa68fed22f1e42c08a04cc01e2b750d750d7a63419eac8d19b
 DIST chromium-74.0.3729.169.tar.xz 749495820 BLAKE2B 
bfe485220239aad146eab0cd7bf158a20bccf03abe74457ea3933094c9fb200ff7a2e9db4a62fa1a736341ce8ee987520e20bd32e13e213435fd6724d15a7d85
 SHA512 
783558bbae43a928b7d9fe18717b63be432409c81aba0a38ccb14f38398d8681122bdd763db6d22b01363108253432ed203a86f8c9ba627247219bf1519f839b
 DIST chromium-75.0.3770.90.tar.xz 708212580 BLAKE2B 
e52149e8eea0734ec2704f176fed1911e6252cb0dab76894dcece7c826a0581e099b58e638324b115aecf61f26884ffdb8d5ea1c820bf0df2f49dbab1986d3f4
 SHA512 
5956ad1cf342f143c0587299bdd5497acfc958975e5b4878731c40e0e5db58280ea8b36ca077cafce7e812510356de57872f37753cb92de5258cb24578d2c327
+DIST chromium-76.0.3809.25.tar.xz 727459092 BLAKE2B 
dc5df0fde161ef7584ccb32d45402d915c13ed713cccde9a9071c596d83e4e8188ce4aa614297f9f2e653949a6ba3bf2ba27a791860b77b85d2d893fb2cba2da
 SHA512 
03f0d7ab5e127a319c393373ad456b4ee7307fce8dd9ab84ea51012b93e200583a3e4ab7a48414d23823af08f09bd1240a990509ba18a3f5a21ee522e1bc45f0

diff --git a/www-client/chromium/chromium-76.0.3809.25.ebuild 
b/www-client/chromium/chromium-76.0.3809.25.ebuild
new file mode 100644
index 000..5873a5a0710
--- /dev/null
+++ b/www-client/chromium/chromium-76.0.3809.25.ebuild
@@ -0,0 +1,717 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/";
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+closure-compile component-build cups gnome-keyring +hangouts 
jumbo-build kerberos neon pic +proprietary-codecs pulseaudio selinux +suid 
+system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+REQUIRED_USE="component-build? ( !suid )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.26:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/atk-2.26
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-64:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.11.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-l

[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/

2019-06-18 Thread Fabian Groffen
commit: cf19939ea48b66d7d2e90c69c75e5673de13efe7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun 18 13:57:49 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun 18 14:01:26 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=cf19939e

dev-lang/python: fix asyncio/selectors on Darwin9

Closes: https://bugs.gentoo.org/656830
Package-Manager: Portage-2.3.67-prefix, Repoman-2.3.14
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-lang/python/python-3.6.8.ebuild | 8 
 dev-lang/python/python-3.7.2.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git a/dev-lang/python/python-3.6.8.ebuild 
b/dev-lang/python/python-3.6.8.ebuild
index b32348ae37..13121eec6d 100644
--- a/dev-lang/python/python-3.6.8.ebuild
+++ b/dev-lang/python/python-3.6.8.ebuild
@@ -133,6 +133,14 @@ src_prepare() {
-e '/^CFLAGS_ALIASING=/s/$/ -fno-tree-ter/' 
Makefile.pre.in || die
fi
 
+   # Darwin 9's kqueue seems to act up (at least at this stage), so
+   # make Python's selectors resort to poll() or select()
+   if [[ ${CHOST} == powerpc*-darwin* ]] ; then
+   sed -i \
+   -e 's/KQUEUE/KQUEUE_DISABLED/' \
+   configure.ac configure || die
+   fi
+
eautoreconf
 }
 

diff --git a/dev-lang/python/python-3.7.2.ebuild 
b/dev-lang/python/python-3.7.2.ebuild
index 3aa4678aec..0fed712767 100644
--- a/dev-lang/python/python-3.7.2.ebuild
+++ b/dev-lang/python/python-3.7.2.ebuild
@@ -122,6 +122,14 @@ src_prepare() {
-e '/^CFLAGS_ALIASING=/s/$/ -fno-tree-ter/' 
Makefile.pre.in || die
fi
 
+   # Darwin 9's kqueue seems to act up (at least at this stage), so
+   # make Python's selectors resort to poll() or select()
+   if [[ ${CHOST} == powerpc*-darwin* ]] ; then
+   sed -i \
+   -e 's/KQUEUE/KQUEUE_DISABLED/' \
+   configure.ac configure || die
+   fi
+
eautoreconf
 }
 



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

2019-06-18 Thread Fabian Groffen
commit: b64077d9e52a7cdd8fa2c28d6eb54d3e7db54183
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun 18 13:59:07 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun 18 14:01:32 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b64077d9

sys-apps/portage: drop asyncio kludge for Darwin9, python was fixed

Bug: https://bugs.gentoo.org/656830
Package-Manager: Portage-2.3.67-prefix, Repoman-2.3.14
Signed-off-by: Fabian Groffen  gentoo.org>

 sys-apps/portage/portage-2.3.67.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/sys-apps/portage/portage-2.3.67.ebuild 
b/sys-apps/portage/portage-2.3.67.ebuild
index 1dbd5b1874..2adb83959c 100644
--- a/sys-apps/portage/portage-2.3.67.ebuild
+++ b/sys-apps/portage/portage-2.3.67.ebuild
@@ -166,13 +166,6 @@ python_prepare_all() {
einfo "Making absent gemato non-fatal"
sed -i -e '/exitcode = 127/d' \
lib/portage/sync/modules/rsync/rsync.py || die
-
-   if [[ ${CHOST} == powerpc*-darwin* ]] ; then
-   # asyncio triggers some python bug, not worth fixing on
-   # ppc-macos, bug #656830
-   sed -i -e '/^_asyncio_enabled/s/=.*$/= False/' \
-   
lib/portage/util/_eventloop/global_event_loop.py || die
-   fi
# END PREFIX LOCAL
fi
 



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

2019-06-18 Thread Matthew Thode
commit: f99206dad71ed1d95cb64053e1a63a495f5e4c45
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun 18 15:03:18 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun 18 15:03:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99206da

sys-cluster/nova: 18.2.1 bump

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

 sys-cluster/nova/Manifest   |   2 +
 sys-cluster/nova/nova-18.2.1.ebuild | 253 
 2 files changed, 255 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 7f8bd14fdf3..28050c7d9b3 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,7 +1,9 @@
 DIST nova-18.2.0.tar.gz 11417157 BLAKE2B 
ec3480eeb7e9b6d41f20a473b639e5b71eea0c533d10748f62d5037a09af9ca1c056c2e0e36a7c6e34e207adb80f4ce3fd9478e1bb282cb83ff4dc9fda11fdcb
 SHA512 
3620e4aeb43cfefe8349e78355abd9d5c3537b52c0c6dee1ca14ebbed3eb20015c63f492c55cf1415a586ca96a97667cd90f562891c2a2be2d1805efa805aa17
+DIST nova-18.2.1.tar.gz 11424634 BLAKE2B 
8c68f8e5207df828f4c935b21f0cea69e049165659c0730f1bf263523b30f9d1c0a9cc21fac5bd07334827de2cc91d984c551b74552136b20f76322aee94
 SHA512 
92e2ddf4441fa50aaec8300b2478cb67419e6c94bd6797fdc1856a5b9418e7e343bd62fbc4af842637a2bbd249aefd040d3003e83e45a69141ea875cca70d360
 DIST nova-19.0.0.tar.gz 11592449 BLAKE2B 
8a4b1004e926790660ba8f3804a87cc8fe06047313618b78c3acbd09b75bdd80233c6ebb28e8eeb763d9646ad1a31ebab0d73e215ee2bb3513d780a8e14b21de
 SHA512 
c9ea1f8433cd950dc40422fc6d22837572c251fb4888020342ba800cfaf2a5dd4569947ddf0ed619f3dfbdf1ec2ebcefb43df63d55e2978dab363a1c14e5b319
 DIST nova-19.0.1.tar.gz 11613042 BLAKE2B 
f787647bc892ddb8ef91bd1f313c5d523d83b5afcff227b515ab2f49a59bd2292d7c05725d999da416dff9b68be76b2e9598a13d84d3dbb028940eaad65b2344
 SHA512 
d1d1c7ae73643cc8375179d05f8ec162ecedca30411d81d8c2d5564fca115beb174684ca1162c1efab38325adad14c6fd48c6a67cc9ca59b2fd6b30c4cfb16c2
 DIST nova.conf.sample-18.2.0 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
+DIST nova.conf.sample-18.2.1 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-19.0.0 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
 DIST nova.conf.sample-19.0.1 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
 DIST nova.conf.sample-2018.2. 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61

diff --git a/sys-cluster/nova/nova-18.2.1.ebuild 
b/sys-cluster/nova/nova-18.2.1.ebuild
new file mode 100644
index 000..3b424bce2c5
--- /dev/null
+++ b/sys-cluster/nova/nova-18.2.1.ebuild
@@ -0,0 +1,253 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils linux-info multilib user
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova";
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/nova.git";
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
+REQUIRED_USE="
+   !compute-only? ( || ( mysql postgres sqlite ) )
+   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
+
+CDEPEND="
+   >=dev-python/setuptools-21.0.0[${PYTH

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

2019-06-18 Thread Mike Gilbert
commit: fd89f1bf06f00752338ffbebdc54116742736822
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:43:09 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd89f1bf

dev-java/protobuf-java: Version bump (3.8.0).

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

 dev-java/protobuf-java/Manifest   | 1 +
 .../{protobuf-java-.ebuild => protobuf-java-3.8.0.ebuild} | 8 +---
 dev-java/protobuf-java/protobuf-java-.ebuild  | 6 --
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-java/protobuf-java/Manifest b/dev-java/protobuf-java/Manifest
index 766a6d89f8d..58f115f98dd 100644
--- a/dev-java/protobuf-java/Manifest
+++ b/dev-java/protobuf-java/Manifest
@@ -1,2 +1,3 @@
 DIST protobuf-3.6.1.3.tar.gz 4490599 BLAKE2B 
5a058f937330bd562e364a8d86e0b1376fdac9fded0fd23d6914cb59c5c15e8bfc1e203ea36b5a4eece8919708c1a9a6616b0ec2028d6ec339704da53ed81963
 SHA512 
9eadb46c7daa19e612516958169bc90943b38b429a4b2cf2171b66b57f50a2f8a9b66cbf58bdd44517af414b78e0f3ab2e1361891dc60ecd098185da2638d37e
 DIST protobuf-3.7.1.tar.gz 4795774 BLAKE2B 
a91155169623ee24ba49e397b151829321c01ff06bb27541e6c02701c37ac96ea9606961291ef0d4616dd6dba045bf7e893ec6288f5809d30cc026b60ae76590
 SHA512 
7d4cfabd4bd55926336a3baafa0bc1f1f15380b1b2af945f70a2bb3ba24c6ac6567f49c492326d6d1c43a488166bff178f9266377758a05d8541d8b242f4f80f
+DIST protobuf-3.8.0.tar.gz 4934577 BLAKE2B 
4b86ab216e8a8b2c99c3620da9417c0562498e9d4dbf4957db186f51c62b0ed73b1322635a076b2d4054e015bdf6c8c50cc7fd0cb78d24a93b29d2a5b48f66fe
 SHA512 
ba27c64e5193cd4a144bf0c9dc0d195fbbe6e580aaca01960362f0f185074588ca40046d3bcea76e1deae7508b722f6c5be484ea957122ae8e98229c7c3a4ad2

diff --git a/dev-java/protobuf-java/protobuf-java-.ebuild 
b/dev-java/protobuf-java/protobuf-java-3.8.0.ebuild
similarity index 85%
copy from dev-java/protobuf-java/protobuf-java-.ebuild
copy to dev-java/protobuf-java/protobuf-java-3.8.0.ebuild
index b066b80a832..4e6cb44f488 100644
--- a/dev-java/protobuf-java/protobuf-java-.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-3.8.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2008-2019 Arfrever Frehtes Taifersar Arahesis and others
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# True Authors: Arfrever Frehtes Taifersar Arahesis and others
+
 EAPI="6"
 JAVA_PKG_IUSE="doc source"
 
@@ -22,8 +24,8 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/18"
-KEYWORDS=""
+SLOT="0/19"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="~dev-libs/protobuf-${PV}

diff --git a/dev-java/protobuf-java/protobuf-java-.ebuild 
b/dev-java/protobuf-java/protobuf-java-.ebuild
index b066b80a832..86873f9cfdb 100644
--- a/dev-java/protobuf-java/protobuf-java-.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2008-2019 Arfrever Frehtes Taifersar Arahesis and others
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# True Authors: Arfrever Frehtes Taifersar Arahesis and others
+
 EAPI="6"
 JAVA_PKG_IUSE="doc source"
 
@@ -22,7 +24,7 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/18"
+SLOT="0/19"
 KEYWORDS=""
 IUSE=""
 



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

2019-06-18 Thread Mike Gilbert
commit: 54d3b535ce7c5ed14a67512eb549d5b88364728f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:37:14 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d3b535

dev-libs/protobuf: Version bump (3.8.0).

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

 dev-libs/protobuf/Manifest |   1 +
 .../protobuf-3.8.0-disable_no-warning-test.patch   |  19 
 .../protobuf-3.8.0-protoc_input_output_files.patch |   4 +-
 .../files/protobuf-3.8.0-system_libraries.patch| 121 +
 ...{protobuf-.ebuild => protobuf-3.8.0.ebuild} |  20 +++-
 dev-libs/protobuf/protobuf-.ebuild |  12 +-
 6 files changed, 164 insertions(+), 13 deletions(-)

diff --git a/dev-libs/protobuf/Manifest b/dev-libs/protobuf/Manifest
index 766a6d89f8d..58f115f98dd 100644
--- a/dev-libs/protobuf/Manifest
+++ b/dev-libs/protobuf/Manifest
@@ -1,2 +1,3 @@
 DIST protobuf-3.6.1.3.tar.gz 4490599 BLAKE2B 
5a058f937330bd562e364a8d86e0b1376fdac9fded0fd23d6914cb59c5c15e8bfc1e203ea36b5a4eece8919708c1a9a6616b0ec2028d6ec339704da53ed81963
 SHA512 
9eadb46c7daa19e612516958169bc90943b38b429a4b2cf2171b66b57f50a2f8a9b66cbf58bdd44517af414b78e0f3ab2e1361891dc60ecd098185da2638d37e
 DIST protobuf-3.7.1.tar.gz 4795774 BLAKE2B 
a91155169623ee24ba49e397b151829321c01ff06bb27541e6c02701c37ac96ea9606961291ef0d4616dd6dba045bf7e893ec6288f5809d30cc026b60ae76590
 SHA512 
7d4cfabd4bd55926336a3baafa0bc1f1f15380b1b2af945f70a2bb3ba24c6ac6567f49c492326d6d1c43a488166bff178f9266377758a05d8541d8b242f4f80f
+DIST protobuf-3.8.0.tar.gz 4934577 BLAKE2B 
4b86ab216e8a8b2c99c3620da9417c0562498e9d4dbf4957db186f51c62b0ed73b1322635a076b2d4054e015bdf6c8c50cc7fd0cb78d24a93b29d2a5b48f66fe
 SHA512 
ba27c64e5193cd4a144bf0c9dc0d195fbbe6e580aaca01960362f0f185074588ca40046d3bcea76e1deae7508b722f6c5be484ea957122ae8e98229c7c3a4ad2

diff --git 
a/dev-libs/protobuf/files/protobuf-3.8.0-disable_no-warning-test.patch 
b/dev-libs/protobuf/files/protobuf-3.8.0-disable_no-warning-test.patch
new file mode 100644
index 000..a09edb9ef36
--- /dev/null
+++ b/dev-libs/protobuf/files/protobuf-3.8.0-disable_no-warning-test.patch
@@ -0,0 +1,19 @@
+Disable no-warning-test which is compiled with -Werror option and whose only 
purpose is checking if compilation results in any warnings.
+
+--- /src/Makefile.am
 /src/Makefile.am
+@@ -715,7 +715,7 @@
+ GOOGLEMOCK_SRC_DIR=$(srcdir)/../third_party/googletest/googlemock
+ check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
+  protobuf-lite-test test_plugin protobuf-lite-arena-test \
+- no-warning-test $(GZCHECKPROGRAMS)
++ $(GZCHECKPROGRAMS)
+ protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
+   $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
+   $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
+@@ -899,4 +899,4 @@
+ 
+ TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
+ google/protobuf/compiler/zip_output_unittest.sh $(GZTESTS) \
+-protobuf-lite-arena-test no-warning-test
++protobuf-lite-arena-test

diff --git 
a/dev-libs/protobuf/files/protobuf-3.8.0-protoc_input_output_files.patch 
b/dev-libs/protobuf/files/protobuf-3.8.0-protoc_input_output_files.patch
index a60bd74f39a..fafd4bdb8f9 100644
--- a/dev-libs/protobuf/files/protobuf-3.8.0-protoc_input_output_files.patch
+++ b/dev-libs/protobuf/files/protobuf-3.8.0-protoc_input_output_files.patch
@@ -222,7 +222,7 @@ https://github.com/protocolbuffers/protobuf/pull/235
// command is automatically split on spaces, and the string "$tmpdir"
// is replaced with TestTempDir().
void Run(const std::string& command);
-@@ -2337,6 +2337,17 @@
+@@ -2335,6 +2335,17 @@
  EXPECT_EQ(StripCR(expected_text), StripCR(captured_stderr_));
}
  
@@ -240,7 +240,7 @@ https://github.com/protocolbuffers/protobuf/pull/235
   private:
void WriteUnittestProtoDescriptorSet() {
  unittest_proto_descriptor_set_filename_ =
-@@ -2431,6 +2442,19 @@
+@@ -2429,6 +2440,19 @@
"net/proto2/internal/no_such_file.proto: No such file or directory\n");
  }
  

diff --git a/dev-libs/protobuf/files/protobuf-3.8.0-system_libraries.patch 
b/dev-libs/protobuf/files/protobuf-3.8.0-system_libraries.patch
new file mode 100644
index 000..020b0cc74aa
--- /dev/null
+++ b/dev-libs/protobuf/files/protobuf-3.8.0-system_libraries.patch
@@ -0,0 +1,121 @@
+--- /Makefile.am
 /Makefile.am
+@@ -11,28 +11,10 @@
+ # Always include third_party directories in distributions.
+ DIST_SUBDIRS = src conformance benchmarks third_party/googletest
+ 
+-# Build gmock before we build protobuf tests.  We don't add gmock to SUBDIRS
+-# because then "make check" would also build and run all of gmock's own tests,
+-# which

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

2019-06-18 Thread Mike Gilbert
commit: 69dbc608e2213a54b525bffaef0d6b04c5335088
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Jun 18 15:26:52 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dbc608

net-misc/cadaver: Fix eautoreconf with >=sys-devel/gettext-0.20.

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

 net-misc/cadaver/cadaver-0.23.3.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild 
b/net-misc/cadaver/cadaver-0.23.3.ebuild
index edb1d0379d7..cbb8805aaa1 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2003-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -26,8 +26,9 @@ src_prepare() {
 
rm -r lib/{expat,intl,neon} || die "rm failed"
sed \
-   -e "/NE_REQUIRE_VERSIONS/s/29/& 30/" \
-   -e "s:lib/neon/Makefile lib/intl/Makefile ::" \
+   -e "/NE_REQUIRE_VERSIONS/s:29:& 30:" \
+   -e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
+   -e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
sed -e "s/^\(SUBDIRS.*=\).*/\1/" -i Makefile.in || die "sed Makefile.in 
failed"
cp /usr/share/gettext/po/Makefile.in.in po || die "cp failed"



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

2019-06-18 Thread Mike Gilbert
commit: 6fbb3d737508742c4342e6c3dfb0475783b539f4
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:40:50 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbb3d73

dev-java/protobuf-java: Stabilize 3.7.1 on amd64/x86.

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

 dev-java/protobuf-java/protobuf-java-3.7.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-java/protobuf-java/protobuf-java-3.7.1.ebuild 
b/dev-java/protobuf-java/protobuf-java-3.7.1.ebuild
index 828c0e6a2a7..5c1ed13f0b4 100644
--- a/dev-java/protobuf-java/protobuf-java-3.7.1.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-3.7.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2008-2019 Arfrever Frehtes Taifersar Arahesis and others
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# True Authors: Arfrever Frehtes Taifersar Arahesis and others
+
 EAPI="6"
 JAVA_PKG_IUSE="doc source"
 
@@ -23,7 +25,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0/18"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sh x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE=""
 
 DEPEND="~dev-libs/protobuf-${PV}



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

2019-06-18 Thread Mike Gilbert
commit: 2bf68e9abe41c59d87ad05a7ad569def965342fa
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:46:31 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf68e9a

dev-python/protobuf-python: Stabilize 3.7.1 on amd64/x86.

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

 dev-python/protobuf-python/protobuf-python-3.7.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/protobuf-python/protobuf-python-3.7.1.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.7.1.ebuild
index 7b3d970ead2..5394afc543e 100644
--- a/dev-python/protobuf-python/protobuf-python-3.7.1.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.7.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2008-2019 Arfrever Frehtes Taifersar Arahesis and others
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# True Authors: Arfrever Frehtes Taifersar Arahesis and others
+
 EAPI="7"
 PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 
@@ -23,7 +25,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0/18"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 BDEPEND="${PYTHON_DEPS}



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

2019-06-18 Thread Mike Gilbert
commit: bef8d4136f3da5d524edad8d4384dff938cf6108
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:10:17 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef8d413

app-i18n/libpinyin: Stabilize 2.3.0 on amd64/x86.

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

 app-i18n/libpinyin/libpinyin-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/libpinyin/libpinyin-2.3.0.ebuild 
b/app-i18n/libpinyin/libpinyin-2.3.0.ebuild
index ab8431af41f..56eebbed4e7 100644
--- a/app-i18n/libpinyin/libpinyin-2.3.0.ebuild
+++ b/app-i18n/libpinyin/libpinyin-2.3.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI+=" 
mirror://sourceforge/${PN}/models/model${LIBPINYIN_MODEL_VERSION}.tex
 
 LICENSE="GPL-3+"
 SLOT="0/13"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 BDEPEND="virtual/pkgconfig"



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

2019-06-18 Thread Mike Gilbert
commit: bc66c36fbfcaced98af2a26c7a3ba0bd90da9ee1
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:52:28 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc66c36f

net-irc/kvirc: Delete old versions (<5.0_pre20181205184837).

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

 net-irc/kvirc/Manifest   |   2 -
 net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild | 148 ---
 net-irc/kvirc/kvirc-5.0_pre20181013192652.ebuild | 148 ---
 3 files changed, 298 deletions(-)

diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest
index 433b445baa8..ee66e89bac7 100644
--- a/net-irc/kvirc/Manifest
+++ b/net-irc/kvirc/Manifest
@@ -1,3 +1 @@
-DIST kvirc-5.0_pre20180819121252.tar.gz 6049652 BLAKE2B 
b4712e089a26498a7a3e4df10fe0def377814a9cc4082f55c2177da4929bc2fb02fbc947ee0603b62175a5cee657f6316ca246a275e96df71bd9d938453d4604
 SHA512 
de7ccb0f698488599ba3f58ca46ef2427632bdf1870d576baea8634e530cbe7654f60d4cdd58447301c4401941ef8b4e810f4d3eb4d6468a2899b80484380ea7
-DIST kvirc-5.0_pre20181013192652.tar.gz 5961689 BLAKE2B 
9ee5536688e5e193b88e6425591d309396cd1c135622fd682fcc86e832ee72010493877d33bddd3a86bf6c18d34b252e6a4689f7001252e149eefbfd100da977
 SHA512 
1856f3fab772f04e01e6a367e101bdde0732c4439399f821cd50ffd4173b89de023e1da20327692387b3f002bda0f0880737a6f5f001e0112ae45e1257b0db24
 DIST kvirc-5.0_pre20181205184837.tar.gz 5968276 BLAKE2B 
eb1c2a38cedbae3f7e7951bdd4250e349d8c6745a24df30f81ccebf8fa0ac9bdca27f835b0d2bda261baff81d018eae58c5169656791f4436ff221cba7890e85
 SHA512 
fbfcf1b1bcd9dfb1207669ee61a7fa8023ceeb2b679e95c378ed1224020c901fb4a6b68b7505704874e935df2228be4ccfd36121a87aafc5ace41c5392058132

diff --git a/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
deleted file mode 100644
index 2ae7426292a..000
--- a/net-irc/kvirc/kvirc-5.0_pre20180819121252.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 2009-2018 Arfrever Frehtes Taifersar Arahesis
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=(python2_7)
-
-inherit cmake-utils flag-o-matic gnome2-utils 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
-   inherit vcs-snapshot
-
-   KVIRC_GIT_REVISION="abc7a305d16d5ff939959164cff856af8f6d6ca1"
-   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="kvirc"
-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} )"
-
-RDEPEND="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 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   kde? ( kde-frameworks/extra-cmake-modules:5 )
-   nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
-   gsm? ( media-sound/gsm )"
-
-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

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

2019-06-18 Thread Mike Gilbert
commit: fa1d55a3632216af5caa1feb5d4a3b7df8eba533
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:48:55 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1d55a3

dev-python/protobuf-python: Version bump (3.8.0).

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

 dev-python/protobuf-python/Manifest   | 1 +
 .../{protobuf-python-.ebuild => protobuf-python-3.8.0.ebuild} | 8 +---
 dev-python/protobuf-python/protobuf-python-.ebuild| 6 --
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-python/protobuf-python/Manifest 
b/dev-python/protobuf-python/Manifest
index 766a6d89f8d..58f115f98dd 100644
--- a/dev-python/protobuf-python/Manifest
+++ b/dev-python/protobuf-python/Manifest
@@ -1,2 +1,3 @@
 DIST protobuf-3.6.1.3.tar.gz 4490599 BLAKE2B 
5a058f937330bd562e364a8d86e0b1376fdac9fded0fd23d6914cb59c5c15e8bfc1e203ea36b5a4eece8919708c1a9a6616b0ec2028d6ec339704da53ed81963
 SHA512 
9eadb46c7daa19e612516958169bc90943b38b429a4b2cf2171b66b57f50a2f8a9b66cbf58bdd44517af414b78e0f3ab2e1361891dc60ecd098185da2638d37e
 DIST protobuf-3.7.1.tar.gz 4795774 BLAKE2B 
a91155169623ee24ba49e397b151829321c01ff06bb27541e6c02701c37ac96ea9606961291ef0d4616dd6dba045bf7e893ec6288f5809d30cc026b60ae76590
 SHA512 
7d4cfabd4bd55926336a3baafa0bc1f1f15380b1b2af945f70a2bb3ba24c6ac6567f49c492326d6d1c43a488166bff178f9266377758a05d8541d8b242f4f80f
+DIST protobuf-3.8.0.tar.gz 4934577 BLAKE2B 
4b86ab216e8a8b2c99c3620da9417c0562498e9d4dbf4957db186f51c62b0ed73b1322635a076b2d4054e015bdf6c8c50cc7fd0cb78d24a93b29d2a5b48f66fe
 SHA512 
ba27c64e5193cd4a144bf0c9dc0d195fbbe6e580aaca01960362f0f185074588ca40046d3bcea76e1deae7508b722f6c5be484ea957122ae8e98229c7c3a4ad2

diff --git a/dev-python/protobuf-python/protobuf-python-.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
similarity index 84%
copy from dev-python/protobuf-python/protobuf-python-.ebuild
copy to dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
index 5eed49d3f29..f222111ba2d 100644
--- a/dev-python/protobuf-python/protobuf-python-.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.8.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2008-2019 Arfrever Frehtes Taifersar Arahesis and others
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# True Authors: Arfrever Frehtes Taifersar Arahesis and others
+
 EAPI="7"
 PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 
@@ -22,8 +24,8 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/18"
-KEYWORDS=""
+SLOT="0/19"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 BDEPEND="${PYTHON_DEPS}

diff --git a/dev-python/protobuf-python/protobuf-python-.ebuild 
b/dev-python/protobuf-python/protobuf-python-.ebuild
index 5eed49d3f29..1ab43ec56de 100644
--- a/dev-python/protobuf-python/protobuf-python-.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2008-2019 Arfrever Frehtes Taifersar Arahesis and others
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# True Authors: Arfrever Frehtes Taifersar Arahesis and others
+
 EAPI="7"
 PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 
@@ -22,7 +24,7 @@ else
 fi
 
 LICENSE="BSD"
-SLOT="0/18"
+SLOT="0/19"
 KEYWORDS=""
 IUSE=""
 



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

2019-06-18 Thread Mike Gilbert
commit: e32f1aababaf504478be9f507da44beabf606792
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:31:21 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32f1aab

dev-libs/protobuf: Stabilize 3.7.1 on amd64/x86.

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

 dev-libs/protobuf/protobuf-3.7.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/protobuf/protobuf-3.7.1.ebuild 
b/dev-libs/protobuf/protobuf-3.7.1.ebuild
index a7ca525e9d8..18b390f1ce9 100644
--- a/dev-libs/protobuf/protobuf-3.7.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.7.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 2008-2019 Arfrever Frehtes Taifersar Arahesis and others
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# True Authors: Arfrever Frehtes Taifersar Arahesis and others
+
 EAPI="7"
 
 inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs
@@ -22,7 +24,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0/18"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples static-libs test zlib"
 RESTRICT="!test? ( test )"
 



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

2019-06-18 Thread Mike Gilbert
commit: 89c5035a45e9cb694a6cc5c36a44b5c1ade5a033
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:25:56 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c5035a

dev-libs/oniguruma: Stabilize 6.9.2 on amd64/x86.

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

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

diff --git a/dev-libs/oniguruma/oniguruma-6.9.2.ebuild 
b/dev-libs/oniguruma/oniguruma-6.9.2.ebuild
index ef4e2c1366d..5989b7ec999 100644
--- a/dev-libs/oniguruma/oniguruma-6.9.2.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.9.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE="crnl-as-line-terminator static-libs"
 
 S="${WORKDIR}/${MY_P}"



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

2019-06-18 Thread Mike Gilbert
commit: 53402781a7bccf8c5b89ec5431539890a2ab7d48
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Jun 17 17:54:34 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53402781

net-irc/kvirc: Use EAPI="7".

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

 net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild | 31 +---
 net-irc/kvirc/kvirc-.ebuild  | 31 +---
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild
index 412a2fc2a56..06ddaf20622 100644
--- a/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild
+++ b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild
@@ -1,10 +1,12 @@
-# Copyright 2009-2019 Arfrever Frehtes Taifersar Arahesis
+# Copyright 2009-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+# True Authors: Arfrever Frehtes Taifersar Arahesis
+
+EAPI="7"
 PYTHON_COMPAT=(python2_7)
 
-inherit cmake-utils flag-o-matic gnome2-utils python-single-r1 xdg-utils
+inherit cmake-utils flag-o-matic python-single-r1 xdg-utils
 
 if [[ "${PV}" == "" ]]; then
inherit git-r3
@@ -13,8 +15,6 @@ if [[ "${PV}" == "" ]]; then
KVIRC_GIT_REVISION=""
KVIRC_GIT_SOURCES_DATE=""
 else
-   inherit vcs-snapshot
-
KVIRC_GIT_REVISION="f06b4f0397fa7feb23713e4fe4c00759d2cced71"
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}"
@@ -34,7 +34,11 @@ 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} )"
 
-RDEPEND="dev-qt/qtcore:5
+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
@@ -68,14 +72,13 @@ RDEPEND="dev-qt/qtcore:5
media-libs/libvorbis
)
webkit? ( dev-qt/qtwebkit:5 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   kde? ( kde-frameworks/extra-cmake-modules:5 )
-   nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
+RDEPEND="${DEPEND}
gsm? ( media-sound/gsm )"
 
+if [[ "${PV}" != "" ]]; then
+   S="${WORKDIR}/KVIrc-${KVIRC_GIT_REVISION}"
+fi
+
 DOCS=()
 
 pkg_setup() {
@@ -138,11 +141,11 @@ src_configure() {
 }
 
 pkg_postinst() {
-   gnome2_icon_cache_update
xdg_desktop_database_update
+   xdg_icon_cache_update
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
xdg_desktop_database_update
+   xdg_icon_cache_update
 }

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index 543e5042b44..97eed8f4867 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -1,10 +1,12 @@
-# Copyright 2009-2018 Arfrever Frehtes Taifersar Arahesis
+# Copyright 2009-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+# True Authors: Arfrever Frehtes Taifersar Arahesis
+
+EAPI="7"
 PYTHON_COMPAT=(python2_7)
 
-inherit cmake-utils flag-o-matic gnome2-utils python-single-r1 xdg-utils
+inherit cmake-utils flag-o-matic python-single-r1 xdg-utils
 
 if [[ "${PV}" == "" ]]; then
inherit git-r3
@@ -13,8 +15,6 @@ if [[ "${PV}" == "" ]]; then
KVIRC_GIT_REVISION=""
KVIRC_GIT_SOURCES_DATE=""
 else
-   inherit vcs-snapshot
-
KVIRC_GIT_REVISION=""
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}"
@@ -34,7 +34,11 @@ KEYWORDS=""
 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} )"
 
-RDEPEND="dev-qt/qtcore:5
+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
@@ -68,14 +72,13 @@ RDEPEND="dev-qt/qtcore:5
media-libs/libvorbis
)
webkit? ( dev-qt/qtwebkit:5 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   kde? ( kde-frameworks/extra-cmake-modules:5 )
-   nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
+RDEPEND="${DEPEND}
gsm? ( media-sound

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

2019-06-18 Thread Mike Gilbert
commit: a1fc796b2e9a7fef33fbbc270b4c69e9a4bc1fcd
Author: Alexey Sokolov  google  com>
AuthorDate: Sat May 25 20:42:55 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 15:59:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fc796b

net-irc/kvirc: Update license.

KVIrc uses usual GPL now. The Qt exception stopped being relevant many years 
ago.

Closes: https://github.com/gentoo/gentoo/pull/12107
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 licenses/kvirc   | 299 ---
 net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild |   2 +-
 net-irc/kvirc/kvirc-.ebuild  |   2 +-
 3 files changed, 2 insertions(+), 301 deletions(-)

diff --git a/licenses/kvirc b/licenses/kvirc
deleted file mode 100644
index 275295679f5..000
--- a/licenses/kvirc
+++ /dev/null
@@ -1,299 +0,0 @@
-This is the KVIrc Irc Client license. It is based on the GNU General Public 
License.
-It contains all the GPL terms and conditions and adds a special exception
-(see Terms and Conditions , clause 13) to its distribution limitations.
-
-Note that the GPL below is copyrighted by the Free Software
-Foundation, but the instance of code that it refers to is copyrighted by Me.
-
-The source code for all versions of KVIrc is freely
-available at http://www.kvirc.net
-
-Have fun!
-Szymon Stefanek :)
-
---
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
- Extended by Szymon Stefanek
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-   Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright l

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

2019-06-18 Thread Johannes Huber
commit: f765a8b852e8fe86b7d4608865a62ea8074f39e3
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jun 18 16:04:45 2019 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jun 18 16:05:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765a8b8

media-sound/lollypop: Version bump 1.0.12

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Johannes Huber  gentoo.org>

 media-sound/lollypop/Manifest   |  1 +
 media-sound/lollypop/lollypop-1.0.12.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
index 6dc3974e004..3c02ca6d420 100644
--- a/media-sound/lollypop/Manifest
+++ b/media-sound/lollypop/Manifest
@@ -1,2 +1,3 @@
 DIST lollypop-1.0.11.tar.xz 448424 BLAKE2B 
80cbd622b46d667ca566e8aac9f523a83cf8b43e61abe06eb0aeaa6fd22a45611ba38fdfd64dfce7b1e1f946bea8b7a2b589152c6b3c762cbdffb041c4c7de08
 SHA512 
9a885a88af8a4d58b12ef7da82d35bbc3256cabd2a38ac0b35e8a0753b1e10dfa7e69e8e5f6c7f8ba68d2557cfe47c6003ee1f68ecf6c434e5ab81f18c2ae935
+DIST lollypop-1.0.12.tar.xz 448864 BLAKE2B 
65681bc29f8256ad8f9d6dadac7a6d147150a8f779e25c85744a39428176c6887e3a9f90f0af81f432db771806351301712ec2431c3a79bcb230c8c0e6fb055b
 SHA512 
d6ad6fb638ac994c2c0367234c8ab35b79d619b3669c46f27bc1df221e41410f464a0a157faccf0ed1b2b5fbdb9f1ecad10ec7466bdff03231e4724948c8c3a2
 DIST lollypop-1.0.7.tar.xz 436000 BLAKE2B 
8b41a3378e39b0cba59323bbd7946226bcce29f80c878833ac920f337c036fcaca9c81caca2e360972295c6446c67d79e201093f86cad0685f7365a332d0e116
 SHA512 
ce537e60e3f1c678fcbf26d1305a178a3f2299abd4f75bb3c3a2cf717295e14aa73a8f21fb88d0c1fc790a80a572dbce84d01a0fe3229879124f89f8a5fa8305

diff --git a/media-sound/lollypop/lollypop-1.0.12.ebuild 
b/media-sound/lollypop/lollypop-1.0.12.ebuild
new file mode 100644
index 000..3d527f7332d
--- /dev/null
+++ b/media-sound/lollypop/lollypop-1.0.12.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+PYTHON_REQ_USE="sqlite"
+HASH="011cb4140566625941a0fc645ac6d528"
+inherit python-r1 gnome2-utils meson xdg-utils
+
+DESCRIPTION="Modern music player for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop";
+SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz";
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="${PYTHON_DEPS}
+   dev-libs/appstream-glib[introspection]
+   dev-libs/glib:2
+   dev-libs/gobject-introspection[cairo]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/gnome-common
+   x11-libs/gtk+:3
+"
+BDEPEND="${DEPEND}
+   dev-python/pkgconfig[${PYTHON_USEDEP}]
+   dev-util/desktop-file-utils
+   dev-util/itstool
+   dev-util/intltool
+"
+RDEPEND="${DEPEND}
+   app-crypt/libsecret[introspection]
+   dev-libs/totem-pl-parser
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/dbus-python
+   dev-python/pillow[${PYTHON_USEDEP}]
+   >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
+   media-libs/gst-plugins-base:1.0[introspection]
+"
+
+RESTRICT="test"
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   xdg_desktop_database_update
+}



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

2019-06-18 Thread Mike Gilbert
commit: 3ff3196b2d293228aff64dd300bd405851aaae3c
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Jun 18 16:05:30 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 16:10:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff3196b

net-misc/cadaver: Add ${EPREFIX}.

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

 net-misc/cadaver/cadaver-0.23.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild 
b/net-misc/cadaver/cadaver-0.23.3.ebuild
index cbb8805aaa1..c329d370cd8 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -30,8 +30,8 @@ src_prepare() {
-e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
-e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
-   sed -e "s/^\(SUBDIRS.*=\).*/\1/" -i Makefile.in || die "sed Makefile.in 
failed"
-   cp /usr/share/gettext/po/Makefile.in.in po || die "cp failed"
+   sed -e "s:^\(SUBDIRS.*=\).*:\1:" -i Makefile.in || die "sed Makefile.in 
failed"
+   cp "${EPREFIX}/usr/share/gettext/po/Makefile.in.in" po || die "cp 
failed"
 
AT_M4DIR="m4 m4/neon" eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kactivitymanagerd/, kde-plasma/plasma-vault/, kde-plasma/ksshaskpass/, ...

2019-06-18 Thread Andreas Sturmlechner
commit: dd8e6c848a97aea2c41c5c69bc0aa5585722e39c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 18 14:25:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 18 16:11:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8e6c84

kde-plasma: Add KDE Plasma 5.16.1

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

 kde-plasma/bluedevil/Manifest  |   1 +
 kde-plasma/bluedevil/bluedevil-5.16.1.ebuild   |  34 
 kde-plasma/breeze-grub/Manifest|   1 +
 kde-plasma/breeze-grub/breeze-grub-5.16.1.ebuild   |  22 +++
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.16.1.ebuild |  28 
 kde-plasma/breeze-plymouth/Manifest|   1 +
 .../breeze-plymouth/breeze-plymouth-5.16.1.ebuild  |  25 +++
 kde-plasma/breeze/Manifest |   1 +
 kde-plasma/breeze/breeze-5.16.1.ebuild |  49 ++
 kde-plasma/discover/Manifest   |   1 +
 kde-plasma/discover/discover-5.16.1.ebuild |  70 +
 kde-plasma/drkonqi/Manifest|   1 +
 kde-plasma/drkonqi/drkonqi-5.16.1.ebuild   |  55 +++
 kde-plasma/kactivitymanagerd/Manifest  |   1 +
 .../kactivitymanagerd-5.16.1.ebuild|  34 
 kde-plasma/kde-cli-tools/Manifest  |   1 +
 .../kde-cli-tools/kde-cli-tools-5.16.1.ebuild  |  64 
 kde-plasma/kde-gtk-config/Manifest |   1 +
 .../kde-gtk-config/kde-gtk-config-5.16.1.ebuild|  52 +++
 kde-plasma/kdecoration/Manifest|   1 +
 kde-plasma/kdecoration/kdecoration-5.16.1.ebuild   |  19 +++
 kde-plasma/kdeplasma-addons/Manifest   |   1 +
 .../kdeplasma-addons-5.16.1.ebuild |  57 +++
 kde-plasma/kgamma/Manifest |   1 +
 kde-plasma/kgamma/kgamma-5.16.1.ebuild |  26 
 kde-plasma/khotkeys/Manifest   |   1 +
 kde-plasma/khotkeys/khotkeys-5.16.1.ebuild |  44 ++
 kde-plasma/kinfocenter/Manifest|   1 +
 kde-plasma/kinfocenter/kinfocenter-5.16.1.ebuild   |  99 
 kde-plasma/kmenuedit/Manifest  |   1 +
 kde-plasma/kmenuedit/kmenuedit-5.16.1.ebuild   |  44 ++
 kde-plasma/kscreen/Manifest|   1 +
 kde-plasma/kscreen/kscreen-5.16.1.ebuild   |  39 +
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.16.1.ebuild  |  94 +++
 kde-plasma/ksshaskpass/Manifest|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-5.16.1.ebuild   |  46 ++
 kde-plasma/ksysguard/Manifest  |   1 +
 kde-plasma/ksysguard/ksysguard-5.16.1.ebuild   |  45 ++
 kde-plasma/kwallet-pam/Manifest|   1 +
 kde-plasma/kwallet-pam/kwallet-pam-5.16.1.ebuild   |  33 
 kde-plasma/kwayland-integration/Manifest   |   1 +
 .../kwayland-integration-5.16.1.ebuild |  25 +++
 kde-plasma/kwin/Manifest   |   1 +
 kde-plasma/kwin/kwin-5.16.1.ebuild | 105 +
 kde-plasma/kwrited/Manifest|   1 +
 kde-plasma/kwrited/kwrited-5.16.1.ebuild   |  21 +++
 kde-plasma/libkscreen/Manifest |   1 +
 kde-plasma/libkscreen/libkscreen-5.16.1.ebuild |  26 
 kde-plasma/libksysguard/Manifest   |   1 +
 kde-plasma/libksysguard/libksysguard-5.16.1.ebuild |  52 +++
 kde-plasma/libkworkspace/Manifest  |   1 +
 .../libkworkspace/libkworkspace-5.16.1.ebuild  |  54 +++
 kde-plasma/milou/Manifest  |   1 +
 kde-plasma/milou/milou-5.16.1.ebuild   |  28 
 kde-plasma/oxygen/Manifest |   1 +
 kde-plasma/oxygen/oxygen-5.16.1.ebuild |  45 ++
 kde-plasma/plasma-browser-integration/Manifest |   1 +
 .../plasma-browser-integration-5.16.1.ebuild   |  35 +
 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.16.1.ebuild| 142 +
 kde-plasma/plasma-integration/Manifest |   1 +
 .../plasma-integration-5.16.1.ebuild   |  43 ++
 kde-plasma/plasma-meta/plasma-meta-5.16.1.ebuild   | 109 +
 kde-plasma/plasma-nm/Manifest  |   1 +
 kde-plasma/plasma-nm/plasma-nm-5.16.1.ebuild   |  74 +
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.16.1.ebuild   |  32 
 kde-plasma/plasma-sdk/Manifest |   1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.16.1.ebuild |  38 +
 kde-plasma/plasma-vault/Manifest   |   1 +
 kde-plasma/plasma-vault/plasma-vault-5.16.

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

2019-06-18 Thread Ben Kohler
commit: 6718e44daf26588b1424e7ae01d46e4be1d25859
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 12 19:25:16 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jun 18 16:21:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6718e44d

media-video/unifi-video: bump to 3.10.5

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

 media-video/unifi-video/Manifest  |  1 +
 media-video/unifi-video/unifi-video-3.10.5.ebuild | 80 +++
 2 files changed, 81 insertions(+)

diff --git a/media-video/unifi-video/Manifest b/media-video/unifi-video/Manifest
index 7c232e6ec4d..fe07e1f360a 100644
--- a/media-video/unifi-video/Manifest
+++ b/media-video/unifi-video/Manifest
@@ -1,3 +1,4 @@
 DIST unifi-video.Ubuntu16.04_amd64.v3.10.1.deb 162379830 BLAKE2B 
8183cf0ea37507059b87f5f51a377a12cb2f5fab31675eac720cffa2f9c60e46e6a8eb68279992703722ba40c3fbe7a9a723596ee20e31ccec0959841851325d
 SHA512 
3ac83e3ff7beb8c765c8908b80c7747807da73e3a9e077a9f5a22aaf3e307c369258c7ea6651e18ca74b570d359fa65b6cbfce0017cb73cb916a2bc8614b374d
 DIST unifi-video.Ubuntu16.04_amd64.v3.10.4.deb 161279504 BLAKE2B 
a9bac456218a1908e67bcebeadd06672ce6de4a24e62cd99dedc6de4e36774047531e8b00429e0dc8eb536e6ad77de236d89da83edfbaef8d7a7feb04df6c482
 SHA512 
d45f97905078ee6f9911bbea239d72432dda849c5fa16a11c2576e1dac78a0b612e420ae59f11ff7bdfec3c7eca9396a72d249d4fc90f93f9e92c57571f19093
+DIST unifi-video.Ubuntu16.04_amd64.v3.10.5.deb 161280194 BLAKE2B 
ae326fe818261124fb8bd1939e55cc2dfa1bb8bfd3350bb5b94ec74fe9a7ec57853548dfbf8ddf33699e0281a5cb918926a6fb93b6de07339072bca51bab2a46
 SHA512 
4e431f72e5c51952bb7a1e97d6cab407e03d7a42cfaaed97cbf65dbc0b7ebec2a04675783bebed6d0a3d69b1ef5988f6af4770a9ce680258999c481ccefd0bd2
 DIST unifi-video.Ubuntu16.04_amd64.v3.9.12.deb 117448948 BLAKE2B 
83769ec07fccbcd955115493510bcd58b88433b7d7204be29d6329674cf4d6dea7fe4b6aedd0e89f852d89ae9a298a9284386aeb4480f43a91dbe6ea958ab10b
 SHA512 
0e2eaefdee74b6b6c5ae54870673591ce4e2d2e4c07e068987f609597c43a12308aebdce705e316555378e04eeb13aaa0c00b496097123960215773cbfa69348

diff --git a/media-video/unifi-video/unifi-video-3.10.5.ebuild 
b/media-video/unifi-video/unifi-video-3.10.5.ebuild
new file mode 100644
index 000..c975418c3dc
--- /dev/null
+++ b/media-video/unifi-video/unifi-video-3.10.5.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd user
+
+MY_PV="${PV/_beta/-beta.}"
+DESCRIPTION="UniFi Video Server"
+HOMEPAGE="https://www.ubnt.com/download/unifi-video/";
+SRC_URI="https://dl.ubnt.com/firmwares/ufv/v${MY_PV}/unifi-video.Ubuntu16.04_amd64.v${MY_PV}.deb";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND=""
+RDEPEND="dev-db/mongodb
+   dev-java/commons-daemon
+   sys-apps/lsb-release
+   sys-libs/libcap
+   virtual/jre:1.8"
+
+S=${WORKDIR}
+QA_PREBUILT="usr/lib*/${PN}/lib/*.so usr/lib*/${PN}/bin/*"
+
+pkg_setup() {
+   enewuser ${PN}
+   enewgroup ${PN}
+}
+
+src_unpack() {
+   default
+   unpack "${WORKDIR}"/data.tar.gz
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/commons-daemon-move.patch
+   sed -i usr/sbin/${PN} \
+   -e '/require_root$/d' \
+   -e '/update_limits$/d' \
+   -e '/ulimit/d' \
+   -e '/coredump_filter/d' || die
+   default
+}
+
+src_install() {
+   static_dir="/usr/$(get_libdir)/${PN}"
+   #install static data
+   insinto ${static_dir}
+   doins -r usr/lib/${PN}/*
+   fperms -R +x ${static_dir}/bin
+   fowners -R ${PN}:${PN} ${static_dir}/conf/evostream/
+
+   #prepare runtime-data dirs which live in /var but are symlinked from 
static
+   #data dir, and are writable by non-root user
+   dodir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   dosym ../../../var/log/${PN} ${static_dir}/logs
+
+   dodir /var/lib/${PN}/work
+   fowners ${PN}:${PN} /var/lib/${PN}/work
+   dosym ../../../var/lib/${PN}/work ${static_dir}/work
+
+   keepdir /var/lib/${PN}/data
+   fowners ${PN}:${PN} /var/lib/${PN}/data
+   dosym ../../../var/lib/${PN}/data ${static_dir}/data
+
+   echo "CONFIG_PROTECT=\"/var/lib/${PN}/data/system.properties\"" > 
"${T}"/99${PN}
+   doenvd "${T}"/99${PN}
+
+   into /usr
+   dosbin usr/sbin/${PN}
+   dosym ../../../bin/mongod ${static_dir}/bin/mongod
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}



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

2019-06-18 Thread Ben Kohler
commit: f0d134821f7025ff18ab4d257e182fc0c551851b
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jun 18 16:24:53 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jun 18 16:24:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d13482

sys-kernel/gentoo-sources: sparc stable per wrt bug #688526

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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

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

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

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



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/, kde-plasma/breeze-gtk/, kde-plasma/breeze-grub/, ...

2019-06-18 Thread Andreas Sturmlechner
commit: ef33b2d13c3d41f437811520cf87eb78d7bc5849
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 18 16:49:22 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 18 16:49:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef33b2d1

kde-plasma: Drop KDE Plasma 5.16.0

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

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.16.0.ebuild   |  34 
 kde-plasma/breeze-grub/Manifest|   1 -
 kde-plasma/breeze-grub/breeze-grub-5.16.0.ebuild   |  22 ---
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.16.0.ebuild |  28 
 kde-plasma/breeze-plymouth/Manifest|   1 -
 .../breeze-plymouth/breeze-plymouth-5.16.0.ebuild  |  25 ---
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.16.0.ebuild |  49 --
 kde-plasma/discover/Manifest   |   1 -
 kde-plasma/discover/discover-5.16.0.ebuild |  70 -
 kde-plasma/drkonqi/Manifest|   1 -
 kde-plasma/drkonqi/drkonqi-5.16.0.ebuild   |  55 ---
 kde-plasma/kactivitymanagerd/Manifest  |   1 -
 .../kactivitymanagerd-5.16.0.ebuild|  34 
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.16.0.ebuild  |  64 
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.16.0.ebuild|  52 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.16.0.ebuild   |  19 ---
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons-5.16.0.ebuild |  57 ---
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.16.0.ebuild |  26 
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.16.0.ebuild |  44 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.16.0.ebuild   |  99 
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.16.0.ebuild   |  44 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.16.0.ebuild   |  39 -
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.16.0.ebuild  |  94 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.16.0.ebuild   |  46 --
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.16.0.ebuild   |  45 --
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.16.0.ebuild   |  33 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.16.0.ebuild |  25 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.16.0.ebuild | 105 -
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.16.0.ebuild   |  21 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.16.0.ebuild |  26 
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.16.0.ebuild |  52 ---
 kde-plasma/libkworkspace/Manifest  |   1 -
 .../libkworkspace/libkworkspace-5.16.0.ebuild  |  54 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.16.0.ebuild   |  28 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.16.0.ebuild |  45 --
 kde-plasma/plasma-browser-integration/Manifest |   1 -
 .../plasma-browser-integration-5.16.0.ebuild   |  35 -
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.16.0.ebuild| 142 -
 kde-plasma/plasma-integration/Manifest |   1 -
 .../plasma-integration-5.16.0.ebuild   |  43 --
 kde-plasma/plasma-meta/plasma-meta-5.16.0.ebuild   | 109 -
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.16.0.ebuild   |  74 -
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.16.0.ebuild   |  32 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.16.0.ebuild |  38 -
 kde-plasma/plasma-vault/Manifest   |   1 -
 kde-plasma/plasma-vault/plasma-vault-5.16

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

2019-06-18 Thread Zac Medico
commit: f9f28734257129dd102d16e22ca5a6432243ddc3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun 17 23:09:23 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun 18 17:11:06 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f9f28734

ebuild: fix QA_SONAME_NO_SYMLINK

misc-functions.sh and ebuild.5 reference QA_SONAME_NO_SYMLINK.
Update doebuild.py to match this name.

Fixes: c9aebae4633a ("_post_src_install_soname_symlinks: fix bug 543818")
Signed-off-by: Mike Gilbert  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/package/ebuild/doebuild.py | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/portage/package/ebuild/doebuild.py 
b/lib/portage/package/ebuild/doebuild.py
index bea5535bd..67867d33e 100644
--- a/lib/portage/package/ebuild/doebuild.py
+++ b/lib/portage/package/ebuild/doebuild.py
@@ -2263,7 +2263,7 @@ def _post_src_install_soname_symlinks(mysettings, out):
f.close()
 
metadata = {}
-   for k in ("QA_PREBUILT", "QA_NO_SYMLINK"):
+   for k in ("QA_PREBUILT", "QA_SONAME_NO_SYMLINK"):
try:
with io.open(_unicode_encode(os.path.join(
mysettings["PORTAGE_BUILDDIR"],
@@ -2284,14 +2284,14 @@ def _post_src_install_soname_symlinks(mysettings, out):
fnmatch.translate(x.lstrip(os.sep))
for x in portage.util.shlex_split(qa_prebuilt)))
 
-   qa_no_symlink = metadata.get("QA_NO_SYMLINK", "").split()
-   if qa_no_symlink:
-   if len(qa_no_symlink) > 1:
-   qa_no_symlink = "|".join("(%s)" % x for x in 
qa_no_symlink)
-   qa_no_symlink = "^(%s)$" % qa_no_symlink
+   qa_soname_no_symlink = metadata.get("QA_SONAME_NO_SYMLINK", "").split()
+   if qa_soname_no_symlink:
+   if len(qa_soname_no_symlink) > 1:
+   qa_soname_no_symlink = "|".join("(%s)" % x for x in 
qa_soname_no_symlink)
+   qa_soname_no_symlink = "^(%s)$" % qa_soname_no_symlink
else:
-   qa_no_symlink = "^%s$" % qa_no_symlink[0]
-   qa_no_symlink = re.compile(qa_no_symlink)
+   qa_soname_no_symlink = "^%s$" % qa_soname_no_symlink[0]
+   qa_soname_no_symlink = re.compile(qa_soname_no_symlink)
 
libpaths = set(portage.util.getlibpaths(
mysettings["ROOT"], env=mysettings))
@@ -2400,7 +2400,7 @@ def _post_src_install_soname_symlinks(mysettings, out):
continue
if not is_libdir(os.path.dirname(obj)):
continue
-   if qa_no_symlink and qa_no_symlink.match(obj.strip(os.sep)) is 
not None:
+   if qa_soname_no_symlink and 
qa_soname_no_symlink.match(obj.strip(os.sep)) is not None:
continue
 
obj_file_path = os.path.join(image_dir, obj.lstrip(os.sep))



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

2019-06-18 Thread Justin Bronder
commit: ee426cdc427cb6e3fbd1ad5400498d05b7d2e0ae
Author: Justin Bronder  gentoo  org>
AuthorDate: Tue Jun 18 17:23:30 2019 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Tue Jun 18 17:23:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee426cdc

www-client/qutebrowser: bump 1.6.3

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

 www-client/qutebrowser/Manifest | 2 +-
 .../{qutebrowser-1.6.1-r1.ebuild => qutebrowser-1.6.3.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
index e6c0525da12..2c206bf7202 100644
--- a/www-client/qutebrowser/Manifest
+++ b/www-client/qutebrowser/Manifest
@@ -1,2 +1,2 @@
-DIST qutebrowser-1.6.1.tar.gz 3657215 BLAKE2B 
da8f4e725a6547b45993bf59b1128aa475656afa4b543a0edc2233bbcb1067a3159f791fd90028008f68cbd7389ae33deeecc158408e27f57b2ae35ca334ea20
 SHA512 
ff8c50dd8524f6f8623f0d5ae205355a2b86f70eff1320c3b47dad9cb2a481c372d82f698497c0d2745291962999ff111fade14141a8390e337343fb01145998
 DIST qutebrowser-1.6.2.tar.gz 3581355 BLAKE2B 
64c2c379ddc606aec26e87e328c8ea8ee9e67e74ea9f68109595e40f184ba21b576d9ad02de4fb127c63ec7c0c103fe989b74a67a05ef64bff6f3d238a70c481
 SHA512 
708fe9c5db54fdab0697e03ce26d901ee18da2a04d3934c0705f9cdff543e859892de2ac9aa9e3b0b12c4a3d6be7a492d34a868058e4a6b21f06d4343caff89a
+DIST qutebrowser-1.6.3.tar.gz 3582973 BLAKE2B 
950f77612b5476a2026669890fe6568f2fc2e808cd2439aae47e3836b66424136269b639eef98599064c57f506b927ecb2391d8a8f48391f9a67c8e460cc9019
 SHA512 
6bb0a5d3d39b7ea0fdbf48fae6b70d4b2be7b7f065a9933b9933f11bcf6373798ea31c100808cd445b12fc163ad6c578b0eef723418c1d6e0c251c24f9cd089e

diff --git a/www-client/qutebrowser/qutebrowser-1.6.1-r1.ebuild 
b/www-client/qutebrowser/qutebrowser-1.6.3.ebuild
similarity index 100%
rename from www-client/qutebrowser/qutebrowser-1.6.1-r1.ebuild
rename to www-client/qutebrowser/qutebrowser-1.6.3.ebuild



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

2019-06-18 Thread Hans de Graaff
commit: 2dd15aab50858987e76fc6bdf399f36403ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 18 17:33:26 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 18 17:33:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd15aab

dev-ruby/sassc-rails: add 2.1.2

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

 dev-ruby/sassc-rails/Manifest |  1 +
 dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/sassc-rails/Manifest b/dev-ruby/sassc-rails/Manifest
index 714064312ac..cb0fc535dcb 100644
--- a/dev-ruby/sassc-rails/Manifest
+++ b/dev-ruby/sassc-rails/Manifest
@@ -1 +1,2 @@
 DIST sassc-rails-2.1.1.gem 33280 BLAKE2B 
eaa66fa6bfa60a41c8b2a180ac58758d860feaa33aad6a92b28b3224361837281c353041f854317591ef4ae99a6e48f00d8cb31fdf1e5c6a12f58fb24809d615
 SHA512 
d612a0c5d0d4f55600f8f9734f5bcf30c62c2bcd657b917ee13e95b7f7c3c08b2b4cb2b62b75c52e08992b254279aa4988c3e94b56b91490532b2382dc0d8555
+DIST sassc-rails-2.1.2.gem 33280 BLAKE2B 
1ecd048a879ea9ba08390ed81c679a3a4461f3937d1b0ce5ee001810067286f386ea885787984ffa417d2af191f178563e892ea24f1b466b6538c815fadbd9e3
 SHA512 
d250f22a3f2c4afb56a22f4533194d80b8a301730e5e4b49f9613e489f7158e7bd9c02cff8e1ec8ce727ede25f1c03a2613a664291967b5e97e210f7890d0bc8

diff --git a/dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild 
b/dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild
new file mode 100644
index 000..ca9443f56d9
--- /dev/null
+++ b/dev-ruby/sassc-rails/sassc-rails-2.1.2.ebuild
@@ -0,0 +1,40 @@
+# 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="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Integrate SassC-Ruby with Rails"
+HOMEPAGE="https://github.com/sass/sassc-rails";
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/sassc-2.0
+   dev-ruby/tilt:*
+   >=dev-ruby/railties-4:*
+   >=dev-ruby/sprockets-3.0:*
+   dev-ruby/sprockets-rails:*
+"
+
+ruby_add_bdepend "
+   test? ( dev-ruby/bundler dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   sed -i -e '/rake/ s/,.*$//' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2019-06-18 Thread Mike Gilbert
commit: 221b5a28d5ea8dcfe9be5dc7d4c26a11aa4cf2d4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun 18 17:49:18 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun 18 17:49:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221b5a28

sys-devel/gettext: set QA_SONAME_SYMLINK=".*/preloadable_libintl.so"

Note this requires portage@f9f28734257129dd102d16e22ca5a6432243ddc3 to
work properly.

Closes: https://bugs.gentoo.org/374545
Package-Manager: Portage-2.3.67_p10, Repoman-2.3.14_p5
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-devel/gettext/gettext-0.19.8.1.ebuild | 2 ++
 sys-devel/gettext/gettext-0.20.1.ebuild   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild 
b/sys-devel/gettext/gettext-0.19.8.1.ebuild
index 9f67faf385d..11311e92bc8 100644
--- a/sys-devel/gettext/gettext-0.19.8.1.ebuild
+++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild
@@ -43,6 +43,8 @@ MULTILIB_WRAPPED_HEADERS=(
/usr/include/gettext-po.h
 )
 
+QA_SONAME_NO_SYMLINK=".*/preloadable_libintl.so"
+
 pkg_setup() {
mono-env_pkg_setup
java-pkg-opt-2_pkg_setup

diff --git a/sys-devel/gettext/gettext-0.20.1.ebuild 
b/sys-devel/gettext/gettext-0.20.1.ebuild
index 8f4c83d5321..8cf0b2e8bd2 100644
--- a/sys-devel/gettext/gettext-0.20.1.ebuild
+++ b/sys-devel/gettext/gettext-0.20.1.ebuild
@@ -55,6 +55,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.20-avoid_eautomake.patch
 )
 
+QA_SONAME_NO_SYMLINK=".*/preloadable_libintl.so"
+
 pkg_setup() {
mono-env_pkg_setup
java-pkg-opt-2_pkg_setup



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

2019-06-18 Thread Sergei Trofimovich
commit: 6605c57122de4d333bf850c26ff980fbacffb197
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 18 08:17:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 18 18:16:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6605c571

dev-ruby/log4r: restore stable 1.1.10-r2 for sparc

This reverts 134676cf9226826fa79de4e7c6314454fba1c968.

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/log4r/log4r-1.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild 
b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
index 24bc6aaf683..1e1fbf160f8 100644
--- a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
+++ b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
@@ -19,7 +19,7 @@ IUSE=""
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
 
 all_ruby_install() {
all_fakegem_install



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

2019-06-18 Thread Sergei Trofimovich
commit: 8d21737bc48f2bc4d2226a58a48756261d9c1996
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 18 08:24:01 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 18 18:17:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d21737b

dev-libs/sord: stable 0.16.0-r1 for hppa, bug #686594

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-libs/sord/sord-0.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2019-06-18 Thread Sergei Trofimovich
commit: 39f238ce433e6a862f212e4ca23b6328f8c1965a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 18 08:23:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 18 18:17:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f238ce

dev-libs/serd: stable 0.28.0-r1 for hppa, bug #686594

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-libs/serd/serd-0.28.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2019-06-18 Thread Sergei Trofimovich
commit: d33d227b05444146cb76c9cc5d225f863a9e20ce
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 18 08:21:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 18 18:17:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33d227b

dev-python/sparql-wrapper: stable 1.8.0 for hppa, bug #639114

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-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild 
b/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
index eb170d9b9d6..704ca71aebd 100644
--- a/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
+++ b/dev-python/sparql-wrapper/sparql-wrapper-1.8.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="W3C"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE=""
 



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

2019-06-18 Thread Sergei Trofimovich
commit: d990ba8e04bb9dbbb471cd921a5efc8868e3266a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 18 08:18:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 18 18:17:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d990ba8e

dev-ruby/log4r: stable 1.1.10-r2 for hppa

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/log4r/log4r-1.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild 
b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
index 1e1fbf160f8..b602ba94eda 100644
--- a/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
+++ b/dev-ruby/log4r/log4r-1.1.10-r2.ebuild
@@ -19,7 +19,7 @@ IUSE=""
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 
 all_ruby_install() {
all_fakegem_install



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

2019-06-18 Thread Sergei Trofimovich
commit: 28ea9c184d315b00440e424f0c6b2231f6048405
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 18 08:20:16 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 18 18:17:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ea9c18

dev-libs/redland-bindings: stable 1.0.14.1-r2 for hppa

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-libs/redland-bindings/redland-bindings-1.0.14.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2019-06-18 Thread Sergei Trofimovich
commit: 1de95e31649296cf18d14f1e930ddc63ff314ff0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun 18 08:22:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun 18 18:17:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de95e31

dev-python/rdflib: stable 4.2.2-r1 for hppa, bug #639114

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-python/rdflib/rdflib-4.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2019-06-18 Thread Thomas Deutschmann
commit: 4696bb563b259b1dfc367ab31d023fdee7d2dc41
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:19:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4696bb56

x11-misc/lightdm: x86 stable (bug #688202)

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

 x11-misc/lightdm/lightdm-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/lightdm/lightdm-1.28.0.ebuild 
b/x11-misc/lightdm/lightdm-1.28.0.ebuild
index c8b6c608fa3..f5fc252f32e 100644
--- a/x11-misc/lightdm/lightdm-1.28.0.ebuild
+++ b/x11-misc/lightdm/lightdm-1.28.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/CanonicalLtd/lightdm/releases/download/${PV}/${P}.ta
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="audit +gnome +gtk +introspection qt5 vala"
 
 COMMON_DEPEND="



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

2019-06-18 Thread Thomas Deutschmann
commit: f66597852f9e61b1481e8a0918ac7c00c71c6f39
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:14:22 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6659785

app-office/libreoffice-l10n: x86 stable (bug #686736)

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

 app-office/libreoffice-l10n/libreoffice-l10n-6.2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-6.2.4.2.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-6.2.4.2.ebuild
index a22cefd5672..8712656dd28 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-6.2.4.2.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-6.2.4.2.ebuild
@@ -17,7 +17,7 @@ 
BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="offlinehelp"
 
 #



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

2019-06-18 Thread Thomas Deutschmann
commit: 1af66471e68704724eb8dcf06ab6a13182390a3e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:17:39 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af66471

dev-libs/libixion: x86 stable (bug #686736)

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

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

diff --git a/dev-libs/libixion/libixion-0.14.1.ebuild 
b/dev-libs/libixion/libixion-0.14.1.ebuild
index 85094d02e6a..16136df8a11 100644
--- a/dev-libs/libixion/libixion-0.14.1.ebuild
+++ b/dev-libs/libixion/libixion-0.14.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 LICENSE="MIT"



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

2019-06-18 Thread Thomas Deutschmann
commit: 685ddaf515e323ffcfce3888c4d6d031e5353c8f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:06:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685ddaf5

sys-kernel/gentoo-sources: x86 stable (bug #688256)

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

 sys-kernel/gentoo-sources/gentoo-sources-4.14.127.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.52.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.182.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.182.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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

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

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

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



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

2019-06-18 Thread Thomas Deutschmann
commit: 445eb94c7b2b144c3f7f96339722b1af8574ab25
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:16:59 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445eb94c

app-text/writerperfect: x86 stable (bug #686736)

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

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

diff --git a/app-text/writerperfect/writerperfect-0.9.6.ebuild 
b/app-text/writerperfect/writerperfect-0.9.6.ebuild
index 4079835b3f7..a9f43a1e673 100644
--- a/app-text/writerperfect/writerperfect-0.9.6.ebuild
+++ b/app-text/writerperfect/writerperfect-0.9.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
 
 LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 x86 ~x86-linux ~x86-solaris"
 IUSE="abiword +cdr debug ebook epub freehand gsf keynote +mspub +mwaw 
pagemaker qxp +visio +wpd +wpg +wps zmf"
 
 # configure fails if no import library is selected...



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

2019-06-18 Thread Thomas Deutschmann
commit: 87020ed3764b8fce86fd969101c7bbade0ae9c28
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:20:45 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87020ed3

sys-auth/pam_p11: x86 stable (bug #686176)

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

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

diff --git a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild 
b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
index 880907ce1d9..4a16a1c2fb8 100644
--- a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
+++ b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="virtual/pam
dev-libs/libp11:=



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

2019-06-18 Thread Thomas Deutschmann
commit: 5344b0a9efb2230f8ee3a22950b3600d78eb7b73
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:02:37 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5344b0a9

www-client/firefox-bin: bump to v60.7.1 ESR & v67.0.3

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

 www-client/firefox-bin/Manifest| 344 ++---
 ...bin-60.7.0.ebuild => firefox-bin-60.7.1.ebuild} |   0
 ...bin-67.0.2.ebuild => firefox-bin-67.0.3.ebuild} |   0
 3 files changed, 172 insertions(+), 172 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 1ea7bf36b54..c432500789a 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -82,177 +82,177 @@ DIST firefox-52.9.0esr-vi.xpi 450805 BLAKE2B 
9dacebac235a738cf7f068e16335b8b15ca
 DIST firefox-52.9.0esr-xh.xpi 441173 BLAKE2B 
3e1b907a7659c639d17d25a1825f472853242891d55f6a5ad93c1f5a12e12f05706173dc6ef5594f27e049d9b9a4c748d7371780843f1da204c5d93a39213197
 SHA512 
54ac64f0c119ab42d4f87dd2663ba7e14310c215a1ea76acd463b4c1a9073491f8df8c9b03d391ecc6f9ffbbdccc3756a7b13ed559336a6d1527fad3097ddb53
 DIST firefox-52.9.0esr-zh-CN.xpi 461679 BLAKE2B 
745b2cfb86e93a379e13fa73b7e3721bae06694768316e31a2aed608e3050f585a9603375cd35b90affca11b3e5e44401b1e676f9c8050ade287ed0feb442a7a
 SHA512 
ca62e0e2ab075086741159b185b5eba44c6bdfc29fd9ba1cf25808f127c1aed8875ea61c1c33e4f742fa26af4455a8873730f96ad9c7bec1f66aed0595f253f1
 DIST firefox-52.9.0esr-zh-TW.xpi 453068 BLAKE2B 
84e08ea4fd119db1f1c6f84b212fbbb5d6999c5ac6010c0e7836d8734726d281107f3d91ba7bac1aeaf855dc36d3b018ae3913dccdbe2b11aad02a8d8aaa893c
 SHA512 
a99042ef7d00820e341dfcf2c45a8b5bd77eaf2cc8ecf0ff5ee982b7bd9beac7cb4bf051c57ef3b7a5d9b67cd35858dca396d21e65718e248f3b1fdba5273999
-DIST firefox-60.7.0esr-ach.xpi 512788 BLAKE2B 
155c72980b4a0573f2d4e2d80f1bfce095bc2aedb6ab265b2fd4aa35046c0a91ee64a8f00dcea957a7889133e8969efdb49c76dcd67f7a8a0e6b4532aeebab0d
 SHA512 
59980e52d51095a6dfff48044fc2a1fd8c237f251dc1dc681eb0f799700e1b4d08c10862a34a77a41a6d5b90cd96ac6271af6ad63c0d6be815c0e687d6218ccf
-DIST firefox-60.7.0esr-af.xpi 503031 BLAKE2B 
74cd2d6169cc455fdff7a93d8327388f8247375bc362b5f0efbbf3f2fef80a05f73c3d761a09b427057e8de81da3b8b4bd2a551d4f1b627a4639bf3117f252f7
 SHA512 
5187dbbd3e025ab7523377f262e02a7ff9a83091b657ea7f22da85de78a71a1f839af05a6ec38aaa2b1c38254b9cd3b95e1ba69dd1ffd6d71919c63e8b3dd469
-DIST firefox-60.7.0esr-an.xpi 536226 BLAKE2B 
f110e39d28d98c916b2b74b05c634f87a8ccb52b41c87931eb2449301d723af9b2703be411e2ae9506138bd0f9193da315d511c207d9030efb7bf926a627c1c2
 SHA512 
524e75c7e186aeffb29360fb6044d334d37e0e0495259bc6b12b43c44566a26159cc04b715174ad836086e4950e0f012ea118aeed33d8cca99a25b2a8872c7a3
-DIST firefox-60.7.0esr-ar.xpi 563542 BLAKE2B 
448a7a88254bc27922d30f9a6c4657c8d2f6581baa3bf976a73cfab1fcecf919de7b77544ec83a128c622d11815c26cbcd2f56196245aff1bc316308b14cfad0
 SHA512 
33ee7cee0b06ec8930dae61e5b3e48c4c1e51fafbb127f756e88809f8ea83d97f6fcc154d78d26cb944230d0a80c6b3f6a695300d81aa2cd8f0c8fc226606e9c
-DIST firefox-60.7.0esr-as.xpi 546437 BLAKE2B 
7be219893258f1ecb3ccc27b85a79d968b6ea35986fb74a5b23a9e711de1aa23057d2a49dc9d163c619607b188b37f1094f31920bde603a3c6dc615ee1194bde
 SHA512 
84081960df0e6fca213bb86af690d7935834ccbef6cd3ed2b8aed220755651a7b081c37e3570cece78658e199a31215c988849f46224030bf21c54f5c083bb3a
-DIST firefox-60.7.0esr-ast.xpi 524607 BLAKE2B 
e6b78e54119a02a8b58927ca8cfd4030d9b099326750622675c27224c469a3e0b1f4c5614f1eb1e066e09373d073a1721ea3680d1ac0e1a1fadb98d8fb7c0255
 SHA512 
9c5d8697abdb12bf7562880d02d52bb7329f9ff715718835b600ef8138f1201612fcd2726fc24b11dd27561d74134527d1d4bff0fc8c7ee7ac4e238a6e185d35
-DIST firefox-60.7.0esr-az.xpi 540469 BLAKE2B 
608a0c8883df8d6aa553497a3189cab73abac231df19bca142628160c63cf750c6d92b0934ecc75833f00fa41914d198e5d27ffeb589503af721b3727938ab33
 SHA512 
72cd3b8071d9e5a2984d688283e431eff677b5f41dc0a77cdbaabc8a259e3e5a1ebbe734cb4a0c1e6038c8fce8adcd6d9f244122acc049dbe84f5ecccbb2e2f2
-DIST firefox-60.7.0esr-bg.xpi 589576 BLAKE2B 
458375e0c2ad6fd280fc1e548cbcf22f6b5bfb47fd93598cb630742c6ff4d9ed1dc0963344329b9817503a7af57ca5eff582624db4635850b7125455e10bcd65
 SHA512 
ac2c273edd8d1367e5b17b89bd8edf993831bce9623db1ff3e3047bdf784a4c0aa27262786f7af03c9f292d36cc2c4bbca9b33c2421f6ef4a4bef945c843f887
-DIST firefox-60.7.0esr-bn-BD.xpi 606817 BLAKE2B 
04699643a433dd6a266feb07f9ff4f6f7335e46af808a36512fd85389ad7a17ac4016022c51c0fba6f9bf0b855dab0e4c6d1be0e9f6045f2eed81b39453a396b
 SHA512 
351d674efd9acf3c68f8c2f96c7325338f402a49c3239b709056592bb43840c8c9f0fcf302cbc9c9881d21e55e2552d0cec72996ec278404e13162047f9b815e
-DIST firefox-60.7.0esr-bn-IN.xpi 587255 BLAKE2B 
b2f7b13ceae7f7b119c3f358008ab2b4d17e1473fd1eb445a99a201a2a4759c6c52d444571d9279455bfaa3466b30ad5ce5087a7fe7645b0d11b25acab3df901
 SHA512 
90d0056ac6ad76d7389b777c69d89

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

2019-06-18 Thread Thomas Deutschmann
commit: 4c224fb82128f937a87aa735b5089ac9b8c9293e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:10:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c224fb8

media-gfx/kphotoalbum: x86 stable (bug #688186)

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

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

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.5.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-5.5.ebuild
index b062c1d1822..44f61afb603 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-5.5.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-5.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.kphotoalbum.org/";
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2+ FDL-1.2"



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

2019-06-18 Thread Thomas Deutschmann
commit: 09dfce1b284b3fe2116735243a699a3feb046b0b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:21:16 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dfce1b

dev-ruby/rmagick: x86 stable (bug #688194)

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

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

diff --git a/dev-ruby/rmagick/rmagick-3.1.0.ebuild 
b/dev-ruby/rmagick/rmagick-3.1.0.ebuild
index 341fb6d7f39..b0861307d46 100644
--- a/dev-ruby/rmagick/rmagick-3.1.0.ebuild
+++ b/dev-ruby/rmagick/rmagick-3.1.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/gemhome/rmagick";
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-macos"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x86-macos"
 IUSE="doc"
 
 RDEPEND+=" >=media-gfx/imagemagick-6.9.0:= =media-gfx/imagemagick-6*"



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

2019-06-18 Thread Thomas Deutschmann
commit: 6d7a85f78dc8376a897d4e7cb05493ef87fad161
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:08:40 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7a85f7

app-arch/hardlink: x86 stable (bug #688188)

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

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

diff --git a/app-arch/hardlink/hardlink-0.3.2.ebuild 
b/app-arch/hardlink/hardlink-0.3.2.ebuild
index 469e8fa45b5..62477f0ee76 100644
--- a/app-arch/hardlink/hardlink-0.3.2.ebuild
+++ b/app-arch/hardlink/hardlink-0.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://salsa.debian.org/jak/${PN}/-/archive/${PV}/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 x86"
 
 RDEPEND="
dev-libs/libpcre



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

2019-06-18 Thread Thomas Deutschmann
commit: d5101d0c20cf4be1fafe232e7beb8c62018dbb78
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:16:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5101d0c

app-text/libmwaw: x86 stable (bug #686736)

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

 app-text/libmwaw/libmwaw-0.3.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.15.ebuild 
b/app-text/libmwaw/libmwaw-0.3.15.ebuild
index 46d14d23438..6ee596d4503 100644
--- a/app-text/libmwaw/libmwaw-0.3.15.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.15.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2019-06-18 Thread Thomas Deutschmann
commit: 89b096fe9cc835a3b02f168bf9380c30f8125f92
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:09:27 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b096fe

media-video/kaffeine: x86 stable (bug #687472)

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

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

diff --git a/media-video/kaffeine/kaffeine-2.0.18.ebuild 
b/media-video/kaffeine/kaffeine-2.0.18.ebuild
index b6bb14b5b45..4c867468cb1 100644
--- a/media-video/kaffeine/kaffeine-2.0.18.ebuild
+++ b/media-video/kaffeine/kaffeine-2.0.18.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="optional"
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 fi
 



  1   2   3   4   5   6   7   8   9   10   >