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

2020-02-17 Thread Alfredo Tupone
commit: 2eebfd6a6878a8f4455b1ba4c232cb8a25206e95
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Feb 18 07:55:11 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Feb 18 07:55:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eebfd6a

media-libs/glm: remove old versions

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

 media-libs/glm/Manifest  |  5 -
 media-libs/glm/glm-0.9.9.2.ebuild| 34 
 media-libs/glm/glm-0.9.9.4.ebuild| 32 --
 media-libs/glm/glm-0.9.9.5.ebuild| 32 --
 media-libs/glm/glm-0.9.9.6-r1.ebuild | 38 
 5 files changed, 141 deletions(-)

diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index ce1570fce00..6b41fed3948 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -1,6 +1 @@
-DIST glm-0.9.9.2.tar.gz 4572279 BLAKE2B 
8b9ade542989b3f73f1a80403b73b5c04c5d64ae259891a6b41564eb7b4417876d527ea8440352f2feec6480ec926ca877a4849c4e75c6ece3692d24d87c942a
 SHA512 
80a5fbeaaea5f1034cd6f8ad3f4daf8b5fa8d9410ccce15ced20f37e24c0f6083332fde82b1fa7357399b3e37c1a31dd3a14f257b7847a5f1ddefa627b50351a
-DIST glm-0.9.9.4.tar.gz 4578404 BLAKE2B 
4c0bb64bb477ca46d45b4d25d7d992a39a82a7d745d4564dfac04c7f6e31ea0741b33d2d6c7832580e6f51f62a2efe269a9601c10d87f1e68b333e71e20c3d02
 SHA512 
50e4784fcd5f1da4ae27830948ffe4b412ec53447b89d30c6dcc2b4e0f9ec05cca4b07461d3d8a339eb103fae8dac325fabc87607b5397122ce2021d6e15a1a1
-DIST glm-0.9.9.5.tar.gz 4578601 BLAKE2B 
9ce4dc7e638a651f958e2e0e1bfa0da121aefc382579838bfd810952bb8f4253e17caa6d743de713c86a4e8bd5f1afa38f8162e5f2d98ab141d94574d1103d40
 SHA512 
3b329acf5144aab1c0f47f8045d34e097699bd6685118ad8322c5ce23afdcb44ba2bb07e49301db06355b8eef7d4340b72251d55e113b533740d1e6ef6609911
-DIST glm-0.9.9.6-install.patch.gz 7594 BLAKE2B 
a273e1e2adc6bdcaab2a3b66457b59e42384215c19b12ce6d27706d74c4d0ec5f010912c295dff4300a44ebc16cabc09c381df5dede01daf7ebe60cf8b95d060
 SHA512 
bf489673077dcfc821264cbda55d63cf7a01f4e27cdcadf3f6e0d73f016a24fe590142144e2fa5d074cbc518acf34164653c31a346ab6909cfbd7af6c294e79f
-DIST glm-0.9.9.6.tar.gz 4354114 BLAKE2B 
e62af8d4fe22eced565a2703f5d02ad935a18a4c9352302fdb203c85149b9374066684246f940e417882d2700d13b93fc0232921151680ec58c9df80ee0be1fd
 SHA512 
1bc8fc1da21e19f95d4a24259993c7932db328fdd2d0db68dbf60c07f372e19003a8df094fb4e153bb7f50df584c17cf0a540d3d3c38b7a287f3b55314ec2d70
 DIST glm-0.9.9.7.tar.gz 4357077 BLAKE2B 
59746a8775e0fc20fe8a8c3ae01c48841066d6092ce3cd7fa93bbf29f5247c42645bc920a3dbf3f0b4b61eb1e47f46514d9cd98c4e6df133ced0072ba6a570ee
 SHA512 
9c557788d6382777317c94f8b30bc3df7e533877705514fa5d384f97b076d6bc750e841acbecdec8113e21af07bd8850159f5f1e079aaa2cde25540b480f983b

diff --git a/media-libs/glm/glm-0.9.9.2.ebuild 
b/media-libs/glm/glm-0.9.9.2.ebuild
deleted file mode 100644
index a196c92bc9b..000
--- a/media-libs/glm/glm-0.9.9.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="OpenGL Mathematics"
-HOMEPAGE="http://glm.g-truc.net/;
-SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( HappyBunny MIT )"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
-IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/opengl"
-
-PATCHES=( "${FILESDIR}"/${P}-avx.patch )
-
-src_configure() {
-   if use test; then
-   local mycmakeargs=(
-   -DGLM_TEST_ENABLE=ON
-   -DGLM_TEST_ENABLE_SIMD_SSE2="$(usex cpu_flags_x86_sse2 
ON OFF)"
-   -DGLM_TEST_ENABLE_SIMD_SSE3="$(usex cpu_flags_x86_sse3 
ON OFF)"
-   -DGLM_TEST_ENABLE_SIMD_AVX="$(usex cpu_flags_x86_avx ON 
OFF)"
-   -DGLM_TEST_ENABLE_SIMD_AVX2="$(usex cpu_flags_x86_avx2 
ON OFF)"
-   )
-   fi
-
-   cmake-utils_src_configure
-}

