[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2020-11-18 Thread Michał Górny
commit: 77f54cc2d7df2b5fa727b79122697f7f42fa321f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 19 07:48:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 07:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f54cc2

dev-python/aws-sam-translator: Bump to 1.30.1

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

 dev-python/aws-sam-translator/Manifest |  1 +
 .../aws-sam-translator-1.30.1.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index 23fe030fffe..9f3a52e7c90 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -2,3 +2,4 @@ DIST aws-sam-translator-1.27.0.tar.gz 795259 BLAKE2B 
e28bad80f5353002a2279149efd
 DIST aws-sam-translator-1.28.1.tar.gz 798846 BLAKE2B 
6cb554f81f13e6a2196d2fbc64a043a855ecc6c8f5d3e2bb87ef41969b5ef804c2920e3d2f099ce1e1ebb697a2f3c49539e9c63514f15c2acab0cc109ba20ea1
 SHA512 
6404c908d281e5ac7cf6d61211fc584f7293d4d8d3d509d4386a12e056b684e498ed66fcfc299fbfcabdd12a770c9e56a5fb53c37d06412c60fb28c1f20dfdf6
 DIST aws-sam-translator-1.29.0.tar.gz 805869 BLAKE2B 
89054fa7e2488b53daf73a78ae130ad4217775403855d19e22a922f841a36a5a476351f3eec08f1f4b269b12a7e5df1fcd72e301f8ee03896e049becac25c40e
 SHA512 
906107a558dce3a48a263d350d0f475710fa2c5cec38bff2b01c747fc8a0b13851fc3b3c2a4e498c5f7977501215dbee753e455c64508d95754e076ffd8b1089
 DIST aws-sam-translator-1.30.0.tar.gz 810821 BLAKE2B 
cb7d13162512f793c33f617290d36ad78d2410ad225835ae175192b7e57ae29745a247e08f9b34a158837aca57a4f30bcb9f90f0c4b902ef238ba4e99a0f80ff
 SHA512 
a521994bbbf461a7a28dc8861a751e9495c0684c7462bb5da6459dffbc69917291f2ca6d0480a6dc0264d954c37fccff8c9b3691992d2fe082ce981d31af21da
+DIST aws-sam-translator-1.30.1.tar.gz 810865 BLAKE2B 
2039e0724d05f7f9d8372b149f04427e0bd1a8a9b503e6dc49ee76cb4e7678d8f759317c43922d190a2bb55a446feffcbf448cdbc9343538b5c77d81b5545e5f
 SHA512 
8fcdf0843f52c8424a78540cf2a9c3922070bcd34a2e0001a17b89b19b471dfbfc4fcd48211b80292d2f7b76eb2881152c68c4d4b56499ab38942c025226d49e

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.30.1.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.30.1.ebuild
new file mode 100644
index 000..fa122747762
--- /dev/null
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.30.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
+HOMEPAGE="https://github.com/awslabs/serverless-application-model 
https://pypi.org/project/aws-sam-translator/";
+SRC_URI="https://github.com/awslabs/serverless-application-model/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/serverless-application-model-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/boto3-1.5[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
+   >=dev-python/six-1.11[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pytest-cov dependency
+   sed -r -e 's:--cov(-[[:graph:]]+|)[[:space:]]+[[:graph:]]+::g' \
+   -i pytest.ini || die
+
+   # don't install tests
+   sed -e 's:"tests",:"tests", "tests.*",:' -i setup.py || die
+
+   # deps are installed by ebuild, don't try to reinstall them via pip
+   truncate --size=0 requirements/*.txt || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-11-18 Thread Mikle Kolyada
commit: fb677c4562a04710cad4ca1fcbbbf4838611fc27
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Nov 19 07:51:28 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Nov 19 07:51:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb677c45

app-misc/nnn: Version bump (v3.5)

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

 app-misc/nnn/Manifest   |  1 +
 app-misc/nnn/nnn-3.5.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-misc/nnn/Manifest b/app-misc/nnn/Manifest
index 1daf00584d7..b1993b4240a 100644
--- a/app-misc/nnn/Manifest
+++ b/app-misc/nnn/Manifest
@@ -14,3 +14,4 @@ DIST nnn-3.1.tar.gz 110005 BLAKE2B 
13acf91cc00a1524e4bc819870768272509b6d6ae
 DIST nnn-3.2.tar.gz 143122 BLAKE2B 
1d5cb823d274e0ca8d15be75a6df149697d81abd5c60a4b7c6335317d77f5a071b917e3322b618924ad792defed38e58fda0195bc0ed79bf72df371171b5
 SHA512 
9cdc8d0d74162ddd4b90f69a4f558a25845732497ebdb129159fda658a799a949fe237013bf69a2d6a649433254ba2ed4c65f8f10cddd119f713c1d5518ea378
 DIST nnn-3.3.tar.gz 148795 BLAKE2B 
71aa01c6882b3ea95331cb97d309218b65b8a1ab515a026a49b90b9dfd3cf5eed9b1337bb1d1d39a4b3f9e21f4d2bc0f24b29c380b8b66a9e9d5e42139bfa387
 SHA512 
34b772b4a876f7b31fb7badc1d7854faacebf266e4bda29cba0d2ee8e6728b5e7a842a0964a7d28d82d39053c8325dcafe6dafeaae43e7a7cfcc0e5d5dc719e9
 DIST nnn-3.4.tar.gz 194844 BLAKE2B 
5b41196af67720a3485bd68b6c08e4ab41e8308d5ed0e279ed4b215acf1cbe0e10ee3a39b47b74115111003ef5a3d9871c71bb54e3778bfbc6597eb7de751deb
 SHA512 
91b19e9a4581c6367b5c90b8294232fb77d86df348a6b4bce0df2336cac14493bf48cad52e02e5b6b0027c2ea14e3b9f15cc70d78abe82687172169b958ca918
+DIST nnn-3.5.tar.gz 205980 BLAKE2B 
4c49fb0feb4f04075fd64d0b42643256cceec84185df2fa78d5d1fc04177b446b443ea3843434d844206ebc120820ff97b33f7703a76aed85af044f14f985621
 SHA512 
87710ca251906d22afc8d329675675c81fdf1d6e71f4f4991ab36868105906b6d45c2c84dd118beafa79644a0677a66bfa346ffe9a4516082d899c5148c5cffd

diff --git a/app-misc/nnn/nnn-3.5.ebuild b/app-misc/nnn/nnn-3.5.ebuild
new file mode 100644
index 000..bf0ab9b6eb4
--- /dev/null
+++ b/app-misc/nnn/nnn-3.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 toolchain-funcs
+
+DESCRIPTION="The missing terminal file browser for X"
+HOMEPAGE="https://github.com/jarun/nnn";
+SRC_URI="https://github.com/jarun/nnn/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND="sys-libs/ncurses:0=
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   tc-export CC
+   sed -i -e '/strip/d' Makefile || die "sed failed"
+
+}
+
+src_install() {
+   emake PREFIX="/usr" DESTDIR="${D}" install
+
+   newbashcomp misc/auto-completion/bash/nnn-completion.bash nnn
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins misc/auto-completion/fish/nnn.fish
+
+   insinto /usr/share/zsh/site-functions
+   doins misc/auto-completion/zsh/_nnn
+
+   einstalldocs
+}



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

2020-11-18 Thread Sergei Trofimovich
commit: da12a8150b44cbf53d63dd200da49a7317a60151
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov 19 07:36:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov 19 07:37:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da12a815

sys-devel/gcc-config: account for gentoo's revision

Reported-by: Sam James
Closes: https://bugs.gentoo.org/755419
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild | 2 +-
 sys-devel/gcc-config/gcc-config-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild 
b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
index 38a636d9bf6..f2c2954c4d2 100644
--- a/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=sys-apps/gentoo-functions-0.10"
 
 _emake() {
emake \
-   PV="${PV}" \
+   PV="${PVR}" \
SUBLIBDIR="$(get_libdir)" \
USE_CC_WRAPPERS="$(usex cc-wrappers)" \
USE_NATIVE_LINKS="$(usex native-symlinks)" \

diff --git a/sys-devel/gcc-config/gcc-config-.ebuild 
b/sys-devel/gcc-config/gcc-config-.ebuild
index e7e08f381b4..2af22f6a633 100644
--- a/sys-devel/gcc-config/gcc-config-.ebuild
+++ b/sys-devel/gcc-config/gcc-config-.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=sys-apps/gentoo-functions-0.10"
 
 _emake() {
emake \
-   PV="${PV}" \
+   PV="${PVR}" \
SUBLIBDIR="$(get_libdir)" \
USE_CC_WRAPPERS="$(usex cc-wrappers)" \
USE_NATIVE_LINKS="$(usex native-symlinks)" \



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

2020-11-18 Thread Patrick McLean
commit: 891c13747804e97d0e70e6e89c0bf81c943d344d
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 19 05:58:31 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 19 07:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891c1374

dev-libs/rocksdb: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-libs/rocksdb/Manifest  |  1 +
 dev-libs/rocksdb/metadata.xml  |  8 ++
 dev-libs/rocksdb/rocksdb-6.14.5.ebuild | 49 ++
 3 files changed, 58 insertions(+)

diff --git a/dev-libs/rocksdb/Manifest b/dev-libs/rocksdb/Manifest
new file mode 100644
index 000..ea754e39314
--- /dev/null
+++ b/dev-libs/rocksdb/Manifest
@@ -0,0 +1 @@
+DIST rocksdb-6.14.5.tar.gz 6396476 BLAKE2B 
c5fc6e9e306ad428285d2c42958804ff403e14fc6b0c2f1231f49197a98937c0703422e1c14f357fb2b3c138fc038ce46c57cce1d184e4babec3c094b00e5180
 SHA512 
76e4a5b8a7061e42e9d010d04204429a446c857b29a199456db1f207a4849bedc98c7368346b87fa3a69ee5a3d68abedc943248b960273194a9e71634c767258

diff --git a/dev-libs/rocksdb/metadata.xml b/dev-libs/rocksdb/metadata.xml
new file mode 100644
index 000..cee379b1540
--- /dev/null
+++ b/dev-libs/rocksdb/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+

diff --git a/dev-libs/rocksdb/rocksdb-6.14.5.ebuild 
b/dev-libs/rocksdb/rocksdb-6.14.5.ebuild
new file mode 100644
index 000..a1c12d2cf0b
--- /dev/null
+++ b/dev-libs/rocksdb/rocksdb-6.14.5.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Embeddable, persistent key-value store for fast storage"
+HOMEPAGE="http://rocksdb.org https://github.com/facebook/rocksdb/";
+SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_sse4_2 jemalloc 
static-libs"
+
+COMMON_DEPEND="
+   app-arch/bzip2:=
+   app-arch/lz4:=
+   app-arch/snappy:=
+   dev-python/zstandard:=
+   sys-libs/zlib:=
+   jemalloc? ( dev-libs/jemalloc:= )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/gflags
+"
+RDEPEND="${COMMON_DEPEND}"
+
+src_configure() {
+   mycmakeargs=(
+   -DFAIL_ON_WARNINGS=OFF
+   -DFORCE_AVX2=$(usex cpu_flags_x86_avx2 ON OFF)
+   -DFORCE_AVX=$(usex cpu_flags_x86_avx ON OFF)
+   -DFORCE_SSE42=$(usex cpu_flags_x86_sse4_2 ON OFF)
+   -DPORTABLE=ON
+   -DWITH_JEMALLOC=$(usex jemalloc ON OFF)
+   -DWITH_TESTS=OFF
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if ! use static-libs; then
+   rm ${ED}/usr/$(get_libdir)/*.a || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2020-11-18 Thread Patrick McLean
commit: 5fa3176d02695d7dd7074f4d89df9f89990de333
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 19 07:29:05 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 19 07:29:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa3176d

sys-cluster/ceph: remove old

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/Manifest  |   2 -
 sys-cluster/ceph/ceph-12.2.12-r3.ebuild| 320 
 sys-cluster/ceph/ceph-15.2.4-r3.ebuild | 403 -
 sys-cluster/ceph/files/ceph-12.2.0-cflags.patch|  13 -
 .../ceph/files/ceph-12.2.1-systemd-unitdir.patch   |  10 -
 .../ceph/files/ceph-12.2.11-boost-sonames.patch| 214 ---
 .../ceph/files/ceph-12.2.11-fix-min-call.patch |  13 -
 .../ceph-12.2.12-civetweb-openssl-1.1.1.patch  |  10 -
 .../ceph-12.2.12-dont-use-bad-namespace.patch  |  13 -
 .../ceph/files/ceph-12.2.12-ncurses-tinfo.patch|  20 -
 .../ceph/files/ceph-12.2.12-qa-warning.patch   |  13 -
 sys-cluster/ceph/files/ceph-12.2.4-cflags.patch|  38 --
 .../ceph/files/ceph-12.2.4-rocksdb-cflags.patch|  11 -
 sys-cluster/ceph/files/ceph-12.2.5-no-werror.patch |  55 ---
 sys-cluster/ceph/metadata.xml  |   1 -
 15 files changed, 1136 deletions(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 3429c8d7285..3dfdc5719b1 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,7 +1,5 @@
-DIST ceph-12.2.12.tar.gz 77467762 BLAKE2B 
a5224432121db9ef49c1e22771d847399df2f7881cd9c2e185eca12096efb79d21578659d248eb5bae678924983d57452d370e23ab7e78663764d7bea834a461
 SHA512 
e694c9a8c1f9836c08fb74b54423bdc16d4900252e34643c56cf1a615d4dacddfb13df06a6a9f68bb9d438f5f07069ed358f9fa4b5a362640a3046f9c7722dcc
 DIST ceph-14.2.11.tar.gz 129327263 BLAKE2B 
fb04f3fde6642905dd21836c7472cf3b6cb484f69367ecf01b7d427c757e0fd1db4bd483bf9b0e485e1f8924a8e9201e8d47713a1de9281d5d96e45939bd1078
 SHA512 
765e8982d457cfd900acddc8f82c23824b32dc6d925d45e7693cba48c06fab798b6d57991dc9ad18a9ace9aff6fb2b917bd97f2d6435a7caceb03c9733e9602a
 DIST ceph-14.2.13.tar.gz 129255298 BLAKE2B 
32d12ede10ff657e9341e2fc31412018041a327a4c62219105a4e9576fa46643c12b936c3eaa003a78677c4ef401ef6bd73fe150604e8031482f1d237d483ff1
 SHA512 
3d51b729ccf26aa9a40c1320f4051755ec405abc714ae5257ec5433a13549e34fed0945f3091525fd8118d00c36fe4ae793125728d9e17f4221cdd1ee7de5b12
 DIST ceph-14.2.14.tar.gz 129258764 BLAKE2B 
a25ad78f607de33f3d87c96bf41d614266a0737ca855dbdc7dd88354cddc90037de8bf98e09392fba858f9224f98eaddae0943814a3b23a8a7e00181e5b91607
 SHA512 
4d5c11108cf42dc3bcf810d119329ba6e4cda02506215202d3b173bad8a9638d1fb2dff7c440d935efe8cd008e7d6e7bb02f681d2da06fccfb6d1d47078287dc
-DIST ceph-15.2.4.tar.gz 148011928 BLAKE2B 
c0222725227cf922ed10bb19840b8cbfe0c0b8ae77a4f83f03a95c3fc198165740f7a1dee5e1983e9403634ce389c858e71ed3f2731202630e19961a5de0247a
 SHA512 
94e9b4c87d9f27dbfc9961b853f2cf159d65b614bf50ac3dabad9d801a181c547550ab4bca1f48c7a6e11aa6188e5858b110a9023dc214a043ed5ba375b3dee2
 DIST ceph-15.2.5.tar.gz 149219528 BLAKE2B 
8f2cea9a258b7c530bff72a46d45fabf5364cf919f098c7d77857afa0dfdbcd7c290aa5a0d88cce1d99923588cc303d27c0b85179378ff1c394d9ce0f135a1b1
 SHA512 
55de068886c48293e92ef95cf8343ae44825fd2bf9c3fa7d47cda92907a47bae79e0af730cd34d0155b0777901d0fd6f9d1f30537c66c54c95098df7368fca2e
 DIST ceph-15.2.6.tar.gz 148124143 BLAKE2B 
4132a2c50037839f712a796cf428190b0e450f0f8b6f157b3d983ca596d9e9e521f1f991c66e14455122c927ddaafada387ef780fd438b2506cfe56194177648
 SHA512 
0c532fb9f29437c094a86a1e58040f03b679e4d52ea9cc752ecf411c594c8ec37dc5e9f0ee47712d32b93b4e60b0f3fded280867d41c41b8db806b375e4e

diff --git a/sys-cluster/ceph/ceph-12.2.12-r3.ebuild 
b/sys-cluster/ceph/ceph-12.2.12-r3.ebuild
deleted file mode 100644
index 029b309f009..000
--- a/sys-cluster/ceph/ceph-12.2.12-r3.ebuild
+++ /dev/null
@@ -1,320 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-DISTUTILS_OPTIONAL=1
-
-inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
-   python-r1 udev readme.gentoo-r1 systemd
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ceph/ceph.git";
-   SRC_URI=""
-else
-   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz";
-   # currently broken (bug #708294)
-   #KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="https://ceph.com/";
-
-LICENSE="LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT"
-SLOT="0"
-
-CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
-
-IUSE="babeltrace cephfs fuse jemalloc ldap lttng +mgr nss +radosgw +ssl"
-IUSE+=" +system-boost systemd +tcmalloc test xfs zfs"
-IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86

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

2020-11-18 Thread Patrick McLean
commit: adf8e14325455c96dd13de525761bd0458737875
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 19 07:25:26 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 19 07:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf8e143

sys-cluster/ceph-15.2.6: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/Manifest   |   1 +
 sys-cluster/ceph/ceph-15.2.6.ebuild | 410 
 2 files changed, 411 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 51467764c4e..3429c8d7285 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -4,3 +4,4 @@ DIST ceph-14.2.13.tar.gz 129255298 BLAKE2B 
32d12ede10ff657e9341e2fc31412018041a3
 DIST ceph-14.2.14.tar.gz 129258764 BLAKE2B 
a25ad78f607de33f3d87c96bf41d614266a0737ca855dbdc7dd88354cddc90037de8bf98e09392fba858f9224f98eaddae0943814a3b23a8a7e00181e5b91607
 SHA512 
4d5c11108cf42dc3bcf810d119329ba6e4cda02506215202d3b173bad8a9638d1fb2dff7c440d935efe8cd008e7d6e7bb02f681d2da06fccfb6d1d47078287dc
 DIST ceph-15.2.4.tar.gz 148011928 BLAKE2B 
c0222725227cf922ed10bb19840b8cbfe0c0b8ae77a4f83f03a95c3fc198165740f7a1dee5e1983e9403634ce389c858e71ed3f2731202630e19961a5de0247a
 SHA512 
94e9b4c87d9f27dbfc9961b853f2cf159d65b614bf50ac3dabad9d801a181c547550ab4bca1f48c7a6e11aa6188e5858b110a9023dc214a043ed5ba375b3dee2
 DIST ceph-15.2.5.tar.gz 149219528 BLAKE2B 
8f2cea9a258b7c530bff72a46d45fabf5364cf919f098c7d77857afa0dfdbcd7c290aa5a0d88cce1d99923588cc303d27c0b85179378ff1c394d9ce0f135a1b1
 SHA512 
55de068886c48293e92ef95cf8343ae44825fd2bf9c3fa7d47cda92907a47bae79e0af730cd34d0155b0777901d0fd6f9d1f30537c66c54c95098df7368fca2e
+DIST ceph-15.2.6.tar.gz 148124143 BLAKE2B 
4132a2c50037839f712a796cf428190b0e450f0f8b6f157b3d983ca596d9e9e521f1f991c66e14455122c927ddaafada387ef780fd438b2506cfe56194177648
 SHA512 
0c532fb9f29437c094a86a1e58040f03b679e4d52ea9cc752ecf411c594c8ec37dc5e9f0ee47712d32b93b4e60b0f3fded280867d41c41b8db806b375e4e

diff --git a/sys-cluster/ceph/ceph-15.2.6.ebuild 
b/sys-cluster/ceph/ceph-15.2.6.ebuild
new file mode 100644
index 000..f8190628700
--- /dev/null
+++ b/sys-cluster/ceph/ceph-15.2.6.ebuild
@@ -0,0 +1,410 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+CMAKE_MAKEFILE_GENERATOR=emake
+
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs bash-completion-r1 cmake distutils-r1 flag-o-matic \
+   python-r1 udev readme.gentoo-r1 toolchain-funcs systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git";
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/";
+
+LICENSE="Apache-2.0 LGPL-2.1 CC-BY-SA-3.0 GPL-2 GPL-2+ LGPL-2+ LGPL-2.1 LGPL-3 
GPL-3 BSD Boost-1.0 MIT public-domain"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana 
jemalloc
+   kafka kerberos ldap libressl lttng +mgr numa +openssl pmdk rabbitmq 
+radosgw
+   rbd-rwl +ssl spdk system-boost systemd +tcmalloc test uring xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+DEPEND="
+   acct-group/ceph
+   acct-user/ceph
+   virtual/libudev:=
+   app-arch/bzip2:=
+   app-arch/lz4:=
+   app-arch/snappy:=
+   app-arch/zstd:=
+   app-shells/bash:0
+   app-misc/jq:=
+   dev-libs/crypto++:=
+   dev-libs/leveldb:=[snappy,tcmalloc(-)?]
+   dev-libs/rocksdb:=
+   dev-libs/libaio:=
+   dev-libs/libfmt:=
+   dev-libs/libnl:3=
+   dev-libs/libxml2:=
+   dev-libs/xmlsec:=[!openssl?,!libressl?]
+   dev-cpp/yaml-cpp:=
+   dev-libs/nss:=
+   dev-libs/protobuf:=
+   net-dns/c-ares:=
+   net-libs/gnutls:=
+   sys-auth/oath-toolkit:=
+   sys-apps/coreutils
+   sys-apps/grep
+   sys-apps/hwloc:=
+   sys-apps/keyutils:=
+   sys-apps/util-linux:=
+   sys-apps/sed
+   sys-apps/util-linux
+   sys-libs/libcap-ng:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib:=
+   sys-process/numactl:=
+   x11-libs/libpciaccess:=
+   babeltrace? ( dev-util/babeltrace )
+   fuse? ( sys-fs/fuse:0= )
+   jemalloc? ( dev-libs/jemalloc:= )
+   !jemalloc? ( >=dev-util/google-perftools-2.6.1:= )
+   kafka? ( dev-libs/librdkafka:= )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap:= )
+   lttng? ( dev-util/lttng-ust:= )
+   rabbitmq? ( net-libs/rabbitmq-c:= )
+   radosgw? (
+   dev-libs/expat:=
+   openssl? (
+

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

2020-11-18 Thread Patrick McLean
commit: 9caa86d6635417635a24cdd302185dbfab535d3a
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 19 06:22:01 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 19 07:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caa86d6

sys-cluster/ceph-14.2.14: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/Manifest|   1 +
 sys-cluster/ceph/ceph-14.2.14.ebuild | 402 +++
 2 files changed, 403 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 0cb0d95787d..51467764c4e 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,5 +1,6 @@
 DIST ceph-12.2.12.tar.gz 77467762 BLAKE2B 
a5224432121db9ef49c1e22771d847399df2f7881cd9c2e185eca12096efb79d21578659d248eb5bae678924983d57452d370e23ab7e78663764d7bea834a461
 SHA512 
e694c9a8c1f9836c08fb74b54423bdc16d4900252e34643c56cf1a615d4dacddfb13df06a6a9f68bb9d438f5f07069ed358f9fa4b5a362640a3046f9c7722dcc
 DIST ceph-14.2.11.tar.gz 129327263 BLAKE2B 
fb04f3fde6642905dd21836c7472cf3b6cb484f69367ecf01b7d427c757e0fd1db4bd483bf9b0e485e1f8924a8e9201e8d47713a1de9281d5d96e45939bd1078
 SHA512 
765e8982d457cfd900acddc8f82c23824b32dc6d925d45e7693cba48c06fab798b6d57991dc9ad18a9ace9aff6fb2b917bd97f2d6435a7caceb03c9733e9602a
 DIST ceph-14.2.13.tar.gz 129255298 BLAKE2B 
32d12ede10ff657e9341e2fc31412018041a327a4c62219105a4e9576fa46643c12b936c3eaa003a78677c4ef401ef6bd73fe150604e8031482f1d237d483ff1
 SHA512 
3d51b729ccf26aa9a40c1320f4051755ec405abc714ae5257ec5433a13549e34fed0945f3091525fd8118d00c36fe4ae793125728d9e17f4221cdd1ee7de5b12
+DIST ceph-14.2.14.tar.gz 129258764 BLAKE2B 
a25ad78f607de33f3d87c96bf41d614266a0737ca855dbdc7dd88354cddc90037de8bf98e09392fba858f9224f98eaddae0943814a3b23a8a7e00181e5b91607
 SHA512 
4d5c11108cf42dc3bcf810d119329ba6e4cda02506215202d3b173bad8a9638d1fb2dff7c440d935efe8cd008e7d6e7bb02f681d2da06fccfb6d1d47078287dc
 DIST ceph-15.2.4.tar.gz 148011928 BLAKE2B 
c0222725227cf922ed10bb19840b8cbfe0c0b8ae77a4f83f03a95c3fc198165740f7a1dee5e1983e9403634ce389c858e71ed3f2731202630e19961a5de0247a
 SHA512 
94e9b4c87d9f27dbfc9961b853f2cf159d65b614bf50ac3dabad9d801a181c547550ab4bca1f48c7a6e11aa6188e5858b110a9023dc214a043ed5ba375b3dee2
 DIST ceph-15.2.5.tar.gz 149219528 BLAKE2B 
8f2cea9a258b7c530bff72a46d45fabf5364cf919f098c7d77857afa0dfdbcd7c290aa5a0d88cce1d99923588cc303d27c0b85179378ff1c394d9ce0f135a1b1
 SHA512 
55de068886c48293e92ef95cf8343ae44825fd2bf9c3fa7d47cda92907a47bae79e0af730cd34d0155b0777901d0fd6f9d1f30537c66c54c95098df7368fca2e

diff --git a/sys-cluster/ceph/ceph-14.2.14.ebuild 
b/sys-cluster/ceph/ceph-14.2.14.ebuild
new file mode 100644
index 000..2731b083d38
--- /dev/null
+++ b/sys-cluster/ceph/ceph-14.2.14.ebuild
@@ -0,0 +1,402 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+CMAKE_MAKEFILE_GENERATOR=emake
+
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs bash-completion-r1 cmake distutils-r1 flag-o-matic \
+   python-r1 udev readme.gentoo-r1 toolchain-funcs systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git";
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/";
+
+LICENSE="Apache-2.0 LGPL-2.1 CC-BY-SA-3.0 GPL-2 GPL-2+ LGPL-2+ LGPL-2.1 LGPL-3 
GPL-3 BSD Boost-1.0 MIT public-domain"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana 
jemalloc
+   kafka kerberos ldap libressl lttng +mgr numa +openssl rabbitmq +radosgw 
+ssl
+   spdk system-boost systemd +tcmalloc test xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+DEPEND="
+   acct-group/ceph
+   acct-user/ceph
+   virtual/libudev:=
+   app-arch/bzip2:=
+   app-arch/lz4:=
+   app-arch/snappy:=
+   app-arch/zstd:=
+   app-shells/bash:0
+   app-misc/jq:=
+   dev-libs/crypto++:=
+   dev-libs/rocksdb:=
+   dev-libs/leveldb:=[snappy,tcmalloc(-)?]
+   dev-libs/libaio:=
+   dev-libs/libnl:3=
+   dev-libs/libxml2:=
+   dev-libs/xmlsec:=[!openssl?,!libressl?]
+   dev-cpp/yaml-cpp:=
+   dev-libs/nss:=
+   dev-libs/protobuf:=
+   net-dns/c-ares:=
+   net-libs/gnutls:=
+   sys-auth/oath-toolkit:=
+   sys-apps/coreutils
+   sys-apps/grep
+   sys-apps/hwloc:=
+   sys-apps/keyutils:=
+   sys-apps/util-linux:=
+   sys-apps/sed
+   sys-apps/util-linux
+   sys-libs/libcap-ng:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib:=
+   sys-process/numactl:=
+

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

2020-11-18 Thread Sergei Trofimovich
commit: d72d224bc91e1011773e6b10023663ed11637f63
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Nov 18 18:37:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov 19 07:27:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72d224b

sys-boot/yaboot: remove unused patch

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18316
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-boot/yaboot/files/yaboot-nopiessp-gcc4.patch | 38 
 1 file changed, 38 deletions(-)

diff --git a/sys-boot/yaboot/files/yaboot-nopiessp-gcc4.patch 
b/sys-boot/yaboot/files/yaboot-nopiessp-gcc4.patch
deleted file mode 100644
index ed1755b72b3..000
--- a/sys-boot/yaboot/files/yaboot-nopiessp-gcc4.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-disable ssp usage in yaboot itself
-
-unfortunately, since we link against external libs that themselves were built
-with ssp turned on, we have to provide stubs to keep the linking from failing
-
 yaboot-1.3.13/Config.gentoo
-+++ yaboot-1.3.13/Config.gentoo
-@@ -0,0 +1,6 @@
-+check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 
2>&1; \
-+  then echo "$(1)"; else echo "$(2)"; fi)
-+
-+CFLAGS += $(call check_gcc, -fno-stack-protector)
-+CFLAGS += $(call check_gcc, --nopie)
-+
 yaboot-1.3.13/Makefile
-+++ yaboot-1.3.13/Makefile
-@@ -1,6 +1,7 @@
- ## Setup
- 
- include Config
-+include Config.gentoo
- 
- VERSION = 1.3.13
- # Debug mode (spam/verbose)
-@@ -79,7 +80,7 @@ HOSTCFLAGS = -O2 $(CFLAGS) -Wall -I/usr/
- OBJS = second/crt0.o second/yaboot.o second/cache.o second/prom.o 
second/file.o \
-   second/partition.o second/fs.o second/cfg.o second/setjmp.o 
second/cmdline.o \
-   second/fs_of.o second/fs_ext2.o second/fs_iso.o second/iso_util.o \
--  lib/nosys.o lib/string.o lib/strtol.o lib/vsprintf.o lib/ctype.o 
lib/malloc.o lib/strstr.o
-+  lib/nosys.o lib/string.o lib/strtol.o lib/vsprintf.o lib/ctype.o 
lib/malloc.o lib/strstr.o lib/ssp.o
- 
- ifeq ($(USE_MD5_PASSWORDS),y)
- OBJS += second/md5.o
 yaboot-1.3.14/lib/ssp.c
-+++ yaboot-1.3.14/lib/ssp.c
-@@ -0,0 +1,2 @@
-+void __stack_chk_fail(void) {}
-+void __stack_chk_fail_local(void) {}



[gentoo-commits] repo/gentoo:master commit in: net-im/dino/

2020-11-18 Thread Andrey Utkin
commit: 2e8196a3e8cf5a3bdb9c8ac148cd934b7d7a220a
Author: Andrey Utkin  gentoo  org>
AuthorDate: Thu Nov 19 06:57:50 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Thu Nov 19 07:09:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8196a3

net-im/dino: add missing arm64 keyword in 

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrey Utkin  gentoo.org>

 net-im/dino/dino-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/dino/dino-.ebuild b/net-im/dino/dino-.ebuild
index 6e43b0dadff..87038c75d2f 100644
--- a/net-im/dino/dino-.ebuild
+++ b/net-im/dino/dino-.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${MY_REPO_URI}.git"
inherit git-r3
 else
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
SRC_URI="${MY_REPO_URI}/releases/download/v${PV}/${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-im/dino/

2020-11-18 Thread Andrey Utkin
commit: 8a8dc08e5abbbe5912b77d6f28a16f99afc26a04
Author: Andrey Utkin  gentoo  org>
AuthorDate: Thu Nov 19 06:58:26 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Thu Nov 19 07:09:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8dc08e

net-im/dino: add new version 0.2.0

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrey Utkin  gentoo.org>

 net-im/dino/Manifest  |  1 +
 net-im/dino/dino-0.2.0.ebuild | 92 +++
 2 files changed, 93 insertions(+)

diff --git a/net-im/dino/Manifest b/net-im/dino/Manifest
index f126436b1b3..fbf42220f5e 100644
--- a/net-im/dino/Manifest
+++ b/net-im/dino/Manifest
@@ -1 +1,2 @@
 DIST dino-0.1.0.tar.gz 441638 BLAKE2B 
08f332d38af866eed1049fae7d0e207da5a3486fdaf07eb5327e7abf614ac4adc130fd8f2d9465d6cb248ecfe4b809e022a69c72df5879d98719d24635771b33
 SHA512 
b63bf87dbf7f728f038f22d0dba34770a06d7eb1be2ec249293ff876e16c151165add895ff3cb20a3216c3581d20e10634d454ee8b024b895012efb34f9d7de8
+DIST dino-0.2.0.tar.gz 514257 BLAKE2B 
a4536372a806fa60e157a6492381b0204f33041b113dc26dfd4d494c86c96e5b94e928c400fde3198e481aecbfc79d0358979d4a20c550e35f762b3520e2f7c0
 SHA512 
296576f91d45a4dd8c548a7ca5b47bcaf847f6ff0f8e5dbafaa4eb49a2d4f1ed7e2bbfac94f1b32e22f5ec61b23748ac76b12bb4ceb710889aff166953ca7a2e

diff --git a/net-im/dino/dino-0.2.0.ebuild b/net-im/dino/dino-0.2.0.ebuild
new file mode 100644
index 000..87038c75d2f
--- /dev/null
+++ b/net-im/dino/dino-0.2.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+VALA_MIN_API_VERSION="0.34"
+inherit cmake-utils gnome2-utils vala xdg-utils
+
+DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala"
+HOMEPAGE="https://dino.im";
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+gpg +http +omemo +notification-sound"
+
+MY_REPO_URI="https://github.com/dino/dino";
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="${MY_REPO_URI}.git"
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~arm64"
+   SRC_URI="${MY_REPO_URI}/releases/download/v${PV}/${P}.tar.gz"
+fi
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/icu
+   dev-libs/libgee:0.8
+   net-libs/glib-networking
+   net-libs/libsignal-protocol-c
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/pango
+   gpg? ( app-crypt/gpgme:1 )
+   http? ( net-libs/libsoup:2.4 )
+   omemo? (
+   dev-libs/libgcrypt:0
+   media-gfx/qrencode
+   )
+   notification-sound? ( media-libs/libcanberra:0[sound] )
+"
+DEPEND="
+   $(vala_depend)
+   ${RDEPEND}
+   sys-devel/gettext
+"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local disabled_plugins=(
+   $(usex gpg "" "openpgp")
+   $(usex omemo "" "omemo")
+   $(usex http  "" "http-files")
+   )
+   local enabled_plugins=(
+   $(usex notification-sound "notification-sound" "")
+   )
+   local mycmakeargs+=(
+   "-DENABLED_PLUGINS=$(local IFS=";"; echo 
"${enabled_plugins[*]}")"
+   "-DDISABLED_PLUGINS=$(local IFS=";"; echo 
"${disabled_plugins[*]}")"
+   "-DVALA_EXECUTABLE=${VALAC}"
+   )
+
+   if has test ${FEATURES}; then
+   mycmakeargs+=("-DBUILD_TESTS=yes")
+   fi
+
+   cmake-utils_src_configure
+}
+
+src_test() {
+   "${BUILD_DIR}"/xmpp-vala-test || die
+}
+
+update_caches() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postinst() {
+   update_caches
+}
+
+pkg_postrm() {
+   update_caches
+}



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

2020-11-18 Thread Stephan Hartmann
commit: 9ba1ad6f344c9552f8f2e6927800e09fe922cf40
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Nov 19 06:49:05 2020 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Nov 19 06:49:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba1ad6f

net-misc/croc: bump to 8.6.6

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 net-misc/croc/Manifest | 53 ++
 .../croc/{croc-8.6.5.ebuild => croc-8.6.6.ebuild}  | 51 ++---
 2 files changed, 47 insertions(+), 57 deletions(-)

diff --git a/net-misc/croc/Manifest b/net-misc/croc/Manifest
index 845e0190daa..7af89337dc5 100644
--- a/net-misc/croc/Manifest
+++ b/net-misc/croc/Manifest
@@ -1,4 +1,4 @@
-DIST croc-8.6.5.tar.gz 2537258 BLAKE2B 
4c409774553035ba089128ca41eccaf4b734a4860b6650abbf35e1da3b347f98418102b3d6a9ae437e0983526fef8ffc1a3b6f9bf361b5e9dd8008497f694ba1
 SHA512 
c2b714bd2121eede02bbbc6fec148d4eaccbb59bb786e07abecb1a8bf8199757792550cc3395b31c3923dce28ac6fcb70c71a9590656611903cd89baa271cb49
+DIST croc-8.6.6.tar.gz 2591220 BLAKE2B 
60d5eec9dbf603dc9e8d77a2c700bf86fb0a03f130e57015f32c68d87848681086b88d84d90e9075650f67bd288fa81f641c11a75c230f65525127ba53401fdf
 SHA512 
4a7b7393f33f713c14b3a1c1276553452c365d1494ff523c5f77d3479b6c875edb07590f6d4314da403e1974e785ef0cadf806f076858ba1be2eedb6d9166721
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.2.mod 34 BLAKE2B 
83966cb7de9bb687f99f17c5c89c03718258d2df34e3dda01b96a2fcb1273a0ba0e3253ba5950d5458193d3e54962371317a8fe85020ae338b44e864bd96667f
 SHA512 
9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4
 DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.5.mod 43 BLAKE2B 
60ec6257dc0098e3dabfb32b6c668db9159d69dfc7daa06b9d7f9089f4a6dfc11d2b6d39393e1b990f6ca126019baa1b3d99364fe8a6df9ae323626c8d82494c
 SHA512 
beb482157b8c8dda0f45a71e587b51ef78cc9676db4cb560bf0e71c112f45bd048bab7f1b0a64651777bb395c0ce210cf3df20a4afe08e66a42b6da89765
@@ -37,14 +37,12 @@ DIST github.com%2Fschollz%2Flogger%2F@v%2Fv1.2.0.mod 42 
BLAKE2B 28d1441e2d219c81
 DIST github.com%2Fschollz%2Flogger%2F@v%2Fv1.2.0.zip 4494 BLAKE2B 
e17a498a1c54d88a2e98483c52efbd8e0150a728c299e0bb0319ea820cc50276e5f2727c549a126d3094efe9a889adcdc2862286f19fcb870abe8a9157fac4ee
 SHA512 
25f1fde274a499c5ade50061cbb5727f2798158b1547092b298d36b89ed0efcfe84b727e20a3dc980b1f9fcaa1a0dc07f8e0369155df11bd5f76b8fffbb32a64
 DIST github.com%2Fschollz%2Fmnemonicode%2F@v%2Fv1.0.1.mod 72 BLAKE2B 
5f5815449eb44d202f99b7e2168a08000eba8b70f3b669190d8ebd8d485adada71049cacc71b6e72931d45284565b816597f995e16858b2fd0a2eef2cd815c7d
 SHA512 
eaedd08e8235f2a61d8e3c8e342b1773d2d687351e715adc8ea13d1e49511d16c6f8d5510bba5ffcb9d295a64813d21214e6d55dadcd1c8686f9c3320a9d2511
 DIST github.com%2Fschollz%2Fmnemonicode%2F@v%2Fv1.0.1.zip 21717 BLAKE2B 
611144d8f187db3a63bf6c8dce9b2b4752551c412a5228c4d52c7f24cc65336b95e6d2ffb8f20baf50d0ebf90ae77998c6ec6c5618c0fbebf5b312a7b26be892
 SHA512 
bac0d4ffb2e4bb0dcdcebdd5d651984dc9b1be639a7de249b1ba47bd66d7d4f0aad3ae7b9ba9ea6ba032204e543feb3b83b77e86e7a5de295f2fd06a0f8876b9
-DIST github.com%2Fschollz%2Fpake%2Fv2%2F@v%2Fv2.0.4.mod 256 BLAKE2B 
6db1eae7733ceafbf69c2a627c61260ea496109ec997f1baf03f8d5522b7b723532ef06c91d1b581ff02fbb11eb9f306b0649c1b03846edba123cbb117fc4b78
 SHA512 
2afe00182ead5ed732add5c73f4268a28184bb48c5c3489d7dd60a661d9dca0ca4240369cbd27e9381d10140bcb3d4f39e73f7e7896380d55dde57f1727e7992
-DIST github.com%2Fschollz%2Fpake%2Fv2%2F@v%2Fv2.0.4.zip 7809 BLAKE2B 
90cae180375deefc1cf194f89dd2c356f14de22a6514911ee9e6e0413c55841fc24f7334e9861279b0efce74382c36532595f5c0f38b8cd83d6fdee1d6d55e98
 SHA512 
ce3df459a08d92b2d6f1f3832d2d8dd44f827f95703e9b11ed0c758ad160c40d8f3ba3b9caf61f448741900ccc718dc65ba5933ab444db06f855510ade7e5a4e
-DIST github.com%2Fschollz%2Fpeerdiscovery%2F@v%2Fv1.6.0.mod 259 BLAKE2B 
5e53a9867d162f1e4e5123307344d1fc8cad3eeaf729bbfccb2ba508f9b454be4bcda796c640840567c677c1881d8d22d0b15d7ed5f09d03dfb98e164c8be385
 SHA512 
d0cb54b94e22519f0d53e30c2571274deeaf15bda3df9d15e805c83d4efad63902f593761410a8d11871610a2b0ef09f7e6c096080529494511948536b204e36
-DIST github.com%2Fschollz%2Fpeerdiscovery%2F@v%2Fv1.6.0.zip 10286 BLAKE2B 
36f83614f5f443bca84956bd58e6d813c97d2627fb4330aa50faa9453f9cab0eaef87dffddf229f04706486d57933ab90fa97ce9a3a9209d2d39c96c23e01cc7
 SHA512 
08cbb78e55392078b41d287823994a48a8af64649371acbc1e86f9a42c318dca18ce42c54eca65779477f4a454469d7601483b07cce7db3a2c7b40b5b1939a22
-DIST github.com%2Fschollz%2Fprogressbar%2Fv2%2F@v%2Fv2.15.0.mod 215 BLAKE2B 
ffd46ea78d3bd

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

2020-11-18 Thread Daniel Pielmeier
commit: cefc9acb3fb172b8b0c9c83743cd7ca4ef3c024c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Nov 19 06:42:03 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Nov 19 06:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefc9acb

app-portage/pfl: Remove old pfl-3.1.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 app-portage/pfl/pfl-3.1.ebuild | 51 --
 1 file changed, 51 deletions(-)

diff --git a/app-portage/pfl/pfl-3.1.ebuild b/app-portage/pfl/pfl-3.1.ebuild
deleted file mode 100644
index 3a7b609facc..000
--- a/app-portage/pfl/pfl-3.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1 systemd
-
-DESCRIPTION="Searchable online file/package database for Gentoo"
-HOMEPAGE="http://www.portagefilelist.de 
https://github.com/portagefilelist/client";
-SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
-IUSE="+network-cron"
-
-DEPEND=""
-RDEPEND="
-   ${DEPEND}
-   dev-python/requests[${PYTHON_USEDEP}]
-   net-misc/curl
-   sys-apps/portage[${PYTHON_USEDEP}]
-   network-cron? ( sys-apps/util-linux[caps] )
-"
-
-S="${WORKDIR}/client-${PV}"
-
-python_install_all() {
-   if use network-cron ; then
-   exeinto /etc/cron.weekly
-   doexe cron/pfl
-   fi
-
-   systemd_dounit systemd/pfl.{service,timer}
-
-   keepdir /var/lib/${PN}
-
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then
-   touch "${EROOT}/var/lib/${PN}/pfl.info" || die
-   fi
-   chown -R portage:portage "${EROOT}/var/lib/${PN}" || die
-   chmod 775 "${EROOT}/var/lib/${PN}" || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2020-11-18 Thread Daniel Pielmeier
commit: c55100b3b7f43c8196fcf8d25dd881614e83f027
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Thu Nov 19 06:38:54 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Thu Nov 19 06:38:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55100b3

net-print/hplip: Require USE="dbus" for avahi also on stable version.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip/hplip-3.20.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.20.9-r3.ebuild 
b/net-print/hplip/hplip-3.20.9-r3.ebuild
index 3bf5c6106dd..f7cb7ad36dc 100644
--- a/net-print/hplip/hplip-3.20.9-r3.ebuild
+++ b/net-print/hplip/hplip-3.20.9-r3.ebuild
@@ -38,7 +38,7 @@ COMMON_DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
net-analyzer/net-snmp:=
-   $(python_gen_cond_dep 
'net-dns/avahi[${PYTHON_MULTI_USEDEP}]')
+   $(python_gen_cond_dep 
'net-dns/avahi[dbus,${PYTHON_MULTI_USEDEP}]')
)
)
 "



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/

2020-11-18 Thread Denis Reva
commit: 814bba966e905216d0577bb1cdcc5d7a37e2d0a2
Author: Denis Reva  gmail  com>
AuthorDate: Thu Nov 19 06:26:34 2020 +
Commit: Denis Reva  gmail  com>
CommitDate: Thu Nov 19 06:26:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=814bba96

media-libs/amdvlk: new version 2020.4.5

Official changes:
Add support for Navi21
Ebuild changes:
Ebuild no longer installs rule for Xorg.
Added tip for DXVK

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Denis Reva  gmail.com>

 media-libs/amdvlk/Manifest |  8 
 ...dvlk-2020.4.4.ebuild => amdvlk-2020.4.5.ebuild} | 23 ++
 2 files changed, 10 insertions(+), 21 deletions(-)

diff --git a/media-libs/amdvlk/Manifest b/media-libs/amdvlk/Manifest
index 540c0af7..26ae47c1 100644
--- a/media-libs/amdvlk/Manifest
+++ b/media-libs/amdvlk/Manifest
@@ -1,8 +1,8 @@
-DIST AMDVLK-v-2020.Q4.4.tar.gz 32268 BLAKE2B 
e1cf7c61b7894e6d0d5d0253b08647056b4ad444aa0caaf1b6aed578c96571f7f5c2d6cde3faa3a72d729115534c58f6d1dc53b393132cc7a040e83b400a1f7d
 SHA512 
a90606520758d8114e117fa80ca1e08b70c5898ddc9a9c1e3e3508743a550a1bd7b264bdbe3ac29c9b090af9bbae213eb8981a0e1a551215405683fc9df7fcb2
+DIST AMDVLK-v-2020.Q4.5.tar.gz 32258 BLAKE2B 
e2acdbb87c0a53b45cbbceeda0b7a6432db5713891dc35d9c3c3932e20799fe0ab219de9f2d042ebd403c1904c5a1b0bdf23f8d1a033b7c6d7a17e7c65132373
 SHA512 
98158c82c08657d130d462f1e5e70f6c77749eb0f139c3b392984c1b44eed0828aab71c580747799a734fa0d581720c5b70779c4c5f5bd3dc269b128df95cec8
 DIST CWPack-7387247eb9889ddcabbc1053b9c2052e253b088e.tar.gz 24538 BLAKE2B 
76c4da32ea06df355f7e8f77a14c185b2ccab2ce2762988f04a04d65b674e089d4fc27206e744f89b4bd84c9d7226d324414a31941303290e7f574e9d64756cf
 SHA512 
38378ef325e42a7356511c2fc06b6c896581968079e85c4b924a1768d895feecaf1eb8fd65afb59bed0f66e0547104d67c2deb9f82a86f4b9fa65b36e57cd47d
 DIST MetroHash-3c566dd9cda44ca7fd97659e0b53ac953f9037d2.tar.gz 11804 BLAKE2B 
683ca8a9e4b93a945dc455c5cb78a2c6dd9dbdf22432ea9f447a6d2d1b05399cc57b621d1e304dc5695ab936a212a2df110e47ec9141764f4eaa2b184a01f4ba
 SHA512 
ae4fcf09a097ceddfcc9f0b721cae0018fff8a0360d8fbbb195d2a8c2809cf8f3c01090ba8129593d89fe1c041224e42a49e7a1c66f20e60958a5373f6d9027f
-DIST llpc-d2180485db6cde18b2ead1eda0925be409507b78.tar.gz 2056752 BLAKE2B 
8e1bf62ddadc4fd30630923f46a4be3041adc2b75a5cb9c775d821c7f91f7f479564f056764d70c3511a42b8c564d21af71b37d1542a0fca39fd179fddc47da6
 SHA512 
8a8d4d69c12f6a6126770cbb6c5c4092a7f9bf5038abab15defbc2b8d3e34d1299a3318dbb016fc7c8f6aeccd68a2d0e7090744d4434be993ff0fa107cf2c880
+DIST llpc-38dcb76aadf729b67cabe15c2cc07a784020f704.tar.gz 2079177 BLAKE2B 
eb3f594b195af82faeeb9e9f5d73cc294d8178d7390183c083b4231f17a8382f0e72480f3e883b7d3e3b1f7a654974efd4d2dec1c60f6d9ae019696f467f296a
 SHA512 
599ea375fc87621d0085bc9a1d68f00bbde42408c1b9f745ea7da8658c041cdc24722b763e53981a2ad844efa042348be7df939cee4459503ab66d462403ce32
 DIST llvm-project-7ff363c8283c1d41ecbdcdc45c8b724b52312d67.tar.gz 128585110 
BLAKE2B 
2902b68f08f6a978a08061a145e93d0cbea57e4c47431b0249a06ae986e739d9fbb749b2e59996abcc25834cff59ab2dc837debc7acc7ee12c3ec488cb300cab
 SHA512 
b8e4a6858f1c4ffb26206e545095e64641fef4cee47188d5481d14780f6b8276f70b5c485da1fc26025ee42b6b984c2901caf85ade1599f1a6aa73e0ab190087
-DIST pal-29117a3431d163a2e9e7bfe87e63d0d8d3c28b11.tar.gz 7706930 BLAKE2B 
bd6f20e76e3cfcdba086e42c9a0b71022baa9269e8de5426e24885996f0bf318b53e38bd911a5b757dcabe9f3f20e74adaec91437abb1492ff8b11137647570b
 SHA512 
6b6ec7840651abc4e16d4941dd265aa5ec8dfbe183c42f57693070d9c3f40a06db1513d3c19352560ebcbdd949494563abfb7ee496113ea8abf28161476ee25c
+DIST pal-b1e752d402592628f61eb7e1aa2a802a205de798.tar.gz 8029839 BLAKE2B 
776b85c0d5780a3b6a5a50d04609a20f1552a0afa0caff090013c2506bc9f97592b42f69941ac29697f3dced45e4619ca8be918e1b68fabd5c651893ba689d35
 SHA512 
5d98bcf1631d70620bb56a380c7b510f6f517d48e1cc0b2f7007687b929fc36af69d7478984756bf84e2f7e6934034c10f7bfce24b83df812de93e3a6b9b9faa
 DIST spvgen-fb798cb760a436e9496dbaab8827e4d183b74744.tar.gz 19475 BLAKE2B 
ace1afe0f9b129fdf3079341a09f0e761b1604a415412a3ea33325e770cecb62e67945a5d83b3248a29222b2dca86ad63c4c7d89e250851edc37d22543e75f20
 SHA512 
2c4f72518e6f1fbefebfe51d6e7d14187bad99b036b26f131ed726d0525244b33017549f5a56a4f7770239eaa411ff93561be53072458c6f491452ae496ee156
-DIST xgl-f623fc7ca78c3cec2123a16700a8819f3ccf0656.tar.gz 807009 BLAKE2B 
fdc5b67657467fa2843404558fd0a7452744bcf444652dc790c2a15285188f9360e2f8e46d2986fc87ca77cfe47e5f812b918427b44e92a9d3f0385ed7f59f31
 SHA512 
f35cdf0303a6125fd762484b02fa1f4b0d2fdfbb05e4f7c0a518edc8fa96c89fb5bf730f1b82c894a95354468877e47ceecf628b9f9b4a14b50852b76e7a9e86
+DIST xgl-fc11e79aab63337702d8efc05e5433dec9efdf06.tar.gz 810567 BLAKE2B 
452a9264df787d42f18618e8d49cad9fb79f4a6ece505d238f5a09652505886555db892c8c6f4f6139c28cf7db6efc387330f101e32c1262f00fc5c6e1c17e74
 SHA512 
db50fcdac279eb17b977f47ca66397c7194d021dd4db9b4e34e4a0eccb6fdbda5222a57c306ac8fba8eec2986703596a5cb1b2130d8a1bcf81c30f69be0f2808

diff --git a/medi

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/, x11-libs/libxcb/files/

2020-11-18 Thread Matt Turner
commit: 195e1a3fde15d42f068a398f95c1211ff1f2fa09
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 19 04:12:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 19 04:14:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195e1a3f

x11-libs/libxcb: Fix tests with dev-libs/check >= 0.15

Closes: https://bugs.gentoo.org/746884
Signed-off-by: Matt Turner  gentoo.org>

 ...on-t-use-deprecated-fail_unless-check-API.patch | 86 ++
 x11-libs/libxcb/libxcb-1.14.ebuild |  4 +
 2 files changed, 90 insertions(+)

diff --git 
a/x11-libs/libxcb/files/libxcb-1.14-tests-don-t-use-deprecated-fail_unless-check-API.patch
 
b/x11-libs/libxcb/files/libxcb-1.14-tests-don-t-use-deprecated-fail_unless-check-API.patch
new file mode 100644
index 000..cc7f22ba4e9
--- /dev/null
+++ 
b/x11-libs/libxcb/files/libxcb-1.14-tests-don-t-use-deprecated-fail_unless-check-API.patch
@@ -0,0 +1,86 @@
+From f01f3c378eb0168fbb055c7be1c2d08a7acd3752 Mon Sep 17 00:00:00 2001
+From: Ran Benita 
+Date: Tue, 17 Nov 2020 23:43:06 +0200
+Subject: [PATCH] tests: don't use deprecated fail_unless check API
+
+It causes errors like this when running make check:
+
+check_public.c:40:24: error: too many arguments for format 
[-Werror=format-extra-args]
+   40 |   fail_unless(success, "unexpected parse failure %sfor '%s'", 
test_string[test_type], name);
+
+Closes: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/49
+Tested-by: Matt Turner 
+Signed-off-by: Ran Benita 
+---
+ configure.ac |  2 +-
+ tests/check_public.c | 30 +++---
+ 2 files changed, 16 insertions(+), 16 deletions(-)
+
+diff --git a/tests/check_public.c b/tests/check_public.c
+index 2094bfe..aed40c8 100644
+--- a/tests/check_public.c
 b/tests/check_public.c
+@@ -37,18 +37,18 @@ static void parse_display_pass(const char *name, const 
char *host, const int dis
+   got_display = got_screen = -42;
+   mark_point();
+   success = xcb_parse_display(argument, &got_host, &got_display, 
&got_screen);
+-  fail_unless(success, "unexpected parse failure %sfor '%s'", 
test_string[test_type], name);
+-  fail_unless(strcmp(host, got_host) == 0, "parse %sproduced 
unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], 
got_host, name, host);
+-  fail_unless(display == got_display, "parse %sproduced 
unexpected display '%d' for '%s': expected '%d'", test_string[test_type], 
got_display, name, display);
+-  fail_unless(screen == got_screen, "parse %sproduced unexpected 
screen '%d' for '%s': expected '%d'", test_string[test_type], got_screen, name, 
screen);
++  ck_assert_msg(success, "unexpected parse failure %sfor '%s'", 
test_string[test_type], name);
++  ck_assert_msg(strcmp(host, got_host) == 0, "parse %sproduced 
unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], 
got_host, name, host);
++  ck_assert_msg(display == got_display, "parse %sproduced 
unexpected display '%d' for '%s': expected '%d'", test_string[test_type], 
got_display, name, display);
++  ck_assert_msg(screen == got_screen, "parse %sproduced 
unexpected screen '%d' for '%s': expected '%d'", test_string[test_type], 
got_screen, name, screen);
+ 
+   got_host = (char *) -1;
+   got_display = got_screen = -42;
+   mark_point();
+   success = xcb_parse_display(argument, &got_host, &got_display, 
0);
+-  fail_unless(success, "unexpected screenless parse failure %sfor 
'%s'", test_string[test_type], name);
+-  fail_unless(strcmp(host, got_host) == 0, "screenless parse 
%sproduced unexpected hostname '%s' for '%s': expected '%s'", 
test_string[test_type], got_host, name, host);
+-  fail_unless(display == got_display, "screenless parse 
%sproduced unexpected display '%d' for '%s': expected '%d'", 
test_string[test_type], got_display, name, display);
++  ck_assert_msg(success, "unexpected screenless parse failure 
%sfor '%s'", test_string[test_type], name);
++  ck_assert_msg(strcmp(host, got_host) == 0, "screenless parse 
%sproduced unexpected hostname '%s' for '%s': expected '%s'", 
test_string[test_type], got_host, name, host);
++  ck_assert_msg(display == got_display, "screenless parse 
%sproduced unexpected display '%d' for '%s': expected '%d'", 
test_string[test_type], got_display, name, display);
+   }
+   putenv("DISPLAY=");
+ }
+@@ -79,18 +79,18 @@ static void parse_display_fail(const char *name)
+   got_display = got_screen = -42;
+   mark_point();
+   success = xcb_parse_display(argument, &got_host, &got_display, 
&got_screen);
+-  fail_unless(!success, "unexpected parse success %sfor '%s'", 
test_string[test_type], name);
+-  fail_unless(got_h

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

2020-11-18 Thread Patrick McLean
commit: 2854d8b23e4c4908b34d5782b7d456e34a1eec36
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 19 02:55:11 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 19 03:14:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2854d8b2

app-admin/salt-3001.3: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/salt/Manifest   | 2 +-
 app-admin/salt/{salt-3001.2.ebuild => salt-3001.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index e722769a3ce..f4438d7b05c 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -2,5 +2,5 @@ DIST salt-2019.2.7.tar.gz 14576515 BLAKE2B 
4b2476c874a806de8664abd7852d5f856fc19
 DIST salt-3000.2-py38-misc.patch.gz 6250 BLAKE2B 
68fff80a042e6bf208ea2d9692da7a7b1e29572f1ec3c850c14743bbf2821d231f933ec4e6d6eaad12acee0b7666888a37a72872b2b082c92d8db9de988fbbec
 SHA512 
6d4a66323a423e630f7cc73b566ed96c452c8fc3d72c25a2dd86033c4774c1c8e8b8701e1d4ee92994d4148c398d704f419023e26d8b40c8fdd63f9d79d9d52f
 DIST salt-3000.2.tar.gz 15231513 BLAKE2B 
2090d0f52f953a42f1685ad190750e9c76ad6e862a3272444fef063a7605f69a6c542f04165a41fb9cdaa126a878cc133d4857faa70edc5eac4bf49bdde937ab
 SHA512 
88e8876ed8cd18e942c2194686cda68f40fa49e69e317ca488bf58e095bcf6cdf8771d93eba7960038941cc5863e13a4eea4dad5256c12da7cd8288a2c61f59d
 DIST salt-3000.5.tar.gz 15229450 BLAKE2B 
135e9b9dcc461ac898231ce46e6a1359e6d60a43822320950bc0b83057f768dadf55320dd73df72d5bc917f324eef4661e6f75d8eb8e84aef958bd2df8924cfc
 SHA512 
2579f65c24d22d77132057bd8cf37040d7d149624745dd68b4c44318be786580dcc34bf563f90d7de9ef5b726b2453bef4d8639bc8fbd9c5e691500520335317
-DIST salt-3001.2.tar.gz 14549535 BLAKE2B 
1a69d3af0b9522943b226006b7a48b51b3de5f638aa0afe3aef12ddafd39fe0c30fc883922b2b05e789a83f07e521e4eb8dda5f8671ad0cafd1caf409f5a7f20
 SHA512 
5b05ed333f621965b4e94c0050118c037cf17ed142bb11c7985bf2a693be4cbcee41d6d43cb8c8ab043804f00b4332492ac03e8ca79c8de545ab8b7df7102558
+DIST salt-3001.3.tar.gz 14553356 BLAKE2B 
50d073d39826fb15cb424df3e55c2308dd18391c13a5c4a3fb01c1e1ecd8636dd45fdf34b1937563d069e51141fc40f48f77eaec6b1e1d6f9802418e611b20b1
 SHA512 
a3c0f019fbe1f1edac11af291667f06597dbf4badeb0026107dcab4937efcb306ca6d3ba20195ff9fea5ee7a995db1c3a79236de3e990fc809c305e7f05e1c9d
 DIST salt-3002.1.tar.gz 15753988 BLAKE2B 
d084dc650b8bc92b4ebdb145a41a39bfbd034064fad65e364260eca84d7105fb645ad8f6cea2cc1b6affb1abf21a9858ab6fb526eaf4ecd8f76c70d1384c7edc
 SHA512 
8fc02d0b47dad60f96eb4442b0e8a31f04d796f12b845c8142135593af4c7ea9c2d9335a3f520f8858951f87b0e8cc6be70d383fde2d93a6d529e077bcc87114

diff --git a/app-admin/salt/salt-3001.2.ebuild 
b/app-admin/salt/salt-3001.3.ebuild
similarity index 100%
rename from app-admin/salt/salt-3001.2.ebuild
rename to app-admin/salt/salt-3001.3.ebuild



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

2020-11-18 Thread Patrick McLean
commit: 8d2f2b270ce3b2bf37c60e6ddc3bca58dad4e9ad
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 19 03:14:13 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 19 03:14:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2f2b27

app-admin/salt: remove old

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/salt/Manifest  |   1 -
 app-admin/salt/salt-3000.2-r4.ebuild | 193 ---
 2 files changed, 194 deletions(-)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index 252c8aa0c51..2ac160e4088 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -1,6 +1,5 @@
 DIST salt-2019.2.7.tar.gz 14576515 BLAKE2B 
4b2476c874a806de8664abd7852d5f856fc1946cc021d3ec8d206f69ec3cd809fe156d4d916d00304c36aad1dfab3a60309eb87d21ce7bb9afc7e8ea77ac23aa
 SHA512 
e9a0d1ada0172239a31c6a8a628e71367aba072c06fe5420f4b864b9c67da89edd03f95abd46fd9ae414c2262b4e7e5c7f53c606f9f3f58e4c84129f2ed43c9e
 DIST salt-3000.2-py38-misc.patch.gz 6250 BLAKE2B 
68fff80a042e6bf208ea2d9692da7a7b1e29572f1ec3c850c14743bbf2821d231f933ec4e6d6eaad12acee0b7666888a37a72872b2b082c92d8db9de988fbbec
 SHA512 
6d4a66323a423e630f7cc73b566ed96c452c8fc3d72c25a2dd86033c4774c1c8e8b8701e1d4ee92994d4148c398d704f419023e26d8b40c8fdd63f9d79d9d52f
-DIST salt-3000.2.tar.gz 15231513 BLAKE2B 
2090d0f52f953a42f1685ad190750e9c76ad6e862a3272444fef063a7605f69a6c542f04165a41fb9cdaa126a878cc133d4857faa70edc5eac4bf49bdde937ab
 SHA512 
88e8876ed8cd18e942c2194686cda68f40fa49e69e317ca488bf58e095bcf6cdf8771d93eba7960038941cc5863e13a4eea4dad5256c12da7cd8288a2c61f59d
 DIST salt-3000.5.tar.gz 15229450 BLAKE2B 
135e9b9dcc461ac898231ce46e6a1359e6d60a43822320950bc0b83057f768dadf55320dd73df72d5bc917f324eef4661e6f75d8eb8e84aef958bd2df8924cfc
 SHA512 
2579f65c24d22d77132057bd8cf37040d7d149624745dd68b4c44318be786580dcc34bf563f90d7de9ef5b726b2453bef4d8639bc8fbd9c5e691500520335317
 DIST salt-3001.3.tar.gz 14553356 BLAKE2B 
50d073d39826fb15cb424df3e55c2308dd18391c13a5c4a3fb01c1e1ecd8636dd45fdf34b1937563d069e51141fc40f48f77eaec6b1e1d6f9802418e611b20b1
 SHA512 
a3c0f019fbe1f1edac11af291667f06597dbf4badeb0026107dcab4937efcb306ca6d3ba20195ff9fea5ee7a995db1c3a79236de3e990fc809c305e7f05e1c9d
 DIST salt-3002.1.tar.gz 15753988 BLAKE2B 
d084dc650b8bc92b4ebdb145a41a39bfbd034064fad65e364260eca84d7105fb645ad8f6cea2cc1b6affb1abf21a9858ab6fb526eaf4ecd8f76c70d1384c7edc
 SHA512 
8fc02d0b47dad60f96eb4442b0e8a31f04d796f12b845c8142135593af4c7ea9c2d9335a3f520f8858951f87b0e8cc6be70d383fde2d93a6d529e077bcc87114

diff --git a/app-admin/salt/salt-3000.2-r4.ebuild 
b/app-admin/salt/salt-3000.2-r4.ebuild
deleted file mode 100644
index 648c82a92c4..000
--- a/app-admin/salt/salt-3000.2-r4.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-inherit systemd distutils-r1
-
-DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="https://www.saltstack.com/resources/community/
-   https://github.com/saltstack";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
-   EGIT_BRANCH="develop"
-   SRC_URI=""
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   
https://dev.gentoo.org/~chutzpah/dist/salt/salt-3000.2-py38-misc.patch.gz";
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cheetah cherrypy ldap libcloud libvirt genshi gnupg keyring mako
-   mongodb neutron nova openssl portage profile redis selinux test raet
-   +zeromq vim-syntax"
-
-RDEPEND="
-   sys-apps/pciutils
-   dev-python/distro[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/libnacl[${PYTHON_USEDEP}]
-   >=dev-python/msgpack-0.5[${PYTHON_USEDEP}]
-   =dev-python/requests-1.0.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
-   mako? ( dev-python/mako[${PYTHON_USEDEP}] )
-   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
-   libvirt? (
-   $(python_gen_cond_dep 
'dev-python/libvirt-python[${PYTHON_USEDEP}]' python3_7)
-   )
-   openssl? (
-   dev-libs/openssl:0=[-bindist]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   )
-   raet? (
-   >=dev-python/libnacl-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ioflo-1.1.7[${PYTHON_USEDEP}]
-   >=dev-python/raet-0.6.0[${PYTHON_USEDEP}]
-   )
-   cherrypy? ( >=dev-python/cherrypy-3.2.2[${PYTHON_USEDEP}] )
-   cheetah? ( dev-python/cheetah3[${PYTHON_USEDEP}] )
-   mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
-   porta

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

2020-11-18 Thread Patrick McLean
commit: 2cea359719ebadebe3e545efec30aba7fc007483
Author: Patrick McLean  sony  com>
AuthorDate: Thu Nov 19 03:10:53 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov 19 03:14:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cea3597

app-admin/salt-3002.2: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/salt/Manifest   |   1 +
 app-admin/salt/salt-3002.2.ebuild | 183 ++
 2 files changed, 184 insertions(+)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index f4438d7b05c..252c8aa0c51 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -4,3 +4,4 @@ DIST salt-3000.2.tar.gz 15231513 BLAKE2B 
2090d0f52f953a42f1685ad190750e9c76ad6e8
 DIST salt-3000.5.tar.gz 15229450 BLAKE2B 
135e9b9dcc461ac898231ce46e6a1359e6d60a43822320950bc0b83057f768dadf55320dd73df72d5bc917f324eef4661e6f75d8eb8e84aef958bd2df8924cfc
 SHA512 
2579f65c24d22d77132057bd8cf37040d7d149624745dd68b4c44318be786580dcc34bf563f90d7de9ef5b726b2453bef4d8639bc8fbd9c5e691500520335317
 DIST salt-3001.3.tar.gz 14553356 BLAKE2B 
50d073d39826fb15cb424df3e55c2308dd18391c13a5c4a3fb01c1e1ecd8636dd45fdf34b1937563d069e51141fc40f48f77eaec6b1e1d6f9802418e611b20b1
 SHA512 
a3c0f019fbe1f1edac11af291667f06597dbf4badeb0026107dcab4937efcb306ca6d3ba20195ff9fea5ee7a995db1c3a79236de3e990fc809c305e7f05e1c9d
 DIST salt-3002.1.tar.gz 15753988 BLAKE2B 
d084dc650b8bc92b4ebdb145a41a39bfbd034064fad65e364260eca84d7105fb645ad8f6cea2cc1b6affb1abf21a9858ab6fb526eaf4ecd8f76c70d1384c7edc
 SHA512 
8fc02d0b47dad60f96eb4442b0e8a31f04d796f12b845c8142135593af4c7ea9c2d9335a3f520f8858951f87b0e8cc6be70d383fde2d93a6d529e077bcc87114
+DIST salt-3002.2.tar.gz 15765855 BLAKE2B 
b26895ababc8551e01baa806c5a0e41dab9a379e47d2289b5c3c529ef762c69631d7ed8b32339ec66c3929c5883782131eb56d1bfbcc743829c4f0199a900ca1
 SHA512 
0f617a07475347b1bb0d1c6059de541e102103182820dfd6f64f4c281d660e68358eb1ab7171a637e16cef9fea2517c8356df9c449f9bbc92538aa86c316f652

diff --git a/app-admin/salt/salt-3002.2.ebuild 
b/app-admin/salt/salt-3002.2.ebuild
new file mode 100644
index 000..59838e3e579
--- /dev/null
+++ b/app-admin/salt/salt-3002.2.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit systemd distutils-r1
+
+DESCRIPTION="Salt is a remote execution and configuration manager"
+HOMEPAGE="https://www.saltstack.com/resources/community/
+   https://github.com/saltstack";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+   EGIT_BRANCH="develop"
+   SRC_URI=""
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="cheetah cherrypy ldap libcloud libvirt genshi gnupg keyring mako
+   mongodb neutron nova openssl portage profile redis selinux test raet
+   +zeromq vim-syntax"
+
+RDEPEND="
+   sys-apps/pciutils
+   >=dev-python/distro-1.5[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/libnacl[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pycryptodome-3.9.8[${PYTHON_USEDEP}]
+   dev-python/pycryptodomex[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
+   mako? ( dev-python/mako[${PYTHON_USEDEP}] )
+   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
+   libvirt? (
+   $(python_gen_cond_dep 
'dev-python/libvirt-python[${PYTHON_USEDEP}]' python3_7)
+   )
+   openssl? (
+   dev-libs/openssl:0=[-bindist]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   )
+   raet? (
+   >=dev-python/libnacl-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ioflo-1.1.7[${PYTHON_USEDEP}]
+   >=dev-python/raet-0.6.0[${PYTHON_USEDEP}]
+   )
+   cherrypy? ( >=dev-python/cherrypy-3.2.2[${PYTHON_USEDEP}] )
+   cheetah? ( dev-python/cheetah3[${PYTHON_USEDEP}] )
+   mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+   portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
+   keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
+   redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
+   selinux? ( sec-policy/selinux-salt )
+   nova? (
+   $(python_gen_cond_dep 
'>=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]' python3_7)
+   )
+   

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

2020-11-18 Thread Sam James
commit: 8624f15cf1dd61c717d69a15c60b09430ea4fb83
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 19 01:18:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 19 01:18:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8624f15c

dev-python/pyglet: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyglet/Manifest|  2 --
 dev-python/pyglet/pyglet-1.5.8.ebuild | 62 ---
 dev-python/pyglet/pyglet-1.5.9.ebuild | 62 ---
 3 files changed, 126 deletions(-)

diff --git a/dev-python/pyglet/Manifest b/dev-python/pyglet/Manifest
index ae776c6961c..747f365ba24 100644
--- a/dev-python/pyglet/Manifest
+++ b/dev-python/pyglet/Manifest
@@ -1,5 +1,3 @@
 DIST pyglet-1.5.10.tar.gz 6417209 BLAKE2B 
2c413c111ce3d016ca23186e92b17cb6f67bb904d90ca241eb0f95372a0a9ff8915014f31294a6609e2f35072cb963b6998d791157ede2e2bf01175edeb91582
 SHA512 
02b3859f2805f703997d7799e324e7debe9375f6c0df211ceff2f750aa7dbbad61b6ece55fbfec111e4f47f0ee6a71881fd73a47bef794a437615ecb42d0f411
 DIST pyglet-1.5.11.tar.gz 6414606 BLAKE2B 
bc39a611b10a6397f31ce402d0f4be17093e5c37fdbd6bb419156cc00929fd951cfc8e309a0c2a557afba9c567f203956c6ac7fdd1c677d4a5c199c1633e86e4
 SHA512 
4121fcd45c8d7f500e2bcbaf85e30e39d44b9de165a818455c006964787ad9dcdbb1a670ca72e149a3574ec7c18f113166190acca9a2dec4bef4b5fde856e129
 DIST pyglet-1.5.7.tar.gz 6367378 BLAKE2B 
68d4aa673a7463f7da0f4ccb7f413b602f32ecc423438326fc4262a4449fe22dff25a513074611ce2c77c130dfe9cc29e44e54a95169875208731f70803f1a45
 SHA512 
2c2a06636b1db788241028d1ef2290a774b98721ccc92ceed2b2895bcee81d4aa72b2111896091b54531936513772505b0d43003e412735d606130ed4b08f8c9
-DIST pyglet-1.5.8.tar.gz 6394207 BLAKE2B 
dcd3750b7296ab919ecb20417f0dfa2e89ab2754c28562a38175cf87f06bcd41d9b1ed2c568ed516e444a5968e21a772f0f4cfb5b626bb1aeb066f3b17f1cf18
 SHA512 
346dafbc751a4cfbdaf65643701500f5b5ad40541168eeea13467d0b97283baa35b22708dfc15569adcfad0b8ecb51d1b45d18775d564b12ed4be0965971229b
-DIST pyglet-1.5.9.tar.gz 6417099 BLAKE2B 
ad25e8da39d943050706bf4cd6a210295349118f88c7a4ba5a5d060012a444b1adbb40bf4bdbe53093c444d7373e0678ddd6648085319700e2dc22ccfcbf23fc
 SHA512 
2ded9f9eb24bb3c928c87da0160383c46b0b27ce01fd613b73304bc573607035517e1c0eeda365921d9de12d86a913fd0d16b71db4a4542fde04df5ee20f34e2

diff --git a/dev-python/pyglet/pyglet-1.5.8.ebuild 
b/dev-python/pyglet/pyglet-1.5.8.ebuild
deleted file mode 100644
index 225581d36f3..000
--- a/dev-python/pyglet/pyglet-1.5.8.ebuild
+++ /dev/null
@@ -1,62 +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,8,9} )
-
-inherit distutils-r1 virtualx xdg-utils
-
-DESCRIPTION="Cross-platform windowing and multimedia library for Python"
-HOMEPAGE="http://www.pyglet.org/";
-SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples image +sound"
-
-BDEPEND="
-   test? (
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/gst-python[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   virtual/glu
-   virtual/opengl
-   image? ( || (
-   dev-python/pillow[${PYTHON_USEDEP}]
-   x11-libs/gtk+:2
-   ) )
-   sound? ( || (
-   media-libs/openal
-   media-sound/pulseaudio
-   ) )
-"
-#  ffmpeg? ( media-libs/avbin-bin )
-
-DOCS=( DESIGN NOTICE README.md RELEASE_NOTES )
-
-distutils_enable_tests pytest
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_test() {
-   xdg_environment_reset
-
-   # Specify path to avoid running interactive tests
-   # We could add in integration tests, but they're slow
-   pytest -vv tests/unit || die "Tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pyglet/pyglet-1.5.9.ebuild 
b/dev-python/pyglet/pyglet-1.5.9.ebuild
deleted file mode 100644
index 225581d36f3..000
--- a/dev-python/pyglet/pyglet-1.5.9.ebuild
+++ /dev/null
@@ -1,62 +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,8,9} )
-
-inherit distutils-r1 virtualx xdg-utils
-
-DESCRIPTION="Cross-platform windowing and multimedia library for Python"
-HOMEPAGE="http://www.pyglet.org/";
-SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples image +sound"
-
-BDEPEND="
-   test? (
-   dev-python/pillow[${PYTHON_USEDEP}]
-   

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

2020-11-18 Thread Sam James
commit: ef28a9719b94fc0d028cb3a835d6af42dc8e97ab
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 19 01:16:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 19 01:16:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef28a971

dev-python/pyglet: bump to 1.5.11

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyglet/Manifest |  1 +
 dev-python/pyglet/pyglet-1.5.11.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/pyglet/Manifest b/dev-python/pyglet/Manifest
index 9a2c4caf21c..ae776c6961c 100644
--- a/dev-python/pyglet/Manifest
+++ b/dev-python/pyglet/Manifest
@@ -1,4 +1,5 @@
 DIST pyglet-1.5.10.tar.gz 6417209 BLAKE2B 
2c413c111ce3d016ca23186e92b17cb6f67bb904d90ca241eb0f95372a0a9ff8915014f31294a6609e2f35072cb963b6998d791157ede2e2bf01175edeb91582
 SHA512 
02b3859f2805f703997d7799e324e7debe9375f6c0df211ceff2f750aa7dbbad61b6ece55fbfec111e4f47f0ee6a71881fd73a47bef794a437615ecb42d0f411
+DIST pyglet-1.5.11.tar.gz 6414606 BLAKE2B 
bc39a611b10a6397f31ce402d0f4be17093e5c37fdbd6bb419156cc00929fd951cfc8e309a0c2a557afba9c567f203956c6ac7fdd1c677d4a5c199c1633e86e4
 SHA512 
4121fcd45c8d7f500e2bcbaf85e30e39d44b9de165a818455c006964787ad9dcdbb1a670ca72e149a3574ec7c18f113166190acca9a2dec4bef4b5fde856e129
 DIST pyglet-1.5.7.tar.gz 6367378 BLAKE2B 
68d4aa673a7463f7da0f4ccb7f413b602f32ecc423438326fc4262a4449fe22dff25a513074611ce2c77c130dfe9cc29e44e54a95169875208731f70803f1a45
 SHA512 
2c2a06636b1db788241028d1ef2290a774b98721ccc92ceed2b2895bcee81d4aa72b2111896091b54531936513772505b0d43003e412735d606130ed4b08f8c9
 DIST pyglet-1.5.8.tar.gz 6394207 BLAKE2B 
dcd3750b7296ab919ecb20417f0dfa2e89ab2754c28562a38175cf87f06bcd41d9b1ed2c568ed516e444a5968e21a772f0f4cfb5b626bb1aeb066f3b17f1cf18
 SHA512 
346dafbc751a4cfbdaf65643701500f5b5ad40541168eeea13467d0b97283baa35b22708dfc15569adcfad0b8ecb51d1b45d18775d564b12ed4be0965971229b
 DIST pyglet-1.5.9.tar.gz 6417099 BLAKE2B 
ad25e8da39d943050706bf4cd6a210295349118f88c7a4ba5a5d060012a444b1adbb40bf4bdbe53093c444d7373e0678ddd6648085319700e2dc22ccfcbf23fc
 SHA512 
2ded9f9eb24bb3c928c87da0160383c46b0b27ce01fd613b73304bc573607035517e1c0eeda365921d9de12d86a913fd0d16b71db4a4542fde04df5ee20f34e2

diff --git a/dev-python/pyglet/pyglet-1.5.11.ebuild 
b/dev-python/pyglet/pyglet-1.5.11.ebuild
new file mode 100644
index 000..225581d36f3
--- /dev/null
+++ b/dev-python/pyglet/pyglet-1.5.11.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1 virtualx xdg-utils
+
+DESCRIPTION="Cross-platform windowing and multimedia library for Python"
+HOMEPAGE="http://www.pyglet.org/";
+SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples image +sound"
+
+BDEPEND="
+   test? (
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/gst-python[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   virtual/glu
+   virtual/opengl
+   image? ( || (
+   dev-python/pillow[${PYTHON_USEDEP}]
+   x11-libs/gtk+:2
+   ) )
+   sound? ( || (
+   media-libs/openal
+   media-sound/pulseaudio
+   ) )
+"
+#  ffmpeg? ( media-libs/avbin-bin )
+
+DOCS=( DESIGN NOTICE README.md RELEASE_NOTES )
+
+distutils_enable_tests pytest
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   xdg_environment_reset
+
+   # Specify path to avoid running interactive tests
+   # We could add in integration tests, but they're slow
+   pytest -vv tests/unit || die "Tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



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

2020-11-18 Thread Sam James
commit: 52c2e184d8131e5ccc0357626f522d943bb24e8d
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 19 01:02:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 19 01:02:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c2e184

profiles/arch/arm64: drop xfce-extra/tumbler[epub] mask

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 530ebdccefc..a179c5dfba1 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,11 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2020-11-16)
-# Depends on app-text/libgepub which is not yet keyworded on this 
-# arch. #754762
-xfce-extra/tumbler epub
-
 # Andreas Sturmlechner  (2020-11-08)
 # dev-util/kdevelop-php is not keyworded, bug #751337
 >=kde-apps/umbrello-20.08.3 php



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

2020-11-18 Thread Sam James
commit: 0f22892072c811e4bb18dddb988a9d1c7828ce3b
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 19 00:53:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 19 00:53:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f228920

app-text/libgepub: arm64 keyworded (bug #754762)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-text/libgepub/libgepub-0.6.0.ebuild 
b/app-text/libgepub/libgepub-0.6.0.ebuild
index 14bd0181a6b..84648bc 100644
--- a/app-text/libgepub/libgepub-0.6.0.ebuild
+++ b/app-text/libgepub/libgepub-0.6.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libgepub";
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="+introspection"
 
 RDEPEND="



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

2020-11-18 Thread Michał Górny
commit: 16e20f3917378d5c92d8919d16ce5d1752d7376e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 19 00:49:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:49:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e20f39

sys-kernel/gentoo-kernel-bin: Bump to 5.9.9

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.9.9.ebuild | 46 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 37404c76777..4d17e2ca836 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -7,3 +7,5 @@ DIST gentoo-kernel-5.4.77-1.x86.xpak 53384834 BLAKE2B 
29b6748b3d9c292eedb9685a1d
 DIST gentoo-kernel-5.9.8-1.amd64.xpak 63386669 BLAKE2B 
6ebe70d1085d0ea33361ab398d076ba5bb3cd21aab1769d8a106978d7b320b993878fd32a59800997a5832483a19b3bce2e396b09ed25c0f34d5786ae9b7f90d
 SHA512 
61f4d150f8fb5cca735e09ca8021ae972d953b0297dc52d9d623d1ee3f3d4a3e5cd7f98d39f785e279891373c9719166a5dad624ea16a9300c7c3fa7b0777aaf
 DIST gentoo-kernel-5.9.8-1.arm64.xpak 61440507 BLAKE2B 
4704fa85533e68763346f3b4ccd462473424404c1e8f0302a69300e48ccc265857c2911aa36b11b38a0fc908d5ba681c4d35038f5cee473172b83ab331075cff
 SHA512 
0df3f58142b0015457de82134b4c3535f8826f6108ef8aa32e2097cc5294fab35a76135fd4a4fdaed50e2b52be149833bd3e9137546f5beca90c7861f3c0c579
 DIST gentoo-kernel-5.9.8-1.x86.xpak 56613649 BLAKE2B 
a43bec4bc59613576749cbb58b6eff8b4e120410ae2dbb3b38b3596eab0a4d5dd56e427d91e4ebe044be9794f36e11dd89174a9ac01678eb4f268813370fd444
 SHA512 
b1d0a1bae0adc8788d46e19bda9875c49a611da6e4fc786d5a79efc8a5a5bbcb8eafb9f8628029685650235d5ec853d7a40b2ec0dd367c9b2d4436618ce1f2c3
+DIST gentoo-kernel-5.9.9-1.amd64.xpak 62935632 BLAKE2B 
75fd3d10a25112a79d1ade40dde1ee525fb6ad1c2437ae094610664778523851a41c897b73360631fed4a364cd516a5c7736f3c775ec093c18b4a1f36676536f
 SHA512 
338b6494309c62d22ac7fafce5d81a3ec78368da8e0276dcad1aac1d7b3abb13a0218eac50912035b39a9bd47cd140110a2e0277ac42cb65e336f5b3e22d2caa
+DIST gentoo-kernel-5.9.9-1.x86.xpak 56074565 BLAKE2B 
796c3852f6587c53cbe0ea56c47e20fdcfd1ca6d07ad8bc9268d522cc259ef3346bd7f8fb837e1a7a1d99d189876363d908ce2911e25d97023c3f47d1272ba30
 SHA512 
51241930d16f82a51072bd34377fd26a4c0110e6063cfcb2fd27322b83607d73724f1539642fc9f5559ce02c2975b1e206583749830fee0f86e015e6a5f6a001

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.9.9.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.9.9.ebuild
new file mode 100644
index 000..68ca59b5735
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.9.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-11-18 Thread Michał Górny
commit: ea2e285e9b9cd86804643815edf2e36b9a2a569e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 19 00:42:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:42:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2e285e

dev-python/joblib: Remove old

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

 dev-python/joblib/Manifest |  3 --
 dev-python/joblib/joblib-0.14.1.ebuild | 47 
 dev-python/joblib/joblib-0.15.1.ebuild | 47 
 dev-python/joblib/joblib-0.16.0.ebuild | 57 --
 4 files changed, 154 deletions(-)

diff --git a/dev-python/joblib/Manifest b/dev-python/joblib/Manifest
index e1489fb1b9f..6e16f8204ef 100644
--- a/dev-python/joblib/Manifest
+++ b/dev-python/joblib/Manifest
@@ -1,4 +1 @@
-DIST joblib-0.14.1.tar.gz 338930 BLAKE2B 
6b84c43be8b8d32f28a3dbc3e6f4ce15574cf20571805501972d162d4b076c1fe144a9790b8132821f0acd439c8859873038813c7bdd4163d0535eca36a1a8fa
 SHA512 
079eb4321ed95c8f05399abca2a1c46ecb7c28fe9a3a50b6eb106a2bd2f3566fb25bca59022fafbfcee5069f078921421d799eeb29a796f8f98881491cf9be08
-DIST joblib-0.15.1.tar.gz 342550 BLAKE2B 
c8ccf0b6d2e229a780939d9c4f39265bd18b5a452d014056001072b7daf7e46a5961c6d80f768c30ba7463aa36c5ec09959bb1e891028bf6f7862a9a265079aa
 SHA512 
a0b0bde5b034af3eee0bce2875199fc9ac232a34a49c14daf6fbddd9bf3ad8fa0d77192827b7531704b81db7bdfbaf76c4755b8fc1035eaf73b2e08f9e6d8828
-DIST joblib-0.16.0.tar.gz 345002 BLAKE2B 
0336fcbe95204141a0b04dfbf8949ba509792402eefbb86b3dc02375e7e3eb5c76d548d4ad01238307c0334ce4299fd9e763765d92722819894ea26ab6144032
 SHA512 
9f1f2e7f2e293e1c53e9752907f4ba25d52a5c4895eebfa423c8e3bc64146ab20a490e1db0cfa39596c9bbc47ea1cc491b0576bf8da9a1f68b58e91ba09ead34
 DIST joblib-0.17.0.tar.gz 345984 BLAKE2B 
4f4cb83037fc02ce9ea17e7dc5d284235b847eeb90bf1a877c4168aabd9ad4dd762e45a6485806efc759cdfcb98e6ee70e6d9a498cd7645b1d6b0051a9f9ba2e
 SHA512 
73c42a9f5949478a4a03b97ec31549cabca2ebc968d2c869632696b671c175dc85ae7aa8ac92905f13f830083b2305b56df1552f1d70fa7fe51945ae7286840a

diff --git a/dev-python/joblib/joblib-0.14.1.ebuild 
b/dev-python/joblib/joblib-0.14.1.ebuild
deleted file mode 100644
index da3e493721d..000
--- a/dev-python/joblib/joblib-0.14.1.ebuild
+++ /dev/null
@@ -1,47 +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,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tools to provide lightweight pipelining in Python"
-HOMEPAGE="https://joblib.readthedocs.io/en/latest/
-   https://github.com/joblib/joblib";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/threadpoolctl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx doc \
-   'dev-python/numpy' \
-   'dev-python/matplotlib' \
-   'dev-python/pillow' \
-   'dev-python/sphinx-gallery' \
-   'dev-python/numpydoc' \
-   'dev-python/pandas' \
-   'dev-python/lz4' \
-   'dev-python/distributed'
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -e 
"s:'_static/joblib_logo_examples.png':'doc/_static/joblib_logo_examples.png':" \
-   -i doc/conf.py || die
-
-   # tries to fetch from the internet
-   rm examples/compressors_comparison.py \
-   examples/parallel/distributed_backend_simple.py || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/joblib/joblib-0.15.1.ebuild 
b/dev-python/joblib/joblib-0.15.1.ebuild
deleted file mode 100644
index e046b8ed957..000
--- a/dev-python/joblib/joblib-0.15.1.ebuild
+++ /dev/null
@@ -1,47 +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,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tools to provide lightweight pipelining in Python"
-HOMEPAGE="https://joblib.readthedocs.io/en/latest/
-   https://github.com/joblib/joblib";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/threadpoolctl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx doc \
-   'dev-python/numpy' \
-   'dev-python/matplotlib' \
-   'dev-python/pillow' \
-   'dev-python/sphinx-gallery' \
-   'dev-python/numpydoc' \
-   'dev-python/pandas' \
-   'dev-python/lz4' \
-   'dev-python/distributed'
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -e 
"s:'_static/joblib_logo_examples.png':'doc/_static/joblib_logo_examples.png':" \
-   -i doc/conf.py || d

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

2020-11-18 Thread Michał Górny
commit: 50e1d614bdadb9067edf49120f67acf5f710f75b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 23:07:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e1d614

net-misc/youtube-dl: Bump to 2020.11.19

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

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2020.11.19.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 041f643b4f7..cc7ee7f6835 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -2,3 +2,4 @@ DIST youtube-dl-2020.09.20.tar.gz 3188480 BLAKE2B 
c12ee589d112155207b59da9f710b2
 DIST youtube-dl-2020.11.01.1.tar.gz 3190146 BLAKE2B 
9f0a6d5041f12881d0f028459054e9cd6fbb91de35dc3d61782889f97611a39fe4a8e1c28fd45585d638ec179f6d9cd6587b06ee2d268a9f44f83f282961f367
 SHA512 
2c84305a71776808797a651e22690a396c1bd4c922ab6f15b086516b836aa6ac3acf5b08f556567b11f470c0d972adbf67fb110dc34ccfc5c0897e576e42ebab
 DIST youtube-dl-2020.11.12.tar.gz 3188015 BLAKE2B 
17267ce8c3068f3a1aca20b23a77a964b005fe4a64a5c37fd3f1d97e4daae4978379ff81b6e4ac4b86fa1f3d27f01b1742dc26e42ea5b8522e3408bfe9f9e944
 SHA512 
7db373f6cc252635a3613ffe0b3b10640e262778105ebbd78b837fe019b0a2609032d2aeb81b239e000a86220aff99d2c018a9a6325adad6981a8ab64048131c
 DIST youtube-dl-2020.11.18.tar.gz 3186065 BLAKE2B 
1c27ffc59bbf7793c58e554923ea7ef8a528191e896f64e39ecb181582bcd9bfecf6de5622e70c873528b1b0b3a8335a12ab6a7b3ac71d603391ebbf83110b89
 SHA512 
110de857759b4c4bd0160242adebb3d8690bda2203a28a7b1a2ac1cdd9bca058702fd0b323010629e74bbb2df38f50c67b710bc2a6ad4cc907827ee013d0dbcf
+DIST youtube-dl-2020.11.19.tar.gz 3188309 BLAKE2B 
775700f26491257125eb68ce49c1ec062ae21568cb3f20463330430d225e2af4e02daed839e5c29cded9b92921a16f0a9611fedc748ca1cd6152c33a131d1503
 SHA512 
042b0fbe0f1100c338924c9278d4071aaf4cd27dfc7c9d951244aec91a9168358e7463352548a5b7c6a567b077a9db69776790c3a35e08bdf6552f465b4f735f

diff --git a/net-misc/youtube-dl/youtube-dl-2020.11.19.ebuild 
b/net-misc/youtube-dl/youtube-dl-2020.11.19.ebuild
new file mode 100644
index 000..0839988f367
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2020.11.19.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python3_{6..9})
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/";
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
+S=${WORKDIR}/${PN}
+
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+SLOT="0"
+
+RDEPEND="
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose
+
+src_prepare() {
+   sed -i -e '/flake8/d' Makefile || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   emake offlinetest
+}
+
+python_install_all() {
+   dodoc README.txt
+   doman ${PN}.1
+
+   newbashcomp ${PN}.bash-completion ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins ${PN}.fish
+
+   distutils-r1_python_install_all
+
+   rm -r "${ED}"/usr/etc || die
+   rm -r "${ED}"/usr/share/doc/youtube_dl || die
+}
+
+pkg_postinst() {
+   elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
+   elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
+   elog
+   elog "${PN} works fine on its own on most sites. However, if you want"
+   elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
+   elog "On some sites - most notably YouTube - videos can be retrieved in"
+   elog "a higher quality format without sound. ${PN} will detect whether"
+   elog "ffmpeg is present and automatically pick the best option."
+   elog
+   elog "Videos or video formats streamed via RTMP protocol can only be"
+   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
+   elog
+   elog "Downloading MMS and RTSP videos requires either mplayer"
+   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
+   elog
+   elog "If you want ${PN} to embed thumbnails from the metadata into the"
+   elog "resulting MP4 files, consider installing 
media-video/atomicparsley"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2020-11-18 Thread Michał Górny
commit: 791ba6fbb4391e9c75b6f9213a756a6675d613ff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 23:00:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791ba6fb

dev-python/aws-sam-translator: Bump to 1.30.0

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

 dev-python/aws-sam-translator/Manifest |  1 +
 .../aws-sam-translator-1.30.0.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index 1be0dc527d7..23fe030fffe 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1,3 +1,4 @@
 DIST aws-sam-translator-1.27.0.tar.gz 795259 BLAKE2B 
e28bad80f5353002a2279149efd1e1e3e4575445c45cb275dd0896986633b6968c0a47487a08a056303e629289f9584a11c813a9bc134a3c261bb235d696aeb5
 SHA512 
e1c7c5fc0e7f4554f6122479da928f45642f6d2573141c8c1f1b6283a1d4419e58deadb298a12ee1d48daa24af2fef71879865af858f5b890648b1594f9c4e2c
 DIST aws-sam-translator-1.28.1.tar.gz 798846 BLAKE2B 
6cb554f81f13e6a2196d2fbc64a043a855ecc6c8f5d3e2bb87ef41969b5ef804c2920e3d2f099ce1e1ebb697a2f3c49539e9c63514f15c2acab0cc109ba20ea1
 SHA512 
6404c908d281e5ac7cf6d61211fc584f7293d4d8d3d509d4386a12e056b684e498ed66fcfc299fbfcabdd12a770c9e56a5fb53c37d06412c60fb28c1f20dfdf6
 DIST aws-sam-translator-1.29.0.tar.gz 805869 BLAKE2B 
89054fa7e2488b53daf73a78ae130ad4217775403855d19e22a922f841a36a5a476351f3eec08f1f4b269b12a7e5df1fcd72e301f8ee03896e049becac25c40e
 SHA512 
906107a558dce3a48a263d350d0f475710fa2c5cec38bff2b01c747fc8a0b13851fc3b3c2a4e498c5f7977501215dbee753e455c64508d95754e076ffd8b1089
+DIST aws-sam-translator-1.30.0.tar.gz 810821 BLAKE2B 
cb7d13162512f793c33f617290d36ad78d2410ad225835ae175192b7e57ae29745a247e08f9b34a158837aca57a4f30bcb9f90f0c4b902ef238ba4e99a0f80ff
 SHA512 
a521994bbbf461a7a28dc8861a751e9495c0684c7462bb5da6459dffbc69917291f2ca6d0480a6dc0264d954c37fccff8c9b3691992d2fe082ce981d31af21da

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.30.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.30.0.ebuild
new file mode 100644
index 000..fa122747762
--- /dev/null
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.30.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
+HOMEPAGE="https://github.com/awslabs/serverless-application-model 
https://pypi.org/project/aws-sam-translator/";
+SRC_URI="https://github.com/awslabs/serverless-application-model/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/serverless-application-model-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/boto3-1.5[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
+   >=dev-python/six-1.11[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pytest-cov dependency
+   sed -r -e 's:--cov(-[[:graph:]]+|)[[:space:]]+[[:graph:]]+::g' \
+   -i pytest.ini || die
+
+   # don't install tests
+   sed -e 's:"tests",:"tests", "tests.*",:' -i setup.py || die
+
+   # deps are installed by ebuild, don't try to reinstall them via pip
+   truncate --size=0 requirements/*.txt || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-11-18 Thread Michał Górny
commit: 6fcff6512198ebffdb3aac60debbfc8e67c527a4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 22:58:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcff651

dev-python/hypothesis: Bump to 5.41.3

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-5.41.3.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 649e2887ec5..713466d51d3 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -5,3 +5,4 @@ DIST hypothesis-python-5.37.5.tar.gz 9092380 BLAKE2B 
b5bf9f5c5bb1002154ea6041c38
 DIST hypothesis-python-5.41.0.tar.gz 9094817 BLAKE2B 
3025caf9a0ccba19abfd12273edefe1db825a40615a378fb076e8d3ba96bfecc64ec23be6ef72b6fcd89d7d6b5c94bbf12abf3212e4a521a21def892b0d95a56
 SHA512 
76a0147d36179368d62a3d9e6f9f27effa903476fa0cccdba4574937c470bbfd020daccf9b3df73f457b543b6a94ce0858fe4d9abdfe9c16a8c49858c8bc0e92
 DIST hypothesis-python-5.41.1.tar.gz 9095771 BLAKE2B 
29c5c091f4b827d1f1e6276d0401c1a673077304b3ee8b0252536c3eeda066a4cfa764856edb222ba6cbaebb424b08aebc8d8ec00c5e0d445774b1c62ed98593
 SHA512 
b1f02e32e6c5bdb6ca0a338901715508a03d2734898c673c5b3a5b25dee34922d7fbfcc2534b0c658d003d5de3e97abecb5a9b4f00ada0cc85c457b4b870a873
 DIST hypothesis-python-5.41.2.tar.gz 9095799 BLAKE2B 
c1743f2e9872cefdd82dd79b60f78ae02bb975be2156bf7c05054627ca8386092588721450dfe14954129e46ea3556b78f7784102640d84368bdc98af2980b04
 SHA512 
712a6b3a007e4b354e9ed2137b7dd53652abbbf0b324467ce540ca886fb956eae5d00f83cbc1c9b1799a4a3abc64f4d26d9aed85d5fb689e904e1125b87b88eb
+DIST hypothesis-python-5.41.3.tar.gz 9095982 BLAKE2B 
3a1b7052b3f71d1f8139101d16f2f74c2d434514a201b7e04e5452ac2c5fbe7288d592c0020769f3a48f73347cdce53f507ab65db7bfb4f3823d0f7997e48058
 SHA512 
974dee6040222fa55729257cea4e3c4c049625a2a5dfddbc12667dbd58dfe31718474ce8e9de81519e998c7a0c8ff01920e0aa2bca9fb7100754e985177f4b69

diff --git a/dev-python/hypothesis/hypothesis-5.41.3.ebuild 
b/dev-python/hypothesis/hypothesis-5.41.3.ebuild
new file mode 100644
index 000..b817839fd0a
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-5.41.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils multiprocessing optfeature
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/";
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz";
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="cli test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' python3_{6..9})
+   )
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2020-11-18 Thread Michał Górny
commit: 81ac5eed69c2be1db791544597cf5000cb8ec232
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 23:05:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ac5eed

net-misc/electrum: Bump to 4.0.5

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

 net-misc/electrum/Manifest  |  1 +
 net-misc/electrum/electrum-4.0.5.ebuild | 98 +
 2 files changed, 99 insertions(+)

diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index 0ff14f3d77f..71564b7b553 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -1 +1,2 @@
 DIST electrum-4.0.4.gh.tar.gz 4415688 BLAKE2B 
1811b3a5534c343b6bc1efccfab822e2550e0b19563837ee69d93006c081acb116b96a2bfe812420cfd7694190d66eb5e5bb01e5d0271262b714a06979ff053e
 SHA512 
1b4fc9f0ac9624ac271ba65989524f902a465ae50465fd7e9f90366a59e17e6938ab0f58cf9ec8e40c10ee99074e1f800cae080d37da60359091be698957ecda
+DIST electrum-4.0.5.gh.tar.gz 4429965 BLAKE2B 
1aad8c0407f1dbe085f7cef580785335823fc773296c040a7ce118b0e3edd4a1972ad0712b98754cc548df841fda6df0c854797557c2a2f57a37bd4f3cc2cdb8
 SHA512 
a0f2eeb57020dc16b568a4d4fce37522f212036455b4e79abf1d44bc20065e896a861bf1a5547fbcae87c2659720d7937c9c0c817e787209c119a06c05549e76

diff --git a/net-misc/electrum/electrum-4.0.5.ebuild 
b/net-misc/electrum/electrum-4.0.5.ebuild
new file mode 100644
index 000..0ed6a75d361
--- /dev/null
+++ b/net-misc/electrum/electrum-4.0.5.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_REQ_USE="ncurses?"
+
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="User friendly Bitcoin client"
+HOMEPAGE="https://electrum.org/";
+SRC_URI="
+   https://github.com/spesmilo/electrum/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cli ncurses qrcode +qt5"
+REQUIRED_USE="|| ( cli ncurses qt5 )"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/libsecp256k1
+   >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}]
+   =dev-python/aiorpcX-0.18*[${PYTHON_USEDEP}]
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   dev-python/bitstring[${PYTHON_USEDEP}]
+   =dev-python/ecdsa-0.14[${PYTHON_USEDEP}]
+   dev-python/pbkdf2[${PYTHON_USEDEP}]
+   dev-python/PySocks[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/protobuf-python-3.12[${PYTHON_USEDEP}]
+   qrcode? ( media-gfx/zbar[v4l] )
+   qt5? (
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   ncurses? ( $(python_gen_impl_dep 'ncurses') )
+   || (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/pyaes[${PYTHON_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   eapply "${FILESDIR}/3.1.2-no-user-root.patch"
+   eapply "${FILESDIR}/3.3.2-desktop.patch"
+
+   # Prevent icon from being installed in the wrong location
+   sed -i '/icons_dirname/d' setup.py || die
+
+   # use backwards-compatible cryptodome API
+   sed -i -e 's:Cryptodome:Crypto:' electrum/crypto.py || die
+
+   local bestgui
+   if use qt5; then
+   bestgui=qt
+   elif use ncurses; then
+   bestgui=text
+   else
+   bestgui=stdio
+   fi
+   sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = 
.*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' 
${PN}/${PN} || die
+
+   eapply_user
+
+   xdg_environment_reset
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   doicon -s 128 electrum/gui/icons/${PN}.png
+   dodoc RELEASE-NOTES
+   distutils-r1_src_install
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2020-11-18 Thread Michał Górny
commit: 758ca6135fe199a75f618e0c03d9982a9621796c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 23:01:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758ca613

dev-python/botocore: Bump to 1.19.21

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.19.21.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 813d90de85f..0aee042c987 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,5 @@
 DIST botocore-1.18.18.tar.gz 6942407 BLAKE2B 
e58183d5aa79a210d82c1dc21806c9c86f993498055c52742e4c1ef2f697ae1faf120b9edf8efeb229dad3f3230f0847b534ac071a1e4d32136eacc3c18c7c84
 SHA512 
a92a20c86390905f22c10e3ba649008b7c9ccab147b6b3aecc89f26dc891aaf38a974fd8ba1f792a38ac89a98dba64a949741445abf7db133f60189d1e8da31e
 DIST botocore-1.19.16.tar.gz 7009239 BLAKE2B 
d582538f25c500297ab8a5ce3f054a5ba2f94d0d5f37d0aeee934943854bb5fc429e33040b56d1e06cfd93a51bd917c96dac9432c5b84d59513b47af52285ac1
 SHA512 
d36b580e0ad56143b9b36679d17910fcdb49ec132143441d6a078797f79bec1fd6f06b2afb8542e16e844fb892c2902aeab1cfcf66a8ddb9ecbcc92be4ced29d
 DIST botocore-1.19.20.tar.gz 7055105 BLAKE2B 
f25a6aff2073d8fa8de0c787b34239ee434c0616b2666b7191c5303e6d76389c883aca9a2b03243caf989f270f981bb69873ddbbf21a6afdd1073d8a6bb959dd
 SHA512 
24c0e6e6a67d03374f86608762030e42cd14f2010763c57ed06d74a6a514a81dd25f9681bec890795ed6ec1f488aafeaeb3175e7264deb72438dde35e6e8398d
+DIST botocore-1.19.21.tar.gz 7060392 BLAKE2B 
2539996a3aed89d9e76143c4e899cc09b278ef5fb23ea3b8cacc4af4a3b5287043f193e40ab07937147db70085aef688c8fe432124a0c0fe89f1ae7e2f003bec
 SHA512 
43a656c29944dc3b0c84f321d251b3d135634ac8cd639a9c13a1f04a0e0e1421bd0c2ed8200f7e032faab6b45d7ea64f03991a90e5db837542501ae9f1843d6e
 DIST botocore-1.19.9.tar.gz 6972834 BLAKE2B 
3407c056c7995cc1ccb1b5b4c5b3a6254e38672b52e7889a7a022520283416e4dfcabd05c8ca0ed78e4624c7a20c9f43bfde87a76d7a72660b4c95256e4f9ca4
 SHA512 
8433f22ae7652e524a82da8d2ccda48da9eef44788333898b7526335d57a7757b80754f0d5c6a2c84ec3bde2ec9fc7da5cf872cbda7286f620b4f4878fe9a583

diff --git a/dev-python/botocore/botocore-1.19.21.ebuild 
b/dev-python/botocore/botocore-1.19.21.ebuild
new file mode 100644
index 000..ca40b64d111
--- /dev/null
+++ b/dev-python/botocore/botocore-1.19.21.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2020-11-18 Thread Michał Górny
commit: 104ec83ce8a993dd563315a177f05e398deffd8a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 23:01:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104ec83c

dev-python/boto3: Bump to 1.16.21

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.16.21.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 4fa0821c6cd..a92e64e9bc1 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,5 @@
 DIST boto3-1.15.18.tar.gz 336927 BLAKE2B 
0ddc7fbd0fffcbeafeee7b9aa0f699087369f315551e243175793c82d95c97dbbe8997d5fc280e9fed18612d1058d858a7b34b0b1b4ac7905774009beb62c0a6
 SHA512 
2dc88c27bafe7ff2f2b00be94c37e7cabc94f09ca0ccb898a5d29cd8087bb1945d226ed5d87e955250775038fc039740e68d93662b465e99a16cfebfd2fa2944
 DIST boto3-1.16.16.tar.gz 338959 BLAKE2B 
e34c14b89ddd402e4ca7037e1fdbb5121ff9eb2c7fefb67eabadb378cc4f8e5f5ddc3c933d366d086155b4b16319ed9e7d85af21bca1da0f17be3c2171dc9c1a
 SHA512 
b0d0cf8877ac66e28f925c3eda6e02c845c8753c96ebb8684d7eb3a3e82ac6323ae8775715bcf7c70889921e53b0224561460cbc0c95ae56a17d606c75245971
 DIST boto3-1.16.20.tar.gz 339432 BLAKE2B 
fefe33be5baca95880a52856a6d6fb166895951b7eb83500420ef07058d91b465c2acc4ea5eb72a46b4de013fcd9136df2d60398cb75a46f199415ff43e366bb
 SHA512 
7e88a70d7ae9065c3b749510b3bbfc36e2645abedf173cd8be79666895ede34f98c9a33bbe43b05843a4c809a29b4d2d925fd2398ab778f0f096597e98b204bc
+DIST boto3-1.16.21.tar.gz 339637 BLAKE2B 
122025941b38dd94ccea22a5561ccac29f3033320da4e3f332a1200c84215bef1a320dc36ce59733265816d867c409449a32830df4f20fa08f943ca754fb9257
 SHA512 
b811e153b9c356e9e414e8a82076000d885e29778273d9e839d73e2b35405d23ae8236bb57c657c0f2ee6def48636bf024548cdc0f6e5e642c7b97d97b76307a
 DIST boto3-1.16.9.tar.gz 337905 BLAKE2B 
ed01e28fd7e62e5e5028307c93f92004bfbecffa77bc2ba1d6574b92ec2c515d910eb5107ac5ee03e0aca909f97f379aa65b5f839c8067634fa69266c58de33f
 SHA512 
7343b8432788ef981819f91fe2ba27c4ec3947d01ff55914f7c89607250ecf60db2da8d25c8a2c7001ef546a9abed4cb744c5937ca09497aa1a983049648bd5e

diff --git a/dev-python/boto3/boto3-1.16.21.ebuild 
b/dev-python/boto3/boto3-1.16.21.ebuild
new file mode 100644
index 000..ccc99e1c241
--- /dev/null
+++ b/dev-python/boto3/boto3-1.16.21.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2020-11-18 Thread Michał Górny
commit: 3bf5f628129d0d08cee773c73a818668217702a6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 22:59:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf5f628

dev-python/asgiref: Bump to 3.3.1

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.3.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 1275dc91eb5..76cce639fab 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.3.0.tar.gz 26945 BLAKE2B 
bdb1154175f95fc068fd1841a69ec9c5e782c212d9649aef0b9ca7592987f88d23311149f573febd76e5ab6fea4e6087a8c5e6e9e2edb4dab37d34ff3d180845
 SHA512 
fbb66af8f0e2bbeed31ae6ac358f045c0eef6cdeec6edbaf358f7551ff24e69233cfbc898b60ac9d16d747a9fb7e10a8b203065602140c025b2ae7d4d7229def
+DIST asgiref-3.3.1.tar.gz 27197 BLAKE2B 
1a883ed8b87dd1214ffb7672796159684f04a9a38d75562df38455ea039667f877020263b4577a3f6f7cfdfa0aae2a2074781db669f10c5b639a5009ee4c94b3
 SHA512 
2d709e8b0ea8b9f11f485ee438cfbbfe8a832de1aa37094a6339cfff23c2605ec79f691320c42bebf46f3bddb005ebb6857d17a8ad641c87a149536cc65984e6

diff --git a/dev-python/asgiref/asgiref-3.3.1.ebuild 
b/dev-python/asgiref/asgiref-3.3.1.ebuild
new file mode 100644
index 000..2a8bf860303
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/";
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-11-18 Thread Michał Górny
commit: 1a5b308479a00abec00a2c96df96c3ea46ff0d8e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 22:54:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5b3084

sys-kernel/vanilla-kernel: Bump to 5.4.78

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

 sys-kernel/vanilla-kernel/Manifest |   3 +
 .../vanilla-kernel/vanilla-kernel-5.4.78.ebuild| 103 +
 2 files changed, 106 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 503221381a8..35bcd2c9f40 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,3 +1,4 @@
+DIST gentoo-kernel-config-5.4.77-r1.tar.gz 1289 BLAKE2B 
6612741cfbf458f4bd8915b476aac3aa6934e8bbab344da877fa4ad52b6133e01f5d44bf0e5d048e79e56c1a351774135ee55f1aa839b230e2418db7c5d9b123
 SHA512 
2a09dd85af37447b278847aeaad114ef47470726cec015ed5ee1b54b3080f4b2c48de8b2f7b817eeb4e27c753579cf0820053e22caa762cb1552116d8d69eba0
 DIST kernel-aarch64-fedora.config.5.9.2 217893 BLAKE2B 
03a36c1fe81a16b434cd94bad3984bf8984808b2e7092089f9a23a565c6d9bc8a512baa4e5754633783ef47feb6cc67010a0093f096e5a15db0f13aaaf6d6426
 SHA512 
ebe29150ae625cf2f285649984c27246ef85cc13f0b5d4e40dd3ef479489aaa09b6ee4aee859d6e4361dd7e7b4432db8aec077a099a25e90609b9eac2d42802d
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 
66e9a437beb350fdc59512c17b8f72c5b5bfacf2b35070d810d77e66f49cf7929026cc28ad44b04a016d61e65d9fb4a10af6996ba09b604bf97e9c467d08f8ff
 DIST kernel-i686-fedora.config.5.9.2 201362 BLAKE2B 
93e5dbbeec7761d777b8cf8795b38dd6a727f07c58176013dc5d18c60165af21c6e0e9140c7c7217fcc31f9b9a9c959be9d3ef0f853035986605fc513e7c70c1
 SHA512 
7bb41160333fa0f751c80ec9ad1e49ef991c26e05575a1e5fb41967bd984c91294629d91624eacbbdf2f307a28f9de8c994a9a7bef63cc933b0e13727dd33619
@@ -9,5 +10,7 @@ DIST kernel-x86_64.config.5.4.21 184907 BLAKE2B 
0eb2b07c14cea7545350fcdf3a94f2a5
 DIST linux-5.4.72.tar.xz 109606972 BLAKE2B 
90dfea3370a78742c851d7c9ee21c6fe17204f6c6825f82ebef4bf9c23bb59ae62bafc71cd4bdccad151c6042a33c43df8449d10e93f71d41bdfe3006255b5ba
 SHA512 
6f8b191732b1f73249f8d350500ade946f61309791b3c4021deec80e4781738141afd5e4a11d071d329ec792fc87ce2e6386e151417db0fbf344b6a5659bddf7
 DIST linux-5.4.77.tar.sign 989 BLAKE2B 
d79c13fa311bd79dd690673f6f75cc308c28aea15ffb5c91b22717cc9c538eb7980dcada74e811939ea440f6b9a4843f9259f9f7d5be9521af2fd52ea676dcad
 SHA512 
c7df7e53d4e463c4c776f3996ce7856f34bc63f1c4e32c58f1518d33e784d496945e394c5488807e9d02e3f51aa21e45bdd12a9a2377ea3ab9ea779aeed1ee1f
 DIST linux-5.4.77.tar.xz 109619220 BLAKE2B 
a89f698636cb913574dda1be8794955c79ae6e221a05bd16afdf555a3a142679309b0c494912b0020bc59c315e0e793042bd504ff076cd910d36e62c943a4661
 SHA512 
f8501bac63b8d5d9d263eaebf6ab3d9a70a7c26fa39c186c31ce1936647bb08efb19bdbe4a8f2912c37616d370bbdd05bec395d6d818fad235c38832b9d9cb87
+DIST linux-5.4.78.tar.sign 989 BLAKE2B 
3a4c7fd8492f09a2e2ccb3d06255090aa785f9c426a95781e04169d865a5ac6cc47a8280ff38f5e45b1e230615c35ea6db3f4ac06a7b946ed49182825ba34bfd
 SHA512 
19eed99c70abb6bd31f89c679e1ae823e79fc881c9ba7b7e1ed8ff3c50bc898f26836fa775dda6e2f04981c51214f7b3777b6331c1483b8d7d90492f9450ed72
+DIST linux-5.4.78.tar.xz 109618256 BLAKE2B 
e856874995b363c91e3147d133b07072cd73abe02bf1eaf33a48129c1c596303519e0da598465c633ae2b5168ad3b52efb3a516fd8eba13a52d3666350ab9bf8
 SHA512 
76207a716caf8931b875095a4cecae85d0e8dac9ef675ec32019462211ee7b263dc0cacbcd06561dfdba0510566a0280fa6d2e10f35695cf4613f99f90755f32
 DIST linux-5.9.8.tar.sign 987 BLAKE2B 
bbe7c04acb6b3f61333e96582fc3d64834bb51c79f7f1d1eac455d6b89b62b614e8975adf01d2dda0b3a43813b32abe51f65f111e4ef68a0b4da9b26e22dafc8
 SHA512 
1e3ba4a90414372790718adabf3d8311cc6cca91601f048c8c7b2efdad6cd7ab9628a906407168df92aa6cfdf6ad93a9d9341a9f31bd8d46d9e808f4c9edf848
 DIST linux-5.9.8.tar.xz 115540828 BLAKE2B 
27b8820bbd7ea278b47e1c208efeeb41c890276ae59d33971ab0d8ba0081d45e57c579f9390c5e3019a4f3beebaf17a29a959e1b6cadb9e1824ea4e568f90205
 SHA512 
063e853ccebe3e9422407dd4ed7f74a6202546761d4eb542035b3d71d0478efba9daa6eaeb1e2452c13d3093dd64729d9fd2df17945319b9535724d95be94a69

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild
new file mode 100644
index 000..9c5f2af87ff
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.78.ebuild
@@ -0,0 +1,103 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.77-r1
+
+DESCRIPTION="Linux kernel built from vanilla upstream source

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

2020-11-18 Thread Michał Górny
commit: 69e9f06a4de8b657989b808222601e1a40ccc671
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 22:56:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e9f06a

sys-kernel/gentoo-kernel: Bump to 5.9.9

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.9.9.ebuild   | 87 ++
 2 files changed, 89 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index b67fb30db10..d1369e209af 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.4-79.base.tar.xz 2551752 BLAKE2B 
8bd8950877671f66d7227a2cc0ee5
 DIST genpatches-5.4-79.extras.tar.xz 1768 BLAKE2B 
4c890e06a2733a06fee44172925a465204b8f435df40583eeeb553de6c2a26197f50ab100ed47b6c104ff5e4344534fd149d84f12e5f43f4c65422ef9a0e2cf5
 SHA512 
fbea0554d4cdffcbc4f43f9bed3cd57e5a3f79776f5e46d23daa65b884b5fd6fd43e248b04258434e44026669b6d1a707782a01dc217142c954fef2afa5acdff
 DIST genpatches-5.9-8.base.tar.xz 443192 BLAKE2B 
48c79a97fe1201bab87ba601feac1e05ce12f2db155e53e0a543c7994ba8dfcac75b17e315929c0b68b8136913fdf93005690ccb260640ccc31527088beb326b
 SHA512 
c365018bcfe84ff64a8171951fd4f97bb89044633df137926d22bedc738cd17ebe72c26800eaf30171c3495ce2b1bfdc93866112756bdd2207e6e184b5f1fb6f
 DIST genpatches-5.9-8.extras.tar.xz 1768 BLAKE2B 
96413f75c606fe4515d0facb8f0ca784702bb5d83591af87fb4bcf2b6c5e135eabcc55e0e84be9ecd3854ec108b8ed93cff11c41e7efba8c45aadefa291cacff
 SHA512 
646efb1f6e0b9252b0220aa5922b0c0d8f093dba8edb7e40e127680c8a471aa49724f9591a3147925d7a4084af8d5e1cc5f78b0e72297072fd15bd13d1c93e40
+DIST genpatches-5.9-9.base.tar.xz 513024 BLAKE2B 
de77ed5aa32336d44f0a299703ceaf290a6ec00ec8fe80f3ad6cf85d89374bdeb278c0fed143f7d7899e21146bfd6daadafbe2274ed10c3bc9170186015ba772
 SHA512 
d1c7640fc3510e8d47aa07b13c2876a14f510a30e74d53cbac2d6b564b3258698b833c028ed8e8694b8e4aaa31c899c7ae8023825e57e0b35e136f99e667185d
+DIST genpatches-5.9-9.extras.tar.xz 1768 BLAKE2B 
f97e1741fc12f3e00f1f71f6d9277d0233ef65464461ad0352cc211f32ead0ab67ba8e0fbbdf187bedd6d2d3728dabc1d38fee2552e1b06b9a4fa4c5fc0c9d62
 SHA512 
148eaf715b3c4b7fa6d613824dc19d2b70e580e0316cfcdd405ffa7b946b1dad4af5cbc9e2ad4b0c0fd31041a60d5410c3ac789f53f41e85f37375df101ecc00
 DIST gentoo-kernel-config-5.4.77-r1.tar.gz 1289 BLAKE2B 
6612741cfbf458f4bd8915b476aac3aa6934e8bbab344da877fa4ad52b6133e01f5d44bf0e5d048e79e56c1a351774135ee55f1aa839b230e2418db7c5d9b123
 SHA512 
2a09dd85af37447b278847aeaad114ef47470726cec015ed5ee1b54b3080f4b2c48de8b2f7b817eeb4e27c753579cf0820053e22caa762cb1552116d8d69eba0
 DIST gentoo-kernel-config-5.9.8-r1.tar.gz 1198 BLAKE2B 
8fc6d432e9d7e1f7f2be75c5741ab18be399066e9837a52023bebfbffe6299eabfa7e8e94822ef205bd443f6d75a75530cf0c3989dc0414a7c3e4ff06d4743bc
 SHA512 
bc554f46ffb8a4422269e5d9b8e9e0c0f1ecd29fd008719f7ab027e87f4b4bb284d7854d1af2e1e5af0784043db79de058b38fd1ff0bf50d3086e8adc6254e1f
 DIST kernel-aarch64-fedora.config.5.9.2 217893 BLAKE2B 
03a36c1fe81a16b434cd94bad3984bf8984808b2e7092089f9a23a565c6d9bc8a512baa4e5754633783ef47feb6cc67010a0093f096e5a15db0f13aaaf6d6426
 SHA512 
ebe29150ae625cf2f285649984c27246ef85cc13f0b5d4e40dd3ef479489aaa09b6ee4aee859d6e4361dd7e7b4432db8aec077a099a25e90609b9eac2d42802d

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.9.9.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.9.9.ebuild
new file mode 100644
index 000..2bbd08ab281
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.9.9.ebuild
@@ -0,0 +1,87 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-${PV##*.}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.9.2
+CONFIG_HASH=94a4277f8827d1b2c911deabe56e7d929dc93146
+GENTOO_CONFIG_VER=5.9.8-r1
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
http

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

2020-11-18 Thread Michał Górny
commit: 2c284f85113d4f98604c36bf19ef84675e562873
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 22:56:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c284f85

sys-kernel/vanilla-kernel: Bump to 5.9.9

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

 sys-kernel/vanilla-kernel/Manifest |  3 +
 .../vanilla-kernel/vanilla-kernel-5.9.9.ebuild | 97 ++
 2 files changed, 100 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 35bcd2c9f40..e390283fc3b 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,4 +1,5 @@
 DIST gentoo-kernel-config-5.4.77-r1.tar.gz 1289 BLAKE2B 
6612741cfbf458f4bd8915b476aac3aa6934e8bbab344da877fa4ad52b6133e01f5d44bf0e5d048e79e56c1a351774135ee55f1aa839b230e2418db7c5d9b123
 SHA512 
2a09dd85af37447b278847aeaad114ef47470726cec015ed5ee1b54b3080f4b2c48de8b2f7b817eeb4e27c753579cf0820053e22caa762cb1552116d8d69eba0
+DIST gentoo-kernel-config-5.9.8-r1.tar.gz 1198 BLAKE2B 
8fc6d432e9d7e1f7f2be75c5741ab18be399066e9837a52023bebfbffe6299eabfa7e8e94822ef205bd443f6d75a75530cf0c3989dc0414a7c3e4ff06d4743bc
 SHA512 
bc554f46ffb8a4422269e5d9b8e9e0c0f1ecd29fd008719f7ab027e87f4b4bb284d7854d1af2e1e5af0784043db79de058b38fd1ff0bf50d3086e8adc6254e1f
 DIST kernel-aarch64-fedora.config.5.9.2 217893 BLAKE2B 
03a36c1fe81a16b434cd94bad3984bf8984808b2e7092089f9a23a565c6d9bc8a512baa4e5754633783ef47feb6cc67010a0093f096e5a15db0f13aaaf6d6426
 SHA512 
ebe29150ae625cf2f285649984c27246ef85cc13f0b5d4e40dd3ef479489aaa09b6ee4aee859d6e4361dd7e7b4432db8aec077a099a25e90609b9eac2d42802d
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 
66e9a437beb350fdc59512c17b8f72c5b5bfacf2b35070d810d77e66f49cf7929026cc28ad44b04a016d61e65d9fb4a10af6996ba09b604bf97e9c467d08f8ff
 DIST kernel-i686-fedora.config.5.9.2 201362 BLAKE2B 
93e5dbbeec7761d777b8cf8795b38dd6a727f07c58176013dc5d18c60165af21c6e0e9140c7c7217fcc31f9b9a9c959be9d3ef0f853035986605fc513e7c70c1
 SHA512 
7bb41160333fa0f751c80ec9ad1e49ef991c26e05575a1e5fb41967bd984c91294629d91624eacbbdf2f307a28f9de8c994a9a7bef63cc933b0e13727dd33619
@@ -14,3 +15,5 @@ DIST linux-5.4.78.tar.sign 989 BLAKE2B 
3a4c7fd8492f09a2e2ccb3d06255090aa785f9c42
 DIST linux-5.4.78.tar.xz 109618256 BLAKE2B 
e856874995b363c91e3147d133b07072cd73abe02bf1eaf33a48129c1c596303519e0da598465c633ae2b5168ad3b52efb3a516fd8eba13a52d3666350ab9bf8
 SHA512 
76207a716caf8931b875095a4cecae85d0e8dac9ef675ec32019462211ee7b263dc0cacbcd06561dfdba0510566a0280fa6d2e10f35695cf4613f99f90755f32
 DIST linux-5.9.8.tar.sign 987 BLAKE2B 
bbe7c04acb6b3f61333e96582fc3d64834bb51c79f7f1d1eac455d6b89b62b614e8975adf01d2dda0b3a43813b32abe51f65f111e4ef68a0b4da9b26e22dafc8
 SHA512 
1e3ba4a90414372790718adabf3d8311cc6cca91601f048c8c7b2efdad6cd7ab9628a906407168df92aa6cfdf6ad93a9d9341a9f31bd8d46d9e808f4c9edf848
 DIST linux-5.9.8.tar.xz 115540828 BLAKE2B 
27b8820bbd7ea278b47e1c208efeeb41c890276ae59d33971ab0d8ba0081d45e57c579f9390c5e3019a4f3beebaf17a29a959e1b6cadb9e1824ea4e568f90205
 SHA512 
063e853ccebe3e9422407dd4ed7f74a6202546761d4eb542035b3d71d0478efba9daa6eaeb1e2452c13d3093dd64729d9fd2df17945319b9535724d95be94a69
+DIST linux-5.9.9.tar.sign 987 BLAKE2B 
9a23d3b858f3df31bf00fd5f2d3e318fbda5d794fa97884a6d2cbd26d71d39b4dd99f5b59c9812e4ff74cdc641a83c6f68e0969958225ec5dde4e3eba852
 SHA512 
afca72f0efbd938a3822308a725a6b04685dc10694ad44da1d54ac7f9abab083fe5d820ce88bc470c3983b4daf973e39ead03b91d0f0913a179f2e312a253538
+DIST linux-5.9.9.tar.xz 115546864 BLAKE2B 
39a9a7438d8399d4e4b863e725b1b5a1ddda0c0b8b02f9fc9a4153f6dbd2ed267aaa6acaac5c0b80c8e3c122c240a82458079fcf83d639047c6372d109b2b4fe
 SHA512 
8d61c3cea48862e394a9d54902f7845f604151ad56f796e2d371a4f5b55560d57179c867ece2328f5dd6dbe4c5452cca0f2f5bb8fb78b3458e3ed61e6bcee303

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.9.9.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.9.9.ebuild
new file mode 100644
index 000..7f2ee941c17
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.9.9.ebuild
@@ -0,0 +1,97 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.9.2
+CONFIG_HASH=94a4277f8827d1b2c911deabe56e7d929dc93146
+GENTOO_CONFIG_VER=5.9.8-r1
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? 

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

2020-11-18 Thread Michał Górny
commit: 49eb1abf5eb268a55c15755984c57fa0669bad9b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 22:54:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49eb1abf

sys-kernel/gentoo-kernel: Bump to 5.4.78

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.78.ebuild  | 94 ++
 2 files changed, 96 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index e7e529297e2..b67fb30db10 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.4-73.base.tar.xz 2527064 BLAKE2B 
6e0b392681d6e5e709a02c1c8f15f
 DIST genpatches-5.4-73.extras.tar.xz 1772 BLAKE2B 
7475a0907f287fef28ee8bf220932528107bbac0d612dc05de6ca8b2dd86ddf37d9acea31ab2977a677f6ea3a19c594737b23e504da405fa811c4d0faf00b94a
 SHA512 
751898547b1f60070f1d8431cd89daff55e33473c8fe68415a15e3b8079ae2d3e44318815ba47a1ce9750feb1cac1812eb8eb7765426b204eb1357993cc68cb0
 DIST genpatches-5.4-78.base.tar.xz 2710752 BLAKE2B 
caf08c588198fa9a364ec299c9918ef6cc51495df40cc875b0e60c4abd6f3195fcb67581b276cea0ed8150220f8b84c04344acbee71c26598cc1871e6520c1e2
 SHA512 
fc4bc267a20e8c7f5326893d89e45d064c9ca7372d13657a443432e47a34c4b835de885c8f3d93ee1aced43d5016886b774d55c29d6839921089bacc40a742c3
 DIST genpatches-5.4-78.extras.tar.xz 1772 BLAKE2B 
2b1790308dfe3bcfbd74ff7293fb0819e3949f0eb3d6ee448e4f7770d9e282505238dfbf4cfc5fcd144df7091816cb7f1c7d3514e9f9741ce4891539ca63fa8c
 SHA512 
1d5814c23702f562b2207a95901b9ac4c5160508a0ac4dfb45468e6500f0a750c7ac4982d86ebd9de8acd26e23974f2893b3961d9aaa30fcaa3be2a217bbe80b
+DIST genpatches-5.4-79.base.tar.xz 2551752 BLAKE2B 
8bd8950877671f66d7227a2cc0ee575ee42372af4e35a740566c61bf198dbb98bff58df33848922c941fb2ae6d91823b4b85ca8b68907eecec023cd046319d36
 SHA512 
9640b21570a6157542e2317221411c005c5ed17fedf25f3795839d59743b663a66bc3e8bb894a01a2bb9233f5ca8fe54ea1fb2eb1b9a0f0c9e9a5c8e9ee91c88
+DIST genpatches-5.4-79.extras.tar.xz 1768 BLAKE2B 
4c890e06a2733a06fee44172925a465204b8f435df40583eeeb553de6c2a26197f50ab100ed47b6c104ff5e4344534fd149d84f12e5f43f4c65422ef9a0e2cf5
 SHA512 
fbea0554d4cdffcbc4f43f9bed3cd57e5a3f79776f5e46d23daa65b884b5fd6fd43e248b04258434e44026669b6d1a707782a01dc217142c954fef2afa5acdff
 DIST genpatches-5.9-8.base.tar.xz 443192 BLAKE2B 
48c79a97fe1201bab87ba601feac1e05ce12f2db155e53e0a543c7994ba8dfcac75b17e315929c0b68b8136913fdf93005690ccb260640ccc31527088beb326b
 SHA512 
c365018bcfe84ff64a8171951fd4f97bb89044633df137926d22bedc738cd17ebe72c26800eaf30171c3495ce2b1bfdc93866112756bdd2207e6e184b5f1fb6f
 DIST genpatches-5.9-8.extras.tar.xz 1768 BLAKE2B 
96413f75c606fe4515d0facb8f0ca784702bb5d83591af87fb4bcf2b6c5e135eabcc55e0e84be9ecd3854ec108b8ed93cff11c41e7efba8c45aadefa291cacff
 SHA512 
646efb1f6e0b9252b0220aa5922b0c0d8f093dba8edb7e40e127680c8a471aa49724f9591a3147925d7a4084af8d5e1cc5f78b0e72297072fd15bd13d1c93e40
 DIST gentoo-kernel-config-5.4.77-r1.tar.gz 1289 BLAKE2B 
6612741cfbf458f4bd8915b476aac3aa6934e8bbab344da877fa4ad52b6133e01f5d44bf0e5d048e79e56c1a351774135ee55f1aa839b230e2418db7c5d9b123
 SHA512 
2a09dd85af37447b278847aeaad114ef47470726cec015ed5ee1b54b3080f4b2c48de8b2f7b817eeb4e27c753579cf0820053e22caa762cb1552116d8d69eba0

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.78.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.78.ebuild
new file mode 100644
index 000..b32b759734b
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.78.ebuild
@@ -0,0 +1,94 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 1 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.77-r1
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedorapro

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

2020-11-18 Thread Thomas Deutschmann
commit: 98afb81c74eae75712153527f6980e1b02a4a715
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 19 00:33:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 19 00:33:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98afb81c

www-client/firefox-bin: security cleanup

Bug: https://bugs.gentoo.org/755170
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/Manifest  | 194 ---
 www-client/firefox-bin/firefox-bin-78.4.1.ebuild | 411 ---
 www-client/firefox-bin/firefox-bin-82.0.3.ebuild | 411 ---
 3 files changed, 1016 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 522ea92d981..5c124fd4d5d 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -1,98 +1,3 @@
-DIST firefox-78.4.1esr-ach.xpi 500672 BLAKE2B 
c9241f614ffc831373b7f83da35fc02268e0b1a9eeccb541d486c52e254f4efeb48e2bdfc2382c0b085b6183893c362510a04e85568cc8e36d5ab13594709e48
 SHA512 
8d8b0d7515dcadf7453e1a439745be7e7a5415d6181928d810f1d03768768f6531e02a4ea27edcd29a9f2e2c9c0a15d64814342267c11f7f8b7272db52d7a62a
-DIST firefox-78.4.1esr-af.xpi 444081 BLAKE2B 
6cd3f018c3795e6b1897b83f96cc1def628ddbb576aacc32a8c8436fa797f42370a1fb4863960d02a970d79b4ff711c9f2ad5179a503c95a2201b5cfd56beb5f
 SHA512 
364952d6b25f598512d9fe668ad193800401c5338c4ce0ffb2f23fcebf9456459f513ba516a180a93388ad44766b627a08016abeb9ded7a025bc623f1a1bd3f7
-DIST firefox-78.4.1esr-an.xpi 511464 BLAKE2B 
7b1b315af4fca8d9e859e4231fe549c3d24df35c7e3f94ccdf262d49b0e1446efdb24c99ccce141804ddd1da980c19ff7956b8220affdc29539b5aa384b2b58c
 SHA512 
7695a8fda0179eaf1fc8b7a7d0c819a7576d079a85fd58b825259bf8131469c3b9a131c933ba2548cbeeac1f22762c4ebda323760375dbc12f63e81fd73ffa24
-DIST firefox-78.4.1esr-ar.xpi 588701 BLAKE2B 
88ea4918685e0388cc7c2dd3d07a607d3ab08102b2249df7d53074cf318d9d5680574f13b0656dfd71c612d90d1fd0b9ea5fa06b6673add084779cdffa4b5692
 SHA512 
e4899a7f5948b31586fa5508b948a5129975bbefc2c781cce98c4aaec57f23e5635f6a9fd7adc76a6881eb8d1c2ccbb12f3fbf8df21a4e02cc02521147cdb31a
-DIST firefox-78.4.1esr-ast.xpi 500542 BLAKE2B 
3fdd654e4ad837ee295b0f9e7cea41e6d4dd62e7ebe148de679b63a8837b229f0f87fd3cc47be7eb47feb5dec9e9ce9a6ec00dde95ca3f00fc31cf7e68cb77b0
 SHA512 
7186711912266f74fe662b626070ea7348d9649a15297c05c7e5ee9c25874b0b2cbade7a9652460516cd66220e2bab7831bbc3c1e73dd1f182ae9534c5de001c
-DIST firefox-78.4.1esr-az.xpi 537586 BLAKE2B 
b68d597c7b963bf3e41c4e59217e561f4ea1f8534524f73e96dc88c183a6093556eeac975b9de449389d1d8c6d97d140b2b01810f802d14b665f2eecc6b856e3
 SHA512 
d9d87cf1833c5a7463163a3160ec8007ac9413825a97e22117bcf445d9db41a7d21b592704579d849747922f487246bcd7a79188f2527543b8dd3bc5d1855a78
-DIST firefox-78.4.1esr-be.xpi 647666 BLAKE2B 
dcc2139a545077117528b9b30a9ff58a1a92f2711df260460ad06d457f481a2549a810e6c358ff6ab1902a39eda0160a22d3c45d5ea4b0671a8048c9d36d0e1f
 SHA512 
b95744ac5d8660e13a9b71fab70ae7e9b324ecc6b6ad740685cf3c35ac9f933f3cf43aa3463b9c1151ec5666cd6e84dd3d9a37ed3444b48530aeb108a8600487
-DIST firefox-78.4.1esr-bg.xpi 608535 BLAKE2B 
2c176fd469dc29c9879b33a3d09356b05d51a7849677c15be361acd03197e9f529a9096f03b79d58e4d0feafd38746aa8ce5d1c812dc2f3069aaccee48b7291b
 SHA512 
9592e308903d57b8c1a42eb9843f3dce509ca57d61cae3d474de2eace9f5a70c6a7eb022c27dcd4fa216eaae2c05a3976470a5a5acd3ce2f09e63e5a29a967ec
-DIST firefox-78.4.1esr-bn.xpi 634045 BLAKE2B 
5f40707f16621cf639fddeeba14c4b60d096010359e30246cfc1f195e3c498365c95733ddda2881d21b590164bf6a3bbca6a3c8a757ae2788404e7c0312ae346
 SHA512 
f8192c16116d9faac846a81284f02dbe01803da0b04fb73267f1cb4156bd97e580abb0021bcc4c1e6ec06559a48251f7dbcdfea925c864047aaa7449f5baeb7b
-DIST firefox-78.4.1esr-br.xpi 551260 BLAKE2B 
5335d48cde3fb04e354c12d7bea0e25e756b027943c5014da754ffc8182625dc95de3e2083b5d8822d70fd96e5bc4a51e01dbb219036990170fb0320e4ddaede
 SHA512 
b63f8c1fc1b425a77b34668f8ecbfeb20007146065f8e1fdfd1bf860bc81d456f1a6008da9f7d51bcb329cbfce3bfc8046e73ed8c906b40c154e66c965068815
-DIST firefox-78.4.1esr-bs.xpi 506394 BLAKE2B 
376b4bdf8c817799c4e80365a9eb45bd66d5dcf93970d9fc00ff4bb9f30b00319c24f0f27626c7e38d3440e58adc3338bd448846fd16bb88b8316c93fb9102d5
 SHA512 
5f57f316da4d9709643f0d2b14f8138a6279ae5551a30e676cd0c68eac0990ebbbc0eeb593213fc841e3a175cda0835c167e764dba32ca43e165e09be8ffe997
-DIST firefox-78.4.1esr-ca-valencia.xpi 558392 BLAKE2B 
3234e79bd3872f800b846ef92801bf087f6f7ffeb804d66c3086423fe0fc475c49f25cd451dca1ab0e5fc964ba1a475d47f26072d105ea5d493304174ae90a13
 SHA512 
f7c11040a97d8e859bfbeb804ac8aa7b519fa8175fa6a55cd35d54c19fad9451a63914de9911540e1b966882fac340e7995e7b8d57263af1d62cacd1d36810b9
-DIST firefox-78.4.1esr-ca.xpi 552881 BLAKE2B 
b6db49780f674ec6ffb40b741047646f5e4c18047a26524964f1d014845d748124edea84beab1f320719ed66cca05d21ce8bb2d62aae2bdd295a574a0ebcd005
 SHA512 
bb67676c9360e240ecdcbb7a0b5a962325988be960ce1c841fc87df11254f5cb2a7bdc10d7403efa8594

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

2020-11-18 Thread Thomas Deutschmann
commit: f958b3aed74aa73666f364c7fad9864abded41e2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 19 00:33:04 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 19 00:33:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f958b3ae

www-client/firefox: security cleanup

Bug: https://bugs.gentoo.org/755170
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest  |  194 --
 www-client/firefox/firefox-78.4.1.ebuild | 1120 --
 www-client/firefox/firefox-82.0.3.ebuild | 1120 --
 3 files changed, 2434 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 96f10993145..fc5035cf9ac 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,99 +1,3 @@
-DIST firefox-78.4.1esr-ach.xpi 500672 BLAKE2B 
c9241f614ffc831373b7f83da35fc02268e0b1a9eeccb541d486c52e254f4efeb48e2bdfc2382c0b085b6183893c362510a04e85568cc8e36d5ab13594709e48
 SHA512 
8d8b0d7515dcadf7453e1a439745be7e7a5415d6181928d810f1d03768768f6531e02a4ea27edcd29a9f2e2c9c0a15d64814342267c11f7f8b7272db52d7a62a
-DIST firefox-78.4.1esr-af.xpi 444081 BLAKE2B 
6cd3f018c3795e6b1897b83f96cc1def628ddbb576aacc32a8c8436fa797f42370a1fb4863960d02a970d79b4ff711c9f2ad5179a503c95a2201b5cfd56beb5f
 SHA512 
364952d6b25f598512d9fe668ad193800401c5338c4ce0ffb2f23fcebf9456459f513ba516a180a93388ad44766b627a08016abeb9ded7a025bc623f1a1bd3f7
-DIST firefox-78.4.1esr-an.xpi 511464 BLAKE2B 
7b1b315af4fca8d9e859e4231fe549c3d24df35c7e3f94ccdf262d49b0e1446efdb24c99ccce141804ddd1da980c19ff7956b8220affdc29539b5aa384b2b58c
 SHA512 
7695a8fda0179eaf1fc8b7a7d0c819a7576d079a85fd58b825259bf8131469c3b9a131c933ba2548cbeeac1f22762c4ebda323760375dbc12f63e81fd73ffa24
-DIST firefox-78.4.1esr-ar.xpi 588701 BLAKE2B 
88ea4918685e0388cc7c2dd3d07a607d3ab08102b2249df7d53074cf318d9d5680574f13b0656dfd71c612d90d1fd0b9ea5fa06b6673add084779cdffa4b5692
 SHA512 
e4899a7f5948b31586fa5508b948a5129975bbefc2c781cce98c4aaec57f23e5635f6a9fd7adc76a6881eb8d1c2ccbb12f3fbf8df21a4e02cc02521147cdb31a
-DIST firefox-78.4.1esr-ast.xpi 500542 BLAKE2B 
3fdd654e4ad837ee295b0f9e7cea41e6d4dd62e7ebe148de679b63a8837b229f0f87fd3cc47be7eb47feb5dec9e9ce9a6ec00dde95ca3f00fc31cf7e68cb77b0
 SHA512 
7186711912266f74fe662b626070ea7348d9649a15297c05c7e5ee9c25874b0b2cbade7a9652460516cd66220e2bab7831bbc3c1e73dd1f182ae9534c5de001c
-DIST firefox-78.4.1esr-az.xpi 537586 BLAKE2B 
b68d597c7b963bf3e41c4e59217e561f4ea1f8534524f73e96dc88c183a6093556eeac975b9de449389d1d8c6d97d140b2b01810f802d14b665f2eecc6b856e3
 SHA512 
d9d87cf1833c5a7463163a3160ec8007ac9413825a97e22117bcf445d9db41a7d21b592704579d849747922f487246bcd7a79188f2527543b8dd3bc5d1855a78
-DIST firefox-78.4.1esr-be.xpi 647666 BLAKE2B 
dcc2139a545077117528b9b30a9ff58a1a92f2711df260460ad06d457f481a2549a810e6c358ff6ab1902a39eda0160a22d3c45d5ea4b0671a8048c9d36d0e1f
 SHA512 
b95744ac5d8660e13a9b71fab70ae7e9b324ecc6b6ad740685cf3c35ac9f933f3cf43aa3463b9c1151ec5666cd6e84dd3d9a37ed3444b48530aeb108a8600487
-DIST firefox-78.4.1esr-bg.xpi 608535 BLAKE2B 
2c176fd469dc29c9879b33a3d09356b05d51a7849677c15be361acd03197e9f529a9096f03b79d58e4d0feafd38746aa8ce5d1c812dc2f3069aaccee48b7291b
 SHA512 
9592e308903d57b8c1a42eb9843f3dce509ca57d61cae3d474de2eace9f5a70c6a7eb022c27dcd4fa216eaae2c05a3976470a5a5acd3ce2f09e63e5a29a967ec
-DIST firefox-78.4.1esr-bn.xpi 634045 BLAKE2B 
5f40707f16621cf639fddeeba14c4b60d096010359e30246cfc1f195e3c498365c95733ddda2881d21b590164bf6a3bbca6a3c8a757ae2788404e7c0312ae346
 SHA512 
f8192c16116d9faac846a81284f02dbe01803da0b04fb73267f1cb4156bd97e580abb0021bcc4c1e6ec06559a48251f7dbcdfea925c864047aaa7449f5baeb7b
-DIST firefox-78.4.1esr-br.xpi 551260 BLAKE2B 
5335d48cde3fb04e354c12d7bea0e25e756b027943c5014da754ffc8182625dc95de3e2083b5d8822d70fd96e5bc4a51e01dbb219036990170fb0320e4ddaede
 SHA512 
b63f8c1fc1b425a77b34668f8ecbfeb20007146065f8e1fdfd1bf860bc81d456f1a6008da9f7d51bcb329cbfce3bfc8046e73ed8c906b40c154e66c965068815
-DIST firefox-78.4.1esr-bs.xpi 506394 BLAKE2B 
376b4bdf8c817799c4e80365a9eb45bd66d5dcf93970d9fc00ff4bb9f30b00319c24f0f27626c7e38d3440e58adc3338bd448846fd16bb88b8316c93fb9102d5
 SHA512 
5f57f316da4d9709643f0d2b14f8138a6279ae5551a30e676cd0c68eac0990ebbbc0eeb593213fc841e3a175cda0835c167e764dba32ca43e165e09be8ffe997
-DIST firefox-78.4.1esr-ca-valencia.xpi 558392 BLAKE2B 
3234e79bd3872f800b846ef92801bf087f6f7ffeb804d66c3086423fe0fc475c49f25cd451dca1ab0e5fc964ba1a475d47f26072d105ea5d493304174ae90a13
 SHA512 
f7c11040a97d8e859bfbeb804ac8aa7b519fa8175fa6a55cd35d54c19fad9451a63914de9911540e1b966882fac340e7995e7b8d57263af1d62cacd1d36810b9
-DIST firefox-78.4.1esr-ca.xpi 552881 BLAKE2B 
b6db49780f674ec6ffb40b741047646f5e4c18047a26524964f1d014845d748124edea84beab1f320719ed66cca05d21ce8bb2d62aae2bdd295a574a0ebcd005
 SHA512 
bb67676c9360e240ecdcbb7a0b5a962325988be960ce1c841fc87df11254f5cb2a7bdc10d7403efa859408cde14168fd728b65a5ba931007fb45

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

2020-11-18 Thread Sam James
commit: 0ff1ed09819c2555e9ad7ccd723a52ac566b96c5
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 19 00:20:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 19 00:20:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff1ed09

www-client/firefox: Stabilize 78.5.0 arm64, #755170

Signed-off-by: Sam James  gentoo.org>

 www-client/firefox/firefox-78.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-78.5.0.ebuild 
b/www-client/firefox/firefox-78.5.0.ebuild
index f7c8cee1653..064bd9128d5 100644
--- a/www-client/firefox/firefox-78.5.0.ebuild
+++ b/www-client/firefox/firefox-78.5.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox";
 
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 SLOT="0/esr$(ver_cut 1)"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2020-11-18 Thread Sam James
commit: 7ffae19c56ebd01eaa1d7afb8dd4d80b3d892e01
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 19 00:14:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 19 00:14:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffae19c

sys-apps/dbus: Stabilize 1.12.20 amd64, #755392

Signed-off-by: Sam James  gentoo.org>

 sys-apps/dbus/dbus-1.12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.12.20.ebuild 
b/sys-apps/dbus/dbus-1.12.20.ebuild
index c3251bf9d0c..6017973b2ca 100644
--- a/sys-apps/dbus/dbus-1.12.20.ebuild
+++ b/sys-apps/dbus/dbus-1.12.20.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz";
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc elogind kernel_linux selinux static-libs systemd test 
user-session X"
 RESTRICT="!test? ( test )"
 



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

2020-11-18 Thread Thomas Deutschmann
commit: b6ed836cdfb8b32649bdbf6ff3fba87863fab570
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 19 00:11:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 19 00:11:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ed836c

mail-client/thunderbird-bin: bump to v78.5.0

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

 mail-client/thunderbird-bin/Manifest   |  66 
 .../thunderbird-bin/thunderbird-bin-78.5.0.ebuild  | 378 +
 2 files changed, 444 insertions(+)

diff --git a/mail-client/thunderbird-bin/Manifest 
b/mail-client/thunderbird-bin/Manifest
index 7b5f737614e..45a4cc91ce4 100644
--- a/mail-client/thunderbird-bin/Manifest
+++ b/mail-client/thunderbird-bin/Manifest
@@ -62,5 +62,71 @@ DIST thunderbird-78.4.2-uz.xpi 586574 BLAKE2B 
42b42fa115339649f8ca557c0a114eacee
 DIST thunderbird-78.4.2-vi.xpi 674611 BLAKE2B 
c6e8054e03b6196067315af6bb800febc66c152daa0e9bd04a6196ab12e48a8ef4f2293ae7bcd94723f2089955c1b003c7901d3b428e07b54b28093a39cb4700
 SHA512 
476e531817cca8365859638f2139fd5bf8077e505d83f8c3adc905ff5a79e57e4e5183fb9d7c26dfec1405c648a3a97cdd0ccfbbb8796d4423dcc6bb7b6ed211
 DIST thunderbird-78.4.2-zh-CN.xpi 687180 BLAKE2B 
83e41c6109deb204aa5d2f12b7b8b0eeac578881de4ef5f393efa89f9b0e87ad1ed9e62cd5a94e3b25afa102fe5d08e0cce8a1d54394f753fe8011de8ef025f9
 SHA512 
0fa70df0a14d68fb94186e3c384128130071324f5baf96ba677435a5c90fc3ad8fd344aac03f993c56e1f046eb334f580e446a628e9886a3f36a837b19d4
 DIST thunderbird-78.4.2-zh-TW.xpi 687614 BLAKE2B 
e6cf4c29878bf8d1269e40e38a4e69d836f101a3ec220462a050a5d8616ec45b36f643bce2798c87fb6546ba07aaf27a4e20b7af7cfcdfa9fccd506ccc190c0a
 SHA512 
cac2f2890d920def6731c0ead80b515970a87de18d5640b1351ae887f5933a2f35be2b3b3a9cf6d0c70e745af4bb76ff85f1a8828294ba5537b531df448c95b1
+DIST thunderbird-78.5.0-af.xpi 548318 BLAKE2B 
479eebf8437aeed5e2ee9b4f743729ae97111dc19b75502670587b8848118282a9b18aaa1f570270c073408d9354a55cffc90878ceb52e857be19d3f3fc32bd4
 SHA512 
96691128a3d6b93392fa48dd7485cec8ca92a0af1df6949493aa096289ca2488e07672ad87fa1d5377b4fc5bf66aa171b6953e928b3638951f25eefb16a23534
+DIST thunderbird-78.5.0-ar.xpi 648572 BLAKE2B 
a5f17cd99faee0800d221ecb97cd98e1e74f23e03103a0aa2489c64686b072e692e1bff53bd64e7b3bef62b8fa94a0c3e207580d051a95dfd8d0d2bad6154522
 SHA512 
5d28982dbefb8d7186490cf3ba591b349321bae46ec0b30d79749389b17678f739ef04b6943e7028b223cea7e4835edc46fdd397c0f64439adba02321ed5e892
+DIST thunderbird-78.5.0-ast.xpi 561213 BLAKE2B 
7863103ed4c83b0c00825c3588f9b23798d141e3cf6faa378bacaa45b177ddeb75643125815733b3e3e7ee43433f97f483215efecd11b25c1a3110125e27ac68
 SHA512 
845b5c19ef773ca2a169122e3a8dd2513a91f016748ca834a0d2eb5579455be918ce38f77e71257c916ac6cf719c4c25795851cdd1b716029d75c4705a5de0b7
+DIST thunderbird-78.5.0-be.xpi 33 BLAKE2B 
a333de1dde21f1d450f1a97b46d319f840b6ef5b3f1b3031dea2b4bbe8c7ee9a58c4c61e740835efc735b7894d3ef09c18d5f239b55c1ca9ed3af0d75695e474
 SHA512 
9c0cd7ad9b3994b87f48cb406a758d3b10e9bd397ff782f9e5d0a9c92467b25c5cf06ca81ac00e117b2080268a6500d78283dc8c281304941508c7c963cccebd
+DIST thunderbird-78.5.0-bg.xpi 672382 BLAKE2B 
4dbbeea6db33e4f8172ef9d95781b50d68916091673441463b0104873443dad3cd906137fbaca9e70674cbed61505bc7d298695f47adfba134e469bd3c547f92
 SHA512 
3386be24f48ad47ca7467997831b1f81e79f2007da5e74699b929b8d023ca715edf6354392b4865ef4b62635f3689902ac94c700b1941cae584691d8cda5cbd1
+DIST thunderbird-78.5.0-br.xpi 604498 BLAKE2B 
6f368232ef0ffec699f89239c8de8295307fb0b53b6b3dafe84d3b765c9b46dca099cea50707783b8bb4891c6c6d60effa8fc31b220ea9ffd78818cba7edc77a
 SHA512 
78803f838b4c7315b5761f0a93e362cd267674c532758e29190ec233aa886dd4840afbdf298856cf726540b21b6d67e41cb79781e8ed467a45c1724b0ae6e165
+DIST thunderbird-78.5.0-ca.xpi 620410 BLAKE2B 
b20e21ac5063486eec47721877eab8d8ea73ebd12604c6be2356be45dc2898f552067f6b38807fedbed605b21554fdd78a60d8a4b15188e9dcd52bf17430c442
 SHA512 
d5e122b96588ff32fd775da351d90a96db21850e73e00cfcdca1da65bc6229a5e481fea1c4b3e89a1dbcccb24ae55e60daf7952af6416cb0a7c0c671569705a7
+DIST thunderbird-78.5.0-cak.xpi 635653 BLAKE2B 
d2f4f5601fe56cb2336ef7d049ed144f30b78bf7f1ae7eefe401bc10210749e9c9ac53e2b3abc2c34292abcf4300191bf09108bd3db1ecea58a57188c63e5b32
 SHA512 
20ba4003476f673468cad2edbfb43d6ddfda8deccd44ba48fe8332c5d12aea01c4355de1a8d0ea372f59b526efa2e3b085339db70bedbbccc1a23ca4b3da4bb0
+DIST thunderbird-78.5.0-cs.xpi 635315 BLAKE2B 
2d4a08c27cc7b69e44f79c36c81e6d4d92c0fe91a7ca5d7267e4b7993c049fbf057c67e8974d95789f6465fb62e659869295f8e60159e8f923a0127ed988561a
 SHA512 
1a968bf633093513d326242d2ff057cee9824d91e3328b3bda6b2acb18aaafa4540bd2f974f8be0b4767a3a4bef68060d96449fafc9ee9e877a02527d4ae7d0c
+DIST thunderbird-78.5.0-cy.xpi 646244 BLAKE2B 
ebf23594f0053f179bb655339393edf562c8204f9dadf1b49f810a97de71d4ad096c841e51cf68c6ad05ed4b9e953e62751e7843ce5c09b1940d63172e482e5f
 SHA512 
53005cd6f409fed072211a504faa86f4456ab849e001cb44ad99c148228b11f1885f8d0a2505dc9f71f83c

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

2020-11-18 Thread Thomas Deutschmann
commit: 62d97fa9c6ab1f221ee2139045157aa201ab0c7f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:47:05 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 19 00:09:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d97fa9

mail-client/thunderbird: bump to v78.5.0

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

 mail-client/thunderbird/Manifest  |   66 ++
 mail-client/thunderbird/thunderbird-78.5.0.ebuild | 1038 +
 2 files changed, 1104 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 8bffa103df6..0a4ad96e006 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,4 +1,5 @@
 DIST firefox-78esr-patches-04.tar.xz 171504 BLAKE2B 
d51e55c255d1f5cfa0c7c030b1ea50cb54951bed3bc21b21f5cb3b1e4b8b2ad406b3d12db2baabd4a90e3c88a38f187f277e7a4afe441ea6cf82c48f84bb0ac5
 SHA512 
6f00ec898fafb34d7c7e0ff2a6fb5c1cbf1205458845e14eb39c131125c5bf6b2418fea1050bb72449ec40e18fd775fc844437ce0290281d66961de40a53235a
+DIST firefox-78esr-patches-06.tar.xz 36764 BLAKE2B 
bba340f1c275cd9f140864599bf8b8b69aab44a3b66352182f403bc5edb6e375af5da8dbbffb0a0fa45aec2150857f23b01d103d8f1e8d16ad3ff88f81075022
 SHA512 
638a11e6b46e6023c0c0a2904032c9726cd1d143c2e0671ca762341d2bb7cb95d5c309bd09e7b80cc883420f612cdf5e7ddf26896dfe8df894bfa393435f962a
 DIST thunderbird-78.4.2-af.xpi 548308 BLAKE2B 
80ec8a02d84141f167ad049ae84c8524092dc28e9f9cc7b9d9d30a635d33acc2e976356c7ca870b2d388a4e7970c69fd8037c99f47a4777024b9d12bcb45aff2
 SHA512 
c20d205ad3609dc2debb2a9fb473468b3734dca7dc06feac97b3b54775ff61e8269c1599ac88f30d300b220ee7d2c868edae96c3d5773ede75bb69ecc6e86dc9
 DIST thunderbird-78.4.2-ar.xpi 648570 BLAKE2B 
2debfb451e74022f316668ff5a8da11266ed2f4151dd743fe951e165d4f380a382e9280015edb2e82d7b45897ad44dd7f129407e344a629838b9254232791551
 SHA512 
45e8302db47fe0fecf522c09a407ec8e5a31474331a6035f0a6e56fd1c792ac00e50d26d4c13c58ba9704a7a39b8a9c9396cc4ed4f4af3c41a9bb4076a6eaeff
 DIST thunderbird-78.4.2-ast.xpi 561221 BLAKE2B 
b1d78ac212cf5935867d2b0b26e390059235a380d1abe781733ffcdd261fe29ff4f2fa80b212959fee6d30225f706d82dd9d53e070765cc3f584b42686ae7dc1
 SHA512 
31d9ff5a9f7f04ccbab68e1d0ebd72a16acba482642ac583952a3f52b4de33cebbda7ede1da3ea6cb9fdaca69a9beb98b37a8baa88d62dc24ce1409686365d03
@@ -64,3 +65,68 @@ DIST thunderbird-78.4.2-vi.xpi 674611 BLAKE2B 
c6e8054e03b6196067315af6bb800febc6
 DIST thunderbird-78.4.2-zh-CN.xpi 687180 BLAKE2B 
83e41c6109deb204aa5d2f12b7b8b0eeac578881de4ef5f393efa89f9b0e87ad1ed9e62cd5a94e3b25afa102fe5d08e0cce8a1d54394f753fe8011de8ef025f9
 SHA512 
0fa70df0a14d68fb94186e3c384128130071324f5baf96ba677435a5c90fc3ad8fd344aac03f993c56e1f046eb334f580e446a628e9886a3f36a837b19d4
 DIST thunderbird-78.4.2-zh-TW.xpi 687614 BLAKE2B 
e6cf4c29878bf8d1269e40e38a4e69d836f101a3ec220462a050a5d8616ec45b36f643bce2798c87fb6546ba07aaf27a4e20b7af7cfcdfa9fccd506ccc190c0a
 SHA512 
cac2f2890d920def6731c0ead80b515970a87de18d5640b1351ae887f5933a2f35be2b3b3a9cf6d0c70e745af4bb76ff85f1a8828294ba5537b531df448c95b1
 DIST thunderbird-78.4.2.source.tar.xz 353466336 BLAKE2B 
cc102a81b3376cefb1a551e1bfcb8a9625b0ec5d9b6775dc9da270065d13049139e290e8397e6b9d5dac6c9be9ce0ac9ab0b8cbe58abec9b3bfe9c4c2230bdb8
 SHA512 
9eccb442715937ac083e607a1180aea6c9e64726a151cfb94df1d3f72d516e0130376eca3f52ff6fe51adba689e7bcb38f622d415958c7e3123fada8ce7cd456
+DIST thunderbird-78.5.0-af.xpi 548318 BLAKE2B 
479eebf8437aeed5e2ee9b4f743729ae97111dc19b75502670587b8848118282a9b18aaa1f570270c073408d9354a55cffc90878ceb52e857be19d3f3fc32bd4
 SHA512 
96691128a3d6b93392fa48dd7485cec8ca92a0af1df6949493aa096289ca2488e07672ad87fa1d5377b4fc5bf66aa171b6953e928b3638951f25eefb16a23534
+DIST thunderbird-78.5.0-ar.xpi 648572 BLAKE2B 
a5f17cd99faee0800d221ecb97cd98e1e74f23e03103a0aa2489c64686b072e692e1bff53bd64e7b3bef62b8fa94a0c3e207580d051a95dfd8d0d2bad6154522
 SHA512 
5d28982dbefb8d7186490cf3ba591b349321bae46ec0b30d79749389b17678f739ef04b6943e7028b223cea7e4835edc46fdd397c0f64439adba02321ed5e892
+DIST thunderbird-78.5.0-ast.xpi 561213 BLAKE2B 
7863103ed4c83b0c00825c3588f9b23798d141e3cf6faa378bacaa45b177ddeb75643125815733b3e3e7ee43433f97f483215efecd11b25c1a3110125e27ac68
 SHA512 
845b5c19ef773ca2a169122e3a8dd2513a91f016748ca834a0d2eb5579455be918ce38f77e71257c916ac6cf719c4c25795851cdd1b716029d75c4705a5de0b7
+DIST thunderbird-78.5.0-be.xpi 33 BLAKE2B 
a333de1dde21f1d450f1a97b46d319f840b6ef5b3f1b3031dea2b4bbe8c7ee9a58c4c61e740835efc735b7894d3ef09c18d5f239b55c1ca9ed3af0d75695e474
 SHA512 
9c0cd7ad9b3994b87f48cb406a758d3b10e9bd397ff782f9e5d0a9c92467b25c5cf06ca81ac00e117b2080268a6500d78283dc8c281304941508c7c963cccebd
+DIST thunderbird-78.5.0-bg.xpi 672382 BLAKE2B 
4dbbeea6db33e4f8172ef9d95781b50d68916091673441463b0104873443dad3cd906137fbaca9e70674cbed61505bc7d298695f47adfba134e469bd3c547f92
 SHA512 
3386be24f48ad47ca7467997831b1f81e79f2007da5e74699b929b8d023ca715edf6354

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

2020-11-18 Thread Thomas Deutschmann
commit: 6b7e1f5bb039fdc6a4e948649a22a9465924356d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:42:16 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:42:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7e1f5b

dev-libs/re2: x86 stable (bug #755227)

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

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

diff --git a/dev-libs/re2/re2-0.2020.11.01.ebuild 
b/dev-libs/re2/re2-0.2020.11.01.ebuild
index 55f22b8e2cd..7045884efa1 100644
--- a/dev-libs/re2/re2-0.2020.11.01.ebuild
+++ b/dev-libs/re2/re2-0.2020.11.01.ebuild
@@ -18,7 +18,7 @@ LICENSE="BSD"
 # https://abi-laboratory.pro/tracker/timeline/re2/
 SONAME="9"
 SLOT="0/${SONAME}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="icu"
 
 BDEPEND="icu? ( virtual/pkgconfig )"



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

2020-11-18 Thread Thomas Deutschmann
commit: b10d17b82ac6f1a7feccc391011a15fb29e1abd1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:41:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10d17b8

dev-python/joblib: x86 stable (bug #737764)

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

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

diff --git a/dev-python/joblib/joblib-0.17.0.ebuild 
b/dev-python/joblib/joblib-0.17.0.ebuild
index 18a6337f28d..97debf83fed 100644
--- a/dev-python/joblib/joblib-0.17.0.ebuild
+++ b/dev-python/joblib/joblib-0.17.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2020-11-18 Thread Thomas Deutschmann
commit: d599f7489db6c38a23b8a95f4c5eda9886cadbb8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:41:05 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:41:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d599f748

sys-apps/dbus: x86 stable (bug #755392)

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

 sys-apps/dbus/dbus-1.12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.12.20.ebuild 
b/sys-apps/dbus/dbus-1.12.20.ebuild
index 3b9952f62bb..c3251bf9d0c 100644
--- a/sys-apps/dbus/dbus-1.12.20.ebuild
+++ b/sys-apps/dbus/dbus-1.12.20.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz";
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc elogind kernel_linux selinux static-libs systemd test 
user-session X"
 RESTRICT="!test? ( test )"
 



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

2020-11-18 Thread Thomas Deutschmann
commit: c660bf96c03faa0c12f1c6905ff3d57a1c4d8e73
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:41:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:41:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c660bf96

dev-python/pytest-xvfb: x86 stable (bug #754231)

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

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

diff --git a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild 
b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
index ccf3315e933..77155cc67be 100644
--- a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
+++ b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/The-Compiler/pytest-xvfb/archive/v${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="
>=dev-python/pytest-2.8.1[${PYTHON_USEDEP}]



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

2020-11-18 Thread Thomas Deutschmann
commit: 245e5ad5cdaae17cf3e6024186a044e5beb1b583
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:41:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:41:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245e5ad5

dev-python/loky: x86 stable (bug #737764)

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

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

diff --git a/dev-python/loky/loky-2.9.0.ebuild 
b/dev-python/loky/loky-2.9.0.ebuild
index 5d4a3524b53..0cf126c023e 100644
--- a/dev-python/loky/loky-2.9.0.ebuild
+++ b/dev-python/loky/loky-2.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2020-11-18 Thread Thomas Deutschmann
commit: 5a25abfe3df13ec2fe9cd7c297b1a2f388468e12
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:41:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:41:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a25abfe

sci-libs/libaec: x86 stable (bug #657732)

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

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

diff --git a/sci-libs/libaec/libaec-1.0.4.ebuild 
b/sci-libs/libaec/libaec-1.0.4.ebuild
index 41da8c9a55a..569d6e5089c 100644
--- a/sci-libs/libaec/libaec-1.0.4.ebuild
+++ b/sci-libs/libaec/libaec-1.0.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD-2"
 SLOT="0/2"
-KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="+szip"
 
 RDEPEND="szip? ( !sci-libs/szip )"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2020-11-18 Thread Thomas Deutschmann
commit: e900d5d35e275cc25de22f68a3c861193898fa3d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:35:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e900d5d3

sys-firmware/intel-microcode: drop old

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

 sys-firmware/intel-microcode/Manifest  |   5 -
 .../intel-microcode-20200616_p20200617.ebuild  | 259 -
 .../intel-microcode-20200616_p20200921.ebuild  | 259 -
 .../intel-microcode-20201110_p20201110.ebuild  | 259 -
 .../intel-microcode-20201112_p20201116.ebuild  | 259 -
 5 files changed, 1041 deletions(-)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 3373bca7987..20d2f36ff05 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,8 +1,3 @@
-DIST intel-microcode-collection-20200617.tar.xz 6097076 BLAKE2B 
cbd323fb98569c58c3d89f0f7ae3bb4b215c518d90a83086e19fba9f61cfc591908e24a3d8620f93fbd6b6aa418ceb4e8899684dab3bc9450d4af08314d7a243
 SHA512 
0e99a75c1632da1e80b6d888b313d280e97e2902b51a21d2551444a5b6a332f85e8a008f69553b7154c50e68f90bfe7f86e152e2babd7a2d0b839ff27d18f8c0
-DIST intel-microcode-collection-20200921.tar.xz 6482440 BLAKE2B 
d8cc478bf61c750fc73f1fd55ce8d8dd6655abc79bea77d2dfa21241ee0ff44c10931e28c6343494433d8dc1784b5bbf6ab47e5c8d5fa7c230749e057e21e33a
 SHA512 
7c34a851b7047640557a2708bf0af9adcb40cffae73aa0c6d4a64dec33ba3df00854b056bb042d9886a9726eccb6053b418a2c515f07faa06d1ed0dfa984db05
-DIST intel-microcode-collection-20201110.tar.xz 6476772 BLAKE2B 
9f6bbc568f62a1593eba85a34861b70fd2598b745e1aac58df0ba4c248a9fafd1cda7bc428dfeff5b8da05d8098b7b98c7a64dc16ad4967aa34eff5b25d64a84
 SHA512 
6cf50f8f3b3531de11231e1f209c667bb715c5d4362ae5d4852ba7b76087e51dca2028b78dd521034013a32daf82c06cb6573f8fefc4acc8b955b42cef2ddea9
 DIST intel-microcode-collection-20201116.tar.xz 6506624 BLAKE2B 
b74ec0ddafe9681ae94d6a0df1de51655004eecae83c413fa824c9ad25cf68a25059627e2809a3b8cd5b3cb18647455385de0be2b2a7fcc6bc6c30e2ccabd1af
 SHA512 
3a1aab0af9ff6dc95778276964b457a4429aa12f13499f6f89fa48285cf8aef9a0990099a80e360b76b2d4b6a836f2528f984aab17f12d905cf237dbab2a8b33
 DIST intel-ucode-sig_0x406e3-rev_0xd6.bin 101376 BLAKE2B 
66d55867954d69dda1425febd93bb8c89f7aa836d504f8b5fee127f8505bcf2246f4fcc55cc245bc5e532528d60cca2eee278de7ab5174dc2862db7982a2b36f
 SHA512 
248066b521bf512b5d8e4a8c7e921464ce52169c954d6e4ca580d8c172cd789519e22b4cf56c212e452b4191741f0202019f7061d322c9433b5af9ce5413b567
-DIST microcode-20200616.tar.gz 3036726 BLAKE2B 
c4db887743c916804624683b51306ba1fdb2281c3583a35706edfd5d6fbd7027793bf6fa952ba96dacd0e9b399a8e632d4997e46e13eba89d55f49328e0b5367
 SHA512 
39c4de3a292da0aeef4f35624d22ca6116dc8baa7f0683b1c16f5e153ba6d9d52f0879263313ef67922eda551d998521d3721af880c22c63083d8ebce81f413f
-DIST microcode-20201110.tar.gz 3609989 BLAKE2B 
e984f6a69d8652f2842c78e62902c1aaca2fa39c2d9079be03ef829e8e9cb7e621bdfa6c5d49a2ad16759b393a7daaa375fe853c4e37a8789e280dfc749c3a9c
 SHA512 
da0a2614fcd651536a2dc64a2207ab02d8b482453e9d2ae18f628f1cbc3da0aa0734f830264fca5541823693d300f74ae60f7014cbf43b87ff55345c8fd80014
 DIST microcode-20201112.tar.gz 3610834 BLAKE2B 
4212924f1673afded961266a25fe6063ec6cdafaa26c8bee1c42372eb8ab5f278dc2501615b23e09e2f9809bf2792a8db317c98c170bf0c5e1dd62b7dc80a084
 SHA512 
0875675d065a83ee14fa34a31022ee34e46aee579d1ff192414e79861af157ae269ca7c2c462f03b3accbd45590c76e5cbf4f53d7a6ed237e410213a96459211

diff --git 
a/sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild
deleted file mode 100644
index d20d0f472fa..000
--- a/sys-firmware/intel-microcode/intel-microcode-20200616_p20200617.ebuild
+++ /dev/null
@@ -1,259 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit linux-info toolchain-funcs mount-boot
-
-# Find updates by searching and clicking the first link (hopefully it's the 
one):
-# 
https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
-
-COLLECTION_SNAPSHOT="${PV##*_p}"
-INTEL_SNAPSHOT="${PV/_p*}"
-#NUM="28087"
-#https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}
-#https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
-DESCRIPTION="Intel IA32/IA64 microcode update data"
-HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files 
http://inertiawar.com/microcode/";
-SRC_URI="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${INTEL_SNAPSHOT}.tar.gz
-   
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/raw/437f382b1be4412b9d03e2bbdcda46d83d58124

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2020-11-18 Thread Thomas Deutschmann
commit: 8b500ffd6b7c02326e79fb107ecb5004b81a9f9b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 23:34:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 23:35:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b500ffd

sys-firmware/intel-microcode: rev bump

- Blacklisted microcodes:

  sig 0x000806c1, pf_mask 0x80, 2020-10-02, rev 0x0068

Link: 
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/commit/49bb67f32a2e3e631ba1a9a73da1c52e1cac7fd9
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../intel-microcode-20201112_p20201116-r1.ebuild   | 262 +
 1 file changed, 262 insertions(+)

diff --git 
a/sys-firmware/intel-microcode/intel-microcode-20201112_p20201116-r1.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20201112_p20201116-r1.ebuild
new file mode 100644
index 000..a162e73196e
--- /dev/null
+++ b/sys-firmware/intel-microcode/intel-microcode-20201112_p20201116-r1.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit linux-info toolchain-funcs mount-boot
+
+# Find updates by searching and clicking the first link (hopefully it's the 
one):
+# 
https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
+
+COLLECTION_SNAPSHOT="${PV##*_p}"
+INTEL_SNAPSHOT="${PV/_p*}"
+#NUM="28087"
+#https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}
+#https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}.tgz
+DESCRIPTION="Intel IA32/IA64 microcode update data"
+HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files 
http://inertiawar.com/microcode/";
+SRC_URI="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${INTEL_SNAPSHOT}.tar.gz
+   
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/raw/437f382b1be4412b9d03e2bbdcda46d83d581242/intel-ucode/06-4e-03
 -> intel-ucode-sig_0x406e3-rev_0xd6.bin
+   
https://dev.gentoo.org/~whissi/dist/intel-microcode/intel-microcode-collection-${COLLECTION_SNAPSHOT}.tar.xz";
+
+LICENSE="intel-ucode"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE="hostonly initramfs +split-ucode vanilla"
+REQUIRED_USE="|| ( initramfs split-ucode )"
+
+BDEPEND=">=sys-apps/iucode_tool-2.3"
+
+# !https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/31
+MICROCODE_BLACKLIST_DEFAULT+=" -s !0x000406e3,0xc0,eq:0x00dc"
+
+# https://bugs.gentoo.org/722768
+MICROCODE_BLACKLIST_DEFAULT+=" -s !0x000406e3,0xc0,eq:0x00da"
+
+# 
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/commit/49bb67f32a2e3e631ba1a9a73da1c52e1cac7fd9
+MICROCODE_BLACKLIST_DEFAULT+=" -s !0x000806c1,0x80,eq:0x0068"
+
+# In case we want to set some defaults ...
+MICROCODE_SIGNATURES_DEFAULT=""
+
+# Advanced users only!
+# Set MIRCOCODE_SIGNATURES to merge with:
+# only current CPU: MICROCODE_SIGNATURES="-S"
+# only specific CPU: MICROCODE_SIGNATURES="-s 0x0f4a -s 0x00010676"
+# exclude specific CPU: MICROCODE_SIGNATURES="-s !0x0686"
+
+pkg_pretend() {
+   use initramfs && mount-boot_pkg_pretend
+}
+
+src_prepare() {
+   default
+
+   if cd Intel-Linux-Processor-Microcode-Data* &>/dev/null; then
+   # new tarball format from GitHub
+   mv * ../ || die "Failed to move 
Intel-Linux-Processor-Microcode-Data*"
+   cd .. || die
+   rm -r Intel-Linux-Processor-Microcode-Data* || die
+   fi
+
+   mkdir intel-ucode-old || die
+   cp "${DISTDIR}"/intel-ucode-sig_0x406e3-rev_0xd6.bin 
"${S}"/intel-ucode-old/ || die
+
+   # Prevent "invalid file format" errors from iucode_tool
+   rm -f "${S}"/intel-ucod*/list || die
+}
+
+src_install() {
+   # This will take ALL of the upstream microcode sources:
+   # - microcode.dat
+   # - intel-ucode/
+   # In some cases, they have not contained the same content (eg the 
directory has newer stuff).
+   MICROCODE_SRC=(
+   "${S}"/intel-ucode/
+   "${S}"/intel-ucode-with-caveats/
+   "${S}"/intel-ucode-old/
+   )
+
+   # Allow users who are scared about microcode updates not included in 
Intel's official
+   # microcode tarball to opt-out and comply with Intel marketing
+   if ! use vanilla; then
+   MICROCODE_SRC+=( 
"${S}"/intel-microcode-collection-${COLLECTION_SNAPSHOT} )
+   fi
+
+   # These will carry into pkg_preinst via env saving.
+   : ${MICROCODE_BLACKLIST=${MICROCODE_BLACKLIST_DEFAULT}}
+   : ${MICROCODE_SIGNATURES=${MICROCODE_SIGNATUES_DEFAULT}}
+
+   opts=(
+   ${MICROCODE_BLACKLIST}
+   ${MICROCODE_SIGNATURES}
+   # be strict about what we are doing
+   --overwrite
+   --strict-checks
+   --no-ignore

[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/wrk/files/, app-benchmarks/wrk/, profiles/

2020-11-18 Thread Conrad Kostecki
commit: 0ab9661a7a83315fa95c0eedd7c4a225cfdab13c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Nov 18 23:03:02 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Nov 18 23:03:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab9661a

app-benchmarks/wrk: migrate to slotted lua-single

Closes: https://bugs.gentoo.org/752525
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../wrk/files/wrk-4.1.0-r100-makefile.patch| 64 ++
 app-benchmarks/wrk/wrk-4.1.0-r100.ebuild   | 51 +
 profiles/package.mask  |  1 +
 3 files changed, 116 insertions(+)

diff --git a/app-benchmarks/wrk/files/wrk-4.1.0-r100-makefile.patch 
b/app-benchmarks/wrk/files/wrk-4.1.0-r100-makefile.patch
new file mode 100644
index 000..d3c838d0800
--- /dev/null
+++ b/app-benchmarks/wrk/files/wrk-4.1.0-r100-makefile.patch
@@ -0,0 +1,64 @@
+--- a/Makefile
 b/Makefile
+@@ -1,5 +1,5 @@
+-CFLAGS  += -std=c99 -Wall -O2 -D_REENTRANT
+-LIBS:= -lpthread -lm -lssl -lcrypto
++CFLAGS  += -std=c99 -Wall -D_REENTRANT
++LIBS:= -lm -lssl -lcrypto -lpthread
+ 
+ TARGET  := $(shell uname -s | tr '[A-Z]' '[a-z]' 2>/dev/null || echo unknown)
+ 
+@@ -24,15 +24,13 @@
+ 
+ ODIR := obj
+ OBJ  := $(patsubst %.c,$(ODIR)/%.o,$(SRC)) $(ODIR)/bytecode.o 
$(ODIR)/version.o
+-LIBS := -lluajit-5.1 $(LIBS)
++LIBS := $(LUA_LIBS) $(LIBS)
+ 
+ DEPS:=
+ CFLAGS  += -I$(ODIR)/include
+-LDFLAGS += -L$(ODIR)/lib
+ 
+ ifneq ($(WITH_LUAJIT),)
+-  CFLAGS  += -I$(WITH_LUAJIT)/include
+-  LDFLAGS += -L$(WITH_LUAJIT)/lib
++  CFLAGS  += $(WITH_LUAJIT)
+ else
+   CFLAGS  += -I$(ODIR)/include/luajit-2.1
+   DEPS+= $(ODIR)/lib/libluajit-5.1.a
+@@ -40,7 +38,6 @@
+ 
+ ifneq ($(WITH_OPENSSL),)
+   CFLAGS  += -I$(WITH_OPENSSL)/include
+-  LDFLAGS += -L$(WITH_OPENSSL)/lib
+ else
+   DEPS += $(ODIR)/lib/libssl.a
+ endif
+@@ -51,15 +48,14 @@
+   $(RM) -rf $(BIN) obj/*
+ 
+ $(BIN): $(OBJ)
+-  @echo LINK $(BIN)
+-  @$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
++  $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
+ 
+ $(OBJ): config.h Makefile $(DEPS) | $(ODIR)
+ 
+ $(ODIR):
+   @mkdir -p $@
+ 
+-$(ODIR)/bytecode.o: src/wrk.lua
++$(ODIR)/bytecode.c: src/wrk.lua
+   @echo LUAJIT $<
+   @$(SHELL) -c 'PATH=obj/bin:$(PATH) luajit -b $(CURDIR)/$< $(CURDIR)/$@'
+ 
+@@ -67,8 +63,7 @@
+   @echo 'const char *VERSION="$(VER)";' | $(CC) -xc -c -o $@ -
+ 
+ $(ODIR)/%.o : %.c
+-  @echo CC $<
+-  @$(CC) $(CFLAGS) -c -o $@ $<
++  $(CC) $(CFLAGS) -c -o $@ $<
+ 
+ # Dependencies
+ 

diff --git a/app-benchmarks/wrk/wrk-4.1.0-r100.ebuild 
b/app-benchmarks/wrk/wrk-4.1.0-r100.ebuild
new file mode 100644
index 000..0d5fbb0e91f
--- /dev/null
+++ b/app-benchmarks/wrk/wrk-4.1.0-r100.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-1 luajit )
+
+inherit lua-single
+
+DESCRIPTION="A HTTP benchmarking tool"
+HOMEPAGE="https://www.github.com/wg/wrk";
+SRC_URI="https://www.github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="Apache-2.0 BSD MIT"
+SLOT="0"
+IUSE="libressl"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
+   ${LUA_DEPS}
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( "CHANGES" "NOTICE" "README.md" "SCRIPTING" )
+
+PATCHES=( "${FILESDIR}/${P}-r100-makefile.patch" )
+
+src_compile() {
+   myemakeargs=(
+   CC="$(tc-getCC)"
+   LUA_LIBS="$(lua_get_LIBS)"
+   VER="${PV}"
+   WITH_LUAJIT="$(lua_get_CFLAGS)"
+   WITH_OPENSSL="/usr"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   dobin wrk
+
+   insinto /usr/share/wrk
+   doins -r scripts
+
+   einstalldocs
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index d8ca75513a7..3508a666851 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -433,6 +433,7 @@ dev-lua/luacrypto
 # All these ebuilds require slotted Lua, which is still masked.
 # Ulrich Müller  (2020-11-06)
 # Added sci-visualization/gnuplot.
+>=app-benchmarks/wrk-4.1.0-r100
 >=app-misc/worker-3.8.3-r100
 =dev-libs/efl-1.25.1-r10
 >=dev-lua/lua-bit32-5.3.5-r100



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

2020-11-18 Thread Thomas Deutschmann
commit: e2b004f96cacca20804260beaaf2c63e74f05398
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 22:52:13 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 22:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b004f9

dev-util/jenkins-bin: bump to v2.267

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

 dev-util/jenkins-bin/Manifest |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.267.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 97f75827f36..a16803eb147 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,3 +1,4 @@
 DIST jenkins-bin-2.249.2.war 67399569 BLAKE2B 
df3d954988370a47d90363a01de97f17a92cb4d93049ceacea80f7d2a92195cd1e95b1f3780521efa166aee1058949f0e8861b887d6da5b0f0126a2579d22595
 SHA512 
0300369b3c427420a9c41ee17f3e098c77f14b25597059d740fdbea03f3679ce56d9e154d7765601274cd9dc866939595f7728bc2b8b8a0ef3ea131378648a98
 DIST jenkins-bin-2.249.3.war 67400032 BLAKE2B 
eb9ffde454bf9ee2140655a985c6f383cb2e3d21f172075cf19171871564d356afd38b8ed6119cb3bd43801843d499242c0ae99087c5c4f7cb2db1b8b80b70a4
 SHA512 
5d65dee8c128ba2a307ade0750a0ad9b71136b1102a36df0a34a1217ce62df9c0c60449e0f5dd8861369b553000ef65f8bb0afb54a3c8e4315400dede58e779b
 DIST jenkins-bin-2.264.war 67272894 BLAKE2B 
8cf8afc038420bbf101bf8c81cdb37e9ba25f631ccbe0f98d8897f12a93abf8355dca1ec23f254e14b16dbd8e88507a37b545c4854f2e8f3684bda871d8e171f
 SHA512 
9bf29d7ae084c30c02931ba065e7d712a3cab4e4519587a1edc68e7205dac7a91934ca910536dd8d2c268575547fea2cdcc43229c726ed495658210cea7747a5
+DIST jenkins-bin-2.267.war 70971700 BLAKE2B 
1470144d6be6cfc33d7b84c51ebb3f762b3e590427a362596302b87510d694b479608ff290b64a433aa98266d3c47b1294a505525cfdeae3547e58cc65f0d172
 SHA512 
39c042b3ca9d48c040d0a9d9ac9d65aff2f579888e24b800bc1e1b77b7175528aed31f2675b3417577b0b0eef7c17b6faa2d7b794360a17a6a4c8ba867007185

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.267.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.267.ebuild
new file mode 100644
index 000..231d58c8748
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.267.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/";
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+RESTRICT="mirror"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service2 jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2020-11-18 Thread Thomas Deutschmann
commit: 115428723bffc05c9f37fce4cf2763a1f4f0252c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 18 22:50:12 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 22:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11542872

www-apps/grafana-bin: bump to v7.3.3

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

 www-apps/grafana-bin/Manifest |  1 +
 www-apps/grafana-bin/grafana-bin-7.3.3.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index 1744e2533e3..aff37ca7968 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1 +1,2 @@
 DIST grafana-bin-7.3.1.tar.gz 53950606 BLAKE2B 
16e0253371cb267876772e788e00d2330c664e3f0fea7f3891dbf5d4300e0baf99dd626ac2801201fda87f967d0013a151c672b341179e355acd43430f51acaa
 SHA512 
0436b5bec58e52582542bb1efe7825ffc7abd5289d82916c6a54c6aee77a7350060ef877734b32332a5f3935cf1a3404b670e5f9344a8bb9b5c91d95ad81e214
+DIST grafana-bin-7.3.3.tar.gz 53921906 BLAKE2B 
7fff1f6d1ef833815011505ec712e625fca59718ecdc8855bf5495c252b76f7d3dfe7ef28b6c66bd219750817c03a55921e6658c318ec3a227531641e9eb489a
 SHA512 
0b982ac893f31c898865349f41efcb60ccf5789108d573677d9f33a5baf3cb532a8e80704bbd00154062de4d201a3e203f58569f1fd291fec2edfc0a2f434dfb

diff --git a/www-apps/grafana-bin/grafana-bin-7.3.3.ebuild 
b/www-apps/grafana-bin/grafana-bin-7.3.3.ebuild
new file mode 100644
index 000..d666b4c9db3
--- /dev/null
+++ b/www-apps/grafana-bin/grafana-bin-7.3.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+MY_PN=${PN/-bin/}
+MY_PV=${PV/_beta/-beta}
+S=${WORKDIR}/${MY_PN}-${MY_PV}
+
+DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB 
& OpenTSDB"
+HOMEPAGE="https://grafana.org";
+SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="acct-group/grafana
+   acct-user/grafana"
+RDEPEND="${DEPEND}
+   media-libs/fontconfig"
+
+QA_PREBUILT="usr/bin/grafana-*"
+QA_PRESTRIPPED=${QA_PREBUILT}
+
+src_install() {
+   keepdir /etc/grafana
+   insinto /etc/grafana
+   newins "${S}"/conf/sample.ini grafana.ini
+   rm "${S}"/conf/sample.ini || die
+
+   # Frontend assets
+   insinto /usr/share/${MY_PN}
+   doins -r public conf
+
+   dobin bin/grafana-cli
+   dobin bin/grafana-server
+
+   newconfd "${FILESDIR}"/grafana.confd grafana
+   newinitd "${FILESDIR}"/grafana.initd.3 grafana
+   systemd_newunit "${FILESDIR}"/grafana.service grafana.service
+
+   keepdir /var/{lib,log}/grafana
+   keepdir /var/lib/grafana/{dashboards,plugins}
+   fowners grafana:grafana /var/{lib,log}/grafana
+   fowners grafana:grafana /var/lib/grafana/{dashboards,plugins}
+   fperms 0750 /var/{lib,log}/grafana
+   fperms 0750 /var/lib/grafana/{dashboards,plugins}
+}
+
+postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   # This is a new installation
+
+   elog "${PN} has built-in log rotation. Please see [log.file] 
section of"
+   elog "/etc/grafana/grafana.ini for related settings."
+   elog
+   elog "You may add your own custom configuration for 
app-admin/logrotate if you"
+   elog "wish to use external rotation of logs. In this case, you 
also need to make"
+   elog "sure the built-in rotation is turned off."
+   fi
+}



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

2020-11-18 Thread Andreas Sturmlechner
commit: 6d139d6f124b429b7dc5d86e543c8c697a2b26e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 22:51:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 22:51:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d139d6f

profiles: Mask app-text/kchmviewer for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e8f24497c6d..d8ca75513a7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-11-18)
+# Depends on deprecated QtWebKit, dead upstream.
+# Alternatives: kde-apps/okular[chm], app-text/xchm
+# Removal in 30 days.
+app-text/kchmviewer
+
 # Andreas Sturmlechner  (2020-11-18)
 # Depends on deprecated QtWebKit, no maintainer.
 # Bugs #712200 and 725388. Removal in 30 days.



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

2020-11-18 Thread Andreas Sturmlechner
commit: 5a8f5f5ad33146439ba0cf2ad8fe0fa6a299b62e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 22:50:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 22:51:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8f5f5a

profiles: Mask sci-misc/mendeleydesktop for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c9f85eba42d..e8f24497c6d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-11-18)
+# Depends on deprecated QtWebKit, no maintainer.
+# Bugs #712200 and 725388. Removal in 30 days.
+sci-misc/mendeleydesktop
+
 # Joonas Niilola  (2020-11-18)
 # Doesn't compile, no maintainer, our package is multiple versions
 # behind from upstream. Removal in ~30 days. Bug: #739212



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-nextpvr/

2020-11-18 Thread Craig Andrews
commit: f49758490efcf6119007f68d247618aae210
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Nov 18 21:03:42 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Nov 18 22:44:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4975849

media-plugins/kodi-pvr-nextpvr: 8.0.1 version bump

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

 media-plugins/kodi-pvr-nextpvr/Manifest|  1 +
 .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.0.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest 
b/media-plugins/kodi-pvr-nextpvr/Manifest
index 964ace039eb..9cb7fcff93d 100644
--- a/media-plugins/kodi-pvr-nextpvr/Manifest
+++ b/media-plugins/kodi-pvr-nextpvr/Manifest
@@ -8,3 +8,4 @@ DIST kodi-pvr-nextpvr-7.0.2.tar.gz 146987 BLAKE2B 
751e08334f29f447b6abd665c782ce
 DIST kodi-pvr-nextpvr-7.1.0.tar.gz 145632 BLAKE2B 
048e006df0817390037d79c3c1f4286c8309630c21931842f52b152c389e356fb7297799fcb1eba04a11029ae55e2c88d637acfa933279f9b3b7488fc823256c
 SHA512 
1d4fa70b1ad4988b9b7b6cf04b992c5bf5f6c7ea469dcb4c745e90b6b09d2de52ec1ec785c30dcb7cdf1703aef9fbedc2ad2b43d1bcc7c7480daef4b1fc50e26
 DIST kodi-pvr-nextpvr-7.1.1.tar.gz 147599 BLAKE2B 
0091182e313d9ca052f08cf9615dfaca51e1354d54f58685e23a767cc8ada532c531ff67f198f74f84d5252b61f2bc1a2c06d8ffe92ff771730a2a54c7841c3d
 SHA512 
7a387c9d42e3044c99125292da7d399bfd138d5126904daa5acb3612b46e54adb1ba890d8a90dc20af8cf9b9dbc152531fdbaa8f38d4f7faf208176379542752
 DIST kodi-pvr-nextpvr-8.0.0.tar.gz 147610 BLAKE2B 
22928f16d9b9b2af7d5226137a0768e321ed2490b9f06046a232a9b906b98690b5f96aac32e5843e0163ac8836250fdbef535b06ee93792f6752719ece7d54ec
 SHA512 
66f92a6b9239729017cc87dc75842e545b5bed711298231366238d0c56e4154944819a4607bd1e1bfc49721a41ca0644721304c9fb037a6cab034ae51dde3349
+DIST kodi-pvr-nextpvr-8.0.1.tar.gz 147804 BLAKE2B 
ae1489eb5b8c72a635dd59c94f9aa45626cd49fad1bc897fde0c8868009bc9f3b5d43eafef2ce378060a1061848b7d798ce015f4d156a11b10cb89e109ab5d85
 SHA512 
91d0a6d8f3c21d55e11e116b4bca4832f17e06a2ab7b45963739109575a33e037cf73258aae3ec26ab1b3746c0c5777800ef3d266c170859ea393423ad031a35

diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.0.1.ebuild 
b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.0.1.ebuild
new file mode 100644
index 000..46d49f2ab86
--- /dev/null
+++ b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's NextPVR client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git";
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml2
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: net-im/psi/

2020-11-18 Thread Andreas Sturmlechner
commit: eb61cd2eca07362b6856b9b0b0dec88298ac52ca
Author: Sergey Ilinykh  gmail  com>
AuthorDate: Thu Nov  5 08:12:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 22:34:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb61cd2e

net-im/psi: drop webkit. keep just webengine

See also: https://github.com/gentoo/gentoo/pull/18135
Signed-off-by: Sergey Ilinykh  gmail.com>
Closes: https://bugs.gentoo.org/750878
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/psi/metadata.xml| 1 -
 net-im/psi/psi-1.5.ebuild  | 8 +++-
 net-im/psi/psi-.ebuild | 9 ++---
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/net-im/psi/metadata.xml b/net-im/psi/metadata.xml
index d1fdaf8e1f5..41be813c050 100644
--- a/net-im/psi/metadata.xml
+++ b/net-im/psi/metadata.xml
@@ -20,7 +20,6 @@
Install additional iconsets, some of them 
have no clear licensing
Enable storing password in system keyring 
manager
Enable themed, html-based chatlogs using 
dev-qt/qtwebengine
-   Enable themed, html-based chatlogs using 
dev-qt/qtwebkit
Enable experimental interactive SVG 
drawing
Use X screensaver protocol extension 
to monitor idle/active status based on mouse/keyboard events


diff --git a/net-im/psi/psi-1.5.ebuild b/net-im/psi/psi-1.5.ebuild
index 1d1ed507d80..1d81d0bf29d 100644
--- a/net-im/psi/psi-1.5.ebuild
+++ b/net-im/psi/psi-1.5.ebuild
@@ -16,11 +16,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="aspell crypt dbus debug doc enchant +hunspell webengine webkit 
whiteboarding xscreensaver"
+IUSE="aspell crypt dbus debug doc enchant +hunspell webengine whiteboarding 
xscreensaver"
 
 REQUIRED_USE="
?? ( aspell enchant hunspell )
-   webengine? ( !webkit )
 "
 
 BDEPEND="
@@ -50,7 +49,6 @@ DEPEND="
dev-qt/qtwebchannel:5
dev-qt/qtwebengine:5[widgets]
)
-   webkit? ( dev-qt/qtwebkit:5 )
whiteboarding? ( dev-qt/qtsvg:5 )
xscreensaver? ( x11-libs/libXScrnSaver )
 "
@@ -72,11 +70,11 @@ src_configure() {
$(use_enable hunspell)
$(use_enable xscreensaver xss)
$(use_enable whiteboarding)
+   $(use_enable webengine webkit)
+   $(use_with webengine webkit qtwebengine)
)
 
use debug && CONF+=("--debug")
-   use webengine && CONF+=("--enable-webkit" "--with-webkit=qtwebengine")
-   use webkit && CONF+=("--enable-webkit" "--with-webkit=qtwebkit")
 
# This may generate warnings if passed option already matches with 
default.
# Just ignore them. It's how qconf-based configure works and will be 
fixed in

diff --git a/net-im/psi/psi-.ebuild b/net-im/psi/psi-.ebuild
index fa92f8bd568..045b0c6e183 100644
--- a/net-im/psi/psi-.ebuild
+++ b/net-im/psi/psi-.ebuild
@@ -20,7 +20,7 @@ EGIT_MIN_CLONE_TYPE="single"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets keyring 
webengine webkit xscreensaver"
+IUSE="aspell crypt dbus debug doc enchant extras +hunspell iconsets keyring 
webengine xscreensaver"
 
 REQUIRED_USE="
?? ( aspell enchant hunspell )
@@ -61,7 +61,6 @@ DEPEND="
dev-qt/qtwebengine:5[widgets]
net-libs/http-parser
)
-   webkit? ( dev-qt/qtwebkit:5 )
 "
 RDEPEND="${DEPEND}
dev-qt/qtimageformats
@@ -114,10 +113,6 @@ src_prepare() {
 }
 
 src_configure() {
-   local chattype=basic
-   use webengine && chattype=webengine
-   use webkit && chattype=webkit
-
local mycmakeargs=(
-DPRODUCTION=OFF
-DUSE_ASPELL=$(usex aspell)
@@ -126,7 +121,7 @@ src_configure() {
-DUSE_DBUS=$(usex dbus)
-DINSTALL_PLUGINS_SDK=1
-DUSE_KEYCHAIN=$(usex keyring)
-   -DCHAT_TYPE=$chattype
+   -DCHAT_TYPE=$(usex webengine webengine basic)
-DUSE_XSS=$(usex xscreensaver)
-DPSI_PLUS=$(usex extras)
)



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

2020-11-18 Thread Sergei Trofimovich
commit: 885e36d638bdb7389a60427e6fbdaa10d344f639
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 18 16:32:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 22:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885e36d6

dev-libs/libusb: stable 1.0.23-r1 for hppa, bug #753419

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

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

diff --git a/dev-libs/libusb/libusb-1.0.23-r1.ebuild 
b/dev-libs/libusb/libusb-1.0.23-r1.ebuild
index 32e1df38e1a..565cbb6a7d7 100644
--- a/dev-libs/libusb/libusb-1.0.23-r1.ebuild
+++ b/dev-libs/libusb/libusb-1.0.23-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc examples static-libs test udev"
 RESTRICT="!test? ( test )"
 



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

2020-11-18 Thread Sergei Trofimovich
commit: 568f7fdb3d2ead64a14374e997989f5c41b18ef4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 18 16:34:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 22:00:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568f7fdb

app-portage/pfl: stable 3.1-r1 for hppa, bug #754081

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

 app-portage/pfl/pfl-3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/pfl/pfl-3.1-r1.ebuild 
b/app-portage/pfl/pfl-3.1-r1.ebuild
index 10d1e5238d2..2d75e642e85 100644
--- a/app-portage/pfl/pfl-3.1-r1.ebuild
+++ b/app-portage/pfl/pfl-3.1-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="+network-cron"
 
 DEPEND=""



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

2020-11-18 Thread Sergei Trofimovich
commit: 4f0648b2f3faba85cbb9584954b2dbccf8a30cb4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 18 16:33:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 22:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0648b2

sys-apps/portage: stable 3.0.9 for hppa, bug #754975

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

 sys-apps/portage/portage-3.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-3.0.9.ebuild 
b/sys-apps/portage/portage-3.0.9.ebuild
index ef9fe0a12bb..7625b8e9065 100644
--- a/sys-apps/portage/portage-3.0.9.ebuild
+++ b/sys-apps/portage/portage-3.0.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
 RESTRICT="!test? ( test )"



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

2020-11-18 Thread Sergei Trofimovich
commit: d83eaa9e0eafc9fd1baee4ef127e657ba794072c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 18 16:35:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 22:00:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83eaa9e

app-portage/portage-utils: stable 0.90.1 for hppa, bug #753485

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

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

diff --git a/app-portage/portage-utils/portage-utils-0.90.1.ebuild 
b/app-portage/portage-utils/portage-utils-0.90.1.ebuild
index 5ab8212f96d..5bf21867d19 100644
--- a/app-portage/portage-utils/portage-utils-0.90.1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.90.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git";
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 RDEPEND="



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

2020-11-18 Thread Sergei Trofimovich
commit: ac6eea3c22c90c17095e1599740c33788239c802
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 18 16:33:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 22:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6eea3c

dev-libs/popt: stable 1.18 for hppa, bug #753410

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

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

diff --git a/dev-libs/popt/popt-1.18.ebuild b/dev-libs/popt/popt-1.18.ebuild
index 713c1120f69..d4da266cab4 100644
--- a/dev-libs/popt/popt-1.18.ebuild
+++ b/dev-libs/popt/popt-1.18.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x86-linux"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2020-11-18 Thread Sergei Trofimovich
commit: f77884aa7540e34534610b2537d69fa517005ea2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 18 16:31:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 22:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77884aa

media-libs/libpng: stable 1.6.37-r2 for hppa, bug #753512

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

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

diff --git a/media-libs/libpng/libpng-1.6.37-r2.ebuild 
b/media-libs/libpng/libpng-1.6.37-r2.ebuild
index fa7fdaf258a..60807923633 100644
--- a/media-libs/libpng/libpng-1.6.37-r2.ebuild
+++ b/media-libs/libpng/libpng-1.6.37-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng2"
 SLOT="0/16"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE="apng cpu_flags_arm_neon cpu_flags_x86_sse static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]"



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

2020-11-18 Thread Sergei Trofimovich
commit: 05b9ec4a52ed2a95066868cbc4a4952b87e51ecc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 18 16:33:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 22:00:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b9ec4a

sys-libs/gdbm: stable 1.18.1-r1 for hppa, bug #753413

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

 sys-libs/gdbm/gdbm-1.18.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/gdbm/gdbm-1.18.1-r1.ebuild 
b/sys-libs/gdbm/gdbm-1.18.1-r1.ebuild
index 0ee72c59675..a4583e1df77 100644
--- a/sys-libs/gdbm/gdbm-1.18.1-r1.ebuild
+++ b/sys-libs/gdbm/gdbm-1.18.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/6" # libgdbm.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+berkdb nls +readline static-libs"
 
 DEPEND="



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

2020-11-18 Thread Thomas Deutschmann
commit: bf8a23888c935ac7ca633f7d586b60ea5670f530
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Nov 13 17:00:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 18 21:35:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8a2388

dev-python/pytest-xvfb: fix tests

tests do not work at all if the package is
not already installed to the system

Closes: https://bugs.gentoo.org/754270
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/18246
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild 
b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
index af48d69b605..ccf3315e933 100644
--- a/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
+++ b/dev-python/pytest-xvfb/pytest-xvfb-2.0.0.ebuild
@@ -24,6 +24,10 @@ DEPEND="
 distutils_enable_tests pytest
 
 python_test() {
-   distutils_install_for_testing
-   pytest -vv || die "Tests failed with ${EPYTHON}"
+   local -x PYTHONPATH="${BUILD_DIR}/install/lib"
+   esetup.py install \
+   --root="${BUILD_DIR}/install" \
+   --install-lib=lib
+
+   pytest -vv || die "Tests fail with ${EPYTHON}"
 }



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

2020-11-18 Thread Andreas Sturmlechner
commit: a54f08e3a97071f965b945b1589f316bb30b5ced
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 17 21:18:55 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54f08e3

dev-qt/qtnetwork: Update minimum dev-libs/openssl version to 1.1.1

Closes: https://github.com/gentoo/gentoo/pull/18297
Thanks-to: Маша  tutamail.com>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.1.ebuild 
b/dev-qt/qtnetwork/qtnetwork-5.15.1-r1.ebuild
similarity index 96%
rename from dev-qt/qtnetwork/qtnetwork-5.15.1.ebuild
rename to dev-qt/qtnetwork/qtnetwork-5.15.1-r1.ebuild
index 5174955f583..38835c81708 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.15.1.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.1-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 QT5_MODULE="qtbase"
 inherit qt5-build
 
@@ -22,7 +23,7 @@ DEPEND="
networkmanager? ( ~dev-qt/qtdbus-${PV} )
sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
ssl? (
-   !libressl? ( dev-libs/openssl:0=[bindist=] )
+   !libressl? ( >=dev-libs/openssl-1.1.1:0=[bindist=] )
libressl? ( dev-libs/libressl:0= )
)
 "



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

2020-11-18 Thread Andreas Sturmlechner
commit: 43aad7b6d7418a770b60076dfcb0a4ce2b15eb7a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 18:40:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43aad7b6

sci-geosciences/qgis: Drop 3.10.9

Closes: https://bugs.gentoo.org/753236
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/qgis/Manifest  |   1 -
 .../qgis/files/qgis-3.10.0-cmake-lib-suffix.patch  |  12 --
 sci-geosciences/qgis/qgis-3.10.9.ebuild| 203 -
 3 files changed, 216 deletions(-)

diff --git a/sci-geosciences/qgis/Manifest b/sci-geosciences/qgis/Manifest
index 212b0bba175..93502ed3377 100644
--- a/sci-geosciences/qgis/Manifest
+++ b/sci-geosciences/qgis/Manifest
@@ -1,3 +1,2 @@
-DIST qgis-3.10.9.tar.bz2 102418680 BLAKE2B 
53599dab784fc42b7a4505e13b1fd97cdb7c696bf1a004425ea0e7b88659b9af40f74b7107ef6103a138f4bc8886eda0a99a07a1c1466fb73c94d55ea39d8ea8
 SHA512 
91bba01db04094a194d1437a00276f076cd88d9ebcfe4792f20da8fb4339c984262e2bf79f666cf23af13081da358bbfb69bdff086e4988701c4431f53732275
 DIST qgis-3.16.0.tar.bz2 113238659 BLAKE2B 
42bdf8d0d69b28c20aa0decd79883c3b83d2ff9aa9d7633866b6c7d624ad20cb602beeca0e22585077c3d0ceba791e51b81ba221bc305c9bd2ebff71a4ea4bd4
 SHA512 
c87959a6412f85b6e4d30d4677e0e0914fd9a1009348c8bfe6063d7e1a9416f0a33ae63ded15273d8edde26ae0e6c32ba4d62d83c33c2c6251c444360dc47d10
 DIST qgis_sample_data-2.8.14.tar.gz 22119181 BLAKE2B 
2d0565e91ec8119382bc9ab8e262dc04227fe8289146794891759ff5a32012245270614ba1119a6329fc45cf56852830c2079589309aa3467873f71f5c608eac
 SHA512 
6b2653d5b57ffc2c2317639dac212429840984ac917ca3e452b39aabb99ea106d1a77c1c1dd967244ef16ede9deae751b170affdf08b72239eafed5b8977da3d

diff --git a/sci-geosciences/qgis/files/qgis-3.10.0-cmake-lib-suffix.patch 
b/sci-geosciences/qgis/files/qgis-3.10.0-cmake-lib-suffix.patch
deleted file mode 100644
index 472b8aa466c..000
--- a/sci-geosciences/qgis/files/qgis-3.10.0-cmake-lib-suffix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naru a/cmake/PyQtMacros.cmake b/cmake/PyQtMacros.cmake
 a/cmake/PyQtMacros.cmake   2019-10-28 08:23:18.776024266 +0100
-+++ b/cmake/PyQtMacros.cmake   2019-10-28 08:24:17.316024213 +0100
-@@ -36,7 +36,7 @@
-   ELSE(CMAKE_HOST_WIN32)
- # TODO osx
- SET(PYUIC_WRAPPER "${CMAKE_SOURCE_DIR}/scripts/pyuic-wrapper.sh")
--SET(PYUIC_WRAPPER_PATH "${QGIS_OUTPUT_DIRECTORY}/lib")
-+SET(PYUIC_WRAPPER_PATH "${QGIS_OUTPUT_DIRECTORY}/lib${LIB_SUFFIX}")
-   ENDIF(CMAKE_HOST_WIN32)
- 
-   FOREACH(it ${ARGN})

diff --git a/sci-geosciences/qgis/qgis-3.10.9.ebuild 
b/sci-geosciences/qgis/qgis-3.10.9.ebuild
deleted file mode 100644
index 65bdc947394..000
--- a/sci-geosciences/qgis/qgis-3.10.9.ebuild
+++ /dev/null
@@ -1,203 +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,8} )
-PYTHON_REQ_USE="sqlite"
-QTMIN="5.9.4"
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git";
-   inherit git-r3
-else
-   SRC_URI="https://qgis.org/downloads/${P}.tar.bz2
-   examples? ( 
https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> 
qgis_sample_data-2.8.14.tar.gz )"
-   KEYWORDS="amd64 x86"
-fi
-inherit cmake desktop python-single-r1 qmake-utils xdg
-
-DESCRIPTION="User friendly Geographic Information System"
-HOMEPAGE="https://www.qgis.org/";
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml webkit"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
-
-BDEPEND="${PYTHON_DEPS}
-   >=dev-qt/linguist-tools-${QTMIN}:5
-   sys-devel/bison
-   sys-devel/flex
-"
-COMMON_DEPEND="
-   app-crypt/qca:2[qt5(+),ssl]
-   >=dev-db/spatialite-4.2.0
-   dev-db/sqlite:3
-   dev-libs/expat
-   dev-libs/libzip:=
-   dev-libs/qtkeychain[qt5(+)]
-   >=dev-qt/designer-${QTMIN}:5
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtpositioning-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtserialport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   media-gfx/exiv2:=
-   >=sci-libs/gdal-3.0.4:=[geos]
-   sci-libs/geos
-   sci-libs/libspatialindex:=
-   >=sci-libs/proj-6.3.1:=
-   >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
-   >=x11-libs/qwt-6.1.2:6=[qt5(+),svg]
-   3d? ( >=dev-qt/qt3d-${QTMIN}:5 )
-   georeferencer? ( sci-libs/gsl:= )
-   grass? ( =sci-geosciences/grass-7*:= )
-   hdf5? ( sci-libs/hdf5:= )
-   mapserve

[gentoo-commits] repo/gentoo:master commit in: sys-boot/unetbootin/, sys-boot/unetbootin/files/

2020-11-18 Thread Andreas Sturmlechner
commit: 5d73cb5219d08cc8ee12ac103541fcd12eff8480
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 19:17:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d73cb52

sys-boot/unetbootin: Drop 661

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

 sys-boot/unetbootin/Manifest   |  2 -
 .../unetbootin/files/unetbootin-581-desktop.patch  | 24 --
 sys-boot/unetbootin/unetbootin-661.ebuild  | 99 --
 3 files changed, 125 deletions(-)

diff --git a/sys-boot/unetbootin/Manifest b/sys-boot/unetbootin/Manifest
index 583b45c47dc..fd507164f4d 100644
--- a/sys-boot/unetbootin/Manifest
+++ b/sys-boot/unetbootin/Manifest
@@ -1,3 +1 @@
-DIST unetbootin-661-qt5.patch.tar.xz 8060 BLAKE2B 
58cb323166e344ecabf5d372e80ff0367a1344866a6e8dea4b2677a85ea6ae0b5591480a3bcbbfc3a51d391b07adf0d5f370ee77e4c7e1d6f2b727aedf274cf0
 SHA512 
c1226575484fa63c94ca4da875a26c7bd64bcb27d8e07ea5b67bb3f2546f31d1360d10c363cd7301476811e332c9524c96d6ba482c894b86a5b28ca8a1c8b385
-DIST unetbootin-661.tar.gz 16257579 BLAKE2B 
2f92cf286c8010a80d4d4cc48a7ece55e159af9f3729277d97eb99ef2ebe8945023d03c51d6e97d7101d8547240e3c2152004222ec4c825ef4ab954c4018e7b0
 SHA512 
bbf74a4c4ca9b52f4da672eb54524b7fcb796c65ba80700dc3c6f2677bde37574f42a11c213cc4d4eee38783aed650beee1e2894f60185745e509a2e9571f70a
 DIST unetbootin-700.tar.gz 16694955 BLAKE2B 
d8c00b56c5ae2daac696b62ef207c62dc91f67699c8823e2a751eff536d03fd0a50a931e9a4598b05d99be968b7e895ab521f605b4e0080d591a34c9e67f685e
 SHA512 
0d1b23dddf0e0e3eca81f8ef07fe375f0867ee3fa631c3a3cfe33a846b8d704b36e0efe4c947d7c68e5c1bff370ba87c34aa52c5bf8fc414cd89777f9f1858b7

diff --git a/sys-boot/unetbootin/files/unetbootin-581-desktop.patch 
b/sys-boot/unetbootin/files/unetbootin-581-desktop.patch
deleted file mode 100644
index ab1912b2e8a..000
--- a/sys-boot/unetbootin/files/unetbootin-581-desktop.patch
+++ /dev/null
@@ -1,24 +0,0 @@
- * unetbootin.desktop: error: key "GenericName[en_US]" in group "Desktop Entry"
-   is a localized key, but there is no non-localized key "GenericName"
- * unetbootin.desktop: warning: value "Application;System;" for key
-   "Categories" in group "Desktop Entry" contains a deprecated value
- * "Application"
-
-
-
 a/unetbootin.desktop
-+++ b/unetbootin.desktop
-@@ -2,11 +2,11 @@
- Version=1.0
- Name=UNetbootin
- Comment=Tool for creating Live USB drives
--Categories=Application;System;
-+Categories=System;
- Exec=/usr/bin/unetbootin
- Terminal=false
- Type=Application
- Name[en_US]=UNetbootin
--GenericName[en_US]=UNetbootin
-+GenericName=UNetbootin
- Comment[en_US]=Tool for creating Live USB drives
- Icon=unetbootin

diff --git a/sys-boot/unetbootin/unetbootin-661.ebuild 
b/sys-boot/unetbootin/unetbootin-661.ebuild
deleted file mode 100644
index e91aabaaf4d..000
--- a/sys-boot/unetbootin/unetbootin-661.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PATCHSET="${P}-qt5.patch.tar.xz"
-inherit desktop qmake-utils
-
-DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB 
drive"
-HOMEPAGE="https://github.com/unetbootin/unetbootin";
-SRC_URI="https://github.com/unetbootin/unetbootin/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-
-UNBI_LINGUAS="
-   am ar ast be bg bn ca cs da de el eo es et eu fa fi fo fr gl he hr hu 
id it
-   ja lt lv ml ms nan nb nl nn pl pt_BR pt ro ru si sk sl sr sv sw tr uk 
ur vi
-   zh_CN zh_TW
-"
-
-for lingua in ${UNBI_LINGUAS}; do
-   IUSE="${IUSE} l10n_${lingua/_/-}"
-done
-
-S=${WORKDIR}/${P}/src/${PN}
-
-COMMON_DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/linguist-tools:5
-"
-RDEPEND="${COMMON_DEPEND}
-   app-arch/p7zip
-   sys-boot/syslinux
-   sys-fs/mtools
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-581-desktop.patch"
-   "${WORKDIR}"/${PATCHSET/.tar.xz/}
-)
-
-src_prepare() {
-   default
-
-   # QA check in case linguas are added or removed
-   enum() {
-   echo ${#}
-   }
-   [[ $(enum ${UNBI_LINGUAS}) -eq $(( $(enum $(echo ${PN}_*.ts) ) -1 )) ]] 
\
-   || die "Numbers of recorded and actual linguas do not match"
-   unset enum
-
-   # Remove localisations
-   local lingua
-   for lingua in ${UNBI_LINGUAS}; do
-   if ! use l10n_${lingua/_/-}; then
-   sed -i ${PN}.pro -e "/\.*${PN}_${lingua}\.ts.*/d" || die
-   rm ${PN}_${lingua}.ts || die
-   fi
-   done
-}
-
-src_configure() {
-   sed -i -e '/^RESOURCES/d' unetb

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdav/, profiles/

2020-11-18 Thread Andreas Sturmlechner
commit: de6d18e41ae901d175ec023860f014a8d5908400
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 20:09:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6d18e4

kde-apps/kdav: Remove last-rited package

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

 kde-apps/kdav/Manifest|  1 -
 kde-apps/kdav/kdav-20.04.3.ebuild | 36 
 kde-apps/kdav/metadata.xml|  8 
 profiles/package.mask |  4 
 4 files changed, 49 deletions(-)

diff --git a/kde-apps/kdav/Manifest b/kde-apps/kdav/Manifest
deleted file mode 100644
index 153d3b954c0..000
--- a/kde-apps/kdav/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdav-20.04.3.tar.xz 58292 BLAKE2B 
d8972f33b86621b013b365656955c3bd69718aff73c3ab27d14311009ca821266c23a257790c96e3b0b171f110e2262a548fad31a15204957a70c25b6827ab65
 SHA512 
ba9f5dd26b60ce339aeeacd3777b70d490020a5a23179e71bfb7c54a4bdcaf6d940e68a44c2291b3ce06783b28edc5aa5e608a45561d18db2cdf72621f4a44ec

diff --git a/kde-apps/kdav/kdav-20.04.3.ebuild 
b/kde-apps/kdav/kdav-20.04.3.ebuild
deleted file mode 100644
index 029d943ae02..000
--- a/kde-apps/kdav/kdav-20.04.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.70.0
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="DAV protocol implemention with KJobs"
-HOMEPAGE="https://api.kde.org/kdepim/kdav/html/index.html";
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=dev-qt/qtxmlpatterns-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-   # bug 616808 - DavItemFetchJobTest requires D-Bus
-   # bug 653602 - DavItemsListJobTest mimetypes unsupported
-   local myctestargs=(
-   -E "(kdav-davitemfetchjob|kdav-davitemslistjob)"
-   )
-   ecm_src_test
-}

diff --git a/kde-apps/kdav/metadata.xml b/kde-apps/kdav/metadata.xml
deleted file mode 100644
index 2fdbf33d963..000
--- a/kde-apps/kdav/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 8eac6354c49..c9f85eba42d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -236,10 +236,6 @@ sci-libs/mkl-rt
 # Removal in 30 days.  Bug #725646.
 media-fonts/mathematica-fonts
 
-# Andreas Sturmlechner  (2020-11-05)
-# Replaced by kde-frameworks/kdav, masked for removal in 14 days.
-kde-apps/kdav
-
 # Dirkjan Ochtman  (2020-11-05)
 # Incorrect DISTUTILS_USE_SETUPTOOLS value, dead upstream.
 # Removal in 30 days. Bug #748063



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

2020-11-18 Thread Andreas Sturmlechner
commit: 33087962d7f10f943c074655c67ea8dc9b591148
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 18:44:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33087962

dev-python/pyproj: Drop 2.4.2-r1

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

 dev-python/pyproj/Manifest |  1 -
 .../pyproj/files/pyproj-2.4.2-conftest.patch   | 31 --
 dev-python/pyproj/pyproj-2.4.2-r1.ebuild   | 37 --
 3 files changed, 69 deletions(-)

diff --git a/dev-python/pyproj/Manifest b/dev-python/pyproj/Manifest
index 9ef79528f4d..acbd64e22bb 100644
--- a/dev-python/pyproj/Manifest
+++ b/dev-python/pyproj/Manifest
@@ -1,2 +1 @@
-DIST pyproj-2.4.2.tar.gz 463252 BLAKE2B 
aa80ee3052f42f0d49d02b1dfa3d1790e02fe6aa4092319ff8e827b0a341cff2cb4779891f74919c2b14781d841b3662154882b5f218a22b55ad79397f3eb4a7
 SHA512 
20f0a742ea5699a6d7a621e93157512478de69ba740bb7b0df46b6d5668f6db93b07e1fc0bf4d089362275ea8edddf3100a972a533ed8b6a0bc56a04a20d4ef9
 DIST pyproj-2.6.1.post1.tar.gz 545482 BLAKE2B 
ba87cbbe93dad357c1fc4f333c7d3f02b632e6f2a00821b3875e73965f36fd7ea958f24705c125c3ae43dc8edac1b53a20578c46bc55bcbf335a9457d193d493
 SHA512 
43a885dbbf4ba54839c3b697d2582700e2b30172ef34acf6297b5e4ddba9b3148aeab83b3a515f1ce975898828c77ad457b6f6460e91083189f66a2fde6d77b7

diff --git a/dev-python/pyproj/files/pyproj-2.4.2-conftest.patch 
b/dev-python/pyproj/files/pyproj-2.4.2-conftest.patch
deleted file mode 100644
index 36946527b2b..000
--- a/dev-python/pyproj/files/pyproj-2.4.2-conftest.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 a/test/conftest.py
-+++ b/test/conftest.py
-@@ -0,0 +1,28 @@
-+import os
-+import shutil
-+import tempfile
-+
-+import pytest
-+
-+import pyproj
-+
-+
-+@pytest.fixture(scope="session")
-+def aoi_data_directory():
-+"""
-+This is to ensure that the ntv2_0.gsb file is actually
-+missing for the AOI tests.
-+"""
-+data_dir = pyproj.datadir.get_data_dir()
-+with tempfile.TemporaryDirectory() as tmpdir:
-+tmp_data_dir = os.path.join(tmpdir, "proj")
-+shutil.copytree(data_dir, tmp_data_dir)
-+try:
-+os.remove(os.path.join(str(tmp_data_dir), "ntv2_0.gsb"))
-+except OSError:
-+pass
-+try:
-+pyproj.datadir.set_data_dir(str(tmp_data_dir))
-+yield
-+finally:
-+pyproj.datadir.set_data_dir(data_dir)

diff --git a/dev-python/pyproj/pyproj-2.4.2-r1.ebuild 
b/dev-python/pyproj/pyproj-2.4.2-r1.ebuild
deleted file mode 100644
index 40c39af6849..000
--- a/dev-python/pyproj/pyproj-2.4.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Python < 3.6 requires https://pypi.org/project/aenum/
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface to the PROJ library"
-HOMEPAGE="https://github.com/pyproj4/pyproj";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE="doc"
-
-RDEPEND=">=sci-libs/proj-6.2.0:="
-DEPEND="${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/shapely[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=( "${FILESDIR}"/${P}-conftest.patch )
-
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_test() {
-   PROJ_LIB="${EPREFIX}/usr/share/proj" pytest -ra || die
-}



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

2020-11-18 Thread Andreas Sturmlechner
commit: 448f352be56a99f68c6ea9540baf85312e7f661c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 18:41:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448f352b

dev-python/owslib: Drop 0.17.1-r1

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

 dev-python/owslib/Manifest|  1 -
 dev-python/owslib/owslib-0.17.1-r1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/owslib/Manifest b/dev-python/owslib/Manifest
index 998270185a2..8164041e6fb 100644
--- a/dev-python/owslib/Manifest
+++ b/dev-python/owslib/Manifest
@@ -1,2 +1 @@
-DIST owslib-0.17.1.tar.gz 898961 BLAKE2B 
e48b10a0bd9dc1e85588b8007261c47f9f754af9eeb7292d4a3fd9ce017309efbe0fc9951a42470a6938194e5903b12ffe286b140d906e1d281f5a2f739540ce
 SHA512 
0772f7698d1d5c6989419a455e8b6d97b0fc9f04a48275b1179f5bcc0fe782620721e840969281941b0f0a3616d8220916090256bb177eff1b2a4df0e02e2caa
 DIST owslib-0.20.0.tar.gz 912319 BLAKE2B 
9f6e44f76554d67756839bfad1cdce6e2e7a4db6c3517ed308256745a3ea1df77488718f307bcd59dfcae7bab7801ba1974131f358db1bd070846640ccf08ada
 SHA512 
c30e14d0a310617d2dbcca436f38d4a942b8c5efb96506554e650b20b34580fd0119ae6bf17892bb09ceff7141b9cbfd32deb582d14d81b6518dbbc223116d07

diff --git a/dev-python/owslib/owslib-0.17.1-r1.ebuild 
b/dev-python/owslib/owslib-0.17.1-r1.ebuild
deleted file mode 100644
index 139f916e3d4..000
--- a/dev-python/owslib/owslib-0.17.1-r1.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=( python3_{6,7,8} )
-inherit distutils-r1
-
-DESCRIPTION="Library for client programming with Open Geospatial Consortium 
web service"
-HOMEPAGE="https://geopython.github.io/OWSLib";
-SRC_URI="https://github.com/geopython/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/pyproj[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-RESTRICT="test" # tests require WAN access
-
-S="${WORKDIR}/OWSLib-${PV}"
-
-python_test() {
-   "${EPYTHON}" "${S}/setup.py" test || die
-}



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

2020-11-18 Thread Andreas Sturmlechner
commit: 858f683062931d5e10da5e4ba517b4f420439377
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 18:58:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858f6830

sci-geosciences/qgis: Fix  patches

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

 .../qgis/files/qgis--default-qmldir.patch  | 25 +
 .../qgis/files/qgis--featuresummary.patch  | 31 ++
 sci-geosciences/qgis/qgis-.ebuild  |  6 ++---
 3 files changed, 59 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/qgis/files/qgis--default-qmldir.patch 
b/sci-geosciences/qgis/files/qgis--default-qmldir.patch
new file mode 100644
index 000..afcaa693ced
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis--default-qmldir.patch
@@ -0,0 +1,25 @@
+From 9d095f7d502cbcea8c70c127be322568b71f6663 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 28 Apr 2019 12:41:51 +0200
+Subject: [PATCH] cmake: Fix DEFAULT_QML_DIR path to comply with LFS layout
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4626042ca4..fe93ff3c4f 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -660,7 +660,7 @@ IF (WITH_CORE)
+   set (DEFAULT_LIBEXEC_SUBDIR lib${LIB_SUFFIX}/qgis)
+   set (DEFAULT_PLUGIN_SUBDIR  lib${LIB_SUFFIX}/qgis/plugins)
+   set (DEFAULT_INCLUDE_SUBDIR include/qgis)
+-  set (DEFAULT_QML_SUBDIR qml)
++  set (DEFAULT_QML_SUBDIR ${DEFAULT_DATA_SUBDIR}/qml)
+ 
+   set (DEFAULT_SERVER_MODULE_SUBDIR ${DEFAULT_LIBEXEC_SUBDIR}/server)
+ endif()
+-- 
+2.21.0
+

diff --git a/sci-geosciences/qgis/files/qgis--featuresummary.patch 
b/sci-geosciences/qgis/files/qgis--featuresummary.patch
new file mode 100644
index 000..8fa7ab0e842
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis--featuresummary.patch
@@ -0,0 +1,31 @@
+From 0744b51784b779eab4bb2e78ed084d31258b5b4d Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 28 Apr 2019 00:10:21 +0200
+Subject: [PATCH] cmake: Use FeatureSummary
+
+---
+ CMakeLists.txt | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4dff8ea0f4..4626042ca4 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -71,6 +71,8 @@ IF(NOT MSVC)
+   endif(USE_CCACHE)
+ endif()
+ 
++include(FeatureSummary)
++
+ # in generated makefiles use relative paths so the project dir is moveable
+ # Note commented out since it cause problems but it would be nice to resolve 
these and enable
+ #
+@@ -937,3 +939,5 @@ ENDIF (WITH_CORE)
+ if (UNIX AND NOT APPLE)
+   add_subdirectory(linux)
+ endif()
++
++FEATURE_SUMMARY(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+-- 
+2.21.0
+

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-.ebuild
index f6b820db0fd..3f589eac32d 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-.ebuild
@@ -105,10 +105,10 @@ RESTRICT="test"
 
 PATCHES=(
# git master
-   "${FILESDIR}/${P}-cmake-lib-suffix.patch"
+   "${FILESDIR}/${PN}-3.16.0-cmake-lib-suffix.patch"
# TODO upstream
-   "${FILESDIR}/${PN}-3.4.7-featuresummary.patch"
-   "${FILESDIR}/${PN}-3.4.7-default-qmldir.patch"
+   "${FILESDIR}/${PN}--featuresummary.patch"
+   "${FILESDIR}/${PN}--default-qmldir.patch"
 )
 
 pkg_setup() {



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

2020-11-18 Thread Andreas Sturmlechner
commit: 33073ad038a20e2039bd1abf0ff0cf4eab290b6b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 18 18:59:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:08:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33073ad0

kde-plasma/discover: Drop 5.20.3 (r0)

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

 kde-plasma/discover/discover-5.20.3.ebuild | 78 --
 1 file changed, 78 deletions(-)

diff --git a/kde-plasma/discover/discover-5.20.3.ebuild 
b/kde-plasma/discover/discover-5.20.3.ebuild
deleted file mode 100644
index 28a1d2bcbf8..000
--- a/kde-plasma/discover/discover-5.20.3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.74.0
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma resources management GUI"
-HOMEPAGE="https://userbase.kde.org/Discover";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="+firmware telemetry"
-
-# libmarkdown (app-text/discount) only used in PackageKitBackend
-DEPEND="
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/attica-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   firmware? ( sys-apps/fwupd )
-   telemetry? ( dev-libs/kuserfeedback:5 )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # we don't need it with PackageKitBackend off
-   ecm_punt_bogus_dep KF5 Archive
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
-   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
-   -DCMAKE_DISABLE_FIND_PACKAGE_Snapd=ON
-   -DBUILD_FlatpakBackend=OFF
-   -DBUILD_FwupdBackend=$(usex firmware)
-   $(cmake_use_find_package telemetry KUserFeedback)
-   )
-
-   ecm_src_configure
-}
-
-src_test() {
-   # bug 686392: needs network connection
-   local myctestargs=(
-   -E "(knsbackendtest)"
-   )
-
-   ecm_src_test
-}



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

2020-11-18 Thread Andreas Sturmlechner
commit: dcc79770bc78ebb3855a50a6397862828f9a93e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 17 23:38:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 18 21:05:22 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=dcc79770

dev-qt/qtnetwork: Fix macro redefinition of QT_LINKED_OPENSSL warning

Bug: https://bugs.gentoo.org/652650
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtnetwork/qtnetwork-5.15..ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/dev-qt/qtnetwork/qtnetwork-5.15..ebuild 
b/dev-qt/qtnetwork/qtnetwork-5.15..ebuild
index cd62434c..e3ae43aa 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.15..ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.15..ebuild
@@ -66,3 +66,12 @@ src_configure() {
)
qt5-build_src_configure
 }
+
+src_install() {
+   qt5-build_src_install
+   # workaround for bug 652650
+   if use ssl; then
+   sed -e "/^#define QT_LINKED_OPENSSL/s/$/ true/" \
+   -i "${D}${QT5_HEADERDIR}"/Gentoo/${PN}-qconfig.h || die
+   fi
+}



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

2020-11-18 Thread Mike Pagano
commit: dc7ab33004741d2b5109d64eb86788913772383d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Nov 18 21:03:49 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 21:03:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7ab330

sys-kernel/gentoo-sources: Version bumps and genpatches updates

Linux patches: 4.4.244, 4.9.244, 4.14.207, 4.19.158, 5.4.78 and 5.9.9
5.4 only: wireguard dropped, will be re-added with working patch

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

 sys-kernel/gentoo-sources/Manifest | 18 ++
 .../gentoo-sources/gentoo-sources-4.14.207.ebuild  | 28 +
 .../gentoo-sources/gentoo-sources-4.19.158.ebuild  | 28 +
 .../gentoo-sources/gentoo-sources-4.4.244.ebuild   | 28 +
 .../gentoo-sources/gentoo-sources-4.9.244.ebuild   | 28 +
 .../gentoo-sources/gentoo-sources-5.4.78.ebuild| 28 +
 .../gentoo-sources/gentoo-sources-5.9.9.ebuild | 29 ++
 7 files changed, 187 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 4fe6d962d9a..86389e5c50d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -7,6 +7,9 @@ DIST genpatches-4.14-215.extras.tar.xz 3340 BLAKE2B 
c808f466732b10b11fb795f71bfb
 DIST genpatches-4.14-216.base.tar.xz 4684292 BLAKE2B 
03c819348e14195aa07e73ffd95654dec323142bda99baa9bbf4ff4ee0401d18849a1b6588dd662c1dc4fc52ad97555d51670fdee696e34e7930c2bda9cc
 SHA512 
54c3e03230ebfc8db5a48a9d291c3b8e2b4b06e2b762bfe0a3a80454a7da7df86adfaee6fd274aec25a74e12635045a116a843f6920a839f917c63f11ed86ccc
 DIST genpatches-4.14-216.experimental.tar.xz 6084 BLAKE2B 
bcd501a52fdba06fbd54a6e72441441b4eb8ae01295f09da1a7d7c1ed54de3bd639a8f9ed02144ff266a80edd1f18c5d2dec039980ae718e78e83578020bc399
 SHA512 
7ab5740f2bbafad425ff155426673b0f66c3131b32bf94ed784e3ecfc1072944f1ed76e8eb5048feab99c7a1dac0f6f5cb9cc1bd10e966481e02de8dfab125e9
 DIST genpatches-4.14-216.extras.tar.xz 3340 BLAKE2B 
3beb784ec623f4b31cf5335280d063afd9256a1f0d6399f52b27aa515941dfb05750ca98b79cfbb23b3eab41fb52fa8a4f708902047684bae8078efc98e87146
 SHA512 
74907882c0d33b5b09d551523fd4c2327efb0caba38f5b795fa045b6190fc76a7114abc71fc93825da10ba440cc85e1e2c4a6769e71ed84f5202a59fe16df0cf
+DIST genpatches-4.14-217.base.tar.xz 4713148 BLAKE2B 
0a08958b9dd24ec5cdf64a6a1a26374eb6cc69a284e2f0d9c090679d86ec74ca48952935bfa1a6e015af24284d82ea3e3d906bb66531d54c5c3602a8187d5f3a
 SHA512 
30ff4d11b99caa950623ecdd2b5ee0095dd2159e015219f3311680d75d3fc0ef1c1bfcb6a4dfa38961c40916fcc362563f353b8ae87be044153c16023d155033
+DIST genpatches-4.14-217.experimental.tar.xz 6092 BLAKE2B 
b473b6244cd6e4b59189499dadadc969e488d5cc134dc1deee7e2a5266cd1dbad94c9bc938f33a27c5081c5efac099a8c1085c29872e15b08e363c98527facbe
 SHA512 
75534f2dda2fd39a8a7417e154db3a3a58c119c444a65ebdfd7c5ee6d84494395d72a8998b16f8c35d8c0b71c8dc4bbf0c9baa08fb642c073ff406e0359874ae
+DIST genpatches-4.14-217.extras.tar.xz 3340 BLAKE2B 
38d205410f060e5f8020fda6ff3bd8a6bfc930663cc4a0e13633ac82763cc4343a72874390fdc257c74b6bb9f02bf2825f635f8f653057dcf345d80a9a873704
 SHA512 
8944d0c1aff6dc667e6534c821dc5d2510da404c0887a4888e230684a61df42542cbbf897d63382aaa2cd432ca08579ea81c3b2b96f48d3536afcf72b8a50a4c
 DIST genpatches-4.19-151.base.tar.xz 4004372 BLAKE2B 
ab830d3f5ae37f48d4aa71e6b9913498397c00fe17630184b7283b42415ed55b2a3fe0d9d3c619923f43c8e244b476ed28916f0dc2e44c53dc8022a21ad152f8
 SHA512 
0b7d374b9dbd90f99ae73537e543d19c253d219ffea77e56a1c6825516d94f5bf4e2d85323f5a7318e0b8b5233e8b7363fbb2962e60c09b5c9825b1718bc7ae9
 DIST genpatches-4.19-151.experimental.tar.xz 6976 BLAKE2B 
136a9a1f5de573917000f3b41f28a6bf84b61588cc8d61824d43df5fd191feb4608a55e5418633f18df9002dde899670a03b9713feaddf6b60b64c207005c256
 SHA512 
1650b33e6a3a431d91c3d9f054bcfe6a3bf3a93d2eda87beb23af93846f4b04ff8b67f31e71361584bd8963e2cacdecea7c33ad15e273c3b708aa353467afce8
 DIST genpatches-4.19-151.extras.tar.xz 3316 BLAKE2B 
fd6adfc4ce72c3a84b4821c6adcc79cf421e30609c1556dd9534b851faec4b5eb92210a48d2cf5e3c4a34781fefd4101ee6ede03808bbccd5aeb5875cc9d4515
 SHA512 
288a504278449d0646377e9e6b5191787fc218d5912a2298b7243a0cf8cddb21a7108449e9868f36c6e97e43081e8eafa880093ad1d87673f670042e31467e59
@@ -16,6 +19,9 @@ DIST genpatches-4.19-155.extras.tar.xz 3316 BLAKE2B 
b882d1593bb5111db6ac893ff7b0
 DIST genpatches-4.19-156.base.tar.xz 4125856 BLAKE2B 
ffa5ba0b1eb7bbe11aa7873ec05425bcd2565d04c7c8014935ed967376180d42d21c2056ca73d0cb313d64003f83f13d2f660292eec4b612535dda406273ab04
 SHA512 
746b3ee2ae22b9a33d1a62968e23b0ba96063f9f517f7a38b610e0c9e8efce9b1070b1ed7af2e7007b4a80416f1f94ae934ce929f79b5026a257d686f1532b21
 DIST genpatches-4.19-156.experimental.tar.xz 6984 BLAKE2B 
aa25d49fce3a2710e9f0b4dc5b858a8f047e628befcd34f187eae802f4607e252db8d06d7f0ee9848b59c09dd4e3264f2247f24257e2712957d75e169ff0c601
 SHA512 
c87

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

2020-11-18 Thread Daniel Pielmeier
commit: bef14aee0fd05cc6064c7d2f0adbce9e494a
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Nov 18 21:03:28 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Nov 18 21:03:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef1

app-admin/conky: Remove old conky-1.11.6-r1.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 app-admin/conky/conky-1.11.6-r1.ebuild | 192 -
 1 file changed, 192 deletions(-)

diff --git a/app-admin/conky/conky-1.11.6-r1.ebuild 
b/app-admin/conky/conky-1.11.6-r1.ebuild
deleted file mode 100644
index 91a17200710..000
--- a/app-admin/conky/conky-1.11.6-r1.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-3 )
-
-inherit cmake linux-info lua-single readme.gentoo-r1 xdg
-
-DESCRIPTION="An advanced, highly configurable system monitor for X"
-HOMEPAGE="https://github.com/brndnmtthws/conky";
-SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3 BSD LGPL-2.1 MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="apcupsd bundled-toluapp cmus curl doc hddtemp ical iconv imlib iostats
-   ipv6 irc lua-cairo lua-imlib lua-rsvg math moc mpd mysql nano-syntax
-   ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype
-   vim-syntax weather-metar webserver wifi X xmms2"
-
-COMMON_DEPEND="
-   X? (
-   x11-libs/libX11
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   x11-libs/libXfixes
-   x11-libs/libXext
-   )
-   cmus? ( media-sound/cmus )
-   curl? ( net-misc/curl )
-   ical? ( dev-libs/libical:= )
-   iconv? ( virtual/libiconv )
-   imlib? ( media-libs/imlib2[X] )
-   irc? ( net-libs/libircclient )
-   lua-cairo? ( x11-libs/cairo[X] )
-   lua-imlib? ( media-libs/imlib2[X] )
-   lua-rsvg? ( gnome-base/librsvg )
-   mysql? ( dev-db/mysql-connector-c )
-   ncurses? ( sys-libs/ncurses:= )
-   nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )
-   pulseaudio? ( media-sound/pulseaudio )
-   rss? ( dev-libs/libxml2 net-misc/curl dev-libs/glib:2 )
-   systemd? ( sys-apps/systemd )
-   truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
-   wifi? ( net-wireless/wireless-tools )
-   weather-metar? ( net-misc/curl )
-   webserver? ( net-libs/libmicrohttpd )
-   xmms2? ( media-sound/xmms2 )
-   ${LUA_DEPS}
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   apcupsd? ( sys-power/apcupsd )
-   hddtemp? ( app-admin/hddtemp )
-   moc? ( media-sound/moc )
-   nano-syntax? ( app-editors/nano )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   doc? ( app-text/docbook2X dev-libs/libxslt )
-"
-
-REQUIRED_USE="
-   imlib? ( X )
-   nvidia? ( X )
-   truetype? ( X )
-   lua-cairo? ( X  bundled-toluapp )
-   lua-imlib? ( X  bundled-toluapp )
-   lua-rsvg? ( X  bundled-toluapp )
-"
-
-CONFIG_CHECK="~IPV6"
-
-DOCS=( README.md AUTHORS )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fpermissive.patch
-)
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="You can find sample configurations at 
${ROOT}/usr/share/doc/${PF}.
-To customize, copy to \${XDG_CONFIG_HOME}/conky/conky.conf
-and edit it to your liking.
-
-There are pretty html docs available at the conky homepage
-or in ${ROOT}/usr/share/doc/${PF}/html when built with USE=doc.
-
-Also see https://wiki.gentoo.org/wiki/Conky/HOWTO";
-
-pkg_setup() {
-   use ipv6 && linux-info_pkg_setup
-
-   lua-single_pkg_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   xdg_environment_reset
-
-   sed -i -e "s|find_program(APP_MAN man)|set(APP_MAN $(which man) CACHE 
FILEPATH MAN_BINARY)|" \
-   cmake/ConkyPlatformChecks.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs
-
-   if use X; then
-   mycmakeargs=(
-   -DBUILD_ARGB=ON
-   -DBUILD_X11=ON
-   -DBUILD_XDAMAGE=ON
-   -DBUILD_XDBE=ON
-   -DBUILD_XINERAMA=ON
-   -DBUILD_XSHAPE=ON
-   -DOWN_WINDOW=ON
-   )
-   else
-   mycmakeargs=(
-   -DBUILD_X11=OFF
-   )
-   fi
-
-   mycmakeargs+=(
-   -DBUILD_APCUPSD=$(usex apcupsd)
-   -DBUILD_AUDACIOUS=OFF
-   -DBUILD_BUILTIN_CONFIG=ON
-   -DBUILD_CMUS=$(usex cmus)
-   -DBUILD_CURL=$(usex curl)
-   -DBUILD_DOCS=$(usex doc)
-   -DBUILD_HDDTEMP=$(usex hddtemp)
-   -DBUILD_HTTP=$(usex webserver)
-   -DBUILD_

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

2020-11-18 Thread Daniel Pielmeier
commit: 7a4c380e09df346329c9303ee53cd8103e1a672a
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Nov 18 20:58:23 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Nov 18 20:58:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4c380e

sys-fs/fatsort: Remove unused patch.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 sys-fs/fatsort/files/fatsort-1.6.2.605-gcc10.patch | 256 -
 1 file changed, 256 deletions(-)

diff --git a/sys-fs/fatsort/files/fatsort-1.6.2.605-gcc10.patch 
b/sys-fs/fatsort/files/fatsort-1.6.2.605-gcc10.patch
deleted file mode 100644
index 0446fe3e09d..000
--- a/sys-fs/fatsort/files/fatsort-1.6.2.605-gcc10.patch
+++ /dev/null
@@ -1,256 +0,0 @@
-Index: tests/Makefile
-===
 a/tests/Makefile   (revision 606)
-+++ b/tests/Makefile   (revision 613)
-@@ -19,7 +19,7 @@
-   if [ ! -f $$i/passed ]; then \
-   printf "%.70s" "Test case $$i...
 "; \
-   printf "[ \e[1;33mWAIT \e[0m]"; \
--  ${MAKE} -C $$i &>> /dev/null; \
-+  ${MAKE} -C $$i &> /dev/null; \
-   ret=$$?; \
-   printf "\r%.70s" "Test case $$i...  
   "; \
-   if [ $$ret -eq 0 ]; then \
-Index: CHANGES.md
-===
 a/CHANGES.md   (revision 606)
-+++ b/CHANGES.md   (revision 613)
-@@ -1,5 +1,11 @@
- # Changelog
- 
-+## v1.6.3 (xxx)
-+* fixed support for macOS (thanks to Max for the fix)
-+* declared OPT_LOCALE as extern
-+* fixed uninitialized variable
-+* avoided some string truncation compiler warnings
-+
- ## v1.6.2 (November 29, 2019)
- - FIX: multiple endianness issues with exFAT
- - now using /proc/self/mounts instead of /etc/mtab to check whether 
filesystem is mounted
-Index: src/FAT_fs.c
-===
 a/src/FAT_fs.c (revision 606)
-+++ b/src/FAT_fs.c (revision 613)
-@@ -42,7 +42,7 @@
- // used to check if device is mounted
- #if defined(__LINUX__)
- #include 
--#elif defined (__BSD__)
-+#elif defined (__BSD__) || defined (__OSX__)
- #include 
- #include 
- #endif
-@@ -85,7 +85,7 @@
- 
-   return ret;
- 
--#elif defined(__BSD__)
-+#elif defined(__BSD__) || defined(__OSX__)
-   struct statfs *mntbuf;
-   int i, mntsize;
-   int32_t ret = 0;
-Index: src/deviceio.c
-===
 a/src/deviceio.c   (revision 606)
-+++ b/src/deviceio.c   (revision 613)
-@@ -24,7 +24,7 @@
- 
- #include "deviceio.h"
- 
--#if defined __LINUX__ || defined __BSD__
-+#if defined __LINUX__ || defined __BSD__ || defined __OSX__ 
- 
- #include 
- #include 
-@@ -59,7 +59,7 @@
- #include "mallocv.h"
- #include "errors.h"
- 
--#if defined __LINUX__ || defined __BSD__
-+#if defined __LINUX__ || defined __BSD__ || defined __OSX__ 
- 
- DEVICE *device_open(const char *path) {
- 
-@@ -88,7 +88,7 @@
-   assert(device != NULL);
-   assert(offset >= 0);
- 
--#if defined __BSD__
-+#if defined __BSD__ || defined __OSX__ 
-   return lseek(device->fd, (off_t) offset, SEEK_SET);
- #else
-   return lseek64(device->fd, (off64_t) offset, SEEK_SET);
-Index: src/deviceio.h
-===
 a/src/deviceio.h   (revision 606)
-+++ b/src/deviceio.h   (revision 613)
-@@ -27,7 +27,7 @@
- 
- #include 
- 
--#if defined __LINUX__ || defined __BSD__
-+#if defined __LINUX__ || defined __BSD__ || defined __OSX__ 
- 
- #define DIRECTORY_SEPARATOR '/'
- 
-Index: src/fatsort.c
-===
 a/src/fatsort.c(revision 606)
-+++ b/src/fatsort.c(revision 613)
-@@ -45,7 +45,7 @@
- 
- // program information
- #define INFO_PROGRAM  "fatsort"
--#define INFO_VERSION  "1.6.2"
-+#define INFO_VERSION  "1.6.3"
- #define INFO_AUTHOR   "Written by Boris Leidner.\n"
- #define INFO_COPYRIGHT"Copyright (C) 2004-2019 Boris 
Leidner.\n"
- #define INFO_LICENSE  "License GPLv2: GNU GPL version 2 (see 
LICENSE.txt)\n" \
-Index: src/sort.c
-===
 a/src/sort.c   (revision 606)
-+++ b/src/sort.c   (revision 613)
-@@ -261,14 +261,15 @@
- 
-   struct sExFATDirEntry de;
-   struct sExFATDirEntrySet *des;
--  struct sExFATDirEntryList *del;
-+  struct sExFATDirEntryList *del=NULL;
- 
-   char name[MAX_PATH_LEN+1];
--  char str[32];
-+  char str[31];
-   char *outptr, *inptr;
-   uint8_t nameLength=0;
- 
--  size_t outcount, incount, iret;
-+  siz

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

2020-11-18 Thread Daniel Pielmeier
commit: fd5a158dd0bb927259b19e4a85571bebacbc162b
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Nov 18 20:53:08 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Nov 18 20:53:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5a158d

sys-fs/fatsort: Remove old fatsort-1.6.2.605.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 sys-fs/fatsort/Manifest |  1 -
 sys-fs/fatsort/fatsort-1.6.2.605.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/sys-fs/fatsort/Manifest b/sys-fs/fatsort/Manifest
index c6746968827..13e5a1b2086 100644
--- a/sys-fs/fatsort/Manifest
+++ b/sys-fs/fatsort/Manifest
@@ -1,2 +1 @@
-DIST fatsort-1.6.2.605.tar.xz 122928 BLAKE2B 
2690233828e47a4809aac14a8d64dc8d95a824bec52f787190186adbe066d5d4e6f9c6d1873fc6b809c6df6879d12154430f44d412944963bdff49e673079d12
 SHA512 
0d119c99c5efff4c10367152fc6efe95e2cb1c39405ca02dd25b66cc68c7420b5b28c0daca1346b7928633bac8ace2d05d731502f989d39ca5c783dcec69ccc7
 DIST fatsort-1.6.3.622.tar.xz 123644 BLAKE2B 
1db530753bdaee4ebda9ab36a47f6794584bc590de4cbf8d144a5baa770c080c9d27a1ecadd5a22de72538887c4e10f161f3c4fb3afb3e63bd18834897ebe905
 SHA512 
309c7424e53fb74f57d0c4272a1a4b3df57fa1130d7e7adae0ac73ac1c8b1900504e49efd0cc4dafea3efa2fbc9191f343b10bb97b647dd6124197356cd01c53

diff --git a/sys-fs/fatsort/fatsort-1.6.2.605.ebuild 
b/sys-fs/fatsort/fatsort-1.6.2.605.ebuild
deleted file mode 100644
index 0f3cb645a3c..000
--- a/sys-fs/fatsort/fatsort-1.6.2.605.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players"
-HOMEPAGE="http://fatsort.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-PATCHES=(
-   "${FILESDIR}/${P}-gcc10.patch"
-)
-
-src_prepare() {
-   default
-
-   sed -i -e 's|/usr/local|/usr|g' \
-   $(find ./ -name Makefile) || die
-}
-
-src_compile() {
-   emake CC=$(tc-getCC) LD=$(tc-getCC) \
-   CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
-   DESTDIR="${D}"
-}
-
-src_test() {
-   # Tests require root permissions and mounting filesystems which does
-   # not work inside the ebuild environment
-   true
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2020-11-18 Thread Daniel Pielmeier
commit: 9ec60389fdecf506a2d4f539268002543fa4af2c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Nov 18 20:38:42 2020 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Nov 18 20:38:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec60389

net-print/hplip: Revision bump to hplip-3.20.9-r4.

Thanks to ernsteiswuerfel and Thomas De Schampheleire for the
reports.

Closes: https://bugs.gentoo.org/754636
Closes: https://bugs.gentoo.org/755038
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip/hplip-3.20.9-r4.ebuild | 286 +
 1 file changed, 286 insertions(+)

diff --git a/net-print/hplip/hplip-3.20.9-r4.ebuild 
b/net-print/hplip/hplip-3.20.9-r4.ebuild
new file mode 100644
index 000..f55a4176174
--- /dev/null
+++ b/net-print/hplip/hplip-3.20.9-r4.ebuild
@@ -0,0 +1,286 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+),xml"
+
+# 14 and 15 spit out a lot of warnings about subdirs
+WANT_AUTOMAKE="1.13"
+
+inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
+
+DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing";
+SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
+   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.20.9-patches-2.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
+
+COMMON_DEPEND="
+   net-print/cups
+   sys-apps/dbus
+   virtual/jpeg:0
+   hpijs? ( net-print/cups-filters[foomatic] )
+   !libusb0? ( virtual/libusb:1 )
+   libusb0? ( virtual/libusb:0 )
+   ${PYTHON_DEPS}
+   !minimal? (
+   scanner? (
+   media-gfx/sane-backends
+   )
+   snmp? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   net-analyzer/net-snmp:=
+   $(python_gen_cond_dep 
'net-dns/avahi[dbus,${PYTHON_MULTI_USEDEP}]')
+   )
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   ${COMMON_DEPEND}
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   app-text/ghostscript-gpl
+   !minimal? (
+   $(python_gen_cond_dep 
'dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]' 'python3*')
+   kernel_linux? ( virtual/udev )
+   $(python_gen_cond_dep '
+   
>=dev-python/dbus-python-1.2.0-r1[${PYTHON_MULTI_USEDEP}]
+   dev-python/distro[${PYTHON_MULTI_USEDEP}]
+   fax? ( dev-python/reportlab[${PYTHON_MULTI_USEDEP}] )
+   qt5? (
+   
>=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_MULTI_USEDEP}]
+   libnotify? ( 
dev-python/notify2[${PYTHON_MULTI_USEDEP}] )
+   )
+   scanner? (
+   
>=dev-python/reportlab-3.2[${PYTHON_MULTI_USEDEP}]
+   
>=dev-python/pillow-3.1.1[${PYTHON_MULTI_USEDEP}]
+   X? (
+   || (
+   kde? ( kde-misc/skanlite )
+   media-gfx/xsane
+   media-gfx/sane-frontends
+   )
+   )
+   )
+   ')
+   )
+   policykit? ( sys-auth/polkit )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=(
+   "${WORKDIR}/patches"
+)
+
+CONFIG_CHECK="~PARPORT ~PPDEV"
+ERROR_PARPORT="Please make sure kernel parallel port support is enabled 
(PARPORT and PPDEV)."
+
+#DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+For more information on setting up your printer please take
+a look at the hplip section of the gentoo printing guide:
+https://wiki.gentoo.org/wiki/Printing
+"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+
+   use scanner && ! use X && ewarn "You need USE=X for the scanner GUI."
+
+   use parport && linux-info_pkg_setup
+
+   if use minimal ; then
+   ewarn "Installing driver portions only, make sure you know what 
you are doing."
+   ewarn "Depending on the USE flags set for hpcups or hpijs the 
appropiate driver"
+   ewarn "is installed. If both USE flags are set hpijs overrides 
hpcups."
+   ewarn "This also disables fax, network, scanner and gui 
support!"
+   fi
+
+   if ! use hpcups && ! use hpijs ; then
+

[gentoo-commits] proj/linux-patches: New tag: 5.9-9

2020-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 20:26:01 2020 +

New tag: 5.9-9




[gentoo-commits] proj/linux-patches: New tag: 5.4-79

2020-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 20:21:10 2020 +

New tag: 5.4-79




[gentoo-commits] proj/linux-patches: New tag: 4.19-157

2020-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 20:00:09 2020 +

New tag: 4.19-157




[gentoo-commits] proj/linux-patches:4.19 commit in: /

2020-11-18 Thread Mike Pagano
commit: eabb0eeb83a288eb30a7f95735245dbdf98879ac
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Nov 18 19:56:24 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 19:56:24 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=eabb0eeb

Linux patch 4.19.158

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

 _README   |4 +
 1157_linux-4.19.158.patch | 3734 +
 2 files changed, 3738 insertions(+)

diff --git a/_README b/_README
index 6ed2267..9824d3a 100644
--- a/_README
+++ b/_README
@@ -667,6 +667,10 @@ Patch:  1156_linux-4.19.157.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.157
 
+Patch:  1157_linux-4.19.158.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.158
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1157_linux-4.19.158.patch b/1157_linux-4.19.158.patch
new file mode 100644
index 000..43b384d
--- /dev/null
+++ b/1157_linux-4.19.158.patch
@@ -0,0 +1,3734 @@
+diff --git a/Makefile b/Makefile
+index 245bcd8dd7b72..698a9cc2864bd 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 157
++SUBLEVEL = 158
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/arm/include/asm/kprobes.h b/arch/arm/include/asm/kprobes.h
+index 82290f212d8e7..e1eb662e0f9e0 100644
+--- a/arch/arm/include/asm/kprobes.h
 b/arch/arm/include/asm/kprobes.h
+@@ -52,20 +52,20 @@ int kprobe_exceptions_notify(struct notifier_block *self,
+unsigned long val, void *data);
+ 
+ /* optinsn template addresses */
+-extern __visible kprobe_opcode_t optprobe_template_entry;
+-extern __visible kprobe_opcode_t optprobe_template_val;
+-extern __visible kprobe_opcode_t optprobe_template_call;
+-extern __visible kprobe_opcode_t optprobe_template_end;
+-extern __visible kprobe_opcode_t optprobe_template_sub_sp;
+-extern __visible kprobe_opcode_t optprobe_template_add_sp;
+-extern __visible kprobe_opcode_t optprobe_template_restore_begin;
+-extern __visible kprobe_opcode_t optprobe_template_restore_orig_insn;
+-extern __visible kprobe_opcode_t optprobe_template_restore_end;
++extern __visible kprobe_opcode_t optprobe_template_entry[];
++extern __visible kprobe_opcode_t optprobe_template_val[];
++extern __visible kprobe_opcode_t optprobe_template_call[];
++extern __visible kprobe_opcode_t optprobe_template_end[];
++extern __visible kprobe_opcode_t optprobe_template_sub_sp[];
++extern __visible kprobe_opcode_t optprobe_template_add_sp[];
++extern __visible kprobe_opcode_t optprobe_template_restore_begin[];
++extern __visible kprobe_opcode_t optprobe_template_restore_orig_insn[];
++extern __visible kprobe_opcode_t optprobe_template_restore_end[];
+ 
+ #define MAX_OPTIMIZED_LENGTH  4
+ #define MAX_OPTINSN_SIZE  \
+-  ((unsigned long)&optprobe_template_end -\
+-   (unsigned long)&optprobe_template_entry)
++  ((unsigned long)optprobe_template_end - \
++   (unsigned long)optprobe_template_entry)
+ #define RELATIVEJUMP_SIZE 4
+ 
+ struct arch_optimized_insn {
+diff --git a/arch/arm/probes/kprobes/opt-arm.c 
b/arch/arm/probes/kprobes/opt-arm.c
+index 0dc23fc227ed2..cf08cb7267670 100644
+--- a/arch/arm/probes/kprobes/opt-arm.c
 b/arch/arm/probes/kprobes/opt-arm.c
+@@ -98,21 +98,21 @@ asm (
+   "optprobe_template_end:\n");
+ 
+ #define TMPL_VAL_IDX \
+-  ((unsigned long *)&optprobe_template_val - (unsigned long 
*)&optprobe_template_entry)
++  ((unsigned long *)optprobe_template_val - (unsigned long 
*)optprobe_template_entry)
+ #define TMPL_CALL_IDX \
+-  ((unsigned long *)&optprobe_template_call - (unsigned long 
*)&optprobe_template_entry)
++  ((unsigned long *)optprobe_template_call - (unsigned long 
*)optprobe_template_entry)
+ #define TMPL_END_IDX \
+-  ((unsigned long *)&optprobe_template_end - (unsigned long 
*)&optprobe_template_entry)
++  ((unsigned long *)optprobe_template_end - (unsigned long 
*)optprobe_template_entry)
+ #define TMPL_ADD_SP \
+-  ((unsigned long *)&optprobe_template_add_sp - (unsigned long 
*)&optprobe_template_entry)
++  ((unsigned long *)optprobe_template_add_sp - (unsigned long 
*)optprobe_template_entry)
+ #define TMPL_SUB_SP \
+-  ((unsigned long *)&optprobe_template_sub_sp - (unsigned long 
*)&optprobe_template_entry)
++  ((unsigned long *)optprobe_template_sub_sp - (unsigned long 
*)optprobe_template_entry)
+ #define TMPL_RESTORE_BEGIN \
+-  ((unsigned long *)&optprobe_template_restore_begin - (unsigned long 
*)&optprobe_template_entry)
++  ((unsigned long *)optprobe_template_restore_begin - (unsigned long 
*)optprobe_template_entry)
+ #define TMPL_RESTORE_ORIGN_INSN \
+-  ((unsigned long *)&optprobe_templ

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

2020-11-18 Thread Jason A. Donenfeld
commit: f9e4fce109fc8806935648a17ddcf7109b52c7ef
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed Nov 18 19:37:28 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Wed Nov 18 19:37:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e4fce1

net-vpn/wireguard-modules: stable x86/amd64

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-vpn/wireguard-modules/Manifest |  1 -
 .../wireguard-modules-1.0.20200908.ebuild  | 99 --
 .../wireguard-modules-1.0.20201112.ebuild  |  2 +-
 3 files changed, 1 insertion(+), 101 deletions(-)

diff --git a/net-vpn/wireguard-modules/Manifest 
b/net-vpn/wireguard-modules/Manifest
index 8b1c9a0c59c..e908603ee4b 100644
--- a/net-vpn/wireguard-modules/Manifest
+++ b/net-vpn/wireguard-modules/Manifest
@@ -1,2 +1 @@
-DIST wireguard-linux-compat-1.0.20200908.tar.xz 262708 BLAKE2B 
e1621237c6a76a6b8111eb26d2547c7335d87f8e0db29fd6d7b8c56993d0998383a2beab682c75caa0de183f17e345b0f96794a7c9e5b2cd04281d558ce0
 SHA512 
e13f243a7a72a4d4bd326af40439b7760b6ea8b452e67ddff1c844dc62bc53e2dc2c1738f98c7a45b6b24566d0ed9dc0dc3e9006fcb668f0314aac2ab9eaeb87
 DIST wireguard-linux-compat-1.0.20201112.tar.xz 262220 BLAKE2B 
2bbcce294c7d0578e820b285074bdbff2c96908ccc10294e05aa846a6f0b614930ca71536cb954233480c9e294692df1f4954b8f11db86deecdc93373b6e1d4f
 SHA512 
c3ad6611d1d8abf163e6626ceeb1329b8b4a745159021473fee134858e22f6a5d3418b39f165f2f2f0bde1891d560f773cdb4d1f4fb60d61b35aff01d59aee54

diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild 
b/net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild
deleted file mode 100644
index a3aea3fe6a5..000
--- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20200908.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MODULES_OPTIONAL_USE="module"
-inherit linux-mod bash-completion-r1
-
-DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art 
cryptography."
-HOMEPAGE="https://www.wireguard.com/";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.zx2c4.com/wireguard-linux-compat";
-else
-   
SRC_URI="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${PV}.tar.xz";
-   S="${WORKDIR}/wireguard-linux-compat-${PV}"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug +module module-src"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-MODULE_NAMES="wireguard(kernel/drivers/net:src)"
-BUILD_TARGETS="module"
-CONFIG_CHECK="NET INET NET_UDP_TUNNEL CRYPTO_ALGAPI"
-
-pkg_setup() {
-   if use module; then
-   linux-mod_pkg_setup
-   if [[ -f $KERNEL_DIR/include/uapi/linux/wireguard.h ]]; then
-   eerror
-   eerror "WireGuard has been merged upstream into this 
kernel. Therefore,"
-   eerror "you no longer need this compatibility ebuild. 
Instead, simply"
-   eerror "enable CONFIG_WIREGUARD=y in your kernel 
configuration."
-   eerror
-   die "Use CONFIG_WIREGUARD=y for this kernel, and do not 
use this package."
-   elif kernel_is -lt 3 10 0 || kernel_is -ge 5 6 0; then
-   die "This version of ${PN} requires Linux >= 3.10 and < 
5.6."
-   fi
-   fi
-}
-
-src_compile() {
-   BUILD_PARAMS="KERNELDIR=${KV_OUT_DIR}"
-   use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y ${BUILD_PARAMS}"
-   use module && linux-mod_src_compile
-}
-
-src_install() {
-   use module && linux-mod_src_install
-   use module-src && emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src 
dkms-install
-}
-
-pkg_postinst() {
-   if use module-src && ! use module; then
-   einfo
-   einfo "You have enabled the module-src USE flag without the 
module USE"
-   einfo "flag. This means that sources are installed to"
-   einfo "${ROOT}/usr/src/wireguard instead of having the"
-   einfo "kernel module compiled. You will need to compile the 
module"
-   einfo "yourself. Most likely, you don't want this USE flag, and 
should"
-   einfo "rather use USE=module"
-   einfo
-   fi
-
-   if use module; then
-   linux-mod_pkg_postinst
-   local old new
-   if [[ $(uname -r) != "${KV_FULL}" ]]; then
-   ewarn
-   ewarn "You have just built WireGuard for kernel 
${KV_FULL}, yet the currently running"
-   ewarn "kernel is $(uname -r). If you intend to use this 
WireGuard module on the currently"
-   ewarn "running mach

[gentoo-commits] proj/linux-patches: New tag: 4.14-217

2020-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 19:36:29 2020 +

New tag: 4.14-217




[gentoo-commits] proj/linux-patches: New tag: 4.9-248

2020-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 19:34:15 2020 +

New tag: 4.9-248




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

2020-11-18 Thread Thomas Beierlein
commit: 69edfd9d12114d0f5996d0710aca6f264d7a9812
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Nov 18 19:32:25 2020 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Nov 18 19:33:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69edfd9d

media-libs/hamlib: Add python3.8 support

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-libs/hamlib/hamlib-3.3-r1.ebuild | 93 ++
 1 file changed, 93 insertions(+)

diff --git a/media-libs/hamlib/hamlib-3.3-r1.ebuild 
b/media-libs/hamlib/hamlib-3.3-r1.ebuild
new file mode 100644
index 000..fba1a537a60
--- /dev/null
+++ b/media-libs/hamlib/hamlib-3.3-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Ham radio backend rig control libraries"
+HOMEPAGE="https://www.hamlib.org";
+SRC_URI="https://www.github.com/${PN}/${PN}/releases/download/${PVR}/${P}.tar.gz";
+
+LICENSE="LGPL-2 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc perl python tcl"
+
+RESTRICT="test"
+
+RDEPEND="
+   =virtual/libusb-0*
+   dev-libs/libxml2
+   sys-libs/readline:0=
+   perl? ( dev-lang/perl )
+   python? ( ${PYTHON_DEPS} )
+   tcl? ( dev-lang/tcl:0= )"
+
+DEPEND=" ${RDEPEND}
+   virtual/pkgconfig
+   dev-lang/swig
+   >=sys-devel/libtool-2.2
+   doc? ( app-doc/doxygen )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=( "${FILESDIR}"/hamlib-3.3-format-security.patch )
+
+DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer TODO)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # fix hardcoded libdir paths
+   sed -i -e "s#fix}/lib#fix}/$(get_libdir)/hamlib#" \
+   -e "s#fix}/include#fix}/include/hamlib#" \
+   hamlib.pc.in || die "sed failed"
+
+   # Correct install target to whatever INSTALLDIRS says and use vendor
+   # installdirs everywhere (bug #611550)
+   sed -i -e "s#install_site#install#" \
+   -e 's#MAKEFILE="Hamlib-pl.mk"#MAKEFILE="Hamlib-pl.mk" 
INSTALLDIRS=vendor#' \
+   bindings/Makefile.am || die "sed failed patching for perl"
+
+   # make building of documentation compatible with autotools-utils
+   sed -i -e "s/doc:/html:/g" doc/Makefile.am || die "sed failed"
+
+   eautoreconf
+
+   eapply "${PATCHES}"
+
+   eapply_user
+}
+
+src_configure() {
+   econf \
+   --libdir=/usr/$(get_libdir)/hamlib \
+   --disable-static \
+   --with-xml-support \
+   $(use_with perl perl-binding) \
+   $(use_with python python-binding) \
+   $(use_with tcl tcl-binding)
+}
+
+src_compile() {
+   emake
+   use doc && emake html
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   use doc && HTML_DOCS=( doc/html/ )
+   einstalldocs
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins hamlib.pc
+
+   echo "LDPATH=/usr/$(get_libdir)/hamlib" > "${T}"/73hamlib
+   doenvd "${T}"/73hamlib
+}



[gentoo-commits] proj/linux-patches: New tag: 4.4-246

2020-11-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 19:28:31 2020 +

New tag: 4.4-246




[gentoo-commits] proj/linux-patches:4.9 commit in: /

2020-11-18 Thread Mike Pagano
commit: 41eb2bbf17269ce494fa6eab5fccedd894721bb6
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Nov 18 19:22:53 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 19:22:53 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=41eb2bbf

Linux patch 4.9.244

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

 _README  |4 +
 1243_linux-4.9.244.patch | 4074 ++
 2 files changed, 4078 insertions(+)

diff --git a/_README b/_README
index 4546eb0..acd3b35 100644
--- a/_README
+++ b/_README
@@ -1015,6 +1015,10 @@ Patch:  1242_linux-4.9.243.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.243
 
+Patch:  1243_linux-4.9.244.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.244
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1243_linux-4.9.244.patch b/1243_linux-4.9.244.patch
new file mode 100644
index 000..eabedd5
--- /dev/null
+++ b/1243_linux-4.9.244.patch
@@ -0,0 +1,4074 @@
+diff --git a/Documentation/kernel-parameters.txt 
b/Documentation/kernel-parameters.txt
+index 40602517ca528..e51e42d9f6460 100644
+--- a/Documentation/kernel-parameters.txt
 b/Documentation/kernel-parameters.txt
+@@ -5020,6 +5020,14 @@ bytes respectively. Such letter suffixes can also be 
entirely omitted.
+   Disables the PV optimizations forcing the HVM guest to
+   run as generic HVM guest with no PV drivers.
+ 
++  xen.event_eoi_delay=[XEN]
++  How long to delay EOI handling in case of event
++  storms (jiffies). Default is 10.
++
++  xen.event_loop_timeout= [XEN]
++  After which time (jiffies) the event handling loop
++  should start to delay EOI handling. Default is 2.
++
+   xirc2ps_cs= [NET,PCMCIA]
+   Format:
+   
,[,[,[,]]]
+diff --git a/Makefile b/Makefile
+index c6fcfe4bfeed5..27314b9f0fe67 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 243
++SUBLEVEL = 244
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/x86/events/intel/pt.c b/arch/x86/events/intel/pt.c
+index df60b58691e7c..1808c57ce1614 100644
+--- a/arch/x86/events/intel/pt.c
 b/arch/x86/events/intel/pt.c
+@@ -1117,7 +1117,7 @@ static int pt_event_addr_filters_validate(struct 
list_head *filters)
+   if (!filter->range || !filter->size)
+   return -EOPNOTSUPP;
+ 
+-  if (!filter->inode) {
++  if (!filter->path.dentry) {
+   if (!valid_kernel_ip(filter->offset))
+   return -EINVAL;
+ 
+@@ -1144,7 +1144,7 @@ static void pt_event_addr_filters_sync(struct perf_event 
*event)
+   return;
+ 
+   list_for_each_entry(filter, &head->list, entry) {
+-  if (filter->inode && !offs[range]) {
++  if (filter->path.dentry && !offs[range]) {
+   msr_a = msr_b = 0;
+   } else {
+   /* apply the offset */
+diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
+index 85c1cc0305f39..f8a7aba4b0959 100644
+--- a/arch/x86/kernel/cpu/bugs.c
 b/arch/x86/kernel/cpu/bugs.c
+@@ -1248,6 +1248,14 @@ static int ssb_prctl_set(struct task_struct *task, 
unsigned long ctrl)
+   return 0;
+ }
+ 
++static bool is_spec_ib_user_controlled(void)
++{
++  return spectre_v2_user_ibpb == SPECTRE_V2_USER_PRCTL ||
++  spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP ||
++  spectre_v2_user_stibp == SPECTRE_V2_USER_PRCTL ||
++  spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP;
++}
++
+ static int ib_prctl_set(struct task_struct *task, unsigned long ctrl)
+ {
+   switch (ctrl) {
+@@ -1255,17 +1263,26 @@ static int ib_prctl_set(struct task_struct *task, 
unsigned long ctrl)
+   if (spectre_v2_user_ibpb == SPECTRE_V2_USER_NONE &&
+   spectre_v2_user_stibp == SPECTRE_V2_USER_NONE)
+   return 0;
+-  /*
+-   * Indirect branch speculation is always disabled in strict
+-   * mode. It can neither be enabled if it was force-disabled
+-   * by a  previous prctl call.
+ 
++  /*
++   * With strict mode for both IBPB and STIBP, the instruction
++   * code paths avoid checking this task flag and instead,
++   * unconditionally run the instruction. However, STIBP and IBPB
++   * are independent and either can be set to conditionally
++   * enabled regardless of the mode of the other.
++   *
++   * If either is set to conditional, allow the task flag to be
++   * updated, u

[gentoo-commits] proj/linux-patches:4.4 commit in: /

2020-11-18 Thread Mike Pagano
commit: 61be1ef6110d3b0486f14abdc6c67243796525b0
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Nov 18 19:21:43 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Nov 18 19:21:43 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=61be1ef6

Linux patch 4.4.244

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

 _README  |4 +
 1243_linux-4.4.244.patch | 3736 ++
 2 files changed, 3740 insertions(+)

diff --git a/_README b/_README
index 9911219..ddfda26 100644
--- a/_README
+++ b/_README
@@ -1015,6 +1015,10 @@ Patch:  1242_linux-4.4.243.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.243
 
+Patch:  1243_linux-4.4.244.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.244
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1243_linux-4.4.244.patch b/1243_linux-4.4.244.patch
new file mode 100644
index 000..1e1d270
--- /dev/null
+++ b/1243_linux-4.4.244.patch
@@ -0,0 +1,3736 @@
+diff --git a/Documentation/kernel-parameters.txt 
b/Documentation/kernel-parameters.txt
+index b19d872feb569..17747dcd0e779 100644
+--- a/Documentation/kernel-parameters.txt
 b/Documentation/kernel-parameters.txt
+@@ -4488,6 +4488,14 @@ bytes respectively. Such letter suffixes can also be 
entirely omitted.
+   Disables the PV optimizations forcing the HVM guest to
+   run as generic HVM guest with no PV drivers.
+ 
++  xen.event_eoi_delay=[XEN]
++  How long to delay EOI handling in case of event
++  storms (jiffies). Default is 10.
++
++  xen.event_loop_timeout= [XEN]
++  After which time (jiffies) the event handling loop
++  should start to delay EOI handling. Default is 2.
++
+   xirc2ps_cs= [NET,PCMCIA]
+   Format:
+   
,[,[,[,]]]
+diff --git a/Makefile b/Makefile
+index 99badda272d74..f8b9fd688781c 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 243
++SUBLEVEL = 244
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
+index 2d2631f9a519f..2c9a2992863b0 100644
+--- a/arch/x86/kernel/cpu/bugs.c
 b/arch/x86/kernel/cpu/bugs.c
+@@ -1223,6 +1223,14 @@ static int ssb_prctl_set(struct task_struct *task, 
unsigned long ctrl)
+   return 0;
+ }
+ 
++static bool is_spec_ib_user_controlled(void)
++{
++  return spectre_v2_user_ibpb == SPECTRE_V2_USER_PRCTL ||
++  spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP ||
++  spectre_v2_user_stibp == SPECTRE_V2_USER_PRCTL ||
++  spectre_v2_user_stibp == SPECTRE_V2_USER_SECCOMP;
++}
++
+ static int ib_prctl_set(struct task_struct *task, unsigned long ctrl)
+ {
+   switch (ctrl) {
+@@ -1230,17 +1238,26 @@ static int ib_prctl_set(struct task_struct *task, 
unsigned long ctrl)
+   if (spectre_v2_user_ibpb == SPECTRE_V2_USER_NONE &&
+   spectre_v2_user_stibp == SPECTRE_V2_USER_NONE)
+   return 0;
+-  /*
+-   * Indirect branch speculation is always disabled in strict
+-   * mode. It can neither be enabled if it was force-disabled
+-   * by a  previous prctl call.
+ 
++  /*
++   * With strict mode for both IBPB and STIBP, the instruction
++   * code paths avoid checking this task flag and instead,
++   * unconditionally run the instruction. However, STIBP and IBPB
++   * are independent and either can be set to conditionally
++   * enabled regardless of the mode of the other.
++   *
++   * If either is set to conditional, allow the task flag to be
++   * updated, unless it was force-disabled by a previous prctl
++   * call. Currently, this is possible on an AMD CPU which has the
++   * feature X86_FEATURE_AMD_STIBP_ALWAYS_ON. In this case, if the
++   * kernel is booted with 'spectre_v2_user=seccomp', then
++   * spectre_v2_user_ibpb == SPECTRE_V2_USER_SECCOMP and
++   * spectre_v2_user_stibp == SPECTRE_V2_USER_STRICT_PREFERRED.
+*/
+-  if (spectre_v2_user_ibpb == SPECTRE_V2_USER_STRICT ||
+-  spectre_v2_user_stibp == SPECTRE_V2_USER_STRICT ||
+-  spectre_v2_user_stibp == SPECTRE_V2_USER_STRICT_PREFERRED ||
++  if (!is_spec_ib_user_controlled() ||
+   task_spec_ib_force_disable(task))
+   return -EPERM;
++
+   task_clear_spec_ib_disable(task);
+   task_update_spec_tif(task);
+   break;
+@@ -1253,10 +1270,10 @@ sta

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

2020-11-18 Thread Sam James
commit: 175603a404585a7e5c045c4bab7982b617bec5cd
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 18 19:20:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 18 19:21:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175603a4

media-libs/opencolorio: fix Clang build

Thanks-to: 0xC0ncord  concord.sh>
Bug: https://bugs.gentoo.org/754966
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../files/opencolorio-1.1.1-fix-self-assign-clang.patch| 14 ++
 media-libs/opencolorio/opencolorio-1.1.1.ebuild|  1 +
 2 files changed, 15 insertions(+)

diff --git 
a/media-libs/opencolorio/files/opencolorio-1.1.1-fix-self-assign-clang.patch 
b/media-libs/opencolorio/files/opencolorio-1.1.1-fix-self-assign-clang.patch
new file mode 100644
index 000..c6193277458
--- /dev/null
+++ b/media-libs/opencolorio/files/opencolorio-1.1.1-fix-self-assign-clang.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/754966
+https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/563
+Fixed upstream in a larger set of changes.
+--- a/src/core/Config.cpp
 b/src/core/Config.cpp
+@@ -330,7 +330,7 @@
+ sanitytext_ = rhs.sanitytext_;
+ 
+ cacheids_ = rhs.cacheids_;
+-cacheidnocontext_ = cacheidnocontext_;
++cacheidnocontext_ = rhs.cacheidnocontext_;
+ }
+ return *this;
+ }

diff --git a/media-libs/opencolorio/opencolorio-1.1.1.ebuild 
b/media-libs/opencolorio/opencolorio-1.1.1.ebuild
index 8286b611ee7..f5179fea400 100644
--- a/media-libs/opencolorio/opencolorio-1.1.1.ebuild
+++ b/media-libs/opencolorio/opencolorio-1.1.1.ebuild
@@ -52,6 +52,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.1.0-yaml-cpp-0.6.patch"
"${FILESDIR}/${PN}-1.1.0-remove-Werror.patch"
"${FILESDIR}/${PN}-1.1.1-yaml-cpp-boost-check.patch"
+   "${FILESDIR}/${P}-fix-self-assign-clang.patch"
 )
 
 pkg_setup() {



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

2020-11-18 Thread Sergei Trofimovich
commit: f60cd6f618ed901c2bfe5761faa65e7511eef111
Author: Manoj Gupta  google  com>
AuthorDate: Wed Nov 18 18:25:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 19:09:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60cd6f6

sys-devel/gcc-config: Sync from  ebuild

Sync from  ebuild to bring in new USE flag cc-wrappers.

Signed-off-by: Manoj Gupta  google.com>
Closes: https://github.com/gentoo/gentoo/pull/18315
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../gcc-config/{gcc-config-2.3.2.ebuild => gcc-config-2.3.2-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild 
b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
similarity index 94%
rename from sys-devel/gcc-config/gcc-config-2.3.2.ebuild
rename to sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
index c2ff9c8d49d..38a636d9bf6 100644
--- a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.3.2-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Utility to manage compilers"
 HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/";
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+native-symlinks"
+IUSE="+cc-wrappers +native-symlinks"
 
 RDEPEND=">=sys-apps/gentoo-functions-0.10"
 
@@ -25,6 +25,7 @@ _emake() {
emake \
PV="${PV}" \
SUBLIBDIR="$(get_libdir)" \
+   USE_CC_WRAPPERS="$(usex cc-wrappers)" \
USE_NATIVE_LINKS="$(usex native-symlinks)" \
TOOLCHAIN_PREFIX="${CHOST}-" \
"$@"



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

2020-11-18 Thread Sergei Trofimovich
commit: 63b46c711f9b64d7300e36428a55759b595d7b22
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 18 19:12:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 19:12:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b46c71

profiles/base/package.use.force: force gcc-config[cc-wrappers]

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/base/package.use.force | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 27e1dfd3d50..3ed0a93dc47 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -22,6 +22,7 @@ sys-devel/gcc-config cc-wrappers
 #https://wiki.gentoo.org/wiki/Project:Toolchain/use_native_symlinks
 sys-devel/binutils-config native-symlinks
 sys-devel/gcc-config  native-symlinks
+sys-devel/gcc-config  cc-wrappers
 
 # Michał Górny  (2017-12-30)
 # Require user configs unless we supply our own .config.



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

2020-11-18 Thread Sergei Trofimovich
commit: 8cad6ded95c9f172ad2913e10d146b6afc3b69bb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov 18 19:07:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov 18 19:07:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cad6ded

dev-util/ccache: link in missing libatomic

Fixes build failure on powerpc.

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

 dev-util/ccache/ccache-4.0.ebuild | 40 ++-
 dev-util/ccache/files/ccache-4.0-atomic.patch | 21 ++
 2 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/dev-util/ccache/ccache-4.0.ebuild 
b/dev-util/ccache/ccache-4.0.ebuild
index 66c0f19279a..da46cf9b15a 100644
--- a/dev-util/ccache/ccache-4.0.ebuild
+++ b/dev-util/ccache/ccache-4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake toolchain-funcs
 
 DESCRIPTION="fast compiler cache"
 HOMEPAGE="https://ccache.dev/";
@@ -31,8 +31,39 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.5-nvcc-test.patch
"${FILESDIR}"/${PN}-4.0-objdump.patch
"${FILESDIR}"/${PN}-4.0-avoid-run-user.patch
+   "${FILESDIR}"/${PN}-4.0-atomic.patch
 )
 
+# ccache does not do it automatically. TODO: fix upstream
+need_latomic() {
+   # test if -latomic is needed and helps. -latomic is needed
+   # at least on ppc32. Use bit of inodeCache.cpp test.
+   cat >"${T}"/a-test.cc <<-EOF
+   #include 
+   #include 
+   std::atomic a;
+   int main() { return a.load() == 0; }
+   EOF
+
+   local cxx_cmd=(
+   $(tc-getCXX)
+   $CXXFLAGS
+   $LDFLAGS
+   "${T}"/a-test.cc
+   -o "${T}"/a-test
+   )
+
+   einfo "${cxx_cmd[@]}"
+   "${cxx_cmd[@]}" && return 1
+
+   einfo "Trying to add -latomic"
+   einfo "${cxx_cmd[@]}"
+   cxx_cmd+=(-latomic)
+   "${cxx_cmd[@]}" && return 0
+
+   return 1
+}
+
 src_prepare() {
cmake_src_prepare
 
@@ -44,6 +75,13 @@ src_prepare() {
tc-export CC OBJDUMP
 }
 
+src_configure() {
+   local mycmakeargs=(
+   -DLINK_WITH_ATOMIC=$(need_latomic && echo YES || echo NO)
+   )
+   cmake_src_configure
+}
+
 src_install() {
# TODO: install manpage: https://github.com/ccache/ccache/issues/684
cmake_src_install

diff --git a/dev-util/ccache/files/ccache-4.0-atomic.patch 
b/dev-util/ccache/files/ccache-4.0-atomic.patch
new file mode 100644
index 000..87b237c7dd5
--- /dev/null
+++ b/dev-util/ccache/files/ccache-4.0-atomic.patch
@@ -0,0 +1,21 @@
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -63,11 +63,17 @@ if(WIN32)
+   endif()
+ endif()
+ 
++option(LINK_WITH_ATOMIC "Add 'atomic' if needed" OFF)
++set(atomic_lib "")
++if(LINK_WITH_ATOMIC)
++set(atomic_lib "atomic")
++endif()
++
+ find_package(Threads REQUIRED)
+ target_link_libraries(
+   ccache_lib
+   PRIVATE standard_settings standard_warnings ZSTD::ZSTD
+-  Threads::Threads third_party_lib)
++  Threads::Threads third_party_lib ${atomic_lib})
+ 
+ target_include_directories(ccache_lib PRIVATE ${CMAKE_BINARY_DIR} .)
+ 



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

2020-11-18 Thread David Seifert
commit: c8eb6465a3eeab05296a481a2cb18c61bc57ed68
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 18 18:57:43 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 18 18:57:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8eb6465

dev-python/ubelt: bump to 0.9.1, add python3_9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-python/ubelt/Manifest   |  1 +
 dev-python/ubelt/ubelt-0.9.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
index f7a01d30994..1235f9899f2 100644
--- a/dev-python/ubelt/Manifest
+++ b/dev-python/ubelt/Manifest
@@ -1 +1,2 @@
 DIST ubelt-0.8.8.tar.gz 172347 BLAKE2B 
94435bf8b5a5f67011540c43dd767393cda6bccf95b963ca74cf3ee72444de43828b87bd2e6aa93001fc2c7cd49e245c459b0bc8f2617f12da906ae4e3f194aa
 SHA512 
f63b3a9de51176d00a12999d540080e381266bb43b15942580f7f60b230b2e52021937b0cb4b31e084e0b77c141ae5cb3b8ae000d7af196e0c2f293a960e7438
+DIST ubelt-0.9.1.tar.gz 174866 BLAKE2B 
d9825cc266945e76560be0afaeaf28ce2c7ca99a9313f519c9e83fc987599a4d8c2d262af4f13040f522b91e3c73170f8af7fc7dbe9e40128b707d9a571f4b1a
 SHA512 
92edac331602ef292842d48cd03c3ae12aaaec7e5860fd47c83dbe0449dee584e95ce5dd157a0b84b557dc4f4b6a0ee66ccabb669c5923e9b9083daaa2eb92df

diff --git a/dev-python/ubelt/ubelt-0.9.1.ebuild 
b/dev-python/ubelt/ubelt-0.9.1.ebuild
new file mode 100644
index 000..0801d0bd427
--- /dev/null
+++ b/dev-python/ubelt/ubelt-0.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, 
Timing, Progress"
+HOMEPAGE="https://github.com/Erotemic/ubelt";
+SRC_URI="https://github.com/Erotemic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+   dev-python/ordered-set[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   pytest -vv tests || die "Tests fail with ${EPYTHON}"
+}



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

2020-11-18 Thread David Seifert
commit: 87bc53fbc14cc579a8a58a4a65c72e7a99870fd4
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 18 18:57:49 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 18 18:57:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bc53fb

dev-python/line_profiler: add python3_9

Closes: https://github.com/gentoo/gentoo/pull/18312
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 .../files/line_profiler-3.0.2-python3_9.patch  | 35 ++
 .../line_profiler/line_profiler-3.0.2.ebuild   |  6 +++-
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/dev-python/line_profiler/files/line_profiler-3.0.2-python3_9.patch 
b/dev-python/line_profiler/files/line_profiler-3.0.2-python3_9.patch
new file mode 100644
index 000..74b0677bc70
--- /dev/null
+++ b/dev-python/line_profiler/files/line_profiler-3.0.2-python3_9.patch
@@ -0,0 +1,35 @@
+From f40a6e102d3c4808155af601ddba7733e597e604 Mon Sep 17 00:00:00 2001
+From: Stefano Rivera 
+Date: Thu, 15 Oct 2020 22:44:50 -0700
+Subject: [PATCH] Python 3.9 dropped gettimeofday configure checks
+
+Upstream status: Accepted [https://github.com/pyutils/line_profiler/pull/31}
+Signed-off-by: Jakov Smolic 
+
+diff --git a/line_profiler/timers.c b/line_profiler/timers.c
+index ae01060..e8ee6c6 100644
+--- a/line_profiler/timers.c
 b/line_profiler/timers.c
+@@ -32,10 +32,6 @@ hpTimerUnit(void)
+ 
+ #else  /* !MS_WINDOWS */
+ 
+-#ifndef HAVE_GETTIMEOFDAY
+-#error "This module requires gettimeofday() on non-Windows platforms!"
+-#endif
+-
+ #if (defined(PYOS_OS2) && defined(PYCC_GCC))
+ #include 
+ #else
+@@ -48,11 +44,7 @@ hpTimer(void)
+ {
+ struct timeval tv;
+ PY_LONG_LONG ret;
+-#ifdef GETTIMEOFDAY_NO_TZ
+-gettimeofday(&tv);
+-#else
+ gettimeofday(&tv, (struct timezone *)NULL);
+-#endif
+ ret = tv.tv_sec;
+ ret = ret * 100 + tv.tv_usec;
+ return ret;

diff --git a/dev-python/line_profiler/line_profiler-3.0.2.ebuild 
b/dev-python/line_profiler/line_profiler-3.0.2.ebuild
index a48003e8777..5c557811592 100644
--- a/dev-python/line_profiler/line_profiler-3.0.2.ebuild
+++ b/dev-python/line_profiler/line_profiler-3.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
@@ -26,6 +26,10 @@ DEPEND="test? (
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/ubelt[${PYTHON_USEDEP}] )"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-python3_9.patch
+)
+
 distutils_enable_tests pytest
 
 python_test() {



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

2020-11-18 Thread David Seifert
commit: b91478e915a6eb9aec21d00c4d4eb1bde6bbfb60
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 18 18:57:46 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 18 18:57:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91478e9

dev-python/ubelt: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-python/ubelt/Manifest   |  1 -
 dev-python/ubelt/ubelt-0.8.8.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
index 1235f9899f2..b909b356d43 100644
--- a/dev-python/ubelt/Manifest
+++ b/dev-python/ubelt/Manifest
@@ -1,2 +1 @@
-DIST ubelt-0.8.8.tar.gz 172347 BLAKE2B 
94435bf8b5a5f67011540c43dd767393cda6bccf95b963ca74cf3ee72444de43828b87bd2e6aa93001fc2c7cd49e245c459b0bc8f2617f12da906ae4e3f194aa
 SHA512 
f63b3a9de51176d00a12999d540080e381266bb43b15942580f7f60b230b2e52021937b0cb4b31e084e0b77c141ae5cb3b8ae000d7af196e0c2f293a960e7438
 DIST ubelt-0.9.1.tar.gz 174866 BLAKE2B 
d9825cc266945e76560be0afaeaf28ce2c7ca99a9313f519c9e83fc987599a4d8c2d262af4f13040f522b91e3c73170f8af7fc7dbe9e40128b707d9a571f4b1a
 SHA512 
92edac331602ef292842d48cd03c3ae12aaaec7e5860fd47c83dbe0449dee584e95ce5dd157a0b84b557dc4f4b6a0ee66ccabb669c5923e9b9083daaa2eb92df

diff --git a/dev-python/ubelt/ubelt-0.8.8.ebuild 
b/dev-python/ubelt/ubelt-0.8.8.ebuild
deleted file mode 100644
index 51131ab8198..000
--- a/dev-python/ubelt/ubelt-0.8.8.ebuild
+++ /dev/null
@@ -1,27 +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,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, 
Timing, Progress"
-HOMEPAGE="https://github.com/Erotemic/ubelt";
-SRC_URI="https://github.com/Erotemic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
-   dev-python/ordered-set[${PYTHON_USEDEP}]"
-
-DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   pytest -vv tests || die "Tests fail with ${EPYTHON}"
-}



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

2020-11-18 Thread David Seifert
commit: 492a1f75e6c9589897d5f3ff589edf98bd452d96
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 18 18:57:37 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 18 18:57:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492a1f75

dev-python/xdoctest: bump to 0.15.0, add py3_9, fix tests

Closes: https://bugs.gentoo.org/738486
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-python/xdoctest/Manifest   |  1 +
 dev-python/xdoctest/xdoctest-0.15.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/xdoctest/Manifest b/dev-python/xdoctest/Manifest
index b2f56e769ef..9dbf8a8dd74 100644
--- a/dev-python/xdoctest/Manifest
+++ b/dev-python/xdoctest/Manifest
@@ -1 +1,2 @@
 DIST xdoctest-0.11.0.tar.gz 123871 BLAKE2B 
ef766ae79b1566a243abbb31671a6e57184196079cda146081c73cf4aa2583b612b438ea8ff031a1c3d4da612034bccb1990a954ad4d2af55546edd7f7085238
 SHA512 
63629435e976d2ece770b13432f1857127e7d9c9c954e11e904c1f25b1a9e82d5cf99ff912656260f6c4ed8b08e27ab0fb2d39e621d94ccac9c797fc294bcc62
+DIST xdoctest-0.15.0.tar.gz 629125 BLAKE2B 
f5144365c4d1d58c107ac0603a1d99cd5bc622d3772fc7f2c907193ea863d9ff99bd183cc7fac12e2f85b7647ba25d5ae6878c06d3df9a5cdda9a1f143b43110
 SHA512 
114add93a75807d787c674b0649f92ff011987705f640912f876c4a4c3103cef90b0fae1959d5a85ef399b80695e9cbfcae6e809950ff5651fa211f54326682d

diff --git a/dev-python/xdoctest/xdoctest-0.15.0.ebuild 
b/dev-python/xdoctest/xdoctest-0.15.0.ebuild
new file mode 100644
index 000..28bec16bbff
--- /dev/null
+++ b/dev-python/xdoctest/xdoctest-0.15.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A rewrite of Python's builtin doctest module but without all the 
weirdness"
+HOMEPAGE="https://github.com/Erotemic/xdoctest";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
+
+python_prepare_all() {
+   # fails because the ebuild environment location is not the expected 
location
+   sed -i -e 's:test_xdoc_console_script_location:_&:' \
+   testing/test_entry_point.py || die
+
+   # xdoctest has to be in PATH for this to work
+   sed -i -e 's:test_xdoc_console_script_exec:_&:' \
+   testing/test_entry_point.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   PYTHONPATH="${WORKDIR}/${P}"
+   pytest -vv || die "Test fail with ${EPYTHON}"
+}



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

2020-11-18 Thread David Seifert
commit: 383daf3398975a3b7169b9490503a8ce24aa1527
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 18 18:57:28 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 18 18:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383daf33

dev-python/pywavelets: add python3_9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/dev-python/pywavelets/pywavelets-1.1.1.ebuild 
b/dev-python/pywavelets/pywavelets-1.1.1.ebuild
index de07fe47ec1..0c5b2fa68dd 100644
--- a/dev-python/pywavelets/pywavelets-1.1.1.ebuild
+++ b/dev-python/pywavelets/pywavelets-1.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-11-18 Thread David Seifert
commit: e14eb1edc8f6655ef0474a15ec55ab37c4b15cc9
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 18 18:57:40 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 18 18:57:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14eb1ed

dev-python/xdoctest: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-python/xdoctest/Manifest   |  1 -
 dev-python/xdoctest/xdoctest-0.11.0.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/xdoctest/Manifest b/dev-python/xdoctest/Manifest
index 9dbf8a8dd74..1cab8e34656 100644
--- a/dev-python/xdoctest/Manifest
+++ b/dev-python/xdoctest/Manifest
@@ -1,2 +1 @@
-DIST xdoctest-0.11.0.tar.gz 123871 BLAKE2B 
ef766ae79b1566a243abbb31671a6e57184196079cda146081c73cf4aa2583b612b438ea8ff031a1c3d4da612034bccb1990a954ad4d2af55546edd7f7085238
 SHA512 
63629435e976d2ece770b13432f1857127e7d9c9c954e11e904c1f25b1a9e82d5cf99ff912656260f6c4ed8b08e27ab0fb2d39e621d94ccac9c797fc294bcc62
 DIST xdoctest-0.15.0.tar.gz 629125 BLAKE2B 
f5144365c4d1d58c107ac0603a1d99cd5bc622d3772fc7f2c907193ea863d9ff99bd183cc7fac12e2f85b7647ba25d5ae6878c06d3df9a5cdda9a1f143b43110
 SHA512 
114add93a75807d787c674b0649f92ff011987705f640912f876c4a4c3103cef90b0fae1959d5a85ef399b80695e9cbfcae6e809950ff5651fa211f54326682d

diff --git a/dev-python/xdoctest/xdoctest-0.11.0.ebuild 
b/dev-python/xdoctest/xdoctest-0.11.0.ebuild
deleted file mode 100644
index ddcfe852c5c..000
--- a/dev-python/xdoctest/xdoctest-0.11.0.ebuild
+++ /dev/null
@@ -1,40 +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,8} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A rewrite of Python's builtin doctest module but without all the 
weirdness"
-HOMEPAGE="https://github.com/Erotemic/ubelt";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
-   # fails because the ebuild environment location is not the expected 
location
-   sed -i -e 's:test_xdoc_console_script_location:_&:' \
-   testing/test_entry_point.py || die
-
-   # xdoctest has to be in PATH for this to work
-   sed -i -e 's:test_xdoc_console_script_exec:_&:' \
-   testing/test_entry_point.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   PYTHONPATH="${WORKDIR}/${P}"
-   pytest -vv || die "Test fail with ${EPYTHON}"
-}



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

2020-11-18 Thread David Seifert
commit: 12f85b525cc5e4d8476f54dbe73282a0aa2596e5
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Nov 18 18:57:34 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Nov 18 18:57:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f85b52

sci-libs/scikit-image: add python3_{8,9}

Closes: https://bugs.gentoo.org/754336
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/scikit-image/scikit-image-0.17.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-libs/scikit-image/scikit-image-0.17.2.ebuild 
b/sci-libs/scikit-image/scikit-image-0.17.2.ebuild
index fe007d997ac..d88534989ef 100644
--- a/sci-libs/scikit-image/scikit-image-0.17.2.ebuild
+++ b/sci-libs/scikit-image/scikit-image-0.17.2.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-# 8,9 not on dev-python/pyamg
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 optfeature
 



  1   2   3   >