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

2020-05-25 Thread Michał Górny
commit: eb2a9a71907f5b72e9519696dca7177d3053dfec
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 19:04:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 19:27:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2a9a71

dev-python/pyasn1: Port to py3.9

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

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

diff --git a/dev-python/pyasn1/pyasn1-0.4.8.ebuild 
b/dev-python/pyasn1/pyasn1-0.4.8.ebuild
index 3b3a76be5f4..6e4a519e672 100644
--- a/dev-python/pyasn1/pyasn1-0.4.8.ebuild
+++ b/dev-python/pyasn1/pyasn1-0.4.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 3ebcc0da8404c611c22931c3cd3a286f59281109
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 18:59:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 19:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebcc0da

dev-python/cffi: Port to py3.9

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

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

diff --git a/dev-python/cffi/cffi-1.14.0.ebuild 
b/dev-python/cffi/cffi-1.14.0.ebuild
index e603db86aa4..6e8b5153b7d 100644
--- a/dev-python/cffi/cffi-1.14.0.ebuild
+++ b/dev-python/cffi/cffi-1.14.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 # DO NOT ADD pypy to PYTHON_COMPAT
 # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
 
 inherit distutils-r1 toolchain-funcs
 



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

2020-05-25 Thread Michał Górny
commit: 83fb2f9eb945150b2f47231b4856b01ffd8f0a1f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 18:59:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 19:27:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fb2f9e

dev-python/ply: Port to py3.9

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

 dev-python/ply/ply-3.11.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/ply/ply-3.11.ebuild b/dev-python/ply/ply-3.11.ebuild
index b9c1bcae57e..6596c567390 100644
--- a/dev-python/ply/ply-3.11.ebuild
+++ b/dev-python/ply/ply-3.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -16,9 +16,6 @@ SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 DOCS=( ANNOUNCE CHANGES TODO )
 
 PATCHES=( "${FILESDIR}/3.6-picklefile-IOError.patch" )



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

2020-05-25 Thread Michał Górny
commit: ac7a10bbddba227de5210154a40f02fc4f73067f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 18:54:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 19:27:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7a10bb

dev-python/idna: Port to py3.9

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

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

diff --git a/dev-python/idna/idna-2.9.ebuild b/dev-python/idna/idna-2.9.ebuild
index 6a08cf3ed55..4a4a7f4a56e 100644
--- a/dev-python/idna/idna-2.9.ebuild
+++ b/dev-python/idna/idna-2.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] proj/portage-utils:master commit in: tests/

2020-05-25 Thread Fabian Groffen
commit: e63b811e6f81e2a2d85137195d58f17bb4543c52
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 19:14:53 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 19:14:53 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e63b811e

test/init: qmerge makes valgrind coredump too, Travis--

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

 tests/init.sh.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/init.sh.in b/tests/init.sh.in