diff --git a/media-libs/glm/glm-0.9.9.4.ebuild 
b/media-libs/glm/glm-0.9.9.4.ebuild
deleted file mode 100644
index 13639d0788e..000
--- a/media-libs/glm/glm-0.9.9.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="OpenGL Mathematics"
-HOMEPAGE="http://glm.g-truc.net/;
-SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( HappyBunny MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/opengl"
-
-src_configure() {
-   if use test; then
-   local mycmakeargs=(
-  

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

2020-02-17 Thread Zac Medico
commit: 036c644712c36b2d67e818e6f60aa753ebd6acaf
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Feb 18 06:40:57 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Feb 18 06:44:43 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=036c6447

AsynchronousTask: Call _start_hook after _start_async

The start listeners need to run after _start_async has
completed in case they rely on any state that _start_async
has created (same goes for _start).

Fixes: d66e9ec0b105 ("AsynchronousTask: add coroutine async_start method")
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/AsynchronousTask.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/_emerge/AsynchronousTask.py b/lib/_emerge/AsynchronousTask.py
index 280ed16da..d1e23cdf1 100644
--- a/lib/_emerge/AsynchronousTask.py
+++ b/lib/_emerge/AsynchronousTask.py
@@ -25,8 +25,8 @@ class AsynchronousTask(SlotObject):
 
@coroutine
def async_start(self):
-   self._start_hook()
yield self._async_start()
+   self._start_hook()
 
@coroutine
def _async_start(self):
@@ -38,8 +38,8 @@ class AsynchronousTask(SlotObject):
"""
Start an asynchronous task and then return as soon as possible.
"""
-   self._start_hook()
self._start()
+   self._start_hook()
 
def _start(self):
self.returncode = os.EX_OK



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

2020-02-17 Thread Georgy Yakovlev
commit: b50677fc015b061b94fde381a2aa718328a7464d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 06:20:18 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 06:20:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50677fc

app-backup/rdedup: fix licenses

Closes: https://bugs.gentoo.org/694410
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/app-backup/rdedup/rdedup-1.0.2.ebuild 
b/app-backup/rdedup/rdedup-1.0.2.ebuild
index aa991f439d7..db1c7985f56 100644
--- a/app-backup/rdedup/rdedup-1.0.2.ebuild
+++ b/app-backup/rdedup/rdedup-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -45,7 +45,7 @@ DESCRIPTION="data deduplication with compression and public 
key encryption"
 HOMEPAGE="https://github.com/dpc/rdedup;
 SRC_URI="$(cargo_crate_uris ${CRATES})"
 
-LICENSE="MPL-2.0"
+LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0 Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"
 



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

2020-02-17 Thread Georgy Yakovlev
commit: 98ddce1811d5807e9f23c36cf6c94074f6909747
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 06:13:03 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 06:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ddce18

dev-util/sccache: fix licenses

Bug: https://bugs.gentoo.org/694430
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/sccache/sccache-0.2.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/sccache/sccache-0.2.12.ebuild 
b/dev-util/sccache/sccache-0.2.12.ebuild
index 1cec922e072..bd597a71cb8 100644
--- a/dev-util/sccache/sccache-0.2.12.ebuild
+++ b/dev-util/sccache/sccache-0.2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2019 Gentoo Authors
+# Copyright 2017-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -299,7 +299,7 @@ HOMEPAGE="https://github.com/mozilla/sccache/;
 SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
 
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD BSD-2 Boost-1.0 ISC MIT Unlicense ZLIB"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="azure dist-client dist-server gcs memcached redis s3"



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

2020-02-17 Thread Georgy Yakovlev
commit: c9a7f830d842d25ca92f17ec769d69af46002593
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 06:15:22 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 06:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a7f830

dev-util/sccache: drop old

Closes: https://bugs.gentoo.org/694430
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/sccache/Manifest |   6 -
 dev-util/sccache/files/scheduler.confd|  11 +-
 dev-util/sccache/files/scheduler.confd-r1 |  12 -
 dev-util/sccache/files/scheduler.initd|   8 +-
 dev-util/sccache/files/scheduler.initd-r1 |  17 --
 dev-util/sccache/files/server.confd   |  11 +-
 dev-util/sccache/files/server.confd-r1|  12 -
 dev-util/sccache/files/server.initd   |  10 +-
 dev-util/sccache/files/server.initd-r1|  19 --
 dev-util/sccache/sccache-0.2.10.ebuild| 358 --
 dev-util/sccache/sccache-0.2.12.ebuild|   8 +-
 dev-util/sccache/sccache-0.2.8-r2.ebuild  | 358 --
 dev-util/sccache/sccache-0.2.9.ebuild | 358 --
 13 files changed, 14 insertions(+), 1174 deletions(-)

diff --git a/dev-util/sccache/Manifest b/dev-util/sccache/Manifest
index 4808045cfaf..5b6ff586a8f 100644
--- a/dev-util/sccache/Manifest
+++ b/dev-util/sccache/Manifest
@@ -49,7 +49,6 @@ DIST either-1.5.0.crate 10900 BLAKE2B 
5db7e6758a91dbb7ea7c9f49b17d03e98463894e9f
 DIST encoding_rs-0.8.10.crate 1244099 BLAKE2B 
855a2af8075d8ac81e24978b6d03017db408319e8fe485b372af06addfd9930df0841d99f986edc7c16bc9822bdac72bf7af56582a3ca441e66f4cf0266f213c
 SHA512 
b6ad406bb549c0a0e7aeaf11961eb45f640ce0f83baadc54408827db04d69a70e490f8bff54dd01a0457a9fe717ae42b9d5c59d89f8246219fe640f77a4208bc
 DIST env_logger-0.5.13.crate 25275 BLAKE2B 
02d13c40bafa9e403ba1e3582e296d132061ef020183d39a071f9ab4606a8f45cd211708ab8757d6dd9c04bf4b79b429c0db4bc293a8dbce0506b643d1a6aba5
 SHA512 
46739cbdcfb34e56b65c7839a5d62ec0f285359dd415bcdcbd2de5ad8e8015aee5a31e92c202c94da5d75235dee4f49ad8585fb852be1f8b2852438922ed4a99
 DIST error-chain-0.11.0.crate 27207 BLAKE2B 
e50c4e2d6a173e9866311bb81adbde4bddd64d529bfcc919ecade60926112b537cff491a4ba8e84586b3dc63e87e2b3c0695452c165ddf202d6901b2d6247f2c
 SHA512 
a7c06be660a554b4c50deacaf6ef0699cf6e8cf234d9610324c70dac0cffeff1540dfbf10efd41427858551b095c998d670f1287c9459c35217bd78d8887c60b
-DIST error-chain-0.12.0.crate 27056 BLAKE2B 
a6d699ae63838d3b0d40a63977642fc464558fd45a46c2da9c7a57889450f7ce183c43dddfbe325c8cf6db2775c1a41f547bfd3802cda5b46d4a09f6e0a91aa5
 SHA512 
7e9fd94de9f0f8e61039766953d85b3cc5f87be2b8c37016295031ea3234dbcbccd111f521ddaaf97dab7f8ff8c30828b8949958014ef1e13a02544b6143b9e4
 DIST error-chain-0.12.1.crate 27906 BLAKE2B 
66c54c3448b8968a70395861469d7b80aa101210a3c96d2f28b0933fce6d77ec28f4ee18d7666402abc8162f567029fe93f7dc80b93644ef6e488ad4062832bf
 SHA512 
1a8baeac9f4d96214a878b5c80ec2c5753c2232a166515c96ad6a42424bbe32410f2acd3aefa70d9dda7036e1965d83aeb9fd1a393b11464fed751aaebc9bbdc
 DIST escargot-0.3.1.crate 12708 BLAKE2B 
b6beb0243d791576070ed0662e39944c28204aed3345d63be96d2e43851840e6bad084e5d38aad2e775169c25661aded27fa866048b4725e5c2d654e7db55411
 SHA512 
4d7b28c08aba0cb8d61c0df4ad1fec2c2e940495384160dc16dafaaa0f65a603d9acd4b53ce6c87fd55f255ff28aa78265c17254bea8489c7b6b9b27f9f7c92f
 DIST failure-0.1.3.crate 34107 BLAKE2B 
6ed7b1f978bc88b5a8c3e6b30854cf0718ec7882c88834f7464bdf2864a784026a90034239c09ae433b4938293be7fe8034bc32b295350db1bf38e76f140a47d
 SHA512 
b77170bb749da6a8af01cb9bbd42c5e75ff72ed74886d8ae1223bf6a7c2089c0bd37420e9e2eb5fa74c58214e49c0d00ff632008d7f6d6c831ede92db8de7e64
@@ -98,7 +97,6 @@ DIST local-encoding-0.2.0.crate 10531 BLAKE2B 
bff98eabd71a70643198ce82ca0131228a
 DIST lock_api-0.1.5.crate 16967 BLAKE2B 
c44ebe24fa6074394d0719b293d447ab67a9a23788821f2ba816b5e5b7a6b09d543c630a946b956811dd199144bf43568b52da5ebdd5e8b674e489f9efd2234d
 SHA512 
e6049a8a840c11f00b6505dc9d01d1f759aa7bee47520f86e36caf6c52ca476236b09609b0a5cab0f4c247a40a4736f8fc04cf26fce0962cbbf2956ad4adbfde
 DIST log-0.3.9.crate 16686 BLAKE2B 
543a8a2425c88bd3cf00d4cd2b4790ef344f9743b61776d65f1d81ee1069933e33aec114a2dcaada5cf698bbd983fb22354aa50bca58b161a36b2f1efc47
 SHA512 
1d49a0dcff0a17c1238aba6a6cbc485a61986e8c4768805ded912c5014d0fba6ca38c9bd038f3f53900a6309d41fc0216682f137362e63715878195453d2de6f
 DIST log-0.4.6.crate 22303 BLAKE2B 
3b1ad5e1cc1cf7bb223df569a6024b5749fdc973bb99a2a1f11772774cb384cc98214366e62d846b57c7d150f925cdf0e906f8113039204a82fbf001ae15133a
 SHA512 
3844c771f97531ae7312c6bb0cf74ccaab94925f68bf1172419cc44fa4b5373f3ac6b42fb6d0ba636a970b295ea5d1b5abbe72b4da67a103e8dc4ed48a0cc5cb
-DIST lru-disk-cache-0.2.0.crate 10160 BLAKE2B 
2a5e9316f72446c7d43893ceadf463e5081f04372565045fdea17cc0fb7ef501e1a3fcb54ae22c75278c49384e4aaac61bc1b312b74a1a8f98d6935c925bec8c
 SHA512 

[gentoo-commits] repo/proj/dotnet:master commit in: app-editors/visual-studio-code/

2020-02-17 Thread Mikhail Pukhlikov
commit: 4bff47d3f8364300567b186dea8ae7b30168f4d5
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Tue Feb 18 05:54:49 2020 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Tue Feb 18 05:55:06 2020 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=4bff47d3

bump vscode

Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 ...{visual-studio-code-1.42.0.ebuild => visual-studio-code-1.42.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-editors/visual-studio-code/visual-studio-code-1.42.0.ebuild 
b/app-editors/visual-studio-code/visual-studio-code-1.42.1.ebuild
similarity index 100%
rename from app-editors/visual-studio-code/visual-studio-code-1.42.0.ebuild
rename to app-editors/visual-studio-code/visual-studio-code-1.42.1.ebuild



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

2020-02-17 Thread Michał Górny
commit: 7124d1edd975954fd650b0034fe0fda4409b61a1
Author: zserik  ytrizja  de>
AuthorDate: Tue Feb 18 00:48:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 18 05:54:12 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=7124d1ed

repositories: Update owner for zscheile

Closes: https://github.com/gentoo/api-gentoo-org/pull/250
Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 15a50ca..c5e4197 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5152,8 +5152,8 @@
 Zscheile Overlay
 https://github.com/zserik/portage-zscheile
 
-  erik.zscheile.ytri...@gmail.com
-  Erik Kai Alain Zscheile
+  zs...@ytrizja.de
+  Erik Zscheile
 
 https://github.com/zserik/portage-zscheile.git
 git://github.com/zserik/portage-zscheile.git



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

2020-02-17 Thread Michał Górny
commit: 291107fbe238b39d88d90561c999627875aefe02
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 18 05:46:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 18 05:46:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291107fb

package.mask: Last rite dev-python/tlslite

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 550d4d6881f..ce8e295c9d2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-02-18)
+# Dead and unmaintained.  Last release in 2015.  Broken with newer
+# versions of Python 3.  No reverse dependencies left.
+# Removal in 30 days.  Bug #691044.
+dev-python/tlslite
+
 # Matthew Thode  (2020-02-17)
 # Discontinued upstream.  Bug #709998
 net-analyzer/icinga



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

2020-02-17 Thread Michał Górny
commit: 1f046d2be2331470d302777bf37cdff3ecf45c7a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 18 05:25:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 18 05:44:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f046d2b

dev-python/freezegun: Bump to 0.3.15

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

 dev-python/freezegun/Manifest|  1 +
 dev-python/freezegun/freezegun-0.3.15.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
index b631dfb590d..46381f191d1 100644
--- a/dev-python/freezegun/Manifest
+++ b/dev-python/freezegun/Manifest
@@ -2,3 +2,4 @@ DIST freezegun-0.3.10.tar.gz 20398 BLAKE2B 
971f4f3de565878b8a1e4671160f41cc7c558
 DIST freezegun-0.3.12.tar.gz 24346 BLAKE2B 
09d7c662a82d7b7fa6ae56c09bff0d73e2b63fba2b492620cd8e68ee06a15129a7e901418d1881e65b440babcfe0d014ad3574ab8dd2c7eab8486b3d868273ac
 SHA512 
f7d98ea84735b24380fa53e1e62622fe91be5a35cb75221ca4cb02418add9b0a4add9b2f691242be75acbc45d4745fef82ffe3c89890dcdffa4405940e527af4
 DIST freezegun-0.3.13.tar.gz 25419 BLAKE2B 
8334f921609463bcb18779b61b234bb80406924578ccd43ca1f4a10c65eddf87f399fa7fb285453808988c6f74331345a373cbdcb29f3bd412f3a9e472fce43c
 SHA512 
682f689c475ee574e7a466bfa102b96545cd8b7f095c4b5bdfda496ef667c712248db414d66c9f17fdb1a492c0deeb87a07d8b2a4128d7fdd771f89d5ea8277f
 DIST freezegun-0.3.14.tar.gz 25327 BLAKE2B 
d96dd84e73e1cd0fdcb8846d97901260aeab80b8ee1d1cc35715073df9693238b8b4e8b8163c6b70daf828f0f7f9e13e202ff99f3325871faca3c4a4331d63cb
 SHA512 
960e63206622bbbc378a64a62c9c849cda1380c63c148588a10347c1bc6414aebffbbbca6c53e734c8651824688c38b47aa71192d94edaac0422caebf4b1cb8c
+DIST freezegun-0.3.15.tar.gz 25530 BLAKE2B 
866736cfe556da50f8edba55b0b84c7365e6a1bf32d88e84dfcee6046474b30a9ea15522c3356c5ca30f9a8b79096ba17fdaab240f20e4ef1f91b25ec8262716
 SHA512 
9f3836f8c9f207d9bccbcaec3f1af977b26aa3699ad5f792d052e105a0de530c6dda1641480c9cd551627186bf0c65d92bf39a6f4a61f458f762d8aa999180ba

diff --git a/dev-python/freezegun/freezegun-0.3.15.ebuild 
b/dev-python/freezegun/freezegun-0.3.15.ebuild
new file mode 100644
index 000..c069ad36b75
--- /dev/null
+++ b/dev-python/freezegun/freezegun-0.3.15.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Let your Python tests travel through time"
+HOMEPAGE="https://github.com/spulec/freezegun;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="
+   >dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -r \
+   -e 's:(python-dateutil)>=2.0:\1:' \
+   -e "s:'(python-dateutil)>=[0-9.]+,.+':'\1':" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_prepare() {
+   # optional and only works with python3
+   if ! python_is_python3; then
+   rm freezegun/_async*.py || die
+   fi
+}



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

2020-02-17 Thread Georgy Yakovlev
commit: ed159c89e42104a454c39dc9b8fa76465fe8b986
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 05:40:40 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 05:40:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed159c89

sys-apps/fd: 7.4.0 amd64 x86 stable

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

 sys-apps/fd/fd-7.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/fd/fd-7.4.0.ebuild b/sys-apps/fd/fd-7.4.0.ebuild
index a3416f336c6..3830f11f72d 100644
--- a/sys-apps/fd/fd-7.4.0.ebuild
+++ b/sys-apps/fd/fd-7.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -71,7 +71,7 @@ 
SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD-2 ISC MIT Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )"



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

2020-02-17 Thread Georgy Yakovlev
commit: ceb467d27092cbd45bba2fba826b7076730da704
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 05:41:27 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 05:41:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb467d2

sys-apps/fd: drop old

Closes: https://bugs.gentoo.org/69
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/fd/Manifest   | 39 -
 sys-apps/fd/fd-7.3.0-r1.ebuild | 98 --
 2 files changed, 137 deletions(-)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index 58a61a306f4..4ba703b55f4 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -1,94 +1,55 @@
-DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f04b07ca47fc1c8128464533256f4004c8d346fe59a1e1c41be5609fdf768fad5f1afa5df94d1a02ced5c4f02c4bac
 SHA512 
8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
 DIST aho-corasick-0.7.6.crate 108953 BLAKE2B 
d713366d0783e1ffbe65408e4d38ef9f12276f61043c768265de5d47e446a378306096a70252c9a49a6e7d3b97a09f30405a3d8df6b40dc2dfeb7407ed574c95
 SHA512 
120aa28e72279f561d7f51657aa0800dd46504cd92f758f848284e5f3695be6f5e24056a66b0f2d971c527277e92ae938e2357ade37b5cbe1c93913a5dc308b1
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST atty-0.2.13.crate 4764 BLAKE2B 
673eea1d377fc3aca792a3a8bd2a5c058f3041abc76a8760dd6acab7f19fa610f812c57d81a4dbf773675cad3df483904c66e66b45d83393402f747c6db60d89
 SHA512 
4554ca7dedb4c2e8693e5847ef1fe66161ed4cb2c19156bb03f41ce7e7ea21838369dabaf447a60d1468de8bfbb7087438c12934c4569dde63df074f168569ad
-DIST bitflags-1.0.4.crate 15282 BLAKE2B 
63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875
 SHA512 
81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
 DIST bitflags-1.1.0.crate 16322 BLAKE2B 
01931976111840ca69b58e77e2c18b26ebabe4ef71ebdbe83565fbef42ffbb9512ad376192c085070485cd344b8614f260aafe0614fb20342cca5a15e9616385
 SHA512 
e3e611cf35a1ed4930727d530e6c78add895bd96636ca1354f1269b3d0e36e77fbb9ec850fe1f448a10f09ea2b2f89c2b16bb96b7da585851ce4c29a308968e3
 DIST bstr-0.2.8.crate 337654 BLAKE2B 
50c5a639ec2912bd20be83a8b017e60c7b5f75f6cbe93839f8f46a4815537e47261593d17380a38aae45445d611c9fb28135e0424184958edfcc1c06e941e4aa
 SHA512 
9e8786b68c03f059e4182046e7650b6f90431927c26c49fcdd4af3cb464092108fb2f64fdc2da1fe1d1121705ac8a21c68485b0517f3dd32040aab754f88944d
-DIST cc-1.0.29.crate 42386 BLAKE2B 
6145e3c18f4db24bb0f8b2bb8903c30623c5c63fc596375ef531fd5832ab5e22e896517022b5927dab756a72a69e33094543c665d6bc768d285307ec3f1fdba0
 SHA512 
8cfdbe735b547bbcb125ccfa54b4aa5273e8f952345713d42375376a388833bed791d1f28520821faa6586ec4c484ea210f19edafcd8a8c65793aa2fc3cd0756
 DIST cc-1.0.45.crate 49112 BLAKE2B 
f24cd4aba8f84be490ee89f95c666e35156a9dfd745ba4b28a61130ec0c2ff2b8e7ebbb7363cbebe8e9fadcfcd8c1f7f72bbbcf834b146395840c5569e66bfcf
 SHA512 
cd521fa11c0390cb7c71300ef77c5e27f10739345ff9c2d81c693191d602e8b54717237d1cfc325a39220f721df356e771c7a96885f77f43626d4e24d317434e
-DIST cfg-if-0.1.6.crate 7411 BLAKE2B 
0a19f5afaa89acfa7877e06e747c1e73af8b8a9886c97a803fc3d61d075b43f3fee6089c67ed28efe70aaf4082fc21dd5b24ea514fb1d761ba3d939dad496fee
 SHA512 
e393816f659bb5b1e64ebc72a4b6e3e673afd00cba302c3c92c6f2e98db341a29197f6cf413107e569175a86aad85e74a93e2cd3a9fa9fa2d1b70b01c3fcf378
 DIST cfg-if-0.1.9.crate 7353 BLAKE2B 
5556f3fdbf49708e6e4f08f2c536ee093b5f04dcf1fe4f68355189d129c416c338820143b5cf5f215323b38175ee0fd34eef4b2ff58179b190a63a9728fe2839
 SHA512 
45f7322217d291b3905ffdc45cadd5a7a7baf440f9a82a5b5596192ed0ac54353a3ecae0326d5807aae99bc4d79e0406d71bd65745ec8d9f8815a7c9436d648c
-DIST clap-2.32.0.crate 196073 BLAKE2B 
c262241a3ad1d0f944467f4ea9884ca3dc05b5e05656fd7b73700e0daeec035c07a5d06316cc1273e37f74f2c00429b0ee99da298804dc4deff9a252ca56ce07
 SHA512 

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

2020-02-17 Thread Georgy Yakovlev
commit: aeb36bd4f7cdafafc4d2b35b1de2773ef1012d7a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 05:38:04 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 05:38:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb36bd4

sys-apps/exa: 0.9.0 amd64 stable, fix licenses

Bug: https://bugs.gentoo.org/694440
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/exa/exa-0.9.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/exa/exa-0.9.0.ebuild b/sys-apps/exa/exa-0.9.0.ebuild
index 09ded01303f..4be36c085f5 100644
--- a/sys-apps/exa/exa-0.9.0.ebuild
+++ b/sys-apps/exa/exa-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -76,9 +76,9 @@ DESCRIPTION="A modern replacement for 'ls' written in Rust"
 HOMEPAGE="https://the.exa.website/;
 SRC_URI="$(cargo_crate_uris ${CRATES})"
 
-LICENSE="MIT"
+LICENSE="Apache-2.0 MIT Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="+git"
 
 DEPEND="



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

2020-02-17 Thread Georgy Yakovlev
commit: 8bd63071670c98851956fab18e6d3285767956b5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 05:38:37 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 05:38:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd63071

sys-apps/exa: drop old

Closes: https://bugs.gentoo.org/694440
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/exa/Manifest|  54 ---
 sys-apps/exa/exa-0.8.0-r1.ebuild | 110 ---
 2 files changed, 164 deletions(-)

diff --git a/sys-apps/exa/Manifest b/sys-apps/exa/Manifest
index 70592c43bf9..bce4e718e1f 100644
--- a/sys-apps/exa/Manifest
+++ b/sys-apps/exa/Manifest
@@ -1,111 +1,58 @@
-DIST aho-corasick-0.5.3.crate 252052 BLAKE2B 
aba67d996b22c336165be78c89f53a2164605544f82587ceb1145bdb850326c2889d1bdcc3e95a6c5bb1dc0a996902130ab8425a7b0b88b38daffbfc9f58e309
 SHA512 
cc297b4882b869919edf9023ee2bd7100eb48709f6e7076fd26d1701dab3d8aa2cfb03752a764877cd92177ab7a4ce3dcdae76d16965eca2ff53667832afda31
 DIST aho-corasick-0.7.3.crate 55093 BLAKE2B 
16dfd6505ac34c1b0351c736a913852a354da64177fbf8fabf35212a4deea087150ed7e558787061da1e71c995e3c876c155eb1c629865cc282ab8aee06c9539
 SHA512 
4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
 DIST ansi_term-0.12.0.crate 22762 BLAKE2B 
4612905fc52d4aa67b9443f49f2e967e63688df1dbd3c3fe40c19774ee214bba6dccdd185deae40ee97b5c4913d2849b5bb202a90e6ce91c75d10d4081041af2
 SHA512 
ca41f0a8ff75fdd5a1033589d95a52e89bbc7bc8a23aba161cb8f7d32f85d909171483917dfcfe7db2b65b00221e026380286fbd2baa735666b6793a1ecb5d7f
-DIST ansi_term-0.8.0.crate 10340 BLAKE2B 
188e05eac55d80054cb8982b659c6781c39bc412ab10db463abaaefa7ce8fe0bfaf5a6ebfd515ac0fb63877bc308524fe11fccf9cab4611a6b8d27e2babd2d3c
 SHA512 
0bc2e0aaf8bd0f4a12007793c87226d533aa76bb83379bb363cfc3708530b97e9af17114bb311d7bb11509c206a377d4150084c80865b9fdfc9ad053fee69b43
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST autocfg-0.1.4.crate 10937 BLAKE2B 
272fc9d216749941cb73d37d5233d1df4bde5abcf9a6e75ed928ee6493e9011922a06551dac1f6b1d0c34dce587c6ce1442ea62e88457c0cecf985e7a3d5e47e
 SHA512 
811b68ea24a836980026abba12598b35359abdff5660e6e9d3cc65e3edbedcd10dffc208900af5d4c21e983e1218b5fb5499117c05ab60b3e4716f0529b231ce
-DIST bitflags-0.7.0.crate 10851 BLAKE2B 
00a4e2b66275d6fc8a7374aeec275b5fdf0e2c197e7e90e56afe89ac45554d14ba2063aa26a486dd88d822939b6ea5a5b40936d45d8717e2a98e95ba1d3f501f
 SHA512 
fdfe472c26e5486d1a3f1bfe5a27d26678781235c6e14b49bdb75388359cb78841f38d794fc4557548581a80a10b715d8840182c9ca3316049984a6b9f35b3c0
-DIST bitflags-0.9.1.crate 12406 BLAKE2B 
e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879
 SHA512 
3c106186aa8b5b8d0fba377818618e6428af38f60e4f707873142b44cb6f64d1d7f347840c8bfba084ff569ac8c57d87f2288c4a1d79e282bc02544d69f976c0
 DIST bitflags-1.0.4.crate 15282 BLAKE2B 
63f5feb47460c344983cef8822804b1c4ac2f3adfffcf206df2b05fafb9c7bfd73986721cde46705a3e4a0dc72a40683e4d369f2339adfc1b55208bad1766875
 SHA512 
81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
-DIST byteorder-0.4.2.crate 9092 BLAKE2B 
c2a76865d3573be7824ffd6af190326db9eca8f2a87da534e2ebb22b80fab0e1b8625a5b7c83759dbdf8c7f7c1089eacba5e439758986602507a8af54857cde3
 SHA512 
fa87ac7da8dee8ae0a0f389dad6bb0dc29bab7d854981c625f9c6aff425f156fd512fd8b107bbabce3369af4584d128ccbc8607c38505ab275dd63a9d3662887
 DIST byteorder-1.3.2.crate 21596 BLAKE2B 
2ac70cff46af36e96b8b41c3adf9e09134af4d3d5b17c14233047fc3b70c829bffe6c129def84f529c1017ab2882c1bb66e86eab7b749a0d40daf2650da85d0a
 SHA512 
2ef6b986926a4671dd945583730b0bfd4bd5e75b62a8a70c2875328157ba95f2c1b17c534d905e9b287457bd34363c1a33fd3dee9217c371032393ebbe206a8f
 DIST cc-1.0.35.crate 44369 BLAKE2B 
e74583fd826dcda590d7d6b853f751a3f18b10705f62a35a954bfba2a38768870b43046d98b6e8535143cb40950bfd8daa21c86b1a24d30c3cab485b7bebeaea
 SHA512 
6d2c2708d696598e403027b3ee3e4cda4d7119185bdc2ab8c825e36bb2b9f48f40b84392b708100b812ed4a74626b7fef5b3698a9f5513de8f00ff6d922a3f04
 DIST cfg-if-0.1.7.crate 7360 BLAKE2B 
0f9a457501441c9d3408a40efb199196490bc22f4c14565703ee09dacac2a0b4e1704c05853bd4662977d487c7723521cb733881a9bafad3ff46d775acd0
 SHA512 
30a1510f0a217e588e9a2c1ef51e6188d7437c63641284782262fa9a2ec78f04d0bbdac7ce32c0e8282e2e518d4b6c9d6ed0c2658baac412133ad1cc1f8d43a4
-DIST cmake-0.1.25.crate 11903 BLAKE2B 
8c98a2db2cecf92a71c76a659983ff4d1211dcb6e9f735d5108d4a2e6b0e440f4aa75f5ca41c8e9cf702ee555000c7c98413f0920252a075136b086969bca19c
 SHA512 

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

2020-02-17 Thread Hans de Graaff
commit: 9965fb185bd0e8e7e250a82c10d5d1fd8d51c60a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 17 19:10:11 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 18 05:34:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9965fb18

dev-ruby/backports: add 3.16.1

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

 dev-ruby/backports/Manifest|  1 +
 dev-ruby/backports/backports-3.16.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index c03212eacc9..823e5779383 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -1,2 +1,3 @@
 DIST backports-3.15.0.gem 152064 BLAKE2B 
a2c2a1f35ab6f682be23a5189bafec563a2d028ed5f0e0a4880ad85e09ac7af1085a601323ec3459c5be87a5271c6c3e47b6e80005c50e3084d4ac1dc9f2fd35
 SHA512 
4eb1f928c37596971fa274d838ab991bce462a7f571cb68501fc81e579693528e93536c25e4b64d93f4f0edfd313c8aacd8af014bb5c586cc182867e78f614d5
 DIST backports-3.16.0.gem 154624 BLAKE2B 
a35adb965c3f9f42fab5fe80fa1ca20a59511e9b265da28bef059e3477fa6a291c86e3b16f837e1f2d2f7e36e6660be29a9fc02713c3f46ad36767dd87baa1f9
 SHA512 
500386a74162e6c66e606c705dd26296f56118460f35f0db44025f49bb8f516805921f23e17d0959056a2a8fc320b5ad4c514dd9c22ef811f6325113ae8a
+DIST backports-3.16.1{P}.tar.gz 156181 BLAKE2B 
c7cc842fb9bf8fcc7b55c8a572cc7a01a63008ad20f63142f339d24d7bf04202f4def2f03261d23d6c41c8c3bd0af8fce76a323e25585b6874c1428eb2a9ef90
 SHA512 
d907d729dd37ebfb175f8274078664fc4eee51de773cd0871b8bec9a8808052fbdea8571f0a402b1a6ca88ca7cd7b6b9984f66799abf92f300f1f8bc7b8f3f9b

diff --git a/dev-ruby/backports/backports-3.16.1.ebuild 
b/dev-ruby/backports/backports-3.16.1.ebuild
new file mode 100644
index 000..9b3dbb4b55b
--- /dev/null
+++ b/dev-ruby/backports/backports-3.16.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_GEMSPEC="backports.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Backports of Ruby features for older Ruby"
+HOMEPAGE="https://github.com/marcandre/backports;
+SRC_URI="https://github.com/marcandre/backports/archive/v${PV}.tar.gz -> 
$P{P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid activesupport test that no longer works in Rails 5. This also 
avoids
+   # a dependency on activesupport
+   sed -i -e '/test_rails/,/^  end/ s:^:#:' test/_backport_guards_test.rb 
|| die
+}



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

2020-02-17 Thread Hans de Graaff
commit: 6fa822d83d59aba4d17d129091d2dfc56b14d6b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 17 19:20:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 18 05:34:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa822d8

dev-ruby/faker: add 2.10.2

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

 dev-ruby/faker/Manifest|  1 +
 dev-ruby/faker/faker-2.10.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index 79d4640906e..90781a87b94 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,3 +1,4 @@
 DIST faker-1.9.6.tar.gz 1833392 BLAKE2B 
826ee480515873d1e250147e5c3749e222b1273a00fd4ae0a2a28dca91c5981290c8540602d89d406e91d98a0f5dbc6fc4a54ab6d7d2b716a4d4957ab32254dc
 SHA512 
1ea0c4194603b5eaec0f4abc2460fb39cb9de97179d7699c3cb37673731ebf8bf03d20fb422911d4725d4308691d4c92a82f5a661e034381cc04066ddcc955bc
 DIST faker-2.10.0.tar.gz 1026104 BLAKE2B 
4e669233bc6def8c15d9b042607fed37c6a267494551af71000b7c774f84a90d5dfbc6a168024fa8cf2a16b03d5041c90a94924fd55a96c7c5d091d6907310c9
 SHA512 
de7abb03be6c0a2a6a367dcf0611b5416c5d2128ddb33252758f1a0ac9a663fdad034e0f7dd3ca8cf060fe5bca011e3a078b2a9b36bab5daec9d7a406d9df7ba
+DIST faker-2.10.2.tar.gz 1028811 BLAKE2B 
27976e94f2910c37943318d4e4330d557dec3d7aed9ff291bfa7ac108298787352cb7c93f15fda80d17d2c639615b215e147d8f97c707c8ab66033acab1c7f9e
 SHA512 
3a6326778a190a26ff0842e9d21c43d27106b8fff5a7057eb4ce3d7f64ae378604f56e93ab1baee84634c256633044f3aaef93b49e06b70905d959f09fa1d70a
 DIST faker-2.8.1.tar.gz 1019881 BLAKE2B 
06336ba84a512058150ac50535e4d6a466628d127999a47f954076250c5fbb01ca901b80e1933286a88ae0770a1fef874ac24299f5d28a327f06f901007c729d
 SHA512 
8cee9dc1ea8c1aea65f117dcfdda0b9cf17c297ead58ed8ee97626f0c448f91e4f87fe4c27a09c5da844af7476ea442ae32e23d829f50d6686b44283569a0902

diff --git a/dev-ruby/faker/faker-2.10.2.ebuild 
b/dev-ruby/faker/faker-2.10.2.ebuild
new file mode 100644
index 000..175a91f89e2
--- /dev/null
+++ b/dev-ruby/faker/faker-2.10.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
+HOMEPAGE="https://github.com/stympy/faker;
+SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/i18n-1.6 !!

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

2020-02-17 Thread Hans de Graaff
commit: ca83a673e73ded1872102e159843ad3a5c76fd07
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 18 05:34:04 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 18 05:34:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca83a673

dev-ruby/ttfunk: add 1.6.2.1

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

 dev-ruby/ttfunk/Manifest  |  1 +
 dev-ruby/ttfunk/ttfunk-1.6.2.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/ttfunk/Manifest b/dev-ruby/ttfunk/Manifest
index 923d98deb1a..eb2078d8e1b 100644
--- a/dev-ruby/ttfunk/Manifest
+++ b/dev-ruby/ttfunk/Manifest
@@ -1 +1,2 @@
 DIST ttfunk-1.5.1.tar.gz 1454516 BLAKE2B 
08bb349f4289977b7391013a6686a05f27b4faea9f4b005a5056e525ce02fba2de43712e4538ccf17d967d9cc2c29cbb95e6fc39fc11b6c17291ceac54f63849
 SHA512 
6f2ffb30200b5b5d36150fe8e81e376e8f4ceec3ac4b1bfe9363191f37616f7a22849a826c19a87458ea5ca70c381e6f976311964bac113bfe5aa767d9e459d4
+DIST ttfunk-1.6.2.1.tar.gz 13625405 BLAKE2B 
c80fd7f534f7c22cce9ce3e87afe8b23870f46ac6a3a3dc860c07ef95e4e1a73998baa284797e704482fbc57ccd53997eb85f410244f4b4c548590643c62de49
 SHA512 
31dbcde0e7ca8325b7d88b1c5265ef054a04793b9da93e3c8973d0d84e6865bc93d8431247974ed372330a0a9b73df595ef4bea3736583cef2a23fcd4e1ecd29

diff --git a/dev-ruby/ttfunk/ttfunk-1.6.2.1.ebuild 
b/dev-ruby/ttfunk/ttfunk-1.6.2.1.ebuild
new file mode 100644
index 000..83f1b82a9fe
--- /dev/null
+++ b/dev-ruby/ttfunk/ttfunk-1.6.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="ttfunk.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A TrueType font parser written in pure ruby"
+HOMEPAGE="https://github.com/prawnpdf/ttfunk/;
+SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 Ruby )"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+}



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

2020-02-17 Thread Georgy Yakovlev
commit: ff2fff925f81ed85917b50e1ec7abf145569bbe8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 05:32:45 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 05:32:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2fff92

sys-apps/lsd: 0.16.0 amd64 stable, fix licenses

Bug: https://bugs.gentoo.org/694446
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/lsd/lsd-0.16.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/lsd/lsd-0.16.0.ebuild b/sys-apps/lsd/lsd-0.16.0.ebuild
index 39b576d104c..41bda95080e 100644
--- a/sys-apps/lsd/lsd-0.16.0.ebuild
+++ b/sys-apps/lsd/lsd-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -62,9 +62,9 @@ HOMEPAGE="https://github.com/Peltoche/lsd;
 SRC_URI="https://github.com/Peltoche/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
 
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD-2 ISC MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2020-02-17 Thread Georgy Yakovlev
commit: ba401fc7e5dc165c16770235cbaf71298544e947
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 05:33:47 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 05:33:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba401fc7

sys-apps/lsd: drop old

Closes: https://bugs.gentoo.org/694446
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/lsd/Manifest  |  9 --
 sys-apps/lsd/lsd-0.14.0.ebuild | 64 
 sys-apps/lsd/lsd-0.15.1.ebuild | 67 --
 3 files changed, 140 deletions(-)

diff --git a/sys-apps/lsd/Manifest b/sys-apps/lsd/Manifest
index 349976076a8..c60534bc6a4 100644
--- a/sys-apps/lsd/Manifest
+++ b/sys-apps/lsd/Manifest
@@ -8,21 +8,14 @@ DIST chrono-humanize-0.0.11.crate 11546 BLAKE2B 
dc0627852f00daa020f529fc37d5caee
 DIST clap-2.32.0.crate 196073 BLAKE2B 
c262241a3ad1d0f944467f4ea9884ca3dc05b5e05656fd7b73700e0daeec035c07a5d06316cc1273e37f74f2c00429b0ee99da298804dc4deff9a252ca56ce07
 SHA512 
ee2a66cec0d867d73fce35c055bcac77cc3ea9537b355be04be3ee17ddabefebfe3649cbdfc30ea356c54cf9f066369540eac4f5dc67e60cdadc9c66be014ef0
 DIST cloudabi-0.0.3.crate 22156 BLAKE2B 
e12054fd474754031f8f5038d5e2829e1586db974d38230cfd8774db591a58dfdcaea9fb61fc0b35366889d348b2c73ceaabbb462f1abeeffeaab167013c986f
 SHA512 
691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c
 DIST fuchsia-cprng-0.1.1.crate 2950 BLAKE2B 
8519407ab5d1f04d03cc946a07050db4dd7bc70e03894e35b9e66910a3be11224084a86ba45103fdec845e94b7ba4defbd7c5217b035a0796c0c4a94b9562cd7
 SHA512 
ea9f5beb0dfcb023c22cfc2b37ce52dfcf3a2cbbed0f79c332878858386805c65dce8469a431002367562d857a6c064e075688540c27fcb4056a110059d2
-DIST fuchsia-zircon-0.3.3.crate 22565 BLAKE2B 
a4dac3457036efab8f79fe5d5b4545e4091e994d3dc63188f71fafbcc28bf98ef359dcd20add30ac1d990ab2e66159723302fb66697349c65fab0aa58d54535e
 SHA512 
a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93
-DIST fuchsia-zircon-sys-0.3.3.crate 7191 BLAKE2B 
530bb5d475ac828843af248c6bbd24ca3b5dd8118c8884ccc6d7261818cff1c79038077114ffa04bc73a078177527824c4d9d20a9b022e4057afee3330258cff
 SHA512 
978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386
 DIST glob-0.2.11.crate 18065 BLAKE2B 
8531890ce378023f0119baccd5c556f297128d3f09c07d320d5cdc3c90032447f2e5a4f2fad0097bd3c6faf93b83256b387d232b3c9f9d3c40e54c48245321eb
 SHA512 
91a1a751bc4ed3b13154aa056180f2b8123c33627cbe972bdd7986fb0b6f1ef90e59abd4128d6e4db5e69523d757440c7df9b9721a61f5ea5a091ffc9843e10e
 DIST kernel32-sys-0.2.2.crate 24537 BLAKE2B 
dfc4a1e31d3ec9e2ac62b890839919fb7fed1444070c1dcd75bb75acfb53556d6cf2eddf5a6639e7852a3df2a0cc715c5ce1d3fc898ef16a1687020d98f715bc
 SHA512 
682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b
-DIST libc-0.2.44.crate 347920 BLAKE2B 
04fd82a1aab02a25a1201f6c463c0b30547e69dbca161f9b0ad87bfcc5b9b8427267fad3534c0a900c23fdb808b8477e20047dac396c8d000657266753786abf
 SHA512 
fda87b206acb1a65be60784516c7d4f4aacb1ce53063e3c67a6a5335a02b3a7232867d11b0cdc574131d562fd98471df8bd0427cc5790c4add0556b2a090b284
 DIST libc-0.2.55.crate 400416 BLAKE2B 
157b4f9d221f562e37ccfdd662a6777c8c6c45d1d2c9f9ff0f9d4d1bdf1aa66dac9f61a220e5be65fd7bc01273335eed86291e158f64da26bd7b398af26663e2
 SHA512 
649155c45a098dc043a42a0df19a7a43100f104bda1ce1a3bad9e5070b5a9c3a73f67197e286fb508c9257315b2e1d2a6eb4cba35f909ef0a2b1f61e1a29b196
 DIST lscolors-0.5.0.crate 15937 BLAKE2B 
27c9d42fbdfa32ce9f01fc627c2a758544dccd72f2b63f232b4984287f61f5f4dc8788a30ad60ae92ddc374b7b993b577bbc0d11a03c61756af81cc672300fc0
 SHA512 
97d881cf248dee1a744e6016941abb80579518ede0883e419b6c452215ddc0b2a6336c6c6c254e4f463cfa7f3a648ea56fef1df0ff044daba98c2d03e1731013
-DIST lsd-0.14.0.tar.gz 33646 BLAKE2B 
b0bc5f8c9ef764e8e2c1a17da144e507ff6181bbde88a002950b47fb1678f4f4790e1cdc9e438c59ebf8e84eb7ef4c7a6308a45c21c75d63b56d0b5078bef987
 SHA512 
f1c17b63769f7c390a36e2ff99caf6d1da326fefc041a992986f756614a70db5aae4c87a0a33e416a6096d8ce65f0c0cbed50d168a8d0ca6dc2e97f0065593a0
-DIST lsd-0.15.1.crate 38136 BLAKE2B 
6540beb147161fbce2bc59fd97221b961d87a0fe27f23c7b7e168ee80c219854ab1929f4fc92afa2cf70dc82b8ee2c9f7694e9aa9bac91f3c37ccfb981e8e53d
 SHA512 
ab1ba61901c372a39a7e26eda5b53adceb0b357dec998f880d23a8e97c3addc16bf1d6e21cac262f23bec3d4061b3e9f6734d85d856b8e649e8b33805acf094a
-DIST lsd-0.15.1.tar.gz 40728 BLAKE2B 
6e3b6c432f23b476bdf53cc0a6bdb353c9c4151e718cb6b848824c9a128c4e34f4c34ab9ff415bc76124e15addcaa989d629ddde009a4599dab146323a7607e8
 SHA512 
58a280615e72f9dc685e49532d147c17d94be099f80400add15b983d5945d98004a6a636f7f7a76809376dc07cab25f44d716a4b00456db0201c34f935952ed3
 DIST lsd-0.16.0.crate 39872 

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

2020-02-17 Thread Georgy Yakovlev
commit: 566dac36c35918dd985f8907f00710aff2641c46
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 04:53:26 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 04:53:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566dac36

dev-util/cargo-tree: bump to 0.29.0

now with less bloat, switched to cargo-metadata
instead of full cargo

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

 dev-util/cargo-tree/Manifest | 15 ++
 dev-util/cargo-tree/cargo-tree-0.29.0.ebuild | 68 
 2 files changed, 83 insertions(+)

diff --git a/dev-util/cargo-tree/Manifest b/dev-util/cargo-tree/Manifest
index 92ebcf5bfe5..9dfa74f7222 100644
--- a/dev-util/cargo-tree/Manifest
+++ b/dev-util/cargo-tree/Manifest
@@ -5,9 +5,11 @@ DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f0
 DIST aho-corasick-0.7.3.crate 55093 BLAKE2B 
16dfd6505ac34c1b0351c736a913852a354da64177fbf8fabf35212a4deea087150ed7e558787061da1e71c995e3c876c155eb1c629865cc282ab8aee06c9539
 SHA512 
4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
 DIST aho-corasick-0.7.6.crate 108953 BLAKE2B 
d713366d0783e1ffbe65408e4d38ef9f12276f61043c768265de5d47e446a378306096a70252c9a49a6e7d3b97a09f30405a3d8df6b40dc2dfeb7407ed574c95
 SHA512 
120aa28e72279f561d7f51657aa0800dd46504cd92f758f848284e5f3695be6f5e24056a66b0f2d971c527277e92ae938e2357ade37b5cbe1c93913a5dc308b1
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST anyhow-1.0.26.crate 26024 BLAKE2B 
09cdaf61531f3a36b186fbebc2c783d472b54494c1dbd0e2b808be332bfba5783f40d66e46b2148a677ec61ed89f73bf2db04ebb6d43c8b395162177181d2094
 SHA512 
362a22854f90032f407875ee3687287f2c9c87e3b462e808219e0fd4d3067ad245544d1b6f38b3130d824af77390a331ac0b5a918498ee6c6b401fc8d0292ccc
 DIST arrayvec-0.4.8.crate 24260 BLAKE2B 
0445e8cbbe7781fe7890dd98d46bb4451de8441fdb99b74b9f08a6a93016eb8c94978f2bda263c6f2ba6d4ea31176446c0bba43f5cb12ea644289fd4568007fc
 SHA512 
a20753d9b9ff320162f9d02f72d2756ed9e85260238e43c0528889597016525c4bca5ebd57f9a5c63727cdf707a3e3631f83401ea565f64e55208349785c625e
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST atty-0.2.13.crate 4764 BLAKE2B 
673eea1d377fc3aca792a3a8bd2a5c058f3041abc76a8760dd6acab7f19fa610f812c57d81a4dbf773675cad3df483904c66e66b45d83393402f747c6db60d89
 SHA512 
4554ca7dedb4c2e8693e5847ef1fe66161ed4cb2c19156bb03f41ce7e7ea21838369dabaf447a60d1468de8bfbb7087438c12934c4569dde63df074f168569ad
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-0.1.2.crate 10444 BLAKE2B 
1e37c97d6d309a5250552fc4c38066ba004674af6e6d091f08b24f47475c11b2db4b0967ce55d2208b9e2ba080e2bcb4b4226acd0da9d4c15dd844827ea6f0b4
 SHA512 
0f692f4062d22be01c32af2ceb6ed3887a7d65843e1a6ec696fbaa46517d02e62d573055efe5da3a63847f05bc37b254bf2dd750738b528774f63352eacdabe4
 DIST autocfg-0.1.6.crate 11439 BLAKE2B 
e0eb7a3176bb5ac27b8de466c5fcdfedb9ad32f4d2b52c0385550902d59d01c716a53179708bdeb250a91690edeb70ab81d91090ff0fd89a731dd365621aa496
 SHA512 
ac7dd73b7c6b8b54c4fc98c3e75210eb59d46ab3447fca533763bfebfa87dba5e947829e3ba56a8eb3403f6d317065b7d674da883741e619f3866b12267801fe
 DIST autocfg-0.1.7.crate 12158 BLAKE2B 
4120306f0f7c1cc0cf8d1d994c080cbf42e4b107cb51af910504c8c8d264289654dad23a0c6b9eb28d888157e5a68ef2460c3d38537ae9d5e9bf73b66ffc3015
 SHA512 
667ca520f2b46140d2f3519b43e5155426a6e7a2130879860eb10b974f84465600077f53abed4c0e6bf2612471f01786bfb3531ea8773d0f50f29d48e05f7925
@@ -45,6 +47,8 @@ DIST cargo-tree-0.25.0.tar.gz 22695 BLAKE2B 
04ebb2a2175ab5b4c714bf81326509b2d256
 DIST cargo-tree-0.26.0.tar.gz 23042 BLAKE2B 
bb3db7341fb8f45cbc5194e834f90b2b82a7049b013ac37ed952c0b0141f987d02c330cb5cbcd8a671d0fa99c5ed594809cfca1d26e7608a8488ead8a594b216
 SHA512 
ab5741f61dc6ac8ea5f9d45ff1b811edbd53e4639154a0e7d8648ff5b17f72e30bb505308ca1b3b9ad786daba7de3f2ba10f22027af792027118c0ae026e1dee
 DIST cargo-tree-0.27.0.crate 23748 BLAKE2B 
c6765f20f042718704ce9f6baf8896712225661ccd7e2f3d89c86ff0c32a5531cba20cc3ef316e11ae064ffaaf74d6e5373493eeab15bdaaa24439a2fae01a1b
 SHA512 

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

2020-02-17 Thread Georgy Yakovlev
commit: bfac70fc9cc4dcd164b80d37e8180cdbc1d15b8a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 03:35:39 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 03:36:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfac70fc

profiles/package.mask: drop virtual/cargo mask

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

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/package.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 27f8e952bae..550d4d6881f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -442,14 +442,6 @@ dev-util/buildbot-slave
 # Removal in 30 days.  Bug #660660.
 dev-python/zsi
 
-# Georgy Yakovlev  (2020-01-26)
-# Not needed anymore, feel free to remove from your system
-# emerge -C virtual/cargo
-# update your rust packages running emerge with the
-# --changed-deps option if you have problems
-# https://bugs.gentoo.org/695698
-virtual/cargo
-
 # David Seifert  (2020-01-27)
 # Unmaintained, py2 only, depends on dead dev-python/pygtkglext, last release
 # over 8 years ago, no sign of py3 port. Removal in 30 days.



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

2020-02-17 Thread Georgy Yakovlev
commit: 32987270f97cc9d8fe06db4baf7e14f4ca97ec55
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Feb 18 03:33:06 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Feb 18 03:36:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32987270

virtual/cargo: remove last rited package

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

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/cargo/cargo-1.37.0.ebuild | 17 -
 virtual/cargo/cargo-1.38.0.ebuild | 17 -
 virtual/cargo/cargo-1.39.0.ebuild | 17 -
 virtual/cargo/cargo-1.40.0.ebuild | 15 ---
 virtual/cargo/metadata.xml|  8 
 5 files changed, 74 deletions(-)

diff --git a/virtual/cargo/cargo-1.37.0.ebuild 
b/virtual/cargo/cargo-1.37.0.ebuild
deleted file mode 100644
index 631c2ccb793..000
--- a/virtual/cargo/cargo-1.37.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86"
-
-RDEPEND="|| (
-   =dev-lang/rust-${PV}*
-   =dev-lang/rust-bin-${PV}*
-   )"

diff --git a/virtual/cargo/cargo-1.38.0.ebuild 
b/virtual/cargo/cargo-1.38.0.ebuild
deleted file mode 100644
index 03936f0889c..000
--- a/virtual/cargo/cargo-1.38.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
-   =dev-lang/rust-${PV}*
-   =dev-lang/rust-bin-${PV}*
-   )"

diff --git a/virtual/cargo/cargo-1.39.0.ebuild 
b/virtual/cargo/cargo-1.39.0.ebuild
deleted file mode 100644
index 5e737019292..000
--- a/virtual/cargo/cargo-1.39.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
-   =dev-lang/rust-${PV}*
-   =dev-lang/rust-bin-${PV}*
-   )"

diff --git a/virtual/cargo/cargo-1.40.0.ebuild 
b/virtual/cargo/cargo-1.40.0.ebuild
deleted file mode 100644
index a36d725b602..000
--- a/virtual/cargo/cargo-1.40.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
-   =dev-lang/rust-${PV}*
-   =dev-lang/rust-bin-${PV}*
-   )"

diff --git a/virtual/cargo/metadata.xml b/virtual/cargo/metadata.xml
deleted file mode 100644
index 85cf4eb9205..000
--- a/virtual/cargo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Rust Project
-  
-



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gmt/files/, sci-geosciences/gmt/

2020-02-17 Thread Andreas Sturmlechner
commit: 962d783e8f971b4c82a0b457fa9c4f6be56e8005
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 18 03:04:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 18 03:05:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962d783e

sci-geosciences/gmt: Drop 4.5.6

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

 sci-geosciences/gmt/Manifest   |  8 --
 sci-geosciences/gmt/files/gmt-4.5.0-no-strip.patch | 62 --
 sci-geosciences/gmt/files/gmt-4.5.9-unistd.h.patch | 19 -
 sci-geosciences/gmt/gmt-4.5.6.ebuild   | 95 --
 sci-geosciences/gmt/metadata.xml   |  2 -
 5 files changed, 186 deletions(-)

diff --git a/sci-geosciences/gmt/Manifest b/sci-geosciences/gmt/Manifest
index a59fa600c3e..63ed70439e3 100644
--- a/sci-geosciences/gmt/Manifest
+++ b/sci-geosciences/gmt/Manifest
@@ -1,11 +1,3 @@
 DIST gmt-4.5.18-non-gpl-src.tar.bz2 103378 BLAKE2B 
3a52b547940f3e79a6dd8076b8279310e90b3f7a01a5b9e68186fc3d1711af4f5730fa20a8a04bdc57a8e06f9a656c8db71c5bc2b8d42292cb7434ad07880732
 SHA512 
57281e78cd40b168cfd49818a25523c1d1b44a8c4cab59aa5683052f14df25016b70485f79327bac37f5dd8b7c77d01a2264fe08045b7c13c3e1bd216323e50e
 DIST gmt-4.5.18-src.tar.bz2 39791396 BLAKE2B 
2199c337707773f91c3372992821f35a4e2d0f7451881507d29798425d914e82cc8d038fee43e6a44bbc18190619134906424f4d5ca3261af69d43934661fd90
 SHA512 
6d28ac29049c480d22063bbbcdb0cacf2c620e817eda19435e9b1bc0a899acf062296530f1fc677c77472fafaa6b1e6c443aaf8def7505847ed4afdd5c972945
-DIST gmt-4.5.6-doc.tar.bz2 25230761 BLAKE2B 
5e4ed5400accb3da2af6d6403ffb1b86b05a8fe6724b7fcf1728c31f56cfd0a4ce80fe47b9b3f5fcab1bc42ef8cc06ec0cc971cdd7397ab059035dfe9bc2e109
 SHA512 
97d3ab39b8f015c7488d039af1578c9187f8fdd82e8492729150afb1ec658b2e5221d92145e0776348ecfd1a720004e9766760e3a20337b00f43f309150ae302
-DIST gmt-4.5.6-share.tar.bz2 43704 BLAKE2B 
56c4c2e29a97824245c8b8cc9afbf5e865886d3047392c4ab72311bb278f4a041516a16858f06103b8edfe6ec251db09e0a3e028bb944c289ba833f99c0af79f
 SHA512 
7b1ca938a291f06be83421d1324612851da74a2156bc7568da01b05f2a235eb2f36854abd4fac5c357f9e22df4f98a69410fc3e2e2117f72994db60c00780fc0
-DIST gmt-4.5.6-src.tar.bz2 1134118 BLAKE2B 
6519002bfcafd91c420d56fb356d70cb6a814a62c8b7d9d30d77015f8401ea71ffb87b9ea4ea5b2af7917b0bce3794d66566150ce2ae82c7a5d9bb52bf5414ef
 SHA512 
0cb06f6be7cf6a3f586f7d9b4579d5520fb15f6ef14eec216c60aa4b3fa9a3ca3308bf4683c8cc0bcf71f3c02ba74a0f9bf296fec4c1980d10adc4ba4a12024e
-DIST gmt-4.5.6-suppl.tar.bz2 4137369 BLAKE2B 
9150e54385c4ee3df6dee6f8598cb2e91b4b23a3e4531fad7fee7e4eef80cbe6f06efd4a5a06882aff90782a5f07824cb6ed744da5c10e73402bdb1930984b9d
 SHA512 
7e1cd35da0a7f75800074cac4dd7f82ce17721953251c951c4f585f0cf159af6c2450fba20d9c02fad69ec7a689483de55cc652fcc600535255cf17ab528a027
-DIST gmt-4.5.6-triangle.tar.bz2 103426 BLAKE2B 
cb6372a0980a660a7e70725d43681c0a251698ff89329f92c37965c70d180cfb63ee2741702c8f9cbfef0f41c95cf6676dabcef3aefb18801367efc32e833f44
 SHA512 
3daabba610a50e72c2e9e5dd7fb22ff02547c598ff22f40f145f3f794447cde995ddbdcd2560954478806fc5edc2af4fb59615e405622daa4292e6dc2f0e4f5e
 DIST gmt-5.4.4-src.tar.xz 105073748 BLAKE2B 
bd083eeb1a71c5a2e554edadb7d8b9160f9b6d8e7510358b55d31b5f147d6719dbe8ce75510ffd844e74b787b7a6a6498fe5dfdd40755c7e6a28c018c024139b
 SHA512 
cd22f65e7efc1704b06a5e94523af6a3b949dfe9339875abf805f1d00db6533d963ea61afc69d443e21b8070608e2043d712ffad74d1228c758f549f1ac46c22
-DIST gshhs-2.1.1-coast.tar.bz2 4322743 BLAKE2B 
e171b6a41ceee6c15a9a7679c6a9145c1ffcede7be61bc26b351371a7bde7f4ddd68bbd5104638da56a66af3e930fc11d9dc6c215d3c3b528f0d56b855e3b496
 SHA512 
6009139cc4760925817e789e0c9980ec6bde1310f521e6f43e5643b9eba1e859bb9a23bdc4bb661e66d32f4886ad3ad93f5af76ca93ac847307f9acd37eeb332
-DIST gshhs-2.1.1-full.tar.bz2 29916230 BLAKE2B 
80ae867a46fc5f9cab60c3e4cedb0db7d683cb58294865a228b8853b458647179382d8fc7fefcbfff7f33ee0e12b527e402376b78f1be0ff8388a81ba682d52d
 SHA512 
f4759d21514a63b1cf3a65c75aeab951740091235e3f19d832ad2c09416d2ab8d516a8f5bf0f6068c81f6c18f76734c4bf3772c37406c1df5abd4ae445f3d375
-DIST gshhs-2.1.1-high.tar.bz2 9712697 BLAKE2B 
fa81ee855916566e135eb0522b414da9cf28f1cc29847fbccf80a485f337e6b8a1e051df95d38454679e0405cfa6777cc7f0139772425c082d46b6bd65c17c98
 SHA512 
a9c22d7ce285320d4ae22a1a446e7d7d446d1b0641abeb39d50e358d65011fd3e39761a61a41820a373df4d4ef950160f5aab71d2df899a8425caf7d162e6e0e

diff --git a/sci-geosciences/gmt/files/gmt-4.5.0-no-strip.patch 
b/sci-geosciences/gmt/files/gmt-4.5.0-no-strip.patch
deleted file mode 100644
index f0fe4c3e833..000
--- a/sci-geosciences/gmt/files/gmt-4.5.0-no-strip.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Drop manipulation of several flags:
-
-* stripping of -g from CFLAGS, as it interferes with deliberate
-  generation of debug symbols and breaks on flags like -ggdb.
-* Addition of -s resp. -Wl,-x to LDFLAGS, as stipping of binaries is
-  done as a separate step on 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/

2020-02-17 Thread Rick Farina
commit: 06ea529e68be364586486973a33278ecbfe9bcf9
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Feb 18 01:38:55 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Feb 18 01:38:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ea529e

net-wireless/wpa_supplicant: fix libressl live

per testing it seems suiteb is still broken with libressl even in
wpa_supplicant git

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/wpa_supplicant/wpa_supplicant-.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
index 3cb7b352a50..67a54e06ba6 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
@@ -247,9 +247,11 @@ src_configure() {
Kconfig_style_config OWE
Kconfig_style_config SAE
Kconfig_style_config DPP
-   Kconfig_style_config SUITEB
Kconfig_style_config SUITEB192
fi
+   if ! use bindist && ! use libressl; then
+   Kconfig_style_config SUITEB
+   fi
 
if use smartcard ; then
Kconfig_style_config SMARTCARD
@@ -452,6 +454,11 @@ pkg_postinst() {
ewarn "This is incredibly undesirable"
fi
fi
+   if use libressl; then
+   ewarn "Libressl doesn't support SUITEB (part of WPA3)"
+   ewarn "but it does support SUITEB192 (the upgraded strength 
version of the same)"
+   ewarn "You probably don't care.  Patches welcome"
+   fi
 
# Mea culpa, feel free to remove that after some time --mgorny.
local fn



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

2020-02-17 Thread Mike Gilbert
commit: 8b2eb4019758e4aaabf9b8d2b4dd2349c1446f38
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 18 00:37:51 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 18 00:37:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2eb401

sys-apps/systemd: move stable keywords to 244.3

Closes: https://bugs.gentoo.org/710002
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/systemd-244.2.ebuild | 506 --
 sys-apps/systemd/systemd-244.3.ebuild |   2 +-
 2 files changed, 1 insertion(+), 507 deletions(-)

diff --git a/sys-apps/systemd/systemd-244.2.ebuild 
b/sys-apps/systemd/systemd-244.2.ebuild
deleted file mode 100644
index ba080d56bae..000
--- a/sys-apps/systemd/systemd-244.2.ebuild
+++ /dev/null
@@ -1,506 +0,0 @@
-# Copyright 2011-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
-fi
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam 
python-any-r1 systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls 
elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam pcre policykit 
qrcode +resolvconf +seccomp selinux split-usr static-libs +sysv-utils test 
vanilla xkb"
-
-REQUIRED_USE="importd? ( curl gcrypt lzma )"
-RESTRICT="!test? ( test )"
-
-MINKV="3.11"
-
-COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   apparmor? ( sys-libs/libapparmor:0= )
-   audit? ( >=sys-process/audit-2:0= )
-   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
-   curl? ( net-misc/curl:0= )
-   dns-over-tls? ( >=net-libs/gnutls-3.5.3:0= )
-   elfutils? ( >=dev-libs/elfutils-0.158:0= )
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
-   http? (
-   >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)]
-   >=net-libs/gnutls-3.1.4:0=
-   )
-   idn? ( net-dns/libidn2:= )
-   importd? (
-   app-arch/bzip2:0=
-   sys-libs/zlib:0=
-   )
-   kmod? ( >=sys-apps/kmod-15:0= )
-   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
-   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
-   nat? ( net-firewall/iptables:0= )
-   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
-   pcre? ( dev-libs/libpcre2 )
-   qrcode? ( media-gfx/qrencode:0= )
-   seccomp? ( >=sys-libs/libseccomp-2.3.3:0= )
-   selinux? ( sys-libs/libselinux:0= )
-   xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )"
-
-# Newer linux-headers needed by ia64, bug #480218
-DEPEND="${COMMON_DEPEND}
-   >=sys-kernel/linux-headers-${MINKV}
-   gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
-"
-
-# baselayout-2.2 has /run
-RDEPEND="${COMMON_DEPEND}
-   acct-group/adm
-   acct-group/wheel
-   acct-group/kmem
-   acct-group/tty
-   acct-group/utmp
-   acct-group/audio
-   acct-group/cdrom
-   acct-group/dialout
-   acct-group/disk
-   acct-group/input
-   acct-group/kvm
-   acct-group/render
-   acct-group/tape
-   acct-group/video
-   acct-group/systemd-journal
-   acct-user/systemd-journal-remote
-   acct-user/systemd-coredump
-   acct-user/systemd-network
-   acct-user/systemd-resolve
-   acct-user/systemd-timesync
-   >=sys-apps/baselayout-2.2
-   selinux? ( sec-policy/selinux-base-policy[systemd] )
-   sysv-utils? ( !sys-apps/sysvinit )
-   !sysv-utils? ( sys-apps/sysvinit )
-   resolvconf? ( !net-dns/openresolv )
-   !build? ( || (
-   sys-apps/util-linux[kill(-)]
-   sys-process/procps[kill(+)]
-   sys-apps/coreutils[kill(-)]
-   ) )
-   !sys-auth/nss-myhostname
-   !sys-fs/eudev
-   !sys-fs/udev
-"
-
-# sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
-PDEPEND=">=sys-apps/dbus-1.9.8[systemd]
-   >=sys-apps/hwids-20150417[udev]
-   >=sys-fs/udev-init-scripts-25
-   policykit? ( sys-auth/polkit )
-   !vanilla? ( sys-apps/gentoo-systemd-integration )"
-
-BDEPEND="
-   app-arch/xz-utils:0
-   dev-util/gperf

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

2020-02-17 Thread Mike Gilbert
commit: 15028093f35848830040aeea32b3f669887db53d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 18 00:32:26 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 18 00:35:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15028093

sys-apps/systemd: remove obsolete blockers

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/systemd-243-r2.ebuild | 2 --
 sys-apps/systemd/systemd-244.2.ebuild  | 2 --
 sys-apps/systemd/systemd-244.3.ebuild  | 2 --
 sys-apps/systemd/systemd-244.ebuild| 2 --
 sys-apps/systemd/systemd-245_rc1-r1.ebuild | 2 --
 sys-apps/systemd/systemd-.ebuild   | 2 --
 6 files changed, 12 deletions(-)

diff --git a/sys-apps/systemd/systemd-243-r2.ebuild 
b/sys-apps/systemd/systemd-243-r2.ebuild
index 738ac85b5c0..5c4c417bc34 100644
--- a/sys-apps/systemd/systemd-243-r2.ebuild
+++ b/sys-apps/systemd/systemd-243-r2.ebuild
@@ -32,7 +32,6 @@ MINKV="3.11"
 
 COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   !=sys-process/audit-2:0= )
@@ -100,7 +99,6 @@ RDEPEND="${COMMON_DEPEND}
sys-apps/coreutils[kill(-)]
) )
!sys-auth/nss-myhostname
-   !

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

2020-02-17 Thread Mike Gilbert
commit: 7aaf3c45d96a46983b74a7643e6687a79ead70b6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 18 00:29:55 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 18 00:34:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaf3c45

sys-apps/systemd: bump to 244.3

https://bugs.gentoo.org/710002
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-244.3.ebuild | 508 ++
 2 files changed, 509 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 73b9bcee144..61af91e2f71 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -2,3 +2,4 @@ DIST systemd-243.tar.gz 8242522 BLAKE2B 
89e3ebbea5a99061329f7c78220a66c1e075d5ba
 DIST systemd-244.tar.gz 8445963 BLAKE2B 
19751fb9c058a079694ee1b991259fd3f1fa30ae98ca38bbe8caadfc5628db7848c7f742a1b11781fbd67f911adda917d7a4da1dddb63064907f86f47e5a3256
 SHA512 
08f260fb15b5eb273faafda826dd9154e9a02841b4c5911cc1c7e1445072ad51389f8cced7b9acf112737c20fd56b2fbf48b3f914733c934c774d38a23b616fb
 DIST systemd-245-rc1.tar.gz 8961356 BLAKE2B 
ed04166ead57c2f1cc1a1ca2f0041cae134b503d3448ea9fdd799e12d81f45721ee304d4aabd96d3eab8ea1321b283820e8d2a850b41733e40f07fd419f67b95
 SHA512 
2ef9a295f3897c6642a2fac2e3c73467ece9bc6fc196cc4f3707b9c23af2581eb9f74def78909d57513b67604bf1cf6dc5dbb31c6d435f7997677d09a73d006b
 DIST systemd-stable-244.2.tar.gz 8484718 BLAKE2B 
7ba41c443aa3e34379c24eb1590bd1090037a03178dd76cf8324ee50a1d7e82d2da27abdf9ea7c6b9b0b5467d15625dd432739878e8b482636a9f4bae802f2a5
 SHA512 
fad6c9da7bf7b6f572ea411e70bea7a44e9be0b373cb86cbe5a77a08cd1b5e4f4f3ae6bfa001194e14a9849313a9151e3fdeee62c93f18f15439a657a05783e2
+DIST systemd-stable-244.3.tar.gz 8484735 BLAKE2B 
25125ecdae59c852e8ceb45b7ed0b76631b301ab4026c4e389c4bc12090fe41f5918411a75bd20f38b6b3993445df93c850ba98f8d9b30fd24fc4e25f8355a3d
 SHA512 
f8e83fa3e57ac8fdbed61b66bb45fd0eafa6fb36eda26f10690d93f34b03daab6ce4e7eff45b79dcaf59f11f41c1b022d1d9314f576c50ad28f6bb5901f1b18d

diff --git a/sys-apps/systemd/systemd-244.3.ebuild 
b/sys-apps/systemd/systemd-244.3.ebuild
new file mode 100644
index 000..2a74ef0ef0b
--- /dev/null
+++ b/sys-apps/systemd/systemd-244.3.ebuild
@@ -0,0 +1,508 @@
+# Copyright 2011-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+fi
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam 
python-any-r1 systemd toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls 
elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam pcre policykit 
qrcode +resolvconf +seccomp selinux split-usr static-libs +sysv-utils test 
vanilla xkb"
+
+REQUIRED_USE="importd? ( curl gcrypt lzma )"
+RESTRICT="!test? ( test )"
+
+MINKV="3.11"
+
+COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   !=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( net-misc/curl:0= )
+   dns-over-tls? ( >=net-libs/gnutls-3.5.3:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   http? (
+   >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)]
+   >=net-libs/gnutls-3.1.4:0=
+   )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
+   nat? ( net-firewall/iptables:0= )
+   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
+   pcre? ( dev-libs/libpcre2 )
+   qrcode? ( media-gfx/qrencode:0= )
+   seccomp? ( >=sys-libs/libseccomp-2.3.3:0= )
+   selinux? ( sys-libs/libselinux:0= )
+   xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )"
+
+# Newer linux-headers needed by ia64, bug #480218
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-${MINKV}
+   gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
+"
+
+# baselayout-2.2 has /run

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

2020-02-17 Thread Zac Medico
commit: c7e52d0466211907d20cdbc04f1e90e7da626694
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 17 23:39:12 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Feb 18 00:14:00 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c7e52d04

EbuildPhase: add _async_start coroutine

Convert the _start method to an _async_start coroutine, since
eventually this method will need to be a coroutine in order to write
messages to the build log as discussed in bug 709746.

Also convert SequentialTaskQueue to use the async_start method,
which is now required in order to start EbuildPhase instances.

Bug: https://bugs.gentoo.org/709746
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/EbuildPhase.py | 21 +++--
 lib/_emerge/SequentialTaskQueue.py | 20 
 2 files changed, 27 insertions(+), 14 deletions(-)

diff --git a/lib/_emerge/EbuildPhase.py b/lib/_emerge/EbuildPhase.py
index 234a273a0..63d0746da 100644
--- a/lib/_emerge/EbuildPhase.py
+++ b/lib/_emerge/EbuildPhase.py
@@ -23,7 +23,7 @@ from portage.util._dyn_libs.soname_deps_qa import (
 )
 from portage.package.ebuild.prepare_build_dirs import (_prepare_workdir,
_prepare_fake_distdir, _prepare_fake_filesdir)
-from portage.util.futures.compat_coroutine import coroutine
+from portage.util.futures.compat_coroutine import coroutine, coroutine_return
 from portage.util import writemsg
 from portage.util._async.AsyncTaskFuture import AsyncTaskFuture
 from portage.util.futures.executor.fork import ForkExecutor
@@ -69,6 +69,10 @@ class EbuildPhase(CompositeTask):
_locked_phases = ("setup", "preinst", "postinst", "prerm", "postrm")
 
def _start(self):
+   self.scheduler.run_until_complete(self._async_start())
+
+   @coroutine
+   def _async_start(self):
 
need_builddir = self.phase not in 
EbuildProcess._phases_without_builddir
 
@@ -138,20 +142,17 @@ class EbuildPhase(CompositeTask):
env_extractor = 
BinpkgEnvExtractor(background=self.background,
scheduler=self.scheduler, 
settings=self.settings)
if env_extractor.saved_env_exists():
-   self._start_task(env_extractor, 
self._env_extractor_exit)
-   return
+   self._current_task = env_extractor
+   yield env_extractor.async_start()
+   yield env_extractor.async_wait()
+   if self._default_exit(env_extractor) != 
os.EX_OK:
+   self._async_wait()
+   coroutine_return()
# If the environment.bz2 doesn't exist, then ebuild.sh 
will
# source the ebuild as a fallback.
 
self._start_lock()
 
-   def _env_extractor_exit(self, env_extractor):
-   if self._default_exit(env_extractor) != os.EX_OK:
-   self.wait()
-   return
-
-   self._start_lock()
-
def _start_lock(self):
if (self.phase in self._locked_phases and
"ebuild-locks" in self.settings.features):

diff --git a/lib/_emerge/SequentialTaskQueue.py 
b/lib/_emerge/SequentialTaskQueue.py
index 80908936c..a4555275f 100644
--- a/lib/_emerge/SequentialTaskQueue.py
+++ b/lib/_emerge/SequentialTaskQueue.py
@@ -1,9 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 from collections import deque
+import functools
 import sys
 
+from portage.util.futures import asyncio
+from portage.util.futures.compat_coroutine import coroutine
 from portage.util.SlotObject import SlotObject
 
 class SequentialTaskQueue(SlotObject):
@@ -41,18 +44,27 @@ class SequentialTaskQueue(SlotObject):
cancelled = getattr(task, "cancelled", None)
if not cancelled:
self.running_tasks.add(task)
-   task.addExitListener(self._task_exit)
-   task.start()
+   future = 
asyncio.ensure_future(self._task_coroutine(task), loop=task.scheduler)
+   
future.add_done_callback(functools.partial(self._task_exit, task))
finally:
self._scheduling = False
 
-   def _task_exit(self, task):
+   @coroutine
+   def _task_coroutine(self, task):
+   yield task.async_start()
+   yield task.async_wait()
+
+   def _task_exit(self, task, future):
"""
Since we can always rely on exit listeners being called, the 
set of

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

2020-02-17 Thread Matthew Thode
commit: 3cb7e18ccc73d320423f8b6840a63b596ccc6ee0
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 23:29:12 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 23:37:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb7e18c

net-analyzer/icinga2: remove dep on icinga

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

 net-analyzer/icinga2/icinga2-2.10.5.ebuild | 5 ++---
 net-analyzer/icinga2/icinga2-2.10.6.ebuild | 5 ++---
 net-analyzer/icinga2/icinga2-2.11.2.ebuild | 5 ++---
 net-analyzer/icinga2/icinga2-.ebuild   | 5 ++---
 net-analyzer/icinga2/metadata.xml  | 1 -
 5 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/net-analyzer/icinga2/icinga2-2.10.5.ebuild 
b/net-analyzer/icinga2/icinga2-2.10.5.ebuild
index 88849f9e78f..5ca081b6660 100644
--- a/net-analyzer/icinga2/icinga2-2.10.5.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.10.5.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://icinga.org/icinga2;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
+IUSE="console libressl lto mail mariadb minimal +mysql nano-syntax +plugins 
postgres systemd +vim-syntax"
 WX_GTK_VER="3.0"
 
 CDEPEND="
@@ -42,8 +42,7 @@ RDEPEND="
net-analyzer/monitoring-plugins
net-analyzer/nagios-plugins
) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )"
+   mail? ( virtual/mailx )"
 
 REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
 

diff --git a/net-analyzer/icinga2/icinga2-2.10.6.ebuild 
b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
index 36b37867296..6c9a7ab3cdf 100644
--- a/net-analyzer/icinga2/icinga2-2.10.6.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.10.6.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://icinga.org/icinga2;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
+IUSE="console libressl lto mail mariadb minimal +mysql nano-syntax +plugins 
postgres systemd +vim-syntax"
 WX_GTK_VER="3.0"
 
 CDEPEND="
@@ -41,8 +41,7 @@ RDEPEND="
net-analyzer/monitoring-plugins
net-analyzer/nagios-plugins
) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )"
+   mail? ( virtual/mailx )"
 
 REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
 

diff --git a/net-analyzer/icinga2/icinga2-2.11.2.ebuild 
b/net-analyzer/icinga2/icinga2-2.11.2.ebuild
index 1af87fa28ec..ec0fd092da5 100644
--- a/net-analyzer/icinga2/icinga2-2.11.2.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.11.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://icinga.org/icinga2;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
+IUSE="console libressl lto mail mariadb minimal +mysql nano-syntax +plugins 
postgres systemd +vim-syntax"
 WX_GTK_VER="3.0"
 
 CDEPEND="
@@ -41,8 +41,7 @@ RDEPEND="
net-analyzer/monitoring-plugins
net-analyzer/nagios-plugins
) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )"
+   mail? ( virtual/mailx )"
 
 REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
 

diff --git a/net-analyzer/icinga2/icinga2-.ebuild 
b/net-analyzer/icinga2/icinga2-.ebuild
index 157a2ed119e..92b7c65b3f1 100644
--- a/net-analyzer/icinga2/icinga2-.ebuild
+++ b/net-analyzer/icinga2/icinga2-.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://icinga.org/icinga2;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
+IUSE="console libressl lto mail mariadb minimal +mysql nano-syntax +plugins 
postgres systemd +vim-syntax"
 WX_GTK_VER="3.0"
 
 CDEPEND="
@@ -41,8 +41,7 @@ RDEPEND="
net-analyzer/monitoring-plugins
net-analyzer/nagios-plugins
) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )"
+   mail? ( virtual/mailx )"
 
 REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
 

diff --git a/net-analyzer/icinga2/metadata.xml 
b/net-analyzer/icinga2/metadata.xml
index 6c4dccde701..2916a688675 100644
--- a/net-analyzer/icinga2/metadata.xml
+++ b/net-analyzer/icinga2/metadata.xml
@@ -6,7 +6,6 @@
Matthew Thode


-   Adds support for the old interface
Adds support for line-editing in the 
console
Adds support for link time optimization
Allows for mailing of alerts



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

2020-02-17 Thread Matthew Thode
commit: b5d69fe841603d66710e4ea4050d6b161f2a503b
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 23:36:50 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 23:37:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d69fe8

profiles/ppc: mask icinga use flag for pnp4nagios

Signed-off-by: Matthew Thode  gentoo.org>

 profiles/arch/powerpc/ppc32/package.use.mask | 4 
 profiles/arch/powerpc/ppc64/package.use.mask | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index eb7fcedcc05..86486328e7b 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Thode  (2020-02-17)
+# Mask until net-analyzer/icinga2 is keyworded
+net-analyzer/pnp4nagios icinga
+
 # Patrick McLean  (2020-02-15)
 # Mask until dev-libs/libfido2 is keyworded
 net-misc/openssh security-key

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index a91c95026e5..116857295c3 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Thode  (2020-02-17)
+# Mask until net-analyzer/icinga2 is keyworded
+net-analyzer/pnp4nagios icinga
+
 # Georgy Yakovlev  (2020-01-25)
 # bolt not keyworded on ~ppc64
 kde-plasma/plasma-meta crypt thunderbolt



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

2020-02-17 Thread Matthew Thode
commit: 28289c7f1df4e82a1aefe21bb804ec6d2293146e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 23:37:34 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 23:37:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28289c7f

net-analyzer/pnp4nagios: remove icinga dependency

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

 net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild 
b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
index 48d161daa23..6a09ab87188 100644
--- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
+++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ REQUIRED_USE="^^ ( icinga nagios )"
 DEPEND="
dev-lang/php:*[filter,gd,json,simplexml,xml,zlib]
net-analyzer/rrdtool[graph,perl]
-   icinga? ( || ( net-analyzer/icinga2 net-analyzer/icinga ) )
+   icinga? ( net-analyzer/icinga2 )
nagios? ( net-analyzer/nagios-core )"
 
 # A list of modules used in our Apache config file.



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

2020-02-17 Thread Andrey Utkin
commit: 9ac9605e76b3e00f830dcb1bb943c2414dc5b801
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Feb 17 22:51:42 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Feb 17 22:51:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac9605e

sys-power/acpid: pull updated extras with a fix

Bug: https://bugs.gentoo.org/692598
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 sys-power/acpid/Manifest   | 1 +
 sys-power/acpid/acpid-2.0.32-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
index 9630e13726f..763f601f337 100644
--- a/sys-power/acpid/Manifest
+++ b/sys-power/acpid/Manifest
@@ -2,3 +2,4 @@ DIST acpid-2.0.31.tar.xz 155620 BLAKE2B 
11338d72156dfd90f680367e23e373f8c4ee5e55
 DIST acpid-2.0.32.tar.xz 155768 BLAKE2B 
829b2f78f497d9c0bbd90d952cadad96beece3070240bee69f2a5cf28903e9e5f969a3bf9000552c63a52c17f8b94285a181f4301449a9b64c573032d9a4d255
 SHA512 
c7afffdf9818504e1ac03b0ad693a05f772bfd07af9808262b3b6bb82ca4dabe6253c94e6dc59e5be6f0da9e815e8bcf2d3e16f02b23d0248b6bad4509e78be7
 DIST sys-power_acpid_2.0.29-r1_extras.tar.xz 2548 BLAKE2B 
4568f0e44d33382fd294248d48c8852f689f0a6082d9b74b33b77918d3ce21d7f1bf8a3aafeaa252e8fe170b3829155344a256f01fe80414369f02d50a17ff55
 SHA512 
f2c366c50c75790df32a1f6573b7de640fd09a97c4598155ebd0aad2eba118961ddc82fe0fbb4dc935aa5b6d7fcfe3ade73fff555b4588b0e4579a1028bef12f
 DIST sys-power_acpid_2.0.32-r1_extras.tar.xz 2204 BLAKE2B 
7f3b6c7c93c0989071c4e1046a0e07311c617673621aef13ca71e407be7d67b97ace3251daa5b91be23f84d882a8f17bc02f180d3d1946bd880c0f071e7cdbf1
 SHA512 
5012687d1afec41f5cb617f767c6a97dcfaa118b3261dfe7588ce8be1732edd183abbe405f33ae2441cdb3a11606d52defcf0554f455d04941cdde8d0f4bf822
+DIST sys-power_acpid_2.0.32-r2_extras.tar.xz 2196 BLAKE2B 
0975289f7cff6ce24523246f1daac22149d69c410e07a19a5952457e269fc1f736bd3636c93038f660c411f3085d375250c31dc3de3ac1bc6335a97e1fa3dea3
 SHA512 
f49cf3f75f5db4ca454d29330ae40461deb1109f076e140188a7560fedd78970572a6c023146c4d33c0778ff65056abcbc66725c000ece8e6861419d02d0c6ca

diff --git a/sys-power/acpid/acpid-2.0.32-r2.ebuild 
b/sys-power/acpid/acpid-2.0.32-r2.ebuild
index 1b2a4e9e820..1f2a1dd7014 100644
--- a/sys-power/acpid/acpid-2.0.32-r2.ebuild
+++ b/sys-power/acpid/acpid-2.0.32-r2.ebuild
@@ -6,7 +6,7 @@ inherit linux-info systemd
 
 DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
 HOMEPAGE="https://sourceforge.net/projects/acpid2;
-EXTRAS_VER="2.0.32-r1"
+EXTRAS_VER="2.0.32-r2"
 EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
 SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz



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

2020-02-17 Thread Andrey Utkin
commit: a4a8253524409bbba018e55bbf66254349415f87
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Feb 17 22:50:28 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Feb 17 22:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a82535

sys-power/acpid: add new ebuild 2.0.32-r2

Cloned from 2.0.32-r1 for further changes.

Bug: https://bugs.gentoo.org/692598
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 sys-power/acpid/acpid-2.0.32-r2.ebuild | 71 ++
 1 file changed, 71 insertions(+)

diff --git a/sys-power/acpid/acpid-2.0.32-r2.ebuild 
b/sys-power/acpid/acpid-2.0.32-r2.ebuild
new file mode 100644
index 000..1b2a4e9e820
--- /dev/null
+++ b/sys-power/acpid/acpid-2.0.32-r2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit linux-info systemd
+
+DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
+HOMEPAGE="https://sourceforge.net/projects/acpid2;
+EXTRAS_VER="2.0.32-r1"
+EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
+SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
+   https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz
+   "
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-apm )"
+DEPEND=">=sys-kernel/linux-headers-3"
+
+pkg_pretend() {
+   local CONFIG_CHECK="~INPUT_EVDEV"
+   local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI 
button event support."
+   [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
+}
+
+pkg_setup() { :; }
+
+PATCHES=(
+   "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.32-powerbtn-gsd-power.patch" 
#702700
+)
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   newdoc kacpimon/README README.kacpimon
+   dodoc -r samples
+   rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
+
+   exeinto /etc/acpi
+   newexe "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.6-default.sh" default.sh
+   exeinto /etc/acpi/actions
+   newexe samples/powerbtn/powerbtn.sh powerbtn.sh
+   insinto /etc/acpi/events
+   newins "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.4-default" default
+
+   newinitd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.26-init.d" ${PN}
+   newconfd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.16-conf.d" ${PN}
+
+   systemd_dounit 
"${WORKDIR}"/${EXTRAS_NAME}/systemd/${PN}.{service,socket}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "You may wish to read the Gentoo Linux Power Management 
Guide,"
+   elog "which can be found online at:"
+   elog "https://wiki.gentoo.org/wiki/Power_management/Guide;
+   elog
+   fi
+
+   # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
+   mkdir -p "${ROOT%/}"/run
+
+   if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
+   echo
+   ewarn "You should reboot the system now to get /run mounted 
with tmpfs!"
+   fi
+}



[gentoo-commits] proj/portage:master commit in: lib/portage/tests/util/futures/, lib/portage/tests/locks/, ...

2020-02-17 Thread Zac Medico
commit: d66e9ec0b10522528d62e18b83e012c1ec121787
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 17 18:32:06 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 17 22:29:09 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d66e9ec0

AsynchronousTask: add coroutine async_start method

Add coroutine async_start coroutine method which calls an _async_start
template method. Eventually, subclasses having _start implementations
that need to write to a build log will be required to implement an
_async_start coroutine method to replace the _start method as
discussed in bug 709746.

Bug: https://bugs.gentoo.org/709746
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/AsynchronousTask.py| 22 +-
 lib/_emerge/CompositeTask.py   | 17 ++---
 lib/_emerge/TaskSequence.py|  7 ++-
 lib/portage/tests/ebuild/test_doebuild_fd_pipes.py |  6 --
 lib/portage/tests/ebuild/test_doebuild_spawn.py|  6 +++---
 lib/portage/tests/ebuild/test_fetch.py |  9 ++---
 lib/portage/tests/ebuild/test_ipc_daemon.py|  4 ++--
 lib/portage/tests/ebuild/test_spawn.py |  4 ++--
 .../test_lazy_import_portage_baseline.py   |  6 +++---
 lib/portage/tests/locks/test_asynchronous_lock.py  | 18 +-
 lib/portage/tests/process/test_PopenProcess.py |  6 +++---
 .../tests/process/test_PopenProcessBlockingIO.py   |  4 ++--
 lib/portage/tests/process/test_poll.py |  4 ++--
 .../tests/util/futures/test_iter_completed.py  | 16 +++-
 lib/portage/tests/util/test_file_copier.py |  6 +++---
 15 files changed, 87 insertions(+), 48 deletions(-)

diff --git a/lib/_emerge/AsynchronousTask.py b/lib/_emerge/AsynchronousTask.py
index cf6e6dc44..280ed16da 100644
--- a/lib/_emerge/AsynchronousTask.py
+++ b/lib/_emerge/AsynchronousTask.py
@@ -1,10 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import signal
 
 from portage import os
 from portage.util.futures import asyncio
+from portage.util.futures.compat_coroutine import coroutine, coroutine_return
 from portage.util.SlotObject import SlotObject
 
 class AsynchronousTask(SlotObject):
@@ -22,6 +23,17 @@ class AsynchronousTask(SlotObject):
 
_cancelled_returncode = - signal.SIGINT
 
+   @coroutine
+   def async_start(self):
+   self._start_hook()
+   yield self._async_start()
+
+   @coroutine
+   def _async_start(self):
+   self._start()
+   coroutine_return()
+   yield None
+
def start(self):
"""
Start an asynchronous task and then return as soon as possible.
@@ -29,6 +41,10 @@ class AsynchronousTask(SlotObject):
self._start_hook()
self._start()
 