index 8b67070..c44320b 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -37,6 +37,7 @@ q -i -q
 dovalgrind=${Q_RUN_WITH_VALGRIND}
 [[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
 [[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
+[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmerge ]] && dovalgrind=
 if [[ -n ${dovalgrind} ]] ; then
chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
for f in @abs_top_builddir@/q?* ; do



[gentoo-commits] proj/portage-utils:master commit in: tests/

2020-05-25 Thread Fabian Groffen
commit: d0e3592a032d607f2668d89fde671110586c3b90
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 19:05:51 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 19:05:51 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d0e3592a

tests/init: re-enact valgrind block on Travis

Somehow Travis env cannot be replicated, and still has a coredumping
valgrind

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

 tests/init.sh.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/init.sh.in b/tests/init.sh.in
index 6cdfccf..8b67070 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -35,6 +35,8 @@ q -i -q
 # used by Travis segfaults on qmanifest and qcheck, so disable there to
 # be able to run the rest regularly
 dovalgrind=${Q_RUN_WITH_VALGRIND}
+[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
+[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
 if [[ -n ${dovalgrind} ]] ; then
chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
for f in @abs_top_builddir@/q?* ; do



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

2020-05-25 Thread Fabian Groffen
commit: 7793cc35e369c2278e99cb618c9df25917fd0b11
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:53:23 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:53:23 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=7793cc35

travis: install compressors we test

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

 .travis.yml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 44431cc..f435dc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,11 @@ addons:
 - libgpgme11-dev
 - gnupg2
 - valgrind
+- liblz4-tool
+- lzop
+- zstd
+- lzip
+- brotli
   homebrew:
 packages:
 - gpgme



[gentoo-commits] proj/releng:master commit in: tools/

2020-05-25 Thread Ben Kohler
commit: bb01692c4f7b3809b3153c1fb1c3bfcd62e7deeb
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon May 25 18:53:27 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon May 25 18:53:27 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=bb01692c

catalyst-auto-x86.conf: fix i686-systemd setup

Signed-off-by: Ben Kohler  gentoo.org>

 tools/catalyst-auto-x86.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 9dbab7be..ad3f29ab 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -12,7 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
 SETS="
i486
i686
-   i686-systemd
+   i686_systemd
hardened
 "
 
@@ -21,7 +21,7 @@ SET_i486_OPTIONAL_SPECS="installcd-stage1.spec 
installcd-stage2-minimal.spec"
 
 SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
 
-SET_i686_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec 
i686/stage3-systemd.spec"
+SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec 
i686/stage3-systemd.spec"
 
 SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec 
hardened/stage3.spec"
 SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec 
hardened/admincd-stage2.spec"



[gentoo-commits] proj/portage-utils:master commit in: tests/

2020-05-25 Thread Fabian Groffen
commit: 93ab3a3b0a280d83d5d65af2e4740cb3227a38a2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:38:49 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:38:49 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=93ab3a3b

tests/init: drop valgrind exclusions

After some manual testing and fixes on a Bionic VM, valgrind no longer
dumps core there, so let's hope we can finally run the full suite using
valgrind on Travis too.

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

 tests/init.sh.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/init.sh.in b/tests/init.sh.in
index 8b67070..6cdfccf 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -35,8 +35,6 @@ q -i -q
 # used by Travis segfaults on qmanifest and qcheck, so disable there to
 # be able to run the rest regularly
 dovalgrind=${Q_RUN_WITH_VALGRIND}
-[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
-[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
 if [[ -n ${dovalgrind} ]] ; then
chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
for f in @abs_top_builddir@/q?* ; do



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

2020-05-25 Thread Fabian Groffen
commit: a12931c44302f1bed0dd4ade0a6fa7b0002fe9aa
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:29:19 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:29:19 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=a12931c4

qmerge: drop unused argument to pkg_verify_checksums

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

 qmerge.c | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/qmerge.c b/qmerge.c
index 7d801b4..80c34a0 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -1587,7 +1587,6 @@ static int
 pkg_verify_checksums(
char *fname,
const struct pkg_t *pkg,
-   const depend_atom *atom,
int strict,
int display)
 {
@@ -1669,7 +1668,7 @@ pkg_fetch(int level, const depend_atom *atom, const 
struct pkg_t *pkg)
if (force_download && (access(buf, R_OK) == 0) &&
(pkg->SHA1[0] || pkg->MD5[0]))
{
-   if (pkg_verify_checksums(buf, pkg, atom, 0, 0) != 0)
+   if (pkg_verify_checksums(buf, pkg, 0, 0) != 0)
if (getenv("QMERGE") == NULL)
unlink(buf);
}
@@ -1678,7 +1677,7 @@ pkg_fetch(int level, const depend_atom *atom, const 
struct pkg_t *pkg)
warn("No checksum data for %s (try `emaint binhost 
--fix`)", buf);
return;
} else {
-   if (pkg_verify_checksums(buf, pkg, atom, qmerge_strict, 
!quiet)
+   if (pkg_verify_checksums(buf, pkg, qmerge_strict, 
!quiet)
== 0)
{
pkg_merge(0, atom, pkg);
@@ -1716,7 +1715,7 @@ pkg_fetch(int level, const depend_atom *atom, const 
struct pkg_t *pkg)
 
snprintf(buf, sizeof(buf), "%s/%s/%s.tbz2",
pkgdir, atom->CATEGORY, pkg->PF);
-   if (pkg_verify_checksums(buf, pkg, atom, qmerge_strict, !quiet) == 0) {
+   if (pkg_verify_checksums(buf, pkg, qmerge_strict, !quiet) == 0) {
pkg_merge(0, atom, pkg);
return;
}



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

2020-05-25 Thread Fabian Groffen
commit: c683b6e428600a528aef425518b7c7e9b78158cd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:25:38 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:25:38 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c683b6e4

qmerge: kill whitespace

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

 qmerge.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qmerge.c b/qmerge.c
index f330a00..7d801b4 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -1852,7 +1852,6 @@ grab_binpkg_info(depend_atom *atom)
return NULL;
}
 
-
tpkg = tree_match_atom(tree, atom,
TREE_MATCH_FIRST | TREE_MATCH_VIRTUAL | 
TREE_MATCH_METADATA);
if (tpkg != NULL) {



[gentoo-commits] proj/portage-utils:master commit in: libq/

2020-05-25 Thread Fabian Groffen
commit: 7b8a0e92eaddea4e699b0b551e2bf7ce6b8aecb1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:19:15 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:19:15 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=7b8a0e92

libq/tree: properly free meta in tree_match_close

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

 libq/tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libq/tree.c b/libq/tree.c
index eb5f324..d8d238c 100644
--- a/libq/tree.c
+++ b/libq/tree.c
@@ -1744,7 +1744,7 @@ tree_match_close(tree_match_ctx *match)
if (match->free_atom)
atom_implode(match->atom);
if (match->meta != NULL)
-   free(match->meta);
+   tree_close_meta(match->meta);
free(match);
}
 }



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

2020-05-25 Thread Fabian Groffen
commit: 9644dda59e3604ab831a35bdc5700ba0304a1d9d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:07:56 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:07:56 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=9644dda5

qmerge: fix package names

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

 qmerge.c | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/qmerge.c b/qmerge.c
index 51fe6de..f330a00 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -1599,11 +1599,11 @@ pkg_verify_checksums(
if (hash_multiple_file(fname, md5, sha1, NULL, NULL, NULL, NULL,
, HASH_MD5 | HASH_SHA1) == -1)
errf("failed to compute hashes for %s/%s: %s\n",
-   atom->CATEGORY, pkg->PF, strerror(errno));
+   pkg->CATEGORY, pkg->PF, strerror(errno));
 
if (flen != pkg->SIZE) {
warn("filesize %zu doesn't match requested size %zu for 
%s/%s\n",
-   flen, pkg->SIZE, atom->CATEGORY, pkg->PF);
+   flen, pkg->SIZE, pkg->CATEGORY, pkg->PF);
ret++;
}
 
@@ -1611,11 +1611,11 @@ pkg_verify_checksums(
if (strcmp(md5, pkg->MD5) == 0) {
if (display)
printf("MD5:  [%sOK%s] %s %s/%s\n",
-   GREEN, NORM, md5, 
atom->CATEGORY, pkg->PF);
+   GREEN, NORM, md5, 
pkg->CATEGORY, pkg->PF);
} else {
if (display)
warn("MD5:  [%sER%s] (%s) != (%s) %s/%s",
-   RED, NORM, md5, pkg->MD5, 
atom->CATEGORY, pkg->PF);
+   RED, NORM, md5, pkg->MD5, 
pkg->CATEGORY, pkg->PF);
ret++;
}
}
@@ -1624,11 +1624,11 @@ pkg_verify_checksums(
if (strcmp(sha1, pkg->SHA1) == 0) {
if (display)
qprintf("SHA1: [%sOK%s] %s %s/%s\n",
-   GREEN, NORM, sha1, 
atom->CATEGORY, pkg->PF);
+   GREEN, NORM, sha1, 
pkg->CATEGORY, pkg->PF);
} else {
if (display)
warn("SHA1: [%sER%s] (%s) != (%s) %s/%s",
-   RED, NORM, sha1, pkg->SHA1, 
atom->CATEGORY, pkg->PF);
+   RED, NORM, sha1, pkg->SHA1, 
pkg->CATEGORY, pkg->PF);
ret++;
}
}



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

2020-05-25 Thread Fabian Groffen
commit: 95bb690a18dfae9a405992074f73b0f559a896f8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:03:51 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:03:51 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=95bb690a

qmerge: avoid invalid (double) fclose

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

 qmerge.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qmerge.c b/qmerge.c
index 49c4b5d..51fe6de 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -1206,7 +1206,6 @@ pkg_merge(int level, const depend_atom *atom, const 
struct pkg_t *pkg)
{
compr = "lzop -dc";
}
-   fclose(mfd);
}
}
 



[gentoo-commits] proj/portage-utils:master commit in: libq/

2020-05-25 Thread Fabian Groffen
commit: 598110a8c77b8d6995b9f34e2455742b692ff8f1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 18:01:49 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 18:01:49 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=598110a8

libq/hash: avoid invalid (double) fclose

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

 libq/hash.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libq/hash.c b/libq/hash.c
index a51ea6a..88c4b56 100644
--- a/libq/hash.c
+++ b/libq/hash.c
@@ -291,7 +291,6 @@ hash_multiple_file_fd(
 #endif
}
 
-   fclose(f);
return 0;
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2020-05-25 Thread William Hubbs
commit: 6f4b987a9c5e9e45b149d9df42406b6b7a6f90ca
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May 25 17:39:18 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 25 17:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4b987a

app-emulation/cri-tools: stable 1.18.0 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cri-tools/cri-tools-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/cri-tools/cri-tools-1.18.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
index 105b2c340d0..32412429f57 100644
--- a/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
+++ b/app-emulation/cri-tools/cri-tools-1.18.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/kubernetes-sigs/cri-tools/archive/${MY_PV}.tar.gz ->
 
 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RESTRICT+=" test"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cri-tools/

2020-05-25 Thread William Hubbs
commit: 772a55560cf249a31b9bd80172077558a77ec46c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May 25 17:45:30 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 25 17:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772a5556

app-emulation/cri-tools: remove old

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/cri-tools/Manifest|  3 ---
 app-emulation/cri-tools/cri-tools-1.14.0.ebuild | 29 
 app-emulation/cri-tools/cri-tools-1.15.0.ebuild | 29 
 app-emulation/cri-tools/cri-tools-1.16.1.ebuild | 36 -
 4 files changed, 97 deletions(-)

diff --git a/app-emulation/cri-tools/Manifest b/app-emulation/cri-tools/Manifest
index 278d84d3e48..7e57aa95daf 100644
--- a/app-emulation/cri-tools/Manifest
+++ b/app-emulation/cri-tools/Manifest
@@ -1,4 +1 @@
-DIST cri-tools-1.14.0.tar.gz 3647742 BLAKE2B 
1a308c87e7be05dd71cf11d79c841a837156529d398f1475323ff9585f9080cd0356a007f8b8c505a02943ff479a7c26869f35288d178ac8187ca6766032c488
 SHA512 
c8978e4380ebb2dd59ce533ade94486ae1e4091fda7acd8cf5cce662034a1d34a1851c43bf766a723c5ba71c15972733a2e80c6e82fb1c27e5a1dfc2e85476bf
-DIST cri-tools-1.15.0.tar.gz 3672568 BLAKE2B 
d4e9a0b2ca43efdb61c7626de518801a124fb61991f1df6a7eac106f7516ab59effa70038db7c4cbfddaf1c345c648f359c86d298dae08abb34f4b801b82b2a1
 SHA512 
43115fad485c2c6603e724f3529371133bcea6de069dc58d36e7880f558fa1696244b6129fe3a96fd669b27a3d9bd07bda1219e89afa348e36a85087992adf7f
-DIST cri-tools-1.16.1.tar.gz 6915584 BLAKE2B 
eb2bc397b3bbeadb64d4d13610189f18bbf49ff93be1b1f3edf504305ed1a2ca8e271d3c041f5af01117f6c7403671a29df30d7aaab270cdb7ab84ac921fa914
 SHA512 
df15e6f3c4fe697070547d804bfa6755f780b3f0562f06312f39d3ee8756931bbec7c07482e2ef73413d85c1e9ca58064a769a15b04b3832da17044d180e8b4c
 DIST cri-tools-1.18.0.tar.gz 5295512 BLAKE2B 
9dda4a401b858e98aa60521d3268d8f6ff6a2c1bd2c219a0e5e9e5360fba58d41e97258c636da26ee57bbfc3286798c74107c7de92d3e3398bdf53b7d9078e94
 SHA512 
849b496e6d19eec29e0e56f0b37c094649311b80514f319b0c68c6519e3ddd48e1973c3d288144db998826676416644ec705b7ea0916c21898b40928ea800af1

diff --git a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
deleted file mode 100644
index 3b5003937b2..000
--- a/app-emulation/cri-tools/cri-tools-1.14.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2018 Sony Interactive Entertainment Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/kubernetes-sigs/cri-tools"
-MY_PV="v${PV/_beta/-beta.}"
-ARCHIVE_URI="https://${EGO_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64"
-
-DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
-HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools;
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
-   GOPATH="${S}" go test -c -v -ldflags="-X 
${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/critest ${EGO_PN}/cmd/critest || 
die
-   GOPATH="${S}" go build -v -ldflags="-X 
${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/crictl ${EGO_PN}/cmd/crictl || 
die
-}
-
-src_install() {
-   dobin bin/*
-   dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,CHANGELOG,CONTRIBUTING}.md}
-}

diff --git a/app-emulation/cri-tools/cri-tools-1.15.0.ebuild 
b/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
deleted file mode 100644
index 95fe0295265..000
--- a/app-emulation/cri-tools/cri-tools-1.15.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2018 Sony Interactive Entertainment Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/kubernetes-sigs/cri-tools"
-MY_PV="v${PV/_beta/-beta.}"
-ARCHIVE_URI="https://${EGO_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="CLI and validation tools for Kubelet Container Runtime (CRI)"
-HOMEPAGE="https://github.com/kubernetes-sigs/cri-tools;
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
-   GOPATH="${S}" go test -c -v -ldflags="-X 
${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/critest ${EGO_PN}/cmd/critest || 
die
-   GOPATH="${S}" go build -v -ldflags="-X 
${EGO_PN}/pkg/version.Version=${MY_PV}" -o bin/crictl ${EGO_PN}/cmd/crictl || 
die
-}
-
-src_install() {
-   dobin bin/*
-   dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,CHANGELOG,CONTRIBUTING}.md}
-}

diff --git a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild 
b/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
deleted file mode 100644
index c26dd52f60d..000
--- a/app-emulation/cri-tools/cri-tools-1.16.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2018 Sony Interactive 

[gentoo-commits] repo/proj/guru:dev commit in: x11-libs/kcolorpicker/

2020-05-25 Thread David Flogeras
commit: 3ecc4c7a2888bd061f4b807b538ac9bd50a008ea
Author: David Flogeras  gmail  com>
AuthorDate: Mon May 25 17:40:03 2020 +
Commit: David Flogeras  gmail  com>
CommitDate: Mon May 25 17:40:03 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ecc4c7a

x11-libs/kcolorpicker: New package, required for ksnip

Signed-off-by: David Flogeras  gmail.com>

 x11-libs/kcolorpicker/Manifest  |  1 +
 x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild | 23 +++
 x11-libs/kcolorpicker/metadata.xml  | 10 ++
 3 files changed, 34 insertions(+)

diff --git a/x11-libs/kcolorpicker/Manifest b/x11-libs/kcolorpicker/Manifest
new file mode 100644
index 000..1c7127c
--- /dev/null
+++ b/x11-libs/kcolorpicker/Manifest
@@ -0,0 +1 @@
+DIST kColorPicker-0.1.2.tar.gz 11534 BLAKE2B 
53acd4e9b7dbd4796a2a3dd1c20f36ac12c40570b083c4197d583ee422f9ec484ff62aae38353c6b03e699f29a93bfec4e7065a85da9c7a82a72e81cb139603d
 SHA512 
d2c135c84000a0b3aae66fa90807c5d62f93588eda4e7ea503a94a236ee197e1b852d1b9c0bd9cdf611afa1b42ffbfcfa1d4c4f13ff88b9c8765f6a3631cfbc8

diff --git a/x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild 
b/x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild
new file mode 100644
index 000..71a0769
--- /dev/null
+++ b/x11-libs/kcolorpicker/kcolorpicker-0.1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Qt based Color Picker with popup menu"
+HOMEPAGE="https://github.com/ksnip/kColorPicker;
+MY_PN=kColorPicker
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtwidgets:5[png]"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}"

diff --git a/x11-libs/kcolorpicker/metadata.xml 
b/x11-libs/kcolorpicker/metadata.xml
new file mode 100644
index 000..47d516c
--- /dev/null
+++ b/x11-libs/kcolorpicker/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+dfloger...@gmail.com
+David Flogeras
+
+QToolButton with color popup menu with lets 
you select a color. The popup features a color dialog button which can be used 
to add custom colors to the popup menu.
+
+



[gentoo-commits] repo/proj/guru:dev commit in: x11-libs/kimageannotator/

2020-05-25 Thread David Flogeras
commit: 0dae6f63c92f2de3ca161c975cf68964f809e0ed
Author: David Flogeras  gmail  com>
AuthorDate: Mon May 25 17:40:26 2020 +
Commit: David Flogeras  gmail  com>
CommitDate: Mon May 25 17:40:26 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0dae6f63

x11-libs/kimageannotator: New package, required for ksnip

Signed-off-by: David Flogeras  gmail.com>

 x11-libs/kimageannotator/Manifest  |  1 +
 .../kimageannotator/kimageannotator-0.2.1.ebuild   | 27 ++
 x11-libs/kimageannotator/metadata.xml  | 10 
 3 files changed, 38 insertions(+)

diff --git a/x11-libs/kimageannotator/Manifest 
b/x11-libs/kimageannotator/Manifest
new file mode 100644
index 000..ba05e37
--- /dev/null
+++ b/x11-libs/kimageannotator/Manifest
@@ -0,0 +1 @@
+DIST kImageAnnotator-0.2.1.tar.gz 107027 BLAKE2B 
247ea31f3dfd90fd175b879c3fe06a50ee2ce8f3f2ce395efa1882fe8abc4be4e5a739782054682336cf327fe288d24b17971c89dfaf7f5202ba3f607165b0f2
 SHA512 
6f9d03b6d0d020c90fa050ac6be30b680db8dd3a2035db80856bb69c9e6ef0228b2d152c5f234caf6d3fe2d8433b17fbdfee728246f2a8c339936b6ba051a52b

diff --git a/x11-libs/kimageannotator/kimageannotator-0.2.1.ebuild 
b/x11-libs/kimageannotator/kimageannotator-0.2.1.ebuild
new file mode 100644
index 000..30148e8
--- /dev/null
+++ b/x11-libs/kimageannotator/kimageannotator-0.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Tool for annotating images"
+HOMEPAGE="https://github.com/ksnip/kImageAnnotator;
+MY_PN=kImageAnnotator
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/ksnip/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Hard depend on QtTest until next upstream release makes it optional
+DEPEND="
+   dev-qt/qtsvg:5
+   dev-qt/qttest:5
+   x11-libs/kcolorpicker"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}"

diff --git a/x11-libs/kimageannotator/metadata.xml 
b/x11-libs/kimageannotator/metadata.xml
new file mode 100644
index 000..0e8d24b
--- /dev/null
+++ b/x11-libs/kimageannotator/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+dfloger...@gmail.com
+David Flogeras
+
+Tool for annotating images.
+
+



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/

2020-05-25 Thread David Flogeras
commit: 1af4bc301a9bd9e99bd7b9ab7b1525a76487d26e
Author: David Flogeras  gmail  com>
AuthorDate: Mon May 25 17:40:52 2020 +
Commit: David Flogeras  gmail  com>
CommitDate: Mon May 25 17:40:52 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1af4bc30

x11-misc/ksnip: New package

Signed-off-by: David Flogeras  gmail.com>

 x11-misc/ksnip/Manifest   |  1 +
 x11-misc/ksnip/ksnip-1.6.2.ebuild | 43 +++
 x11-misc/ksnip/metadata.xml   | 10 +
 3 files changed, 54 insertions(+)

diff --git a/x11-misc/ksnip/Manifest b/x11-misc/ksnip/Manifest
new file mode 100644
index 000..747eef9
--- /dev/null
+++ b/x11-misc/ksnip/Manifest
@@ -0,0 +1 @@
+DIST ksnip-1.6.2.tar.gz 221518 BLAKE2B 
a2e08b3dcfa448790a165a15e4e0c76771168d03756778b53ea79d7ebc3aad5efa50a18a6d4755a5c85ba3867e5d8e0c534af2cd0e7886db70ba407fb36185ff
 SHA512 
2e40d12524a6a0d5bf321f7e5554a0a423e3fe7861118b6d6fc95e01e9558e63ce1519ed234ac514f3ade88d1d3261fb8f693e89d097059e1607f9bfd5227573

diff --git a/x11-misc/ksnip/ksnip-1.6.2.ebuild 
b/x11-misc/ksnip/ksnip-1.6.2.ebuild
new file mode 100644
index 000..d91e0b0
--- /dev/null
+++ b/x11-misc/ksnip/ksnip-1.6.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop
+
+DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
+HOMEPAGE="https://github.com/ksnip/ksnip;
+SRC_URI="https://github.com/ksnip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="kde-frameworks/extra-cmake-modules:5"
+RDEPEND="
+   dev-qt/qtdbus:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   x11-libs/kimageannotator
+   x11-libs/libxcb"
+BDEPEND=""
+
+src_install() {
+   cmake_src_install
+
+   doicon -s scalable desktop/${PN}.svg
+   domenu desktop/${PN}.desktop
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}

diff --git a/x11-misc/ksnip/metadata.xml b/x11-misc/ksnip/metadata.xml
new file mode 100644
index 000..77822e2
--- /dev/null
+++ b/x11-misc/ksnip/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+dfloger...@gmail.com
+David Flogeras
+
+Ksnip is a Qt based cross-platform 
screenshot tool that provides many annotation features for your screenshots.
+
+



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

2020-05-25 Thread Joonas Niilola
commit: a740cc75855048ba65c658bb953da7c94e640d00
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 25 17:28:44 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 25 17:29:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a740cc75

dev-libs/efl: bump to 1.24.2

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

 dev-libs/efl/Manifest  |   1 +
 dev-libs/efl/efl-1.24.2.ebuild | 277 +
 2 files changed, 278 insertions(+)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index ec815626670..5374994c59f 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1,2 +1,3 @@
 DIST efl-1.23.3.tar.xz 77485032 BLAKE2B 
e5f65080aec1d11a43f1e1786b8ac4e7be70ddd9614b53db822177c28ee73f9590f63d032df5ddf00db6224730b45b045d9f91da2287a4dec7589e902cbcde28
 SHA512 
47ad067c43d39b534834195f89a745c4a47d867f33aaa68c28c6dccd147379e9bc2416bd68878cc16585f8cb60e926a7df62102658b205756c01985f37f0d297
 DIST efl-1.24.1.tar.xz 72277640 BLAKE2B 
1568df21256bd9c223214d72df38520941d6e117a3590511144627947bfa903e74eaac45085e18172c5c44127b7d14b6f1e03f4a4cba12c6f3d2b55a8b2650f4
 SHA512 
6fe4d87a9db1e0022c1dff94c14d334d61e561608016072bcb1d2633054ff9a6a74c84bc9903592d716abc9e1fae48b6ff66b259a5a59114a1cd54f083ce8b51
+DIST efl-1.24.2.tar.xz 72280100 BLAKE2B 
638e39d188ce2e4d22a39913880c023090aa8a49cdbb878efcf38150f70681dbeb0a76b5a71b21e377e10f04ad31d28b36317fe0d3537de0766641149d120c49
 SHA512 
0fc2ee94a074e33ae3c7142f2bb8ec5d174c843a26d2cb0641af466c3f413a25ee81bba2445fe03d518358f11546ec716a70e785fe1a8b90727e29bcc7d5f706

diff --git a/dev-libs/efl/efl-1.24.2.ebuild b/dev-libs/efl/efl-1.24.2.ebuild
new file mode 100644
index 000..397a184692d
--- /dev/null
+++ b/dev-libs/efl/efl-1.24.2.ebuild
@@ -0,0 +1,277 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg-utils
+
+DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
+HOMEPAGE="https://www.enlightenment.org;
+SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="+X bmp connman dds debug doc drm +eet elogind examples fbcon +fontconfig
+   fribidi gif gles2 gnutls glib +gstreamer harfbuzz hyphen ibus ico 
libressl
+   lua +luajit jpeg2k json nls mono opengl +pdf physics pmaps postscript 
psd
+   pulseaudio raw scim sdl +sound +ssl +svg +system-lz4 systemd tga tgv 
tiff
+   tslib unwind v4l vnc wayland webp xcf xim xpm xpresent zeroconf"
+
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   ?? ( gles2 opengl )
+   ^^ ( lua luajit )
+   ssl
+   drm? ( gles2 )
+   examples? ( eet svg )
+   gles2? ( || ( wayland X ) )
+   pulseaudio? ( sound )
+   wayland? ( gles2 !opengl )
+   xim? ( X )
+   xpresent? ( X )
+"
+
+# Requires everything to be enabled unconditionally.
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/check
+   net-misc/curl
+   media-libs/giflib:=
+   media-libs/libpng:0=
+   sys-apps/dbus
+   sys-libs/zlib
+   virtual/jpeg:0=
+   X? (
+   media-libs/freetype
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libXScrnSaver
+   wayland? ( x11-libs/libxkbcommon[X] )
+   )
+   connman? ( net-misc/connman )
+   drm? (
+   dev-libs/libinput
+   dev-libs/wayland
+   media-libs/mesa[gbm]
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   )
+   elogind? (
+   sys-auth/elogind
+   virtual/libudev
+   )
+   fontconfig? ( media-libs/fontconfig )
+   fribidi? ( dev-libs/fribidi )
+   gles2? (
+   media-libs/mesa[egl,gles2]
+   virtual/opengl
+   )
+   glib? ( dev-libs/glib:2 )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   hyphen? ( dev-libs/hyphen )
+   ibus? ( app-i18n/ibus )
+   jpeg2k? ( media-libs/openjpeg:= )
+   json? ( >=media-libs/rlottie-0.0.1_pre20200424 )
+   lua? ( dev-lang/lua:* )
+   luajit? ( dev-lang/luajit:* )
+   mono? ( dev-lang/mono )
+   opengl? ( virtual/opengl )
+   pdf? ( app-text/poppler:=[cxx] )
+   physics? ( sci-physics/bullet:= )
+   postscript? ( app-text/libspectre )
+   pulseaudio? ( media-sound/pulseaudio )
+   raw? ( media-libs/libraw:= )
+   scim? ( 

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

2020-05-25 Thread Joonas Niilola
commit: 4d488b7a53bbb5b6e600e46efaeb3e744346bc31
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 25 17:29:04 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 25 17:29:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d488b7a

dev-libs/efl: remove old

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

 dev-libs/efl/Manifest  |   1 -
 dev-libs/efl/efl-1.24.1.ebuild | 277 -
 2 files changed, 278 deletions(-)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index 5374994c59f..bea4cda99e6 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1,3 +1,2 @@
 DIST efl-1.23.3.tar.xz 77485032 BLAKE2B 
e5f65080aec1d11a43f1e1786b8ac4e7be70ddd9614b53db822177c28ee73f9590f63d032df5ddf00db6224730b45b045d9f91da2287a4dec7589e902cbcde28
 SHA512 
47ad067c43d39b534834195f89a745c4a47d867f33aaa68c28c6dccd147379e9bc2416bd68878cc16585f8cb60e926a7df62102658b205756c01985f37f0d297
-DIST efl-1.24.1.tar.xz 72277640 BLAKE2B 
1568df21256bd9c223214d72df38520941d6e117a3590511144627947bfa903e74eaac45085e18172c5c44127b7d14b6f1e03f4a4cba12c6f3d2b55a8b2650f4
 SHA512 
6fe4d87a9db1e0022c1dff94c14d334d61e561608016072bcb1d2633054ff9a6a74c84bc9903592d716abc9e1fae48b6ff66b259a5a59114a1cd54f083ce8b51
 DIST efl-1.24.2.tar.xz 72280100 BLAKE2B 
638e39d188ce2e4d22a39913880c023090aa8a49cdbb878efcf38150f70681dbeb0a76b5a71b21e377e10f04ad31d28b36317fe0d3537de0766641149d120c49
 SHA512 
0fc2ee94a074e33ae3c7142f2bb8ec5d174c843a26d2cb0641af466c3f413a25ee81bba2445fe03d518358f11546ec716a70e785fe1a8b90727e29bcc7d5f706

diff --git a/dev-libs/efl/efl-1.24.1.ebuild b/dev-libs/efl/efl-1.24.1.ebuild
deleted file mode 100644
index 397a184692d..000
--- a/dev-libs/efl/efl-1.24.1.ebuild
+++ /dev/null
@@ -1,277 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg-utils
-
-DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
-HOMEPAGE="https://www.enlightenment.org;
-SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="+X bmp connman dds debug doc drm +eet elogind examples fbcon +fontconfig
-   fribidi gif gles2 gnutls glib +gstreamer harfbuzz hyphen ibus ico 
libressl
-   lua +luajit jpeg2k json nls mono opengl +pdf physics pmaps postscript 
psd
-   pulseaudio raw scim sdl +sound +ssl +svg +system-lz4 systemd tga tgv 
tiff
-   tslib unwind v4l vnc wayland webp xcf xim xpm xpresent zeroconf"
-
-REQUIRED_USE="
-   ?? ( elogind systemd )
-   ?? ( gles2 opengl )
-   ^^ ( lua luajit )
-   ssl
-   drm? ( gles2 )
-   examples? ( eet svg )
-   gles2? ( || ( wayland X ) )
-   pulseaudio? ( sound )
-   wayland? ( gles2 !opengl )
-   xim? ( X )
-   xpresent? ( X )
-"
-
-# Requires everything to be enabled unconditionally.
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/check
-   net-misc/curl
-   media-libs/giflib:=
-   media-libs/libpng:0=
-   sys-apps/dbus
-   sys-libs/zlib
-   virtual/jpeg:0=
-   X? (
-   media-libs/freetype
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libXScrnSaver
-   wayland? ( x11-libs/libxkbcommon[X] )
-   )
-   connman? ( net-misc/connman )
-   drm? (
-   dev-libs/libinput
-   dev-libs/wayland
-   media-libs/mesa[gbm]
-   x11-libs/libdrm
-   x11-libs/libxkbcommon
-   )
-   elogind? (
-   sys-auth/elogind
-   virtual/libudev
-   )
-   fontconfig? ( media-libs/fontconfig )
-   fribidi? ( dev-libs/fribidi )
-   gles2? (
-   media-libs/mesa[egl,gles2]
-   virtual/opengl
-   )
-   glib? ( dev-libs/glib:2 )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   hyphen? ( dev-libs/hyphen )
-   ibus? ( app-i18n/ibus )
-   jpeg2k? ( media-libs/openjpeg:= )
-   json? ( >=media-libs/rlottie-0.0.1_pre20200424 )
-   lua? ( dev-lang/lua:* )
-   luajit? ( dev-lang/luajit:* )
-   mono? ( dev-lang/mono )
-   opengl? ( virtual/opengl )
-   pdf? ( app-text/poppler:=[cxx] )
-   physics? ( sci-physics/bullet:= )
-   postscript? ( app-text/libspectre )
-   pulseaudio? ( media-sound/pulseaudio )
-   raw? ( media-libs/libraw:= )
-   scim? ( 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/

2020-05-25 Thread Alfredo Tupone
commit: 5adc972cfb26d6e8e3bd18c8c12b7adda31739a5
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon May 25 17:01:22 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May 25 17:01:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adc972c

sci-mathematics/alt-ergo: fix dependency

Closes: https://bugs.gentoo.org/716416
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild 
b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
index 2f9029c56d0..b7f3fb22add 100644
--- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
+++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
@@ -20,11 +20,18 @@ DEPEND=">=dev-lang/ocaml-4.09.0[ocamlopt?]
>=dev-ml/ocplib-simplex-0.4
>=dev-ml/menhir-20181006
dev-ml/seq
-   dev-ml/dune"
+   dev-ml/dune
+   dev-ml/num"
 RDEPEND="${DEPEND}"
 
 DOCS=( CHANGES INSTALL.md README.md )
 
+QA_FLAGS_IGNORED=(
+   /usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs
+   /usr/lib*/alt-ergo-lib/AltErgoLib.cmxs
+   /usr/bin/alt-ergo
+)
+
 src_prepare() {
default
find "${S}" -name \*.ml | xargs sed -i "s:Pervasives:Stdlib:g" || die



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

2020-05-25 Thread Matt Turner
commit: b783a6b7e2a96105617477d71728e29636ad3d92
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May 25 16:51:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May 25 16:51:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b783a6b7

app-admin/stow-2.3.1: amd64 stable, bug 725370

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

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

diff --git a/app-admin/stow/stow-2.3.1.ebuild b/app-admin/stow/stow-2.3.1.ebuild
index 8d897c6cd2f..86a92e21c75 100644
--- a/app-admin/stow/stow-2.3.1.ebuild
+++ b/app-admin/stow/stow-2.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/stow/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-25 Thread William Hubbs
commit: c8e122d73c7f44d6f14486ed2fa5f65e2925b446
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May 25 16:24:50 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 25 16:28:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e122d7

app-admin/consul: remove old

Closes: https://bugs.gentoo.org/714594
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/consul/Manifest|  3 --
 app-admin/consul/consul-1.6.2.ebuild | 74 ---
 app-admin/consul/consul-1.6.3.ebuild | 74 ---
 app-admin/consul/consul-1.7.0.ebuild | 75 
 4 files changed, 226 deletions(-)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 0b11908879f..751422d31b7 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -1,8 +1,5 @@
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.zip 2508208 BLAKE2B 
d17c22f3d8e3f0b52bab350e86c8fe29ea474e104ba89e3238e71dbd29139717a0d26586589f47303da4eb743fe86a76f727b772707584aba5bf76d8f5ef1969
 SHA512 
6dc6f4229011d8606e1eb3c046640f6938dae2e12a1b0a9e2a22b7d26b4ab50051cee09d17fc05298ef5d4901a6b7e12d4b06b8b8eac6b1e71442653eb25b541
-DIST consul-1.6.2.tar.gz 22041280 BLAKE2B 
0b2edcd68fa166c178587a1ed3ca0445847d34510cd4e341f85a370257958a155ef6f976b045fc8e87af39107a3930ccb6d7a798ad142e87362f82d68ece4c3c
 SHA512 
2df67854b85fa27600bf2cd57c913669f784019ee5a25b20a950ab00a403ca0562d74cb73c3402ebcec6cd951d7b9b4eb80c926746bcc27050db85f31192f826
-DIST consul-1.6.3.tar.gz 22065994 BLAKE2B 
4d37a8141c097182c66a8ba7ab8f7031125e71b7a1b7dc8c419630504896634d797f4d733ddeb71555a2a988a2418548f40a12f333202833527483cbc8a590f6
 SHA512 
16a3fb3584d273ca178b213c9f314577d9473c39a5e436108bcae42f8b68803a548a5cc62d0c8426aa82e2b86dd6355f3d86f833ee6ec6fe1a4955589daf039f
-DIST consul-1.7.0.tar.gz 22791558 BLAKE2B 
005c6c74d7808183b362286f98a2f5cc301c9aabb9afc4db1cd5f160ac0a0bdf9b868ad96b28bd3f1503e6fc2951720c69b5f9e4f888d0c4fb5f9fa534c322af
 SHA512 
ea368335b34498ea92d80240d71424deceb903eab6fb7a22fca2bf6e7a509526c86899b501ac8045ad69b0fa102be6db0a11fa50917fc15ca17f889f948af4e6
 DIST consul-1.7.2.tar.gz 22755052 BLAKE2B 
d863ac756f487004d0c1361bf470c1202bc2e2d1364414d4aad16dc313c7bb5021c45b1c8080ded707d67120ac009afcfc0bba37ccc99eb474049e57779f3db1
 SHA512 
d13d7750c745aeeb2577ed334bfef1ac8a4e0c6f671a6705c0b8978217d071ebcf32455c0bfc83a77fd03caef68a6e256d95b48d5406deaaaba263f1a97b23c2
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv16.0.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv16.0.0+incompatible.zip 
16060635 BLAKE2B 
6c358031305d8c8245b52bc58ed08cea5cb07c3e80cb3043f369ac6faf893a95d66c31fec38f07fe9029f53239c509bc060cfdebda8ac8d5ae556dfa0d6851e3
 SHA512 
bfd8f9859e519d6e45f2324e3907f88a1e661ca597f8bb3b7ae772246ba9972e09d0883abc887346fed55928f5d8422cf4212e32377e9900137cd63f0f9a93b8

diff --git a/app-admin/consul/consul-1.6.2.ebuild 
b/app-admin/consul/consul-1.6.2.ebuild
deleted file mode 100644
index 59342179c2d..000
--- a/app-admin/consul/consul-1.6.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit golang-vcs-snapshot systemd user
-GIT_COMMIT="1200f25"
-KEYWORDS="~amd64"
-EGO_PN="github.com/hashicorp/consul"
-DESCRIPTION="A tool for service discovery, monitoring and configuration"
-HOMEPAGE="https://www.consul.io;
-SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT"
-IUSE=""
-
-RESTRICT="test"
-
-DEPEND="dev-go/gox
-   >=dev-lang/go-1.11:=
-   >=dev-go/go-tools-0_pre20160121"
-RDEPEND=""
-
-pkg_setup() {
-   enewgroup consul
-   enewuser consul -1 -1 /var/lib/${PN} consul
-}
-
-src_prepare() {
-   default
-
-   # avoid network-sandbox violations since go-1.13
-   rm src/${EGO_PN}/go.mod || die
-   grep -rlZ '_ "github.com/envoyproxy/protoc-gen-validate/validate"' . | \
-   xargs -0 sed -i '/_ 
"github.com\/envoyproxy\/protoc-gen-validate\/validate"/d' || die
-
-   sed -e 's:go get -u -v $(GOTOOLS)::' \
-   -e 's:vendorfmt dev-build:dev-build:' \
-   -i "src/${EGO_PN}/GNUmakefile" || die
-}
-
-src_compile() {
-   # The dev 

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

2020-05-25 Thread Michał Górny
commit: 52f7825c2b275b94aff3a21263c5e72751983607
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f7825c

dev-python/zope-event: Port to py3.9

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

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

diff --git a/dev-python/zope-event/zope-event-4.4.ebuild 
b/dev-python/zope-event/zope-event-4.4.ebuild
index fa29e97fc94..37fb76088c7 100644
--- a/dev-python/zope-event/zope-event-4.4.ebuild
+++ b/dev-python/zope-event/zope-event-4.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: ba84c8afbec0547fe669be44593259d747637a6c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 15:05:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba84c8af

dev-python/atomicwrites: Port to py39

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

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

diff --git a/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild 
b/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild
index 927489ca20b..f6db22435cf 100644
--- a/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild
+++ b/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 9c8ea39c06fca52fd41da142008e7160e7625fa0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 15:04:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8ea39c

dev-python/more-itertools: Port 5.0.0 to py39

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

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

diff --git a/dev-python/more-itertools/more-itertools-5.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
index 0c2400ec8f8..fde93fb6d49 100644
--- a/dev-python/more-itertools/more-itertools-5.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 1e636c95207b4a3c5fb5aad81b720e1341922d9a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e636c95

dev-python/zope-testing: Port to py3.9

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

 dev-python/zope-testing/zope-testing-4.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-testing/zope-testing-4.7-r1.ebuild 
b/dev-python/zope-testing/zope-testing-4.7-r1.ebuild
index b2a51a95fde..3a8a22c97b9 100644
--- a/dev-python/zope-testing/zope-testing-4.7-r1.ebuild
+++ b/dev-python/zope-testing/zope-testing-4.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 inherit distutils-r1
 
 MY_PN=${PN/-/.}



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

2020-05-25 Thread Michał Górny
commit: 8200f8ddd9817659d30b5efaa5f1dcc8805628fa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8200f8dd

dev-python/six: Port to py3.9

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

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

diff --git a/dev-python/six/six-1.15.0.ebuild b/dev-python/six/six-1.15.0.ebuild
index fce9c6eaf04..cd8f4891597 100644
--- a/dev-python/six/six-1.15.0.ebuild
+++ b/dev-python/six/six-1.15.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 68dc4a3da7a73830699b09beb68548370c44ec81
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dc4a3d

dev-python/zope-interface: Port to py3.9

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

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

diff --git a/dev-python/zope-interface/zope-interface-5.1.0.ebuild 
b/dev-python/zope-interface/zope-interface-5.1.0.ebuild
index 62422c2df65..2e38b0fd617 100644
--- a/dev-python/zope-interface/zope-interface-5.1.0.ebuild
+++ b/dev-python/zope-interface/zope-interface-5.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1 flag-o-matic
 



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

2020-05-25 Thread Michał Górny
commit: ad631663b6bb73664df4430db3856d372ee361f4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 15:16:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad631663

dev-python/zope-event: Use HTTPS

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

 dev-python/zope-event/zope-event-4.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/zope-event/zope-event-4.4.ebuild 
b/dev-python/zope-event/zope-event-4.4.ebuild
index 37fb76088c7..e96a0587ae6 100644
--- a/dev-python/zope-event/zope-event-4.4.ebuild
+++ b/dev-python/zope-event/zope-event-4.4.ebuild
@@ -10,7 +10,8 @@ MY_PN=${PN/-/.}
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Event publishing / dispatch, used by Zope Component Architecture"
-HOMEPAGE="https://github.com/zopefoundation/zope.event 
http://docs.zope.org/zope.event/;
+HOMEPAGE="https://github.com/zopefoundation/zope.event
+   https://docs.zope.org/zope.event/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="ZPL"



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

2020-05-25 Thread Michał Górny
commit: cf1fcd5b7e588e3ce116e34cbcdaa7c56d96729b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1fcd5b

dev-python/wcwidth: Port to py3.9

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

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

diff --git a/dev-python/wcwidth/wcwidth-0.1.9.ebuild 
b/dev-python/wcwidth/wcwidth-0.1.9.ebuild
index b4fe043cedd..a39f60c13cf 100644
--- a/dev-python/wcwidth/wcwidth-0.1.9.ebuild
+++ b/dev-python/wcwidth/wcwidth-0.1.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 18d0ab9a0a1bcb00e6ec446ef090fd4bd971664e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d0ab9a

dev-python/ptyprocess: Port to py3.9

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

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

diff --git a/dev-python/ptyprocess/ptyprocess-0.6.0.ebuild 
b/dev-python/ptyprocess/ptyprocess-0.6.0.ebuild
index f826f64917f..1642dd8e28b 100644
--- a/dev-python/ptyprocess/ptyprocess-0.6.0.ebuild
+++ b/dev-python/ptyprocess/ptyprocess-0.6.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: d9ff96db4b2e780ba8b26eafa9ab755aa55cbbe6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ff96db

dev-python/hypothesis: Port to py3.9

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

 dev-python/hypothesis/hypothesis-4.57.1.ebuild | 5 -
 dev-python/hypothesis/hypothesis-5.15.1.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/hypothesis/hypothesis-4.57.1.ebuild 
b/dev-python/hypothesis/hypothesis-4.57.1.ebuild
index b35cbaa8473..4cbbdf0115b 100644
--- a/dev-python/hypothesis/hypothesis-4.57.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-4.57.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1 eutils
@@ -40,6 +40,9 @@ src_prepare() {
# avoid pytest-xdist dep for one test
sed -i -e 's:test_prints_statistics_given_option_under_xdist:_&:' \
tests/pytest/test_statistics.py || die
+   # broken on py3.9, the code is too awful to debug
+   rm tests/py3/test_lookup.py || die
+
distutils-r1_src_prepare
 }
 

diff --git a/dev-python/hypothesis/hypothesis-5.15.1.ebuild 
b/dev-python/hypothesis/hypothesis-5.15.1.ebuild
index db5d4276726..1671594bdb5 100644
--- a/dev-python/hypothesis/hypothesis-5.15.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.15.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1 eutils



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

2020-05-25 Thread Michał Górny
commit: d473f8e4f02eb0c0bbe7fc48673e528035e43c15
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d473f8e4

dev-python/mock: Port to py3.9

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

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

diff --git a/dev-python/mock/mock-3.0.5-r1.ebuild 
b/dev-python/mock/mock-3.0.5-r1.ebuild
index 105b0eb7559..93258859435 100644
--- a/dev-python/mock/mock-3.0.5-r1.ebuild
+++ b/dev-python/mock/mock-3.0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: d044cc76fb2d2474fac1e19c5ea616de24a1d467
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d044cc76

dev-python/packaging: Port to py3.9

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

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

diff --git a/dev-python/packaging/packaging-20.4.ebuild 
b/dev-python/packaging/packaging-20.4.ebuild
index f43efba6c98..37353d3203e 100644
--- a/dev-python/packaging/packaging-20.4.ebuild
+++ b/dev-python/packaging/packaging-20.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3  )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 4c9051b7360661b230f40b560889a45deaf20071
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9051b7

dev-python/pexpect: Port to py3.9

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

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

diff --git a/dev-python/pexpect/pexpect-4.8.0.ebuild 
b/dev-python/pexpect/pexpect-4.8.0.ebuild
index 076cdb78ac2..ecae148b976 100644
--- a/dev-python/pexpect/pexpect-4.8.0.ebuild
+++ b/dev-python/pexpect/pexpect-4.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2020-05-25 Thread Michał Górny
commit: d1ce436898abeb28472314b7cfb2154f11364236
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 15:13:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ce4368

dev-python/atomicwrites: Add missing mock dep for py2

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

 dev-python/atomicwrites/atomicwrites-1.3.0.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild 
b/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild
index f6db22435cf..714f4693765 100644
--- a/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild
+++ b/dev-python/atomicwrites/atomicwrites-1.3.0.ebuild
@@ -14,7 +14,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/mock[${PYTHON_USEDEP}]
+   ' -2)
+   )"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \



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

2020-05-25 Thread Michał Górny
commit: de7bf00aa586a56d92362f40798b601fb23eb2f3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7bf00a

dev-python/namespace-zope: Port to py3.9

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

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

diff --git a/dev-python/namespace-zope/namespace-zope-1.ebuild 
b/dev-python/namespace-zope/namespace-zope-1.ebuild
index 30545aae674..241014284a1 100644
--- a/dev-python/namespace-zope/namespace-zope-1.ebuild
+++ b/dev-python/namespace-zope/namespace-zope-1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
 inherit python-r1
 
 DESCRIPTION="Namespace package declaration for zope"



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

2020-05-25 Thread Michał Górny
commit: f221e283c2bbf66ad0af9cc4f5e8a2594e5bead8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f221e283

dev-python/py: Port to py3.9

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

 dev-python/py/py-1.8.0.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/py/py-1.8.0.ebuild b/dev-python/py/py-1.8.0.ebuild
index 1b8d7a66975..f9c73970d31 100644
--- a/dev-python/py/py-1.8.0.ebuild
+++ b/dev-python/py/py-1.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -39,6 +39,13 @@ python_prepare_all() {
sed -i -e 's:test_syntaxerror_rerepresentation:_&:' \
-e 's:test_comments:_&:' \
testing/code/test_source.py || die
+   # broken on py3.9, this package is just dead
+   sed -i -e 's:test_excinfo_\(repr\|set\):_&:' \
+   -e 's:test_format_excinfo:_&:' \
+   -e 's:test_excinfo_str:_&:' \
+   testing/code/test_excinfo.py || die
+   sed -i -e 's:test_getfslineno:_&:' \
+   testing/code/test_source.py || die
 }
 
 python_compile_all() {



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

2020-05-25 Thread Michał Górny
commit: d21659d9dab5cf5e849f6cf8150ce08ccbaeb0c7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21659d9

dev-python/toml: Port to py3.9

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

 dev-python/toml/toml-0.10.1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/toml/toml-0.10.1.ebuild 
b/dev-python/toml/toml-0.10.1.ebuild
index e0c1f393ad3..02c4445df24 100644
--- a/dev-python/toml/toml-0.10.1.ebuild
+++ b/dev-python/toml/toml-0.10.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 
@@ -20,7 +20,11 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' 
'python3*') )"
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/numpy[${PYTHON_USEDEP}]
+   ' python3_{6,7,8})
+   )"
 
 DOCS=( README.rst )
 PATCHES=(



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

2020-05-25 Thread Michał Górny
commit: fe0b132df4097001050fc5433d586b25c9900d9c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0b132d

dev-python/setuptools_scm: Port to py3.9

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

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

diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
index 16f8f1a5e59..d433cce4159 100644
--- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: a7cbd7b333549040ac1265b7c12b377b0bbff936
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cbd7b3

dev-python/sortedcontainers: Port to py3.9

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

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

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 93e13cf8736..ced6f85b6bc 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 66eee711f4baafe9938ddfbdf9538a117ef5db1a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66eee711

dev-python/attrs: Port to py3.9

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

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

diff --git a/dev-python/attrs/attrs-19.3.0.ebuild 
b/dev-python/attrs/attrs-19.3.0.ebuild
index 31db11a90a1..c70e9dc6066 100644
--- a/dev-python/attrs/attrs-19.3.0.ebuild
+++ b/dev-python/attrs/attrs-19.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: abe7707846fb7ccd4926444c8f26860787f51f44
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:43:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe77078

dev-python/toml: Handle missing numpy gracefully

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

 dev-python/toml/files/toml-0.10.1-skip-numpy.patch | 37 ++
 dev-python/toml/toml-0.10.1.ebuild |  3 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/toml/files/toml-0.10.1-skip-numpy.patch 
b/dev-python/toml/files/toml-0.10.1-skip-numpy.patch
new file mode 100644
index 000..5c6808d2daf
--- /dev/null
+++ b/dev-python/toml/files/toml-0.10.1-skip-numpy.patch
@@ -0,0 +1,37 @@
+From 93901215b45db2ab9d50987ac109c29acbe34600 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Mon, 25 May 2020 16:38:17 +0200
+Subject: [PATCH] Skip numpy tests when numpy is not available
+
+Make it possible to successfully run tests without numpy installed.
+This package is becoming quite hard profile, and being able to test it
+without building numpy first would be a nice feature.
+---
+ tests/test_api.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_api.py b/tests/test_api.py
+index dd12eb3..67bcd88 100644
+--- a/tests/test_api.py
 b/tests/test_api.py
+@@ -103,7 +103,7 @@ def test_array_sep():
+ 
+ 
+ def test_numpy_floats():
+-import numpy as np
++np = pytest.importorskip('numpy')
+ 
+ encoder = toml.TomlNumpyEncoder()
+ d = {'a': np.array([1, .3], dtype=np.float64)}
+@@ -120,7 +120,7 @@ def test_numpy_floats():
+ 
+ 
+ def test_numpy_ints():
+-import numpy as np
++np = pytest.importorskip('numpy')
+ 
+ encoder = toml.TomlNumpyEncoder()
+ d = {'a': np.array([1, 3], dtype=np.int64)}
+-- 
+2.26.2
+

diff --git a/dev-python/toml/toml-0.10.1.ebuild 
b/dev-python/toml/toml-0.10.1.ebuild
index 2dc1660a0ca..e0c1f393ad3 100644
--- a/dev-python/toml/toml-0.10.1.ebuild
+++ b/dev-python/toml/toml-0.10.1.ebuild
@@ -23,6 +23,9 @@ BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' 
'python3*') )"
 
 DOCS=( README.rst )
+PATCHES=(
+   "${FILESDIR}"/toml-0.10.1-skip-numpy.patch
+)
 
 distutils_enable_tests pytest
 



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

2020-05-25 Thread Michał Górny
commit: 18bb70a33e37316d12c08d24f93ffbf21ab76a73
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bb70a3

dev-python/pluggy: Port to py3.9

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

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

diff --git a/dev-python/pluggy/pluggy-0.13.1.ebuild 
b/dev-python/pluggy/pluggy-0.13.1.ebuild
index a07bab9bd9f..f0141a9595e 100644
--- a/dev-python/pluggy/pluggy-0.13.1.ebuild
+++ b/dev-python/pluggy/pluggy-0.13.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 093527962cbd0a76f5202ee7266065b25eaf3dcc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 15:10:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09352796

profiles/arch/sparc: Mask py39 due to slacking arch team

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

 profiles/arch/sparc/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index b6c50e3dcc5..01f000846f7 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -sparc
 
+# Michał Górny  (2020-05-25)
+# Unmask once SPARC is FINALLY done with bug #707350.
+python_targets_python3_9
+
 # James Le Cuirot  (2020-05-10)
 # media-libs/allegro is not keyworded.
 allegro



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

2020-05-25 Thread Michał Górny
commit: 31f9fe254e929e23c3fadef97ec6b63b68807740
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f9fe25

dev-python/pretend: Port to py3.9

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

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

diff --git a/dev-python/pretend/pretend-1.0.9.ebuild 
b/dev-python/pretend/pretend-1.0.9.ebuild
index b77d440fcd1..bc29e4a3710 100644
--- a/dev-python/pretend/pretend-1.0.9.ebuild
+++ b/dev-python/pretend/pretend-1.0.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 083046ae88f3cd3e4e7ec776fc06e662b312bf82
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 15:15:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083046ae

profiles/arch/powerpc: Mask py39 due to slacking arch team

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

 profiles/arch/powerpc/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index c5c30c2fd9f..f4c5b7743df 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -4,6 +4,10 @@
 # PPC Specific use flags
 #
 
+# Michał Górny  (2020-05-25)
+# Unmask once PPC* is FINALLY done with bug #703174.
+python_targets_python3_9
+
 # David Seifert 

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

2020-05-25 Thread Michał Górny
commit: 371df4e919f4c10bca9a5910092855099f18188d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 14:57:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 16:16:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371df4e9

dev-python/pytest: Port to py3.9

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

 dev-python/pytest/pytest-4.6.10.ebuild | 34 +-
 dev-python/pytest/pytest-5.4.2.ebuild  | 25 +
 2 files changed, 38 insertions(+), 21 deletions(-)

diff --git a/dev-python/pytest/pytest-4.6.10.ebuild 
b/dev-python/pytest/pytest-4.6.10.ebuild
index ebd5ee83815..f2ba4fb7643 100644
--- a/dev-python/pytest/pytest-4.6.10.ebuild
+++ b/dev-python/pytest/pytest-4.6.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -27,8 +27,9 @@ RDEPEND="
>=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
\
-   -2 python3_{5,6,7} pypy3)
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' -2 python3_{5,6,7} pypy3)
$(python_gen_cond_dep '
dev-python/pathlib2[${PYTHON_USEDEP}]
dev-python/funcsigs[${PYTHON_USEDEP}]
@@ -44,17 +45,19 @@ RDEPEND="
 DEPEND="
test? (
${RDEPEND}
-   dev-python/argcomplete[${PYTHON_USEDEP}]
-   >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   !!dev-python/flaky
+   !!dev-python/pytest-aiohttp
+   !!dev-python/pytest-asyncio
+   !!dev-python/pytest-django
+   ' python2_7 python3_{6,7,8} pypy3)
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   !!dev-python/flaky
-   !!dev-python/pytest-aiohttp
-   !!dev-python/pytest-asyncio
-   !!dev-python/pytest-django
)"
 
 PATCHES=(
@@ -72,6 +75,11 @@ python_prepare_all() {
 }
 
 python_test() {
+   if [[ ${EPYTHON} == python3.9 ]]; then
+   einfo "Skipping py3.9 due to unported deps"
+   return
+   fi
+
distutils_install_for_testing
 
# In v4.1.1, pytest started being picky about its own verbosity options.

diff --git a/dev-python/pytest/pytest-5.4.2.ebuild 
b/dev-python/pytest/pytest-5.4.2.ebuild
index 62074a5c20e..c53483cbfc6 100644
--- a/dev-python/pytest/pytest-5.4.2.ebuild
+++ b/dev-python/pytest/pytest-5.4.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -25,7 +25,9 @@ PY_VER="1.5.0"
 # support, which only came in py3.6.
 RDEPEND="
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' python3_{6,7} pypy3)
>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
@@ -37,12 +39,14 @@ RDEPEND="
 # flake cause a number of tests to fail
 DEPEND="${RDEPEND}
test? (
-   >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/xmlschema[${PYTHON_USEDEP}]
-   !!dev-python/flaky
+   $(python_gen_cond_dep '
+   >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/xmlschema[${PYTHON_USEDEP}]
+   !!dev-python/flaky
+   ' python2_7 python3_{6,7,8} pypy3)
)"
 

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

2020-05-25 Thread Mike Gilbert
commit: 0d112c909a64d6839939d114fdb6d77e83e97b16
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 25 16:15:28 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 25 16:16:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d112c90

sys-fs/udev: bump to 245.5

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

 sys-fs/udev/Manifest| 1 +
 sys-fs/udev/{udev-.ebuild => udev-245.5.ebuild} | 9 +++--
 sys-fs/udev/udev-.ebuild| 9 +++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
index d05d70330be..0e4199a7178 100644
--- a/sys-fs/udev/Manifest
+++ b/sys-fs/udev/Manifest
@@ -1,3 +1,4 @@
 DIST systemd-242.tar.gz 7831435 BLAKE2B 
288e65d0a8e133ef5885689eb16118a83d93c730e342da63115cea0892fc999104c3a4856c83f3e7ef909ba2f3311146730b05ee02d84cc0400851ccbdcd54cd
 SHA512 
578f68a3c8f2d454198fc04ff8d943abcfb390531d57f9603d185857f7afa7f4dc641dafecf49ce50fe22f5837b252b181400891e8efd4459fd4f69bb4283cb4
 DIST systemd-243.tar.gz 8242522 BLAKE2B 
89e3ebbea5a99061329f7c78220a66c1e075d5ba90dfdf5ee8d0d9b762ef4600dc82d8ca2054632e5e343b6272cd8046c92f7f99dcfa8287c5ef2b42fb96d4cb
 SHA512 
56b52a297aa5ac04d9667eb3afb1598725b197de73ff72baa1aabbc2844e36fba7b7fccdf6d214ae8b5b926616b2b7e15772763aaa80ec938d74333ff9c8673e
 DIST systemd-245.tar.gz 8993479 BLAKE2B 
be0b1fca5ba8585978f570868bc9135c1fee78ea64dcdf8b1a3419e856a83da90104ed2f86e5f3e5b0b6f29d4b34f603bfe1e4cbc61ccf71bedce547db62ff35
 SHA512 
1b80d0e02472dfc4197f11dab4f56cf90e8a6e105ce19f837cb11335b6d8577ed49031dad94cdb41aa9bdc06ec8eec62c8e9246272b83935e7bb9dcd3cd8c012
+DIST systemd-stable-245.5.tar.gz 9020836 BLAKE2B 
7753eecceffa86c9208c3e71df2037b58b445f9090b73c6ff499b4170b94488a1fd1cabcd17cbb98506a692875a3eef07a40a54d23e09c331a01319f8d03d13d
 SHA512 
47de4a59980643002f325c499eeb4dd76fa9f1d1267686e7564f103690487bf85974590d7cb3e3641409e5bfba567fe2a66efa80320e7e8adc48af4461e2e172

diff --git a/sys-fs/udev/udev-.ebuild b/sys-fs/udev/udev-245.5.ebuild
similarity index 96%
copy from sys-fs/udev/udev-.ebuild
copy to sys-fs/udev/udev-245.5.ebuild
index 4cdaa936a65..f8ba208e8ae 100644
--- a/sys-fs/udev/udev-.ebuild
+++ b/sys-fs/udev/udev-245.5.ebuild
@@ -9,10 +9,15 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git;
inherit git-r3
 else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
MY_PV=${PV/_/-}
-   MY_P=systemd-${MY_PV}
+   MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
 fi
 

diff --git a/sys-fs/udev/udev-.ebuild b/sys-fs/udev/udev-.ebuild
index 4cdaa936a65..f8ba208e8ae 100644
--- a/sys-fs/udev/udev-.ebuild
+++ b/sys-fs/udev/udev-.ebuild
@@ -9,10 +9,15 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git;
inherit git-r3
 else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
MY_PV=${PV/_/-}
-   MY_P=systemd-${MY_PV}
+   MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz;
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
 fi
 



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

2020-05-25 Thread Christoph Junghans
commit: 1e77111af0feedbc804c7b77ea235a4caf5b76bc
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon May 25 16:02:33 2020 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon May 25 16:03:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e77111a

net-misc/grive: version bump

Bug: https://bugs.gentoo.org/725184
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Christoph Junghans  gentoo.org>

 net-misc/grive/Manifest   |  1 +
 net-misc/grive/grive-0.5.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/net-misc/grive/Manifest b/net-misc/grive/Manifest
index e3107285d5c..aa8aae7a56b 100644
--- a/net-misc/grive/Manifest
+++ b/net-misc/grive/Manifest
@@ -1 +1,2 @@
+DIST grive-0.5.1.tar.gz 169929 BLAKE2B 
a8f8fc9f3bcf019b7b713178f6a39ca6c62f6531054329d4ff8ac6fbfdfa5579f9e51aa8f9c493b90005194c3ab77934575e541c0986404a32e807c5c87c4cfd
 SHA512 
609837fc93ad78d143dcb4d1f558743d413c887fec2e9aaac81edd58549b812db859aab5ce7f664f06564779cff4bae32d43529e47fcc36640f1a9b52c5b5888
 DIST grive-0.5.1_pre20171005.tar.gz 164450 BLAKE2B 
e8fde261ec419c1284575032ce326de4953ecf7b4824a70aec07b41f6013b4d26532ba0eae3897c910bd5bb51949dcc13fcb699013557f24c38c75fb251e868c
 SHA512 
d1f2b3bb5206aef3afeebd48f198a287f97a016f5da00f954fbdcf366ea7178c0e2c6e48250cdb0869bc850380ed09790b5bbdc1ecf3cdd7b484fcf9b85c793c

diff --git a/net-misc/grive/grive-0.5.1.ebuild 
b/net-misc/grive/grive-0.5.1.ebuild
new file mode 100644
index 000..04bfdf1b8e0
--- /dev/null
+++ b/net-misc/grive/grive-0.5.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+if [[ ${PV} = * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git;
+else
+   inherit vcs-snapshot
+   SRC_URI="https://github.com/vitalif/${PN}2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+DESCRIPTION="An open source Linux client for Google Drive"
+HOMEPAGE="https://github.com/vitalif/grive2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/expat
+   >=dev-libs/json-c-0.11-r1:=
+   dev-libs/libgcrypt:0=
+   dev-libs/yajl
+   || ( net-misc/curl[curl_ssl_openssl] net-misc/curl[curl_ssl_gnutls] )
+   sys-libs/binutils-libs:0=
+   sys-libs/glibc
+"
+DEPEND="${RDEPEND}"



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

2020-05-25 Thread Mike Gilbert
commit: 4ae937692df078e28c21c556ffc68cf684e58894
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 25 15:53:53 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 25 15:53:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae93769

sys-apps/sed: pass --without-selinux to configure

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

 sys-apps/sed/sed-4.8.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild
index 66b31632c46..bada9c0a526 100644
--- a/sys-apps/sed/sed-4.8.ebuild
+++ b/sys-apps/sed/sed-4.8.ebuild
@@ -38,12 +38,11 @@ src_configure() {
myconf+=( --program-prefix=g )
fi
 
-   export ac_cv_search_setfilecon=$(usex selinux -lselinux)
-   export ac_cv_header_selinux_{context,selinux}_h=$(usex selinux)
use static && append-ldflags -static
myconf+=(
$(use_enable acl)
$(use_enable nls)
+   $(use_with selinux)
)
econf "${myconf[@]}"
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/xow/

2020-05-25 Thread Petrus Zhao
commit: fed5ce965341404e1d5d2590c450ef03af1faf39
Author: Petrus Zhao  gmail  com>
AuthorDate: Mon May 25 15:48:32 2020 +
Commit: Petrus Zhao  gmail  com>
CommitDate: Mon May 25 15:48:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fed5ce96

sys-kernel/xow: change metadata.xml

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

 sys-kernel/xow/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/xow/metadata.xml b/sys-kernel/xow/metadata.xml
index f9bbedc..c3fb405 100644
--- a/sys-kernel/xow/metadata.xml
+++ b/sys-kernel/xow/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   silencl...@gmail.com
-   Petrus.Z
+   petrus.zy...@gmail.com
+   Petrus Zhao


medusalix/xow



[gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/

2020-05-25 Thread Ulrich Müller
commit: 3dc3be9929eaa97576882ab23ac02d9f51368f2d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Apr 15 18:25:07 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat May  9 11:06:19 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3dc3be99

general-concepts/dependencies: Tips for checking dependencies.

This is taken from the Gentoo Developer Handbook, chapter
"Ebuild HOWTO" (proj/en/devrel/handbook/hb-guide-ebuild.xml),
section "Package Dependencies", subsection "Important Notes",
which in turn had been copied from chapter "Common ebuild Mistakes"
(proj/en/devrel/handbook/hb-guide-common-mistakes.xml), section
"Common Ebuild Writing Mistakes", subsection "DEPEND is incomplete".

Permission to reuse the CC-BY-SA-1.0 work under CC BY-SA version 2.0
or any later version of that license obtained from author plasmaroo
per e-mail on 2015-04-16, Message-ID
 mail.gmail.com>.

Closes: https://bugs.gentoo.org/465764
Signed-off-by: Ulrich Müller  gentoo.org>

 general-concepts/dependencies/text.xml | 51 ++
 1 file changed, 51 insertions(+)

diff --git a/general-concepts/dependencies/text.xml 
b/general-concepts/dependencies/text.xml
index 52d053e..319137f 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -573,6 +573,57 @@ DEPEND="
 
 
 
+
+Tips for Checking Dependencies
+
+
+
+It is important to ensure that all the dependencies are complete for your
+package:
+
+
+
+  Look at installed binaries/libraries
+  
+Use a tool like scanelf -n (from app-misc/pax-utils) or
+objdump -p (from sys-devel/binutils) to list DT_NEEDED
+entries
+  
+  Look in configure.ac
+  
+Look for checks for packages in here. Things to look out for are pkg-config
+checks or AM_* functions that check for a specific version.
+  
+  Look at included .spec files
+  
+A good indication of dependencies is to look at the included .spec
+files for relevant deps. However, do not trust them to be the definitive
+complete list of dependencies.
+  
+  Look at the application/library website
+  
+Check the application website for possible dependencies that they suggest
+are needed
+  
+  Read the README and INSTALL for the package
+  
+They usually also contain useful information about building and installing
+packages
+  
+  
+Remember non-binary dependencies such as pkg-config, doc generation
+programs, etc.
+  
+  
+Usually the build process requires some dependencies such as intltool,
+libtool, pkg-config, doxygen, scrollkeeper, gtk-doc, etc. Make sure those
+are clearly stated.
+  
+
+
+
+
+
 
 Implicit System Dependency
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/

2020-05-25 Thread Ulrich Müller
commit: be93eaeb521f18b0f8b563accd1d2b398bb87b02
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Apr 15 18:23:47 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat May  9 11:06:19 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=be93eaeb

general-concepts/dependencies: Better section structure.

Collect similar topics as subsections under new section headers.

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

 general-concepts/dependencies/text.xml | 114 +
 1 file changed, 60 insertions(+), 54 deletions(-)

diff --git a/general-concepts/dependencies/text.xml 
b/general-concepts/dependencies/text.xml
index 1a1d970..52d053e 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -2,16 +2,19 @@
 
 
 Dependencies
-
 
 
 
 Automatic dependency resolution is one of the most useful features
 provided by emerge.
 
+
 
 
 
+Dependency types
+
+
 CHOST vs CBUILD
 
 
@@ -41,9 +44,9 @@ of dependencies are merged.
 
 
 
-
+
 
-
+
 Build Dependencies
 
 
@@ -67,9 +70,9 @@ In earlier EAPIs, all build dependencies are placed in 
DEPEND.
 
 
 
-
+
 
-
+
 Runtime Dependencies
 
 
@@ -91,9 +94,9 @@ Items which are in RDEPEND but not DEPEND could 
in theory b
 
 
 
-
+
 
-
+
 Post Dependencies
 
 
@@ -105,39 +108,13 @@ while in general case RDEPEND should be used 
instead.
 
 
 
+
 
 
 
-Implicit System Dependency
-
+Dependency Syntax
 
-
-All packages have an implicit compile-time and runtime dependency upon the
-entire @system set. It is therefore not necessary, nor
-advisable, to
-specify dependencies upon toolchain packages like gcc, libc and
-so on, except where specific versions or packages (for example, glibc
-over uclibc) are required.  Note that this rule also needs consideration
-for packages like flex, zlib and libtool, which aren't in
-the @system set for every profile. For example, the embedded
-profile doesn't have zlib in @system, the libtool
-ABI might
-change and break building order and flex might get removed from the
-@system set in future.
-
-
-
-However, packages which are included in the @system set, or are
-dependencies of @system set packages, should generally include
-a complete dependency list (excluding bootstrap packages). This makes
-emerge -e @system
-possible when installing from a stage 1 or stage 2 tarball.
-
-
-
-
-
-
+
 Basic Dependency Syntax
 
 
@@ -159,9 +136,9 @@ When specifying names, the category part should be treated 
as mandatory.
 
 
 
-
+
 
-
+
 Version Dependencies
 
 
@@ -179,7 +156,7 @@ This states that at least version 0.9.7d of openssl 
is required.
 
 
 
-
+
 Version Specifiers
 
 
@@ -222,9 +199,9 @@ Available version specifiers are:
 
 
 
-
+
 
-
+
 Ranged Dependencies
 
 
@@ -244,9 +221,9 @@ asterisk. Also note that when selecting all versions in a 
specific
 
 
 
-
+
 
-
+
 Blockers
 
 
@@ -343,10 +320,10 @@ newer package that caused the issues.
 
 
 
+
 
-
 
-
+
 SLOT Dependencies
 
 
@@ -370,7 +347,7 @@ DEPEND="qt3? ( ~x11-libs/qt-3.3.8:3 )
 
 
 
-
+
 Slot Operators
 
 
@@ -407,10 +384,10 @@ RDEPEND="media-libs/cogl:1.0=
 
 
 
+
 
-
 
-
+
 USE-Conditional Dependencies
 
 
@@ -464,9 +441,9 @@ DEPEND="!build? (
 
 
 
-
+
 
-
+
 Any of Many Dependencies
 
 
@@ -487,7 +464,7 @@ DEPEND="baz? ( || ( app-misc/foo app-misc/bar ) )"
 
 
 
-
+
 Any of Many Versus USE
 
 
@@ -509,10 +486,10 @@ flag is not necessary if and only if all of the following 
hold:
 
 
 
+
 
-
 
-
+
 Built with USE Dependencies
 
 
@@ -567,7 +544,7 @@ There are also shortcuts for conditional situations:
 
 
 
-
+
 Use dependency defaults
 
 
@@ -592,9 +569,38 @@ DEPEND="
 
 
 
+
 
 
 
+
+Implicit System Dependency
+
+
+
+All packages have an implicit compile-time and runtime dependency upon the
+entire @system set. It is therefore not necessary, nor advisable, to
+specify dependencies upon toolchain packages like gcc, libc and
+so on, except where specific versions or packages (for example, glibc
+over uclibc) are required. Note that this rule also needs consideration
+for packages like flex, zlib and libtool, which aren't in
+the @system set for every profile. For example, the embedded profile
+doesn't have zlib in @system, the libtool ABI might
+change and break building order and flex might get removed from the
+@system set in future.
+
+
+
+However, packages which are included in the @system set, or are
+dependencies of @system set packages, should generally include
+a complete dependency list (excluding bootstrap packages). This makes
+emerge -e @system possible when installing from a stage 1 or stage 2
+tarball.
+
+
+
+
+
 
 Test Dependencies
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/xow/

2020-05-25 Thread Petrus Zhao
commit: e9e6629c45e79b330fe82fd7449f8464f1a58d88
Author: Petrus Zhao  gmail  com>
AuthorDate: Mon May 25 15:41:15 2020 +
Commit: Petrus Zhao  gmail  com>
CommitDate: Mon May 25 15:41:15 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9e6629c

sys-kernel/xow: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

 sys-kernel/xow/Manifest   |  1 +
 sys-kernel/xow/metadata.xml   | 11 +++
 sys-kernel/xow/xow-0.4.ebuild | 25 +
 3 files changed, 37 insertions(+)

diff --git a/sys-kernel/xow/Manifest b/sys-kernel/xow/Manifest
new file mode 100644
index 000..85a80b0
--- /dev/null
+++ b/sys-kernel/xow/Manifest
@@ -0,0 +1 @@
+DIST xow-0.4.tar.gz 902531 BLAKE2B 
6f4e0b77241021c8d38a6f52be3d2bb681e17f5e4e642df2fffec189e955c73fc45a2b8dfb1d66af125aa69781cd9770403b3552aa66d8d63befd4f3b34827b4
 SHA512 
bb601a09f9b33561ba9e9bbf6bbf867a19c0023d696c75301cee115a8548edc697ad61fea5f608927024a38e0f3573116f8350104d70bf488c06bec62c75fce9

diff --git a/sys-kernel/xow/metadata.xml b/sys-kernel/xow/metadata.xml
new file mode 100644
index 000..f9bbedc
--- /dev/null
+++ b/sys-kernel/xow/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   silencl...@gmail.com
+   Petrus.Z
+   
+   
+   medusalix/xow
+   
+

diff --git a/sys-kernel/xow/xow-0.4.ebuild b/sys-kernel/xow/xow-0.4.ebuild
new file mode 100644
index 000..a4797ad
--- /dev/null
+++ b/sys-kernel/xow/xow-0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Linux driver for the Xbox One wireless dongle"
+HOMEPAGE="https://github.com/medusalix/xow;
+SRC_URI="https://github.com/medusalix/xow/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() {
+   emake BUILD=RELEASE
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="" install
+}



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

2020-05-25 Thread Ulrich Müller
commit: 35e940fdc741a16a198b8c9bc27b933c34b36b41
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May 25 15:22:53 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May 25 15:22:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e940fd

net-im/zoom: Remove old.

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

 net-im/zoom/Manifest|   2 -
 net-im/zoom/zoom-5.0.403652.0509.ebuild | 106 
 2 files changed, 108 deletions(-)

diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
index e4e57680913..6ee4a716ea7 100644
--- a/net-im/zoom/Manifest
+++ b/net-im/zoom/Manifest
@@ -1,5 +1,3 @@
-DIST zoom-5.0.403652.0509_i686.tar.xz 38658880 BLAKE2B 
60d93987f627ecaeb149570e225d9c0e74ddb3e21a9565e7465ff2aab0dee3ff3d304ec58f35a9ed783e4fbb8ca7d4c24706a7aa76c194f94e40ab77f75073f9
 SHA512 
3f49c76b28dc0c14272df6632cb0cdafcd67500bf14a5a7e4e0a7f6e685a0d7e3adef522a1c5ba3f8a31ef8c5d880ed686dcf1dae1934b1f86dc8e3871894b64
-DIST zoom-5.0.403652.0509_x86_64.tar.xz 41506968 BLAKE2B 
51fff1a2915fad97c4f5cfde370c1dd1c4849d01b9ea7eaa77580d31d46acbdcc4a19bed7e105e8323f02c7bc344d4ff42ed2a434729b880eedb66f1a3f1f0b4
 SHA512 
5a6c2070b71324ef89040377b759c5ba0f4ab21662c9cf714e57af5bc0a3f28d029f03fd80883479f7a62561b2f136ad480d2efd3dce83398aab814e2a21f8fe
 DIST zoom-5.0.408598.0517_i686.tar.xz 38668604 BLAKE2B 
a503019946689f796a96a29d930ba4a997d233d6f0ff7ad6c100ab25b581b58fd09e811ae444ee0dd94e60c3ddc8b52bcdbd45f2c1daaa201fc71406bf11b764
 SHA512 
3f38df83c26d2a2be6af7cd8f2e4043edbdaf4262becd8ac0eea07e4822743fdb348bc9fbdda9d378aed7c0ab540755fb0218abd0c1eef32a72bb57eed27
 DIST zoom-5.0.408598.0517_x86_64.tar.xz 41559224 BLAKE2B 
56ef7e0b9f7277a7391d92bb8b0259ea98b2931b216bcace8dff43981f0b148846c5bfe0b1c476692712fd342e6652f4cae8d536e7f645168a84fb113e3c97ee
 SHA512 
46762cf46974e4239bc716d1ccba8ec74ba1040bb7f917625535edc2422dcd07df22a448360d35a3e82ef1ab905d7f280401005e9398b5229e515d120d848222
 DIST zoom-5.0.413237.0524_i686.tar.xz 38703768 BLAKE2B 
d50ee81d58fd987580d09e6d672d85eed51607f242b600a4bce71c4729829a6b0ca9b2b3a572ca4a29a86c7fabc388582c4d6b7a4c4c88255297b3e4e92af5f4
 SHA512 
11806bc656b87760604d19eb7432050f0f10f12c6233b687fec319a221964ffc4f4294f45028c5b7bf148a33998254acb37c6597745299be32ba78774dc082a4

diff --git a/net-im/zoom/zoom-5.0.403652.0509.ebuild 
b/net-im/zoom/zoom-5.0.403652.0509.ebuild
deleted file mode 100644
index 314ddbedc6b..000
--- a/net-im/zoom/zoom-5.0.403652.0509.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils readme.gentoo-r1 xdg-utils
-
-DESCRIPTION="Video conferencing and web conferencing service"
-HOMEPAGE="https://zoom.us/;
-SRC_URI="amd64? ( https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> 
${P}_x86_64.tar.xz )
-   x86? ( https://zoom.us/client/${PV}/${PN}_i686.tar.xz -> 
${P}_i686.tar.xz )"
-S="${WORKDIR}/${PN}"
-
-LICENSE="all-rights-reserved Apache-2.0" # Apache-2.0 for icon
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="bundled-libjpeg-turbo pulseaudio"
-RESTRICT="mirror bindist strip"
-
-RDEPEND="!games-engines/zoom
-   dev-libs/glib:2
-   dev-libs/icu
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   amd64? ( dev-qt/qtdeclarative:5[widgets] )
-   x86? ( dev-qt/qtdeclarative:5 )
-   dev-qt/qtdiag:5
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols:5[widgets]
-   dev-qt/qtscript:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   media-sound/mpg123
-   sys-apps/dbus
-   sys-apps/util-linux
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   !bundled-libjpeg-turbo? ( media-libs/libjpeg-turbo )
-   pulseaudio? ( media-sound/pulseaudio )
-   !pulseaudio? ( media-libs/alsa-lib )"
-
-BDEPEND="!pulseaudio? ( dev-util/bbe )"
-
-QA_PREBUILT="opt/zoom/*"
-
-src_prepare() {
-   default
-   if ! use pulseaudio; then
-   # For some strange reason, zoom cannot use any ALSA sound 
devices if
-   # it finds libpulse. This causes breakage if 
media-sound/apulse[sdk]
-   # is installed. So, force zoom to ignore libpulse.
-   bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
-   mv zoom.tmp zoom || die
-   fi
-}
-
-src_install() {
-   insinto /opt/zoom
-   exeinto /opt/zoom
-   doins -r json sip timezones translations
-   doins *.pcm *.pem *.sh Embedded.properties version.txt
-   use amd64 && doins icudtl.dat
-   doexe zoom{,.sh,linux} zopen ZoomLauncher
-   dosym {"../../usr/$(get_libdir)",/opt/zoom}/libmpg123.so
-
-   if use 

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

2020-05-25 Thread Ulrich Müller
commit: 237c85b15e3f987340aab1d1811e2d3eb9a29ba7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May 25 15:22:23 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May 25 15:22:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237c85b1

net-im/zoom: Version bump to 5.0.413237.0524.

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

 net-im/zoom/Manifest|   2 +
 net-im/zoom/zoom-5.0.413237.0524.ebuild | 106 
 2 files changed, 108 insertions(+)

diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
index dab6701228d..e4e57680913 100644
--- a/net-im/zoom/Manifest
+++ b/net-im/zoom/Manifest
@@ -2,3 +2,5 @@ DIST zoom-5.0.403652.0509_i686.tar.xz 38658880 BLAKE2B 
60d93987f627ecaeb149570e2
 DIST zoom-5.0.403652.0509_x86_64.tar.xz 41506968 BLAKE2B 
51fff1a2915fad97c4f5cfde370c1dd1c4849d01b9ea7eaa77580d31d46acbdcc4a19bed7e105e8323f02c7bc344d4ff42ed2a434729b880eedb66f1a3f1f0b4
 SHA512 
5a6c2070b71324ef89040377b759c5ba0f4ab21662c9cf714e57af5bc0a3f28d029f03fd80883479f7a62561b2f136ad480d2efd3dce83398aab814e2a21f8fe
 DIST zoom-5.0.408598.0517_i686.tar.xz 38668604 BLAKE2B 
a503019946689f796a96a29d930ba4a997d233d6f0ff7ad6c100ab25b581b58fd09e811ae444ee0dd94e60c3ddc8b52bcdbd45f2c1daaa201fc71406bf11b764
 SHA512 
3f38df83c26d2a2be6af7cd8f2e4043edbdaf4262becd8ac0eea07e4822743fdb348bc9fbdda9d378aed7c0ab540755fb0218abd0c1eef32a72bb57eed27
 DIST zoom-5.0.408598.0517_x86_64.tar.xz 41559224 BLAKE2B 
56ef7e0b9f7277a7391d92bb8b0259ea98b2931b216bcace8dff43981f0b148846c5bfe0b1c476692712fd342e6652f4cae8d536e7f645168a84fb113e3c97ee
 SHA512 
46762cf46974e4239bc716d1ccba8ec74ba1040bb7f917625535edc2422dcd07df22a448360d35a3e82ef1ab905d7f280401005e9398b5229e515d120d848222
+DIST zoom-5.0.413237.0524_i686.tar.xz 38703768 BLAKE2B 
d50ee81d58fd987580d09e6d672d85eed51607f242b600a4bce71c4729829a6b0ca9b2b3a572ca4a29a86c7fabc388582c4d6b7a4c4c88255297b3e4e92af5f4
 SHA512 
11806bc656b87760604d19eb7432050f0f10f12c6233b687fec319a221964ffc4f4294f45028c5b7bf148a33998254acb37c6597745299be32ba78774dc082a4
+DIST zoom-5.0.413237.0524_x86_64.tar.xz 41591272 BLAKE2B 
21a7b53aba636721823ea414b361ca3768b3ddcbb9cf2d5fbb6a10f60bff79cb425bbd2b7b8da6f13c4a0544c6fb917172c414455b79f7b36766903768f72a9c
 SHA512 
55736fcd43241c2abd090c1943b970741944bfe7061e61cb0fc5839706920025123089c26a3a20730ef253b338546a833a958dc29c5b00234a76a1483ec7669c

diff --git a/net-im/zoom/zoom-5.0.413237.0524.ebuild 
b/net-im/zoom/zoom-5.0.413237.0524.ebuild
new file mode 100644
index 000..314ddbedc6b
--- /dev/null
+++ b/net-im/zoom/zoom-5.0.413237.0524.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils readme.gentoo-r1 xdg-utils
+
+DESCRIPTION="Video conferencing and web conferencing service"
+HOMEPAGE="https://zoom.us/;
+SRC_URI="amd64? ( https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> 
${P}_x86_64.tar.xz )
+   x86? ( https://zoom.us/client/${PV}/${PN}_i686.tar.xz -> 
${P}_i686.tar.xz )"
+S="${WORKDIR}/${PN}"
+
+LICENSE="all-rights-reserved Apache-2.0" # Apache-2.0 for icon
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="bundled-libjpeg-turbo pulseaudio"
+RESTRICT="mirror bindist strip"
+
+RDEPEND="!games-engines/zoom
+   dev-libs/glib:2
+   dev-libs/icu
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   amd64? ( dev-qt/qtdeclarative:5[widgets] )
+   x86? ( dev-qt/qtdeclarative:5 )
+   dev-qt/qtdiag:5
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols:5[widgets]
+   dev-qt/qtscript:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-sound/mpg123
+   sys-apps/dbus
+   sys-apps/util-linux
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXtst
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   !bundled-libjpeg-turbo? ( media-libs/libjpeg-turbo )
+   pulseaudio? ( media-sound/pulseaudio )
+   !pulseaudio? ( media-libs/alsa-lib )"
+
+BDEPEND="!pulseaudio? ( dev-util/bbe )"
+
+QA_PREBUILT="opt/zoom/*"
+
+src_prepare() {
+   default
+   if ! use pulseaudio; then
+   # For some strange reason, zoom cannot use any ALSA sound 
devices if
+   # it finds libpulse. This causes breakage if 
media-sound/apulse[sdk]
+   # is installed. So, force zoom to ignore libpulse.
+   bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
+   mv zoom.tmp zoom || die
+   fi
+}
+
+src_install() {
+   insinto /opt/zoom
+   exeinto /opt/zoom
+   doins -r json sip timezones translations
+   doins *.pcm *.pem *.sh Embedded.properties version.txt
+   use amd64 && doins icudtl.dat
+   doexe zoom{,.sh,linux} zopen 

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/tealdeer/

2020-05-25 Thread Petrus Zhao
commit: d4915634dbed482fb7151cf5b3a0407b0bf34441
Author: Petrus Zhao  gmail  com>
AuthorDate: Mon May 25 14:53:48 2020 +
Commit: Petrus Zhao  gmail  com>
CommitDate: Mon May 25 14:54:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4915634

app-misc/tealdeer: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petrus Zhao  gmail.com>

 app-misc/tealdeer/Manifest  | 166 +++
 app-misc/tealdeer/metadata.xml  |  11 ++
 app-misc/tealdeer/tealdeer-1.3.0.ebuild | 197 
 3 files changed, 374 insertions(+)

diff --git a/app-misc/tealdeer/Manifest b/app-misc/tealdeer/Manifest
new file mode 100644
index 000..d860586
--- /dev/null
+++ b/app-misc/tealdeer/Manifest
@@ -0,0 +1,166 @@
+DIST adler32-1.0.4.crate 5105 BLAKE2B 
344a5258e77328a24a545e32f9bc653fa25b7ea43803ed7861db261bce227aa1599520a42acea3de1f2acebb8fa9fad251e2688413b752eafe2401ca1a2ee34a
 SHA512 
5990e1e277a1c3aae5adef5e4601b807a756a40e88578bb91f1c70d70babfa97fb3f2c1b963482ec8e18c16d5e722bf90fb42f9646c8dd840373f28965a2d123
+DIST aho-corasick-0.7.9.crate 110785 BLAKE2B 
69d067ea399b462f76bddd74e9dac0bd70e35189b1242e775957df84cba24d39699904aedaec6dca1398c05fc3e758ebc15ad49cc59cae2f345d2939facc57c6
 SHA512 
aaeac70a63967ccf40ce1de0e862406c46fbd8e4a1f6aa6e1f547ff8f076b572e29de58960e17a7b5266aa14566a2d99fcca1940158da82ff3a11ce5caf0cd27
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST anyhow-1.0.26.crate 26024 BLAKE2B 
09cdaf61531f3a36b186fbebc2c783d472b54494c1dbd0e2b808be332bfba5783f40d66e46b2148a677ec61ed89f73bf2db04ebb6d43c8b395162177181d2094
 SHA512 
362a22854f90032f407875ee3687287f2c9c87e3b462e808219e0fd4d3067ad245544d1b6f38b3130d824af77390a331ac0b5a918498ee6c6b401fc8d0292ccc
+DIST app_dirs-1.2.1.crate 9468 BLAKE2B 
d358ca20af8c2350e8b5ea716642ad445e7c1260ee0e1b82d74da2b3a78b5403cf8fddb2c8bc1e1ddc558b69a196cdcad1dec29520e31bb64d2e3ca80f2e4e4c
 SHA512 
35cb3138056e540ad9b0fde6f951ff702c78f253284d49a16ee22476e88824ea8bfcbf034185e943ae4344f4519d582029e3bf5c4e03fa04fdf543186e06d8a6
+DIST assert_cmd-0.10.2.crate 19410 BLAKE2B 
f3b5cd2c5b456cd83d87d0467f62188fed6932998ab4eab81029382b53076ae885a086c37f4933abff679a7f159c2980d283a0b16e8ab7fb929dc8f1d170e62c
 SHA512 
16f098b8946a2db06210819c17840ec96f750ed8c43271a386d8bdd430dedda9a7eed61bb08cc78f50d1bdd5eed31b16cb6ae17b7c9ed5bb30833711a5988268
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
+DIST base64-0.11.0.crate 48362 BLAKE2B 
90d2a64496e20c4bcca6f21c2546474ec88283679ccae95303ea7521133414eba021810e64e5916e3980b6878f90281f09295ebadcc12324fc9a9060ac41a707
 SHA512 
31b5f56d4907a5e4ae40e92ef1629a446126525186f5236afc2475829bf2e5e067554db200a18f7b3ab741d0cc9c01e20612e77cc0cbc1bc2a4a8d11c0fdbf33
+DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST bumpalo-3.2.0.crate 118891 BLAKE2B 
9ba8c0366c5d6f0503d780d07b86a4b469e3da186aaf684c3d6b399b081103e3e58fec5d2f74e1e997821460fd8eb9d898037b7cf8dae79793caf14ef2373609
 SHA512 
705c2ea7cfdf04d7eb9b8810e2fa4ec925ca664a3a5a488cd3405a87f2f7a1840c7ced575827464149a8a538dda515e75a22859403038637d33348ee0dc883ff
+DIST bytes-0.5.4.crate 46813 BLAKE2B 
f4461d3794a9a369f62b19d2d1308573a30ac1f8e1f94cdc4275554f35324e711a1185c9515fbeaad5410772c1b8dc5688074550d32093c02902a1513e253202
 SHA512 
22996677ad01f8b33a943206d48ec8ff0a3917d8d0213461f4c93f6082de3b1a076e4e81298ea2b62b2b3154aeeb19358edef4b014f4b97ca29d6d94df9fdceb
+DIST c2-chacha-0.2.3.crate 13336 BLAKE2B 
0b548907ce4c9ee502ec96307ca003d168e8bcf9007ec667661d158f33de36fc2e832cb3c36cadc2523f6ba8b9aeff4dcb16e7f95a9a34ae02e8bd5d00f65cf2
 SHA512 
302498f75d1befdb8bf8b61d0eff2762f0e86000c3909d819a377be2fec72e830bfb4530e24059906b499cef17ab56229f5627fb998ad9ba34a7c6c0de748538
+DIST cc-1.0.50.crate 49792 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/, app-emulation/xen-tools/files/

2020-05-25 Thread Yixun Lan
commit: ab132ad91fa4e41eca3bc48eebae586c6ba58a11
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 10:45:43 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab132ad9

app-emulation/xen-tools: bump to 4.12.3

Closes: https://bugs.gentoo.org/722930
Closes: https://bugs.gentoo.org/713876
Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-tools/Manifest  |   2 +
 app-emulation/xen-tools/files/gentoo-patches.conf |  14 +
 app-emulation/xen-tools/xen-tools-4.12.3.ebuild   | 500 ++
 3 files changed, 516 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 33a75f083db..3e7eec43fe7 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -8,6 +8,8 @@ DIST seabios-1.12.0.tar.gz 613542 BLAKE2B 
f145c2db716996bfa9e5c014086ccfaa8ae96e
 DIST seabios-1.12.1.tar.gz 613450 BLAKE2B 
cb926b650c41a9962db407945cb5b6558079b061bd61f32ea56aedf0d37a00d10ad4434acbe717ffbc0dd1d1c0767304af8e640a53b0fc3784969dfa1590f681
 SHA512 
58755ce842adcb99c0f2f3ebbf9ec6d4a5072753966ab46805a96db1570847b109a90e6e03d61f9088ef877ca8ba96a8006777dc38ec434fce6b487f6c1f91d0
 DIST xen-4.12.2-upstream-patches-0.tar.xz 3976 BLAKE2B 
4527b5699b13e1b5bed9b82b67c7a3ddfbe39dc69f63b3bb1fda81cb315c6d78a34441219b8d4ae3d95ae2bc52ef0779410b65813212fa07867061fcb2b599ac
 SHA512 
462de147b0474ca8e051219b41b088f25eb4be3962cde399403be5fbcfd4747054f84bf8c732ba8d86c1ba1980c518b67cd8e4f342e4120dd8bf6594d185a92e
 DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3791818093b5e250eed7854d153de6d4340197f9b949c0ad2c3d7b2b7180deb42bc71748ff70ff6fad195269d
 SHA512 
7d9e7921271830c9eadf1bb8eca1aec20d343ad7475b0dc3165ef6d681759e7cb70739f8d9f85622a23aef960988820e822267fb198b12ee3dd657ad6164069f
+DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
 DIST xen-4.13.0-upstream-patches-0.tar.xz 11156 BLAKE2B 
e704a3fc1a9213a79208cf60b9972f5480214c0f050fce15245e225b67a34f90ca46e77a74c286d7aef90718295ec6968c2671b72f1994a4372bc191681d38f8
 SHA512 
594194021d0786016e8e214d477892c1ea721e1964729a15ab6928c3cb14b986cbc628d1522ccbf9d53fe568f680acb056d2ff2a37e64261d183589accea4983
 DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
 DIST xen-gentoo-patches-20.tar.xz 17376 BLAKE2B 
909795f611a089ab1eee86db5f034cec963c831873b3088f0682cdb7ec5284e75a4d49a5a1c93ee7a7e7ba3a899648b38928a1c7b726e019c2a90b66e31fee4a
 SHA512 
d06b846ccb8c488f7155437cdf220533fc2d23ad13b0a2bd4d69d68938c4858fdb961c9e59f57c5228368b4e60dbbdf81ec15b77ecb0639bbf475333f8bf4b97
+DIST xen-gentoo-patches-21.tar.xz 18280 BLAKE2B 
95446da72fc16cb82e4e51df8796c64db05a30894a351a98dbd6700ce354c34956ca09a1af98125a4e56c337936e8fae296d806519b8afa23a82b078aa0db8f1
 SHA512 
3cffac162606a09b10b47dca604f167897e6ac8d153411d3464ef29a7a4d46ac5b92340884cb21279cb2d053b131f1ea5cb2111e3e9a21b3298b5ab3320ee34d

diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf 
b/app-emulation/xen-tools/files/gentoo-patches.conf
index 2134aa56ba2..53db26977b2 100644
--- a/app-emulation/xen-tools/files/gentoo-patches.conf
+++ b/app-emulation/xen-tools/files/gentoo-patches.conf
@@ -46,6 +46,9 @@ _gx049=" xen-tools-4.10.1-pdfdoc.patch"
 # Add xenstat python-binding, Gento Bug #711066
 _gx056=" xen-tools-4.12.2-libxenstat-makefile.patch"
 
+# Fix building with gcc 10, bug #722930
+_gx060=" xen-tools-4.13.0-gcc10.patch"
+
 # xen-tools-4.11.3 patches set
 _gpv_xen_tools_4113_0="
 ${_gx038} ${_gx017} ${_gx043}
@@ -66,6 +69,17 @@ ${_gx053} ${_gx050} ${_gx051}
 ${_gx054} ${_gx056}
 "
 
+# xen-tools-4.12.3 patches set
+_gpv_xen_tools_4123_0="
+${_gx038}
+${_gx027}
+${_gx028} ${_gx029}
+${_gx037} ${_gx042}
+${_gx053} ${_gx050} ${_gx051}
+${_gx054} ${_gx056}
+${_gx060}
+"
+
 # xen-tools-4.13.0 patches set
 _gpv_xen_tools_4130_0="
 ${_gx038}

diff --git a/app-emulation/xen-tools/xen-tools-4.12.3.ebuild 
b/app-emulation/xen-tools/xen-tools-4.12.3.ebuild
new file mode 100644
index 000..0ce6e2b9c13
--- /dev/null
+++ b/app-emulation/xen-tools/xen-tools-4.12.3.ebuild
@@ -0,0 +1,500 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='ncurses,xml,threads'
+
+inherit bash-completion-r1 flag-o-matic 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/files/, app-emulation/xen-tools/

2020-05-25 Thread Yixun Lan
commit: 9bbd2bc32b6d27896f65608d1523774fe752668c
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 11:14:47 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbd2bc3

app-emulation/xen-tools: drop old

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-tools/Manifest   |   2 -
 app-emulation/xen-tools/files/gentoo-patches.conf  |  20 -
 app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild | 501 -
 3 files changed, 523 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index a22c5a39051..c5b611426ca 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -9,8 +9,6 @@ DIST seabios-1.12.1.tar.gz 613450 BLAKE2B 
cb926b650c41a9962db407945cb5b6558079b0
 DIST xen-4.12.2-upstream-patches-0.tar.xz 3976 BLAKE2B 
4527b5699b13e1b5bed9b82b67c7a3ddfbe39dc69f63b3bb1fda81cb315c6d78a34441219b8d4ae3d95ae2bc52ef0779410b65813212fa07867061fcb2b599ac
 SHA512 
462de147b0474ca8e051219b41b088f25eb4be3962cde399403be5fbcfd4747054f84bf8c732ba8d86c1ba1980c518b67cd8e4f342e4120dd8bf6594d185a92e
 DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3791818093b5e250eed7854d153de6d4340197f9b949c0ad2c3d7b2b7180deb42bc71748ff70ff6fad195269d
 SHA512 
7d9e7921271830c9eadf1bb8eca1aec20d343ad7475b0dc3165ef6d681759e7cb70739f8d9f85622a23aef960988820e822267fb198b12ee3dd657ad6164069f
 DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
-DIST xen-4.13.0-upstream-patches-0.tar.xz 11156 BLAKE2B 
e704a3fc1a9213a79208cf60b9972f5480214c0f050fce15245e225b67a34f90ca46e77a74c286d7aef90718295ec6968c2671b72f1994a4372bc191681d38f8
 SHA512 
594194021d0786016e8e214d477892c1ea721e1964729a15ab6928c3cb14b986cbc628d1522ccbf9d53fe568f680acb056d2ff2a37e64261d183589accea4983
-DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
 DIST xen-4.13.1.tar.gz 39024612 BLAKE2B 
efff138699fac2c14fad2e0dfd4535ebd744577df3dddccc2a589b81a76f24fc81c75e295f4cd33ca2e820929417b22d714504b576cb0737a563037bd56b6a95
 SHA512 
b56d20704155d98d803496cba83eb928e0f986a750831cd5600fc88d0ae772fe1456571654375054043d2da8daca255cc98385ebf08b1b1a75ecf7f4b7a0ee90
 DIST xen-gentoo-patches-20.tar.xz 17376 BLAKE2B 
909795f611a089ab1eee86db5f034cec963c831873b3088f0682cdb7ec5284e75a4d49a5a1c93ee7a7e7ba3a899648b38928a1c7b726e019c2a90b66e31fee4a
 SHA512 
d06b846ccb8c488f7155437cdf220533fc2d23ad13b0a2bd4d69d68938c4858fdb961c9e59f57c5228368b4e60dbbdf81ec15b77ecb0639bbf475333f8bf4b97
 DIST xen-gentoo-patches-21.tar.xz 18280 BLAKE2B 
95446da72fc16cb82e4e51df8796c64db05a30894a351a98dbd6700ce354c34956ca09a1af98125a4e56c337936e8fae296d806519b8afa23a82b078aa0db8f1
 SHA512 
3cffac162606a09b10b47dca604f167897e6ac8d153411d3464ef29a7a4d46ac5b92340884cb21279cb2d053b131f1ea5cb2111e3e9a21b3298b5ab3320ee34d

diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf 
b/app-emulation/xen-tools/files/gentoo-patches.conf
index 1bda4b00fac..6ecfcb2a4bc 100644
--- a/app-emulation/xen-tools/files/gentoo-patches.conf
+++ b/app-emulation/xen-tools/files/gentoo-patches.conf
@@ -49,16 +49,6 @@ _gx056=" xen-tools-4.12.2-libxenstat-makefile.patch"
 # Fix building with gcc 10, bug #722930
 _gx060=" xen-tools-4.13.0-gcc10.patch"
 
-# xen-tools-4.11.3 patches set
-_gpv_xen_tools_4113_0="
-${_gx038} ${_gx017} ${_gx043}
-${_gx027}
-${_gx028} ${_gx029}
-${_gx037} ${_gx042}
-${_gx045} ${_gx046} ${_gx048}
-${_gx049} ${_gx055}
-"
-
 # xen-tools-4.12.2 patches set
 _gpv_xen_tools_4122_0="
 ${_gx038}
@@ -80,16 +70,6 @@ ${_gx054} ${_gx056}
 ${_gx060}
 "
 
-# xen-tools-4.13.0 patches set
-_gpv_xen_tools_4130_0="
-${_gx038}
-${_gx027}
-${_gx028} ${_gx029}
-${_gx037}
-${_gx053} ${_gx050} ${_gx051}
-${_gx054} ${_gx056}
-"
-
 # xen-tools-4.13.1 patches set
 _gpv_xen_tools_4130_0="
 ${_gx038}

diff --git a/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild 
b/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild
deleted file mode 100644
index 3643831cebe..000
--- a/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild
+++ /dev/null
@@ -1,501 +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='ncurses,xml,threads(+)'
-
-inherit bash-completion-r1 flag-o-matic multilib 

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

2020-05-25 Thread Yixun Lan
commit: 1c239537b78efbb5922a6a08f3ef58ba1e54bf19
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 10:54:24 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c239537

app-emulation/xen: bump to 4.13.1

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen/Manifest  |   1 +
 app-emulation/xen/xen-4.13.1.ebuild | 165 
 2 files changed, 166 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index a86d21603bf..1fc0fd00909 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -3,3 +3,4 @@ DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3
 DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
 DIST xen-4.13.0-upstream-patches-2.tar.xz 55980 BLAKE2B 
b85512456cac253d7f4dd0dca120d694cde0b0f4d0270023bca337f9bc693eb768c1a43d74d412c38dc665ee50a70d2985e5bfc6edde3eacc4376d2f6d7877c8
 SHA512 
fb852be98209e135a11241dd15e9bd174a5a3724bfaea1fc3b12ba964b8fc275946b1c443c70a78212dff0bc9b25015a00d9f902183c135053e27957b55b6bb6
 DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
+DIST xen-4.13.1.tar.gz 39024612 BLAKE2B 
efff138699fac2c14fad2e0dfd4535ebd744577df3dddccc2a589b81a76f24fc81c75e295f4cd33ca2e820929417b22d714504b576cb0737a563037bd56b6a95
 SHA512 
b56d20704155d98d803496cba83eb928e0f986a750831cd5600fc88d0ae772fe1456571654375054043d2da8daca255cc98385ebf08b1b1a75ecf7f4b7a0ee90

diff --git a/app-emulation/xen/xen-4.13.1.ebuild 
b/app-emulation/xen/xen-4.13.1.ebuild
new file mode 100644
index 000..d6b6b7ddd30
--- /dev/null
+++ b/app-emulation/xen/xen-4.13.1.ebuild
@@ -0,0 +1,165 @@
+# 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 flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+   UPSTREAM_VER=
+   SECURITY_VER=
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+fi
+
+DESCRIPTION="The Xen virtual machine monitor"
+HOMEPAGE="https://www.xenproject.org;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug efi flask"
+
+DEPEND="${PYTHON_DEPS}
+   efi? ( >=sys-devel/binutils-2.22[multitarget] )
+   !efi? ( >=sys-devel/binutils-2.22 )"
+RDEPEND=""
+PDEPEND="~app-emulation/xen-tools-${PV}"
+
+# no tests are available for the hypervisor
+# prevent the silliness of /usr/lib/debug/usr/lib/debug files
+# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
+RESTRICT="test splitdebug strip"
+
+# Approved by QA team in bug #144032
+QA_WX_LOAD="boot/xen-syms-${PV}"
+
+REQUIRED_USE="arm? ( debug )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   if [[ -z ${XEN_TARGET_ARCH} ]]; then
+   if use amd64; then
+   export XEN_TARGET_ARCH="x86_64"
+   elif use arm; then
+   export XEN_TARGET_ARCH="arm32"
+   elif use arm64; then
+   export XEN_TARGET_ARCH="arm64"
+   else
+   die "Unsupported architecture!"
+   fi
+   fi
+
+   if use flask ; then
+   export "XSM_ENABLE=y"
+   export "FLASK_ENABLE=y"
+   fi
+}
+
+src_prepare() {
+   # Upstream's patchset
+   [[ -n 

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

2020-05-25 Thread Yixun Lan
commit: 75891043cb06430bebd79668cccf33829c9be072
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 10:53:42 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75891043

app-emulation/xen: bump to 4.12.3

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen/Manifest  |   1 +
 app-emulation/xen/xen-4.12.3.ebuild | 165 
 2 files changed, 166 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index fa09ca454f3..a86d21603bf 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,4 +1,5 @@
 DIST xen-4.12.2-upstream-patches-2.tar.xz 34484 BLAKE2B 
79799a2fa9e638adf80ff1b5a1609b28747dad254da2e8ebd94afd75d5b7c061d25d507e7d388af17905347e180537dec8d0e27bd18cf6c53f51f7272d4adafe
 SHA512 
abf9d82fe20fc9411384283876cf020a31e6c22ab2e54a7fae0d95ade02f434e4afb08d47c3ed5e4bc7ea5f518df7dc57baef2b8e76e3439bd937e2ee3c2b658
 DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3791818093b5e250eed7854d153de6d4340197f9b949c0ad2c3d7b2b7180deb42bc71748ff70ff6fad195269d
 SHA512 
7d9e7921271830c9eadf1bb8eca1aec20d343ad7475b0dc3165ef6d681759e7cb70739f8d9f85622a23aef960988820e822267fb198b12ee3dd657ad6164069f
+DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
 DIST xen-4.13.0-upstream-patches-2.tar.xz 55980 BLAKE2B 
b85512456cac253d7f4dd0dca120d694cde0b0f4d0270023bca337f9bc693eb768c1a43d74d412c38dc665ee50a70d2985e5bfc6edde3eacc4376d2f6d7877c8
 SHA512 
fb852be98209e135a11241dd15e9bd174a5a3724bfaea1fc3b12ba964b8fc275946b1c443c70a78212dff0bc9b25015a00d9f902183c135053e27957b55b6bb6
 DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225

diff --git a/app-emulation/xen/xen-4.12.3.ebuild 
b/app-emulation/xen/xen-4.12.3.ebuild
new file mode 100644
index 000..8e4d8471cd4
--- /dev/null
+++ b/app-emulation/xen/xen-4.12.3.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+   UPSTREAM_VER=
+   SECURITY_VER=
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
+   ${UPSTREAM_PATCHSET_URI}
+   ${SECURITY_PATCHSET_URI}
+   ${GENTOO_PATCHSET_URI}"
+fi
+
+DESCRIPTION="The Xen virtual machine monitor"
+HOMEPAGE="https://www.xenproject.org;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug efi flask"
+
+DEPEND="${PYTHON_DEPS}
+   efi? ( >=sys-devel/binutils-2.22[multitarget] )
+   !efi? ( >=sys-devel/binutils-2.22 )"
+RDEPEND=""
+PDEPEND="~app-emulation/xen-tools-${PV}"
+
+# no tests are available for the hypervisor
+# prevent the silliness of /usr/lib/debug/usr/lib/debug files
+# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
+RESTRICT="test splitdebug strip"
+
+# Approved by QA team in bug #144032
+QA_WX_LOAD="boot/xen-syms-${PV}"
+
+REQUIRED_USE="arm? ( debug )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   if [[ -z ${XEN_TARGET_ARCH} ]]; then
+   if use amd64; then
+   export XEN_TARGET_ARCH="x86_64"
+   elif use arm; then
+   export XEN_TARGET_ARCH="arm32"
+   elif use arm64; then
+   export XEN_TARGET_ARCH="arm64"
+   else
+   die 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/

2020-05-25 Thread Yixun Lan
commit: d89fb81ef89345975383a728e7f3c1f783afcdee
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 10:55:07 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89fb81e

app-emulation/xen-pvgrub: bump to 4.12.3

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-pvgrub/Manifest |   1 +
 app-emulation/xen-pvgrub/xen-pvgrub-4.12.3.ebuild | 150 ++
 2 files changed, 151 insertions(+)

diff --git a/app-emulation/xen-pvgrub/Manifest 
b/app-emulation/xen-pvgrub/Manifest
index 909f0c5ed45..78ebc93c743 100644
--- a/app-emulation/xen-pvgrub/Manifest
+++ b/app-emulation/xen-pvgrub/Manifest
@@ -4,5 +4,6 @@ DIST newlib-1.16.0.tar.gz 12024353 BLAKE2B 
26d3308148fb99baf8ad02eee4cc699cfac69
 DIST pciutils-2.2.9.tar.bz2 212265 BLAKE2B 
014b664e90c64e7255c9e21fc25a2cc60d57f47ce282fc0331a0481a460b237783bd3774dd0689e1596d4a0be0d2889faad904da01a6f02147464bce1d1b1bc0
 SHA512 
2b3d98d027e46d8c08037366dde6f0781ca03c610ef2b380984639e4ef39899ed8d8b8e4cd9c9dc54df101279b95879bd66bfd4d04ad07fef41e847ea7ae32b5
 DIST polarssl-1.1.4-gpl.tgz 611340 BLAKE2B 
613da06dda9e4b86db5a4d616a0a0afee98c907c3c6b352eed3d9e500fc5739e62eb4f6fc32ff02579c6a6de9bd49fcd2c8bd8b2d158a5050cbaa82118d61ef0
 SHA512 
88da614e4d3f4409c4fd3bb3e44c7587ba051e3fed4e33d526069a67e8180212e1ea22da984656f50e290049f60ddca65383e5983c0f8884f648d71f698303ad
 DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3791818093b5e250eed7854d153de6d4340197f9b949c0ad2c3d7b2b7180deb42bc71748ff70ff6fad195269d
 SHA512 
7d9e7921271830c9eadf1bb8eca1aec20d343ad7475b0dc3165ef6d681759e7cb70739f8d9f85622a23aef960988820e822267fb198b12ee3dd657ad6164069f
+DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
 DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
 DIST zlib-1.2.3.tar.gz 496597 BLAKE2B 
603020b70cd52b83e48bde420b86e2acfd29d69bf7476eecbeeb07d1b8bcab703d2cbd3eab2990bddb8c268f13594592ce985798d49e2d6ba25104d49f22
 SHA512 
021b958fcd0d346c4ba761bcf0cc40f3522de6186cf5a0a6ea34a70504ce9622b1c2626fce40675bc8282cf5f5ade18473656abc38050f72f5d6480507a2106e

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.12.3.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.12.3.ebuild
new file mode 100644
index 000..90ff022902e
--- /dev/null
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.12.3.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='xml,threads'
+
+inherit flag-o-matic multilib python-single-r1 toolchain-funcs
+
+XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles;
+LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
+GRUB_URL=mirror://gnu-alpha/grub
+
+UPSTREAM_VER=
+[[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+
+SRC_URI="
+   
https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz
+   $GRUB_URL/grub-0.97.tar.gz
+   $XEN_EXTFILES_URL/zlib-1.2.3.tar.gz
+   $LIBPCI_URL/pciutils-2.2.9.tar.bz2
+   $XEN_EXTFILES_URL/lwip-1.3.0.tar.gz
+   $XEN_EXTFILES_URL/newlib/newlib-1.16.0.tar.gz
+   $XEN_EXTFILES_URL/polarssl-1.1.4-gpl.tgz
+   ${UPSTREAM_PATCHSET_URI}"
+
+S="${WORKDIR}/xen-${PV}"
+
+DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside 
guest filesystem"
+HOMEPAGE="https://www.xenproject.org;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="sys-devel/gettext
+   sys-devel/bin86
+   sys-apps/texinfo
+   x11-libs/pixman"
+
+RDEPEND="${PYTHON_DEPS}
+   >=app-emulation/xen-tools-${PV}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+retar-externals() {
+   # Purely to unclutter src_prepare
+   local set="grub-0.97.tar.gz lwip-1.3.0.tar.gz newlib-1.16.0.tar.gz 
polarssl-1.1.4-gpl.tgz zlib-1.2.3.tar.gz"
+
+   # eapply can't patch in $WORKDIR, requires a sed; Bug #455194. 
Patchable, but sed informative
+   sed 

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

2020-05-25 Thread Yixun Lan
commit: 2b2736b90abc6d6b12eff4c119c74cd65e32fb83
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 11:13:49 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2736b9

app-emulation/xen: drop old

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen/Manifest |   2 -
 app-emulation/xen/xen-4.13.0-r3.ebuild | 165 -
 2 files changed, 167 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 1fc0fd00909..225574e904c 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,6 +1,4 @@
 DIST xen-4.12.2-upstream-patches-2.tar.xz 34484 BLAKE2B 
79799a2fa9e638adf80ff1b5a1609b28747dad254da2e8ebd94afd75d5b7c061d25d507e7d388af17905347e180537dec8d0e27bd18cf6c53f51f7272d4adafe
 SHA512 
abf9d82fe20fc9411384283876cf020a31e6c22ab2e54a7fae0d95ade02f434e4afb08d47c3ed5e4bc7ea5f518df7dc57baef2b8e76e3439bd937e2ee3c2b658
 DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3791818093b5e250eed7854d153de6d4340197f9b949c0ad2c3d7b2b7180deb42bc71748ff70ff6fad195269d
 SHA512 
7d9e7921271830c9eadf1bb8eca1aec20d343ad7475b0dc3165ef6d681759e7cb70739f8d9f85622a23aef960988820e822267fb198b12ee3dd657ad6164069f
 DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
-DIST xen-4.13.0-upstream-patches-2.tar.xz 55980 BLAKE2B 
b85512456cac253d7f4dd0dca120d694cde0b0f4d0270023bca337f9bc693eb768c1a43d74d412c38dc665ee50a70d2985e5bfc6edde3eacc4376d2f6d7877c8
 SHA512 
fb852be98209e135a11241dd15e9bd174a5a3724bfaea1fc3b12ba964b8fc275946b1c443c70a78212dff0bc9b25015a00d9f902183c135053e27957b55b6bb6
-DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
 DIST xen-4.13.1.tar.gz 39024612 BLAKE2B 
efff138699fac2c14fad2e0dfd4535ebd744577df3dddccc2a589b81a76f24fc81c75e295f4cd33ca2e820929417b22d714504b576cb0737a563037bd56b6a95
 SHA512 
b56d20704155d98d803496cba83eb928e0f986a750831cd5600fc88d0ae772fe1456571654375054043d2da8daca255cc98385ebf08b1b1a75ecf7f4b7a0ee90

diff --git a/app-emulation/xen/xen-4.13.0-r3.ebuild 
b/app-emulation/xen/xen-4.13.0-r3.ebuild
deleted file mode 100644
index 9141030b585..000
--- a/app-emulation/xen/xen-4.13.0-r3.ebuild
+++ /dev/null
@@ -1,165 +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 flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-
-if [[ $PV == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~arm -x86"
-   UPSTREAM_VER=2
-   SECURITY_VER=
-   GENTOO_VER=
-
-   [[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
-   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-   [[ -n ${SECURITY_VER} ]] && \
-   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
-   [[ -n ${GENTOO_VER} ]] && \
-   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
-   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
-   ${UPSTREAM_PATCHSET_URI}
-   ${SECURITY_PATCHSET_URI}
-   ${GENTOO_PATCHSET_URI}"
-fi
-
-DESCRIPTION="The Xen virtual machine monitor"
-HOMEPAGE="https://www.xenproject.org;
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug efi flask"
-
-DEPEND="${PYTHON_DEPS}
-   efi? ( >=sys-devel/binutils-2.22[multitarget] )
-   !efi? ( >=sys-devel/binutils-2.22 )"
-RDEPEND=""
-PDEPEND="~app-emulation/xen-tools-${PV}"
-
-# no tests are available for the hypervisor
-# prevent the silliness of /usr/lib/debug/usr/lib/debug files
-# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
-RESTRICT="test splitdebug strip"
-
-# Approved by QA team in bug #144032
-QA_WX_LOAD="boot/xen-syms-${PV}"
-
-REQUIRED_USE="arm? ( debug )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-   if [[ -z ${XEN_TARGET_ARCH} ]]; then
-

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/

2020-05-25 Thread Yixun Lan
commit: 3485e36654fed1a7dc9bdbd40148887ab3457315
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 10:55:50 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3485e366

app-emulation/xen-pvgrub: bump to 4.13.1

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-pvgrub/Manifest |   1 +
 app-emulation/xen-pvgrub/xen-pvgrub-4.13.1.ebuild | 155 ++
 2 files changed, 156 insertions(+)

diff --git a/app-emulation/xen-pvgrub/Manifest 
b/app-emulation/xen-pvgrub/Manifest
index 78ebc93c743..c17a76e90af 100644
--- a/app-emulation/xen-pvgrub/Manifest
+++ b/app-emulation/xen-pvgrub/Manifest
@@ -6,4 +6,5 @@ DIST polarssl-1.1.4-gpl.tgz 611340 BLAKE2B 
613da06dda9e4b86db5a4d616a0a0afee98c9
 DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3791818093b5e250eed7854d153de6d4340197f9b949c0ad2c3d7b2b7180deb42bc71748ff70ff6fad195269d
 SHA512 
7d9e7921271830c9eadf1bb8eca1aec20d343ad7475b0dc3165ef6d681759e7cb70739f8d9f85622a23aef960988820e822267fb198b12ee3dd657ad6164069f
 DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
 DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
+DIST xen-4.13.1.tar.gz 39024612 BLAKE2B 
efff138699fac2c14fad2e0dfd4535ebd744577df3dddccc2a589b81a76f24fc81c75e295f4cd33ca2e820929417b22d714504b576cb0737a563037bd56b6a95
 SHA512 
b56d20704155d98d803496cba83eb928e0f986a750831cd5600fc88d0ae772fe1456571654375054043d2da8daca255cc98385ebf08b1b1a75ecf7f4b7a0ee90
 DIST zlib-1.2.3.tar.gz 496597 BLAKE2B 
603020b70cd52b83e48bde420b86e2acfd29d69bf7476eecbeeb07d1b8bcab703d2cbd3eab2990bddb8c268f13594592ce985798d49e2d6ba25104d49f22
 SHA512 
021b958fcd0d346c4ba761bcf0cc40f3522de6186cf5a0a6ea34a70504ce9622b1c2626fce40675bc8282cf5f5ade18473656abc38050f72f5d6480507a2106e

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.1.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.1.ebuild
new file mode 100644
index 000..5c95dccf2ec
--- /dev/null
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.1.ebuild
@@ -0,0 +1,155 @@
+# 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='xml,threads(+)'
+
+inherit flag-o-matic multilib python-single-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+
+XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles;
+LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
+GRUB_URL=mirror://gnu-alpha/grub
+
+UPSTREAM_VER=
+[[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+
+SRC_URI="
+   
https://downloads.xenproject.org/release/xen/${MY_PV}/xen-${MY_PV}.tar.gz
+   $GRUB_URL/grub-0.97.tar.gz
+   $XEN_EXTFILES_URL/zlib-1.2.3.tar.gz
+   $LIBPCI_URL/pciutils-2.2.9.tar.bz2
+   $XEN_EXTFILES_URL/lwip-1.3.0.tar.gz
+   $XEN_EXTFILES_URL/newlib/newlib-1.16.0.tar.gz
+   $XEN_EXTFILES_URL/polarssl-1.1.4-gpl.tgz
+   ${UPSTREAM_PATCHSET_URI}"
+
+S="${WORKDIR}/xen-${MY_PV}"
+
+DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside 
guest filesystem"
+HOMEPAGE="https://www.xenproject.org;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="sys-devel/gettext
+   sys-devel/bin86
+   sys-apps/texinfo
+   x11-libs/pixman"
+
+RDEPEND="${PYTHON_DEPS}
+   >=app-emulation/xen-tools-${PV}"
+
+# python2 only
+RESTRICT="test"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+retar-externals() {
+   # Purely to unclutter src_prepare
+   local set="grub-0.97.tar.gz lwip-1.3.0.tar.gz newlib-1.16.0.tar.gz 
polarssl-1.1.4-gpl.tgz zlib-1.2.3.tar.gz"
+
+   # eapply can't patch in $WORKDIR, requires a sed; Bug #455194. 
Patchable, but sed informative
+   sed -e s':AR=${AR-"ar rc"}:AR=${AR-"ar"}:' \
+   -i "${WORKDIR}"/zlib-1.2.3/configure || die
+   sed -e 's:^AR=ar rc:AR=ar:' \
+   -e s':$(AR) $@:$(AR) rc $@:' \
+   -i 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/

2020-05-25 Thread Yixun Lan
commit: 5a9bdbfc2df5ea986023129cd5f54256f7c84a24
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 11:13:04 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9bdbfc

app-emulation/xen-pvgrub: drop old

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-pvgrub/Manifest |   1 -
 app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild | 155 --
 2 files changed, 156 deletions(-)

diff --git a/app-emulation/xen-pvgrub/Manifest 
b/app-emulation/xen-pvgrub/Manifest
index c17a76e90af..4a22ca0a9f2 100644
--- a/app-emulation/xen-pvgrub/Manifest
+++ b/app-emulation/xen-pvgrub/Manifest
@@ -5,6 +5,5 @@ DIST pciutils-2.2.9.tar.bz2 212265 BLAKE2B 
014b664e90c64e7255c9e21fc25a2cc60d57f
 DIST polarssl-1.1.4-gpl.tgz 611340 BLAKE2B 
613da06dda9e4b86db5a4d616a0a0afee98c907c3c6b352eed3d9e500fc5739e62eb4f6fc32ff02579c6a6de9bd49fcd2c8bd8b2d158a5050cbaa82118d61ef0
 SHA512 
88da614e4d3f4409c4fd3bb3e44c7587ba051e3fed4e33d526069a67e8180212e1ea22da984656f50e290049f60ddca65383e5983c0f8884f648d71f698303ad
 DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3791818093b5e250eed7854d153de6d4340197f9b949c0ad2c3d7b2b7180deb42bc71748ff70ff6fad195269d
 SHA512 
7d9e7921271830c9eadf1bb8eca1aec20d343ad7475b0dc3165ef6d681759e7cb70739f8d9f85622a23aef960988820e822267fb198b12ee3dd657ad6164069f
 DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
-DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
 DIST xen-4.13.1.tar.gz 39024612 BLAKE2B 
efff138699fac2c14fad2e0dfd4535ebd744577df3dddccc2a589b81a76f24fc81c75e295f4cd33ca2e820929417b22d714504b576cb0737a563037bd56b6a95
 SHA512 
b56d20704155d98d803496cba83eb928e0f986a750831cd5600fc88d0ae772fe1456571654375054043d2da8daca255cc98385ebf08b1b1a75ecf7f4b7a0ee90
 DIST zlib-1.2.3.tar.gz 496597 BLAKE2B 
603020b70cd52b83e48bde420b86e2acfd29d69bf7476eecbeeb07d1b8bcab703d2cbd3eab2990bddb8c268f13594592ce985798d49e2d6ba25104d49f22
 SHA512 
021b958fcd0d346c4ba761bcf0cc40f3522de6186cf5a0a6ea34a70504ce9622b1c2626fce40675bc8282cf5f5ade18473656abc38050f72f5d6480507a2106e

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
deleted file mode 100644
index 5c95dccf2ec..000
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
+++ /dev/null
@@ -1,155 +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='xml,threads(+)'
-
-inherit flag-o-matic multilib python-single-r1 toolchain-funcs
-
-MY_PV=${PV/_/-}
-
-XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles;
-LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
-GRUB_URL=mirror://gnu-alpha/grub
-
-UPSTREAM_VER=
-[[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz
-   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-
-SRC_URI="
-   
https://downloads.xenproject.org/release/xen/${MY_PV}/xen-${MY_PV}.tar.gz
-   $GRUB_URL/grub-0.97.tar.gz
-   $XEN_EXTFILES_URL/zlib-1.2.3.tar.gz
-   $LIBPCI_URL/pciutils-2.2.9.tar.bz2
-   $XEN_EXTFILES_URL/lwip-1.3.0.tar.gz
-   $XEN_EXTFILES_URL/newlib/newlib-1.16.0.tar.gz
-   $XEN_EXTFILES_URL/polarssl-1.1.4-gpl.tgz
-   ${UPSTREAM_PATCHSET_URI}"
-
-S="${WORKDIR}/xen-${MY_PV}"
-
-DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside 
guest filesystem"
-HOMEPAGE="https://www.xenproject.org;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="sys-devel/gettext
-   sys-devel/bin86
-   sys-apps/texinfo
-   x11-libs/pixman"
-
-RDEPEND="${PYTHON_DEPS}
-   >=app-emulation/xen-tools-${PV}"
-
-# python2 only
-RESTRICT="test"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-retar-externals() {
-   # Purely to unclutter src_prepare
-   local set="grub-0.97.tar.gz lwip-1.3.0.tar.gz newlib-1.16.0.tar.gz 
polarssl-1.1.4-gpl.tgz zlib-1.2.3.tar.gz"
-
-   # eapply can't patch in $WORKDIR, 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/, app-emulation/xen-tools/files/

2020-05-25 Thread Yixun Lan
commit: 53d72364a8500449a9a1cc77d1b966fa7b9d2396
Author: Tomáš Mózes  gmail  com>
AuthorDate: Tue May 19 10:47:41 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon May 25 14:20:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d72364

app-emulation/xen-tools: bump to 4.13.1

Closes: https://github.com/gentoo/gentoo/pull/15857
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-tools/Manifest  |   1 +
 app-emulation/xen-tools/files/gentoo-patches.conf |  11 +
 app-emulation/xen-tools/xen-tools-4.13.1.ebuild   | 505 ++
 3 files changed, 517 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 3e7eec43fe7..a22c5a39051 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -11,5 +11,6 @@ DIST xen-4.12.2.tar.gz 26985135 BLAKE2B 
530821011a6dd0ac0a99fb135ff5311eb8e975c3
 DIST xen-4.12.3.tar.gz 26985230 BLAKE2B 
403de519a552f1cd49e5a85b63f48df1b7a47ff8381385860b67df32af0b33be1c13c92ca2234e4479b7f415e711e0f46c396c3f62dfb5b2465d2991723cf6ef
 SHA512 
7bbf4e752477f18143ac9a62fb633b1fbe115a1a9b03d0132f33dfca025bc9b76d9c2e9b66a3e407d14aff161b940b1a82e3e3ca43213798e9dd38b6970194e0
 DIST xen-4.13.0-upstream-patches-0.tar.xz 11156 BLAKE2B 
e704a3fc1a9213a79208cf60b9972f5480214c0f050fce15245e225b67a34f90ca46e77a74c286d7aef90718295ec6968c2671b72f1994a4372bc191681d38f8
 SHA512 
594194021d0786016e8e214d477892c1ea721e1964729a15ab6928c3cb14b986cbc628d1522ccbf9d53fe568f680acb056d2ff2a37e64261d183589accea4983
 DIST xen-4.13.0.tar.gz 39005191 BLAKE2B 
cd85bfe549e20447afb8ec6b2ab33ea1893f45392c08737730d7898706748ebb96b2e842b2ff3e4af8c5d8a705e6d25a2bfb8acf0d7cc771805d0cc97757a949
 SHA512 
5b2ded9a2fe3f7ddf40eed1fa9858baead06233a01eb6099cc45b3c78b6c3823acfe7b731910733e87125dfa49d08c53f74c215fb1b320a92b44b87a0a105225
+DIST xen-4.13.1.tar.gz 39024612 BLAKE2B 
efff138699fac2c14fad2e0dfd4535ebd744577df3dddccc2a589b81a76f24fc81c75e295f4cd33ca2e820929417b22d714504b576cb0737a563037bd56b6a95
 SHA512 
b56d20704155d98d803496cba83eb928e0f986a750831cd5600fc88d0ae772fe1456571654375054043d2da8daca255cc98385ebf08b1b1a75ecf7f4b7a0ee90
 DIST xen-gentoo-patches-20.tar.xz 17376 BLAKE2B 
909795f611a089ab1eee86db5f034cec963c831873b3088f0682cdb7ec5284e75a4d49a5a1c93ee7a7e7ba3a899648b38928a1c7b726e019c2a90b66e31fee4a
 SHA512 
d06b846ccb8c488f7155437cdf220533fc2d23ad13b0a2bd4d69d68938c4858fdb961c9e59f57c5228368b4e60dbbdf81ec15b77ecb0639bbf475333f8bf4b97
 DIST xen-gentoo-patches-21.tar.xz 18280 BLAKE2B 
95446da72fc16cb82e4e51df8796c64db05a30894a351a98dbd6700ce354c34956ca09a1af98125a4e56c337936e8fae296d806519b8afa23a82b078aa0db8f1
 SHA512 
3cffac162606a09b10b47dca604f167897e6ac8d153411d3464ef29a7a4d46ac5b92340884cb21279cb2d053b131f1ea5cb2111e3e9a21b3298b5ab3320ee34d

diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf 
b/app-emulation/xen-tools/files/gentoo-patches.conf
index 53db26977b2..1bda4b00fac 100644
--- a/app-emulation/xen-tools/files/gentoo-patches.conf
+++ b/app-emulation/xen-tools/files/gentoo-patches.conf
@@ -89,3 +89,14 @@ ${_gx037}
 ${_gx053} ${_gx050} ${_gx051}
 ${_gx054} ${_gx056}
 "
+
+# xen-tools-4.13.1 patches set
+_gpv_xen_tools_4130_0="
+${_gx038}
+${_gx027}
+${_gx028} ${_gx029}
+${_gx037}
+${_gx053} ${_gx050} ${_gx051}
+${_gx054} ${_gx056}
+${_gx060}
+"

diff --git a/app-emulation/xen-tools/xen-tools-4.13.1.ebuild 
b/app-emulation/xen-tools/xen-tools-4.13.1.ebuild
new file mode 100644
index 000..74f229da76f
--- /dev/null
+++ b/app-emulation/xen-tools/xen-tools-4.13.1.ebuild
@@ -0,0 +1,505 @@
+# 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='ncurses,xml,threads(+)'
+
+inherit bash-completion-r1 flag-o-matic multilib python-single-r1 
toolchain-funcs
+
+MY_PV=${PV/_/-}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   REPO="xen.git"
+   EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
+   S="${WORKDIR}/${REPO}"
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   UPSTREAM_VER=
+   SECURITY_VER=
+   # xen-tools's gentoo patches tarball
+   GENTOO_VER=21
+   # xen-tools's gentoo patches version which apply to this specific ebuild
+   GENTOO_GPV=0
+   # xen-tools ovmf's patches
+   OVMF_VER=
+
+   SEABIOS_VER="1.12.1"
+   EDK2_COMMIT="20d2e5a125e34fc8501026613a71549b2a1a3e54"
+   EDK2_OPENSSL_VERSION="1_1_1b"
+   EDK2_SOFTFLOAT_COMMIT="b64af41c3276f97f0e181920400ee056b9c88037"
+   IPXE_COMMIT="1dd56dbd11082fb622c2ed21cfaced4f47d798a6"
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   

[gentoo-commits] repo/proj/guru:dev commit in: media-plugins/qt-avif-image-plugin/

2020-05-25 Thread Daniel Novomesky
commit: 8f24548373c2abd07f361c6391d8005607874270
Author: Daniel Novomesky  gmail  com>
AuthorDate: Mon May 25 14:01:29 2020 +
Commit: Daniel Novomesky  gmail  com>
CommitDate: Mon May 25 14:01:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f245483

media-plugins/qt-avif-image-plugin: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Daniel Novomesky  gmail.com>

 media-plugins/qt-avif-image-plugin/metadata.xml| 21 +++
 .../qt-avif-image-plugin-.ebuild   | 41 ++
 2 files changed, 62 insertions(+)

diff --git a/media-plugins/qt-avif-image-plugin/metadata.xml 
b/media-plugins/qt-avif-image-plugin/metadata.xml
new file mode 100644
index 000..98dd207
--- /dev/null
+++ b/media-plugins/qt-avif-image-plugin/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   dnovome...@gmail.com
+   Daniel Novomesky
+   
+   
+   Qt imageformat plugin which enables Qt and KDE applications
+   to open and save AVIF images.
+   Plug-in used libavif.
+   When installed, following applications are known to open AVIF images:
+   gwenview
+   KolourPaint
+   nomacs
+   KPhotoAlbum
+   digiKam
+   qView
+   LXImage-Qt
+   
+

diff --git 
a/media-plugins/qt-avif-image-plugin/qt-avif-image-plugin-.ebuild 
b/media-plugins/qt-avif-image-plugin/qt-avif-image-plugin-.ebuild
new file mode 100644
index 000..a24f325
--- /dev/null
+++ b/media-plugins/qt-avif-image-plugin/qt-avif-image-plugin-.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt plug-in to allow Qt and KDE based applications to read/write 
AVIF images."
+HOMEPAGE="https://github.com/novomesk/qt-avif-image-plugin;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/novomesk/qt-avif-image-plugin.git;
+else
+   
SRC_URI="https://github.com/novomesk/qt-avif-image-plugin/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS=""
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=dev-qt/qtgui-5.12.3:5
+   >=media-libs/libavif-0.8.0
+"
+
+BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+   cmake_src_install
+
+   insinto /usr/share/mime/packages/
+   doins share/mime/packages/avif.xml
+   doins share/mime/packages/avifs.xml
+}
+
+pkg_postinst() {
+   xdg_mimeinfo_database_update
+}



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

2020-05-25 Thread Conrad Kostecki
commit: 9531f67ff21fb9f2f46d06613d5c2c703e7c6d4e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon May 25 13:58:50 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May 25 13:59:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9531f67f

Revert "licenses: Add EUPL-1.2"

This reverts commit a34badf2b15b990b7abe88c404e8fc4beb1d7448.
This was committed unintentionally, the ebuild is not ready.

Signed-off-by: Conrad Kostecki  gentoo.org>

 licenses/EUPL-1.2 | 191 --
 1 file changed, 191 deletions(-)

diff --git a/licenses/EUPL-1.2 b/licenses/EUPL-1.2
deleted file mode 100644
index 4e2a69e7605..000
--- a/licenses/EUPL-1.2
+++ /dev/null
@@ -1,191 +0,0 @@
-EUROPEAN UNION PUBLIC LICENCE v. 1.2 
-EUPL © the European Union 2007, 2016 
-
-This European Union Public Licence (the ‘EUPL’) applies to the Work (as 
defined below) which is provided under the 
-terms of this Licence. Any use of the Work, other than as authorised under 
this Licence is prohibited (to the extent such 
-use is covered by a right of the copyright holder of the Work). 
-The Work is provided under the terms of this Licence when the Licensor (as 
defined below) has placed the following 
-notice immediately following the copyright notice for the Work: 
-  Licensed under the EUPL 
-or has expressed by any other means his willingness to license under the EUPL. 
-
-1.Definitions 
-In this Licence, the following terms have the following meaning: 
-— ‘The Licence’:this Licence. 
-— ‘The Original Work’:the work or software distributed or communicated by the 
Licensor under this Licence, available 
-as Source Code and also as Executable Code as the case may be. 
-— ‘Derivative Works’:the works or software that could be created by the 
Licensee, based upon the Original Work or 
-modifications thereof. This Licence does not define the extent of modification 
or dependence on the Original Work 
-required in order to classify a work as a Derivative Work; this extent is 
determined by copyright law applicable in 
-the country mentioned in Article 15. 
-— ‘The Work’:the Original Work or its Derivative Works. 
-— ‘The Source Code’:the human-readable form of the Work which is the most 
convenient for people to study and 
-modify. 
-— ‘The Executable Code’:any code which has generally been compiled and which 
is meant to be interpreted by 
-a computer as a program. 
-— ‘The Licensor’:the natural or legal person that distributes or communicates 
the Work under the Licence. 
-— ‘Contributor(s)’:any natural or legal person who modifies the Work under the 
Licence, or otherwise contributes to 
-the creation of a Derivative Work. 
-— ‘The Licensee’ or ‘You’:any natural or legal person who makes any usage of 
the Work under the terms of the 
-Licence. 
-— ‘Distribution’ or ‘Communication’:any act of selling, giving, lending, 
renting, distributing, communicating, 
-transmitting, or otherwise making available, online or offline, copies of the 
Work or providing access to its essential 
-functionalities at the disposal of any other natural or legal person. 
-
-2.Scope of the rights granted by the Licence 
-The Licensor hereby grants You a worldwide, royalty-free, non-exclusive, 
sublicensable licence to do the following, for 
-the duration of copyright vested in the Original Work: 
-— use the Work in any circumstance and for all usage, 
-— reproduce the Work, 
-— modify the Work, and make Derivative Works based upon the Work, 
-— communicate to the public, including the right to make available or display 
the Work or copies thereof to the public 
-and perform publicly, as the case may be, the Work, 
-— distribute the Work or copies thereof, 
-— lend and rent the Work or copies thereof, 
-— sublicense rights in the Work or copies thereof. 
-Those rights can be exercised on any media, supports and formats, whether now 
known or later invented, as far as the 
-applicable law permits so. 
-In the countries where moral rights apply, the Licensor waives his right to 
exercise his moral right to the extent allowed 
-by law in order to make effective the licence of the economic rights here 
above listed. 
-The Licensor grants to the Licensee royalty-free, non-exclusive usage rights 
to any patents held by the Licensor, to the 
-extent necessary to make use of the rights granted on the Work under this 
Licence. 
-
-3.Communication of the Source Code 
-The Licensor may provide the Work either in its Source Code form, or as 
Executable Code. If the Work is provided as 
-Executable Code, the Licensor provides in addition a machine-readable copy of 
the Source Code of the Work along with 
-each copy of the Work that the Licensor distributes or indicates, in a notice 
following the copyright notice attached to 
-the Work, a repository where the Source Code is easily and freely accessible 
for as long as the Licensor continues to 
-distribute 

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

2020-05-25 Thread Conrad Kostecki
commit: f3d76e96e57b560dabee7e26f3341b1d310cf8d9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon May 25 14:00:31 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May 25 14:00:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d76e96

Revert "sys-auth/AusweisApp2: New package"

This reverts commit a0aecec5ccb947037a17d7a39371e1d8e38f646e.
This was committed unintentionally, the ebuild is not ready.

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 39 --
 sys-auth/AusweisApp2/AusweisApp2-.ebuild   | 38 -
 sys-auth/AusweisApp2/Manifest  |  1 -
 sys-auth/AusweisApp2/metadata.xml  |  8 --
 4 files changed, 86 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
deleted file mode 100644
index 42a6ddab53d..000
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="virtual/pkgconfig"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   dev-qt/qtdeclarative
-   dev-libs/openssl:0=
-   sys-apps/pcsc-lite
-   net-libs/http-parser:0=
-   virtual/udev"
-
-DEPEND="${RDEPEND}
-   dev-qt/qtconcurrent:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/linguist-tools:5"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-   cmake_src_configure
-}

diff --git a/sys-auth/AusweisApp2/AusweisApp2-.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-.ebuild
deleted file mode 100644
index 774b124f02c..000
--- a/sys-auth/AusweisApp2/AusweisApp2-.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-EGIT_REPO_URI="https://github.com/Governikus/AusweisApp2.git;
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-
-BDEPEND="virtual/pkgconfig"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   dev-qt/qtdeclarative
-   dev-libs/openssl:0=
-   sys-apps/pcsc-lite
-   net-libs/http-parser:0=
-   virtual/udev"
-
-DEPEND="${RDEPEND}
-   dev-qt/qtconcurrent:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/linguist-tools:5"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-   cmake_src_configure
-}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
deleted file mode 100644
index 6a730bf1ac7..000
--- a/sys-auth/AusweisApp2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST AusweisApp2-1.20.0.tar.gz 9727544 BLAKE2B 
23d31b5cff2756948d563052ff53fffb737c6895fddada036969350b0a65f404f8def70f8ac4409a34fe9f83160e15cd8d4b6441f901f8e53e791ca386140383
 SHA512 
9222bc59521aa3533c79206df14b079e618f6efbdd04c11b4cc754027dc155d2ad4a321cabdbb35b9308f5e9631ca05e828969633125fe0ac651156669a784d0

diff --git a/sys-auth/AusweisApp2/metadata.xml 
b/sys-auth/AusweisApp2/metadata.xml
deleted file mode 100644
index 6c6206dd10c..000
--- a/sys-auth/AusweisApp2/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   Governikus/AusweisApp2
-   
-



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

2020-05-25 Thread Michał Górny
commit: 6fed594e4f3727b383b10614483fce19f0036252
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 13:56:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 13:56:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fed594e

dev-python/more-itertools: Port to py3.9

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

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

diff --git a/dev-python/more-itertools/more-itertools-7.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
index cc5cb557ca2..ef2bb6f5b25 100644
--- a/dev-python/more-itertools/more-itertools-7.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: 1d86e794e389e42744d362914abf1abf576b9a56
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 13:55:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 13:55:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d86e794

dev-python/more-itertools: Revert "Port to py3.9"

I meant to commit 7.0.0 only.

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

 dev-python/more-itertools/more-itertools-5.0.0.ebuild | 2 +-
 dev-python/more-itertools/more-itertools-7.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/more-itertools/more-itertools-5.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
index fde93fb6d49..0c2400ec8f8 100644
--- a/dev-python/more-itertools/more-itertools-5.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/more-itertools/more-itertools-7.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
index ef2bb6f5b25..cc5cb557ca2 100644
--- a/dev-python/more-itertools/more-itertools-7.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-25 Thread Michał Górny
commit: dfede1ef96d701f0c5317136b661f0cf4adb850c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 13:24:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 13:26:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfede1ef

dev-python/pyparsing: Port to py3.9

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

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

diff --git a/dev-python/pyparsing/pyparsing-2.4.7.ebuild 
b/dev-python/pyparsing/pyparsing-2.4.7.ebuild
index e0fceaa8ab2..66f7c8b3d85 100644
--- a/dev-python/pyparsing/pyparsing-2.4.7.ebuild
+++ b/dev-python/pyparsing/pyparsing-2.4.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1



[gentoo-commits] proj/portage-utils:master commit in: tests/valgrind-wrapper/

2020-05-25 Thread Fabian Groffen
commit: 69eb365ccb660696ed470dac9c18c203f8a81a99
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 13:24:42 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 13:24:42 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=69eb365c

tests/valgrind-wrapper: use --track-origins for easier debugging

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

 tests/valgrind-wrapper/qvalgrind | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/valgrind-wrapper/qvalgrind b/tests/valgrind-wrapper/qvalgrind
index ad02269..7240e98 100755
--- a/tests/valgrind-wrapper/qvalgrind
+++ b/tests/valgrind-wrapper/qvalgrind
@@ -4,6 +4,7 @@
 valgrind \
--leak-check=full \
--track-fds=yes \
+   --track-origins=yes \
--malloc-fill=0xdb \
--free-fill=0xbd \
--log-file=q-valgrind.log \



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

2020-05-25 Thread Michał Górny
commit: 469863cf4b50166d019f882525266524065a3861
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 13:23:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 13:26:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469863cf

dev-python/more-itertools: Port to py3.9

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

 dev-python/more-itertools/more-itertools-5.0.0.ebuild | 2 +-
 dev-python/more-itertools/more-itertools-7.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/more-itertools/more-itertools-5.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
index 0c2400ec8f8..fde93fb6d49 100644
--- a/dev-python/more-itertools/more-itertools-5.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/more-itertools/more-itertools-7.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
index cc5cb557ca2..ef2bb6f5b25 100644
--- a/dev-python/more-itertools/more-itertools-7.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] proj/portage-utils:master commit in: libq/

2020-05-25 Thread Fabian Groffen
commit: 93b42c880a13128663c6ddf2ee1a98b901ede6fa
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 25 13:25:15 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon May 25 13:25:15 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=93b42c88

libq/tree: avoid invalid read in tree_foreach_packages

eat_file doesn't return how much data was written, only produced buffer
size, so need to calculate length there

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

 libq/tree.c | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/libq/tree.c b/libq/tree.c
index e4c4eb7..eb5f324 100644
--- a/libq/tree.c
+++ b/libq/tree.c
@@ -1277,11 +1277,11 @@ tree_close_pkg(tree_pkg_ctx *pkg_ctx)
 static int
 tree_foreach_packages(tree_ctx *ctx, tree_pkg_cb callback, void *priv)
 {
-   char *p = ctx->pkgs;
+   char *p;
char *q;
char *c;
char pkgname[_Q_PATH_MAX];
-   size_t len = ctx->pkgslen;
+   size_t len;
int ret = 0;
depend_atom *query = ctx->query_atom;
 
@@ -1307,6 +1307,9 @@ tree_foreach_packages(tree_ctx *ctx, tree_pkg_cb 
callback, void *priv)
close(fd);
}
 
+   p = ctx->pkgs;
+   len = strlen(ctx->pkgs);  /* sucks, need eat_file change */
+
memset(, 0, sizeof(meta));
 
do {



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

2020-05-25 Thread Guilherme Amadio
commit: 92cfdb93136583b80ddf468be4bbba04dda654c4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 24 13:12:41 2020 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon May 25 13:12:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cfdb93

dev-cpp/tbb: remove unused patches

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/files/tbb-2017.20161128-build.patch| 187 -
 .../tbb/files/tbb-4.4.20160803-underlinking.patch  |  15 --
 2 files changed, 202 deletions(-)

diff --git a/dev-cpp/tbb/files/tbb-2017.20161128-build.patch 
b/dev-cpp/tbb/files/tbb-2017.20161128-build.patch
deleted file mode 100644
index e952bfbc434..000
--- a/dev-cpp/tbb/files/tbb-2017.20161128-build.patch
+++ /dev/null
@@ -1,187 +0,0 @@
 a/build/FreeBSD.gcc.inc
-+++ b/build/FreeBSD.gcc.inc
-@@ -28,8 +28,8 @@ WARNING_KEY = -Wall
- DYLIB_KEY = -shared
- WARNING_SUPPRESS = -Wno-parentheses
- 
--CPLUS = g++ 
--CONLY = gcc
-+CPLUS = $(CXX)
-+CONLY = $(CC)
- LIB_LINK_FLAGS = -shared
- LIBS = -lpthread 
- C_FLAGS = $(CPLUS_FLAGS)
-@@ -42,7 +42,7 @@ ifneq (,$(shell gcc -dumpversion | egrep  "^([6-9])"))
- endif
- 
- ifeq ($(cfg), release)
--CPLUS_FLAGS = -g -O2 -DUSE_PTHREAD
-+CPLUS_FLAGS = -g -DUSE_PTHREAD
- endif
- ifeq ($(cfg), debug)
- CPLUS_FLAGS = -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD
-@@ -59,22 +59,12 @@ ifeq (ia64,$(arch))
- CPLUS_FLAGS += $(PIC_KEY)
- endif 
- 
--ifeq (intel64,$(arch))
--CPLUS_FLAGS += -m64
--LIB_LINK_FLAGS += -m64
--endif 
--
--ifeq (ia32,$(arch))
--CPLUS_FLAGS += -m32
--LIB_LINK_FLAGS += -m32
--endif 
--
- 
#--
- # Setting assembler data.
- 
#--
- ASSEMBLY_SOURCE=$(arch)-gas
- ifeq (ia64,$(arch))
--ASM=as
-+ASM=$(AS)
- TBB_ASM.OBJ = atomic_support.o lock_byte.o log2.o pause.o
- MALLOC_ASM.OBJ = atomic_support.o lock_byte.o pause.o
- endif 
 a/build/linux.clang.inc
-+++ b/build/linux.clang.inc
-@@ -31,15 +31,15 @@ DYLIB_KEY = -shared
- EXPORT_KEY = -Wl,--version-script,
- LIBDL = -ldl
- 
--CPLUS = clang++
--CONLY = clang
-+CPLUS := $(CXX)
-+CONLY := $(CC)
- LIB_LINK_FLAGS = $(DYLIB_KEY) -Wl,-soname=$(BUILDING_LIBRARY)
- LIBS += -lpthread -lrt
- LINK_FLAGS = -Wl,-rpath-link=. -rdynamic
- C_FLAGS = $(CPLUS_FLAGS)
- 
- ifeq ($(cfg), release)
--CPLUS_FLAGS = $(ITT_NOTIFY) -g -O2 -DUSE_PTHREAD
-+CPLUS_FLAGS = $(ITT_NOTIFY) -g -DUSE_PTHREAD
- endif
- ifeq ($(cfg), debug)
- CPLUS_FLAGS = -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
-@@ -60,24 +60,10 @@ MALLOC_ASM.OBJ=
- 
- ifeq (intel64,$(arch))
- ITT_NOTIFY = -DDO_ITT_NOTIFY
--CPLUS_FLAGS += -m64
--LIB_LINK_FLAGS += -m64
- endif
- 
- ifeq (ia32,$(arch))
- ITT_NOTIFY = -DDO_ITT_NOTIFY
--CPLUS_FLAGS += -m32 -march=pentium4
--LIB_LINK_FLAGS += -m32
--endif
--
--ifeq (ppc64,$(arch))
--CPLUS_FLAGS += -m64
--LIB_LINK_FLAGS += -m64
--endif
--
--ifeq (ppc32,$(arch))
--CPLUS_FLAGS += -m32
--LIB_LINK_FLAGS += -m32
- endif
- 
- ifeq (bg,$(arch))
-@@ -89,12 +75,6 @@ endif
- # Setting assembler data.
- 
#--
- ASM = as
--ifeq (intel64,$(arch))
--ASM_FLAGS += --64
--endif
--ifeq (ia32,$(arch))
--ASM_FLAGS += --32
--endif
- ifeq ($(cfg),debug)
- ASM_FLAGS += -g
- endif
 a/build/linux.gcc.inc
-+++ b/build/linux.gcc.inc
-@@ -32,12 +32,12 @@ DYLIB_KEY = -shared
- EXPORT_KEY = -Wl,--version-script,
- LIBDL = -ldl
- 
--CPLUS = g++
--CONLY = gcc
-+CPLUS := $(CXX)
-+CONLY := $(CC)
- LIB_LINK_FLAGS = $(DYLIB_KEY) -Wl,-soname=$(BUILDING_LIBRARY)
- LIBS += -lpthread -lrt
- LINK_FLAGS = -Wl,-rpath-link=. -rdynamic
--C_FLAGS = $(CPLUS_FLAGS)
-+C_FLAGS := $(CPLUS_FLAGS)
- 
- # gcc 4.2 and higher support OpenMP
- ifneq (,$(shell gcc -dumpversion | egrep  "^(4\.[2-9]|[5-9])"))
-@@ -68,7 +68,7 @@ ifneq (,$(shell gcc -dumpversion | egrep  "^([6-9])"))
- endif
- 
- ifeq ($(cfg), release)
--CPLUS_FLAGS = $(ITT_NOTIFY) -g -O2 -DUSE_PTHREAD
-+CPLUS_FLAGS = $(ITT_NOTIFY) -g -DUSE_PTHREAD
- endif
- ifeq ($(cfg), debug)
- CPLUS_FLAGS = -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
-@@ -84,24 +84,12 @@ endif
- 
- ifeq (intel64,$(arch))
- ITT_NOTIFY = -DDO_ITT_NOTIFY
--CPLUS_FLAGS += -m64 $(RTM_KEY)
--LIB_LINK_FLAGS += -m64
-+CPLUS_FLAGS += $(RTM_KEY)
- endif
- 
- ifeq (ia32,$(arch))
- ITT_NOTIFY = -DDO_ITT_NOTIFY
--CPLUS_FLAGS += -m32 -march=pentium4 $(RTM_KEY)
--LIB_LINK_FLAGS += -m32
--endif
--
--ifeq (ppc64,$(arch))
--CPLUS_FLAGS += -m64
--LIB_LINK_FLAGS += -m64
--endif
--
--ifeq (ppc32,$(arch))
--CPLUS_FLAGS += -m32
--LIB_LINK_FLAGS += -m32
-+CPLUS_FLAGS += 

[gentoo-commits] repo/gentoo:master commit in: app-editors/kakoune/, app-editors/kakoune/files/

2020-05-25 Thread Joonas Niilola
commit: d4d2574f88857ef7e7e82d61fecdc9365d9aa4ce
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 25 13:06:58 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 25 13:06:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d2574f

app-editors/kakoune: bump to 2020-01-16 release

Closes: https://bugs.gentoo.org/674642
Closes: https://bugs.gentoo.org/722038
Closes: https://bugs.gentoo.org/723514
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/kakoune/Manifest   |  1 +
 ...2020.01.16-enable-ebuild-syntax-highlight.patch | 15 +
 app-editors/kakoune/kakoune-2020.01.16.ebuild  | 39 ++
 3 files changed, 55 insertions(+)

diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest
index 22738c776b9..aa2eb431cdd 100644
--- a/app-editors/kakoune/Manifest
+++ b/app-editors/kakoune/Manifest
@@ -1 +1,2 @@
 DIST kakoune-0_pre20171120.tar.gz 460659 BLAKE2B 
443583e5d766b227f678f9adec76f06a0dfe6a29e2d6f38896b20a911e08e933e1e631d1018e1510a49fbb71b4b0258029fd33ece8c478bd228ef67b6fae939a
 SHA512 
0208fd932dcf6cef3fac3338dfc15f0ba36ed4e3fa282cc5ffac5ad823f91b553a8c34747ff33ec4382257a1eb71f21181b63595031f9f237cba3bc8eeda3626
+DIST kakoune-2020.01.16.tar.gz 579837 BLAKE2B 
46abfd7f2bf2db6f9755a5b4f547e63e72ac7eef46ad0903dac08d0f422774632ac5aa3dc1e6c69aa6f0527bdff0ea1792574933ceb35b2495927f747be94aaf
 SHA512 
81a0fb522fd7f289ede36f966e815d03550df389b05d27fa430474dd55a90cc0e1c5231e660328040f3bd79d155d37b7b135b52b93cee536c15d13fc9d06baa0

diff --git 
a/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
 
b/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
new file mode 100644
index 000..726968e0e8c
--- /dev/null
+++ 
b/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
@@ -0,0 +1,15 @@
+diff -Naur a/rc/filetype/sh.kak b/rc/filetype/sh.kak
+--- a/rc/filetype/sh.kak   2020-01-16 11:52:20.0 +0200
 b/rc/filetype/sh.kak   2020-05-25 15:50:20.417809942 +0300
+@@ -2,6 +2,11 @@
+ set-option buffer filetype sh
+ }
+ 
++hook global BufCreate .*\.ebuild %{
++set-option buffer filetype sh
++}
++
++
+ hook global WinSetOption filetype=sh %{
+ require-module sh
+ set-option window static_words %opt{sh_static_words}

diff --git a/app-editors/kakoune/kakoune-2020.01.16.ebuild 
b/app-editors/kakoune/kakoune-2020.01.16.ebuild
new file mode 100644
index 000..476bbd2e937
--- /dev/null
+++ b/app-editors/kakoune/kakoune-2020.01.16.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Modal editor inspired by vim"
+HOMEPAGE="http://kakoune.org/ https://github.com/mawww/kakoune;
+SRC_URI="https://github.com/mawww/kakoune/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="sys-libs/ncurses:0=[unicode]"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( 
"${FILESDIR}"/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch )
+
+src_configure() { :; }
+
+src_compile() {
+   cd src/ || die
+
+   emake static=$(usex static-libs yes no) all
+}
+
+src_test() {
+   cd src/ || die
+   emake test
+}
+
+src_install() {
+   emake PREFIX="${D}"/usr docdir="${D}/usr/share/doc/${PF}" install
+
+   rm "${D}/usr/share/man/man1/kak.1.gz" || die
+   doman doc/kak.1
+}



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

2020-05-25 Thread Joonas Niilola
commit: dcb95082b1a44f8ed1aae0fdd3a3b95529d5db83
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 25 13:07:27 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 25 13:07:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb95082

app-editors/kakoune: remove old

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

 app-editors/kakoune/Manifest |  1 -
 app-editors/kakoune/kakoune-0_pre20171120.ebuild | 51 
 app-editors/kakoune/kakoune-.ebuild  | 49 ---
 3 files changed, 101 deletions(-)

diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest
index aa2eb431cdd..f4e8f926b4f 100644
--- a/app-editors/kakoune/Manifest
+++ b/app-editors/kakoune/Manifest
@@ -1,2 +1 @@
-DIST kakoune-0_pre20171120.tar.gz 460659 BLAKE2B 
443583e5d766b227f678f9adec76f06a0dfe6a29e2d6f38896b20a911e08e933e1e631d1018e1510a49fbb71b4b0258029fd33ece8c478bd228ef67b6fae939a
 SHA512 
0208fd932dcf6cef3fac3338dfc15f0ba36ed4e3fa282cc5ffac5ad823f91b553a8c34747ff33ec4382257a1eb71f21181b63595031f9f237cba3bc8eeda3626
 DIST kakoune-2020.01.16.tar.gz 579837 BLAKE2B 
46abfd7f2bf2db6f9755a5b4f547e63e72ac7eef46ad0903dac08d0f422774632ac5aa3dc1e6c69aa6f0527bdff0ea1792574933ceb35b2495927f747be94aaf
 SHA512 
81a0fb522fd7f289ede36f966e815d03550df389b05d27fa430474dd55a90cc0e1c5231e660328040f3bd79d155d37b7b135b52b93cee536c15d13fc9d06baa0

diff --git a/app-editors/kakoune/kakoune-0_pre20171120.ebuild 
b/app-editors/kakoune/kakoune-0_pre20171120.ebuild
deleted file mode 100644
index 862daa7fc9b..000
--- a/app-editors/kakoune/kakoune-0_pre20171120.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs vcs-snapshot versionator
-
-REF="079b006cdab6f0ae594f80fff18ad61b71b0754d"
-
-DESCRIPTION="Selection-oriented code editor inspired by vim"
-HOMEPAGE="https://github.com/mawww/kakoune;
-SRC_URI="https://github.com/mawww/${PN}/tarball/${REF} -> ${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug static"
-
-RDEPEND="
-   sys-libs/ncurses:0=[unicode]
-"
-DEPEND="
-   app-text/asciidoc
-   virtual/pkgconfig
-   ${RDEPEND}
-"
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if tc-is-gcc && ! version_is_at_least 5.0 $(gcc-version); then
-   die "Clang or GCC >=5.0 is required to build this 
version"
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   sed -i -e '/CXXFLAGS += -O3/d' src/Makefile || \
-   die "Failed to patch makefile"
-}
-
-src_configure() {
-   tc-export CXX
-   export debug=$(usex debug)
-   export static=$(usex static)
-}
-
-src_install() {
-   emake -C src DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
docdir="${ED%/}/usr/share/doc/${PF}" install
-}

diff --git a/app-editors/kakoune/kakoune-.ebuild 
b/app-editors/kakoune/kakoune-.ebuild
deleted file mode 100644
index f083c66b5e3..000
--- a/app-editors/kakoune/kakoune-.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs git-r3 versionator
-
-DESCRIPTION="Selection-oriented code editor inspired by vim"
-HOMEPAGE="https://github.com/mawww/kakoune;
-EGIT_REPO_URI="https://github.com/mawww/kakoune.git;
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug static"
-
-RDEPEND="
-   sys-libs/ncurses:0=[unicode]
-"
-DEPEND="
-   app-text/asciidoc
-   virtual/pkgconfig
-   ${RDEPEND}
-"
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if tc-is-gcc && ! version_is_at_least 5.0 $(gcc-version); then
-   die "Clang or GCC >=5.0 is required to build this 
version"
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   sed -i -e '/CXXFLAGS += -O3/d' src/Makefile || \
-   die "Failed to patch makefile"
-}
-
-src_configure() {
-   tc-export CXX
-   export debug=$(usex debug)
-   export static=$(usex static)
-}
-
-src_install() {
-   emake -C src DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
docdir="${ED%/}/usr/share/doc/${PF}" install
-}



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

2020-05-25 Thread Mike Gilbert
commit: 0b820c87567541ea532d575952f2f027934f7433
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 25 12:53:01 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 25 12:54:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b820c87

Revert "package.mask: Masked =dev-db/sqlite-3.32.0 for bug #725302"

The offending version has been removed.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 83738cf188e..ab059358731 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,13 +32,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Lars Wendler  (2020-05-25)
-# On behalf of Arfrever Frehtes Taifersar Arahesis 
-# Fails to apply a patch with tcl/test/tools USE flags being enabled due to
-# non-maintainer commit
-# https://bugs.gentoo.org/725302
-=dev-db/sqlite-3.32.0
-
 # Hans de Graaff  (2020-05-24)
 # No releases since 2011, upstream is gone, fails tests,
 # no reverse dependencies.



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

2020-05-25 Thread Alexis Ballier
commit: ee85e20804bd5a7720a1180d1247a8ee9dfc1893
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon May 25 12:52:40 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon May 25 12:52:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee85e208

sci-libs/ViSP: Fix USE=doc

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier  gentoo.org>

 sci-libs/ViSP/ViSP-3.3.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sci-libs/ViSP/ViSP-3.3.0.ebuild b/sci-libs/ViSP/ViSP-3.3.0.ebuild
index f524038341b..35b2a248ef5 100644
--- a/sci-libs/ViSP/ViSP-3.3.0.ebuild
+++ b/sci-libs/ViSP/ViSP-3.3.0.ebuild
@@ -84,8 +84,7 @@ src_configure() {
 
 src_compile() {
cmake-utils_src_compile
-   cd "${BUILD_DIR}"
-   use doc && emake visp_doc
+   use doc && cmake-utils_src_compile visp_doc
 }
 
 src_install() {
@@ -95,5 +94,5 @@ src_install() {
docompress -x /usr/share/doc/${PF}/tutorial
fi
cd "${BUILD_DIR}"
-   use doc && dohtml -r doc/html/*
+   use doc && dodoc -r doc/html
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-auth/AusweisApp2/

2020-05-25 Thread Volkmar W. Pogatzki
commit: 413d8113857fee5a48980233b060b918d76fe4c2
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon May 25 12:46:04 2020 +
Commit: Volkmar W. Pogatzki  pogatzki  net>
CommitDate: Mon May 25 12:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=413d8113

sys-auth/AusweisApp2: removal

Moved to ::gentoo
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0aecec5ccb947037a17d7a39371e1d8e38f646e

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>

 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 38 --
 sys-auth/AusweisApp2/AusweisApp2-.ebuild   | 38 --
 sys-auth/AusweisApp2/Manifest  |  1 -
 sys-auth/AusweisApp2/metadata.xml  |  8 --
 4 files changed, 85 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
deleted file mode 100644
index 0eaaed0..000
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="virtual/pkgconfig"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtconcurrent:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtwidgets:5
-   dev-libs/openssl:0=
-   sys-apps/pcsc-lite
-   net-libs/http-parser"
-
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-   cmake_src_configure
-}

diff --git a/sys-auth/AusweisApp2/AusweisApp2-.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-.ebuild
deleted file mode 100644
index cce70f5..000
--- a/sys-auth/AusweisApp2/AusweisApp2-.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-EGIT_REPO_URI="https://github.com/Governikus/AusweisApp2.git;
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-BDEPEND="virtual/pkgconfig"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtconcurrent:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtwidgets:5
-   dev-libs/openssl:0=
-   sys-apps/pcsc-lite
-   net-libs/http-parser"
-
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-   cmake_src_configure
-}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
deleted file mode 100644
index 6a730bf..000
--- a/sys-auth/AusweisApp2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST AusweisApp2-1.20.0.tar.gz 9727544 BLAKE2B 
23d31b5cff2756948d563052ff53fffb737c6895fddada036969350b0a65f404f8def70f8ac4409a34fe9f83160e15cd8d4b6441f901f8e53e791ca386140383
 SHA512 
9222bc59521aa3533c79206df14b079e618f6efbdd04c11b4cc754027dc155d2ad4a321cabdbb35b9308f5e9631ca05e828969633125fe0ac651156669a784d0

diff --git a/sys-auth/AusweisApp2/metadata.xml 
b/sys-auth/AusweisApp2/metadata.xml
deleted file mode 100644
index 6c6206d..000
--- a/sys-auth/AusweisApp2/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   Governikus/AusweisApp2
-   
-



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

2020-05-25 Thread Michał Górny
commit: e2298f42597ba7981d8f7c22618a59cfd9755d76
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 12:38:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 12:44:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2298f42

dev-python/nose: Clean py27-requiring docs up

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

 dev-python/nose/nose-1.3.7-r5.ebuild | 81 
 1 file changed, 81 insertions(+)

diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild 
b/dev-python/nose/nose-1.3.7-r5.ebuild
new file mode 100644
index 000..8ce50a05b18
--- /dev/null
+++ b/dev-python/nose/nose-1.3.7-r5.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Unittest extension with automatic test suite discovery and easy 
test authoring"
+HOMEPAGE="
+   https://pypi.org/project/nose/
+   https://nose.readthedocs.io/en/latest/
+   https://github.com/nose-devs/nose;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+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"
+IUSE="coverage examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/coverage[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/twisted[${PYTHON_USEDEP}]
+   ' python2_7 python3_{6,7,8})
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-python-3.5-backport.patch
+
+   # Patch against master found in an upstream PR, backported:
+   # https://github.com/nose-devs/nose/pull/1004
+   "${FILESDIR}"/${P}-coverage-4.1-support.patch
+
+   "${FILESDIR}"/${P}-python-3.6-test.patch
+)
+
+python_prepare_all() {
+   # Tests need to be converted, and they don't respect BUILD_DIR.
+   use test && DISTUTILS_IN_SOURCE_BUILD=1
+
+   # Disable tests requiring network connection.
+   sed \
+   -e "s/test_resolve/_&/g" \
+   -e "s/test_raises_bad_return/_&/g" \
+   -e "s/test_raises_twisted_error/_&/g" \
+   -i unit_tests/test_twisted.py || die "sed failed"
+   # Disable versioning of nosetests script to avoid collision with
+   # versioning performed by the eclass.
+   sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \
+   -i setup.py || die "sed2 failed"
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   local add_targets=()
+
+   if use test; then
+   add_targets+=( egg_info )
+   python_is_python3 && add_targets+=( build_tests )
+   fi
+
+   distutils-r1_python_compile "${add_targets[@]}"
+}
+
+python_test() {
+   "${EPYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2020-05-25 Thread Michał Górny
commit: 2488264da5dd4adec696351145691888ea8a88d4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 12:36:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 12:44:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2488264d

dev-python/nose: Extend twisted tdep to py3.8

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

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

diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild 
b/dev-python/nose/nose-1.3.7-r4.ebuild
index 7649fc0c8b2..4c1588f59bc 100644
--- a/dev-python/nose/nose-1.3.7-r4.ebuild
+++ b/dev-python/nose/nose-1.3.7-r4.ebuild
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
dev-python/coverage[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/twisted[${PYTHON_USEDEP}]
-   ' python2_7 python3_{6,7})
+   ' python2_7 python3_{6,7,8})
)"
 
 PATCHES=(



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

2020-05-25 Thread Michał Górny
commit: 9949587eac9cff0ed42876c3e48c1513f43fa5bf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 12:44:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 12:44:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9949587e

dev-python/nose: Port to py3.9

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

 dev-python/nose/nose-1.3.7-r5.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/nose/nose-1.3.7-r5.ebuild 
b/dev-python/nose/nose-1.3.7-r5.ebuild
index 8ce50a05b18..0b0eda13af0 100644
--- a/dev-python/nose/nose-1.3.7-r5.ebuild
+++ b/dev-python/nose/nose-1.3.7-r5.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -22,11 +22,15 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~s
 IUSE="coverage examples test"
 RESTRICT="!test? ( test )"
 
+COV_DEP="
+   $(python_gen_cond_dep '
+   dev-python/coverage[${PYTHON_USEDEP}]
+   ' python2_7 python3_{6,7,8} pypy3)"
 RDEPEND="
-   coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )"
+   coverage? ( ${COV_DEP} )"
 DEPEND="${RDEPEND}
test? (
-   dev-python/coverage[${PYTHON_USEDEP}]
+   ${COV_DEP}
$(python_gen_cond_dep '
dev-python/twisted[${PYTHON_USEDEP}]
' python2_7 python3_{6,7,8})



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

2020-05-25 Thread Mike Gilbert
commit: 7f2855caf0028c6ff61890defdd3ca0c64891763
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 25 12:39:51 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 25 12:40:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2855ca

Revert "dev-db/sqlite: version bump to 3.32.0"

It's broken.

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

 dev-db/sqlite/Manifest |   3 -
 dev-db/sqlite/sqlite-3.32.0.ebuild | 388 -
 2 files changed, 391 deletions(-)

diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index 239e8f5349e..a5126e72a2e 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -1,6 +1,3 @@
 DIST sqlite-autoconf-3310100.tar.gz 2887243 BLAKE2B 
ef5d40b6e6c59a51ae95368eb9f6a938188813f89d5328ea1c1180ef35f124c14b3e83b0832ae5c2fa24cc2df352f1b0ea5f20b64d0762d50a700d9895f9a12e
 SHA512 
d85250ba5f78f0c918880f663741709aba662192f04888b2324a0df17affdf5b8540e8428c6c7315119806e7adad758ea281c9b403c0ad94ac6a9bd1b93fd617
-DIST sqlite-autoconf-332.tar.gz 2902505 BLAKE2B 
7460e088d2714599ea284c258c09f376c6e4f3c5f2c932d18905941dabfc74baead3df39a522fab99059417129a16a72094d53457da506f12e37eb6b821cb811
 SHA512 
bb0f73d63658c3e31daa7919ea621d1a8add8d430fe4385947555f0a334038750630eb1240f28d1709c69d45d12c1cc04ed081ecfe421c594ed29b6ac80b0a5f
 DIST sqlite-doc-3310100.zip 9600405 BLAKE2B 
324fb7a0a38bc56476e41504c14996e9d5d83ac659403991515413d49f5ee3aad064ccece25f52b6041ef26bf23f320a9be1b6b02c5fbe96c36372107f54fc2e
 SHA512 
5572e2c2dac30c014ef9cd60a620b7a7bb610f91a47e2890c0641540d39b9d5ce0e914ee697583130317633918b7827e2612a7cbc024f5bd6aa22ad28a78b56b
-DIST sqlite-doc-332.zip 9718952 BLAKE2B 
0bb9620c353f2f8c91d31f9112e765feb8c77c73906bd6eecdefe28f11a83aa87605889b3ded992e604865a6a06b396613b98c7c7ec2caa11c0d7c445529a0b1
 SHA512 
8733bad1e8dda2967e7fadaf1a541bea338d3a14dcc0ab7fe25525e422ea8d61eb21b07648d29fe8b30ace2891ec3150800ec50f3eff121280b47db1439e915c
 DIST sqlite-src-3310100.zip 12510166 BLAKE2B 
a856695e8552b8b4dcb28452fdbd48305fdb9072f9d6587f4b1f4445daf386e920eb936dcb50fdfe41a49f84b26a7c5fedcffea5acf3ba3fa935c36695d4b8ee
 SHA512 
af92a00877bcd90372d6f83a27fea12b4fe8d1155b223a6bccbccc31bb8e3d2269cd9e68f329bc55f70d1068ccbf220ff5abccea6f593fd7a3a4bdd732d1cdbe
-DIST sqlite-src-332.zip 12525021 BLAKE2B 
77ce7ce8429b395669842442757f90160ccf7e8b333af0527dae47131ea32b9dcd8902da4dd38e285aa8fcc66b5003e101ccd609851606b89c0149ae5df41b82
 SHA512 
ea915648bc7c364da9ad153c758e36b8cd4cc678958a5449824282844bc45963bd3602d30f731e4865f30c17a3249474127b911992cb13f46be35d646d288c29

diff --git a/dev-db/sqlite/sqlite-3.32.0.ebuild 
b/dev-db/sqlite/sqlite-3.32.0.ebuild
deleted file mode 100644
index 912a741d6d6..000
--- a/dev-db/sqlite/sqlite-3.32.0.ebuild
+++ /dev/null
@@ -1,388 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools flag-o-matic multilib-minimal toolchain-funcs
-
-if [[ "${PV}" != "" ]]; then
-   SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))"
-   DOC_PV="${SRC_PV}"
-   # DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))"
-fi
-
-DESCRIPTION="SQL database engine"
-HOMEPAGE="https://sqlite.org/;
-if [[ "${PV}" == "" ]]; then
-   SRC_URI=""
-else
-   SRC_URI="doc? ( https://sqlite.org/2020/${PN}-doc-${DOC_PV}.zip )
-   tcl? ( https://sqlite.org/2020/${PN}-src-${SRC_PV}.zip )
-   test? ( https://sqlite.org/2020/${PN}-src-${SRC_PV}.zip )
-   tools? ( https://sqlite.org/2020/${PN}-src-${SRC_PV}.zip )
-   !tcl? ( !test? ( !tools? ( 
https://sqlite.org/2020/${PN}-autoconf-${SRC_PV}.tar.gz ) ) )"
-fi
-
-LICENSE="public-domain"
-SLOT="3"
-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"
-IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
-if [[ "${PV}" == "" ]]; then
-   PROPERTIES="live"
-fi
-RESTRICT="!test? ( test )"
-
-if [[ "${PV}" == "" ]]; then
-   BDEPEND=">=dev-lang/tcl-8.6:0
-   dev-vcs/fossil"
-else
-   BDEPEND="doc? ( app-arch/unzip )
-   tcl? (
-   app-arch/unzip
-   >=dev-lang/tcl-8.6:0
-   )
-   test? (
-   app-arch/unzip
-   >=dev-lang/tcl-8.6:0
-   )
-   tools? (
-   app-arch/unzip
-   >=dev-lang/tcl-8.6:0
-   )"
-fi
-RDEPEND="sys-libs/zlib:0=[${MULTILIB_USEDEP}]
-   icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )
-   readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
-   tcl? ( 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/

2020-05-25 Thread Ben Kohler
commit: 339117ca936c353935b51bdbed2c336756b63c36
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon May 25 12:37:38 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon May 25 12:37:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339117ca

net-misc/connman-json-client: revbump to respect CFLAGS, drop old

Closes: https://bugs.gentoo.org/725092
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Ben Kohler  gentoo.org>

 ...=> connman-json-client-1.0_p20150721-r2.ebuild} |  4 +++
 .../connman-json-client-1.0_p20150721.ebuild   | 32 --
 2 files changed, 4 insertions(+), 32 deletions(-)

diff --git 
a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild 
b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
similarity index 94%
rename from 
net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild
rename to 
net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
index 71df6bec799..2fe35cf86af 100644
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild
+++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
@@ -28,6 +28,10 @@ src_prepare() {
eautoreconf
 }
 
+src_compile() {
+   emake CFLAGS="${CFLAGS}"
+}
+
 src_install() {
default
dobin connman_ncurses

diff --git 
a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild 
b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
deleted file mode 100644
index 72908de1c1d..000
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot
-COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2"
-
-DESCRIPTION="An ncurses UI for connman"
-HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client;
-SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/json-c:0=
-   >=sys-apps/dbus-1.4
-   sys-libs/ncurses:0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -i -e '/^AM_CFLAGS/ s/ -Werror$//' Makefile.am || die
-   default
-   eautoreconf
-}
-
-src_install() {
-   default
-   dobin connman_ncurses
-}



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

2020-05-25 Thread Mikle Kolyada
commit: 26fcbe38dae569686ed806f4535b888e4c1cc509
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:29:23 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:29:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fcbe38

app-crypt/pinentry: amd64 stable wrt bug #724374

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

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

diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild 
b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
index 3c618610908..29a999b6ac4 100644
--- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps emacs gnome-keyring fltk gtk ncurses qt5 static"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/

2020-05-25 Thread Mikle Kolyada
commit: e8cec9daeddf8b84af3ccdec8a224db4eb6947ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:28:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:28:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cec9da

sci-mathematics/octave: amd64 stable wrt bug #709830

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

 sci-mathematics/octave/octave-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/octave/octave-5.2.0.ebuild 
b/sci-mathematics/octave/octave-5.2.0.ebuild
index 5d9b11ef5c5..08552a338be 100644
--- a/sci-mathematics/octave/octave-5.2.0.ebuild
+++ b/sci-mathematics/octave/octave-5.2.0.ebuild
@@ -14,7 +14,7 @@ SLOT="0/${PV}"
 IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl
portaudio postscript +qhull +qrupdate readline sndfile +sparse
ssl static-libs X zlib"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
app-arch/bzip2



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

2020-05-25 Thread Mikle Kolyada
commit: 5ff98b59075a078705bf9a8e031830cf24603a0d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:25:22 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:25:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff98b59

net-libs/rpcsvc-proto: amd64 stable wrt bug #725002

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

 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
index d5601d716da..e3e95fe99f6 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
-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"
 IUSE=""
 
 # sys-devel/gettext is only for libintl detection macros.



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

2020-05-25 Thread Mikle Kolyada
commit: d71a6310cf6822d5b3b4f3a074fceff900a795f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:23:55 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:23:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71a6310

app-text/po4a: amd64 stable wrt bug #723772

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

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

diff --git a/app-text/po4a/po4a-0.57.ebuild b/app-text/po4a/po4a-0.57.ebuild
index 0f6c001dd29..ab981187fcd 100644
--- a/app-text/po4a/po4a-0.57.ebuild
+++ b/app-text/po4a/po4a-0.57.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~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 ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-05-25 Thread Mikle Kolyada
commit: f8f5cf8a7434ef9b08d5accb54d219cecae951ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:21:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:21:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f5cf8a

sys-apps/groff: amd64 stable wrt bug #704420

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

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

diff --git a/sys-apps/groff/groff-1.22.4.ebuild 
b/sys-apps/groff/groff-1.22.4.ebuild
index 1aa26940673..4a9975b6d1e 100644
--- a/sys-apps/groff/groff-1.22.4.ebuild
+++ b/sys-apps/groff/groff-1.22.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/groff/${MY_P}.tar.gz
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *_rc* ]] || \
-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"
 IUSE="examples X"
 
 RDEPEND="



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

2020-05-25 Thread Michał Górny
commit: 224c715a7356e8a49f39e1b34761112e43098116
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 12:21:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 12:21:56 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=224c715a

Link bugs by 2019

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

 htdocs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/htdocs/index.html b/htdocs/index.html
index 3262c67..006f5d4 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -138,6 +138,7 @@
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2017-01-01=2016-01-01;
 class="list-group-item list-group-item-action">2016
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2018-01-01=2017-01-01;
 class="list-group-item list-group-item-action">2017
 https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2019-01-01=2018-01-01;
 class="list-group-item list-group-item-action">2018
+https://bugs.gentoo.org/buglist.cgi?f1=delta_ts_id=1554870=lessthaneq=---=greaterthaneq_format=advanced=delta_ts=2020-01-01=2019-01-01;
 class="list-group-item list-group-item-action">2019
   
 
   



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

2020-05-25 Thread Michał Górny
commit: 5a8ae2ba0aa45f033b71638e64105d139f809224
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 12:21:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 12:21:29 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=5a8ae2ba

gpyutils: Enable for 38→39, also 37→38 stablereq

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

 Makefile.gpyutils | 12 +++-
 htdocs/index.html |  2 ++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 940ad8e..f8fb1b8 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
 outdir = /dev/null
 
 # upgrades for stable impls
-upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt
+upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt 
$(outdir)/38-to-39.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
@@ -59,6 +59,16 @@ $(outdir)/37-to-38-stablereq.txt: $(timestamp)
gpy-upgrade-impl -s python3_7 python3_8 > $@.new
mv $@.new $@
 
+$(outdir)/38-to-39.txt: $(timestamp)
+   mkdir -p $(outdir)
+   gpy-upgrade-impl python3_8 python3_9 > $@.new
+   mv $@.new $@
+
+$(outdir)/38-to-39-stablereq.txt: $(timestamp)
+   mkdir -p $(outdir)
+   gpy-upgrade-impl -s python3_8 python3_9 > $@.new
+   mv $@.new $@
+
 %.dot: %.txt
gpy-depgraph -m pyt...@gentoo.org $< > $@.new
mv $@.new $@

diff --git a/htdocs/index.html b/htdocs/index.html
index 2b8399b..3262c67 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -119,6 +119,8 @@
 Py3.6 → 3.7 testing
 Py3.6 → 3.7 stabilizations
 Py3.7 → 3.8 testing
+Py3.7 → 3.8 stabilization
+Py3.8 → 3.9 testing
   
 
 



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

2020-05-25 Thread Mikle Kolyada
commit: 71d2eb6e947a6eb744e99b14b634ca329abb35d9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:20:15 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:20:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d2eb6e

net-analyzer/wireshark: amd64 stable wrt bug #724132

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

 net-analyzer/wireshark/wireshark-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-3.2.4.ebuild 
b/net-analyzer/wireshark/wireshark-3.2.4.ebuild
index f6f0080e664..2a81f3c683d 100644
--- a/net-analyzer/wireshark/wireshark-3.2.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.2.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
 LICENSE="GPL-2"
 
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
 IUSE="
androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon
+dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap



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

2020-05-25 Thread Mikle Kolyada
commit: 23acea3a395ffe7d8c01dca478110bc8ac5e7a9c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:18:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:18:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23acea3a

dev-python/elasticsearch-curator: amd64 stable wrt bug #713342

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

 dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild 
b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
index 168a9f59d02..3807417be73 100644
--- a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
+++ b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 # tests fail in chroot
 # https://github.com/elastic/elasticsearch/issues/12018
 RESTRICT="test"



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

2020-05-25 Thread Mikle Kolyada
commit: cef5d513c97a75833aa51468a0ea7485834637a5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 25 12:17:25 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 25 12:17:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef5d513

media-libs/gegl: amd64 stable wrt bug #720162

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

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

diff --git a/media-libs/gegl/gegl-0.4.22.ebuild 
b/media-libs/gegl/gegl-0.4.22.ebuild
index b831adcb406..b97e0c51139 100644
--- a/media-libs/gegl/gegl-0.4.22.ebuild
+++ b/media-libs/gegl/gegl-0.4.22.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A graph based image processing framework"



<    1   2   3   >