+   def _start(self):
+   self.returncode = os.EX_OK
+   self._async_wait()
+
def async_wait(self):
"""
Wait for returncode asynchronously. Notification is available
@@ -49,10 +65,6 @@ class AsynchronousTask(SlotObject):
self._async_wait()
return waiter
 
-   def _start(self):
-   self.returncode = os.EX_OK
-   self._async_wait()
-
def isAlive(self):
return self.returncode is None
 

diff --git a/lib/_emerge/CompositeTask.py b/lib/_emerge/CompositeTask.py
index 1edec4a17..ce7136c3d 100644
--- a/lib/_emerge/CompositeTask.py
+++ b/lib/_emerge/CompositeTask.py
@@ -1,8 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 from _emerge.AsynchronousTask import AsynchronousTask
 from portage import os
+from portage.util.futures import asyncio
+
 
 class CompositeTask(AsynchronousTask):
 
@@ -97,7 +99,7 @@ class CompositeTask(AsynchronousTask):
def _start_task(self, task, exit_handler):
"""
Register exit handler for the given task, set it
-   as self._current_task, and call task.start().
+   as self._current_task, and call task.async_start().
 
Subclasses can use this as a generic way to start
a task.
@@ -109,7 +111,16 @@ class CompositeTask(AsynchronousTask):
pass
task.addExitListener(exit_handler)
self._current_task = task
-   task.start()
+   result = asyncio.ensure_future(task.async_start(), 
loop=self.scheduler)
+   result.add_done_callback(self._current_task_start_cb)
+
+   def _current_task_start_cb(self, future):
+   try:
+   future.result()
+   except 

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

2020-02-17 Thread Zac Medico
commit: a287c49f84ad3af7c8e20bebd116ea972f318e04
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 17 21:39:21 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 17 22:49:32 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=a287c49f

AbstractEbuildProcess: add _async_start coroutine

Convert the _start method to an _async_start coroutine, since
eventually this method will need to be a coroutine in order to write
messages to the build log as discussed in bug 709746.

Bug: https://bugs.gentoo.org/709746
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/AbstractEbuildProcess.py | 33 +
 lib/_emerge/MiscFunctionsProcess.py  |  8 +---
 2 files changed, 14 insertions(+), 27 deletions(-)

diff --git a/lib/_emerge/AbstractEbuildProcess.py 
b/lib/_emerge/AbstractEbuildProcess.py
index ddf04e9b3..7eb5dfd1b 100644
--- a/lib/_emerge/AbstractEbuildProcess.py
+++ b/lib/_emerge/AbstractEbuildProcess.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import errno
@@ -19,6 +19,7 @@ from portage.package.ebuild._ipc.ExitCommand import 
ExitCommand
 from portage.package.ebuild._ipc.QueryCommand import QueryCommand
 from portage import shutil, os
 from portage.util.futures import asyncio
+from portage.util.futures.compat_coroutine import coroutine, coroutine_return
 from portage.util._pty import _create_pty_or_pipe
 from portage.util import apply_secpass_permissions
 
@@ -30,7 +31,7 @@ class AbstractEbuildProcess(SpawnProcess):
 
__slots__ = ('phase', 'settings',) + \
('_build_dir', '_build_dir_unlock', '_ipc_daemon',
-   '_exit_command', '_exit_timeout_id', '_start_future')
+   '_exit_command', '_exit_timeout_id')
 
_phases_without_builddir = ('clean', 'cleanrm', 'depend', 'help',)
_phases_interactive_whitelist = ('config',)
@@ -55,6 +56,10 @@ class AbstractEbuildProcess(SpawnProcess):
self.phase = phase
 
def _start(self):
+   self.scheduler.run_until_complete(self._async_start())
+
+   @coroutine
+   def _async_start(self):
 
need_builddir = self.phase not in self._phases_without_builddir
 
@@ -69,7 +74,7 @@ class AbstractEbuildProcess(SpawnProcess):
self._eerror(textwrap.wrap(msg, 72))
self.returncode = 1
self._async_wait()
-   return
+   coroutine_return()
 
# Check if the cgroup hierarchy is in place. If it's not, mount 
it.
if (os.geteuid() == 0 and platform.system() == 'Linux'
@@ -142,11 +147,7 @@ class AbstractEbuildProcess(SpawnProcess):
if 'PORTAGE_BUILDDIR_LOCKED' not in 
self.settings:
self._build_dir = EbuildBuildDir(
scheduler=self.scheduler, 
settings=self.settings)
-   self._start_future = 
self._build_dir.async_lock()
-   self._start_future.add_done_callback(
-   
functools.partial(self._start_post_builddir_lock,
-   
start_ipc_daemon=start_ipc_daemon))
-   return
+   yield self._build_dir.async_lock()
else:
self.settings.pop('PORTAGE_IPC_DAEMON', None)
else:
@@ -167,22 +168,6 @@ class AbstractEbuildProcess(SpawnProcess):
else:
self.settings.pop('PORTAGE_EBUILD_EXIT_FILE', 
None)
 
-   
self._start_post_builddir_lock(start_ipc_daemon=start_ipc_daemon)
-
-   def _start_post_builddir_lock(self, lock_future=None, 
start_ipc_daemon=False):
-   if lock_future is not None:
-   if lock_future is not self._start_future:
-   raise AssertionError('lock_future is not 
self._start_future')
-   self._start_future = None
-   if lock_future.cancelled():
-   self._build_dir = None
-   self.cancelled = True
-   self._was_cancelled()
-   self._async_wait()
-   return
-
-   lock_future.result()
-
if start_ipc_daemon:
self.settings['PORTAGE_IPC_DAEMON'] = "1"
self._start_ipc_daemon()

diff --git a/lib/_emerge/MiscFunctionsProcess.py 
b/lib/_emerge/MiscFunctionsProcess.py
index 89fd22635..cb0363820 100644
--- a/lib/_emerge/MiscFunctionsProcess.py

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

2020-02-17 Thread Matthew Thode
commit: d1b619ab290db056fdeaa7db3433fa7313ab9f4f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:08:43 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b619ab

app-admin/puppetdb: cleanup

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

 app-admin/puppetdb/Manifest  |  1 -
 app-admin/puppetdb/puppetdb-6.7.2.ebuild | 92 
 2 files changed, 93 deletions(-)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index a84af7302a5..9d0b59e4a48 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,2 +1 @@
-DIST puppetdb-6.7.2.tar.gz 43566885 BLAKE2B 
b90376330cb084c2c14154d647ce334673c526e6f9b9d4430e0be4b420132a0c4c518a0c8ed98b15cfacc6716044f78c384123f3ff87ea1463736a352744b840
 SHA512 
2e32f7a5a3daf37d74082aa3a66c26fa23643e456dbf80cd16815687f289093c96defc9bfa10c3502f9a9f9a7674cef83b838163f11339c13d4b12c82f8e0664
 DIST puppetdb-6.8.0.tar.gz 44216021 BLAKE2B 
ac5641ee0bceef3948d108c725e2ff53d76e897cafd75c9bc6978462f4b157c3d30146ce2f57fd2aa7610b2defc4e074c168847d8aba5501cde16ee0ab7b5aaf
 SHA512 
2dd01058edbd8a4bb3f4717dc518e58ac57139ccc0651e8e39c721a32651bd932fe4ec747c7da23561ab33d7d4d7ddc448fe9b05734d1562f799e183c5e236d5

diff --git a/app-admin/puppetdb/puppetdb-6.7.2.ebuild 
b/app-admin/puppetdb/puppetdb-6.7.2.ebuild
deleted file mode 100644
index 77d1c1ca9cc..000
--- a/app-admin/puppetdb/puppetdb-6.7.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib systemd user
-
-DESCRIPTION="PuppetDB collects data generated by Puppet."
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 x86"
-
-RDEPEND+=">=virtual/jdk-1.8.0"
-DEPEND+=""
-
-pkg_setup() {
-   enewgroup puppetdb
-   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
-}
-
-src_prepare() {
-   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
-   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
-   sed -i 's/sysconfig/conf\.d/g' install.sh || die
-   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   dodir /opt/puppetlabs/server/data/puppetdb
-   insinto /opt/puppetlabs/server/apps/puppetdb
-   insopts -m0744
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppetdb.jar
-   insinto /etc/puppetlabs/puppetdb
-   doins ext/config/logback.xml
-   doins ext/config/bootstrap.cfg
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetdb/conf.d
-   doins ext/config/conf.d/jetty.ini
-   doins ext/config/conf.d/repl.ini
-   doins ext/config/conf.d/database.ini
-   doins ext/config/conf.d/config.ini
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
-   doins ext/cli/foreground
-   doins ext/cli/ssl-setup
-   doins ext/cli/config-migration
-   doins ext/cli/foreground
-   doins ext/cli/anonymize
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetdb/bin
-   doins ext/bin/puppetdb
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
-   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
-   # init type tasks
-   newconfd ext/default puppetdb
-   systemd_dounit ext/redhat/puppetdb.service
-   systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
-   newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb
-   # misc
-   insinto /etc/logrotate.d
-   newins ext/puppetdb.logrotate.conf puppetdb
-   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
-   fperms -R 770 /opt/puppetlabs/server/data/puppetdb
-}
-
-pkg_postinst() {
-   elog "to install please run '/opt/puppetlabs/server/bin/puppetdb 
ssl-setup'"
-   elog
-   elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb 
config-migration'"
-}



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

2020-02-17 Thread Matthew Thode
commit: fdd5ede8fa0b9f59530a3ebf35c7b67400948337
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:04:34 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd5ede8

app-admin/puppet-agent: 6.12.0 stable amd64/x86

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

 app-admin/puppet-agent/puppet-agent-6.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-agent/puppet-agent-6.12.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.12.0.ebuild
index 36e4354f6f3..166b77d76f3 100644
--- a/app-admin/puppet-agent/puppet-agent-6.12.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-6.12.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 



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

2020-02-17 Thread Matthew Thode
commit: 935948cb00c8299aac424a857e255c99a290e178
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:03:45 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935948cb

app-admin/puppet: cleanup

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

 app-admin/puppet/Manifest |   2 -
 app-admin/puppet/puppet-6.10.1.ebuild | 139 --
 app-admin/puppet/puppet-6.11.1.ebuild | 139 --
 3 files changed, 280 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 8dc2c676543..c79ffb7b7ba 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,6 +1,4 @@
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.17.tar.gz 3090402 BLAKE2B 
7722ec4196ee766c29eddd7dc73539a4a5a0e4cc781a84af25210488328b5ae01178ca64e8eef14152cbeca06dc8fe145b5e39ce6a120d7689fc32cbbbe16f9f
 SHA512 
95c6cd836a9f732ccfe2d8b83096e79c32428c43390c0826663f896ca1388e1fe3b55d93a5a7548831e95de85247db717866c36786d591e207341c734d70168b
 DIST puppet-5.5.18.tar.gz 2984835 BLAKE2B 
d5a1d023d3d26e04ccc81efa772131c06fc7ace8ec59c7efa97bddb775bb492d3256290824a87d54df5c28862cbba98c58cf41bb4a0c27a4128701652c06eee0
 SHA512 
86f210ee783ca36340b22463cd4ac237d8dc1c6a35526530af0696bb3f0373b0b22f690d3e3f8e31655ea182a33eb60b66b5826bd6c4d1b0059a8e46152416e6
-DIST puppet-6.10.1.tar.gz 2809383 BLAKE2B 
1589dcfa7d73b81ab7fbc3fca4b2fe956f5d240d11583c484262d5243e4713bb4aa9cd5c655e9566468050ab2e5c0ec0cc720e3ff9088add0744e02147b4e3bb
 SHA512 
211c9837eb4a77a54bf09811a1a84709eef06f17e0c5c9c598d01bce2e183e69974709ad4dfb8f5fecd7433c1ff52757aa699c623155d1a0742f2e07eaf2ec56
-DIST puppet-6.11.1.tar.gz 2816525 BLAKE2B 
c4b188d5bf76b70a2748b86df78f1ca6ab99951cbc3a16377d3f2d38e165bc78ef8e5648cb09264a25ae81ac4d379b9323b1f2bbdea6679292c2cf38cabee662
 SHA512 
f44196206331448651e0ff0e865b09c6ccbb19115edeba4c58c8a29aa35e7d76676d5a3cb35c51cd511a44115c9c9434f1f90d5cbb0a5551a4004741d305c879
 DIST puppet-6.12.0.tar.gz 2825392 BLAKE2B 
fdb7007ca337654f5ee89cd6f3beae300c3eb952570eaf1aa9baad407b84b418916e42aed63855bbb250f1d367be12f98261df54253f6438d33950134ef01cce
 SHA512 
bcb77699f4a4a058ea0fa47ee2b449f19053e3ae859e3e30c65a57ad65fc052a4f05d7a932b9cc4b9974b36dc343ac482258ad8d5a44a151362df474b82c11fe

diff --git a/app-admin/puppet/puppet-6.10.1.ebuild 
b/app-admin/puppet/puppet-6.10.1.ebuild
deleted file mode 100644
index 477c81270a0..000
--- a/app-admin/puppet/puppet-6.10.1.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit eutils user ruby-fakegem eapi7-ver
-
-DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="https://puppet.com/;
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   dev-ruby/hiera
-   dev-ruby/json:=
-   dev-ruby/semantic_puppet
-   >=dev-ruby/facter-3.0.0
-   dev-ruby/concurrent-ruby
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /var/lib/puppet puppet
-}
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged json-schema.
-   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
-
-   # can't be run within portage.
-   epatch 

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

2020-02-17 Thread Matthew Thode
commit: b453dbdb8f650f80680d8fc42092c79038da8d57
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:16:18 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b453dbdb

dev-ruby/puppetdb-termini: cleanup

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

 dev-ruby/puppetdb-termini/Manifest |  1 -
 .../puppetdb-termini/puppetdb-termini-6.7.2.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index 85da28d45d8..5403a7de4cc 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,2 +1 @@
-DIST puppetdb-termini_6.7.2-1stretch_all.deb 21298 BLAKE2B 
4f4af664b45385487061c26051060d2fae668e80841e48a7a2db899769ca7cdad84bd7956fd1806526db307a42604bb3fa3e686d6c960a3c7c760286f39e794c
 SHA512 
7e3279b4e82ddece9350399cd1579bb0297f235c5003c93dc37aa23ae81bd1efd83739de5fc2634cc0fccfd222e8eb0603c622acabdce968fa05252c5ae8747f
 DIST puppetdb-termini_6.8.0-1stretch_all.deb 21302 BLAKE2B 
d3524f7acfb60ba73ca5ec42d3d4f2c79efb944ad597e97b664dd7925f24aa80905b2fa7f8dfb98ef7da777242f34d36711affabb179b005703bed8e5d4b33e3
 SHA512 
8d92e9bffe8e377823b644a54aa73e59c32cf1a69b2b97b9bbf61d9e5149f31c03bb5d39175844f2651a33f6028d44bf0eb6dc2e3ac3236faab9f11a801d4981

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.2.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.2.ebuild
deleted file mode 100644
index 5dea78fa68f..000
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit unpacker
-
-DESCRIPTION="Library needed to connect puppet to puppetdb"
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND+=""
-DEPEND+=""
-
-S=${WORKDIR}
-
-src_install() {
-   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
-   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/, app-admin/puppet/files/

2020-02-17 Thread Matthew Thode
commit: 1c544caeae45b7f1a3fff9269a2e468afff1135c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:27:29 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c544cae

app-admin/puppet: cleanup 4.x and move to infra-overlay

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

 app-admin/puppet/Manifest  |   1 -
 .../43e2c935252b995134ce353e5e6312cf77aea480.patch | 329 -
 .../puppet/files/puppet-fix-tests-4.7.0.patch  |  18 --
 app-admin/puppet/files/puppet.init |  40 ---
 app-admin/puppet/files/puppetmaster.init   |  37 ---
 app-admin/puppet/metadata.xml  |   1 -
 app-admin/puppet/puppet-4.10.12.ebuild | 177 ---
 7 files changed, 603 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index c79ffb7b7ba..ace06e379dd 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,4 +1,3 @@
-DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.17.tar.gz 3090402 BLAKE2B 
7722ec4196ee766c29eddd7dc73539a4a5a0e4cc781a84af25210488328b5ae01178ca64e8eef14152cbeca06dc8fe145b5e39ce6a120d7689fc32cbbbe16f9f
 SHA512 
95c6cd836a9f732ccfe2d8b83096e79c32428c43390c0826663f896ca1388e1fe3b55d93a5a7548831e95de85247db717866c36786d591e207341c734d70168b
 DIST puppet-5.5.18.tar.gz 2984835 BLAKE2B 
d5a1d023d3d26e04ccc81efa772131c06fc7ace8ec59c7efa97bddb775bb492d3256290824a87d54df5c28862cbba98c58cf41bb4a0c27a4128701652c06eee0
 SHA512 
86f210ee783ca36340b22463cd4ac237d8dc1c6a35526530af0696bb3f0373b0b22f690d3e3f8e31655ea182a33eb60b66b5826bd6c4d1b0059a8e46152416e6
 DIST puppet-6.12.0.tar.gz 2825392 BLAKE2B 
fdb7007ca337654f5ee89cd6f3beae300c3eb952570eaf1aa9baad407b84b418916e42aed63855bbb250f1d367be12f98261df54253f6438d33950134ef01cce
 SHA512 
bcb77699f4a4a058ea0fa47ee2b449f19053e3ae859e3e30c65a57ad65fc052a4f05d7a932b9cc4b9974b36dc343ac482258ad8d5a44a151362df474b82c11fe

diff --git 
a/app-admin/puppet/files/43e2c935252b995134ce353e5e6312cf77aea480.patch 
b/app-admin/puppet/files/43e2c935252b995134ce353e5e6312cf77aea480.patch
deleted file mode 100644
index 09b345e8bc9..000
--- a/app-admin/puppet/files/43e2c935252b995134ce353e5e6312cf77aea480.patch
+++ /dev/null
@@ -1,329 +0,0 @@
-diff --git a/lib/puppet/provider/package/portage.rb 
b/lib/puppet/provider/package/portage.rb
-index 374667c..12160c6 100644
 a/lib/puppet/provider/package/portage.rb
-+++ b/lib/puppet/provider/package/portage.rb
-@@ -2,14 +2,19 @@
- require 'fileutils'
- 
- Puppet::Type.type(:package).provide :portage, :parent => 
Puppet::Provider::Package do
--  desc "Provides packaging support for Gentoo's portage system."
-+  desc "Provides packaging support for Gentoo's portage system.
- 
--  has_features :versionable, :reinstallable
-+This provider supports the `install_options` and `uninstall_options` 
attributes, which allows command-line
-+flags to be passed to emerge.  These options should be specified as a 
string (e.g. '--flag'), a hash
-+(e.g. {'--flag' => 'value'}), or an array where each element is either a 
string or a hash."
-+
-+  has_features :install_options, :purgeable, :reinstallable, 
:uninstall_options, :versionable, :virtual_packages
- 
-   {
--:emerge => "/usr/bin/emerge",
--:eix => "/usr/bin/eix",
--:update_eix => "/usr/bin/eix-update",
-+:emerge => '/usr/bin/emerge',
-+:eix => '/usr/bin/eix',
-+:qatom_bin => '/usr/bin/qatom',
-+:update_eix => '/usr/bin/eix-update',
-   }.each_pair do |name, path|
- has_command(name, path) do
-   environment :HOME => '/'
-@@ -24,15 +29,18 @@ def self.instances
- result_format = self.eix_result_format
- result_fields = self.eix_result_fields
- 
-+limit = self.eix_limit
- version_format = self.eix_version_format
- slot_versions_format = self.eix_slot_versions_format
-+installed_versions_format = self.eix_installed_versions_format
-+installable_versions_format = self.eix_install_versions_format
- begin
--  eix_file = File.directory?("/var/cache/eix") ? 
"/var/cache/eix/portage.eix" : "/var/cache/eix"
-+  eix_file = File.directory?('/var/cache/eix') ? 
'/var/cache/eix/portage.eix' : '/var/cache/eix'
-   update_eix if !FileUtils.uptodate?(eix_file, %w{/usr/bin/eix 
/usr/portage/metadata/timestamp})
- 
-   search_output = nil
--  Puppet::Util.withenv :LASTVERSION => version_format, :LASTSLOTVERSIONS 
=> slot_versions_format do
--search_output = eix *(self.eix_search_arguments + ["--installed"])
-+  Puppet::Util.withenv 

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

2020-02-17 Thread Matthew Thode
commit: fb7321f7b356f64381144ec1ec598a07019da9ba
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:20:08 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7321f7

dev-ruby/facter: 3.14.8 bump

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

 dev-ruby/facter/Manifest |  1 +
 dev-ruby/facter/facter-3.14.8.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index f4bb14f30ea..bba49f3f4a5 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -1 +1,2 @@
 DIST facter-3.14.7.tar.gz 398902 BLAKE2B 
e399fba120bee70b85fb7ea39ba0f719efd6b6509add4000a4eb220aa0f59e1ffe7457a8959cbb81be78ace04ba9ef3038c39d2c975e8c0c6071cd22aa5aae78
 SHA512 
33c187844642645b4ad780c6a5be4af0d860fb824e70935d60eb626267cae46f00487ea408fab28149472c58e80c33bdb4585e6eec18f16d817b014c3f2bc675
+DIST facter-3.14.8.tar.gz 403496 BLAKE2B 
768e1675edd47671bd916fbfae8c1e246ac7a6edb3473bf4ef02627d074f19b54149fae6479156aed3931faaea7b3a867e41b45a7ea4316f03a63687102dff06
 SHA512 
558de74fb90ba03e6725087e3cdd40f164460a242b7d1b015ed633b8137cd97e2590cb1e5a8634a090da5e51164b0e19e0a509710a4b2ae370b5ef84c936731b

diff --git a/dev-ruby/facter/facter-3.14.8.ebuild 
b/dev-ruby/facter/facter-3.14.8.ebuild
new file mode 100644
index 000..9eddae0a3f5
--- /dev/null
+++ b/dev-ruby/facter/facter-3.14.8.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+# git-r3 goes after ruby-ng so that it overrides src_unpack properly
+inherit cmake-utils eutils ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/puppetlabs/facter.git;
+   EGIT_BRANCH="master"
+else
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+RESTRICT="!test? ( test )"
+
+ruby_add_bdepend "test? ( dev-ruby/rake dev-ruby/rspec:2 dev-ruby/mocha:0.14 )"
+
+RDEPEND="
+   >=dev-cpp/cpp-hocon-0.2.1:=
+   >=dev-libs/leatherman-1.0.0:=
+   dev-libs/openssl:0=
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   dev-libs/boost:=[nls]
+   >=dev-cpp/yaml-cpp-0.5.1
+   !

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

2020-02-17 Thread Matthew Thode
commit: 050f3b09f11f3e85b72126ac94d9e7498a0057c2
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:09:39 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050f3b09

app-admin/puppetserver: 6.8.0 stable amd64/x86

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

 app-admin/puppetserver/puppetserver-6.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppetserver/puppetserver-6.8.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.8.0.ebuild
index 18d113cb5e6..3d317193a27 100644
--- a/app-admin/puppetserver/puppetserver-6.8.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-6.8.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+="
>=virtual/jdk-1.8.0



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

2020-02-17 Thread Matthew Thode
commit: c0b23c3b3ae70f30cb4e3a91768605eeab1e5d23
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:15:36 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b23c3b

dev-ruby/puppetdb-termini: 6.8.0 stable amd64/x86

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

 dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild
index a7f2b53b2dd..7919b7b236e 100644
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.8.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND+=""
 DEPEND+=""



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

2020-02-17 Thread Matthew Thode
commit: 27a44c1e7e83273b783be7ac6ed445e9f04d457f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:06:21 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a44c1e

app-admin/puppetdb: 6.8.0 stable amd64/x86

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

 app-admin/puppetdb/puppetdb-6.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppetdb/puppetdb-6.8.0.ebuild 
b/app-admin/puppetdb/puppetdb-6.8.0.ebuild
index 93e0bdc2929..bca5e3ccebd 100644
--- a/app-admin/puppetdb/puppetdb-6.8.0.ebuild
+++ b/app-admin/puppetdb/puppetdb-6.8.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+=">=virtual/jdk-1.8.0"
 DEPEND+=""



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

2020-02-17 Thread Matthew Thode
commit: fab596a54227a1a5fbe94c586a7f1bfbd685896c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:35:22 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab596a5

profiles/package.mask: mask icinga and icinga-web for removal

Signed-off-by: Matthew Thode  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index e941be5cab8..27f8e952bae 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthew Thode  (2020-02-17)
+# Discontinued upstream.  Bug #709998
+net-analyzer/icinga
+net-analyzer/icinga-web
+
 # Michał Górny  (2020-02-17)
 # Unmaintained.  Last bumped in 2018.  Blocks dev-qt/qtwebkit removal.
 # Removal in 30 days.  Bug #709850.



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

2020-02-17 Thread Matthew Thode
commit: c3c983c6da99249a32e259a6d9be289434483216
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:10:16 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c983c6

app-admin/puppetserver: cleanup

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

 app-admin/puppetserver/Manifest  |   1 -
 app-admin/puppetserver/puppetserver-6.7.2.ebuild | 135 ---
 2 files changed, 136 deletions(-)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index f4d4b5c9185..96922137e57 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,2 +1 @@
-DIST puppetserver-6.7.2.tar.gz 59340246 BLAKE2B 
635312cb2ea2f638617c10e05b9e1e8efa58caf3da8786155f44081f040a7b167d923e2266c57b43d855feb4bfd5280da85b5100a188e7f0f7dfde847f5abc45
 SHA512 
e2015554648dc861d513b5778c274e2b09c4ea2ebd53141d152a5bba1046ac6ef163083296c176008a7606581b8368df99aa72907e0edd59e687aa9991209fb5
 DIST puppetserver-6.8.0.tar.gz 59370389 BLAKE2B 
227512d3a054980867730882459bff32559f8baa5fb0c807a14fcc827b8f41fc1da2cceab6bdbd6162bb4e6e6e4312f5d47d478f6887a978c359c6a4225d663d
 SHA512 
9e4d0ea1aad1209342151cfcfd304e4a296df0e95fefde46d4e4a28a9da62422194492d430c3492cc717a7c872ee0f448a89a40fe1e1cb565f865fc0aca7089b

diff --git a/app-admin/puppetserver/puppetserver-6.7.2.ebuild 
b/app-admin/puppetserver/puppetserver-6.7.2.ebuild
deleted file mode 100644
index 19d3602bfcb..000
--- a/app-admin/puppetserver/puppetserver-6.7.2.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib systemd user
-
-DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
-HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
-SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="puppetdb"
-# will need the same keywords as puppet
-KEYWORDS="amd64 x86"
-
-RDEPEND+="
-   >=virtual/jdk-1.8.0
-   app-admin/puppet-agent[puppetdb?]"
-DEPEND+=""
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
-}
-
-src_prepare() {
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
-   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
-   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   insinto /opt/puppetlabs/server/apps/puppetserver
-   insopts -m0774
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppet-server-release.jar
-   insinto /etc/puppetlabs/puppetserver
-   doins ext/config/logback.xml
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetserver/services.d
-   doins ext/system-config/services.d/bootstrap.cfg
-   doins ext/config/services.d/ca.cfg
-   insinto /etc/puppetlabs/puppetserver/conf.d
-   doins ext/config/conf.d/puppetserver.conf
-   doins ext/config/conf.d/auth.conf
-   doins ext/config/conf.d/global.conf
-   doins ext/config/conf.d/web-routes.conf
-   doins ext/config/conf.d/metrics.conf
-   doins ext/config/conf.d/webserver.conf
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
-   doins ext/cli/ca
-   doins ext/cli/irb
-   doins ext/cli/foreground
-   doins ext/cli/gem
-   doins ext/cli/ruby
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli
-   doins ext/cli_defaults/cli-defaults.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/bin
-   doins ext/bin/puppetserver
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/bin/puppetserver
-   dosym ../../opt/puppetlabs/server/apps/puppetserver/bin/puppetserver 
/usr/bin/puppetserver
-   dodir /opt/puppetlabs/server/apps/puppetserver/config/services.d
-   # other sys stuff
-   dodir /etc/puppetlabs/code
-   # needed for systemd
-   

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

2020-02-17 Thread Matthew Thode
commit: 2b0a0398302d7b1a56de75910facf4049fa82e0a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:02:47 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0a0398

app-admin/puppet: 6.12.0 stable amd64/x86

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

 app-admin/puppet/puppet-6.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet/puppet-6.12.0.ebuild 
b/app-admin/puppet/puppet-6.12.0.ebuild
index 6c3ebe7649a..c07935b87c8 100644
--- a/app-admin/puppet/puppet-6.12.0.ebuild
+++ b/app-admin/puppet/puppet-6.12.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
 RESTRICT="test"
 



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

2020-02-17 Thread Matthew Thode
commit: 60e0e4901df7ae888b9b4a877bf7429799c69cc7
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 22:05:32 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 22:36:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e0e490

app-admin/puppet-agent: cleanup

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

 app-admin/puppet-agent/Manifest|  2 -
 .../puppet-agent/puppet-agent-6.11.1-r1.ebuild | 77 -
 app-admin/puppet-agent/puppet-agent-6.11.1.ebuild  | 79 --
 3 files changed, 158 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index a4d5d74bb12..d3596be6b61 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,4 +1,2 @@
-DIST puppet-agent_6.11.1-1stretch_amd64.deb 19948710 BLAKE2B 
256588922cfacb1d8146cd1142c43d893a55dfb67d7f70ca311df6178e7f9a82a0702d8306e0575d3f817e53c091fd3010027512cb4ce95956bdfa968372cc21
 SHA512 
90c39d55a8761185f82c9ac106d696ae48a170679e6043b6b3db32254e918b1b9c1b32c4e9721e5751189f84f002415f21a627daa22738a8c1ae3cb5df514eb3
-DIST puppet-agent_6.11.1-1stretch_i386.deb 20327410 BLAKE2B 
c2a105139df97395f54bb54d7ac971d914dcd3b69614dca55fe443d9fe5360118b899610a6d2d85b96b8b45715864df608d0783a3aabad3a2aea0d510a2e
 SHA512 
5d1173534beb53325d3c7c2fd500a7bd82a389fa8cbc9e867f6acbb6c2647190339d3b096e8a054aff268f27c5bd7de65c371a474b9c8263e8fa36bab75452bd
 DIST puppet-agent_6.12.0-1stretch_amd64.deb 20011636 BLAKE2B 
f83b795f07771d70220cac71d9b6d8ac7270a20fd5b78471ccef1c8ff802af3c035477f7741e775b10bc609d016a6e9fb79b199987e34b7d4f9a427c4adcd39f
 SHA512 
dda8fa45b961d4a775da7eb128887eee3ceb9887d1062bc2fc748f6055811600162dfb2c4fbf87e401ad404813d2de0cc58ce7aade0aa23af637bb3707896126
 DIST puppet-agent_6.12.0-1stretch_i386.deb 20369446 BLAKE2B 
f01e39a1b307657569084e2ade1d41f17eefaa2048035f635437159e4373386c6413fa71756594d4a8748ffa0bbbdc2c54c72e696a390380bc9c57721ef010b3
 SHA512 
fc58e5ea22bd3dd36278db37e46d20809e284db5645ab680fb2c461ee9e4f9e635550f924278905ec13a8f9a71fbf604959e8522e4c0da52709c42f309a04921

diff --git a/app-admin/puppet-agent/puppet-agent-6.11.1-r1.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.11.1-r1.ebuild
deleted file mode 100644
index 36e4354f6f3..000
--- a/app-admin/puppet-agent/puppet-agent-6.11.1-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils systemd unpacker user
-
-DESCRIPTION="general puppet client utils along with hiera and facter"
-HOMEPAGE="https://puppetlabs.com/;
-SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
-SRC_URI="
-   amd64? ( ${SRC_BASE}_amd64.deb )
-   x86?   ( ${SRC_BASE}_i386.deb )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-CDEPEND="!app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   !app-emulation/virt-what"
-
-DEPEND="
-   ${CDEPEND}
-   app-admin/augeas"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/glibc
-   sys-libs/readline:0/7
-   sys-libs/ncurses:0[tinfo]
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
-
-S=${WORKDIR}
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /var/run/puppet puppet
-}
-
-src_install() {
-   # conf.d
-   doconfd etc/default/puppet
-   doconfd etc/default/pxp-agent
-   # logrotate.d
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/pxp-agent
-   # puppet itself
-   insinto /etc/puppetlabs
-   doins -r etc/puppetlabs/*
-   # logdir for systemd
-   dodir var/log/puppetlabs/puppet/
-   fperms 0750 var/log/puppetlabs/puppet/
-   # the rest
-   insinto /opt
-   dodir opt/puppetlabs/puppet/cache
-   doins -r opt/*
-   fperms 0750 /opt/puppetlabs/puppet/cache
-   # init
-   newinitd "${FILESDIR}/puppet.initd" puppet
-   systemd_dounit lib/systemd/system/puppet.service
-   systemd_dounit lib/systemd/system/pxp-agent.service
-   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
-   # symlinks
-   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
-   chmod 0755 
"${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
-   dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
-   dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
-   dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
-   dosym ../../opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what
-}

diff --git a/app-admin/puppet-agent/puppet-agent-6.11.1.ebuild 

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

2020-02-17 Thread William Hubbs
commit: cd38ad5a2271b13227e75bf2f52b32fd76af6db3
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Feb 17 21:56:25 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 17 22:05:40 2020 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=cd38ad5a

pre-glep: community relations team role and purpose

Bug: https://bugs.gentoo.org/709994
Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/glep-.rst b/glep-.rst
new file mode 100644
index 000..bbf667f
--- /dev/null
+++ b/glep-.rst
@@ -0,0 +1,109 @@
+---
+GLEP: 
+Title: Community Relations Team's Role and Purpose
+Author: William Hubbs 
+Type: Standards Track
+Status: Draft
+Version: 1
+Created: 2020-02-17
+Last-Modified: 2020-02-17
+Post-History: 
+Content-Type: text/x-rst
+---
+
+
+Abstract
+
+
+This GLEP outlines the abilities and purpose of the Community Relations team
+for Gentoo.
+
+Motivation
+==
+
+For years Gentoo has had a Community Relations team which assists with
+inter-developer and developer-user conflict resolution. 
+This GLEP provides the formal structure for this team and specifies the
+roles the team fulfills.
+
+Specification
+=
+
+General
+---
+
+The Community Relations team should be given certain abilities which it
+can use to assist in solving non-technical conflicts between our developers
+and users in a fair and impartial manor.  These abilities include
+mediation and disciplinary actions.
+
+* The purpose of the Community Relations team is to assist with
+  resolving inter-developer and developer-user conflicts by mediation,
+  or disciplinary actions if necessary.
+* The team is directed by a lead, chosen yearly by private or
+  public election among the members, and confirmed by the council.
+* The lead's term expires one year after confirmation.
+  * If the lead's position is vacant at any point during the term, the
+   council may appoint an interim lead.
+* The lead must approve developers who would like to join the project.
+  Because of the nature of Community Relations, it is important that
+  applicants are respectful in how they handle themselves in the
+  community.  By accepting the applicant the lead will accept the
+  responsibility to direct them as part of the team and will be held
+  responsible for any action they take on behalf of the team.
+* To keep the distribution healthy, no Community Relations team member
+  may serve on the council, QA Team, or as a proctor.
+* In the case of disagreement among members regarding an action, the
+  majority of members must agree with the action.
+* Because of the nature of this work, it is important for the community
+  relations team to respond within a reasonable amount of time when
+  someone reaches out to them.  If a contact isn't responded to within
+  72 hours, the council may be notified.  At that point, someone on the
+  council will attempt to discover why the team isn't responding and
+  give the person an update.
+* If Community Relations decides that no action will be taken on an
+  incident, the appropriate response is to close the incident and
+  explain why no action will be taken. This may be appealed to the
+  council by the person who filed the original complaint if they do not
+  understand the reason the complaint was closed.
+* Anyone who is subject to a disciplinary action by Community Relations
+  may appeal to the council.  If this happens, the council will look over the
+  complaint and make its own decision.  If the council's decision is
+  different from the Community Relations decision, the council's
+  decision will be respected.
+
+Monthly Reporting
+-
+
+Due to its nature, most of Community Relations work is private.  This is
+important to protect the identities of the users and developers
+involved.  However, it means that the rest of the community does not
+have a way to gauge the activities of Community Relations.
+
+To resolve this issue, the lead will be required to report the following
+monthly to the gentoo-project mailing list:
+
+  * number of new mediation requests
+   * number of mediation requests in process
+ * number of resolved mediation requests
+* number of new complaints
+* number of complaints resolved with communication or disciplinary action
+ * number of complaints resolved with no action.
+* number of complaints in process
+  * number of withdrawn complaints
+
+If this information is not reported for three consecutive months, the
+lead will be replaced.
+
+
+Backwards Compatibility
+===
+
+Not a problem for this GLEP.
+
+Copyright
+=
+
+This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
+Unported License.  To view a copy of this license, visit
+https://creativecommons.org/licenses/by-sa/3.0/.



[gentoo-commits] data/glep: New branch: comrel

2020-02-17 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 17 22:02:52 2020 +

New branch: comrel




[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2020-02-17 Thread Mart Raudsepp
commit: 733e74faf9ca1a665421291a331409ae958572f8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 17 21:53:03 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 17 21:53:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e74fa

dev-util/gtk-update-icon-cache: bump to 3.24.14

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

 dev-util/gtk-update-icon-cache/Manifest|  1 +
 .../gtk-update-icon-cache-3.24.14.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/gtk-update-icon-cache/Manifest 
b/dev-util/gtk-update-icon-cache/Manifest
index 4ba5a91e59d..141807217cb 100644
--- a/dev-util/gtk-update-icon-cache/Manifest
+++ b/dev-util/gtk-update-icon-cache/Manifest
@@ -1,2 +1,3 @@
 DIST gtk-update-icon-cache-3.24.11.tar.bz2 91127 BLAKE2B 
048e42e680e1d7b3697f6609205327c1aeded4cbde03350acc7c907bd781c4ded0c749d0375fb20919e5c3ccb45927dbc6fd7c521d59ddaf6b8c4c7b86a0b06c
 SHA512 
40d8f415fcbfec2d7ba4bec94c92d16b40e5bb62ac3a31db1c3f05939336073e8dc376cc450b3649bc06b2ebbf7cf080f3139e5251a7b0707d306e23337b977d
 DIST gtk-update-icon-cache-3.24.13.tar.bz2 91090 BLAKE2B 
26ba67b9b6660d20a4b321f74a43f586628317ef16280413c1c728d2f3d3703f77210e54c5e1a87f02e9bd5de32c54203d686341e19c216d807603fd117a5c4b
 SHA512 
55513079d3da40c29fee5899631d21f699d5846ba3e7b028de3b5f49f200168eab60c96126309e29de6f520cdd7855cfb63b5a1aba3c1061f85d2322a117c6c5
+DIST gtk-update-icon-cache-3.24.14.tar.bz2 91713 BLAKE2B 
c4ecb1a0d0481a69dcacc158aa618b7524f86a307bc667a78c9e4a20f90fc9caf580d867a089147bb2f605197e338055481df79cb6061e5867420125eb272b02
 SHA512 
b679c460bf072de4710ccd2c87ce009f467ee71a69c395718cb6b3a6bec02e5c4942a56bc8d4fe90ba6cb22401dffb7de43adc5b26c148a601605882264f9c21

diff --git 
a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.14.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.14.ebuild
new file mode 100644
index 000..cf8d30cf424
--- /dev/null
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson
+
+DESCRIPTION="GTK update icon cache"
+HOMEPAGE="https://www.gtk.org/ 
https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache;
+SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# man page was previously installed by gtk+:3 ebuild
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=x11-libs/gdk-pixbuf-2.30:2
+   !

[gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/files/, net-libs/webkit-gtk/

2020-02-17 Thread Mart Raudsepp
commit: a0f61be8a83c5fb4c088d60a8bf0acaaa27ac3bb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 17 21:38:08 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 17 21:53:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f61be8

net-libs/webkit-gtk: security cleanup

Bug: https://bugs.gentoo.org/709612
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/webkit-gtk/Manifest   |   1 -
 .../files/2.26.3-fix-noGL-wayland-build.patch  |  39 ---
 net-libs/webkit-gtk/webkit-gtk-2.26.3-r1.ebuild| 287 -
 net-libs/webkit-gtk/webkit-gtk-2.26.3.ebuild   | 287 -
 4 files changed, 614 deletions(-)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 963bb2a94ad..cc4924be113 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -1,3 +1,2 @@
 DIST webkitgtk-2.24.4.tar.xz 17575784 BLAKE2B 
c30683ea365a50d7def572305b49278343d67739f9bd3cfd78cb08b5cc87b5453504df9b09752f8d6483b18b9b812f3d3cddc084762cfa8990fcc651660b89c2
 SHA512 
1d713955a735ae2e2229beea7bda7f518a6247c6aa7f5753aeb5b5c6395339d451d0d146f7188e7ba65cb82ea5a74a5e73e956fe59d5f5f97659a44af33df112
-DIST webkitgtk-2.26.3.tar.xz 19331900 BLAKE2B 
14c31b0f640b0f859a3c1eeda542f176f6c7981270c5be3225556eb4a1027a2511039cf0f33682faa93846c4ca5ed64158574a9b8a662a4a200b97cad28d5ed0
 SHA512 
9575c86ab5752c09841878cf55134e7de9a87200e55017859cd02affb1cadd58031a7b6f67a580e87a1dfe4fc830fed9774ba289e7244d3ead9eb9328e76d7c9
 DIST webkitgtk-2.26.4.tar.xz 19329636 BLAKE2B 
9dc88bf9e2bec4f3ccc316f4967e991595fa17151ad74781ea514e72700f2bd1f3ed32c5ee662eb1d04fa023e7c33ad1215078415b67c939ee0d4f6d55358d4a
 SHA512 
b4d96672d0a41fb7591dd312254fc1b7a85e632923bf2d954d79d395306db96d5a6b4f85e24ea4ba0a447e45e29a41882249c26f6b2d6d572225abefcf28a474

diff --git a/net-libs/webkit-gtk/files/2.26.3-fix-noGL-wayland-build.patch 
b/net-libs/webkit-gtk/files/2.26.3-fix-noGL-wayland-build.patch
deleted file mode 100644
index 4549f1712e6..000
--- a/net-libs/webkit-gtk/files/2.26.3-fix-noGL-wayland-build.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 874dceeafc08edc979093509dff3ee6a8b25c432 Mon Sep 17 00:00:00 2001
-From: "commit-qu...@webkit.org"
- 
-Date: Thu, 19 Sep 2019 02:34:49 +
-Subject: [PATCH] [GTK] Compilation errors when GL is disabled
- https://bugs.webkit.org/show_bug.cgi?id=200223
-
-Fix following compilation error when building with ENABLE_OPENGL=OFF
-../../Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp:123:51: error: use 
of undeclared identifier 'WaylandCompositor'
-parameters.waylandCompositorDisplayName = 
WaylandCompositor::singleton().displayName();
-  ^
-Patch by Yury Semikhatsky  on 2019-09-18
-Reviewed by Philippe Normand.
-
-* UIProcess/glib/WebProcessPoolGLib.cpp:
-(WebKit::WebProcessPool::platformInitializeWebProcess): only make a call when 
using EGL, this matches
-guards in WaylandCompositor.h. The condition was changed in r245807.
-
-git-svn-id: https://svn.webkit.org/repository/webkit/trunk@250077 
268f45cc-cd09-0410-ab3c-d52691b4dbfc

- Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp 
b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
-index 37ece2f4576..a380a25fa4b 100644
 a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
-+++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
-@@ -119,7 +119,7 @@ void WebProcessPool::platformInitializeWebProcess(const 
WebProcessProxy& process
- parameters.hostClientFileDescriptor = 
wpe_renderer_host_create_client();
- parameters.implementationLibraryName = 
FileSystem::fileSystemRepresentation(wpe_loader_get_loaded_implementation_library_name());
- }
--#else
-+#elif USE(EGL)
- parameters.waylandCompositorDisplayName = 
WaylandCompositor::singleton().displayName();
- #endif
- }
--- 
-2.20.1
-

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.3-r1.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.26.3-r1.ebuild
deleted file mode 100644
index 859e268912a..000
--- a/net-libs/webkit-gtk/webkit-gtk-2.26.3-r1.ebuild
+++ /dev/null
@@ -1,287 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-CMAKE_MAKEFILE_GENERATOR="ninja"
-PYTHON_COMPAT=( python{3_6,3_7} )
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-CMAKE_MIN_VERSION=3.10
-
-inherit check-reqs cmake-utils flag-o-matic gnome2 pax-utils python-any-r1 
ruby-single toolchain-funcs virtualx
-
-MY_P="webkitgtk-${PV}"
-DESCRIPTION="Open source web browser engine"
-HOMEPAGE="https://www.webkitgtk.org;
-SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2+ BSD"
-SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~ia64 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2020-02-17 Thread Mart Raudsepp
commit: ffb25ae45268877469b1bf2b047e34b442f8a45e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Feb 17 21:51:31 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Feb 17 21:53:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb25ae4

x11-libs/gtk+: bump to 3.24.14

Closes: https://bugs.gentoo.org/707344
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/gtk+/Manifest|   1 +
 x11-libs/gtk+/gtk+-3.24.14.ebuild | 245 ++
 2 files changed, 246 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 00d86c0111d..0948e01bed2 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -3,3 +3,4 @@ DIST gtk+-2.24.32.tar.xz 12620860 BLAKE2B 
03f4c0a8be98473f62bc8c86859937969c4169
 DIST gtk+-3.24.11.tar.xz 20974300 BLAKE2B 
f338782d6141df64f83caae84649558296e11240ab082d4db129480a77e85cd26f86dee66e7f2650db48f13a30b0cb7191a8deb4bc545c9c7ee3b73796638a98
 SHA512 
15e33169030aa38e363730e5b19bbde614897b1a0de5db29c5292940a97e3613383b3eeb1c83ab8c09015a2a3f3ad425511bacd8fdbb79b30e0a47d4d4b57008
 DIST gtk+-3.24.13-patchset.tar.xz 57652 BLAKE2B 
deda8cb4e0026431b52c0299266d60c4d4be2a2c870bee06daf3d9f63918d47243b88c73c4441f9415c859116fd873f276496b7ea9c2243a9540351ca53c5897
 SHA512 
dc8abad0812c936f7316425ca456d5892f3438ca6f843ed49fd53258695958b2a52a1df878ff25547d176aa054ea48ae9fc1b971698afc4d4aedae9cb643feae
 DIST gtk+-3.24.13.tar.xz 23206464 BLAKE2B 
d58130d490d8886d0656a3106ddd4f24c0b83a512b6daa22cbb6cbfa6f0582a22a8f6e0063016c120e15b031a3c5585a557bd3dc94b1e55ac0ae553da871d64a
 SHA512 
9129d4574cca258b4a517d8d65dad246a746fc3dc574b78e098db9aa9743956ce227efbf963f63e1e0f1a1a09810716150526b2bfe8015a5960bad38b0c88406
+DIST gtk+-3.24.14.tar.xz 20420928 BLAKE2B 
3113dd672b819a21cd13eb5849a34fbc659b8cba4e7f8a6667450cb13a497ad2c41878870047ede175ee42cfcbdaf3d3a32d07e12cd386892694d4eadf341e0a
 SHA512 
a5ce659508933f6a3825aaafe9b30f51bd1357a62a6c66526ebd716627c829aa24543b4f8bd6f701dceda1d9fff94ad105f89f02a14d53749744e868bdff26bf

diff --git a/x11-libs/gtk+/gtk+-3.24.14.ebuild 
b/x11-libs/gtk+/gtk+-3.24.14.ebuild
new file mode 100644
index 000..29ca19b6baa
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.24.14.ebuild
@@ -0,0 +1,245 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+GNOME2_EAUTORECONF="yes"
+
+inherit flag-o-matic gnome2 multilib virtualx multilib-minimal
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
test vim-syntax wayland +X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   xinerama? ( X )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
+RESTRICT="test"
+
+# FIXME: introspection data is built against system installation of gtk+:3,
+# bug #
+COMMON_DEPEND="
+   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.57.2:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}]
+   >=media-libs/harfbuzz-0.9:=
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
+   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-2.0[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   wayland? (
+   >=dev-libs/wayland-1.14.91[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.14
+   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
+   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
+   )
+   X? (
+   >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
+   media-libs/mesa[X(+),${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   

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

2020-02-17 Thread Matthew Thode
commit: 20dc02442c830a1b449c1e18077246c0167ada5d
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:42:52 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dc0244

app-crypt/acme: cleanup

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

 app-crypt/acme/Manifest   |  3 --
 app-crypt/acme/acme-0.39.0.ebuild | 69 ---
 app-crypt/acme/acme-0.40.1.ebuild | 69 ---
 app-crypt/acme/acme-1.0.0.ebuild  | 69 ---
 4 files changed, 210 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 0177f131f91..83258bc9a67 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,5 +1,2 @@
-DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 
5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9
 SHA512 
17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0
-DIST certbot-0.40.1.tar.gz 1353347 BLAKE2B 
86b3df4047101d00d5f17cf3a1a11e5800e850f5a9f736507ad373e552c27e9e4a3a17695f5a817d191cad383fc17336214fc1d8de7a99354ce4d2f5c6e728c1
 SHA512 
e5517a20cf26efba850728b3f81db5d6c3c5570b0a1c8c9d4a4401ac04bcf44c6a2f1c248bf6e0b1be4a21b54f6168ccd11dc766304805f13b4cb16336b3
-DIST certbot-1.0.0.tar.gz 1336032 BLAKE2B 
ca26cfd3d9f802b09eaf387225f24fbb01385f81dfa661dfb5acbd97982a6fc773c56abf6b3f99db7f2b0cdc8c5a7175d264714592858b38217e444d4e1d2b4b
 SHA512 
649ddd3d9305e166ef36de4e4e48b1171d5f369d9d60c026ab37a03e7b221cd815e93e69460662e6436b56cec076005582457e9d45499114306ad808a2497912
 DIST certbot-1.1.0.tar.gz 1346768 BLAKE2B 
5c86edec3102ce0eb822465458ec86cbc98eb5e76c3c582d8a72ecab91e709f16e7a1576c684bc04bfd0c70918f34e84e0b3b264f949a1fb9bf9503fa9d6b179
 SHA512 
905b21a8a50b4df4eb92b464d10dec094ba4e7f5eaf3ad3dae1704a794952df6b51873ca919246a9b6698fd652a7c264efc742617ba0a25757ab99397759c343
 DIST certbot-1.2.0.tar.gz 1354262 BLAKE2B 
1abdf4cb99ecdac6b9b8d2ebdd6897a3182a147f0175e2db4c6b0feaa3f6c615ee3146dd63627a83266c223456c5aba44b018be4059574d0209aec89065d9925
 SHA512 
ed52a31a71b3762b8cd217ea2784d9cb01f7c1a50cef3b7e0d99483ca3ab623b90ab7d4896674e0d1c06e2e8370c02162418d934de7d3048b0471416616146fe

diff --git a/app-crypt/acme/acme-0.39.0.ebuild 
b/app-crypt/acme/acme-0.39.0.ebuild
deleted file mode 100644
index 0ce5fe5770d..000
--- a/app-crypt/acme/acme-0.39.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-   S=${WORKDIR}/certbot-${PV}/acme
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
-   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
-   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
-"
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-   if use doc ; then
-   cd docs || die
-   sphinx-build -b html -d _build/doctrees   . _build/html
-   fi
-}
-
-python_test() {
-   nosetests -w ${PN} || die
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/app-crypt/acme/acme-0.40.1.ebuild 
b/app-crypt/acme/acme-0.40.1.ebuild
deleted file mode 100644
index 0ce5fe5770d..000
--- a/app-crypt/acme/acme-0.40.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/

2020-02-17 Thread Matthew Thode
commit: a794d72bac7e1e6dd9085924684ecbbd2945a162
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:50:04 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a794d72b

app-crypt/certbot-nginx: 1.1.0 stable amd64/x86

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

 app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild
index f272a24ec51..0344f2130cb 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.1.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
 fi
 



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

2020-02-17 Thread Matthew Thode
commit: 5cf743243824039f832b1e0505bbfe957f589dba
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:11:00 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf74324

dev-python/git-review: 1.28.0 stable amd64/x86

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

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

diff --git a/dev-python/git-review/git-review-1.28.0.ebuild 
b/dev-python/git-review/git-review-1.28.0.ebuild
index b7d83dac0a4..3b45fb2c1ca 100644
--- a/dev-python/git-review/git-review-1.28.0.ebuild
+++ b/dev-python/git-review/git-review-1.28.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/

2020-02-17 Thread Matthew Thode
commit: 8f4486c6e674241ae61c53729a6bc61b3246ed5f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:39:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4486c6

app-crypt/certbot-dns-nsone: fix patrick's broken deps

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

 ...-nsone-0.39.0.ebuild => certbot-dns-nsone-0.39.0-r1.ebuild} | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild 
b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
similarity index 80%
rename from app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
rename to app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
index 6a9e578cd9a..221d334e171 100644
--- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
+++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=(python3_6)
+EAPI=7
+PYTHON_COMPAT=(python3_6 python3_7)
 
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git;
@@ -25,9 +25,9 @@ IUSE=""
 
 CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}]
-   =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-0.31.0[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.39.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
-   dev-python/dns-lexicon[${PYTHON_USEDEP}]"
+   >=dev-python/dns-lexicon-2.2.1[${PYTHON_USEDEP}]"
 DEPEND="${CDEPEND}"



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

2020-02-17 Thread Matthew Thode
commit: 12c3db0718bdd3cea0b166d2bbec0836b93f7a4b
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 20:47:31 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c3db07

app-admin/ansible: 2.9.3 stable amd64/x86

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

 app-admin/ansible/ansible-2.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-2.9.3.ebuild 
b/app-admin/ansible/ansible-2.9.3.ebuild
index 73f6fb55df5..4e4f9dd72e8 100644
--- a/app-admin/ansible/ansible-2.9.3.ebuild
+++ b/app-admin/ansible/ansible-2.9.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
 IUSE="doc test"
 RESTRICT="test"
 



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

2020-02-17 Thread Matthew Thode
commit: 26def1b60ddb75b1e0aaecb7247365e24cb86280
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:45:12 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26def1b6

app-crypt/certbot: 1.1.0 stable amd64/x86

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

 app-crypt/certbot/certbot-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot/certbot-1.1.0.ebuild 
b/app-crypt/certbot/certbot-1.1.0.ebuild
index ec673774775..0bdc5cb8d9f 100644
--- a/app-crypt/certbot/certbot-1.1.0.ebuild
+++ b/app-crypt/certbot/certbot-1.1.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 S=${WORKDIR}/${P}/${PN}
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2020-02-17 Thread Matthew Thode
commit: b289126d3748194387f84403c7030f2a421ff102
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:48:14 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b289126d

app-crypt/certbot-apache: cleanup

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

 app-crypt/certbot-apache/Manifest  |  1 -
 .../certbot-apache/certbot-apache-1.0.0.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index b42432f8548..83258bc9a67 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,3 +1,2 @@
-DIST certbot-1.0.0.tar.gz 1336032 BLAKE2B 
ca26cfd3d9f802b09eaf387225f24fbb01385f81dfa661dfb5acbd97982a6fc773c56abf6b3f99db7f2b0cdc8c5a7175d264714592858b38217e444d4e1d2b4b
 SHA512 
649ddd3d9305e166ef36de4e4e48b1171d5f369d9d60c026ab37a03e7b221cd815e93e69460662e6436b56cec076005582457e9d45499114306ad808a2497912
 DIST certbot-1.1.0.tar.gz 1346768 BLAKE2B 
5c86edec3102ce0eb822465458ec86cbc98eb5e76c3c582d8a72ecab91e709f16e7a1576c684bc04bfd0c70918f34e84e0b3b264f949a1fb9bf9503fa9d6b179
 SHA512 
905b21a8a50b4df4eb92b464d10dec094ba4e7f5eaf3ad3dae1704a794952df6b51873ca919246a9b6698fd652a7c264efc742617ba0a25757ab99397759c343
 DIST certbot-1.2.0.tar.gz 1354262 BLAKE2B 
1abdf4cb99ecdac6b9b8d2ebdd6897a3182a147f0175e2db4c6b0feaa3f6c615ee3146dd63627a83266c223456c5aba44b018be4059574d0209aec89065d9925
 SHA512 
ed52a31a71b3762b8cd217ea2784d9cb01f7c1a50cef3b7e0d99483ca3ab623b90ab7d4896674e0d1c06e2e8370c02162418d934de7d3048b0471416616146fe

diff --git a/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild
deleted file mode 100644
index 775499f0b0d..000
--- a/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86"
-   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-0.39.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2020-02-17 Thread Matthew Thode
commit: 9e175fbba904aa7856ca85bf00104335c97cb3b2
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:47:22 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e175fbb

app-crypt/certbot-apache: 1.1.0 stable amd64/x86

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

 app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
index cef80d06281..ac62ff48ce5 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
 fi
 



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

2020-02-17 Thread Matthew Thode
commit: 7bd0aeb939dc8c207282d42154c4b872332ba508
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:41:49 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd0aeb9

app-crypt/acme: 1.1.0 stable amd64/x86

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

 app-crypt/acme/acme-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme/acme-1.1.0.ebuild b/app-crypt/acme/acme-1.1.0.ebuild
index 4aaf884c944..db4f214816d 100644
--- a/app-crypt/acme/acme-1.1.0.ebuild
+++ b/app-crypt/acme/acme-1.1.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 



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

2020-02-17 Thread Matthew Thode
commit: b63aed6e6897af280bb370bb6f0f95c5c7d76c72
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:25:53 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63aed6e

dev-python/git-review: cleanup

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

 dev-python/git-review/Manifest |  2 --
 dev-python/git-review/git-review-1.26.0.ebuild | 29 --
 dev-python/git-review/git-review-1.27.0.ebuild | 29 --
 3 files changed, 60 deletions(-)

diff --git a/dev-python/git-review/Manifest b/dev-python/git-review/Manifest
index ab0b38addbf..045c3438a76 100644
--- a/dev-python/git-review/Manifest
+++ b/dev-python/git-review/Manifest
@@ -1,3 +1 @@
-DIST git-review-1.26.0.tar.gz 56557 BLAKE2B 
c8af82d7cc222078c1ef470da0ffac7b698df91ed991ba43c8d34a64bbfa3996bdbe475d9965d6d1ef8cca84293613afb92ac6405c0397232e568d2ec2226202
 SHA512 
74b2366d7884963caaa9b4614301fad56b7997d1cb16ef333cd2dae5df5a5343e5b891fc089078856b57db0083584a8b4ceea98dd67c401651a100fc4fdf7d81
-DIST git-review-1.27.0.tar.gz 58471 BLAKE2B 
baace809949fb5bdb22c6cca251deca7a200b070573840f391ad24ad045276d376616c58355c5159086dc67b481686d6382c71604f2bdc8adf0b2799240a976d
 SHA512 
e9fff7e54457b300c269378062e5bcce28511dfd6662035dc8d276e33e6a0f6b6c68bae98fb3a8a36e468f669c4eeb461e96cdf073a831c42156f8c0ef14fa0a
 DIST git-review-1.28.0.tar.gz 60496 BLAKE2B 
19fa2b9a5e2f25d89cf123f277cb0213675e4b99b75a978ee49ee9a394c6f212d5bb58d5e5aee9cc3c20165e9872be159ec81dcf8ea37f509c96bbc79a84bcbd
 SHA512 
c29ad530abcfcf136548daf4865e1fe7c5819f6d4b11424c5c1425312c68fdc0e4073e009667b992e3f3db3396c7db618940c7f6e5be8b26e9d0d1b94fd078a4

diff --git a/dev-python/git-review/git-review-1.26.0.ebuild 
b/dev-python/git-review/git-review-1.26.0.ebuild
deleted file mode 100644
index a79a7b83683..000
--- a/dev-python/git-review/git-review-1.26.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool to submit code to Gerrit"
-HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^argparse/d' requirements.txt || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/git-review/git-review-1.27.0.ebuild 
b/dev-python/git-review/git-review-1.27.0.ebuild
deleted file mode 100644
index b2af9dbd87b..000
--- a/dev-python/git-review/git-review-1.27.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool to submit code to Gerrit"
-HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^argparse/d' requirements.txt || die
-   distutils-r1_python_prepare_all
-}



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

2020-02-17 Thread Matthew Thode
commit: 4da12cb6deaf0432283a249316bbf99a50d012f9
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:46:28 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da12cb6

app-crypt/certbot: cleanup

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

 app-crypt/certbot/Manifest|  3 --
 app-crypt/certbot/certbot-0.39.0.ebuild   | 50 --
 app-crypt/certbot/certbot-0.40.1.ebuild   | 50 --
 app-crypt/certbot/certbot-1.0.0-r1.ebuild | 51 ---
 4 files changed, 154 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 0177f131f91..83258bc9a67 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,5 +1,2 @@
-DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 
5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9
 SHA512 
17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0
-DIST certbot-0.40.1.tar.gz 1353347 BLAKE2B 
86b3df4047101d00d5f17cf3a1a11e5800e850f5a9f736507ad373e552c27e9e4a3a17695f5a817d191cad383fc17336214fc1d8de7a99354ce4d2f5c6e728c1
 SHA512 
e5517a20cf26efba850728b3f81db5d6c3c5570b0a1c8c9d4a4401ac04bcf44c6a2f1c248bf6e0b1be4a21b54f6168ccd11dc766304805f13b4cb16336b3
-DIST certbot-1.0.0.tar.gz 1336032 BLAKE2B 
ca26cfd3d9f802b09eaf387225f24fbb01385f81dfa661dfb5acbd97982a6fc773c56abf6b3f99db7f2b0cdc8c5a7175d264714592858b38217e444d4e1d2b4b
 SHA512 
649ddd3d9305e166ef36de4e4e48b1171d5f369d9d60c026ab37a03e7b221cd815e93e69460662e6436b56cec076005582457e9d45499114306ad808a2497912
 DIST certbot-1.1.0.tar.gz 1346768 BLAKE2B 
5c86edec3102ce0eb822465458ec86cbc98eb5e76c3c582d8a72ecab91e709f16e7a1576c684bc04bfd0c70918f34e84e0b3b264f949a1fb9bf9503fa9d6b179
 SHA512 
905b21a8a50b4df4eb92b464d10dec094ba4e7f5eaf3ad3dae1704a794952df6b51873ca919246a9b6698fd652a7c264efc742617ba0a25757ab99397759c343
 DIST certbot-1.2.0.tar.gz 1354262 BLAKE2B 
1abdf4cb99ecdac6b9b8d2ebdd6897a3182a147f0175e2db4c6b0feaa3f6c615ee3146dd63627a83266c223456c5aba44b018be4059574d0209aec89065d9925
 SHA512 
ed52a31a71b3762b8cd217ea2784d9cb01f7c1a50cef3b7e0d99483ca3ab623b90ab7d4896674e0d1c06e2e8370c02162418d934de7d3048b0471416616146fe

diff --git a/app-crypt/certbot/certbot-0.39.0.ebuild 
b/app-crypt/certbot/certbot-0.39.0.ebuild
deleted file mode 100644
index 00ca3acc612..000
--- a/app-crypt/certbot/certbot-0.39.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   ${CDEPEND}
-   >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="
-   ${CDEPEND}
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   # acme is not installed, removing it here is fine, the dir just 
confuses tests
-   rm -R acme
-   pytest -vv ${PN} || die
-}

diff --git a/app-crypt/certbot/certbot-0.40.1.ebuild 
b/app-crypt/certbot/certbot-0.40.1.ebuild
deleted file mode 100644
index 6ec4076e0c5..000
--- a/app-crypt/certbot/certbot-0.40.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-inherit 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/

2020-02-17 Thread Matthew Thode
commit: eab45ea78d08bee8b41c577de24aa622ce458447
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 21:50:34 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab45ea7

app-crypt/certbot-nginx: cleanup

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

 app-crypt/certbot-nginx/Manifest   |  1 -
 app-crypt/certbot-nginx/certbot-nginx-1.0.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index b42432f8548..83258bc9a67 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,3 +1,2 @@
-DIST certbot-1.0.0.tar.gz 1336032 BLAKE2B 
ca26cfd3d9f802b09eaf387225f24fbb01385f81dfa661dfb5acbd97982a6fc773c56abf6b3f99db7f2b0cdc8c5a7175d264714592858b38217e444d4e1d2b4b
 SHA512 
649ddd3d9305e166ef36de4e4e48b1171d5f369d9d60c026ab37a03e7b221cd815e93e69460662e6436b56cec076005582457e9d45499114306ad808a2497912
 DIST certbot-1.1.0.tar.gz 1346768 BLAKE2B 
5c86edec3102ce0eb822465458ec86cbc98eb5e76c3c582d8a72ecab91e709f16e7a1576c684bc04bfd0c70918f34e84e0b3b264f949a1fb9bf9503fa9d6b179
 SHA512 
905b21a8a50b4df4eb92b464d10dec094ba4e7f5eaf3ad3dae1704a794952df6b51873ca919246a9b6698fd652a7c264efc742617ba0a25757ab99397759c343
 DIST certbot-1.2.0.tar.gz 1354262 BLAKE2B 
1abdf4cb99ecdac6b9b8d2ebdd6897a3182a147f0175e2db4c6b0feaa3f6c615ee3146dd63627a83266c223456c5aba44b018be4059574d0209aec89065d9925
 SHA512 
ed52a31a71b3762b8cd217ea2784d9cb01f7c1a50cef3b7e0d99483ca3ab623b90ab7d4896674e0d1c06e2e8370c02162418d934de7d3048b0471416616146fe

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.0.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.0.0.ebuild
deleted file mode 100644
index 0344f2130cb..000
--- a/app-crypt/certbot-nginx/certbot-nginx-1.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-   >=app-crypt/acme-1.0.0[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-1.0.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"



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

2020-02-17 Thread Matthew Thode
commit: 157b7df2884034c902bab540d6083c8a6deb6b96
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 17 20:48:14 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 17 21:51:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157b7df2

app-admin/ansible: 2.9.2 cleanup

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

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-2.9.2.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 743c58b6883..6d9a72a3ee8 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,3 @@
-DIST ansible-2.9.2.tar.gz 14157188 BLAKE2B 
4c1207bd43f7797d8d9cb1d4612e866eebbf8c19ee060cf1eb7daa68415be5d7718c79d756454648e66a13434eacba6a07c8de31c4ec4b12e0474563d8844e46
 SHA512 
522dd84af9493ceafd95ff0fc806a671f3d1f10d0ca074ef41875eb966d39e64b834e0b98a35d81d9d9d96efef8069db604c8080ce8cbb1ce2e8b13bf5c30a6a
 DIST ansible-2.9.3.tar.gz 14170666 BLAKE2B 
bb27d249e2390888ee3c28fdb48c1ceff346d2903089c70b451f793742238498aed7c33be056cce9790f44f5cdb74b5020b6decf4f1242904bd9c8f7b5077ea0
 SHA512 
02cfa2c7c43506dc602e92aed66c920243222b82bc4852f1a4d786cd3ff26fe17eda18d35ac7301cd9bf26366df9b18776e2a27e8d54fc92c3128f52ec7f58e8
 DIST ansible-2.9.4.tar.gz 14170264 BLAKE2B 
e230837360d29df460906d118b3c2ebb9a9dc1ac2a4427809a16716e67a79db8e737ed1beca757bd8a75b631c8cb6c26e58b1caeaaeb613731d63031f1e4e34e
 SHA512 
21020548100fc31b59d4ee1b461f2a14359f2f18752d431cd041eb987c8c8b308f1aa1687461a9b3f5a086485b77b3a38c8f006b942cc24cb2157b45e6582822
 DIST ansible-2.9.5.tar.gz 14186885 BLAKE2B 
c64fb384ab55c5b9cca753319fba911b8a40d634b59998f2e4c65ccafaa536788f3ac8c18a45a4b0d322ecca9b7fa2c580311a35a202ad70c2de2157ab04bfaf
 SHA512 
cd2ce807b3136e2c02856339ea910b0a5cae8ca946da804ed7d3ec5725d3eff0fe5b4bd8527b2a17d6f3109e16859d52045b50f2ffd21169b30768e65b813407

diff --git a/app-admin/ansible/ansible-2.9.2.ebuild 
b/app-admin/ansible/ansible-2.9.2.ebuild
deleted file mode 100644
index 4e4f9dd72e8..000
--- a/app-admin/ansible/ansible-2.9.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/;
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
-IUSE="doc test"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   dev-python/passlib[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-python_compile_all() {
-   if use doc; then
-   cd docs/docsite || die
-   export CPUS=4
-   emake -f Makefile.sphinx html
-   fi
-}
-
-python_test() {
-   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
-   distutils-r1_python_install_all
-
-   dodoc -r examples
-}



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

2020-02-17 Thread James Le Cuirot
commit: 882cab55eec3f20f1144e7c2a361821444bc5504
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Feb 17 21:36:03 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Feb 17 21:36:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882cab55

net-misc/netevent: New package

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

 net-misc/netevent/Manifest  |  1 +
 net-misc/netevent/metadata.xml  | 11 +
 net-misc/netevent/netevent-2.0_p20200217.ebuild | 32 +
 3 files changed, 44 insertions(+)

diff --git a/net-misc/netevent/Manifest b/net-misc/netevent/Manifest
new file mode 100644
index 000..c45c148cba3
--- /dev/null
+++ b/net-misc/netevent/Manifest
@@ -0,0 +1 @@
+DIST netevent-2.0_p20200217.tar.gz 39237 BLAKE2B 
543456de89c6c57c7fe086d6697ca687ce0a04fce67efda7162e516eb1dca3f31b6ce31e1f5d7481fe538364f9f597103e3b77f3864c41456c6fe9080bfb424a
 SHA512 
921982c8d9153e627c7931059e6163213ba2ac907f4ae98bcde62645e774cc41077ee728b698f3fad6a639fda19f99f9e43103006abe645f1a4ac4d68cf393c7

diff --git a/net-misc/netevent/metadata.xml b/net-misc/netevent/metadata.xml
new file mode 100644
index 000..bb16b0e7ff9
--- /dev/null
+++ b/net-misc/netevent/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ch...@gentoo.org
+   James Le Cuirot
+   
+   
+   Blub/netevent
+   
+

diff --git a/net-misc/netevent/netevent-2.0_p20200217.ebuild 
b/net-misc/netevent/netevent-2.0_p20200217.ebuild
new file mode 100644
index 000..f9936ce3b14
--- /dev/null
+++ b/net-misc/netevent/netevent-2.0_p20200217.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+COMMIT="c2066fa55db6f51090e00a240889d2f0cbd0ab4d"
+DESCRIPTION="Tool to share Linux event devices with other machines"
+HOMEPAGE="https://github.com/Blub/netevent;
+SRC_URI="https://github.com/Blub/netevent/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE="doc"
+
+BDEPEND="
+   doc? ( dev-python/docutils )
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_configure() {
+   tc-export CXX
+
+   # Not Autoconf.
+   RST2MAN=rst2man.py \
+   ./configure \
+   --prefix="${EPREFIX}"/usr \
+   $(use_enable doc) \
+   || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/hidclient/, net-wireless/hidclient/files/

2020-02-17 Thread Sergei Trofimovich
commit: 58aea9ac1b41958dd4fc578f25eb9b78b16faed8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 17 20:54:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 20:55:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58aea9ac

net-wireless/hidclient: tweak for glibc-2.30, bug #692250

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/692250
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../hidclient/files/hidclient-20120728-glibc-2.30.patch | 13 +
 net-wireless/hidclient/hidclient-20120728.ebuild|  5 -
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/net-wireless/hidclient/files/hidclient-20120728-glibc-2.30.patch 
b/net-wireless/hidclient/files/hidclient-20120728-glibc-2.30.patch
new file mode 100644
index 000..7e8376faaed
--- /dev/null
+++ b/net-wireless/hidclient/files/hidclient-20120728-glibc-2.30.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/692250
+
+--- a/hidclient.c
 b/hidclient.c
+@@ -102,7 +102,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
++//#include 
+ #include 
+ #include 
+ #include 

diff --git a/net-wireless/hidclient/hidclient-20120728.ebuild 
b/net-wireless/hidclient/hidclient-20120728.ebuild
index f56b4f7737b..0dc32ee4fc0 100644
--- a/net-wireless/hidclient/hidclient-20120728.ebuild
+++ b/net-wireless/hidclient/hidclient-20120728.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
+inherit epatch
+
 DESCRIPTION="Use your machine as a bluetooh keyboard/mouse"
 HOMEPAGE="http://anselm.hoffmeister.be/computer/hidclient/;
 SRC_URI="http://anselm.hoffmeister.be/computer/${PN}/${P}.tar.bz2;
@@ -19,6 +21,7 @@ RDEPEND="${DEPEND}
 S="${WORKDIR}"
 
 src_prepare() {
+   epatch "${FILESDIR}"/${P}-glibc-2.30.patch
sed -i 's#gcc#$(CC)#' Makefile
sed -i 's#-O2#$(CFLAGS) $(LDFLAGS)#' Makefile
 }



[gentoo-commits] repo/gentoo:master commit in: net-ftp/gftp/, net-ftp/gftp/files/

2020-02-17 Thread Sergei Trofimovich
commit: 0d6e4b3e3caf745256cfb81d8bf718658796af06
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 17 20:42:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 20:42:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6e4b3e

net-ftp/gftp: backport glibc-2.30 fix, bug #692230

Fix found by Stephan Hartmann!

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/692230
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/gftp/files/gftp-2.0.19-glibc-2.30.patch | 27 +
 net-ftp/gftp/gftp-2.0.19-r3.ebuild  |  5 -
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/net-ftp/gftp/files/gftp-2.0.19-glibc-2.30.patch 
b/net-ftp/gftp/files/gftp-2.0.19-glibc-2.30.patch
new file mode 100644
index 000..ee1d596a03c
--- /dev/null
+++ b/net-ftp/gftp/files/gftp-2.0.19-glibc-2.30.patch
@@ -0,0 +1,27 @@
+https://bugs.gentoo.org/692230
+https://github.com/masneyb/gftp/commit/371c494a34c1820544d6563fb7ef5ca51a0ee199
+
+From 371c494a34c1820544d6563fb7ef5ca51a0ee199 Mon Sep 17 00:00:00 2001
+From: Brian Masney 
+Date: Thu, 21 Jul 2016 05:05:18 -0400
+Subject: [PATCH] fixed compiling on some versions of Linux. Patch picked up
+ from the Fedora Project at
+ https://github.com/repoforge/rpms/blob/master/specs/gftp/gftp-stropts.patch
+
+---
+ lib/pty.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/pty.c b/lib/pty.c
+index f7cb1f9..f9d609b 100644
+--- a/lib/pty.c
 b/lib/pty.c
+@@ -61,7 +61,7 @@ _gftp_ptys_open (int fdm, int fds, char *pts_name)
+ 
+ #elif HAVE_GRANTPT
+ 
+-#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__))
++#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) || 
defined(__linux__))
+ #include 
+ #endif
+ 

diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild 
b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
index 57a51c790a9..a79b3a00b48 100644
--- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild
+++ b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,6 +33,9 @@ PATCHES=(
 
# https://bugzilla.gnome.org/show_bug.cgi?id=740785
"${FILESDIR}/${P}-desktop.patch"
+
+   # https://bugs.gentoo.org/692230
+   "${FILESDIR}"/${P}-glibc-2.30.patch
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/

2020-02-17 Thread Alfredo Tupone
commit: b18e95377e39389623eeb0ba5853f7e04fe53385
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 17 20:26:25 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 17 20:26:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18e9537

dev-ml/lablgtk: took maintainership

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

 dev-ml/lablgtk/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/lablgtk/metadata.xml b/dev-ml/lablgtk/metadata.xml
index aed1d62bbc0..1fec605bab9 100644
--- a/dev-ml/lablgtk/metadata.xml
+++ b/dev-ml/lablgtk/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
 
Enable libglade bindings compilation.
Enable libgnomecanvas bindings 
compilation.



[gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/

2020-02-17 Thread Alfredo Tupone
commit: 2aee2758ca2584650025456be614295c61cc95c5
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 17 20:24:21 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 17 20:24:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aee2758

dev-ml/lablgtk: version bump to 2.18.10

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

 dev-ml/lablgtk/Manifest   |  1 +
 dev-ml/lablgtk/lablgtk-2.18.10.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/dev-ml/lablgtk/Manifest b/dev-ml/lablgtk/Manifest
index 296113f5b17..614b3963cf3 100644
--- a/dev-ml/lablgtk/Manifest
+++ b/dev-ml/lablgtk/Manifest
@@ -1,2 +1,3 @@
+DIST lablgtk-2.18.10.tar.gz 1068504 BLAKE2B 
8f82cd8b31c136420bfbbeaf78ec2d7913b7c5fc16abd485c508f8de3ab587173b0b5c798cdbe851254b48754929c1f0063cfc9e3c5e0663b7cdebc380ec0e8a
 SHA512 
73705aaa80db433d11a28df5f6f5d10bd282e477e90916152a87e71865ccfcd7dfbdbe77350ecadf61ba2ccc7a188de1c68f1e6385e20c75f167969001e8418d
 DIST lablgtk-2.18.5.tar.gz 808005 BLAKE2B 
279fd9f018948438b616a12ab60fca3019330504a79d8b76c58fa0a99a7b36df9bf78f57f0e60c4eea6f0bad60f94c06b26490518ec25a5a72c342e4b7c42501
 SHA512 
7b6ba1a4dfa82cc3bbc502082ff4fccc23cc06ee4f30d01a2e423f3f99e945a4befe450d230b5aa19c5b810e9f46f2838655099d49da2db7c8a2e52eac213024
 DIST lablgtk-2.18.8.tar.gz 855263 BLAKE2B 
92aeadcfac666756e50ea573c7a2119cc13eab5c2f2e033fcdf92d5c33d597d64bf2e860ff181d958b4d8e9a3d4002b3eaabbd1da7580444fee91dafaba26289
 SHA512 
1510b8886dd55b82fbc96f333d84779f51a4794d13b0934569d13b1975ded9ec684855b9856f636fb302fd8ff2f118d0d5f3ffb2b8086d22cdad442e963868ae

diff --git a/dev-ml/lablgtk/lablgtk-2.18.10.ebuild 
b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild
new file mode 100644
index 000..19f3fac81a8
--- /dev/null
+++ b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Objective CAML interface for Gtk+2"
+HOMEPAGE="http://lablgtk.forge.ocamlcore.org;
+SRC_URI="https://github.com/garrigue/lablgtk/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception examples? ( lablgtk-examples )"
+SLOT="2/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="debug examples glade gnomecanvas +ocamlopt opengl sourceview spell svg"
+
+DEPEND="dev-lang/ocaml:=[ocamlopt?]
+   dev-ml/camlp4:=
+   x11-libs/gtk+:2
+   glade? ( gnome-base/libglade )
+   gnomecanvas? ( gnome-base/libgnomecanvas )
+   opengl? (
+   dev-ml/lablgl:=
+   x11-libs/gtkglarea:2
+   )
+   sourceview? ( x11-libs/gtksourceview:2.0 )
+   spell? ( app-text/gtkspell:2 )
+   svg? ( gnome-base/librsvg:2 )"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/findlib
+   virtual/pkgconfig"
+
+DOCS=( CHANGES README CHANGES.API )
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_with svg rsvg)
+   $(use_with glade)
+   --without-gnomeui
+   --without-panel
+   $(use_with opengl gl)
+   $(use_with spell gtkspell)
+   --without-gtksourceview
+   $(use_with sourceview gtksourceview2)
+   $(use_with gnomecanvas)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   # parallel build crashes
+   emake -j1 all
+   if use ocamlopt; then
+   emake -j1 opt
+   fi
+}
+
+src_install () {
+   local destdir="$(ocamlfind printconf destdir || die)"
+   dodir "${destdir}/stublibs"
+   export OCAMLFIND_DESTDIR=${ED}"${destdir}"
+   export OCAMLPATH="${ED}${destdir}"
+   export OCAMLFIND_LDCONF=ignore
+
+   default
+   rm "${ED}/usr/$(get_libdir)/ocaml/ld.conf" || die
+   dosym lablgtk2/liblablgtk2.a \
+   /usr/$(get_libdir)/ocaml/liblablgtk2.a
+   dosym lablgtk2/liblablgtksourceview2.a \
+   /usr/$(get_libdir)/ocaml/liblablgtksourceview2.a
+
+   if use examples; then
+   dodoc -r examples/
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2020-02-17 Thread Sergei Trofimovich
commit: e652e01f35129b584502ac6367de13cfbf1b528c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 17 20:14:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 20:14:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e652e01f

dev-util/lttng-ust: backport gcc-10 fix, bug #706862

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/706862
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../files/lttng-ust-2.11.0-fno-common.patch| 47 ++
 dev-util/lttng-ust/lttng-ust-2.11.0.ebuild |  4 +-
 2 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/dev-util/lttng-ust/files/lttng-ust-2.11.0-fno-common.patch 
b/dev-util/lttng-ust/files/lttng-ust-2.11.0-fno-common.patch
new file mode 100644
index 000..48b5bfbbe39
--- /dev/null
+++ b/dev-util/lttng-ust/files/lttng-ust-2.11.0-fno-common.patch
@@ -0,0 +1,47 @@
+From 21a934df4c683e73e0a66a9afca33573fcf9d789 Mon Sep 17 00:00:00 2001
+From: Michael Jeanson 
+Date: Thu, 16 Jan 2020 10:59:14 -0500
+Subject: [PATCH] Fix: build with -fno-common
+
+GCC 10 will default to building with -fno-common, this inhibits the
+linker from merging multiple tentative definitions of a symbol in an
+archive. Keep only the declaration in the libustsnprintf.la convenience
+library.
+
+Signed-off-by: Michael Jeanson 
+Signed-off-by: Mathieu Desnoyers 
+Change-Id: I8fb7c72811ce7e62f10342f55fcabeeabfdd4c67
+---
+ liblttng-ust-ctl/ustctl.c  | 2 --
+ liblttng-ust-fd/lttng-ust-fd.c | 2 --
+ 2 files changed, 4 deletions(-)
+
+diff --git a/liblttng-ust-ctl/ustctl.c b/liblttng-ust-ctl/ustctl.c
+index 949ece17..c2b761a1 100644
+--- a/liblttng-ust-ctl/ustctl.c
 b/liblttng-ust-ctl/ustctl.c
+@@ -77,8 +77,6 @@ extern void lttng_ring_buffer_client_discard_exit(void);
+ extern void lttng_ring_buffer_client_discard_rt_exit(void);
+ extern void lttng_ring_buffer_metadata_client_exit(void);
+ 
+-volatile enum ust_loglevel ust_loglevel;
+-
+ int ustctl_release_handle(int sock, int handle)
+ {
+   struct ustcomm_ust_msg lum;
+diff --git a/liblttng-ust-fd/lttng-ust-fd.c b/liblttng-ust-fd/lttng-ust-fd.c
+index 863f0618..4818e02e 100644
+--- a/liblttng-ust-fd/lttng-ust-fd.c
 b/liblttng-ust-fd/lttng-ust-fd.c
+@@ -28,8 +28,6 @@
+ #include 
+ #include "usterr-signal-safe.h"
+ 
+-volatile enum ust_loglevel ust_loglevel;
+-
+ static int (*__lttng_ust_fd_plibc_close)(int fd);
+ static int (*__lttng_ust_fd_plibc_fclose)(FILE *stream);
+ 
+-- 
+2.25.0
+

diff --git a/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
index ecc26c91c8a..a3aa0dbf6f7 100644
--- a/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
+++ b/dev-util/lttng-ust/lttng-ust-2.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,8 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+PATCHES=("${FILESDIR}"/${P}-fno-common.patch)
+
 S="${WORKDIR}"/${MY_P}
 
 src_prepare() {



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

2020-02-17 Thread Sergei Trofimovich
commit: 45fc9b2bf8d7e2b218f5a8eb201899222f3807ca
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Feb 17 16:26:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 19:46:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fc9b2b

dev-python/hypothesis: keyworded 4.57.1 for hppa, bug #703174

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

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

diff --git a/dev-python/hypothesis/hypothesis-4.57.1.ebuild 
b/dev-python/hypothesis/hypothesis-4.57.1.ebuild
index 81d602fd53c..96f887e12f1 100644
--- a/dev-python/hypothesis/hypothesis-4.57.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-4.57.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Sergei Trofimovich
commit: f51e1259400f14e5f716e7b5480f456a42b2abd8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Feb 17 16:43:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 19:46:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51e1259

dev-python/elementpath: keyworded 1.4.1 for hppa, bug #703174

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

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

diff --git a/dev-python/elementpath/elementpath-1.4.1.ebuild 
b/dev-python/elementpath/elementpath-1.4.1.ebuild
index 5ab8daaf300..ffae6ecb79a 100644
--- a/dev-python/elementpath/elementpath-1.4.1.ebuild
+++ b/dev-python/elementpath/elementpath-1.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Sergei Trofimovich
commit: 74051bb3710549c1370302d43aae7892931c736e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Feb 17 16:44:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 19:46:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74051bb3

dev-python/attrs: stable 19.3.0 for hppa, bug #703062

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

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

diff --git a/dev-python/attrs/attrs-19.3.0.ebuild 
b/dev-python/attrs/attrs-19.3.0.ebuild
index 19f7b1550de..eaf8d70d48f 100644
--- a/dev-python/attrs/attrs-19.3.0.ebuild
+++ b/dev-python/attrs/attrs-19.3.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
dev-python/zope-interface[${PYTHON_USEDEP}]"



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

2020-02-17 Thread Sergei Trofimovich
commit: 53c48e8cb629ce0510eb0cedff7e10a764292d8d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Feb 17 16:43:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 17 19:46:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c48e8c

dev-python/xmlschema: keyworded 1.1.0 for hppa, bug #703174

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

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

diff --git a/dev-python/xmlschema/xmlschema-1.1.0.ebuild 
b/dev-python/xmlschema/xmlschema-1.1.0.ebuild
index 7bdc2f6a6a9..8ea796fb40b 100644
--- a/dev-python/xmlschema/xmlschema-1.1.0.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-02-17 Thread Ben Kohler
commit: c7a3f6c8c3ef3cd7063a02908dbe96faf89612d3
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Feb 17 19:23:02 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Feb 17 19:23:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a3f6c8

www-client/links: bump to 2.20.2

Add a few new flags for optional deps

Closes: https://bugs.gentoo.org/657996
Bug: https://bugs.gentoo.org/694016
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ben Kohler  gentoo.org>

 www-client/links/Manifest|   1 +
 www-client/links/links-2.20.2.ebuild | 170 +++
 www-client/links/metadata.xml|   7 ++
 3 files changed, 178 insertions(+)

diff --git a/www-client/links/Manifest b/www-client/links/Manifest
index 3bdf7223be5..ef00e4c9fd6 100644
--- a/www-client/links/Manifest
+++ b/www-client/links/Manifest
@@ -2,3 +2,4 @@ DIST links-2.14.tar.bz2 6535707 BLAKE2B 
e0a2f804e05fde94be50ee2dce1453c0c616aac2
 DIST links-2.16.tar.bz2 6697222 BLAKE2B 
dba0f00acf14e7994d3eeea7f77df897941690d959c2aa90924bb1256f310a6ddc969e2dc7ca8ca775f2ec06acebbabb30b35088a9cc6100b01f7fa6dfaeaaa8
 SHA512 
3ce169e214eae0f997c1f8647d354dc0803c9118a97dcd2594d62af23336890272f4b027d3ab0a0e151672d1506e50da0f0e561999c5841f0f183f32a279b14a
 DIST links-2.17.tar.bz2 6694577 BLAKE2B 
a762dd810d8d939c3276ca13ed8460cc486d275e3436015440527fdbe16adc29ccf4ff26c59de2354c50cab5fbc6ce72d4b94cc6e731e4295f86f892eaf0af64
 SHA512 
871a3a2cbc210467f4ffd830ba2966f2ebc0ec9ed4a1de018d032cec4b550e58f6858875478647c627ec746bb76810a4b97603575f2d21b5ea650c612684c8d5
 DIST links-2.18.tar.bz2 6703625 BLAKE2B 
7fabfe805e5701bf254c7088da22f03125debfe764815b649a5533bd53ae6b61195c7005391140673baa2aa87f356e8134042f78404b6abbc4ce560ec75d7085
 SHA512 
fef25d90985663c64ab04d6b6ef445ef2ac80c8b297897ff23b7d798c0607b90c86432f1a6fc4f02d1b1e61fe934cd01cd554c5765500248e8481f5cfa71da51
+DIST links-2.20.2.tar.bz2 6474383 BLAKE2B 
c69c421a85114b3dc0d7f2b37ce5454655b426ea9463c80e4a826f02374c0740d963251b4e9ed6c960dcad15403511c33f3a2e199a728e8f5425a359963bd102
 SHA512 
82be459856f49f45c9b824589b78c0f58b039b09802e077420053e9449bc1ded272bb8ad57ea10522d8b3305ceb212a5dd08b01052538cd5b4f0447d0ba02152

diff --git a/www-client/links/links-2.20.2.ebuild 
b/www-client/links/links-2.20.2.ebuild
new file mode 100644
index 000..d0e51b76c78
--- /dev/null
+++ b/www-client/links/links-2.20.2.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools desktop xdg
+
+DESCRIPTION="A fast and lightweight web browser running in both graphics and 
text mode"
+HOMEPAGE="http://links.twibright.com/;
+SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="brotli bzip2 fbcon freetype gpm ipv6 jpeg libevent libressl livecd lzip 
lzma ssl suid svga tiff unicode X zlib zstd"
+
+GRAPHICS_DEPEND="media-libs/libpng:0="
+
+RDEPEND="
+   brotli? (
+   app-arch/brotli
+   )
+   bzip2? (
+   app-arch/bzip2
+   )
+   fbcon? (
+   ${GRAPHICS_DEPEND}
+   )
+   freetype? (
+   media-libs/fontconfig
+   media-libs/freetype
+   )
+   gpm? (
+   sys-libs/gpm
+   )
+   jpeg? (
+   virtual/jpeg:0
+   )
+   libevent? (
+   dev-libs/libevent:0=
+   )
+   livecd? (
+   ${GRAPHICS_DEPEND}
+   sys-libs/gpm
+   virtual/jpeg:0
+   )
+   lzip? (
+   app-arch/lzip
+   )
+   lzma? (
+   app-arch/xz-utils
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   svga? (
+   ${GRAPHICS_DEPEND}
+   media-libs/svgalib
+   )
+   tiff? (
+   media-libs/tiff:0
+   )
+   X? (
+   ${GRAPHICS_DEPEND}
+   x11-libs/libXext
+   )
+   zlib? (
+   sys-libs/zlib
+   )
+   zstd? (
+   app-arch/zstd
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   fbcon? ( virtual/os-headers )
+   livecd? ( virtual/os-headers )"
+
+REQUIRED_USE="!livecd? ( fbcon? ( gpm ) )
+   svga? ( suid )"
+
+DOCS=( AUTHORS BRAILLE_HOWTO ChangeLog KEYS NEWS README SITES )
+
+src_prepare() {
+   xdg_src_prepare
+
+   if use unicode; then
+   pushd intl > /dev/null || die
+   ./gen-intl || die
+   ./synclang || die
+   popd > /dev/null || die
+   fi
+
+   # error: conditional "am__fastdepCXX" was never defined (for 
eautoreconf)
+   

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

2020-02-17 Thread Thomas Deutschmann
commit: 1cc9a7d0c5b62ab36e04c724f5fa6877fb09a88f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 18:38:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 18:38:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc9a7d0

net-misc/oidentd: security cleanup (#709454)

Bug: https://bugs.gentoo.org/709454
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/oidentd/Manifest  |  1 -
 net-misc/oidentd/files/oidentd-2.0.7-confd |  4 --
 .../files/oidentd-2.0.8-bind-to-ipv6-too.patch | 17 --
 net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch| 25 -
 .../files/oidentd-2.0.8-log-conntrack-fails.patch  | 52 --
 .../oidentd/files/oidentd-2.0.8-masquerading.patch | 43 ---
 .../oidentd-2.0.8-no-conntrack-masquerading.patch  | 41 --
 net-misc/oidentd/files/oidentd.conf| 22 
 net-misc/oidentd/files/oidentd.service |  9 
 net-misc/oidentd/files/oidentd.socket  | 10 
 net-misc/oidentd/files/oidentd_at.service  |  7 ---
 net-misc/oidentd/files/oidentd_masq.conf   | 10 
 net-misc/oidentd/oidentd-2.0.8-r6.ebuild   | 63 --
 13 files changed, 304 deletions(-)

diff --git a/net-misc/oidentd/Manifest b/net-misc/oidentd/Manifest
index 4639109ca44..6d1c2163397 100644
--- a/net-misc/oidentd/Manifest
+++ b/net-misc/oidentd/Manifest
@@ -1,2 +1 @@
-DIST oidentd-2.0.8.tar.gz 212354 BLAKE2B 
46f4c4478822e832885f5f38a2ab5b2132ff5c1e5071fd1dc6050e55992d50bd96be096064996853af69d16316e6aff648c5320714b53b60c038cc9aaedfedda
 SHA512 
86229a4ef9892121c25a7140616e180f862ca34b73ea3ad9f0fbb008f657abb17e9f14c2c25ae14c14bfc14bf1ea10b50fd68318631a9c52227bbfd6e6d43288
 DIST oidentd-2.4.0.tar.xz 188280 BLAKE2B 
e7a6cdcc78ae61b103b81335d6a4802bbc301adad256dbe9461245e7a2839e1f4786cf3bf7206df2f8fc6414351c4bb8f92c87d16d69f678e0793b9a760ee966
 SHA512 
3dc6f8ba1c374c21bbc721516f83c5b825d5bc75dbda390d5e5e0e72ceac31495380a6025c626edcec4f8685a009f5be9571606c50e28fc28dc9f73a20f1b2d0

diff --git a/net-misc/oidentd/files/oidentd-2.0.7-confd 
b/net-misc/oidentd/files/oidentd-2.0.7-confd
deleted file mode 100644
index 3116889e67e..000
--- a/net-misc/oidentd/files/oidentd-2.0.7-confd
+++ /dev/null
@@ -1,4 +0,0 @@
-# oidentd start-up options
-USER="nobody"
-GROUP="nobody"
-OPTIONS=""

diff --git a/net-misc/oidentd/files/oidentd-2.0.8-bind-to-ipv6-too.patch 
b/net-misc/oidentd/files/oidentd-2.0.8-bind-to-ipv6-too.patch
deleted file mode 100644
index 2652622cdd4..000
--- a/net-misc/oidentd/files/oidentd-2.0.8-bind-to-ipv6-too.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Patch to bind to ipv6 socket as well
-Patch supplied by Fabian Knittel 
 oidentd-2.0.8/src/oidentd_inet_util.c  2006-05-22 02:31:19.0 
+0200
-+++ oidentd-2.0.8.new/src/oidentd_inet_util.c  2010-03-01 20:26:11.0 
+0100
-@@ -60,6 +60,12 @@
- #ifdef WANT_IPV6
-   case AF_INET6:
-   SIN6(ai->ai_addr)->sin6_port = listen_port;
-+
-+  if (setsockopt(listenfd, IPPROTO_IPV6, IPV6_V6ONLY, 
,
-+  sizeof(one)) != 0) {
-+  debug("setsockopt IPV6_V6ONLY: %s", 
strerror(errno));
-+  return (-1);
-+  }
-   break;
- #endif
- 

diff --git a/net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch 
b/net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch
deleted file mode 100644
index a401a65d9bc..000
--- a/net-misc/oidentd/files/oidentd-2.0.8-gcc5.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Fix a failure to build with gcc5.
-Bug: http://bugs.debian.org/778035
-
 a/src/oidentd_util.c   2015-07-03 05:56:24.0 -0400
-+++ b/src/oidentd_util.c   2015-07-03 05:56:47.671378000 -0400
-@@ -75,7 +75,7 @@
- ** PRNG functions on systems whose libraries provide them.)
- */
- 
--inline int randval(int i) {
-+extern __attribute__ ((gnu_inline)) int randval(int i) {
-   /* Per _Numerical Recipes in C_: */
-   return ((double) i * rand() / (RAND_MAX+1.0));
- }
 a/src/oidentd_util.h   2015-07-03 05:56:32.0 -0400
-+++ b/src/oidentd_util.h   2015-07-03 05:56:53.835378000 -0400
-@@ -58,7 +58,7 @@
- int find_group(const char *temp_group, gid_t *gid);
- 
- int random_seed(void);
--inline int randval(int i);
-+extern __attribute__ ((gnu_inline)) int randval(int i);
- 
- #ifndef HAVE_SNPRINTF
-   int snprintf(char *str, size_t n, char const *fmt, ...);

diff --git a/net-misc/oidentd/files/oidentd-2.0.8-log-conntrack-fails.patch 
b/net-misc/oidentd/files/oidentd-2.0.8-log-conntrack-fails.patch
deleted file mode 100644
index d29479ec028..000
--- a/net-misc/oidentd/files/oidentd-2.0.8-log-conntrack-fails.patch
+++ /dev/null
@@ -1,52 +0,0 @@

[gentoo-commits] repo/gentoo:master commit in: dev-ml/zarith/

2020-02-17 Thread Alfredo Tupone
commit: 65f25651d8930355501fd99b90e5c4fa356c843c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 17 18:22:03 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 17 18:22:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f25651

dev-ml/zarith: took maintainership

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

 dev-ml/zarith/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/zarith/metadata.xml b/dev-ml/zarith/metadata.xml
index 115ad2ef77f..dc2c35e803b 100644
--- a/dev-ml/zarith/metadata.xml
+++ b/dev-ml/zarith/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   

Use MPIR library instead of GMP.




[gentoo-commits] repo/gentoo:master commit in: dev-ml/zarith/

2020-02-17 Thread Alfredo Tupone
commit: 1700ee5bc2edd42a42be6c12472b319c1ad8e995
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 17 18:19:53 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 17 18:19:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1700ee5b

dev-ml/zarith: Version bump to 1.9.1

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

 dev-ml/zarith/Manifest|  1 +
 dev-ml/zarith/zarith-1.9.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-ml/zarith/Manifest b/dev-ml/zarith/Manifest
index 01222184fda..ebd41f16d4f 100644
--- a/dev-ml/zarith/Manifest
+++ b/dev-ml/zarith/Manifest
@@ -2,3 +2,4 @@ DIST zarith-1.4.1.tgz 88831 BLAKE2B 
f1a434f61dfa23cdb1e41d3e84c53444832978d119aa
 DIST zarith-1.5.tar.gz 89211 BLAKE2B 
f84127baeaf7efb61957e3657e7f2e3771df974ff6f92e3e0a04c93550ee48d5fa9adf473e423d409a2f40dba568ced30ef903c790f32b6e8bccd1032a475b84
 SHA512 
4e616b8cc81cd83f51696926e598be3bcda0bb5999db3cf42dd627cf537320a0216c74eb14c57e57fc21c909df8ef3fb3fa602a7ad633c115d2ee61af5a9fdcd
 DIST zarith-1.6.tar.gz 89353 BLAKE2B 
4dc7dbe17426a57929632d38fae91bdfec4f54371ebb0ae55b6d88c7fffb47c229d0800125eaa2f5fca4e096bb50dceb4e0851ef88a16d3e89bc1db7b9cb32b9
 SHA512 
a12eacfaa809885f2b0f09ed0fc56d90ebaf9a3d8685db8a41dc2a9d2410ec96529d8bee653343ea8d51304861dbcf12daba06206a6cf07753ad3b09780d
 DIST zarith-1.7.tar.gz 89617 BLAKE2B 
ee8a272a7421d9e723af8aa6207da8fe046585804e669058b6dec8fb47cab80e438d0520c1b61ed6c79bc279d162a7a1043fa40e74c50342b7e4d553ca8e8f5b
 SHA512 
812b5f9b24ce7a24d3370b8728ff6eeb56e3280fa1573e694fe54e781668c29bf8ff95e94aeff59df948adc85b8acd6b4efe117fb50a124f19b4227bee78e753
+DIST zarith-1.9.1.tar.gz 92321 BLAKE2B 
d61def81600cb5f3ae931eabebcdf081b6025dd24b1deae46a55f5db4f2c67d44b38b9cb9d73fc7fd9bd76c81545294373e3df5969da217209079a2912a8e285
 SHA512 
e77620c66a59d35811acfc45c7ef3f0d50d3042194654b1f5b652a2ed5fb9d5f88e9173222e5ced286c61854434da05a4d96668089faa66ff2917afa677fc32f

diff --git a/dev-ml/zarith/zarith-1.9.1.ebuild 
b/dev-ml/zarith/zarith-1.9.1.ebuild
new file mode 100644
index 000..dc83db4cb61
--- /dev/null
+++ b/dev-ml/zarith/zarith-1.9.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib multilib
+
+DESCRIPTION="Arithmetic and logic operations over arbitrary-precision integers"
+HOMEPAGE="https://github.com/ocaml/Zarith;
+SRC_URI="https://github.com/ocaml/Zarith/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc mpir +ocamlopt"
+
+RDEPEND="
+   >=dev-lang/ocaml-4:=[ocamlopt?]
+   !mpir? ( dev-libs/gmp:0= )
+   mpir? ( sci-libs/mpir )"
+
+DEPEND="${RDEPEND} dev-lang/perl"
+DOCS=( README.md Changes )
+
+S="${WORKDIR}/Zarith-release-${PV}"
+
+src_configure() {
+   tc-export CC
+   ./configure -host "${CHOST}" \
+   -ocamllibdir /usr/$(get_libdir)/ocaml \
+   -installdir "${ED}"/usr/$(get_libdir)/ocaml \
+   $(usex mpir "-mpir" "-gmp") || die
+}
+
+src_compile() {
+   emake -j 1 HASOCAMLOPT=$(usex ocamlopt yes no) HASDYNLINK=$(usex 
ocamlopt yes no) all
+   use doc && emake doc
+}
+
+src_test() {
+   if use ocamlopt ; then
+   emake HASOCAMLOPT=$(usex ocamlopt yes no) HASDYNLINK=$(usex 
ocamlopt yes no) tests
+   else
+   ewarn "Tests require USE=ocamlopt. Skipping them."
+   fi
+}
+
+src_install() {
+   findlib_src_preinst
+   emake HASOCAMLOPT=$(usex ocamlopt yes no) HASDYNLINK=$(usex ocamlopt 
yes no) install
+   dosym zarith/libzarith.a /usr/$(get_libdir)/ocaml/libzarith.a
+   use doc && HTML_DOCS=( html/* )
+   einstalldocs
+}



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

2020-02-17 Thread Zac Medico
commit: 2d5d92de87838e2dff6a6c09cb41edcaf26a6e3d
Author: Denis Pronin  yandex  ru>
AuthorDate: Mon Feb 17 12:39:09 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 17 17:58:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5d92de

app-text/calibre: support any compiler other than gcc

Closes: https://github.com/gentoo/gentoo/pull/14682
Signed-off-by: Denis Pronin  yandex.ru>
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/calibre-4.10.1-r2.ebuild | 2 +-
 app-text/calibre/calibre-4.9.1-r2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/calibre/calibre-4.10.1-r2.ebuild 
b/app-text/calibre/calibre-4.10.1-r2.ebuild
index ff49270f891..08411595122 100644
--- a/app-text/calibre/calibre-4.10.1-r2.ebuild
+++ b/app-text/calibre/calibre-4.10.1-r2.ebuild
@@ -109,7 +109,7 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
 
 pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary && $(gcc-major-version) -lt 6 ]]; then
+   if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc && [[ 
$(gcc-major-version) -lt 6 ]]; then
eerror "Calibre cannot be built with this version of gcc."
eerror "You need at least gcc-6.0"
die "Your C compiler is too old for this package."

diff --git a/app-text/calibre/calibre-4.9.1-r2.ebuild 
b/app-text/calibre/calibre-4.9.1-r2.ebuild
index 9a06547f837..799b96ca85b 100644
--- a/app-text/calibre/calibre-4.9.1-r2.ebuild
+++ b/app-text/calibre/calibre-4.9.1-r2.ebuild
@@ -109,7 +109,7 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
 
 pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary && $(gcc-major-version) -lt 6 ]]; then
+   if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc && [[ 
$(gcc-major-version) -lt 6 ]]; then
eerror "Calibre cannot be built with this version of gcc."
eerror "You need at least gcc-6.0"
die "Your C compiler is too old for this package."



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

2020-02-17 Thread Joonas Niilola
commit: 0754f016c34401dcebd9f8683cea1817d1d1287b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Feb 17 17:53:38 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Feb 17 17:53:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0754f016

sys-kernel/pf-sources: bump to 5.5-pf4

Signed-off-by: Joonas Niilola  gentoo.org>

 sys-kernel/pf-sources/Manifest |  1 +
 sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index 86fbe03ed9e..722d957dae2 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -12,3 +12,4 @@ DIST pf-sources-5.4_p6.patch 2445594 BLAKE2B 
766549139da27838aca8f849c6d71b13f3b
 DIST pf-sources-5.5_p1.patch 551540 BLAKE2B 
6e169f1e3a75a9f18b3c8e8c3ab6da9ff365e8bc467e01e84a088a75a19d4f93908774260569c383479f4e91255abbffb1ea5bc67b955cdb787d1529e50e645f
 SHA512 
8d2a4c71063d741b2e3dfad7403f9c020f9594166554d393d9c5e21d7fa64d20e67b7a91ee6f07dd0db008973b6d0bd88bfad95828ab3a230474770f35377c47
 DIST pf-sources-5.5_p2.patch 657945 BLAKE2B 
96acd27211f938605ff14b0588388b78606966e0fdfa7c8168521fd21155db2741d5f8256cb8c5df9232a77a6cf872d2ee945106af5e75502600c45d0d88f660
 SHA512 
2989554d41c0e970edef4641f7b6a402bd31b48ded6b94fa6b72af356327072a3ea0bcf58b7e9ab953eaf7a555b4cf49dcd75fad58c5da3235f0892f5e06c6ad
 DIST pf-sources-5.5_p3.patch 1305735 BLAKE2B 
3b124c3fe3949ea18242558d57672f4f9f1e854f0c7351cbfc71ae2783028f7e170df0a8cde55692e87a77915e85decdd91e34105b1685dc0c6718c211d7b596
 SHA512 
c6915878e5d6347af89ea515ce66b14d3ae511b37774b8e1a277c5154dc9a3398731aa4da838dbf42fe0945000fc329f63a62b60d0b42acc5d1b843c5d614a77
+DIST pf-sources-5.5_p4.patch 1489666 BLAKE2B 
3906d23f42d4943acf3e75a5b47d94b808417338cffbf8e04dad825387188be678afa3eb7d264c687e483b91b82402370a2df7e72c82294cffc39d4a7c0429b5
 SHA512 
b0c9cad6a375205c65d32d435efede2dbb98cd6e077aa7ef4d0d33e9735f3937980c371b87a76d5595426b3dce3606bacdb69eb1c8baf14d435e2c9190035bc2

diff --git a/sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild 
b/sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild
new file mode 100644
index 000..a86a2780b71
--- /dev/null
+++ b/sys-kernel/pf-sources/pf-sources-5.5_p4.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+ETYPE="sources"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+HOMEPAGE="https://gitlab.com/post-factum/pf-kernel/-/wikis/README
+   https://dev.gentoo.org/~mpagano/genpatches/;
+
+IUSE=""
+
+# No 'experimental' USE flag provided, but we still want to use genpatches
+K_EXP_GENPATCHES_NOUSE="1"
+
+# No reason to bump this number unless something new gets included in 
genpatches,
+# in that case we can manually remove the linux kernel patches from genpatches.
+K_GENPATCHES_VER="1"
+
+K_NOSETEXTRAVERSION="1"
+
+# Not supported by the Gentoo security crew
+K_SECURITY_UNSUPPORTED="1"
+
+K_USEPV="yes"
+
+# We want the very basic patches from gentoo-sources, experimental patch
+# is already included in pf-sources
+K_WANT_GENPATCHES="base extras"
+
+UNIPATCH_STRICTORDER="yes"
+
+inherit eutils kernel-2
+detect_version
+
+DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and 
Gentoo's genpatches"
+
+PF_URI="https://github.com/pfactum/pf-kernel/compare/v${PV/_p*/}...v${PV/_p*/}-pf${PV/*_p/}.diff
 -> ${P}.patch"
+SRC_URI="
+   ${KERNEL_URI}
+   ${PF_URI}
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${PV/_p*/}-${K_GENPATCHES_VER}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${PV/_p*/}-${K_GENPATCHES_VER}.extras.tar.xz
+"
+
+KV_FULL="${PVR}-pf"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+PATCHES=(
+   "${DISTDIR}/${P}.patch"
+)
+
+K_EXTRAEINFO="For more info on pf-sources and details on how to report 
problems,
+see: ${HOMEPAGE}."
+
+pkg_setup(){
+   ewarn
+   ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the pf developers directly."
+   ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with"
+   ewarn "the ebuilds. Thank you."
+   ewarn
+   kernel-2_pkg_setup
+}
+
+src_prepare() {
+   default
+   kernel-2_src_prepare
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   optfeature "Userspace KSM helper" sys-process/uksmd
+}



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

2020-02-17 Thread Nick Sarnie
commit: e66a0a0c74c5962a067f7d2dabe871da094cbe91
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Feb 17 17:33:42 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Feb 17 17:33:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66a0a0c

app-emulation/wine-vanilla: Sync with ::wine

Bump to 5.2

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild | 538 +
 2 files changed, 539 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 66b6e1f9cec..27bd65f3ffa 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -10,3 +10,4 @@ DIST wine-4.20.tar.xz 22314856 BLAKE2B 
c3734029583bf17929a92475f4ad3ac97df632d96
 DIST wine-4.21.tar.xz 22395844 BLAKE2B 
1b9c1fd8f4a1ff0527b4d4a02b1dfffa4f6887f2f261b7d4b5afa12e65a8ea18f544c91397cfc71039db7736d33cd0219aaab82cc4564ecd0cb9c74a2e39d6e5
 SHA512 
f962e47577db2de4e74022b8d51e81e30a004f98b37d8eee5889334271f013123e3ff53e5ac1416c2dd93ec90bee8a2d300b3842c20124df99ef067ac5c72f53
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
 DIST wine-5.1.tar.xz 22500180 BLAKE2B 
bf77f24e4be2402afd083c28624e41761d63c1248c314870e0c5a6879fb1393992fe9d99bcafcea0a91599500d745a3ad199e31e857590707f026f1cf740ad31
 SHA512 
b842b533884f15a8fb71373258671d74aee997d9ed9ee0fb36f945cd2006b494f6cc6c91a8ca47e0ea5b0b39b108f2c4f155918823a7ddf3cd44b4e26ede9171
+DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f

diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild
new file mode 100644
index 000..ab4b0c11da2
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild
@@ -0,0 +1,538 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20191222"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan 
+X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )
+   vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   )
+   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
+   capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
+   cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
+   faudio? ( 

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

2020-02-17 Thread Nick Sarnie
commit: 45a92fde4055a441ec0de1ad0ca31909ec8d3dcb
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Feb 17 17:34:23 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Feb 17 17:34:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a92fde

app-emulation/wine-staging: Sync with ::wine

Bump to 5.2

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   2 +
 app-emulation/wine-staging/wine-staging-5.2.ebuild | 617 +
 2 files changed, 619 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 476831194b6..89577400c5c 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -5,8 +5,10 @@ DIST wine-4.20.tar.xz 22314856 BLAKE2B 
c3734029583bf17929a92475f4ad3ac97df632d96
 DIST wine-4.21.tar.xz 22395844 BLAKE2B 
1b9c1fd8f4a1ff0527b4d4a02b1dfffa4f6887f2f261b7d4b5afa12e65a8ea18f544c91397cfc71039db7736d33cd0219aaab82cc4564ecd0cb9c74a2e39d6e5
 SHA512 
f962e47577db2de4e74022b8d51e81e30a004f98b37d8eee5889334271f013123e3ff53e5ac1416c2dd93ec90bee8a2d300b3842c20124df99ef067ac5c72f53
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
 DIST wine-5.1.tar.xz 22500180 BLAKE2B 
bf77f24e4be2402afd083c28624e41761d63c1248c314870e0c5a6879fb1393992fe9d99bcafcea0a91599500d745a3ad199e31e857590707f026f1cf740ad31
 SHA512 
b842b533884f15a8fb71373258671d74aee997d9ed9ee0fb36f945cd2006b494f6cc6c91a8ca47e0ea5b0b39b108f2c4f155918823a7ddf3cd44b4e26ede9171
+DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f
 DIST wine-staging-4.19.tar.gz 9908545 BLAKE2B 
36674228de808ac9d1f3f66e9274fd9de68173a6a1acca405eb08836a8a787e4e78465442ef6769c02f8fd2e20c3f059d59a1408ed3a8add8a91a68efd07b7bc
 SHA512 
a47ae16dd39797b54011f942fe7e722897af7ddc0bed2bf2e39c46aecf60a02769f7287609c63b4c0c3f1c8e40172e0cdf3bdb53562a07d7a2b7ac53e570dbdc
 DIST wine-staging-4.20.tar.gz 9899451 BLAKE2B 
a90a71f8f68874822c7326eb13cd26e66dfce8afc6d8fc60f1cf86a20c1a8074178bbc618b540a4bac5168fb0242a0fe46c9167bab3e587462d78b706eaad15c
 SHA512 
2ce4f6fa83fc275c83bc7f7bbd4b1a4ca65f7e55e16af40958635b8b2efc2b174baa79ed576ed09c4c13b572756fb6262f19281e5b72797c7e0f1f6c4dd1a4ee
 DIST wine-staging-4.21.tar.gz 9904765 BLAKE2B 
43f15cd96c7f5ca9cf5aad120c73a3aa534dce33797a4a4e707bea668cfc93e077ad112055dc428263775a30c6447620eed8650a9828ac487bf36c6490a7b73d
 SHA512 
0c6c32f86d252f827ebb8d5df2b046c4f0a49aa7c0ca47939b33844786e561d5f676db1e199ec3cd9969757985f66b865099061f5e77234c3aabd4fd29d3a063
 DIST wine-staging-5.0.tar.gz 9942644 BLAKE2B 
e5d040ae903c6e982c961db1c7c30cfbf7245f00cd0df7c10ceb182c5227f5a555f1a41b24eca982a12b4981edee937cfa5079e6c6fec378d475fca3057cbb7c
 SHA512 
36849fc2c848db9949982619c4544b56468012a1f086cc92eb3e2027377c58c3c24daf508149e0e34a70e6b283edfd80833dc2f346c75f0be69f1fb2c5999cd6
 DIST wine-staging-5.1.tar.gz 9924758 BLAKE2B 
44a5710c126a1ea0a21dbac21826d2513191d79cb96f4a22adc5e6823d28b214d81af8f536914d4434402b5e2b70f89a25e2049cf12cbbde3f31ae2bc3bafab5
 SHA512 
ebb9bf0a0a3c7f108fff8b32ca79124d1da410fbfb320ad3298f3d92fabeb9ca81de6a4fefac344948a70c49771ffa3f0dc30de2ee6d6f61d158ed87a206a14e
+DIST wine-staging-5.2.tar.gz 9898002 BLAKE2B 
f4dc43223cf89e6c76fc7898a98acdc9eb3d4a8e8279a38135f155d9a3fe6a2f7bbc52ece5c4a07cf801caa91c10e40f172271b442356e52a59c31a8a82db3c3
 SHA512 
dd2066db1eb4d424579bdf8d25f476eae0b86a6bea7b1f7ff2a21d7bf0209b4ef00d9c0ed29a7cab50c5dea4684acb5d342ebf02554b16fd0938a03e607f6270

diff --git a/app-emulation/wine-staging/wine-staging-5.2.ebuild 
b/app-emulation/wine-staging/wine-staging-5.2.ebuild
new file mode 100644
index 000..1de280d8335
--- /dev/null
+++ b/app-emulation/wine-staging/wine-staging-5.2.ebuild
@@ -0,0 +1,617 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2020-02-17 Thread Nick Sarnie
commit: 19a75365ca21162231ad01420685f7280f4b4f46
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Feb 17 17:31:48 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Feb 17 17:31:48 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=19a75365

app-emulation/wine-staging: Bump to 5.2

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   2 +
 app-emulation/wine-staging/wine-staging-5.2.ebuild | 617 +
 2 files changed, 619 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 05502cf..299a484 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -27,6 +27,7 @@ DIST wine-4.8.tar.xz 22024100 BLAKE2B 
cf87407a5fca83660c866a17ebeec62a97404c1eeb
 DIST wine-4.9.tar.xz 22077528 BLAKE2B 
98cf186152abc8379275b353e3934efc285cc386f33188a283e3568f803090057bcc90da6dd6c6c1e9d7dbbcf61fbe4a2316107ff129a7d7baa174982f9dcf26
 SHA512 
bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
 DIST wine-5.1.tar.xz 22500180 BLAKE2B 
bf77f24e4be2402afd083c28624e41761d63c1248c314870e0c5a6879fb1393992fe9d99bcafcea0a91599500d745a3ad199e31e857590707f026f1cf740ad31
 SHA512 
b842b533884f15a8fb71373258671d74aee997d9ed9ee0fb36f945cd2006b494f6cc6c91a8ca47e0ea5b0b39b108f2c4f155918823a7ddf3cd44b4e26ede9171
+DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f
 DIST wine-staging-4.0.tar.gz 9945756 BLAKE2B 
bfd27d5677d01b4a14c4ef593b741b6fa6e75194de04a90659ecceaa8b087d594cafdd0a53cc2ad2d05e9c73928d70d0b6681ac0052df79f7b45cbb370b31d3d
 SHA512 
4c2277449be17b83235bab7898818a886e84e82c0c5eb8216a5bc42e3d9a0e1dcf09d4522e1165d503fd9237673fa91c2c07d837cde58897f1b6fc8bc6fa5d33
 DIST wine-staging-4.1.tar.gz 9941329 BLAKE2B 
e455a411d782dcb52b29ad6150b108a4a9b3fd7cd548e35c1392ee3bce581206d99520df19a153ddb80f135156a8d33f6acbbfe086c28f6bfe404fe9eae96556
 SHA512 
8f52fdae4f98fe67053b00d03234e0937652a9a9506c9e94b717502244eb741c062990678ede11342dc182a4fe9c066227814ebe394ef5f6aedec73983c08554
 DIST wine-staging-4.10.tar.gz 9924803 BLAKE2B 
91812a8004a96d859c43b2bf00d38e0cae425429070b0892ca7051a6aa07aae3142e6f49086713a1042efa9a7376742a9cff4e50dd050b0dbff28f774b75f4c6
 SHA512 
f65ed761d9cbfb58aef19ea8a90c049996855a49de747f1858703e765292532dc7bb487ecfe50eb2e7e87c673507a5e287f6f80aa2d50aabe9066314809c1f03
@@ -51,3 +52,4 @@ DIST wine-staging-4.8.tar.gz 9926681 BLAKE2B 
c5b5017c9675b3124f647d099755a997626
 DIST wine-staging-4.9.tar.gz 9926386 BLAKE2B 
17030134343da1971075f0397b56442d4cb459b491f0751c9f21dd4061d5110ab2c5c44cc984d43b8ad3480f735df3e6b9246868aec4984cc1c8be56072c44c1
 SHA512 
9676f54833a424f965af7591c40aa40cd3fb3b36062484de56585a631dafa68a9a545f00153350c067a0d73146f9f169a678041bb141f7562f9df6e31ec4e2d5
 DIST wine-staging-5.0.tar.gz 9942644 BLAKE2B 
e5d040ae903c6e982c961db1c7c30cfbf7245f00cd0df7c10ceb182c5227f5a555f1a41b24eca982a12b4981edee937cfa5079e6c6fec378d475fca3057cbb7c
 SHA512 
36849fc2c848db9949982619c4544b56468012a1f086cc92eb3e2027377c58c3c24daf508149e0e34a70e6b283edfd80833dc2f346c75f0be69f1fb2c5999cd6
 DIST wine-staging-5.1.tar.gz 9924758 BLAKE2B 
44a5710c126a1ea0a21dbac21826d2513191d79cb96f4a22adc5e6823d28b214d81af8f536914d4434402b5e2b70f89a25e2049cf12cbbde3f31ae2bc3bafab5
 SHA512 
ebb9bf0a0a3c7f108fff8b32ca79124d1da410fbfb320ad3298f3d92fabeb9ca81de6a4fefac344948a70c49771ffa3f0dc30de2ee6d6f61d158ed87a206a14e
+DIST wine-staging-5.2.tar.gz 9898002 BLAKE2B 
f4dc43223cf89e6c76fc7898a98acdc9eb3d4a8e8279a38135f155d9a3fe6a2f7bbc52ece5c4a07cf801caa91c10e40f172271b442356e52a59c31a8a82db3c3
 SHA512 
dd2066db1eb4d424579bdf8d25f476eae0b86a6bea7b1f7ff2a21d7bf0209b4ef00d9c0ed29a7cab50c5dea4684acb5d342ebf02554b16fd0938a03e607f6270

diff --git a/app-emulation/wine-staging/wine-staging-5.2.ebuild 
b/app-emulation/wine-staging/wine-staging-5.2.ebuild
new file mode 100644
index 000..1de280d
--- /dev/null
+++ b/app-emulation/wine-staging/wine-staging-5.2.ebuild
@@ -0,0 +1,617 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2020-02-17 Thread Nick Sarnie
commit: b9c2f8f8c9c0860ad83059de10dc8e3a7374ea68
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Feb 17 17:30:32 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Feb 17 17:30:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b9c2f8f8

app-emulation/wine-vanilla: Bump to 5.2

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild | 538 +
 2 files changed, 539 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index bfaec69..8f35769 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -29,3 +29,4 @@ DIST wine-4.8.tar.xz 22024100 BLAKE2B 
cf87407a5fca83660c866a17ebeec62a97404c1eeb
 DIST wine-4.9.tar.xz 22077528 BLAKE2B 
98cf186152abc8379275b353e3934efc285cc386f33188a283e3568f803090057bcc90da6dd6c6c1e9d7dbbcf61fbe4a2316107ff129a7d7baa174982f9dcf26
 SHA512 
bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
 DIST wine-5.1.tar.xz 22500180 BLAKE2B 
bf77f24e4be2402afd083c28624e41761d63c1248c314870e0c5a6879fb1393992fe9d99bcafcea0a91599500d745a3ad199e31e857590707f026f1cf740ad31
 SHA512 
b842b533884f15a8fb71373258671d74aee997d9ed9ee0fb36f945cd2006b494f6cc6c91a8ca47e0ea5b0b39b108f2c4f155918823a7ddf3cd44b4e26ede9171
+DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f

diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild
new file mode 100644
index 000..ab4b0c1
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild
@@ -0,0 +1,538 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20191222"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan 
+X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )
+   vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   )
+   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
+   capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
+   cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
+   faudio? ( 

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

2020-02-17 Thread Michał Górny
commit: 1a792af7c02371c9b7f00c9252c4b4a3c9aff8b0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 17:29:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 17:30:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a792af7

sys-devel/clang: Revert "Disable broken check-clangd in 10"

I can't reproduce the failure anymore.

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

 sys-devel/clang/clang-10.0.0..ebuild | 2 +-
 sys-devel/clang/clang-10.0.0_rc2.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/clang/clang-10.0.0..ebuild 
b/sys-devel/clang/clang-10.0.0..ebuild
index 512b1d56a23..456493136df 100644
--- a/sys-devel/clang/clang-10.0.0..ebuild
+++ b/sys-devel/clang/clang-10.0.0..ebuild
@@ -300,7 +300,7 @@ multilib_src_test() {
local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-clang
multilib_is_native_abi &&
-   cmake-utils_src_make check-clang-tools
+   cmake-utils_src_make check-clang-tools check-clangd
 }
 
 src_install() {

diff --git a/sys-devel/clang/clang-10.0.0_rc2.ebuild 
b/sys-devel/clang/clang-10.0.0_rc2.ebuild
index b14ce0461b4..ee94d3e3bbe 100644
--- a/sys-devel/clang/clang-10.0.0_rc2.ebuild
+++ b/sys-devel/clang/clang-10.0.0_rc2.ebuild
@@ -300,7 +300,7 @@ multilib_src_test() {
local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-clang
multilib_is_native_abi &&
-   cmake-utils_src_make check-clang-tools
+   cmake-utils_src_make check-clang-tools check-clangd
 }
 
 src_install() {



[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/classic-editor/, plugins/classic-editor/js/

2020-02-17 Thread Anthony G. Basile
commit: 2cf775d1948deb977ee8afe94884e7b269d00eb6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Feb 17 17:03:54 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Feb 17 17:03:54 2020 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=2cf775d1

Add classic-editor 1.5

Signed-off-by: Anthony G. Basile  gentoo.org>

 plugins/classic-editor/LICENSE.md| 400 ++
 plugins/classic-editor/classic-editor.php| 941 +++
 plugins/classic-editor/js/block-editor-plugin.js |  23 +
 plugins/classic-editor/readme.txt| 119 +++
 4 files changed, 1483 insertions(+)

diff --git a/plugins/classic-editor/LICENSE.md 
b/plugins/classic-editor/LICENSE.md
new file mode 100644
index ..26279ac8
--- /dev/null
+++ b/plugins/classic-editor/LICENSE.md
@@ -0,0 +1,400 @@
+### WordPress - Web publishing software
+
+Copyright 2011-2019 by the contributors
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+This program incorporates work covered by the following copyright and
+permission notices:
+
+b2 is (c) 2001, 2002 Michel Valdrighi - m...@tidakada.com -
+http://tidakada.com
+
+Wherever third party code has been used, credit has been given in the 
code's
+comments.
+
+b2 is released under the GPL
+
+and
+
+WordPress - Web publishing software
+
+Copyright 2003-2010 by the contributors
+
+WordPress is released under the GPL
+  
+---
+
+### GNU GENERAL PUBLIC LICENSE
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.  
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 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 Lesser 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

[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/

2020-02-17 Thread Anthony G. Basile
commit: 9aa1577a2cd4d12ed7d1446446d57ad417f1c00f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Feb 17 16:52:16 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Feb 17 16:52:16 2020 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=9aa1577a

Remove extraneous .zip

Signed-off-by: Anthony G. Basile  gentoo.org>

 plugins/akismet.4.1.3.zip | Bin 73019 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/plugins/akismet.4.1.3.zip b/plugins/akismet.4.1.3.zip
deleted file mode 100644
index 2c80e73f..
Binary files a/plugins/akismet.4.1.3.zip and /dev/null differ



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

2020-02-17 Thread Ulrich Müller
commit: 6ab6045f1100ac2aeb30c2f2fda47781ed6fe023
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Feb 17 16:32:46 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 17 16:33:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab6045f

app-editors/emacs: Drop inherit of multilib.

This was only needed for get_libdir() which is provided by the package
manager since EAPI 6.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/emacs/emacs-23.4-r18.ebuild| 2 +-
 app-editors/emacs/emacs-24.5-r7.ebuild | 2 +-
 app-editors/emacs/emacs-25.3-r6.ebuild | 2 +-
 app-editors/emacs/emacs-26.2.ebuild| 2 +-
 app-editors/emacs/emacs-26.3-r1.ebuild | 2 +-
 app-editors/emacs/emacs-27.0.50_pre20191223.ebuild | 2 +-
 app-editors/emacs/emacs-27.0.-r1.ebuild| 2 +-
 app-editors/emacs/emacs-28.0..ebuild   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-editors/emacs/emacs-23.4-r18.ebuild 
b/app-editors/emacs/emacs-23.4-r18.ebuild
index 0ff940c449f..53c33166a56 100644
--- a/app-editors/emacs/emacs-23.4-r18.ebuild
+++ b/app-editors/emacs/emacs-23.4-r18.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 WANT_AUTOMAKE="none"
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1 
toolchain-funcs
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
 HOMEPAGE="https://www.gnu.org/software/emacs/;

diff --git a/app-editors/emacs/emacs-24.5-r7.ebuild 
b/app-editors/emacs/emacs-24.5-r7.ebuild
index 476cf016627..766dec53890 100644
--- a/app-editors/emacs/emacs-24.5-r7.ebuild
+++ b/app-editors/emacs/emacs-24.5-r7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo-r1
+inherit autotools elisp-common eutils flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
 HOMEPAGE="https://www.gnu.org/software/emacs/;

diff --git a/app-editors/emacs/emacs-25.3-r6.ebuild 
b/app-editors/emacs/emacs-25.3-r6.ebuild
index d04301ce44d..c40c846ef96 100644
--- a/app-editors/emacs/emacs-25.3-r6.ebuild
+++ b/app-editors/emacs/emacs-25.3-r6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
 HOMEPAGE="https://www.gnu.org/software/emacs/;

diff --git a/app-editors/emacs/emacs-26.2.ebuild 
b/app-editors/emacs/emacs-26.2.ebuild
index bbc32851d68..964a43517a8 100644
--- a/app-editors/emacs/emacs-26.2.ebuild
+++ b/app-editors/emacs/emacs-26.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
 HOMEPAGE="https://www.gnu.org/software/emacs/;

diff --git a/app-editors/emacs/emacs-26.3-r1.ebuild 
b/app-editors/emacs/emacs-26.3-r1.ebuild
index 6f44c213018..196d59a9e82 100644
--- a/app-editors/emacs/emacs-26.3-r1.ebuild
+++ b/app-editors/emacs/emacs-26.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
 HOMEPAGE="https://www.gnu.org/software/emacs/;

diff --git a/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild 
b/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild
index 004a1f10545..255885512a4 100644
--- a/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild
+++ b/app-editors/emacs/emacs-27.0.50_pre20191223.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1
 
 if [[ ${PV##*.} =  ]]; then
inherit git-r3

diff --git a/app-editors/emacs/emacs-27.0.-r1.ebuild 
b/app-editors/emacs/emacs-27.0.-r1.ebuild
index 773badc6936..477a6dea020 100644
--- a/app-editors/emacs/emacs-27.0.-r1.ebuild
+++ b/app-editors/emacs/emacs-27.0.-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1
 
 if [[ ${PV##*.} =  ]]; then
inherit git-r3

diff --git a/app-editors/emacs/emacs-28.0..ebuild 
b/app-editors/emacs/emacs-28.0..ebuild
index 399e033ca04..e4991fa853d 100644
--- a/app-editors/emacs/emacs-28.0..ebuild
+++ b/app-editors/emacs/emacs-28.0..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1

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

2020-02-17 Thread Thomas Deutschmann
commit: 18f33cc3df8b9a1695c407375af057db497a9ff9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 16:10:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 16:10:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f33cc3

dev-libs/kuserfeedback: x86 keyworded (bug #706582)

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

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

diff --git a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild 
b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
index d254a943a56..edc1782b0c8 100644
--- a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
+++ b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Framework to collect user feedback for 
applications via telemetry a
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~ppc64"
+   KEYWORDS="~amd64 ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"



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

2020-02-17 Thread Thomas Deutschmann
commit: 87926dedca4babc3a9046265b4721ac800af39ea
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 16:09:38 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 16:09:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87926ded

dev-libs/kpeoplevcard: x86 keyworded (bug #706582)

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

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

diff --git a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild 
b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild
index 6f959ab3d3e..ba0e8f90d1a 100644
--- a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild
+++ b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://cgit.kde.org/kpeoplevcard.git;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"



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

2020-02-17 Thread Thomas Deutschmann
commit: bc76fea2d033fe0dd530a6e49c85f1b5685eee8e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 16:10:06 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 16:10:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc76fea2

media-libs/pulseaudio-qt: x86 keyworded (bug #706582)

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

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

diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild 
b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild
index 50296eb8ddc..b29582ac6cf 100644
--- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild
+++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/

2020-02-17 Thread Thomas Deutschmann
commit: d5d4a3a21a4f427ecc888b82c33cd0573bd5082e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 16:11:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 16:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d4a3a2

mail-mta/msmtp: x86 stable (bug #709928)

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

 mail-mta/msmtp/msmtp-1.8.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/msmtp/msmtp-1.8.7-r1.ebuild 
b/mail-mta/msmtp/msmtp-1.8.7-r1.ebuild
index 2d538bf1aa7..5c4a44c0fe6 100644
--- a/mail-mta/msmtp/msmtp-1.8.7-r1.ebuild
+++ b/mail-mta/msmtp/msmtp-1.8.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="daemon doc gnome-keyring idn +mta nls sasl ssl vim-syntax"
 
 # fcaps.eclass unconditionally defines "filecaps" USE flag which we need for



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-02-17 Thread Thomas Deutschmann
commit: 30a08241479d65109add4a4ea60f461d889f9a38
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 16:09:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 16:09:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a08241

kde-misc/kdeconnect: x86 keyworded (bug #706582)

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

 kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild 
b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
index 0cb1488d677..e4919717092 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="Adds communication between KDE Plasma and your smartphone"



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

2020-02-17 Thread Thomas Deutschmann
commit: 91809c900f3b6fe5036d51477b97f95dbbfe4842
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 16:11:53 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 16:11:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91809c90

dev-libs/spdlog: x86 keyworded (bug #708910)

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

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

diff --git a/dev-libs/spdlog/spdlog-1.5.0.ebuild 
b/dev-libs/spdlog/spdlog-1.5.0.ebuild
index 060e167a8af..95a2b0ea7bb 100644
--- a/dev-libs/spdlog/spdlog-1.5.0.ebuild
+++ b/dev-libs/spdlog/spdlog-1.5.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/gabime/${PN};
 else
SRC_URI="https://github.com/gabime/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MIT"



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

2020-02-17 Thread Matt Turner
commit: 59aaf1df5546e712d455f0113692e6447b5c6f56
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 17 15:22:29 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 17 15:55:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59aaf1df

dev-python/rope: Fix test execution with python3.7

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/rope/files/rope-0.16.0-python3.7.patch | 251 ++
 dev-python/rope/rope-0.16.0.ebuild|  10 +-
 2 files changed, 257 insertions(+), 4 deletions(-)

diff --git a/dev-python/rope/files/rope-0.16.0-python3.7.patch 
b/dev-python/rope/files/rope-0.16.0-python3.7.patch
new file mode 100644
index 000..d120a8ecc51
--- /dev/null
+++ b/dev-python/rope/files/rope-0.16.0-python3.7.patch
@@ -0,0 +1,251 @@
+From 5c38f7c8ba23813b475dcb24fa66ed3fc52d1658 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= 
+Date: Mon, 13 Jan 2020 15:07:46 +0100
+Subject: [PATCH 1/4] Use .is_alive method instead of a deprecated .isAlive in
+ threading.Thread
+
+---
+ ropetest/type_hinting_test.py | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/ropetest/type_hinting_test.py b/ropetest/type_hinting_test.py
+index 7cc02bb1..afb98e19 100644
+--- a/ropetest/type_hinting_test.py
 b/ropetest/type_hinting_test.py
+@@ -198,18 +198,18 @@ def test_hint_parametrized_iterable(self):
++ 
self._make_class_hint('collections.Iterable[threading.Thread]') + \
+'def a_method(self):\n' \
+'for i in self.a_attr:\n' \
+-   'i.isA'
++   'i.is_a'
+ result = self._assist(code)
+-self.assert_completion_in_result('isAlive', 'attribute', result)
++self.assert_completion_in_result('is_alive', 'attribute', result)
+ 
+ def test_hint_parametrized_iterator(self):
+ code = 'class Sample(object):\n' \
++ 
self._make_class_hint('collections.Iterator[threading.Thread]') + \
+'def a_method(self):\n' \
+'for i in self.a_attr:\n' \
+-   'i.isA'
++   'i.is_a'
+ result = self._assist(code)
+-self.assert_completion_in_result('isAlive', 'attribute', result)
++self.assert_completion_in_result('is_alive', 'attribute', result)
+ 
+ def test_hint_parametrized_dict_key(self):
+ code = 'class Sample(object):\n' \
+
+From df3567f2afac8b5c5b50f8b7a01e21259e397f81 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= 
+Date: Mon, 13 Jan 2020 15:29:14 +0100
+Subject: [PATCH 2/4] Direct import from collections is getting deprecated.
+
+---
+ rope/base/utils/datastructures.py | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/rope/base/utils/datastructures.py 
b/rope/base/utils/datastructures.py
+index 0cb16cf2..3790a6e1 100644
+--- a/rope/base/utils/datastructures.py
 b/rope/base/utils/datastructures.py
+@@ -1,10 +1,13 @@
+ # this snippet was taken from this link
+ # http://code.activestate.com/recipes/576694/
+ 
+-import collections
++try:
++from collections import MutableSet
++except ImportError:
++from collections.abc import MutableSet
+ 
+ 
+-class OrderedSet(collections.MutableSet):
++class OrderedSet(MutableSet):
+ 
+ def __init__(self, iterable=None):
+ self.end = end = []
+
+From fa5626ea99a6cac4780184d708108a98bd7e6095 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= 
+Date: Mon, 13 Jan 2020 16:36:01 +0100
+Subject: [PATCH 3/4] Don't use underscored _ast, but use ast instead
+
+---
+ rope/base/ast.py| 15 ---
+ rope/base/utils/pycompat.py |  6 +++---
+ 2 files changed, 11 insertions(+), 10 deletions(-)
+
+diff --git a/rope/base/ast.py b/rope/base/ast.py
+index d43c83c5..d24524e7 100644
+--- a/rope/base/ast.py
 b/rope/base/ast.py
+@@ -1,5 +1,6 @@
+-import _ast
+-from _ast import *
++from __future__ import absolute_import
++import ast
++from ast import *
+ 
+ from rope.base import fscommands
+ 
+@@ -18,7 +19,7 @@ def parse(source, filename=''):
+ if not source.endswith(b'\n'):
+ source += b'\n'
+ try:
+-return compile(source, filename, 'exec', _ast.PyCF_ONLY_AST)
++return ast.parse(source, filename='')
+ except (TypeError, ValueError) as e:
+ error = SyntaxError()
+ error.lineno = 1
+@@ -32,7 +33,7 @@ def walk(node, walker):
+ method_name = '_' + node.__class__.__name__
+ method = getattr(walker, method_name, None)
+ if method is not None:
+-if isinstance(node, _ast.ImportFrom) and node.module is None:
++if isinstance(node, ast.ImportFrom) and node.module is None:
+ # In python < 2.7 ``node.module == ''`` for relative imports
+ # but for python 2.7 it is None. Generalizing it to ''.
+ node.module = ''
+@@ -42,7 +43,7 @@ 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/files/, media-gfx/word_cloud/

2020-02-17 Thread Ulrich Müller
commit: 9f359924f7b78bf0bd15a69380ff41a7c005fa5e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Feb 17 13:28:13 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 17 15:53:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f359924

media-gfx/word_cloud: Initial import.

Ebuild contributed by me.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 media-gfx/word_cloud/Manifest  |  1 +
 .../files/word_cloud-1.6.0-bundled-font.patch  |  9 
 media-gfx/word_cloud/metadata.xml  |  7 +++
 media-gfx/word_cloud/word_cloud-1.6.0.ebuild   | 24 ++
 4 files changed, 41 insertions(+)

diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest
new file mode 100644
index 000..8eac0255ce8
--- /dev/null
+++ b/media-gfx/word_cloud/Manifest
@@ -0,0 +1 @@
+DIST word_cloud-1.6.0.tar.gz 27524706 BLAKE2B 
751b78fca97ec6e93c6a766c5b960dbb5fd91c012637e9c905ef96eea0dc60882ef1604a9868cfb3ca91a2c9ac6f50132ad5d820e6dd52114e68112bbe6decb0
 SHA512 
cb67570e2f6206c92316ef398382703b4ff0f1740688cd4a9ec66a093a663e903da66daaef666d634a7fddc5ec19da859d706693940a963a3bf58c52e9054056

diff --git a/media-gfx/word_cloud/files/word_cloud-1.6.0-bundled-font.patch 
b/media-gfx/word_cloud/files/word_cloud-1.6.0-bundled-font.patch
new file mode 100644
index 000..3c43b30ce42
--- /dev/null
+++ b/media-gfx/word_cloud/files/word_cloud-1.6.0-bundled-font.patch
@@ -0,0 +1,9 @@
+Don't install bundled DroidSansMono font.
+
+--- a/setup.py
 b/setup.py
+@@ -24,3 +24,3 @@
+ packages=['wordcloud'],
+-package_data={'wordcloud': ['stopwords', 'DroidSansMono.ttf']}
++package_data={'wordcloud': ['stopwords']}
+ )

diff --git a/media-gfx/word_cloud/metadata.xml 
b/media-gfx/word_cloud/metadata.xml
new file mode 100644
index 000..c665e48637b
--- /dev/null
+++ b/media-gfx/word_cloud/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  u...@gentoo.org
+
+

diff --git a/media-gfx/word_cloud/word_cloud-1.6.0.ebuild 
b/media-gfx/word_cloud/word_cloud-1.6.0.ebuild
new file mode 100644
index 000..a8a60e0fb33
--- /dev/null
+++ b/media-gfx/word_cloud/word_cloud-1.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+inherit distutils-r1
+
+DESCRIPTION="A little word cloud generator in Python"
+HOMEPAGE="https://amueller.github.io/word_cloud/;
+SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   media-fonts/droid"
+
+PATCHES=( "${FILESDIR}"/${P}-bundled-font.patch )



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

2020-02-17 Thread Agostino Sarubbo
commit: 7b6ea7b027683c1a03e521f2fbb065dc2c694cd9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 17 15:23:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 17 15:23:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6ea7b0

dev-db/mysql: ppc64 stable wrt bug #709624

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

 dev-db/mysql/mysql-5.7.29.ebuild| 2 +-
 dev-db/mysql/mysql-8.0.19-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/mysql-5.7.29.ebuild b/dev-db/mysql/mysql-5.7.29.ebuild
index d26f71f0f9f..2fea30d9577 100644
--- a/dev-db/mysql/mysql-5.7.29.ebuild
+++ b/dev-db/mysql/mysql-5.7.29.ebuild
@@ -34,7 +34,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mysql/mysql-8.0.19-r1.ebuild 
b/dev-db/mysql/mysql-8.0.19-r1.ebuild
index bcb1a5322f8..d519e506833 100644
--- a/dev-db/mysql/mysql-8.0.19-r1.ebuild
+++ b/dev-db/mysql/mysql-8.0.19-r1.ebuild
@@ -43,7 +43,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc )
router? ( server )
tcmalloc? ( server )"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/

2020-02-17 Thread Andrew Ammerlaan
commit: 47842e84a1496e48833f8a1c7b90f056e33e6f0f
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Feb 17 14:38:55 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb 17 14:38:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47842e84

dev-python/tekore: Version bump 1.2.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/tekore/Manifest | 2 +-
 dev-python/tekore/{tekore-1.1.0.ebuild => tekore-1.2.0.ebuild} | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index b4bc819..906a44e 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1 @@
-DIST tekore-1.1.0.tar.gz 138871 BLAKE2B 
5580c502129ed1fd9c7a7f6a860d918a0a46f6ac51a3f6bef5f08c1e036756684d11c670e55343c27ff3dd7a40fa45b2307a9a27b594558525b7d4a41617908c
 SHA512 
968315f3818803f076798a88f791ca10a4a118850ee730d449e2db8e5d5aca00293f8d8483a4d9edb9802b103aa6328a7514f58f4959bb0a551ed11b065ece87
+DIST tekore-1.2.0.tar.gz 140391 BLAKE2B 
1ea9a70085a82385cfb8ef3013aa7acbbad00093fac2e4c5ac15d6faf4cd2a78643d975e7cff9299f2e3579788ea9fa35962ae9862113dded45c6a00a13746f9
 SHA512 
883f0bf9bef16961bc3bc5a0e1e6566d5e549c822ed9f056ff971810df2e54d0ef63a7d7618a6fc48213a96d62e7d2e54aae8e164f865bc0a49868b536688850

diff --git a/dev-python/tekore/tekore-1.1.0.ebuild 
b/dev-python/tekore/tekore-1.2.0.ebuild
similarity index 95%
rename from dev-python/tekore/tekore-1.1.0.ebuild
rename to dev-python/tekore/tekore-1.2.0.ebuild
index 456c7d2..7f8ce98 100644
--- a/dev-python/tekore/tekore-1.1.0.ebuild
+++ b/dev-python/tekore/tekore-1.2.0.ebuild
@@ -31,6 +31,8 @@ BDEPEND="doc? (
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]"
 
+DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+
 DOCS="readme.rst"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/

2020-02-17 Thread Alfredo Tupone
commit: 4b6d68a52e23634636ec41491900aa6165339b9c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 17 13:36:14 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 17 13:36:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6d68a5

dev-ml/camlp5: remove old versions

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

 dev-ml/camlp5/Manifest   |  5 ---
 dev-ml/camlp5/camlp5-6.17.ebuild | 72 
 dev-ml/camlp5/camlp5-7.00.ebuild | 68 -
 dev-ml/camlp5/camlp5-7.01.ebuild | 68 -
 dev-ml/camlp5/camlp5-7.03.ebuild | 68 -
 dev-ml/camlp5/camlp5-7.10.ebuild | 48 ---
 6 files changed, 329 deletions(-)

diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest
index e8a48e6da5c..88a996b85b6 100644
--- a/dev-ml/camlp5/Manifest
+++ b/dev-ml/camlp5/Manifest
@@ -1,6 +1 @@
-DIST camlp5-6.17.tar.gz 718935 BLAKE2B 
b0a573e1110d6ce0654325a1a7310ebee8c815998df3f1a2bec514a4c4755dedfe68349a55dd227c97a667dbbf36c3d896bd17400e32b0f05e3e9801142aa204
 SHA512 
c4bf32eb79202d6127375b940fe77fc57c7dc5f8c6763b50ba23ab52ae9f3edb0ba15148109af2f6f4808619348d78e927cfdf29901bf1141b17de0d3fd8ff30
-DIST camlp5-7.00.tar.gz 755750 BLAKE2B 
b047422ff34c4d15c21b65bd7473ccdad8bfc1f484a0075f1beeaa50fdca72b2f900b437333c847a4e4fd7bb8ae5c37aa4ed984e3a850c4dcba045d8678502c4
 SHA512 
2d63451229f86fffeb287735ed26901ad43bb964b6ede1716cb82737001a5c1e4b77479a969509606f6a4f14bb6dbff32275d82f4a9640e0c16bb6594779e849
-DIST camlp5-7.01.tar.gz 757118 BLAKE2B 
5d7c6f39f24bfee545552aae5c126305d2c767d06762aa516c21bcc5b327b312b7c38d742717eb507b92ae1e27de9c0fcde4d616754a7ce616b5f56689c8dc5a
 SHA512 
9930957f707d9d2c8903f87f5f3444f71bad3d84c944436c7abc6de19209595c974098cd60a6a391f8ae87c4fb53b5122cba8e42e34fcf46d798dbdc28840008
-DIST camlp5-7.03.tar.gz 758136 BLAKE2B 
4e1169adf7e119f1f659fe684a8b06c4730db3bcd7807169552de0e3fc115f8d45bc11961f3aee0a9c2d86e1130ec776a1bb7753d7d4e95f661d65d1f841406c
 SHA512 
0c76d469c5f8c727088f3136107b6690349b50791ef8baefffdaa90141230907f977a7a886a9e8d88d39d8fa315637d882d0205c57d752e16575c888a8a1f54d
-DIST camlp5-7.10.tar.gz 849559 BLAKE2B 
b05624156e914c2657d76afbf3dfacd295fe5985ae3809959a40029a8052669be6ae8a6ff889fbf2c602d3f19c9995f013b388c140738f4bb4f4da9970911ed5
 SHA512 
faa9e88f56477162038fc80429d5839c93b3e38aec90366730babe737e2e6bb260dc39975947a6601212cc0c68f465bdbccb6337da23c07181909dfb11cf8640
 DIST camlp5-7.11.tar.gz 878224 BLAKE2B 
f384764da43653a2f75664681a4f202ec84497720470a0a33f99fc61a1ce7b4a9d494ffe6b523c74906c122ee04ae25a08bf1fcd356145e85a11e3e3095bbf7d
 SHA512 
109a43f0a3aaa7a3ba9bd51b1fc1273b054d32787e189b138d69b39c42642b480c13abb9e91f15e6b6e889eaf4dc422ad3ff51e4dee298fb9d8cd9a2db99c159

diff --git a/dev-ml/camlp5/camlp5-6.17.ebuild b/dev-ml/camlp5/camlp5-6.17.ebuild
deleted file mode 100644
index f8ae1a8ac72..000
--- a/dev-ml/camlp5/camlp5-6.17.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib findlib eutils versionator
-
-MY_P=${P%_p*}
-DESCRIPTION="A preprocessor-pretty-printer of ocaml"
-HOMEPAGE="https://camlp5.github.io/;
-SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(replace_all_version_separators
 '').tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-rel$(replace_all_version_separators '')"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ppc x86"
-IUSE="doc +ocamlopt"
-
-DEPEND="
-   >=dev-lang/ocaml-3.10:=[ocamlopt?]
-   <=dev-lang/ocaml-4.4.2
-"
-RDEPEND="${DEPEND}"
-
-PATCHLEVEL=${PV#*_p}
-PATCHLIST=""
-
-if [ "${PATCHLEVEL}" != "${PV}" ] ; then
-   for (( i=1; i<=PATCHLEVEL; i++ )) ; do
-   SRC_URI="${SRC_URI}
-   
http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> 
${MY_P}-patch-${i}.patch"
-   PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
-   done
-fi
-
-src_prepare() {
-   for i in ${PATCHLIST} ; do
-   epatch "${DISTDIR}/${i}"
-   done
-   # ocaml 4.04.2 support
-   cp -a ocaml_stuff/4.04.1 ocaml_stuff/4.04.2 || die
-   cp ocaml_src/lib/versdep/4.04.{1,2}.ml || die
-   sed -i -e 's/4.04.1/4.04.2/'  ocaml_stuff/4.04.2/utils/pconfig.ml || die
-}
-
-src_configure() {
-   ./configure \
-   --strict \
-   -prefix /usr \
-   -bindir /usr/bin \
-   -libdir /usr/$(get_libdir)/ocaml \
-   -mandir /usr/share/man || die "configure failed"
-}
-
-src_compile(){
-   emake out
-   if use ocamlopt; then
-   emake  opt
-   emake  opt.opt
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   # findlib support
-   insinto "$(ocamlfind printconf destdir)/${PN}"
-  

  1   2   3   >