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

2020-10-23 Thread Hans de Graaff
commit: 873e68cd30073986c2fafec924bb890f12467fee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 24 05:45:33 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 24 05:45:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873e68cd

dev-ruby/chunky_png: add 1.3.13

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

 dev-ruby/chunky_png/Manifest |  1 +
 dev-ruby/chunky_png/chunky_png-1.3.13.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/chunky_png/Manifest b/dev-ruby/chunky_png/Manifest
index 5d39320168d..2b93ae904de 100644
--- a/dev-ruby/chunky_png/Manifest
+++ b/dev-ruby/chunky_png/Manifest
@@ -1,2 +1,3 @@
 DIST chunky_png-1.3.11.gem 352768 BLAKE2B 
a60607830c41921f8e8018b91e459103d0a793a6c3a5491f36399dff0ac83dee09f66173f01e3e8f8f2bcf9fc69b1ffa53a9bc29adda758be75fefec391f7900
 SHA512 
5935bc7672ef4eb271abe0e2d4b83c2628ecb9d4fc1bb095d28d0f7fd5e13443492bc91b2c9c1de59d8bb669c185cddaeef62d03d3b0df88ecfaaa3c7a2a0ba6
 DIST chunky_png-1.3.12.gem 353792 BLAKE2B 
dc891b23189ab4ff1f487d1ef3e83ede822261691c77a04d4ec4cb268902a6a3dac0db705644e7cceea6d5d097f520409005ebdf6496f5d3be339f2e0d27b13c
 SHA512 
84325afc3903b3d0b4e4a19ebd9548029e02f68d45896efdcfe6eb23a64360f2c2b3d191c736cc172a11258828bf82687b950f95104cbdae639d00277c37bebf
+DIST chunky_png-1.3.13.gem 353792 BLAKE2B 
9804e2baba7816b52f9ba10db0cfc6e4b45db05fa95f3d154163866bc97e6da644f6240f65e3d5ca8b984cd102346d8838986ca7a1441647cbddd168fee3857f
 SHA512 
40596c3a404830571a24b4241b306ecf1600d7d76f6d535805fbf53640890526b941f0cdae0f9873d00858457a65edd6b415a627725cecb0c32b753e42bf1bc2

diff --git a/dev-ruby/chunky_png/chunky_png-1.3.13.ebuild 
b/dev-ruby/chunky_png/chunky_png-1.3.13.ebuild
new file mode 100644
index 000..58f7a1ed2e6
--- /dev/null
+++ b/dev-ruby/chunky_png/chunky_png-1.3.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+
+RUBY_FAKEGEM_EXTRADOC="BENCHMARKING.rdoc CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pure Ruby library that can read and write PNG images"
+HOMEPAGE="https://wiki.github.com/wvanbergen/chunky_png;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
+   rm Gemfile* || die
+
+   # Avoid git dependency
+   sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2020-10-23 Thread Georgy Yakovlev
commit: e7fdcc6f835273311a25d28cac1d36f3b271792c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Oct 24 02:35:39 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Oct 24 04:54:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fdcc6f

sys-kernel/installkernel-systemd-boot: add arm64 keyword

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

 .../installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild 
b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild
index 26fa6943927..46c5cb7afe3 100644
--- a/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild
+++ b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="|| ( sys-apps/systemd sys-boot/systemd-boot )
!

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

2020-10-23 Thread Georgy Yakovlev
commit: f43485af26013221df7dd03caffeb588949bd413
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Oct 24 02:36:10 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Oct 24 04:54:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43485af

sys-kernel/installkernel-systemd-boot: add ppc64 keyword

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

 .../installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild 
b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild
index 46c5cb7afe3..a1a285aa84d 100644
--- a/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild
+++ b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="|| ( sys-apps/systemd sys-boot/systemd-boot )
!

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

2020-10-23 Thread Georgy Yakovlev
commit: be01c045459b002719a0953bce51360df1176daf
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Oct 24 02:27:07 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Oct 24 04:54:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be01c045

sys-boot/systemd-boot: add ~arm64 keyword

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

 sys-boot/systemd-boot/systemd-boot-245.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/systemd-boot/systemd-boot-245.ebuild 
b/sys-boot/systemd-boot/systemd-boot-245.ebuild
index 94fa4ee8aef..748f866fdec 100644
--- a/sys-boot/systemd-boot/systemd-boot-245.ebuild
+++ b/sys-boot/systemd-boot/systemd-boot-245.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${P
 
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 RESTRICT="test"
 



[gentoo-commits] proj/sci:master commit in: sci-biology/afni/files/, sci-biology/afni/

2020-10-23 Thread Horea Christian
commit: 83fd8b496d322f3f6130ff251f0567486f35a14a
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Oct 24 04:31:12 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Oct 24 04:31:12 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=83fd8b49

sci-biology/afni: fixed build issues for systems missing python 2.7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/afni/afni-20.1.16.ebuild |  6 +-
 sci-biology/afni/files/afni-20.1.16-python.patch | 11 +++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/sci-biology/afni/afni-20.1.16.ebuild 
b/sci-biology/afni/afni-20.1.16.ebuild
index 4953408d6..09e2b7def 100644
--- a/sci-biology/afni/afni-20.1.16.ebuild
+++ b/sci-biology/afni/afni-20.1.16.ebuild
@@ -39,6 +39,10 @@ S="${WORKDIR}/${PN}-AFNI_${PV}/src"
 BUILD="linux_fedora_19_64"
 BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count mpeg_encode)
 
+PATCHES=(
+   "${FILESDIR}/${P}-python.patch"
+)
+
 src_prepare() {
find -type f -exec sed -i -e "s/-lXp //g" {} +
cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy 
Makefile"
@@ -56,7 +60,7 @@ src_prepare() {
-i SUMA/SUMA_Makefile || die "Could not edit SUMA/SUMA_Makefile"
# upstream checks if $CC is EXACTLY gcc, else sets variables 
for Mac
find "${S}" -iname "*Makefile*" | xargs sed -e 
"s~/usr/~${EROOT}/usr/~g;" -i
-   eapply_user
+   default
 }
 
 src_compile() {

diff --git a/sci-biology/afni/files/afni-20.1.16-python.patch 
b/sci-biology/afni/files/afni-20.1.16-python.patch
new file mode 100644
index 0..24ed98405
--- /dev/null
+++ b/sci-biology/afni/files/afni-20.1.16-python.patch
@@ -0,0 +1,11 @@
+--- a/other_builds/Makefile.linux_fedora_19_64  2020-10-09 
07:07:58.348874414 -0400
 b/other_builds/Makefile.linux_fedora_19_64 2020-10-10 01:15:22.337755934 
-0400
+@@ -11,8 +11,6 @@
+
+ # --
+ # python from C
+-IPYTHON  = -DSELENIUM_READY -I/usr/include/python2.7
+-LDPYTHON = -lpython2.7
+
+ # --
+ # X configuration



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

2020-10-23 Thread Sam James
commit: 1fcb5e9d62da5b1dbd46d10203fc91500e3c34ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 03:53:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 03:53:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcb5e9d

dev-ml/integers: Keyword 0.4.0 x86, #748576

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

 dev-ml/integers/integers-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/integers/integers-0.4.0.ebuild 
b/dev-ml/integers/integers-0.4.0.ebuild
index f5d613d94d8..08af4e0f7e8 100644
--- a/dev-ml/integers/integers-0.4.0.ebuild
+++ b/dev-ml/integers/integers-0.4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocamllabs/ocaml-integers/archive/${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND=""



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

2020-10-23 Thread Nick Sarnie
commit: 2a6cb2263db931cc6098bbb2060e87ef3eac69e5
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Oct 24 03:11:11 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Oct 24 03:11:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6cb226

app-emulation/wine-staging: Drop old

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

 app-emulation/wine-staging/Manifest|   2 -
 .../wine-staging/wine-staging-5.16.ebuild  | 621 -
 2 files changed, 623 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index bebe80a5b3f..09f96cfd41f 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,10 +1,8 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
-DIST wine-5.16.tar.xz 24025256 BLAKE2B 
2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09
 SHA512 
e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be
 DIST wine-5.17.tar.xz 24064512 BLAKE2B 
a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62
 SHA512 
05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696
 DIST wine-5.18.tar.xz 24160316 BLAKE2B 
4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05
 SHA512 
70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823
 DIST wine-5.19.tar.xz 24201860 BLAKE2B 
34233747a58e2cf6c9b6b328cb8c0af5707479e02d20365da07d039163757c6557d25ec8136933fd9bd5a7aeb360d96e44c41c34fffb26a23f9e3ea137f03120
 SHA512 
b91eb1cb1225ac8abe26f5c5dd74fb376e6489b460035c70e6c7890595086e99273497741b6a736ef4884ae7bacc44482d2e3e8ba7e8d85c78c571bd4b133d8a
 DIST wine-5.20.tar.xz 24177960 BLAKE2B 
50169bc00497feef91f5cf7fd56bce8f7784f70d2a24776494d0ab98cdb70b4387a92dece4571b2b22b15c42d82672595f39079a0678e551331f2bee4460f0f8
 SHA512 
30299287857376a827579335ba410d0575379df300860c8fdd50473f3eec074372d3602e5027f9e75fb13e272f28f51950ec652109839573a168aed23ba9c8f4
-DIST wine-staging-5.16.tar.gz 9830408 BLAKE2B 
0c4fd5e9942f4b5a666b21cb2ab3fdb059bca5762fd622b69358fd5df7f5c770681a3cbe6f9a0433e83f3be95b69808d95ed5f76df86b9713dcedb72a398966e
 SHA512 
62e103dd5b591bc1066b91299a95c318bf1588f273f8380c1ac43d5367b695055a1684b8cc6473255a0b449b21a483ff4e87adc3ae332d0fb520023340fff79f
 DIST wine-staging-5.17.tar.gz 10342408 BLAKE2B 
aa8f864560eb476a4c2011e588df9b24410e4e4a8d6c8d81b5ff63208b3b4474870ae8bd718ba22cdb14b920b52aeac54274710bdb1b4dd427b7c7b0e8e9d14b
 SHA512 
38c9860c8109e29026dd773a6448c9ac6faa373c0dfc04011a5f0b22be69c66dd6bdba95cb28bfb8e3656a53d726f2ffc0bae74bce4d437c4fe5a532e75a19ec
 DIST wine-staging-5.18.tar.gz 10357038 BLAKE2B 
07df0de55d1bfa36d3492498a48d8f1402dffa161f3b02f3326185d524bea9a2f0893b85a70650797bf1b74c06f5814ddc09cb184a5977cfacb968921020aee1
 SHA512 
75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab
 DIST wine-staging-5.19.tar.gz 10348478 BLAKE2B 
4c23d3f488fc7dcbd98abea0593767401711ac0ed533cba144e82fd38f1349ba557aeedf6faac898de107d2b55ba41030cde111272f63ebb7ba25952bf9824d9
 SHA512 
4335ce48437641bbfd8b882cc92cd2970493586f4ac6501ffb94a0f2dcd38ec632d6afabf71d2c1ab1806a5cf594c2988f94a86c508fcd24a7d42078c662add9

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

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

2020-10-23 Thread Nick Sarnie
commit: 709223d0108ad6d79e48c8da4b2d9af8ca631efb
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Oct 24 03:10:16 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Oct 24 03:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709223d0

app-emulation/wine-vanilla: Drop old

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

 app-emulation/wine-vanilla/Manifest|   1 -
 .../wine-vanilla/wine-vanilla-5.16.ebuild  | 539 -
 2 files changed, 540 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index ad2cfac1d46..00d2ecd8875 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -4,7 +4,6 @@ DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c809562
 DIST wine-4.0.3.tar.xz 21680420 BLAKE2B 
a7caf4b82fa2594f77e31f29b2a3da59c08bb58f213268d61bdf48998345162bc36fbfc24db94d11cb07b6da347b3471e9d8976d9abfa0f76c183c0a519aa73e
 SHA512 
a8fde0bcf600eaec56c3ce58c9aa992386784c85cf1c93aa84d50aff4c842b12a6b099c23391d3ad9a0059f3dc9069c0f8e00fad293305ba8a33afc70bf26e14
 DIST wine-5.0.1.tar.xz 22476496 BLAKE2B 
8fd7729812c0144b6c9ec7f28ecc25bca5bc7801d9927346928f43fc46ca0be89ecb4caefb7a93cf2f3365e088d11e6bd53a028ea8cc9e170ef864ff63f21a5a
 SHA512 
d9756f0a74417ea9e05d08a94ff29b83ebff3db3a3cbaa90979d5312754371ddfcab6bded73a246ef980252b908d8a26e93de2779b766c4bff92c91f8c315d98
 DIST wine-5.0.2.tar.xz 22484932 BLAKE2B 
93253a86605b32dc8f7c79a16336643e6f84937094f8c96ea336289c2076a4d9f759fc1ad128f7b1a009da5eb2ed25cdc893da99e338093608bf5fc0ef1a85fc
 SHA512 
9ff902ff929d9ac8c81843eea141c96446d26b14f70781a40a3ea1fdef5f412ca4c87374a5a3af9b42b52236159645e55d6e54f8b06178a4d210a72fb1d5358e
-DIST wine-5.16.tar.xz 24025256 BLAKE2B 
2008b428b16870ec6fa6a38866152d6b94a8a83b3d673557bab9c0c435897900bd0b4b7b73e685698cf7445a6c3eda12f88132d4f43e7b2108213ea947a76c09
 SHA512 
e198478bcf91106af82b37c87f42961a6c37aa80ea5cf05c268a36ba2ba73c23ac6864b183b927cf3c10d666d60b9f6877edccf7746eafe8968a36b5ce3740be
 DIST wine-5.17.tar.xz 24064512 BLAKE2B 
a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62
 SHA512 
05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696
 DIST wine-5.18.tar.xz 24160316 BLAKE2B 
4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05
 SHA512 
70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823
 DIST wine-5.19.tar.xz 24201860 BLAKE2B 
34233747a58e2cf6c9b6b328cb8c0af5707479e02d20365da07d039163757c6557d25ec8136933fd9bd5a7aeb360d96e44c41c34fffb26a23f9e3ea137f03120
 SHA512 
b91eb1cb1225ac8abe26f5c5dd74fb376e6489b460035c70e6c7890595086e99273497741b6a736ef4884ae7bacc44482d2e3e8ba7e8d85c78c571bd4b133d8a

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

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

2020-10-23 Thread Nick Sarnie
commit: 864f62d2fbef486b41befe2e32d33c600be267f8
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Oct 24 03:09:51 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Oct 24 03:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864f62d2

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

Bump to 5.20

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

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

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index eb79431cfea..ad2cfac1d46 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -8,3 +8,4 @@ DIST wine-5.16.tar.xz 24025256 BLAKE2B 
2008b428b16870ec6fa6a38866152d6b94a8a83b3
 DIST wine-5.17.tar.xz 24064512 BLAKE2B 
a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62
 SHA512 
05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696
 DIST wine-5.18.tar.xz 24160316 BLAKE2B 
4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05
 SHA512 
70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823
 DIST wine-5.19.tar.xz 24201860 BLAKE2B 
34233747a58e2cf6c9b6b328cb8c0af5707479e02d20365da07d039163757c6557d25ec8136933fd9bd5a7aeb360d96e44c41c34fffb26a23f9e3ea137f03120
 SHA512 
b91eb1cb1225ac8abe26f5c5dd74fb376e6489b460035c70e6c7890595086e99273497741b6a736ef4884ae7bacc44482d2e3e8ba7e8d85c78c571bd4b133d8a
+DIST wine-5.20.tar.xz 24177960 BLAKE2B 
50169bc00497feef91f5cf7fd56bce8f7784f70d2a24776494d0ab98cdb70b4387a92dece4571b2b22b15c42d82672595f39079a0678e551331f2bee4460f0f8
 SHA512 
30299287857376a827579335ba410d0575379df300860c8fdd50473f3eec074372d3602e5027f9e75fb13e272f28f51950ec652109839573a168aed23ba9c8f4

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

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

2020-10-23 Thread Nick Sarnie
commit: a224b3548c1cbe9d9df027683ab19d3aef5c18f0
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Oct 24 03:10:49 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Oct 24 03:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a224b354

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

Bump to 5.20

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

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-5.20.ebuild  | 621 +
 2 files changed, 623 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 3c485a766de..bebe80a5b3f 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -3,7 +3,9 @@ DIST wine-5.16.tar.xz 24025256 BLAKE2B 
2008b428b16870ec6fa6a38866152d6b94a8a83b3
 DIST wine-5.17.tar.xz 24064512 BLAKE2B 
a84433ff7bb93a1f43c41f3106ff3f9c648631665100e8140340ab7d347daf6f2c3b54ea8177e1a2c574aa67264f5b576d99f6ef461548c74af48c62eb62
 SHA512 
05338036fa9b195d9cf8a84a1bcc03f35422d5f07744ec4430f20874601829be5904be10060353599cb0187728123f959ccc75e79f1ce1c47178ae9cd55ef696
 DIST wine-5.18.tar.xz 24160316 BLAKE2B 
4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05
 SHA512 
70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823
 DIST wine-5.19.tar.xz 24201860 BLAKE2B 
34233747a58e2cf6c9b6b328cb8c0af5707479e02d20365da07d039163757c6557d25ec8136933fd9bd5a7aeb360d96e44c41c34fffb26a23f9e3ea137f03120
 SHA512 
b91eb1cb1225ac8abe26f5c5dd74fb376e6489b460035c70e6c7890595086e99273497741b6a736ef4884ae7bacc44482d2e3e8ba7e8d85c78c571bd4b133d8a
+DIST wine-5.20.tar.xz 24177960 BLAKE2B 
50169bc00497feef91f5cf7fd56bce8f7784f70d2a24776494d0ab98cdb70b4387a92dece4571b2b22b15c42d82672595f39079a0678e551331f2bee4460f0f8
 SHA512 
30299287857376a827579335ba410d0575379df300860c8fdd50473f3eec074372d3602e5027f9e75fb13e272f28f51950ec652109839573a168aed23ba9c8f4
 DIST wine-staging-5.16.tar.gz 9830408 BLAKE2B 
0c4fd5e9942f4b5a666b21cb2ab3fdb059bca5762fd622b69358fd5df7f5c770681a3cbe6f9a0433e83f3be95b69808d95ed5f76df86b9713dcedb72a398966e
 SHA512 
62e103dd5b591bc1066b91299a95c318bf1588f273f8380c1ac43d5367b695055a1684b8cc6473255a0b449b21a483ff4e87adc3ae332d0fb520023340fff79f
 DIST wine-staging-5.17.tar.gz 10342408 BLAKE2B 
aa8f864560eb476a4c2011e588df9b24410e4e4a8d6c8d81b5ff63208b3b4474870ae8bd718ba22cdb14b920b52aeac54274710bdb1b4dd427b7c7b0e8e9d14b
 SHA512 
38c9860c8109e29026dd773a6448c9ac6faa373c0dfc04011a5f0b22be69c66dd6bdba95cb28bfb8e3656a53d726f2ffc0bae74bce4d437c4fe5a532e75a19ec
 DIST wine-staging-5.18.tar.gz 10357038 BLAKE2B 
07df0de55d1bfa36d3492498a48d8f1402dffa161f3b02f3326185d524bea9a2f0893b85a70650797bf1b74c06f5814ddc09cb184a5977cfacb968921020aee1
 SHA512 
75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab
 DIST wine-staging-5.19.tar.gz 10348478 BLAKE2B 
4c23d3f488fc7dcbd98abea0593767401711ac0ed533cba144e82fd38f1349ba557aeedf6faac898de107d2b55ba41030cde111272f63ebb7ba25952bf9824d9
 SHA512 
4335ce48437641bbfd8b882cc92cd2970493586f4ac6501ffb94a0f2dcd38ec632d6afabf71d2c1ab1806a5cf594c2988f94a86c508fcd24a7d42078c662add9
+DIST wine-staging-5.20.tar.gz 10378427 BLAKE2B 
75910b198ca5b79f41f4aa115a962cb01a4dd208512feffc2ef9bc327d9c82d0c0babd543ea011917257c5dfd7c5f2f2815dae81d553dd4b239b627bafba1635
 SHA512 
64913c3af44890a959593c610c713113f068811a8fe79e234a61f262af963d194d1d71d336361c6a473ad0f3f64fc5a88cee36facdc0824cea6856fc74da9634

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

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

2020-10-23 Thread Nick Sarnie
commit: 2a5df486228b8a18f75e388c45d33104cf61c9f0
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Oct 24 03:08:53 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Oct 24 03:08:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2a5df486

app-emulation/wine-staging: Bump to 5.20

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

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-5.20.ebuild  | 621 +
 2 files changed, 623 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index e9fedcd..fbc44e1 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -39,6 +39,7 @@ DIST wine-5.17.tar.xz 24064512 BLAKE2B 
a84433ff7bb93a1f43c41f3106ff3f9c648631665
 DIST wine-5.18.tar.xz 24160316 BLAKE2B 
4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05
 SHA512 
70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823
 DIST wine-5.19.tar.xz 24201860 BLAKE2B 
34233747a58e2cf6c9b6b328cb8c0af5707479e02d20365da07d039163757c6557d25ec8136933fd9bd5a7aeb360d96e44c41c34fffb26a23f9e3ea137f03120
 SHA512 
b91eb1cb1225ac8abe26f5c5dd74fb376e6489b460035c70e6c7890595086e99273497741b6a736ef4884ae7bacc44482d2e3e8ba7e8d85c78c571bd4b133d8a
 DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f
+DIST wine-5.20.tar.xz 24177960 BLAKE2B 
50169bc00497feef91f5cf7fd56bce8f7784f70d2a24776494d0ab98cdb70b4387a92dece4571b2b22b15c42d82672595f39079a0678e551331f2bee4460f0f8
 SHA512 
30299287857376a827579335ba410d0575379df300860c8fdd50473f3eec074372d3602e5027f9e75fb13e272f28f51950ec652109839573a168aed23ba9c8f4
 DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87de5d41bc51168237d9fc01011dcfc3fa4c83ed4cbcdfe19a3747e5e32f87946434a6eba2a8547f1929b33f3
 SHA512 
40528f46ad10c11758308e3bf21ba73c7af133d4dda386d542acec3a5cb31e01be0eb102b94f9d82a2358e45597bf49bd1e82c463e3a26aff8c0827b5a0894b6
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
@@ -81,6 +82,7 @@ DIST wine-staging-5.17.tar.gz 10342408 BLAKE2B 
aa8f864560eb476a4c2011e588df9b244
 DIST wine-staging-5.18.tar.gz 10357038 BLAKE2B 
07df0de55d1bfa36d3492498a48d8f1402dffa161f3b02f3326185d524bea9a2f0893b85a70650797bf1b74c06f5814ddc09cb184a5977cfacb968921020aee1
 SHA512 
75911ac4d5aaf6cfef41aa487290369d714f153b1fba2279daca75d6c5cbc7e7de9d3f8ef55eb7c311a05b86a212163e2b81ff685c1527fb0e90f223ec23dcab
 DIST wine-staging-5.19.tar.gz 10348478 BLAKE2B 
4c23d3f488fc7dcbd98abea0593767401711ac0ed533cba144e82fd38f1349ba557aeedf6faac898de107d2b55ba41030cde111272f63ebb7ba25952bf9824d9
 SHA512 
4335ce48437641bbfd8b882cc92cd2970493586f4ac6501ffb94a0f2dcd38ec632d6afabf71d2c1ab1806a5cf594c2988f94a86c508fcd24a7d42078c662add9
 DIST wine-staging-5.2.tar.gz 9898002 BLAKE2B 
f4dc43223cf89e6c76fc7898a98acdc9eb3d4a8e8279a38135f155d9a3fe6a2f7bbc52ece5c4a07cf801caa91c10e40f172271b442356e52a59c31a8a82db3c3
 SHA512 
dd2066db1eb4d424579bdf8d25f476eae0b86a6bea7b1f7ff2a21d7bf0209b4ef00d9c0ed29a7cab50c5dea4684acb5d342ebf02554b16fd0938a03e607f6270
+DIST wine-staging-5.20.tar.gz 10378427 BLAKE2B 
75910b198ca5b79f41f4aa115a962cb01a4dd208512feffc2ef9bc327d9c82d0c0babd543ea011917257c5dfd7c5f2f2815dae81d553dd4b239b627bafba1635
 SHA512 
64913c3af44890a959593c610c713113f068811a8fe79e234a61f262af963d194d1d71d336361c6a473ad0f3f64fc5a88cee36facdc0824cea6856fc74da9634
 DIST wine-staging-5.3.tar.gz 9904213 BLAKE2B 
5a1a9b41a17533238151ad87ec631a9ff78f954fa51baaebac787bd4eba88730a3524e4778a55eb80fd4153302d443d859c0b27c149495cd72ab6263aa583a8a
 SHA512 
df14a61c04b134a72dc8662ee331fd234e2c82bf82824cb01443ae6516aba0bdcb579e2dbedc1ada47de0f3a1265c5fe9ef5f8183094d74451845b78d0a81702
 DIST wine-staging-5.4.tar.gz 9924147 BLAKE2B 
c82fa66470645e62e63e8760d68cb92e4a04c209db712371bc1a534756c6b16c109e247bb1866edc514bdb24ba6a9e9f4ccb5c0db204d51541da0af82fd3b96f
 SHA512 

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

2020-10-23 Thread Nick Sarnie
commit: 372d1f56f83887e56fbed0b21d895f0e325d225a
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Oct 24 03:07:58 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Oct 24 03:07:58 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=372d1f56

app-emulation/wine-vanilla: Bump to 5.20

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

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

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index ea3c724..943acc3 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -43,6 +43,7 @@ DIST wine-5.17.tar.xz 24064512 BLAKE2B 
a84433ff7bb93a1f43c41f3106ff3f9c648631665
 DIST wine-5.18.tar.xz 24160316 BLAKE2B 
4f359b6e869707a514d2198d2b8ba810b8552ea53ff3f37cbc7c23b732152db0fa5c0c909d2c16a03f6b0ff122435c92f8a9b8b462577aa50a39b2dcfa7bcd05
 SHA512 
70565fbea61b78580ca86443fcb4c10c7814c1dffcfa49ee38746fef21a52a00f2e040d9d2515892fed4021e7868720cc22b650d18872656838e4610d4d4e823
 DIST wine-5.19.tar.xz 24201860 BLAKE2B 
34233747a58e2cf6c9b6b328cb8c0af5707479e02d20365da07d039163757c6557d25ec8136933fd9bd5a7aeb360d96e44c41c34fffb26a23f9e3ea137f03120
 SHA512 
b91eb1cb1225ac8abe26f5c5dd74fb376e6489b460035c70e6c7890595086e99273497741b6a736ef4884ae7bacc44482d2e3e8ba7e8d85c78c571bd4b133d8a
 DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f
+DIST wine-5.20.tar.xz 24177960 BLAKE2B 
50169bc00497feef91f5cf7fd56bce8f7784f70d2a24776494d0ab98cdb70b4387a92dece4571b2b22b15c42d82672595f39079a0678e551331f2bee4460f0f8
 SHA512 
30299287857376a827579335ba410d0575379df300860c8fdd50473f3eec074372d3602e5027f9e75fb13e272f28f51950ec652109839573a168aed23ba9c8f4
 DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87de5d41bc51168237d9fc01011dcfc3fa4c83ed4cbcdfe19a3747e5e32f87946434a6eba2a8547f1929b33f3
 SHA512 
40528f46ad10c11758308e3bf21ba73c7af133d4dda386d542acec3a5cb31e01be0eb102b94f9d82a2358e45597bf49bd1e82c463e3a26aff8c0827b5a0894b6
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd

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

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

2020-10-23 Thread Georgy Yakovlev
commit: 6ddbca2126255c57f72d397a77bab1ad7cf74c8d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Oct 23 22:49:22 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Oct 24 02:21:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddbca21

dev-cpp/abseil-cpp: bump to 20200923.2, add cxx17 useflag

Some revdeps may require absl built with -DCMAKE_CXX_STANDARD=17
Normally that should not be a useflag, but we need to expose it to
package-manager so other packages can depend on it.
Upstream insist on using cmake for that and not proper headers...

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

 dev-cpp/abseil-cpp/Manifest| 2 +-
 .../{abseil-cpp-20200923.1.ebuild => abseil-cpp-20200923.2.ebuild} | 3 ++-
 dev-cpp/abseil-cpp/metadata.xml| 3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/abseil-cpp/Manifest b/dev-cpp/abseil-cpp/Manifest
index 5cd7b36af75..f9ff8083fe1 100644
--- a/dev-cpp/abseil-cpp/Manifest
+++ b/dev-cpp/abseil-cpp/Manifest
@@ -1,3 +1,3 @@
 DIST abseil-cpp-20200225.2.tar.gz 1679650 BLAKE2B 
bbadb2b86fd390f51322e687526c72a3b13caff6391974462a1146cc563616ce479330336a489a71e27b143e7cbea6695fc12c91fb721185a5116b3a6c5506b1
 SHA512 
75a607dee825e83c10dcd5e509515461f1b12c4aca861e4739ac4d41357b8e893dbfbe33873aa5c05463dde0891dedd7535af2ec59f173de29488e1b1321b335
-DIST abseil-cpp-20200923.1.tar.gz 1783899 BLAKE2B 
2f9f07bdfd5fe5b70bd470446cf00a3f6ce7790a60bf5063120fb00e78c73f19ddb7843bb57079c64a9542953b121dbac6cf0cef88617effc6e74344711142bd
 SHA512 
1fb484f66218a2296e9f648ed98a5d09e591eb680ea1912cce44be22ea8051a0d0e27ab30f5df1ec22311c11768d4d998bbdfc62a1ef6c0088e254dd19c71f7b
+DIST abseil-cpp-20200923.2.tar.gz 1783972 BLAKE2B 
7ba01cab353de9bf34230e0efa567b1dc16680144579841a0fd127b95fb36cc8b63fc3c7da6a0a7c350c32b91955c6b6bb23a3ca52e50174a4dce5d3c1b9e936
 SHA512 
fdbb0f84265bc1d4f24aac0af6d0eb8cb603f801fc14d63ac1e9d3bab47703a8a2ff5f44a0a4d325819dbea50fc533d967e1bfd65004ec11ef35fadc44a2b855
 DIST gtest-1.10.0_p20200702.tar.gz 866900 BLAKE2B 
c162d47868583ba270675abe5df935b8f4b9a9c00dbdc80dd88afa7f2b98266640b32b2ea5e8f9f6d6227196b5d2f79dbfda4e9585106224e814cc1503cf777d
 SHA512 
715d887b59b47d4691c7c90ef0cf0ffc3d1e758e500263c76b50fd506e90a9d1c390af745933cfe3f55e1edac5d72dccedef3cb9a50b71a5b796424471a3017b

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200923.1.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild
similarity index 93%
rename from dev-cpp/abseil-cpp/abseil-cpp-20200923.1.ebuild
rename to dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild
index 51528f25fff..4226c48ba11 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20200923.1.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild
@@ -22,7 +22,7 @@ LICENSE="
 "
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="test"
+IUSE="cxx17 test"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
@@ -57,6 +57,7 @@ src_configure() {
-DABSL_ENABLE_INSTALL=TRUE

-DABSL_LOCAL_GOOGLETEST_DIR="${WORKDIR}/googletest-${GTEST_COMMIT}"
-DABSL_RUN_TESTS=$(usex test)
+   $(usex cxx17 -DCMAKE_CXX_STANDARD=17 '') # it has to be a 
useflag for some consumers
$(usex test -DBUILD_TESTING=ON '') #intentional usex
)
cmake_src_configure

diff --git a/dev-cpp/abseil-cpp/metadata.xml b/dev-cpp/abseil-cpp/metadata.xml
index efcd58fe0b9..f73fb9254b8 100644
--- a/dev-cpp/abseil-cpp/metadata.xml
+++ b/dev-cpp/abseil-cpp/metadata.xml
@@ -5,4 +5,7 @@
gyakov...@gentoo.org
Georgy Yakovlev

+   
+   Build with -DCMAKE_CXX_STANDARD=17 (required 
by some revdeps)
+   
 



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

2020-10-23 Thread Sam James
commit: 5c373690cfe31a9a3f230e12fb53c6595257c867
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c373690

dev-ml/splittable_random: Keyword 0.14.0 ppc, #748576

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

 dev-ml/splittable_random/splittable_random-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/splittable_random/splittable_random-0.14.0.ebuild 
b/dev-ml/splittable_random/splittable_random-0.14.0.ebuild
index 8115149f69b..550d2c8b16a 100644
--- a/dev-ml/splittable_random/splittable_random-0.14.0.ebuild
+++ b/dev-ml/splittable_random/splittable_random-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2020-10-23 Thread Sam James
commit: f9694728e4db63c2a6e315e78a2e69d59290f1e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9694728

dev-ml/ppx_pipebang: Keyword 0.14.0 ppc, #748576

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

 dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild 
b/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild
index f746ba6934c..eb44efb7ea8 100644
--- a/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild
+++ b/dev-ml/ppx_pipebang/ppx_pipebang-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: a319d19db63256564ea14ba0a8f880ffa144ed6a
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a319d19d

dev-ml/ppx_typerep_conv: Keyword 0.14.1 ppc, #748576

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

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

diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild 
b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
index 3117a1bb0b0..73d7eb6e907 100644
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: da51d5380fc9114cb0938f700490cdfafde917e0
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da51d538

dev-ml/opam-core: Keyword 2.0.7 ppc, #748576

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

 dev-ml/opam-core/opam-core-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-core/opam-core-2.0.7.ebuild 
b/dev-ml/opam-core/opam-core-2.0.7.ebuild
index 6834f2d578d..a87b9bc6393 100644
--- a/dev-ml/opam-core/opam-core-2.0.7.ebuild
+++ b/dev-ml/opam-core/opam-core-2.0.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.ta
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



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

2020-10-23 Thread Sam James
commit: 9ac351564c619b571fc120162189eeaed466ba8d
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac35156

dev-ml/ppx_optional: Keyword 0.14.0 ppc, #748576

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

 dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild 
b/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild
index 1aeaf6390a1..b60d571a2ea 100644
--- a/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild
+++ b/dev-ml/ppx_optional/ppx_optional-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: e4082cfe897a56162af95c4a69424ea1df87916e
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4082cfe

dev-ml/cppo: Keyword 1.6.6 ppc, #748576

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

 dev-ml/cppo/cppo-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild
index 32b7af5e38f..33067c400e1 100644
--- a/dev-ml/cppo/cppo-1.6.6.ebuild
+++ b/dev-ml/cppo/cppo-1.6.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0/${PV}"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 IUSE="+ocamlopt"
 



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

2020-10-23 Thread Sam James
commit: 4e67a01c11b13e3ae26f7187915cbb935d2be6f3
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e67a01c

dev-ml/jst-config: Keyword 0.14.0 ppc, #748576

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

 dev-ml/jst-config/jst-config-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/jst-config/jst-config-0.14.0.ebuild 
b/dev-ml/jst-config/jst-config-0.14.0.ebuild
index 767128ba3e3..cb8cac3202b 100644
--- a/dev-ml/jst-config/jst-config-0.14.0.ebuild
+++ b/dev-ml/jst-config/jst-config-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: ed64c57d708934a57c017087a78421522fa66fbc
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed64c57d

dev-ml/camomile: Keyword 1.0.2 ppc, #748576

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

 dev-ml/camomile/camomile-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camomile/camomile-1.0.2.ebuild 
b/dev-ml/camomile/camomile-1.0.2.ebuild
index 199a3259eec..740143abcfa 100644
--- a/dev-ml/camomile/camomile-1.0.2.ebuild
+++ b/dev-ml/camomile/camomile-1.0.2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P^}"
 
 LICENSE="LGPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 # Unbound module errors



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

2020-10-23 Thread Sam James
commit: fa0b1952efde5f189678cdeb38f189edd18fd6c4
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0b1952

dev-ml/dose3: Keyword 5.0.1-r1 ppc, #748576

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

 dev-ml/dose3/dose3-5.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dose3/dose3-5.0.1-r1.ebuild 
b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
index d51c16a8f83..15445c44beb 100644
--- a/dev-ml/dose3/dose3-5.0.1-r1.ebuild
+++ b/dev-ml/dose3/dose3-5.0.1-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/file/36063/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
 
 RDEPEND="



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

2020-10-23 Thread Sam James
commit: 4bec28d13a963d62b32125dc17a896eda7d5f1d3
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bec28d1

dev-ml/ppx_sexp_value: Keyword 0.14.0 ppc, #748576

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

 dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild 
b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild
index 89c7cf21e31..91c06a2aca3 100644
--- a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild
+++ b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/jane-street-headers/

2020-10-23 Thread Sam James
commit: 26435ade07727afcee288a3446365e605dd0b7a4
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26435ade

dev-ml/jane-street-headers: Keyword 0.14.0 ppc, #748576

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

 dev-ml/jane-street-headers/jane-street-headers-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/jane-street-headers/jane-street-headers-0.14.0.ebuild 
b/dev-ml/jane-street-headers/jane-street-headers-0.14.0.ebuild
index bc24c70774d..9e29727f714 100644
--- a/dev-ml/jane-street-headers/jane-street-headers-0.14.0.ebuild
+++ b/dev-ml/jane-street-headers/jane-street-headers-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND=""



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

2020-10-23 Thread Sam James
commit: d20d332e711d466b0e1fa0d6a82321995b91839b
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20d332e

dev-ml/cryptokit: Keyword 1.16.1-r1 ppc, #748576

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

 dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild 
b/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild
index 14135fd4238..3a589111cb5 100644
--- a/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild
+++ b/dev-ml/cryptokit/cryptokit-1.16.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-release${MY_PV}"
 
 LICENSE="LGPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="cpu_flags_x86_aes +ocamlopt test zlib"
 REQUIRED_USE="test? ( ocamlopt )"
 RESTRICT="!test? ( test )"



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

2020-10-23 Thread Sam James
commit: cb5803f6fdb4e8315bf8285316a3dcccb92b2de2
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5803f6

dev-ml/ppx_string: Keyword 0.14.1 ppc, #748576

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

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

diff --git a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild 
b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
index aa2ad91695d..238f3788575 100644
--- a/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
+++ b/dev-ml/ppx_string/ppx_string-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_string/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: f1f89a5b06f41406de06c1eda60020011a4664cc
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f89a5b

dev-ml/typerep: Keyword 0.14.0 ppc, #748576

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

 dev-ml/typerep/typerep-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild 
b/dev-ml/typerep/typerep-0.14.0.ebuild
index f4a43b3d3f7..e4915a6855c 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/base:="



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

2020-10-23 Thread Sam James
commit: 13a3b2107456b4ba9d62e8ed93950a6c557e96da
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a3b210

dev-ml/lablgtk: Keyword 3.1.1 ppc, #748576

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

 dev-ml/lablgtk/lablgtk-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lablgtk/lablgtk-3.1.1.ebuild 
b/dev-ml/lablgtk/lablgtk-3.1.1.ebuild
index f936993a0c5..cc3e7ba9f3c 100644
--- a/dev-ml/lablgtk/lablgtk-3.1.1.ebuild
+++ b/dev-ml/lablgtk/lablgtk-3.1.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/garrigue/lablgtk/releases/download/${PV}/${DUNE_PKG_
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="3/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt sourceview"
 
 BDEPEND="dev-ml/camlp5"



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

2020-10-23 Thread Sam James
commit: 3fa05a6ff19553d79ead26917ab2721a40ca2fdc
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa05a6f

dev-ml/cairo2: Keyword 0.6.1 ppc, #748576

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

 dev-ml/cairo2/cairo2-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cairo2/cairo2-0.6.1.ebuild 
b/dev-ml/cairo2/cairo2-0.6.1.ebuild
index 97ce4e5f7bf..b77783094e9 100644
--- a/dev-ml/cairo2/cairo2-0.6.1.ebuild
+++ b/dev-ml/cairo2/cairo2-0.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Chris00/ocaml-cairo/releases/download/${PV}/cairo2-$
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: c0dffaedd7a4d9da06b57b03d177f091ec48f44e
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dffaed

dev-ml/ppx_module_timer: Keyword 0.14.0 ppc, #748576

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

 dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild 
b/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
index 309580deeca..88748ac4474 100644
--- a/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
+++ b/dev-ml/ppx_module_timer/ppx_module_timer-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: 6984da0ee879e41e1ed1f86d9e4407391ebd1e60
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6984da0e

dev-ml/extlib: Keyword 1.7.7 ppc, #748576

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

 dev-ml/extlib/extlib-1.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/extlib/extlib-1.7.7.ebuild 
b/dev-ml/extlib/extlib-1.7.7.ebuild
index aa9752bf395..57e3e75d91f 100644
--- a/dev-ml/extlib/extlib-1.7.7.ebuild
+++ b/dev-ml/extlib/extlib-1.7.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc +ocamlopt"
 
 # See bug #704146



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

2020-10-23 Thread Sam James
commit: 3a4897d454e2c9e37e8cf68c8f221c6870c87897
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4897d4

dev-ml/pcre-ocaml: Keyword 7.4.6-r1 ppc, #748576

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

 dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild 
b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild
index fb6328ed554..9463a69362f 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/pcre-${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
 IUSE="examples +ocamlopt"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 BDEPEND="dev-ml/dune-configurator"
 RDEPEND=">=dev-libs/libpcre-4.5"



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

2020-10-23 Thread Sam James
commit: 395d57d2e88754e3546e3bb29e4df2a7d2904b56
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395d57d2

dev-ml/ppx_stable: Keyword 0.14.1 ppc, #748576

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

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

diff --git a/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild 
b/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
index 4647d3f986b..2c66fa94daf 100644
--- a/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
+++ b/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: c0d00d2a580a20a4f1dd584bd2c06dd9516d4179
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d00d2a

dev-ml/ppx_fixed_literal: Keyword 0.14.0 ppc, #748576

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

 dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.14.0.ebuild 
b/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.14.0.ebuild
index 2f42d14f835..46f53d7a54c 100644
--- a/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.14.0.ebuild
+++ b/dev-ml/ppx_fixed_literal/ppx_fixed_literal-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_fixed_literal/archive/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: 62a0f4a9ba9046a2ff5e42b09e42c6b13ba4c566
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a0f4a9

dev-ml/ppx_let: Keyword 0.14.0 ppc, #748576

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

 dev-ml/ppx_let/ppx_let-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_let/ppx_let-0.14.0.ebuild 
b/dev-ml/ppx_let/ppx_let-0.14.0.ebuild
index fc13b303d6c..258688b6c68 100644
--- a/dev-ml/ppx_let/ppx_let-0.14.0.ebuild
+++ b/dev-ml/ppx_let/ppx_let-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: b152adabe95eb3785c969c49f413eb95aa72a356
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b152adab

dev-ml/ppx_sexp_message: Keyword 0.14.0 ppc, #748576

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

 dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild 
b/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild
index 00d9ae5440c..e5c601e57c6 100644
--- a/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild
+++ b/dev-ml/ppx_sexp_message/ppx_sexp_message-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2020-10-23 Thread Sam James
commit: e788f290092470c1d8f0fec8a3ce873ed6e9bb28
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e788f290

dev-ml/bin_prot: Keyword 0.14.0 ppc, #748576

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

 dev-ml/bin_prot/bin_prot-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild 
b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
index 917306fe0fa..5b41354d6db 100644
--- a/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
+++ b/dev-ml/bin_prot/bin_prot-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/bin_prot/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2020-10-23 Thread Sam James
commit: f7f3f27a0f68f35ab0c70a46194117eeb26a7997
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 24 00:16:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 24 00:16:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f3f27a

dev-ml/ocaml-ssl: Keyword 0.5.9 ppc, #748576

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

 dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild 
b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild
index c5a4c00afe6..dfac745fb55 100644
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild
+++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.5.9.ebuild
@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 src_install() {
dune_src_install



[gentoo-commits] proj/kde:master commit in: kde-apps/khelpcenter/

2020-10-23 Thread Andreas Sturmlechner
commit: 3c9032b3c27fcf52ee67dd4b4fabd1da0755345f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 10:54:35 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 10:54:35 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c9032b3

kde-apps/khelpcenter: Update HOMEPAGE

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

 kde-apps/khelpcenter/khelpcenter-20.08.49..ebuild | 3 +--
 kde-apps/khelpcenter/khelpcenter-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/khelpcenter/khelpcenter-20.08.49..ebuild 
b/kde-apps/khelpcenter/khelpcenter-20.08.49..ebuild
index b1fa8cd134..97fb56ba11 100644
--- a/kde-apps/khelpcenter/khelpcenter-20.08.49..ebuild
+++ b/kde-apps/khelpcenter/khelpcenter-20.08.49..ebuild
@@ -9,8 +9,7 @@ QTMIN=5.15.1
 inherit ecm kde.org
 
 DESCRIPTION="Application to read documentation for KDE Plasma, Applications, 
Utilities"
-HOMEPAGE="https://kde.org/applications/en/Help
-https://userbase.kde.org/KHelpCenter;
+HOMEPAGE="https://apps.kde.org/en/Help https://userbase.kde.org/KHelpCenter;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"

diff --git a/kde-apps/khelpcenter/khelpcenter-.ebuild 
b/kde-apps/khelpcenter/khelpcenter-.ebuild
index d28fbcad1f..bfd79a5845 100644
--- a/kde-apps/khelpcenter/khelpcenter-.ebuild
+++ b/kde-apps/khelpcenter/khelpcenter-.ebuild
@@ -9,8 +9,7 @@ QTMIN=5.15.1
 inherit ecm kde.org
 
 DESCRIPTION="Application to read documentation for KDE Plasma, Applications, 
Utilities"
-HOMEPAGE="https://kde.org/applications/en/Help
-https://userbase.kde.org/KHelpCenter;
+HOMEPAGE="https://apps.kde.org/en/Help https://userbase.kde.org/KHelpCenter;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, Documentation/package.mask/, ...

2020-10-23 Thread Andreas Sturmlechner
commit: dc0402c5d7e752fa623ec267439cadc573d77ff7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 22 19:52:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 22 19:52:12 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc0402c5

Documentation: Update KDE Release Service live

See also:
https://invent.kde.org/sysadmin/release-tools/commit/193b36276602ad979c7cdced7dd8e068f2055afa
https://invent.kde.org/sysadmin/release-tools/commit/6aa247ef18a0ffa8cd2b6b80a9e37c67a207fdf9

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

 .../.kde-release-service-live/kdeaccessibility-live  | 1 +
 .../.kde-release-service-live/kdenetwork-live| 2 ++
 .../package.accept_keywords/.kde-release-service-live/kdeutils-live  | 2 ++
 .../package.accept_keywords/kde-release-service-live.keywords| 5 +
 Documentation/package.mask/kde-release-service-live  | 5 +
 Documentation/package.unmask/kde-release-service-live| 5 +
 6 files changed, 20 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdeaccessibility-live
 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdeaccessibility-live
index 5e4bd347c2..8e01f99ccf 100644
--- 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdeaccessibility-live
+++ 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdeaccessibility-live
@@ -1,3 +1,4 @@
+~app-accessibility/kontrast- **
 ~kde-apps/kdeaccessibility-meta- **
 ~kde-apps/kmag- **
 ~kde-apps/kmousetool- **

diff --git 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
index 839ff23d0b..17c79b5833 100644
--- 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
+++ 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdenetwork-live
@@ -25,3 +25,5 @@
 ~kde-apps/zeroconf-ioslave- **
 ~kde-misc/kdeconnect- **
 ~kde-misc/kio-gdrive- **
+~net-libs/libktorrent- **
+~net-p2p/ktorrent- **

diff --git 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdeutils-live 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdeutils-live
index b3c2c5d5ce..c67dca1205 100644
--- 
a/Documentation/package.accept_keywords/.kde-release-service-live/kdeutils-live
+++ 
b/Documentation/package.accept_keywords/.kde-release-service-live/kdeutils-live
@@ -16,3 +16,5 @@
 ~kde-apps/print-manager- **
 ~kde-apps/sweeper- **
 ~kde-apps/yakuake- **
+~sys-block/partitionmanager- **
+~sys-libs/kpmcore- **

diff --git 
a/Documentation/package.accept_keywords/kde-release-service-live.keywords 
b/Documentation/package.accept_keywords/kde-release-service-live.keywords
index 0914812ada..aefdf18c2a 100644
--- a/Documentation/package.accept_keywords/kde-release-service-live.keywords
+++ b/Documentation/package.accept_keywords/kde-release-service-live.keywords
@@ -15,6 +15,7 @@
 ~kde-apps/khelpcenter- **
 ~kde-apps/konsole- **
 ~kde-apps/kwrite- **
+~app-accessibility/kontrast- **
 ~kde-apps/kdeaccessibility-meta- **
 ~kde-apps/kmag- **
 ~kde-apps/kmousetool- **
@@ -147,6 +148,8 @@
 ~kde-apps/zeroconf-ioslave- **
 ~kde-misc/kdeconnect- **
 ~kde-misc/kio-gdrive- **
+~net-libs/libktorrent- **
+~net-p2p/ktorrent- **
 ~kde-apps/akonadi- **
 ~kde-apps/akonadi-calendar- **
 ~kde-apps/akonadi-contacts- **
@@ -235,4 +238,6 @@
 ~kde-apps/print-manager- **
 ~kde-apps/sweeper- **
 ~kde-apps/yakuake- **
+~sys-block/partitionmanager- **
+~sys-libs/kpmcore- **
 ~media-libs/zxing-cpp-1.1.1

diff --git a/Documentation/package.mask/kde-release-service-live 
b/Documentation/package.mask/kde-release-service-live
index a501ebe1a6..c02fd9f058 100644
--- a/Documentation/package.mask/kde-release-service-live
+++ b/Documentation/package.mask/kde-release-service-live
@@ -5,6 +5,7 @@
 ~kde-apps/keditbookmarks-
 ~kde-apps/kfind-
 ~kde-apps/konqueror-
+~app-accessibility/kontrast-
 ~kde-apps/kdeaccessibility-meta-
 ~kde-apps/kmag-
 ~kde-apps/kmousetool-
@@ -137,6 +138,8 @@
 ~kde-apps/zeroconf-ioslave-
 ~kde-misc/kdeconnect-
 ~kde-misc/kio-gdrive-
+~net-libs/libktorrent-
+~net-p2p/ktorrent-
 ~kde-apps/akonadi-
 ~kde-apps/akonadi-calendar-
 ~kde-apps/akonadi-contacts-
@@ -225,3 +228,5 @@
 ~kde-apps/print-manager-
 ~kde-apps/sweeper-
 ~kde-apps/yakuake-
+~sys-block/partitionmanager-
+~sys-libs/kpmcore-

diff --git a/Documentation/package.unmask/kde-release-service-live 
b/Documentation/package.unmask/kde-release-service-live
index a501ebe1a6..c02fd9f058 100644
--- a/Documentation/package.unmask/kde-release-service-live
+++ 

[gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/

2020-10-23 Thread Andreas Sturmlechner
commit: 3c86cdc139b945b41a5e8619a70e14b8d8a4e7ca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 22 15:51:50 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 22 15:51:50 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c86cdc1

kde-apps/kio-extras: Cleanup kde-frameworks/karchive USE-deps

We depend on version newer than the one that dropped those flags.

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

 kde-apps/kio-extras/kio-extras-20.08.49..ebuild | 2 +-
 kde-apps/kio-extras/kio-extras-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kio-extras/kio-extras-20.08.49..ebuild 
b/kde-apps/kio-extras/kio-extras-20.08.49..ebuild
index 594e58df85..451bbec686 100644
--- a/kde-apps/kio-extras/kio-extras-20.08.49..ebuild
+++ b/kde-apps/kio-extras/kio-extras-20.08.49..ebuild
@@ -28,7 +28,7 @@ DEPEND="
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5[bzip2(+),lzma(+)]
+   >=kde-frameworks/karchive-${KFMIN}:5
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5

diff --git a/kde-apps/kio-extras/kio-extras-.ebuild 
b/kde-apps/kio-extras/kio-extras-.ebuild
index 5bb5ac4dae..a8783741c5 100644
--- a/kde-apps/kio-extras/kio-extras-.ebuild
+++ b/kde-apps/kio-extras/kio-extras-.ebuild
@@ -28,7 +28,7 @@ DEPEND="
>=dev-qt/qtsvg-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5[bzip2(+),lzma(+)]
+   >=kde-frameworks/karchive-${KFMIN}:5
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5



[gentoo-commits] proj/kde:master commit in: sets/

2020-10-23 Thread Andreas Sturmlechner
commit: 3b1d3e32c4c1f8bb34b5911f1e52ec5ae0b2fc50
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 22 19:50:50 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 22 19:51:17 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b1d3e32

sets: Add sys-block/partitionmanager, sys-libs/kpmcore to kdeutils-live

See also: 
https://invent.kde.org/sysadmin/release-tools/commit/6aa247ef18a0ffa8cd2b6b80a9e37c67a207fdf9

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

 sets/kdeutils-live | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sets/kdeutils-live b/sets/kdeutils-live
index 463d139736..a266241624 100644
--- a/sets/kdeutils-live
+++ b/sets/kdeutils-live
@@ -16,3 +16,5 @@
 ~kde-apps/print-manager-
 ~kde-apps/sweeper-
 ~kde-apps/yakuake-
+~sys-block/partitionmanager-
+~sys-libs/kpmcore-



[gentoo-commits] proj/kde:master commit in: app-text/chmk/

2020-10-23 Thread Andreas Sturmlechner
commit: d1f8fa1ab3bc0e57b74afceeb720107c6b874858
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 22 17:55:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 22 17:56:58 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1f8fa1a

app-text/chmk: New package

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

 app-text/chmk/chmk-.ebuild | 36 
 app-text/chmk/metadata.xml |  8 
 2 files changed, 44 insertions(+)

diff --git a/app-text/chmk/chmk-.ebuild b/app-text/chmk/chmk-.ebuild
new file mode 100644
index 00..3fcb60cb1a
--- /dev/null
+++ b/app-text/chmk/chmk-.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_CATEGORY="aacid"
+inherit desktop ecm kde.org
+
+DESCRIPTION="CHM file viewer based on KDE Frameworks and QtWebEngine"
+HOMEPAGE="https://tsdgeos.blogspot.com/2020/05/chmk-simple-chm-viewer.html
+https://invent.kde.org/aacid/chmk;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   kde-frameworks/kconfigwidgets:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kcrash:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kwidgetsaddons:5
+   kde-frameworks/kxmlgui:5
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   ecm_src_install
+   make_desktop_entry ${PN} "ChmK" "" "Qt;KDE;Office;Viewer;" \
+   
"MimeType=application/chm;application/x-chm;application/vnd.ms-htmlhelp;application/epub+zip"
+}

diff --git a/app-text/chmk/metadata.xml b/app-text/chmk/metadata.xml
new file mode 100644
index 00..2fdbf33d96
--- /dev/null
+++ b/app-text/chmk/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+



[gentoo-commits] proj/kde:master commit in: sets/

2020-10-23 Thread Andreas Sturmlechner
commit: 013dd6636819b0b9925091a67704d07139135a9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 22 19:48:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 22 19:49:00 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=013dd663

sets: Add net-libs/libktorrent, net-p2p/ktorrent to kdeaccessibility-live

See also: 
https://invent.kde.org/sysadmin/release-tools/commit/6aa247ef18a0ffa8cd2b6b80a9e37c67a207fdf9

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

 sets/kdenetwork-live | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sets/kdenetwork-live b/sets/kdenetwork-live
index b6ef976efd..e5f0f156bc 100644
--- a/sets/kdenetwork-live
+++ b/sets/kdenetwork-live
@@ -25,3 +25,5 @@
 ~kde-apps/zeroconf-ioslave-
 ~kde-misc/kdeconnect-
 ~kde-misc/kio-gdrive-
+~net-libs/libktorrent-
+~net-p2p/ktorrent-



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

2020-10-23 Thread Andreas Sturmlechner
commit: 9ea0a4c27824d23952145a2207a572e92da031a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 20:23:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea0a4c2

app-office/libalkimia: 8.0.4 version bump, add IUSE=webengine

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

 app-office/libalkimia/Manifest|  1 +
 app-office/libalkimia/libalkimia-8.0.4.ebuild | 78 +++
 app-office/libalkimia/metadata.xml|  3 ++
 3 files changed, 82 insertions(+)

diff --git a/app-office/libalkimia/Manifest b/app-office/libalkimia/Manifest
index 50b27b2b16d..736fc4cd3c7 100644
--- a/app-office/libalkimia/Manifest
+++ b/app-office/libalkimia/Manifest
@@ -1 +1,2 @@
 DIST alkimia-8.0.3.tar.xz 212780 BLAKE2B 
4863bd2fba7e92518618da250b08772e288697eab9e45980c72c4a29d51f3df94899ead344a9dd5f16ea73cab8dc5596c696156f7da678a030623e77c766949c
 SHA512 
04debd3adeba6380ffe7e9d3949e927dca12ecd7f83dea7b7ba6295b158272c636978c89800757166889e632fed09f3e8b3ce19adc9b91e3369e3b16a5b6cb1e
+DIST alkimia-8.0.4.tar.xz 221108 BLAKE2B 
90a89bfc76998aeec95989455d62b2a46e06e86f01b96d0a28e3226ec4228108b35a9ca9f8d50f95a32130e39b4954515e205f40d6aad6346bc9310fd31dff75
 SHA512 
49b771ac28ec76143cf1237a21a834fa38689c91c773a472cc090e94f49287a79ad7790ef068cd6bebc4e64aa97e5026a9ea5be841bbdb3ca89b00b6ca7acc27

diff --git a/app-office/libalkimia/libalkimia-8.0.4.ebuild 
b/app-office/libalkimia/libalkimia-8.0.4.ebuild
new file mode 100644
index 000..6a5fe8928f0
--- /dev/null
+++ b/app-office/libalkimia/libalkimia-8.0.4.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KDE_ORG_NAME="alkimia"
+KFMIN=5.74.0
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   
SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Library with common classes and functionality used by KDE finance 
applications"
+HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323
+https://community.kde.org/Alkimia;
+
+LICENSE="LGPL-2.1"
+SLOT="0/8"
+IUSE="doc gmp plasma webengine"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdelibs4support-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   !gmp? ( sci-libs/mpir:=[cxx] )
+   gmp? ( dev-libs/gmp:0=[cxx] )
+   plasma? (
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+   )
+   webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-8.0.3-cmake.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_FINANCEQUOTE=OFF
+   -DBUILD_TOOLS=ON
+   -DBUILD_WITH_WEBKIT=OFF
+   -DBUILD_DOXYGEN_DOCS=$(usex doc)
+   $(cmake_use_find_package !gmp MPIR)
+   -DBUILD_APPLETS=$(usex plasma)
+   -DBUILD_WITH_WEBENGINE=$(usex webengine)
+   )
+   ecm_src_configure
+}
+
+src_test() {
+   # Depends on BUILD_WITH_WEBKIT, bug 736128
+   local myctestargs=(
+   -E "(alkonlinequotestest)"
+   )
+   ecm_src_test
+}

diff --git a/app-office/libalkimia/metadata.xml 
b/app-office/libalkimia/metadata.xml
index 2fdbf33d963..575f433 100644
--- a/app-office/libalkimia/metadata.xml
+++ b/app-office/libalkimia/metadata.xml
@@ -5,4 +5,7 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Use dev-qt/qtwebengine for embedded web 
browser widget
+   
 



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

2020-10-23 Thread Andreas Sturmlechner
commit: 2be529d6dbf4e40185587c70fbdbed21e3fba7cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 23:03:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be529d6

dev-python/owslib: 0.20.0 version bump, python3_9

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

 dev-python/owslib/Manifest |  1 +
 .../files/owslib-0.20.0-no-privacybreach.patch | 41 +
 dev-python/owslib/owslib-0.20.0.ebuild | 42 ++
 3 files changed, 84 insertions(+)

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

diff --git a/dev-python/owslib/files/owslib-0.20.0-no-privacybreach.patch 
b/dev-python/owslib/files/owslib-0.20.0-no-privacybreach.patch
new file mode 100644
index 000..45bcb8b38d1
--- /dev/null
+++ b/dev-python/owslib/files/owslib-0.20.0-no-privacybreach.patch
@@ -0,0 +1,41 @@
+Description: Fix privacy breaches.
+Author: Johan Van de Wauw 
+
+--- a/docs/en/index.rst
 b/docs/en/index.rst
+@@ -5,11 +5,7 @@ OWSLib |release| documentation
+ .. toctree::
+:maxdepth: 2
+ 
+-.. image:: https://www.openhub.net/p/owslib/widgets/project_partner_badge.gif
+-   :width: 193px
+-   :height: 33px
+-   :alt: OWSLib
+-   :target: https://www.openhub.net/p/owslib?ref=WidgetProjectPartnerBadge
++`OpenHUB `_
+ 
+ :Author: Tom Kralidis
+ :Contact: tomkralidis at gmail.com
+--- a/docs/_templates/layout.html
 b/docs/_templates/layout.html
+@@ -3,20 +3,6 @@
+ {%- block extrahead %}
+ {{ super() }}
+ 
+-
+-
+-  var _gaq = _gaq || [];
+-  _gaq.push(['_setAccount', 'UA-32866201-1']);
+-  _gaq.push(['_trackPageview']);
+-
+-  (function() {
+-var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+-  })();
+-
+-
+-
+ {% endblock %}
+ 
+ {% block relbar1 %}

diff --git a/dev-python/owslib/owslib-0.20.0.ebuild 
b/dev-python/owslib/owslib-0.20.0.ebuild
new file mode 100644
index 000..a901ed6ac69
--- /dev/null
+++ b/dev-python/owslib/owslib-0.20.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Library for client programming with Open Geospatial Consortium 
web service"
+HOMEPAGE="https://geopython.github.io/OWSLib;
+SRC_URI="https://github.com/geopython/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+S="${WORKDIR}/OWSLib-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pyproj[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+RESTRICT="test" # tests require WAN access
+
+PATCHES=( "${FILESDIR}/${P}-no-privacybreach.patch" )
+
+python_test() {
+   "${EPYTHON}" "${S}/setup.py" test || die
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/

2020-10-23 Thread Andreas Sturmlechner
commit: ce3e14feb48ed8b7ec176b8c882693fcc174b144
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 08:40:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 08:40:26 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce3e14fe

kde-plasma/plasma-desktop: Add missing RDEPEND for users KCM

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

 kde-plasma/plasma-desktop/plasma-desktop-5.20.49..ebuild | 1 +
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49..ebuild
index 9ee4f257aa..84502ff0e3 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49..ebuild
@@ -111,6 +111,7 @@ RDEPEND="${COMMON_DEPEND}
>=kde-plasma/breeze-${PVCUT}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
>=kde-plasma/oxygen-${PVCUT}:5
+   sys-apps/accountsservice
sys-apps/util-linux
x11-apps/setxkbmap
kaccounts? ( net-libs/signon-oauth2 )

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index 1b14f3495a..8cc3632ebf 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -111,6 +111,7 @@ RDEPEND="${COMMON_DEPEND}
>=kde-plasma/breeze-${PVCUT}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
>=kde-plasma/oxygen-${PVCUT}:5
+   sys-apps/accountsservice
sys-apps/util-linux
x11-apps/setxkbmap
kaccounts? ( net-libs/signon-oauth2 )



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

2020-10-23 Thread Andreas Sturmlechner
commit: 04ec15cf24cdde041b3816f5f2d984b42109e2e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 18:49:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ec15cf

sci-geosciences/qgis: 3.16.0 version bump

- python3_9
- Update HOMEPAGE
- Cleanup outdated qt5(+) IUSE defaults
- Drop IUSE=webkit
- Drop obsolete QTMIN

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

 sci-geosciences/qgis/Manifest  |  1 +
 .../qgis/files/qgis-3.16.0-cmake-lib-suffix.patch  | 12 +
 .../qgis/{qgis-.ebuild => qgis-3.16.0.ebuild}  | 60 +++---
 sci-geosciences/qgis/qgis-.ebuild  | 60 +++---
 4 files changed, 73 insertions(+), 60 deletions(-)

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

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

diff --git a/sci-geosciences/qgis/qgis-.ebuild 
b/sci-geosciences/qgis/qgis-3.16.0.ebuild
similarity index 79%
copy from sci-geosciences/qgis/qgis-.ebuild
copy to sci-geosciences/qgis/qgis-3.16.0.ebuild
index 5009332eb58..21e60cc41b1 100644
--- a/sci-geosciences/qgis/qgis-.ebuild
+++ b/sci-geosciences/qgis/qgis-3.16.0.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 PYTHON_REQ_USE="sqlite"
-QTMIN="5.9.4"
 
 if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git;
@@ -18,46 +17,46 @@ fi
 inherit cmake desktop python-single-r1 qmake-utils xdg
 
 DESCRIPTION="User friendly Geographic Information System"
-HOMEPAGE="https://www.qgis.org/;
+HOMEPAGE="https://www.qgis.org/en/site/;
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml webkit"
+IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
 
 BDEPEND="${PYTHON_DEPS}
-   >=dev-qt/linguist-tools-${QTMIN}:5
+   dev-qt/linguist-tools:5
sys-devel/bison
sys-devel/flex
 "
 COMMON_DEPEND="
-   app-crypt/qca:2[qt5(+),ssl]
+   >=app-crypt/qca-2.3.0:2[ssl]
>=dev-db/spatialite-4.2.0
dev-db/sqlite:3
dev-libs/expat
dev-libs/libzip:=
-   dev-libs/qtkeychain[qt5(+)]
-   >=dev-qt/designer-${QTMIN}:5
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtpositioning-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtserialport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
+   dev-libs/qtkeychain:=
+   dev-qt/designer:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtpositioning:5
+ 

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

2020-10-23 Thread Andreas Sturmlechner
commit: ed3e36ac18b9bbe0944c666393153dbf4dd0c715
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 17:52:35 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3e36ac

dev-games/openscenegraph-qt: Drop 3.5.7 (r0)

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

 .../openscenegraph-qt-3.5.7.ebuild | 48 --
 1 file changed, 48 deletions(-)

diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild 
b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild
deleted file mode 100644
index 96ab9bcba0b..000
--- a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="osgQt"
-MY_P=${MY_PN}-${PV}
-inherit cmake
-
-DESCRIPTION="Qt support for OpenSceneGraph"
-HOMEPAGE="http://www.openscenegraph.org/;
-SRC_URI="https://github.com/openscenegraph/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="wxWinLL-3 LGPL-2.1"
-SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="examples webkit"
-
-RDEPEND="
-   >=dev-games/openscenegraph-3.6.3:=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   webkit? ( dev-qt/qtwebkit:5 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.5.5-cmake.patch
-   "${FILESDIR}"/${PN}-3.5.5-qt-5.11b3.patch
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DDYNAMIC_OPENSCENEGRAPH=ON
-   -DDESIRED_QT_VERSION=5
-   -DBUILD_OSG_EXAMPLES=$(usex examples)
-   $(cmake_use_find_package webkit Qt5WebKitWidgets)
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] proj/kde:master commit in: sets/

2020-10-23 Thread Andreas Sturmlechner
commit: a1650a6644fde3775930cd574702ba56cba45a3f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 22 19:41:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 22 19:41:09 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1650a66

sets: Add app-accessibility/kontrast to kdeaccessibility-live

See also: 
https://invent.kde.org/sysadmin/release-tools/commit/193b36276602ad979c7cdced7dd8e068f2055afa

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

 sets/kdeaccessibility-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdeaccessibility-live b/sets/kdeaccessibility-live
index e808f0c852..014897dad0 100644
--- a/sets/kdeaccessibility-live
+++ b/sets/kdeaccessibility-live
@@ -1,3 +1,4 @@
+~app-accessibility/kontrast-
 ~kde-apps/kdeaccessibility-meta-
 ~kde-apps/kmag-
 ~kde-apps/kmousetool-



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

2020-10-23 Thread Andreas Sturmlechner
commit: f27b88a6c945884c6b3cd3fa7daaf5865dac83e8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 17:52:05 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27b88a6

dev-games/openscenegraph-qt: Drop IUSE=webkit

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

 .../openscenegraph-qt-3.5.7-r1.ebuild  | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild 
b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild
new file mode 100644
index 000..ebbcc46e59c
--- /dev/null
+++ b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="osgQt"
+MY_P=${MY_PN}-${PV}
+inherit cmake
+
+DESCRIPTION="Qt support for OpenSceneGraph"
+HOMEPAGE="http://www.openscenegraph.org/;
+SRC_URI="https://github.com/openscenegraph/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="wxWinLL-3 LGPL-2.1"
+SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
+KEYWORDS="amd64 ~ppc64 x86"
+IUSE="examples"
+
+RDEPEND="
+   >=dev-games/openscenegraph-3.6.3:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5.5-cmake.patch
+   "${FILESDIR}"/${PN}-3.5.5-qt-5.11b3.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DDYNAMIC_OPENSCENEGRAPH=ON
+   -DDESIRED_QT_VERSION=5
+   -DBUILD_OSG_EXAMPLES=$(usex examples)
+   -DCMAKE_DISABLE_USE_FIND_PACKAGE_Qt5WebKitWidgets=ON
+   )
+   cmake_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/

2020-10-23 Thread Andreas Sturmlechner
commit: 49a4185d401a2b24a6c25b6dfc2816563b4d8cfd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 11:08:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 11:10:37 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=49a4185d

kde-plasma/plasma-pa: Drop unused DEPEND

Upstream commit 48f7b41f38ee53b2c7fe70d457d3d2db21962073

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

 kde-plasma/plasma-pa/plasma-pa-5.20.49..ebuild | 7 +--
 kde-plasma/plasma-pa/plasma-pa-.ebuild | 2 --
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.20.49..ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.20.49..ebuild
index 674a176dc7..3d4ad2388a 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.20.49..ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.20.49..ebuild
@@ -5,7 +5,6 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.1
 inherit ecm kde.org
 
@@ -21,7 +20,6 @@ DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/kglobalaccel-${KFMIN}:5
@@ -35,3 +33,8 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:5
x11-themes/sound-theme-freedesktop
 "
+
+src_prepare() {
+   ecm_src_prepare
+   ecm_punt_bogus_dep Qt5 Widgets
+}

diff --git a/kde-plasma/plasma-pa/plasma-pa-.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-.ebuild
index d62dedeab9..aeeb93d18a 100644
--- a/kde-plasma/plasma-pa/plasma-pa-.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 
 ECM_HANDBOOK="forceoptional"
 KFMIN=
-PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.1
 inherit ecm kde.org
 
@@ -21,7 +20,6 @@ DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdeclarative-${KFMIN}:5
>=kde-frameworks/kglobalaccel-${KFMIN}:5



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

2020-10-23 Thread Andreas Sturmlechner
commit: b4a9b0066dec41a195498410c1c907d15de441e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 22:36:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a9b006

dev-python/pyproj: 2.6.1_p1 version bump, python3_9, tests pass

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

 dev-python/pyproj/Manifest |  1 +
 .../pyproj/files/pyproj-2.6.1_p1-tests.patch   | 58 ++
 dev-python/pyproj/pyproj-2.6.1_p1.ebuild   | 52 +++
 3 files changed, 111 insertions(+)

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

diff --git a/dev-python/pyproj/files/pyproj-2.6.1_p1-tests.patch 
b/dev-python/pyproj/files/pyproj-2.6.1_p1-tests.patch
new file mode 100644
index 000..69eb97ea2e0
--- /dev/null
+++ b/dev-python/pyproj/files/pyproj-2.6.1_p1-tests.patch
@@ -0,0 +1,58 @@
+From 5856cdacef62746594e17f69cb802a202d3fdfaa Mon Sep 17 00:00:00 2001
+From: "Alan D. Snow" 
+Date: Fri, 29 May 2020 07:41:44 -0500
+Subject: TST: Update tests with scope & remarks (#649)
+
+---
+ test/crs/test_crs.py | 16 +---
+ test/test_transformer.py | 10 +-
+ 2 files changed, 10 insertions(+), 16 deletions(-)
+
+--- a/test/crs/test_crs.py
 b/test/crs/test_crs.py
+@@ -1261,17 +1261,11 @@ def test_operations():
+ 
+ 
+ def test_operations__scope_remarks():
+-
+-transformer = TransformerGroup(28356, 7856).transformers[0]
+-coord_op = CoordinateOperation.from_string(transformer.to_wkt())
+-assert coord_op.operations == transformer.operations
+-# scope does not transfer for some reason
+-# assert [op.scope for op in transformer.operations] == [
+-# op.scope for op in coord_op.operations
+-# ]
+-assert [op.remarks for op in transformer.operations] == [
+-op.remarks for op in coord_op.operations
+-]
++operation = TransformerGroup(28356, 7856).transformers[0].operations[1]
++coord_op = CoordinateOperation.from_string(operation.to_wkt())
++assert coord_op == operation
++assert coord_op.remarks == operation.remarks
++assert coord_op.scope == operation.scope
+ 
+ 
+ def test_crs_equals():
+--- a/test/test_transformer.py
 b/test/test_transformer.py
+@@ -536,15 +536,15 @@ def test_transformer__operations__scope_
+ transformer = TransformerGroup(28356, 7856).transformers[0]
+ assert transformer.scope is None
+ assert [op.scope for op in transformer.operations] == [
+-None,
++"Large and medium scale topographic mapping and engineering survey.",
+ "Conformal transformation of GDA94 coordinates that have been derived 
through "
+ "GNSS CORS.",
+-None,
++"Large and medium scale topographic mapping and engineering survey.",
+ ]
+-assert [str(op.remarks)[:5] for op in transformer.operations] == [
+-"None",
++assert [str(op.remarks)[:5].strip() for op in transformer.operations] == [
++"Grid",
+ "Scale",
+-"None",
++"Grid",
+ ]
+ 
+ 

diff --git a/dev-python/pyproj/pyproj-2.6.1_p1.ebuild 
b/dev-python/pyproj/pyproj-2.6.1_p1.ebuild
new file mode 100644
index 000..457c8d466c4
--- /dev/null
+++ b/dev-python/pyproj/pyproj-2.6.1_p1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Python interface to the PROJ library"
+HOMEPAGE="https://github.com/pyproj4/pyproj;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/_p/.post}.tar.gz"
+
+S="${WORKDIR}/${P/_p/.post}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="doc"
+
+RDEPEND=">=sci-libs/proj-6.2.0:="
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme

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

2020-10-23 Thread Andreas Sturmlechner
commit: b3e349ba4e523b5c7fdf3ac2171c0f3101a9185c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 18:08:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e349ba

app-text/cb2bib: Drop IUSE=webkit

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

 app-text/cb2bib/cb2bib-2.0.0-r1.ebuild | 71 ++
 1 file changed, 71 insertions(+)

diff --git a/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild 
b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
new file mode 100644
index 000..746edabdcd5
--- /dev/null
+++ b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Tool for extracting unformatted bibliographic references"
+HOMEPAGE="https://www.molspaces.com/cb2bib/;
+SRC_URI="https://www.molspaces.com/dl/progs/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="+lzo"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtwidgets:5
+   lzo? ( dev-libs/lzo:2 )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS CHANGELOG COPYRIGHT )
+
+src_prepare() {
+   default
+
+   sed -e "s|../AUTHORS ../COPYRIGHT ../LICENSE ../CHANGELOG||" \
+   -i src/src.pro || die
+
+   sed -i -e "s/qtHaveModule(webkitwidgets)/false/g" src/src.pro || die
+}
+
+src_configure() {
+   eqmake5 \
+   $(use !lzo && echo -config disable_lzo)
+}
+
+src_compile() {
+   # bug #709940
+   emake -j1
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   elog "For best functionality, emerge the following packages:"
+   elog "app-text/poppler[utils] - for data import from PDF files"
+   elog "app-text/dvipdfm- for data import from DVI files"
+   elog "app-text/bibutils   - for data import from ISI, endnote 
format"
+   elog "media-fonts/jsmath  - for displaying mathematical 
notation"
+   elog "media-libs/exiftool - for proper UTF-8 metadata writing 
in PDF"
+   elog "  text strings"
+   elog "virtual/latex-base  - to check for BibTeX file 
correctness and to get"
+   elog "  nice printing through the shell 
script bib2pdf"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2020-10-23 Thread Andreas Sturmlechner
commit: 14d11055e007713e5daf4dd45b54357ec567b533
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 18:09:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d11055

app-text/cb2bib: Drop 2.0.0 (r0)

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

 app-text/cb2bib/cb2bib-2.0.0.ebuild | 76 -
 app-text/cb2bib/metadata.xml|  3 --
 2 files changed, 79 deletions(-)

diff --git a/app-text/cb2bib/cb2bib-2.0.0.ebuild 
b/app-text/cb2bib/cb2bib-2.0.0.ebuild
deleted file mode 100644
index da1a1c1f278..000
--- a/app-text/cb2bib/cb2bib-2.0.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Tool for extracting unformatted bibliographic references"
-HOMEPAGE="https://www.molspaces.com/cb2bib/;
-SRC_URI="https://www.molspaces.com/dl/progs/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+lzo webkit"
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   lzo? ( dev-libs/lzo:2 )
-   !webkit? ( dev-qt/qtwebengine:5[widgets] )
-   webkit? ( dev-qt/qtwebkit:5 )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS CHANGELOG COPYRIGHT )
-
-src_prepare() {
-   default
-
-   sed -e "s|../AUTHORS ../COPYRIGHT ../LICENSE ../CHANGELOG||" \
-   -i src/src.pro || die
-
-   if use webkit; then
-   sed -i -e "s/qtHaveModule(webenginewidgets)/false/g" 
src/src.pro || die
-   else
-   sed -i -e "s/qtHaveModule(webkitwidgets)/false/g" src/src.pro 
|| die
-   fi
-}
-
-src_configure() {
-   eqmake5 \
-   $(use !lzo && echo -config disable_lzo)
-}
-
-src_compile() {
-   # bug #709940
-   emake -j1
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}
-
-pkg_postinst() {
-   elog "For best functionality, emerge the following packages:"
-   elog "app-text/poppler[utils] - for data import from PDF files"
-   elog "app-text/dvipdfm- for data import from DVI files"
-   elog "app-text/bibutils   - for data import from ISI, endnote 
format"
-   elog "media-fonts/jsmath  - for displaying mathematical 
notation"
-   elog "media-libs/exiftool - for proper UTF-8 metadata writing 
in PDF"
-   elog "  text strings"
-   elog "virtual/latex-base  - to check for BibTeX file 
correctness and to get"
-   elog "  nice printing through the shell 
script bib2pdf"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}

diff --git a/app-text/cb2bib/metadata.xml b/app-text/cb2bib/metadata.xml
index bb01d3fe4e6..57bbf03e3c9 100644
--- a/app-text/cb2bib/metadata.xml
+++ b/app-text/cb2bib/metadata.xml
@@ -5,9 +5,6 @@
q...@gentoo.org
Gentoo Qt Project

-   
-   Use dev-qt/qtwebkit instead of 
dev-qt/qtwebengine
-   

mailto:webmas...@molspaces.com




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

2020-10-23 Thread Andreas Sturmlechner
commit: 74ee1cd7b3a97a28a5aca9d85b8ce5db53ab4250
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 20:43:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ee1cd7

sci-libs/shapely: python3_9, tests pass

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

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

diff --git a/sci-libs/shapely/shapely-1.7.1.ebuild 
b/sci-libs/shapely/shapely-1.7.1.ebuild
index 3e2d10095ce..c9e72fc3498 100644
--- a/sci-libs/shapely/shapely-1.7.1.ebuild
+++ b/sci-libs/shapely/shapely-1.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="Shapely"
 MY_P="${MY_PN}-${PV}"
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 



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

2020-10-23 Thread Andreas Sturmlechner
commit: d4337444dcfca2477a3460f2679376360d9d1dab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 23:12:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4337444

dev-python/qscintilla-python: python3_9

Fedora can, then so do we.

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

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

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
index c04ae33878b..62e1639944d 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for QScintilla"



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2020-10-23 Thread Georgy Yakovlev
commit: d8207cdab845fb91d12e7a8c1f95b6d7a087029c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Oct 23 22:23:18 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Oct 23 22:24:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8207cda

dev-java/openjdk-jre-bin: bump to 8.272_p10

Bug: https://bugs.gentoo.org/750833
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-8.272_p10.ebuild   | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index 3c7fe33149f..4e8930ff196 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -1,2 +1,3 @@
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.8_10.tar.gz 42904191 BLAKE2B 
cfd04b2a422e95465cd2938449f7632d29fe655eadadf5745045db6eb74625dffa0e02d8713a93e0bc8fa7da6dc57116fbbd9217a9b30723becd5b9eaceefccd
 SHA512 
55ab4c6122422f4765542df747bce5c65bc78e0e5f4fff4b7efc95342d81eb34d72dbdc13c820781c626f92a2c3687161d0c7edfbe4f83c455c75fcecf8ae3d0
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u265b01.tar.gz 41757024 BLAKE2B 
39c184654dd5c4c17c617a48e962a392e3a4aaebe56a4286b6e5b0e980345b7260effbc54e2b197f8b747c57856e5260a048cf572cd4f375a2b38f3abebbde2f
 SHA512 
01090a26bb18d226da19c82fca173f0d994ba56562178757347b565d39989b6735f5ff37bb22163c9ea270380fe922098bd0efa87d52615b50cde9f0e8291095
+DIST OpenJDK8U-jre_x64_linux_hotspot_8u272b10.tar.gz 42139854 BLAKE2B 
52e7a594aab1a70d351daf9dc42598b4952894a9a72ed996e261e347eece4337fe95c5f63850a0dde2d8862045d22ef41832a6af51df5113b81713bab20c797e
 SHA512 
2fd45a9b967e96309c79724fea047d7c35f31da8e0290bd5cdafeea47b83941b9269129d0d557ee488526c0667ba581dee860381fc344374971e1005105db376

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.272_p10.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.272_p10.ebuild
new file mode 100644
index 000..0f22201074d
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.272_p10.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk${MY_PV}/OpenJDK8U-jre_${1}_linux_hotspot_${MY_PV/-/}.tar.gz
+   )"
+}
+
+MY_PV=$(ver_rs 1 'u' 2 '-' ${PV//p/b})
+SLOT="$(ver_cut 1)"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by AdoptOpenJDK"
+HOMEPAGE="https://adoptopenjdk.net;
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+
+IUSE="alsa cups headless-awt selinux"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${P}"
+   local ddest="${ED%/}/${dest#/}"
+
+   rm ASSEMBLY_EXCEPTION LICENSE THIRD_PARTY_README || die
+
+   # this does not exist on arm64 hence -f
+   rm -fv lib/*/libfreetype.so* || die
+
+   if ! use alsa ; then
+   rm -v lib/*/libjsoundalsa.so* || die
+   fi
+
+   if use headless-awt ; then
+   rm -fvr lib/*/lib*{[jx]awt,splashscreen}* \
+   bin/policytool || die
+   fi
+
+   rm -v lib/security/cacerts || die
+   dosym ../../../../../etc/ssl/certs/java/cacerts \
+   "${dest}"/lib/security/cacerts
+
+   dodir "${dest}"
+   cp -pPR * "${ddest}" || die
+
+   java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
+   java-vm_set-pax-markings "${ddest}"
+   java-vm_revdep-mask
+   java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
+}



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

2020-10-23 Thread Georgy Yakovlev
commit: 5d6575b3d08ddc912897372d3511ea2abaf998c9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Oct 23 22:19:02 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Oct 23 22:19:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6575b3

dev-java/openjdk-bin: bump to 8.272_p10

arm not available yet, will re-add later.

Bug: https://bugs.gentoo.org/750833
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/Manifest |  3 +
 dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild | 91 +++
 2 files changed, 94 insertions(+)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index 697e4493518..0fec5cfc69c 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -3,6 +3,9 @@ DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.8_10.tar.gz 
182327847 BLAKE2B ad71bfd
 DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.8_10.tar.gz 176566452 BLAKE2B 
584adc02d816cda72e5396d9e2a34768fe9c1ad3f6b37ad4b599ee45ee008389d7bec93ca983aec3e91995fa05548137f4ecb5c84b524333e0c7a35c5fc917ec
 SHA512 
ab7768556488f0d13c3868e65ee22bedfaffc904d2b6af6d1c0ad48a382c2bc761dce99bd3a196e4ddd2a67f56019774a84edeab7db3e9e4650ef020f0d2e0a5
 DIST OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz 193398310 BLAKE2B 
079f48381bf58edb7b9b75f4305df72184710c90101588fccce4edb0535b976b2f6332b66fdd8cf8b442eebbeee5a6044e0445519f9bbd8ed20b02f50e9fc203
 SHA512 
115b5627d6d1245f8393e3cd869bdb7accb42c35bc0e9030fb60701f61253ea8ce382edec75ded85ff5b0a0c8bbfbecdec81b16aef87fb6fc76c684628abf1e5
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u265b01.tar.gz 103150208 BLAKE2B 
70880514e63402b740554cde3eba80106e2494d354751a620e54cde0376cebbf1ca5c2b10b0c340f59d9d1f390791c07ba39b13e72c938872e2a8b102b608f34
 SHA512 
37d9efe9c087dae9c180ee47e9f4f010e7726f4578edb5638d40ab4aea450912e3fa5e1d9254f6290779f43ffb5b0c6d1e3e9ac42c889b0c50072645deadbddb
+DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u272b10.tar.gz 103598972 BLAKE2B 
34ee2fc6a1cf23c9c04522a82f74ba60c53cc461e370c8aa88d6b62b4c4539e96d233a232f38390b9f0932768c5fb662a44e425d0f5bebbf982c657686b163d7
 SHA512 
5b44f094219daf383743d463c50917c2d60b289187e363748c3a4dc16471d84e4d28b6bc30879d137b79645f7ce977c755e8a5714bc272e012bce900f3db8ea4
 DIST OpenJDK8U-jdk_arm_linux_hotspot_8u265b01.tar.gz 97641656 BLAKE2B 
76d24e975c2ec173b6b4806d145f79d02828e12e2dd412b60a921648fba20920b3b69b03630ece8d5cefeaf408dad01573b15db7f4a7bbdd024806a7b01bd6ae
 SHA512 
8f96d73038579d2873b84d19bfbcc7f481b031a91c35d86d35e127951b6c743a6a1d5230a61ebcacddf854b73c55b18cc53112b9a2759b283254bf93fd691459
 DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u265b01.tar.gz 100453105 BLAKE2B 
e57230d5f90821cb8f4c35baf0e5a9580164ad7df10ac67a528b959154317ea14b7bc0dd5c530a2b826ab6322611ddf2387617bc8dd1f444039b00a778a30025
 SHA512 
6de5694d0415e905848cc99ec6863e96640fca3ded4e851528c794dad82a0961e097f64f8338304d9325357729ae9ea5bc5d2eceecefebdad69a14bc7b50194a
+DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u272b10.tar.gz 100818464 BLAKE2B 
b2666ed3bf564bdbac874320805f622a1bd80809cf2c402ee393ed585c7ae9e7aa6fcf0e69f70fde16ef5d3a2059ff2979013865112c455cb64761c521a04578
 SHA512 
bfc138bbb979c23fdb154fa3f7e61ae71b0703a839c9495a470544205c80511ab090f0e52e228050e38606e24c2912092ef601347a9a3979f3a7a25d1ca15ce3
 DIST OpenJDK8U-jdk_x64_linux_hotspot_8u265b01.tar.gz 103157351 BLAKE2B 
efd8a4bcab5472c9775997713b09ab9e94ef4636564f07392263d6963850e07dc07569b2c066856846c16229f1641c169eecedcbb61533067af330262f07b927
 SHA512 
932fe2702aa3575bcb08d01e384fbd6a49768280931fdc1fb56314656343dc2f8e5b2650c8d72369d0294ac6024df0a142fd14cb0768f9aa7831aa986679e9ae
+DIST OpenJDK8U-jdk_x64_linux_hotspot_8u272b10.tar.gz 103650413 BLAKE2B 
6fd50cdefa5daf6d155000b653b695511953d486ba9f4bf7426caf8dc6d7b7d3cf46c4426982a400c19a6fe0f6eb557a232853c3e4211e1961e8aa890c1721cf
 SHA512 
22a4b5c27d2fad79b7bf8a8ae896a9b30e3d303bb4ca30611dbbb1f5811f4524a98c44a68c4546906f566b7d672f6ab48d10cf270870c1b86e7a7688d249c555

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild
new file mode 100644
index 000..dcbd50503fc
--- /dev/null
+++ b/dev-java/openjdk-bin/openjdk-bin-8.272_p10.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk${MY_PV}/OpenJDK8U-jdk_${1}_linux_hotspot_${MY_PV/-/}.tar.gz
+   )"
+}
+
+MY_PV=$(ver_rs 1 'u' 2 '-' ${PV//p/b})
+SLOT="$(ver_cut 1)"
+
+DESCRIPTION="Prebuilt Java JDK binaries provided by AdoptOpenJDK"
+HOMEPAGE="https://adoptopenjdk.net;
+SRC_URI="
+   $(abi_uri aarch64 arm64)
+   $(abi_uri ppc64le ppc64)
+   $(abi_uri x64 amd64)
+"
+
+LICENSE="GPL-2-with-classpath-exception"

[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-git/

2020-10-23 Thread Sergei Trofimovich
commit: d41c5de5e436f9a3557615cad201e0779674e7c2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 23 21:38:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 23 22:06:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41c5de5

dev-scheme/guile-git: bump up to 0.4.0

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

 dev-scheme/guile-git/Manifest   |  1 +
 dev-scheme/guile-git/guile-git-0.4.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-scheme/guile-git/Manifest b/dev-scheme/guile-git/Manifest
index a324acf272b..45a6a64a8fe 100644
--- a/dev-scheme/guile-git/Manifest
+++ b/dev-scheme/guile-git/Manifest
@@ -1 +1,2 @@
 DIST guile-git-0.3.0.tar.gz 275273 BLAKE2B 
75c7e9b89446676adfa5e81c6cfeac9df19d77d1565450fdf892c01f9ef472dafe0ee7f8c8ff888421457d8e260e6f8e02a6e846952cbbff69ef4d75a467787c
 SHA512 
98af9106c0b5d0f01c6d9550705c58116b8a38acb3c329e08822b8b81717c7c0147cfd74314e693c803e17b476af7b2f80ed2422652bbebfcc14271b654e839d
+DIST guile-git-0.4.0.tar.gz 295398 BLAKE2B 
6fac958282d8e7e7162ca942a7c524c02846917f7e2ee2c7b10f72437193dfd0e33813ec9d101371b95c09e10b7b04d3c5a7f784c95cf39187624f83b2affb5b
 SHA512 
59a4d3bd93f8e074d3df91ed190378f9e65c191945eb78f3eac894130cac8f068841a8a9e5c00131b19d99d5e483d07c4c9b0479dddf5885b2c2da28763f2de8

diff --git a/dev-scheme/guile-git/guile-git-0.4.0.ebuild 
b/dev-scheme/guile-git/guile-git-0.4.0.ebuild
new file mode 100644
index 000..c6779123e6a
--- /dev/null
+++ b/dev-scheme/guile-git/guile-git-0.4.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Guile bindings of git"
+HOMEPAGE="https://gitlab.com/guile-git/guile-git;
+SRC_URI="https://gitlab.com/guile-git/guile-git/uploads/2600bb0dfdfb00bfbe46811dccad51d8/guile-git-${PV}.tar.gz;
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# older libgit seems to be incompatible with guile-git bindings
+# https://github.com/trofi/nix-guix-gentoo/issues/7
+RDEPEND="
+   >=dev-scheme/guile-2.0.11:=
+   dev-scheme/bytestructures
+   >=dev-libs/libgit2-1:=
+"
+DEPEND="${RDEPEND}"
+
+RESTRICT=test # Tets suite needs a fix: 
https://gitlab.com/guile-git/guile-git/issues/18
+
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_FLAGS_IGNORED='.*[.]go'
+
+src_prepare() {
+   default
+
+   # guile is trying to avoid recompilation by checking if file
+   # /usr/lib64/guile/2.2/site-ccache/
+   # is newer than
+   # 
+   # In case it is instead of using  guile
+   # loads system one (from potentially older version of package).
+   # To work it around we bump last modification timestamp of
+   # '*.scm' files.
+   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
+   find "${S}" -name "*.scm" -exec touch {} + || die
+}
+
+src_test() {
+   emake check VERBOSE=1
+}



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

2020-10-23 Thread Georgy Yakovlev
commit: 1172957168c4df807ce6e4a9b0982c6c4066a9b9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Oct 23 21:48:00 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Oct 23 21:48:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11729571

dev-python/semver: add pypy3 target

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

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

diff --git a/dev-python/semver/semver-2.13.0.ebuild 
b/dev-python/semver/semver-2.13.0.ebuild
index 08e8852e531..8fb04731e3b 100644
--- a/dev-python/semver/semver-2.13.0.ebuild
+++ b/dev-python/semver/semver-2.13.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-10-23 Thread Georgy Yakovlev
commit: f73931e0414aee2c3c2214794358c489bc7911f2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Oct 23 21:46:08 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Oct 23 21:46:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73931e0

dev-python/semver: bump to 2.13.0

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

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

diff --git a/dev-python/semver/Manifest b/dev-python/semver/Manifest
index c96ef080009..f2bda908b25 100644
--- a/dev-python/semver/Manifest
+++ b/dev-python/semver/Manifest
@@ -1 +1,2 @@
 DIST semver-2.10.2.tar.gz 40449 BLAKE2B 
47601c60591218a1c3ec8212520ddaed2ae9a9c6eca6cd1e9509f0ca713d4149de1c3d786a553f277f4b0be3af30c6484b8e9669cae98a6de250f74d354849b5
 SHA512 
64f115351d896fbab5145fe4b1438f69c713c8e864701e90a5c81f25154fd6828df14856499f17adf008b25becc474ad87e2c10db3937efbcb64bb62a58d6c75
+DIST semver-2.13.0.tar.gz 43674 BLAKE2B 
35d0ca0b61836d0e6deb97f067a0c1cbba310dde6eb83d78f02f85c3f7485114ad549559d572d4494aa7cc7d6feabcb36394561a238489d56bfd04ed8590
 SHA512 
ca0d408d8bb7305e90802ea04d935cd7b76b8f166a9ec97ed3427dbc2cf60eeca0b2d27ad0cb2f15f32f5b2589d6717a63717c463183374c5335bf79e1eec222

diff --git a/dev-python/semver/semver-2.13.0.ebuild 
b/dev-python/semver/semver-2.13.0.ebuild
new file mode 100644
index 000..08e8852e531
--- /dev/null
+++ b/dev-python/semver/semver-2.13.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for semantic versioning"
+HOMEPAGE="https://github.com/python-semver/python-semver;
+SRC_URI="https://github.com/python-${PN}/python-${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+S="${WORKDIR}/python-${P}"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # contains pytest/cov args we don't want
+   rm setup.cfg || die
+   distutils-r1_python_prepare_all
+}



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

2020-10-23 Thread Georgy Yakovlev
commit: d2af3c6ac19705d03779e153138dceb00676bc66
Author: Andreas Zuber  gmx  ch>
AuthorDate: Thu Oct 22 07:39:13 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Oct 23 21:42:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2af3c6a

dev-python/semver: python 3.9 support

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Zuber  gmx.ch>
Closes: https://github.com/gentoo/gentoo/pull/17999
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/semver/semver-2.10.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/semver/semver-2.10.2.ebuild 
b/dev-python/semver/semver-2.10.2.ebuild
index 7e7deea14b7..08e8852e531 100644
--- a/dev-python/semver/semver-2.10.2.ebuild
+++ b/dev-python/semver/semver-2.10.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -15,7 +15,6 @@ 
SRC_URI="https://github.com/python-${PN}/python-${PN}/archive/${PV}.tar.gz -> ${
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="test"
 
 S="${WORKDIR}/python-${P}"
 



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

2020-10-23 Thread Bernard Cafarelli
commit: f266a5051481aa03429a7c808ff0c464a81e3ed5
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Oct 23 20:59:10 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Oct 23 21:15:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f266a505

net-misc/nextcloud-client: drop old ~arch versions

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

 net-misc/nextcloud-client/Manifest |  2 -
 .../nextcloud-client/nextcloud-client-3.0.0.ebuild | 90 --
 .../nextcloud-client/nextcloud-client-3.0.1.ebuild | 90 --
 3 files changed, 182 deletions(-)

diff --git a/net-misc/nextcloud-client/Manifest 
b/net-misc/nextcloud-client/Manifest
index a3ce85aa347..ebfb24e7cd3 100644
--- a/net-misc/nextcloud-client/Manifest
+++ b/net-misc/nextcloud-client/Manifest
@@ -1,4 +1,2 @@
 DIST nextcloud-client-2.6.5.tar.gz 19134736 BLAKE2B 
12defed7dc9a23622d49228c2e78586533f51d1cfd6209e263a0a8b94d307028b1afa76004768432a2bee68140602da003ef10133cd166fd3443a0a45abc
 SHA512 
fcb8ac368e064f9e9ffdc014faabb4f308045d2b047e1011e17bf2e54fa61f462f529eb48e5ec2aa638df8d9720bd7b88acef9b26aa3ba2b90e8977b3be45462
-DIST nextcloud-client-3.0.0.tar.gz 19060293 BLAKE2B 
80c53e2db30c9a3a8bae8673a937448915010f9d736836a99660c498c0afe0f3e5d78faf80df4c2214f452c41c9d92357a341f00ecb8f4720f6c459a9d2ccb30
 SHA512 
5b03ad99feeb16dd7d22399df624da98bf6f2e758337aad5b4ff21f25e39e44d94fe0451101cbc8100e43adbd4a39f8d1bac64881d9e39ef3de58b018ccd35d6
-DIST nextcloud-client-3.0.1.tar.gz 19059671 BLAKE2B 
c85f9d1627a75745c5a450b1c59799716c17dad3ba5ce277a62be80f243236cb4d529ff8ce4af9371c7ab1948b5a86dfaa3fbeb9de8681c9df0f397044f7
 SHA512 
9d6f3d8977f411942703a2dea8990a5b37ef8892b142292720915f5d1937b0443e9cb8c17562eb30a16c31abf30efc023bbb9199079f3a9ca47bdfa51ea5f3a5
 DIST nextcloud-client-3.0.2.tar.gz 19114545 BLAKE2B 
a6aa041708d110fbdca082476e65ccc8fec189948aa64020a27beabe2d7b3df474ae3313b5aef0e15f3498cf974cf414eb4934417cea206b021e4e212351a088
 SHA512 
188f878457baba14f01ca6c0f83100bcc64feaf5e3da86903d59d8b7c553c89f88252c1410cd153952950f91429af680b1901f3f9de951bfd06a06c176d44e7d

diff --git a/net-misc/nextcloud-client/nextcloud-client-3.0.0.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-3.0.0.ebuild
deleted file mode 100644
index b6dc27e09ea..000
--- a/net-misc/nextcloud-client/nextcloud-client-3.0.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Desktop Syncing Client for Nextcloud"
-HOMEPAGE="https://github.com/nextcloud/desktop;
-SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc dolphin nautilus shibboleth test"
-
-COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-   >=dev-libs/openssl-1.1.0:0=
-   dev-libs/qtkeychain[qt5(+)]
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebengine:5[widgets]
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   sys-fs/inotify-tools
-   dolphin? (
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kio:5
-   )
-   nautilus? ( dev-python/nautilus-python )
-   shibboleth? ( dev-qt/qtwebkit:5 )"
-
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/linguist-tools:5
-   doc? (
-   dev-python/sphinx
-   dev-tex/latexmk
-   dev-texlive/texlive-latexextra
-   virtual/latex-base
-   )
-   dolphin? ( kde-frameworks/extra-cmake-modules )
-   test? (
-   dev-util/cmocka
-   dev-qt/qttest:5
-   )"
-
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/desktop-${PV/_/-}
-
-src_prepare() {
-   # Keep tests in ${T}
-   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
-
-   if ! use nautilus; then
-   pushd shell_integration > /dev/null || die
-   cmake_comment_add_subdirectory nautilus
-   popd > /dev/null || die
-   fi
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-   -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
-   -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-   -DNO_SHIBBOLETH=$(usex !shibboleth)
-   -DUNIT_TESTING=$(usex test)
-   )
-
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   if ! use doc ; then
-   elog "Documentation and man pages not installed"
-  

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

2020-10-23 Thread Bernard Cafarelli
commit: c416bf6c4f19eb46e65c89e73f7ee129d5047876
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Oct 23 21:02:02 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Oct 23 21:15:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c416bf6c

net-misc/owncloud-client: drop old versions

This also cleans USE=shibboleth, last version does not have it

Bug: https://bugs.gentoo.org/750884
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/owncloud-client/Manifest  |  2 -
 net-misc/owncloud-client/metadata.xml  |  1 -
 .../owncloud-client-2.6.0.13018.ebuild | 89 --
 .../owncloud-client-2.6.1.13407-r1.ebuild  | 83 
 4 files changed, 175 deletions(-)

diff --git a/net-misc/owncloud-client/Manifest 
b/net-misc/owncloud-client/Manifest
index 998b413cbb0..fcf6fa27210 100644
--- a/net-misc/owncloud-client/Manifest
+++ b/net-misc/owncloud-client/Manifest
@@ -1,3 +1 @@
-DIST owncloudclient-2.6.0.13018.tar.xz 17311396 BLAKE2B 
b0c76b2fea51ca9e71f918ada2b99ce20b9b62494c41608e804c4ca0c8aafe59897fea31d28bed1ec61feefca4b4b6e783c6fa777ea56524e7c18d1a460ab954
 SHA512 
b8eb9dc6f9c061a74fee3f31926a3fb7f5093277955fe327d1169c84f929d1e1ad8da472a7098c1c10399f395c6bfc3b2684cf4c85cddc5e45b733abfb8e4046
-DIST owncloudclient-2.6.1.13407.tar.xz 17317284 BLAKE2B 
b88bfc987aca036b6269e094cee5b91a3516db7b899df4cfde4961ba6eb3bb24329de103b154f0a21e5778997659cfb9b53be2f88affe03251aa9c747276d517
 SHA512 
40e0b607ac6cd5437682cd40e125404472c5ad63520e1dde19729760c0b7612451b3a34ede74e988d8fd09a6fae7d17a3dd6c5b0cfa6563dab7245e5f67c52bf
 DIST owncloudclient-2.6.3.14058.tar.xz 21246672 BLAKE2B 
15b75c2162d22c22827a057242d783e739837f618c2f65be3edce6b2678aaa13505fd14c4e4088374c240537a999d9aff7758ccb93993e0cbdebb886f735311c
 SHA512 
e2159dc5668f263449e7a9a20ef10c6bb140ea5bd1128a6d3438abce03bc4913bb4eecbacc5160c8018398b6fa75ccfb2a9ab9ad637965e41caebc83994b80b3

diff --git a/net-misc/owncloud-client/metadata.xml 
b/net-misc/owncloud-client/metadata.xml
index c4baadc214c..abf32936e09 100644
--- a/net-misc/owncloud-client/metadata.xml
+++ b/net-misc/owncloud-client/metadata.xml
@@ -8,6 +8,5 @@

Install the kde-apps/dolphin 
extension
Install the 
gnome-base/nautilus extension
-   Build support for Shibboleth single 
sign-on

 

diff --git a/net-misc/owncloud-client/owncloud-client-2.6.0.13018.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.6.0.13018.ebuild
deleted file mode 100644
index 406a7f288f9..000
--- a/net-misc/owncloud-client/owncloud-client-2.6.0.13018.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Synchronize files from ownCloud Server with your computer"
-HOMEPAGE="https://owncloud.org/;
-SRC_URI="https://download.owncloud.com/desktop/stable/${P/-}.tar.xz;
-
-LICENSE="CC-BY-3.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc dolphin nautilus shibboleth test"
-
-COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-   dev-libs/qtkeychain[qt5(+)]
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   sys-fs/inotify-tools
-   dolphin? (
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kio:5
-   )
-   nautilus? ( dev-python/nautilus-python )
-   shibboleth? ( dev-qt/qtwebkit:5 )"
-
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/linguist-tools:5
-   doc? (
-   dev-python/sphinx
-   dev-tex/latexmk
-   dev-texlive/texlive-latexextra
-   virtual/latex-base
-   )
-   dolphin? ( kde-frameworks/extra-cmake-modules )
-   test? (
-   dev-util/cmocka
-   dev-qt/qttest:5
-   )"
-
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${P/-}
-
-src_prepare() {
-   # Keep tests in ${T}
-   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
-
-   if ! use nautilus; then
-   pushd shell_integration > /dev/null || die
-   cmake_comment_add_subdirectory nautilus
-   popd > /dev/null || die
-   fi
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-   -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
-   -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-   -DNO_SHIBBOLETH=$(usex !shibboleth)
-   -DUNIT_TESTING=$(usex test)
-   )
-
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   if ! use 

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

2020-10-23 Thread Bernard Cafarelli
commit: 206d152259312650ad2f6611d5ee4f634565a33f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Oct 23 21:14:49 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Oct 23 21:15:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206d1522

net-misc/nextcloud-client: drop USE=shibboleth flag

It needs deprecated dev-qt/qtwebkit:5

Closes: https://bugs.gentoo.org/750884
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/nextcloud-client/metadata.xml  | 1 -
 net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild | 7 +++
 net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild | 7 +++
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/net-misc/nextcloud-client/metadata.xml 
b/net-misc/nextcloud-client/metadata.xml
index 4342ef68dc6..dfcd23fb500 100644
--- a/net-misc/nextcloud-client/metadata.xml
+++ b/net-misc/nextcloud-client/metadata.xml
@@ -8,7 +8,6 @@

Install the kde-apps/dolphin 
extension
Install the 
gnome-base/nautilus extension
-   Build support for Shibboleth single 
sign-on


nextcloud/desktop

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild
index 52cdf94f216..43b18edfd8e 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.6.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}.
 LICENSE="CC-BY-3.0 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc dolphin nautilus shibboleth test"
+IUSE="doc dolphin nautilus test"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.4:3
>=dev-libs/openssl-1.1.0:0=
@@ -31,8 +31,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3
kde-frameworks/kcoreaddons:5
kde-frameworks/kio:5
)
-   nautilus? ( dev-python/nautilus-python )
-   shibboleth? ( dev-qt/qtwebkit:5 )"
+   nautilus? ( dev-python/nautilus-python )"
 
 RDEPEND="${COMMON_DEPEND}"
 DEPEND="${COMMON_DEPEND}
@@ -74,8 +73,8 @@ src_configure() {
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
-DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-   -DNO_SHIBBOLETH=$(usex !shibboleth)
-DUNIT_TESTING=$(usex test)
+   -DNO_SHIBBOLETH=yes
)
 
cmake_src_configure

diff --git a/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild
index 2c3d246de4b..a3dd780f6e5 100644
--- a/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-3.0.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}.
 LICENSE="CC-BY-3.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc dolphin libressl nautilus shibboleth test"
+IUSE="doc dolphin libressl nautilus test"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.4:3
dev-libs/qtkeychain[qt5(+)]
@@ -35,8 +35,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3
)
!libressl? ( >=dev-libs/openssl-1.1.0:0= )
libressl? ( >=dev-libs/libressl-3.1:0= )
-   nautilus? ( dev-python/nautilus-python )
-   shibboleth? ( dev-qt/qtwebkit:5 )"
+   nautilus? ( dev-python/nautilus-python )"
 
 RDEPEND="${COMMON_DEPEND}"
 DEPEND="${COMMON_DEPEND}
@@ -75,7 +74,7 @@ src_configure() {
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
-DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
-   -DNO_SHIBBOLETH=$(usex !shibboleth)
+   -DNO_SHIBBOLETH=yes
-DUNIT_TESTING=$(usex test)
)
 



[gentoo-commits] repo/gentoo:master commit in: media-radio/flmsg/

2020-10-23 Thread Richard Freeman
commit: 382cbc97ab55e8d05c7861d271a22977999bd45b
Author: Richard Freeman  gentoo  org>
AuthorDate: Fri Oct 23 20:57:33 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Fri Oct 23 20:57:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382cbc97

media-radio/flmsg: bump

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

 media-radio/flmsg/Manifest|  1 +
 media-radio/flmsg/flmsg-4.0.17.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/media-radio/flmsg/Manifest b/media-radio/flmsg/Manifest
index ac37cef097d..cfae030ea99 100644
--- a/media-radio/flmsg/Manifest
+++ b/media-radio/flmsg/Manifest
@@ -1,2 +1,3 @@
 DIST flmsg-4.0.14.tar.gz 874399 BLAKE2B 
8daa939a1ddc52d0469ba23908a51ac3e873c93daeadea6d1b6fcd7136850db63719eb0409001a6de6c49cd71ed1be3392e17d7a128a58784185b2b8c6bb6d3c
 SHA512 
367c881007a393c3aa6d9f4bc760717caed1681bd4479b8d7b54246c90bdaf023d60cbde92c538059fcf275ea09bbc47e49052dab3608c5e7d43830f9e573a85
+DIST flmsg-4.0.17.tar.gz 876560 BLAKE2B 
553a8b71c490abdff99e2b3dbd51ba14cf6f97bbe8aed289c7efcfcdd84abfb9039a75639a377a6ff558566e8226be00643988bbc731c111fa52733810d284f5
 SHA512 
94abe4927c5bc8a5358d592cef55fbaba6207250798d45f8096ff1f290926a280b53db99ddf1c72a6ff30cbc58d95f639777e0d30a15b70ba8d3209664e22966
 DIST flmsg-4.0.3.tar.gz 898185 BLAKE2B 
7a1b80a07b2eaa4d094ff956102bb659cffc9ad88e3a2daf5650805c9995a54383d1f296b1b0dbaca341e8087eacccf71943a3745b1bb75c8fd2a5f4d8cee227
 SHA512 
afc4e8ab40d05e6cdc6ecd86b1b3348be46a8251dbd88635316fbbf4592f9959022d0f757b9283849676fa6a4467d035568302e785017b55bafdcd99f2a2d326

diff --git a/media-radio/flmsg/flmsg-4.0.17.ebuild 
b/media-radio/flmsg/flmsg-4.0.17.ebuild
new file mode 100644
index 000..7f3d7374a13
--- /dev/null
+++ b/media-radio/flmsg/flmsg-4.0.17.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="Fldigi helper for creating radiograms"
+HOMEPAGE="http://www.w1hkj.com;
+SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-radio/fldigi
+x11-libs/fltk:=
+x11-libs/libX11:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog INSTALL README )



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

2020-10-23 Thread Michał Górny
commit: 24fca56dd4aeb00c01d463876999c4308269b335
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:51:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fca56d

dev-python/pandocfilters: Bump to 1.4.3

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

 dev-python/pandocfilters/Manifest   |  1 +
 dev-python/pandocfilters/pandocfilters-1.4.3.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/pandocfilters/Manifest 
b/dev-python/pandocfilters/Manifest
index e3752d42f8a..b888f5d2a33 100644
--- a/dev-python/pandocfilters/Manifest
+++ b/dev-python/pandocfilters/Manifest
@@ -1 +1,2 @@
 DIST pandocfilters-1.4.2.tar.gz 14229 BLAKE2B 
8d061435fc4368fe34f30d7ba7aa06a2b8f3bf94a94661aa120d3b0e9a3042e64bfb8f81a8731470417e436f52342b3a63ab4bb3144349ec9aa983cea9c5d4a4
 SHA512 
5e5c0fb18f163430e87750b88d38a5f0fa618b90c84bf08e6f295df3ddd46c1bbf35ec51514af8d6699c7dfc9f0b3ee9edd0484deeb05e5efb3b26e650b5ee1b
+DIST pandocfilters-1.4.3.tar.gz 16586 BLAKE2B 
975000f96475e8338a54d8a96793a8bcfbf62c5251897a01c185a6708ff7c47f2a1bee617e4e25d3854e7de1d078769bbd887527beb20ebb7e06f0c4da59126c
 SHA512 
9c7ae1329c103ff2baae3488edfcbfaba183bc94146b29e413e7e83ba2ff2dee69823138bf213f5c81a8b0097c2d9329bd05620b10c646662a9617aae7a528a9

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
new file mode 100644
index 000..7781cce9faa
--- /dev/null
+++ b/dev-python/pandocfilters/pandocfilters-1.4.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utilities for writing pandoc filters in python"
+HOMEPAGE="https://github.com/jgm/pandocfilters;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"



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

2020-10-23 Thread Michał Górny
commit: 3fc86d38da722e0a475ee47953f42bac4a2ebc06
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:54:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc86d38

dev-python/GitPython: Bump to 3.1.11

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

 dev-python/GitPython/GitPython-3.1.11.ebuild | 58 
 dev-python/GitPython/Manifest|  2 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/GitPython/GitPython-3.1.11.ebuild 
b/dev-python/GitPython/GitPython-3.1.11.ebuild
new file mode 100644
index 000..2dedec128a2
--- /dev/null
+++ b/dev-python/GitPython/GitPython-3.1.11.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+TEST_P=GitPython-${PV}
+GITDB_P=gitdb-4.0.5
+SMMAP_P=smmap-3.0.4
+
+DESCRIPTION="Library used to interact with Git repositories"
+HOMEPAGE="https://github.com/gitpython-developers/GitPython 
https://pypi.org/project/GitPython/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
+   test? (
+   https://dev.gentoo.org/~mgorny/dist/${TEST_P}.gitbundle
+   https://dev.gentoo.org/~mgorny/dist/${GITDB_P}.gitbundle
+   https://dev.gentoo.org/~mgorny/dist/${SMMAP_P}.gitbundle
+   )"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-vcs/git
+   >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+src_test() {
+   git config --global user.email "y...@example.com" || die
+   git config --global user.name "Your Name" || die
+
+   git clone "${DISTDIR}/${TEST_P}.gitbundle" "${T}"/test || die
+   git clone "${DISTDIR}/${GITDB_P}.gitbundle" \
+   "${T}"/test/git/ext/gitdb || die
+   git clone "${DISTDIR}/${SMMAP_P}.gitbundle" \
+   "${T}"/test/git/ext/gitdb/gitdb/ext/smmap || die
+
+   cd "${T}"/test || die
+   rm -r test/performance || die
+   # tests requiring network access
+   sed -i -e 's:test_fetch_error:_&:' test/test_remote.py || die
+   rm test/test_installation.py || die
+   # broken apparently (also fails in git clone)
+   sed -e 's:test_rev_parse:_&:' \
+   -i test/test_repo.py || die
+
+   distutils-r1_src_test
+}

diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
index a623417a426..ec87dcc2317 100644
--- a/dev-python/GitPython/Manifest
+++ b/dev-python/GitPython/Manifest
@@ -1,3 +1,5 @@
+DIST GitPython-3.1.11.gitbundle 4421698 BLAKE2B 
96a4be2b12149c34f0e81580cb8906920a107f9856da585779f8d13590fb14c838a5e73d8831692ea81dd0ed73e17cdab1020b50cb49c7f193d54c1e838d9385
 SHA512 
64a443e0c517627045d98f7a60b6cdd817f6af3d12f5619cca7c4e24f9ce42018c2aca427365d633e4aaeb5e99d99a944d85b2286c34be1c17e85e441d9693c3
+DIST GitPython-3.1.11.tar.gz 170908 BLAKE2B 
b327f38bbe9d92caf8b5ba6f3c1e353ad00bad2c3e7b3ae59991eaee5a5dd9f228fd80b86fd7e908fa71563e369d7340070ddc0e093549bfc8378cdf20ba9723
 SHA512 
fe4baf9c8b3668f29fbc476ec2ba0a8d58a50ffe596b9f3037ddb4cb5c0c7faf0d34c6efac7567074f1b28b866e42dad19c91a5381eef606d3b3ff74b77649de
 DIST GitPython-3.1.8.gitbundle 4418113 BLAKE2B 
b6c2154b8f1eadc005055c8c04a9c2ee5e9b365bcbb258cf24d676aa5e1d7f598c26c5404606f8c48d2e2165615e6cf4b3006f071cc3a3bb2047990d232f16d2
 SHA512 
d506bc72ae10227fde57c8497ad41a2da9e9b4613b3b98ca6a0d48cf8286bdc3e9d71284a5fededd2df075042a12dd8074e07c32defda707865c129dc83b7247
 DIST GitPython-3.1.8.tar.gz 170582 BLAKE2B 
0ca3111ce09259b9b071d43b06715b187a6f428dd81002c57215c60e720447007220536f51d681c5468ebe91a4144769b57f6a8c80d29683c26f0f07d984d765
 SHA512 
8848b58738d7dd33b8c3186d9db0eb41a6e428050f4fe170351e42c941c9586ba4999bf5083fbbe2b7ce73a668a0f62cfb19be013f470c7b8f0733d07d9bee32
 DIST gitdb-4.0.5.gitbundle 1497722 BLAKE2B 
8ee85368db7f408f96f0b48250f1ed96c8df28b0439d355ce2eecbdcc5dc94382883510c57142e7e4b6ba7cd8e82b1140eca538b45692dbe8c55bce32e1b5b4f
 SHA512 
2c55a8e402a61ebcc362a8aee4a6154705d8ff2f5e582d13c855562dd074427681f4147641fe76681b76c99ec46040c7577dfca8bbfd575fc52772a9a6f17326



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

2020-10-23 Thread Michał Górny
commit: 41f084dfe7514327be9d4c60ec8a6e936663417a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:54:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f084df

dev-python/django-otp: Bump to 1.0.2

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

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 649a07a9b88..9e39b625c6b 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.0.1.gh.tar.gz 66717 BLAKE2B 
6eb24baf21667af5fe5200a91d320884b1fa37b78def9b543b3411f75de97226d0f40ce53f06391d7cfc9f5ad4020a14e472f9a1abe89844778ef69a2f3b5b72
 SHA512 
981d374ed4dacf3edd33dc1437465de7458ec243e1ace0b87425ec2b01a51fe4cee3545d1bbe53d7c924c5981b76f7ca77b5da2cf5d6f170f2f7435cff991337
+DIST django-otp-1.0.2.gh.tar.gz 66885 BLAKE2B 
be98b68f0aa5df25835afa28a23d25e0353dc2d556e62bdf1610a44a409a8e48422e17f274b21eb7cbd421cc4a25a35d01e5d7b3bd99d9caec8c8060da26f57a
 SHA512 
6fe7f79858bdf362dd35e1aeb87c086edd5daf17d4429fc4cb39f3d287ee4c7cf8fb2d6d8f6a7d1b4606104d6732a705b9285f9fec93e4e7c7ca3f3f52541ddd

diff --git a/dev-python/django-otp/django-otp-1.0.2.ebuild 
b/dev-python/django-otp/django-otp-1.0.2.ebuild
new file mode 100644
index 000..3c7f80d1650
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="https://github.com/django-otp/django-otp/;
+SRC_URI="
+   https://github.com/django-otp/django-otp/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   django-admin test -v 2 django_otp || die "Tests fail with ${EPYTHON}"
+}



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

2020-10-23 Thread Michał Górny
commit: 57676bc6498e5b50d288f65c3ef992f32c37b1be
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:48:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57676bc6

dev-python/cfn-python-lint: Bump to 0.39.0

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

 dev-python/cfn-python-lint/Manifest|  1 +
 .../cfn-python-lint/cfn-python-lint-0.39.0.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/cfn-python-lint/Manifest 
b/dev-python/cfn-python-lint/Manifest
index ab7aba6976d..209e6b41e96 100644
--- a/dev-python/cfn-python-lint/Manifest
+++ b/dev-python/cfn-python-lint/Manifest
@@ -3,3 +3,4 @@ DIST cfn-python-lint-0.35.1.tar.gz 4501826 BLAKE2B 
84da0965fc198ce7b8f955a7d43f9
 DIST cfn-python-lint-0.36.1.tar.gz 4963743 BLAKE2B 
31efc227bf2b5aafff0365d0ca949e4007684dd896e6e8a75afb692a260e05f6b134b9cc822855c99edec7398a1cdd767a71557ef7178ff9054c4e737a5a5ec5
 SHA512 
4682b7a010875df2322856e9a01aa547fcce171c5bb7531ee35d92bcf0cfc523f78b4180fcc6a6c4a1460d5b517e834ce0e0026fa6c2f6afb9ebf3b3c46434bd
 DIST cfn-python-lint-0.37.1.tar.gz 5005775 BLAKE2B 
f393f4b871a8782e81f71a1a2d011d5d59dee287fa305d1b6c82ac366e7975e5ff02ce96949501ed883c2b86cc6547d148d19d5153bf1b77a675a1b8c33ba96d
 SHA512 
8e2d3419142527431835f935f96bea972057eb471894ddc2b3867ce3cbe490d540fe9b1490b79c84042eba8e5f997cab1aae5aff862aaefeda38351babb04a2f
 DIST cfn-python-lint-0.38.0.tar.gz 5030920 BLAKE2B 
3df51d77753ad8f2d8ea76ee2ac8b0c7e89ece043c75503272ee2683dee3a6280ff4f27c3df813b2532b3ee495b3a336b1c82ef649255cf1adea34bcc2fcf7db
 SHA512 
1daf122735a22121e22f448c5867715507ef776a4fb7748c092818302e3226bcd368f03bad22709808864376bd63a916c66a8800a859da7c4d1deae40feaca2d
+DIST cfn-python-lint-0.39.0.tar.gz 5096885 BLAKE2B 
50fe41b1dd533c10a011d4729e78241d0153389cd9eda2c887181b62341d5ff38eba223606c2f9e725dfb1a6c934b5f044a236fb2044368a413d434eefd097c4
 SHA512 
d48116aeefd996943aa1408c76574ec137e96447c7b8950bb1726ff00819611ad6179a8af820ee4d16f493455cf55110e90b78b6d4325036e955529dedf7807f

diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild 
b/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild
new file mode 100644
index 000..c96b0418260
--- /dev/null
+++ b/dev-python/cfn-python-lint/cfn-python-lint-0.39.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="https://pypi.org/project/cfn-lint/ 
https://github.com/aws-cloudformation/cfn-python-lint;
+SRC_URI="https://github.com/aws-cloudformation/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.25.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/importlib_resources[${PYTHON_USEDEP}]
+   ' python3_6)
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.11[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
+)
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   # requires git checkout
+   sed -e 's:test_update_docs:_&:' \
+   -i test/unit/module/maintenance/test_update_documentation.py || 
die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   distutils_install_for_testing
+   "${EPYTHON}" -m unittest discover -v ||
+   die "tests fail with ${EPYTHON}"
+}



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

2020-10-23 Thread Michał Górny
commit: 126188eb47b79980a439b28e6f0a928b64d89b52
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:47:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126188eb

dev-python/pygame: Bump to 2.0.0.dev22

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

 dev-python/pygame/Manifest  |  1 +
 dev-python/pygame/pygame-2.0.0_pre22.ebuild | 91 +
 2 files changed, 92 insertions(+)

diff --git a/dev-python/pygame/Manifest b/dev-python/pygame/Manifest
index ad1ce7cbea7..3c80bad6d53 100644
--- a/dev-python/pygame/Manifest
+++ b/dev-python/pygame/Manifest
@@ -1,3 +1,4 @@
 DIST pygame-1.9.6.tar.gz 3223131 BLAKE2B 
a4d04c933fcad244d32bd512ef8717e60ec923f361e9e0296b5c7d57c5949d3434a040d028249c5b8f3c865ac3dcdbb32e6f0b223186678595a8625213ba2a17
 SHA512 
d923c554203a7c35e37921658cb4c5bf50215ab0ff4d2b869a1ee6b2e2ca31d66ec4bbde4287f5a777838ffe932cd15b993cb0224b86e43d684de61c35acbcd0
 DIST pygame-2.0.0.dev10.tar.gz 5567274 BLAKE2B 
7d78f260318cfabeb33f1073ae210f890d2f772e3ef302f243cca67724c6012355644ba60d4cae6de72db6dd61d320177deff6ee83dd355ec4cc33e841b565f7
 SHA512 
4cee7599fd8a6d31ddd66bfaad3bbb67cb167c1ae339f37e83322d810fea8746e81a191c224a0eeb6cc43a64bf1730ff0886c82f1a4f642e2e656ca9a837bf9e
 DIST pygame-2.0.0.dev18.tar.gz 5591175 BLAKE2B 
3479e9161e4dc5f00123f359b29f5c133020578bd09fc972f3f2d9e55b1700f4ac5eccc904524e98fe827fa7ed871db130da1f7b9aa8a67da98f42562f2ee766
 SHA512 
dfa8ac023e5da1688825281dd06e22aa59fa7061dcf17b8ec1c8c84b2bda7e27d39a97be3375d9ccb15aa50a0096be74ef6c80614e5d71729157712463140af1
+DIST pygame-2.0.0.dev22.tar.gz 5596946 BLAKE2B 
788a2e328d456198b032226f10b7d0686b7e862bf0106334ed3e26150ece43a1a9a9cbdc4f72f33e27d52e9f7c5e063292170eba9c07213474ecaf295280185a
 SHA512 
2809f101dce256143a57f5b47aac2ceb3c2646301179c37e7545672784a7f8dfd74565d1f6a45c394f59bcfcef4a52473160bf94b494db79a982490a7ac19fd8

diff --git a/dev-python/pygame/pygame-2.0.0_pre22.ebuild 
b/dev-python/pygame/pygame-2.0.0_pre22.ebuild
new file mode 100644
index 000..a43bd4b4223
--- /dev/null
+++ b/dev-python/pygame/pygame-2.0.0_pre22.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PV=${PV/_pre/.dev}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Python bindings for SDL multimedia library"
+HOMEPAGE="https://www.pygame.org/;
+SRC_URI="
+   
https://github.com/pygame/pygame/releases/download/${MY_PV}/${MY_P}.tar.gz;
+S=${WORKDIR}/${MY_P}
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc examples midi opengl test X"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+   media-libs/freetype
+   >=media-libs/sdl2-image-1.2.2
+   >=media-libs/sdl2-mixer-1.2.4
+   >=media-libs/sdl2-ttf-2.0.6
+   >=media-libs/smpeg2-0.4.4-r1
+   midi? ( media-libs/portmidi )
+   X? ( >=media-libs/libsdl2-1.2.5[opengl?,threads,video,X] )
+   !X? ( >=media-libs/libsdl2-1.2.5[threads] )"
+DEPEND="${RDEPEND}
+   test? (
+   media-libs/sdl2-image[gif,jpeg,png]
+   media-libs/sdl2-mixer[mp3,vorbis,wav]
+   )"
+# fontconfig used for fc-list
+RDEPEND+="
+   media-libs/fontconfig"
+# util-linux provides script
+BDEPEND="
+   test? (
+   media-libs/fontconfig
+   sys-apps/util-linux
+   )"
+
+src_prepare() {
+   if ! use midi; then
+   rm test/midi_test.py || die
+   fi
+   distutils-r1_src_prepare
+}
+
+python_configure() {
+   PORTMIDI_INC_PORTTIME=1 LOCALBASE="${EPREFIX}/usr" \
+   "${EPYTHON}" "${S}"/buildconfig/config.py -auto || die
+
+   # Disable automagic dependency on PortMidi.
+   if ! use midi; then
+   sed -e "s:^pypm :#&:" -i Setup || die "sed failed"
+   fi
+}
+
+python_test() {
+   local -x PYTHONPATH=${BUILD_DIR}/install/lib
+   local -x SDL_VIDEODRIVER=dummy
+   local -x SDL_AUDIODRIVER=disk
+   esetup.py install \
+   --root="${BUILD_DIR}"/install \
+   --install-lib=lib
+   script -eqc "${EPYTHON} -m pygame.tests" || die
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   # Bug #497720
+   rm -fr "${D}"$(python_get_sitedir)/pygame/{docs,examples,tests}/ || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use doc; then
+   docinto html
+   dodoc -r docs/*
+   fi
+
+   use examples && dodoc -r examples
+}



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

2020-10-23 Thread Michał Górny
commit: d2e75eef32a0cdaba517dc4c133238c04592c617
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:49:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e75eef

dev-python/boto3: Bump to 1.16.4

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 51d0df48bd0..1382a6ca137 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -5,3 +5,4 @@ DIST boto3-1.15.18.tar.gz 336927 BLAKE2B 
0ddc7fbd0fffcbeafeee7b9aa0f699087369f31
 DIST boto3-1.16.1.tar.gz 337145 BLAKE2B 
553b20514d268be967b80cab9694085d8cd3456277d459cf0f92943274eac8cf8fc23b4ed9dc92a9c04f02e3f1f1fd483f7c9e0cfa22e989098ca5fa762d
 SHA512 
6f8d1848fb89e841054cba6c295b7ccce7fab37ba5312a0b5f87588c8cf9d61124b3988c4565a4b055976ffafdb8ed7fc9268a21ac3160e80ffdf739c8e1609a
 DIST boto3-1.16.2.tar.gz 337212 BLAKE2B 
ebde42cf6b6fec3f00df6cf7e9f8769a2a8295aba0960708d4fb97b0cea4ed68ca5ea698b42485c94dacf0dfbca2fefe12ed878d027eeccee53fdf844afab48e
 SHA512 
305dbbbf5beba3503ae3c4f6ad02ecd7cd55057d19c5c8081dbbb00a620e4a4a1dc55df111e5078ed8172d706f9f868675cd110024d0a8303fba7bf1195cd9cc
 DIST boto3-1.16.3.tar.gz 337217 BLAKE2B 
f088b596561156823a8caa5b0053688bdac8bdf3f2a54ff0bfd3724fe563493a681c4a16c5a85f990d3edad6c31cb1f0ec7a1fd01deb325a30a1623cc0f1439e
 SHA512 
7bb5ac693a6a0a938c4c83e94cb82dc02fed5edd4709f28961f7123103b38ffb24975c7861d50ebe773fb318f7225442911c8c55b7a621301f270a25f796f104
+DIST boto3-1.16.4.tar.gz 337331 BLAKE2B 
2b8e43617aea15ec041b1d60647852e80929e78fc8c9aef3168f235cf14a41d48490dc8ae0dec42ad98c5776476a3b5502f232477e652bd7c502deda34b50efb
 SHA512 
e63e1eb87ed291989386ca33d5bfacd05d13ae49fb1c7dbfd6a57c3affbaa5a4f17c690ecaa113a9638488ffa90e545c858ac054f0d43caa23288a7d944e3bcb

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



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

2020-10-23 Thread Michał Górny
commit: bc1b944fb886868ee789111361a213c2d4f0e265
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:48:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1b944f

dev-python/botocore: Bump to 1.19.4

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 0810416ed28..a99c84cc288 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -5,3 +5,4 @@ DIST botocore-1.18.18.tar.gz 6942407 BLAKE2B 
e58183d5aa79a210d82c1dc21806c9c86f9
 DIST botocore-1.19.1.tar.gz 6944577 BLAKE2B 
ade1c8c3318971f25220d2c5bf82879d9a1cf30ed49066d4d13bf04351dc2fa7a910fcba6dba248d33bcf3e244c8b99c7df66cc3edc6f65b38b8ff2412a68e34
 SHA512 
e0fd4e8c4fca53c7e034e840ffd9f362c3a41a898188980a382d528334204d13a9dcd597b4a1eb8ce792ffb31e31213167b8e6e952353c339612755b88c1c635
 DIST botocore-1.19.2.tar.gz 6949309 BLAKE2B 
0d13155e32bc44578df8b372ccdceddc13d5012696245f441e0b935c0a58c8f78e38c9aabe03e242159cbc45d8034fe1bfaffc545ce5d2d95aa2a765c778e36a
 SHA512 
88486e813e476b789b7c0b9fa74bc95ac2a67818439f2ff2564fe30c988ec0fb9be8a2f9c2ebce9418d1eeda4c88c94d6d3ec37cec185d48a388577fc2458c88
 DIST botocore-1.19.3.tar.gz 6950797 BLAKE2B 
f8f97e699e9b31cf56d8a35ff75831e9c545abe1980e4e4af3453c83be6ff6efa51fb9368e984fc871bd1123df283940d42c7adced672bdf21d7a13c3bc6f9b1
 SHA512 
8eaf72543c5a5e2e4a08cc6998c71971ee9e70d476e384b66472ec2f16d204ae70056925bba1e1476fd55a272750e4907a617e38a96e1b4324e172081a9c1b54
+DIST botocore-1.19.4.tar.gz 6952148 BLAKE2B 
96865c9d3a7d1429a6894a7cc06ed755d1f8ae5048ac32474bd1e8aeca210cbe5bdcd036d08883d95064f092c5123e774f2dc27f491baaaea867210702dfc11c
 SHA512 
486280528c45937a20f6202bcde8f039d163dc612aeee6cb1bff177fa7ceb38c1143d421f29fc66cc9ac450a554bf843b5799607d16775a517853a62b77bb450

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



[gentoo-commits] repo/gentoo:master commit in: media-radio/direwolf/files/, media-radio/direwolf/

2020-10-23 Thread Richard Freeman
commit: 851cb3b5ceb043715584d238e84b9fd69f7356c3
Author: Jannis Achstetter  kripserver  net>
AuthorDate: Sun Sep 13 14:42:05 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Fri Oct 23 19:52:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851cb3b5

media-radio/direwolf: Bump to v1.5

Closes: https://bugs.gentoo.org/681666
Closes: https://bugs.gentoo.org/705100
Closes: https://bugs.gentoo.org/724720
Closes: https://bugs.gentoo.org/727636
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Jannis Achstetter  kripserver.net>
Closes: https://github.com/gentoo/gentoo/pull/17530
Signed-off-by: Richard Freeman  gentoo.org>

 media-radio/direwolf/Manifest  |   1 +
 media-radio/direwolf/direwolf-1.5.ebuild   |  59 +
 media-radio/direwolf/files/1.5-makefile.patch  | 295 +
 .../direwolf/files/direwolf-gpsd-API-9.patch   | 213 +++
 media-radio/direwolf/metadata.xml  |  12 +-
 5 files changed, 577 insertions(+), 3 deletions(-)

diff --git a/media-radio/direwolf/Manifest b/media-radio/direwolf/Manifest
index 53191833547..04bed6f619c 100644
--- a/media-radio/direwolf/Manifest
+++ b/media-radio/direwolf/Manifest
@@ -1 +1,2 @@
 DIST direwolf-1.4.tar.gz 17554878 BLAKE2B 
a8eea6777df93d66d67c993c23eba86f37ff1e23d95df842b17be1a9a0b83c4bb0b7b14b97f43a1756512d060e50136712d1d9d499b2567eabbe1092a2f5edf0
 SHA512 
597b0652e910642d5a3c538297e4306f9317c29b3629e7fd96cc33b92b2f09d743cea8b8a0cc6451347dc0877fcf1f3933a420ae58e33ad7be7d899f80036eb3
+DIST direwolf-1.5.tar.gz 17996557 BLAKE2B 
6860075b764248f1e0ff06e2a533e2e31f65851ea45d74fb0aca11827940c6df0a8bab4b6b78aa98847ee54b2b344d3c5fc8da6947f9113d2fac6d3ea427d68b
 SHA512 
c23e2ccebd47235f76a9583e14cf8e8df299b8f7456a6388534536e7b1114b3d9b9efee43da2c1708e01a0b9534db0ed93314368e20e9002bfcd5b3a2855d8a5

diff --git a/media-radio/direwolf/direwolf-1.5.ebuild 
b/media-radio/direwolf/direwolf-1.5.ebuild
new file mode 100644
index 000..deaf27c9ab1
--- /dev/null
+++ b/media-radio/direwolf/direwolf-1.5.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils systemd
+
+DESCRIPTION="Decoded Information from Radio Emissions for Windows Or Linux 
Fans"
+HOMEPAGE="https://github.com/wb2osz/direwolf/blob/master/README.md;
+SRC_URI="https://github.com/wb2osz/direwolf/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gps hamlib udev"
+
+RDEPEND="
+   media-libs/alsa-lib:=
+   gps? ( sci-geosciences/gpsd )
+   hamlib? ( media-libs/hamlib )
+   udev? ( virtual/libudev )
+"
+BDEPEND="hamlib? ( virtual/pkgconfig )"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGES.md README.md doc/2400-4800-PSK-for-APRS-Packet-Radio.pdf 
doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf 
doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf 
doc/A-Closer-Look-at-the-WA8LMF-TNC-Test-CD.pdf doc/APRS-Telemetry-Toolkit.pdf 
doc/APRStt-Implementation-Notes.pdf doc/APRStt-interface-for-SARTrack.pdf 
doc/APRStt-Listening-Example.pdf doc/Going-beyond-9600-baud.pdf 
doc/Raspberry-Pi-APRS.pdf doc/Raspberry-Pi-APRS-Tracker.pdf 
doc/Raspberry-Pi-SDR-IGate.pdf doc/README.md 
doc/Successful-APRS-IGate-Operation.pdf doc/User-Guide.pdf 
doc/WA8LMF-TNC-Test-CD-Results.pdf direwolf.conf dw-start.sh sdr.conf 
telemetry-toolkit/telem-m0xer-3.txt telemetry-toolkit/telem-balloon.conf 
telemetry-toolkit/telem-volts.conf )
+
+INSTALLDIR="${D}"
+
+src_prepare() {
+   eapply "${FILESDIR}/${PV}-makefile.patch"
+   eapply "${FILESDIR}/direwolf-gpsd-API-9.patch"
+
+   eapply_user
+
+   if use gps ; then
+   sed -i -e 's/#enable_gpsd/enable_gpsd/' Makefile.linux || die 
"Sed failed!"
+   fi
+
+   if use hamlib; then
+   sed -i -e 's/#enable_hamlib/enable_hamlib/' Makefile.linux || 
die "Sed failed!"
+   fi
+
+   if use udev ; then
+   sed -i -e 's/#enable_cm108/enable_cm108/' Makefile.linux || die 
"Sed failed!"
+   fi
+}
+
+src_install() {
+   dodir /usr
+   dodir /usr/bin
+   keepdir /var/log/direwolf
+   emake DESTDIR="${D}" install
+   insinto /etc/direwolf/
+   doins direwolf.conf
+   einstalldocs
+   systemd_dounit "${FILESDIR}"/direwolf.service
+   systemd_dounit "${FILESDIR}"/direwolf-kiss.service
+}

diff --git a/media-radio/direwolf/files/1.5-makefile.patch 
b/media-radio/direwolf/files/1.5-makefile.patch
new file mode 100644
index 000..860d57811aa
--- /dev/null
+++ b/media-radio/direwolf/files/1.5-makefile.patch
@@ -0,0 +1,295 @@
+--- direwolf-1.5/Makefile.linux.orig   2020-09-13 16:24:04.878630130 +0200
 direwolf-1.5/Makefile.linux2020-09-13 16:30:13.744462027 +0200
+@@ -13,7 +13,7 @@
+   @echo "sudo make install"
+   @echo " "
+ 
+-CC := gcc
++#CC := gcc
+ 
+ # Just for 

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

2020-10-23 Thread Lars Wendler
commit: cb8c57aed179b49403a022d44d7488dd23aff2b6
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:43:36 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8c57ae

dev-libs/libfilezilla: Bump to version 0.25.0

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

 dev-libs/libfilezilla/Manifest   |  1 +
 dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index c599c979f75..1d3f55aa44d 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -4,3 +4,4 @@ DIST libfilezilla-0.22.0.tar.bz2 557320 BLAKE2B 
864f286844a3693ae1aa9f0176dbcf32
 DIST libfilezilla-0.23.0.tar.bz2 560028 BLAKE2B 
f5ef9001babc1cdf5f36ecaa88aacdbab99d2f65fb6554296c54ed63c6131cc03f16b92635b7c71375b94394d02b0596500c6c796c4efa6fc2c74f561c640d1b
 SHA512 
a69040b7767e4568ba155adce67a5755b2947a73626bad89c89c88c773cb99147349ec5c3b8cc746715c9270b54ac6bc70fd57c77fe125b2dc6753669dfe93d7
 DIST libfilezilla-0.24.0.tar.bz2 560451 BLAKE2B 
2806820e3aca63e1a018b01b990e7580c53d32d6e0e519a316a172a516c4b24aa38e5e1847fb40db7d21c22b68caffdafd3701273ac96561305661b9b8a86716
 SHA512 
f5fd2ca426235e03e26209b975e2eda4763ef1bef16a1b424ce4a248245163038d4e56089d523d77b8370f52a2947873d8439f4fc9478ba57fcef453c2f54861
 DIST libfilezilla-0.24.1.tar.bz2 560439 BLAKE2B 
f4848149839fa121ed856726769a9517932ab0b34dd19696d66bd15ad8208fa0bb3e7dbf9cb31baeabea02ec6e0b7d0c8e48fbca3956c26251dcbbb4332c727c
 SHA512 
f9075bb88e5c10617d21fb7b49f7e9bd38567eeca3c4a1cd8b1e20354b1e3da95f05618897cefa6758c7843efd9833230843f77a0c23e7019cf22c950e7e8e8c
+DIST libfilezilla-0.25.0.tar.bz2 562726 BLAKE2B 
8e6f381d2eb00445b4553418aafca750ee2a49a10410fe8de0f31ee15a3d33bf679ee1a10bc6e77800747d14bd79e0e90a585a8a090a09e55adb392a96020907
 SHA512 
7c07807a6d11f3455e41c9593ddeab8b5947448c5205f10e1e7306e0df27df24821189c75167007e00671b5d573ded72208e6f923406e37e8e5e3c28181ebe1a

diff --git a/dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild
new file mode 100644
index 000..74e3d6fd82a
--- /dev/null
+++ b/dev-libs/libfilezilla/libfilezilla-0.25.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="C++ library offering some basic functionality for 
platform-independent programs"
+HOMEPAGE="https://lib.filezilla-project.org/;
+SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/10" # libfilezilla.so version
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/nettle:0=
+   >=net-libs/gnutls-3.5.7:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cppunit )"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "Currently active compiler does not support 
-std=c++14"
+   fi
+   fi
+}
+
+src_configure() {
+   if use ppc || use arm || use hppa; then
+   # bug 727652
+   append-libs -latomic
+   fi
+
+   default
+}
+
+src_install() {
+   default
+   find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+}



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

2020-10-23 Thread Lars Wendler
commit: 8dcc8dcb090e490bde21515429b20f89dc220083
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:52:41 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcc8dcb

net-ftp/filezilla: Bump to version 3.51.0

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

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.51.0.ebuild | 87 +++
 2 files changed, 88 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 3de9d5b826a..2d7183ff96c 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -3,3 +3,4 @@ DIST FileZilla_3.48.0_src.tar.bz2 4765599 BLAKE2B 
0ab391c0862a34dd5ede7a80290afc
 DIST FileZilla_3.48.1_src.tar.bz2 4774251 BLAKE2B 
a77b821640aae3deaad3350809f34dbac8ed63c336435f92393017301509b91ef5e613ea64cb934dd2385b55fe7ba711269f85b7523d43ef451ab0cf6634ab0a
 SHA512 
58792f92bb4f6102166924abaf843c023faeca7f2979aaa47c26f2bb3f8449902b4a43c50a800d56584d39c9ddf64a6d3334558e46f56bda3b8515c7a3ff0a12
 DIST FileZilla_3.49.1_src.tar.bz2 4788452 BLAKE2B 
63ee0ba462f918a357342f8e53dccb40e01a7cab52e25891e1b17bddb863d0386a51c67e09d0c875a4abf9b4e443a03c6616be3d7d39e585324e7343d19dfd14
 SHA512 
e6e69858aff3be6f557cc338ac4cd4391699d171742a2e815dff15e029a76cb1cc0651c15a3b4fb95644371b4e84b913e34a70846454a7fd5de6f05a7f461add
 DIST FileZilla_3.50.0_src.tar.bz2 4791977 BLAKE2B 
c0352eea9c4cd0a10d25b21b0a6982a762df6353a8da0703179270ef27be71bf151591011c45aae6e303437ac5ecca6a340635c392e2ed6db1a4a9d4002f4d7b
 SHA512 
5edcb18aa7e4a0a59678d589d20996d7f6311f717e55a70c9dacafe42e3df6cba79be778bef34ff399672941dfb78a4732b83f21016b721702c763f0408b3e40
+DIST FileZilla_3.51.0_src.tar.bz2 4808717 BLAKE2B 
67f614032145abe7f715254fd47756d3a537d2eca63be976c29351f79e15d3620e77c1bb7beccc2b61a1df8b86484334a3e77639402c93e8ce28d4b12eb8884f
 SHA512 
b5e0f80b61eb168b41f7582bf10bf0067da76aec3165ffe13819e20eb842ffc0fb12b01c54843b3ec4e7355111c36be249db3526e2ea2eaa77ba4274ffa03e93

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



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

2020-10-23 Thread Lars Wendler
commit: a3d56176c09a42e9093a4bad43ade30ff1998e93
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:40:56 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d56176

dev-libs/libjcat: Bump to version 0.1.4

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

 dev-libs/libjcat/Manifest |  1 +
 dev-libs/libjcat/libjcat-0.1.4.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-libs/libjcat/Manifest b/dev-libs/libjcat/Manifest
index 34cc064bc43..97d28c25824 100644
--- a/dev-libs/libjcat/Manifest
+++ b/dev-libs/libjcat/Manifest
@@ -1 +1,2 @@
 DIST libjcat-0.1.3.tar.gz 63765 BLAKE2B 
a9847fe2a93f49773ba6451036d7908b8b615a6334557a68c94db3c402e1f502e2915bb1abc9f58c495fe1453cb5653cae9b548d2f9d7b39dcd5d7824e965bc2
 SHA512 
f021e10d740ac6d0f0c73cefc9deacdbc74882a5e340b249c28427ece4917358940413914ce19c5aac96c86d8056349ff2ee633c2a9541f4382f109d9e0d9e69
+DIST libjcat-0.1.4.tar.gz 63900 BLAKE2B 
509a9916aa77193835e5a29a152acb0eb1cee24b6aae3e256dee42c1fd598b9c181009cdea4c276cc0d8c8cb56d22b9073f44dd11b7fab59d29df3633af6d042
 SHA512 
d58860410ce6e9d35a1eefcd0c6fcd956db42a12a3e8f856e19e3abe8bd6ae304ab7a60e2c1ee28f3848f2fee3b406dd900d7c1024eca5602797711528d3f7e3

diff --git a/dev-libs/libjcat/libjcat-0.1.4.ebuild 
b/dev-libs/libjcat/libjcat-0.1.4.ebuild
new file mode 100644
index 000..141c38f2a5f
--- /dev/null
+++ b/dev-libs/libjcat/libjcat-0.1.4.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_REQ_USE="xml"
+
+inherit meson python-any-r1 vala xdg-utils
+
+DESCRIPTION="Library and tool for reading and writing Jcat files "
+HOMEPAGE="https://github.com/hughsie/libjcat;
+SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gpg gtk-doc +introspection +man pkcs7 test vala"
+
+RDEPEND="dev-libs/glib:2
+   dev-libs/json-glib:=
+   gpg? (
+   app-crypt/gpgme
+   dev-libs/libgpg-error
+   )
+   introspection? ( dev-libs/gobject-introspection:= )
+   pkcs7? ( net-libs/gnutls )
+   vala? ( dev-lang/vala:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   $(python_gen_any_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ')
+   gtk-doc? ( dev-util/gtk-doc )
+   man? ( sys-apps/help2man )
+   test? ( net-libs/gnutls[tools] )"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.1.1-disable_installed_tests.patch
+   "${FILESDIR}"/${PN}-0.1.3-optional_vala.patch
+)
+
+python_check_deps() {
+   has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   xdg_environment_reset
+   use vala && vala_src_prepare
+   default
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc gtkdoc)
+   $(meson_use gpg)
+   $(meson_use introspection)
+   $(meson_use man)
+   $(meson_use pkcs7)
+   $(meson_use test tests)
+   $(meson_use vala vala-bindings)
+   )
+   meson_src_configure
+}



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

2020-10-23 Thread Lars Wendler
commit: 5608fbdc8afda585a0864105383518dad94dbf12
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:54:12 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5608fbdc

net-ftp/filezilla: Removed old

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

 net-ftp/filezilla/Manifest|  3 --
 net-ftp/filezilla/filezilla-3.48.0.ebuild | 88 ---
 net-ftp/filezilla/filezilla-3.48.1.ebuild | 88 ---
 net-ftp/filezilla/filezilla-3.49.1.ebuild | 88 ---
 4 files changed, 267 deletions(-)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 2d7183ff96c..75a8269a9ce 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,6 +1,3 @@
 DIST FileZilla_3.47.2.1_src.tar.bz2 4733941 BLAKE2B 
0517d43bfba8aa116ae4031d56e5070aadbcaf81ace2311f6cfddb47e7f67ec62396ae3690c139bcc1a8368be690776b3163dd6d53a6ebb27ee5e99300b3c67b
 SHA512 
8919eab7762e0e30241637a8978fbf61f02ac4c52aac293191315b931d52b41ae228b753f4e3b7530835578836dfee7f91772841273e9fc2bdf75ff7ed48fafc
-DIST FileZilla_3.48.0_src.tar.bz2 4765599 BLAKE2B 
0ab391c0862a34dd5ede7a80290afc82b4d85b2deaf42d3bacd243bddf15505f05028522f73eeada07e91d91e0af87676ad77081c843448fda53c3b2ac18a70d
 SHA512 
c9d4eb17dc31894468ca4b7c4c8fda0f307d3931bf1b3b8fb44afd084a1b2c9309d39e5745f9ba287a5566d44089af32350703e324a559afd6a015af469433fb
-DIST FileZilla_3.48.1_src.tar.bz2 4774251 BLAKE2B 
a77b821640aae3deaad3350809f34dbac8ed63c336435f92393017301509b91ef5e613ea64cb934dd2385b55fe7ba711269f85b7523d43ef451ab0cf6634ab0a
 SHA512 
58792f92bb4f6102166924abaf843c023faeca7f2979aaa47c26f2bb3f8449902b4a43c50a800d56584d39c9ddf64a6d3334558e46f56bda3b8515c7a3ff0a12
-DIST FileZilla_3.49.1_src.tar.bz2 4788452 BLAKE2B 
63ee0ba462f918a357342f8e53dccb40e01a7cab52e25891e1b17bddb863d0386a51c67e09d0c875a4abf9b4e443a03c6616be3d7d39e585324e7343d19dfd14
 SHA512 
e6e69858aff3be6f557cc338ac4cd4391699d171742a2e815dff15e029a76cb1cc0651c15a3b4fb95644371b4e84b913e34a70846454a7fd5de6f05a7f461add
 DIST FileZilla_3.50.0_src.tar.bz2 4791977 BLAKE2B 
c0352eea9c4cd0a10d25b21b0a6982a762df6353a8da0703179270ef27be71bf151591011c45aae6e303437ac5ecca6a340635c392e2ed6db1a4a9d4002f4d7b
 SHA512 
5edcb18aa7e4a0a59678d589d20996d7f6311f717e55a70c9dacafe42e3df6cba79be778bef34ff399672941dfb78a4732b83f21016b721702c763f0408b3e40
 DIST FileZilla_3.51.0_src.tar.bz2 4808717 BLAKE2B 
67f614032145abe7f715254fd47756d3a537d2eca63be976c29351f79e15d3620e77c1bb7beccc2b61a1df8b86484334a3e77639402c93e8ce28d4b12eb8884f
 SHA512 
b5e0f80b61eb168b41f7582bf10bf0067da76aec3165ffe13819e20eb842ffc0fb12b01c54843b3ec4e7355111c36be249db3526e2ea2eaa77ba4274ffa03e93

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

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

2020-10-23 Thread Lars Wendler
commit: ccafcd13c29fe4cf74b24cc991144b2131ee189e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:56:16 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccafcd13

dev-libs/libfilezilla: Removed old

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

 dev-libs/libfilezilla/Manifest   |  4 --
 dev-libs/libfilezilla/libfilezilla-0.21.0.ebuild | 39 ---
 dev-libs/libfilezilla/libfilezilla-0.22.0.ebuild | 39 ---
 dev-libs/libfilezilla/libfilezilla-0.23.0.ebuild | 39 ---
 dev-libs/libfilezilla/libfilezilla-0.24.0.ebuild | 48 
 5 files changed, 169 deletions(-)

diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index 1d3f55aa44d..aef4494dcd1 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -1,7 +1,3 @@
 DIST libfilezilla-0.20.2.tar.bz2 549679 BLAKE2B 
929c535ed7ad65fb35bc7f3a21c827ff51d01e387f383bf677f86b78aa79deafa81781eee87afe3c9c8a4d48c60ea02f7fff45b4e469f3755511c9b11001dc88
 SHA512 
242df38b335558c83fde91800787992adaa617292d119a15d8036adc1622b207127d0e8e6fb935b4300e1e0d63e196636589ba513e410c751dea052164a773d7
-DIST libfilezilla-0.21.0.tar.bz2 552491 BLAKE2B 
fb2729c1c2616b4dbdc292651fd5afe85fdcd77dd70d179605f737539dd4db54c95aeff9053131076241ca57317b2361a201f6fae381c374e81ca4bc250cf1ea
 SHA512 
a4986f8da4ac6980e7b1e564d3b033853b0e5442e4bbdee337238ad5e896b80c74e7176f973055593bd45789c41725a6315c6d510ad44354588188a1cc9f29f9
-DIST libfilezilla-0.22.0.tar.bz2 557320 BLAKE2B 
864f286844a3693ae1aa9f0176dbcf32a6a483174aa4b29e23ebccd309f88e97cb84368b3b5d22f07f94d396885b992e2e2e4b2f64bfec490bbcb898c88e0dc5
 SHA512 
6ec53a4d82dc4c6650c560633c1f1cd50866fd954d5153be7e9ebea3ee0fa38d287e16dfdccb9ad22a7e7a325eec5d659bc51dd963b2deb540e8206e0f45513e
-DIST libfilezilla-0.23.0.tar.bz2 560028 BLAKE2B 
f5ef9001babc1cdf5f36ecaa88aacdbab99d2f65fb6554296c54ed63c6131cc03f16b92635b7c71375b94394d02b0596500c6c796c4efa6fc2c74f561c640d1b
 SHA512 
a69040b7767e4568ba155adce67a5755b2947a73626bad89c89c88c773cb99147349ec5c3b8cc746715c9270b54ac6bc70fd57c77fe125b2dc6753669dfe93d7
-DIST libfilezilla-0.24.0.tar.bz2 560451 BLAKE2B 
2806820e3aca63e1a018b01b990e7580c53d32d6e0e519a316a172a516c4b24aa38e5e1847fb40db7d21c22b68caffdafd3701273ac96561305661b9b8a86716
 SHA512 
f5fd2ca426235e03e26209b975e2eda4763ef1bef16a1b424ce4a248245163038d4e56089d523d77b8370f52a2947873d8439f4fc9478ba57fcef453c2f54861
 DIST libfilezilla-0.24.1.tar.bz2 560439 BLAKE2B 
f4848149839fa121ed856726769a9517932ab0b34dd19696d66bd15ad8208fa0bb3e7dbf9cb31baeabea02ec6e0b7d0c8e48fbca3956c26251dcbbb4332c727c
 SHA512 
f9075bb88e5c10617d21fb7b49f7e9bd38567eeca3c4a1cd8b1e20354b1e3da95f05618897cefa6758c7843efd9833230843f77a0c23e7019cf22c950e7e8e8c
 DIST libfilezilla-0.25.0.tar.bz2 562726 BLAKE2B 
8e6f381d2eb00445b4553418aafca750ee2a49a10410fe8de0f31ee15a3d33bf679ee1a10bc6e77800747d14bd79e0e90a585a8a090a09e55adb392a96020907
 SHA512 
7c07807a6d11f3455e41c9593ddeab8b5947448c5205f10e1e7306e0df27df24821189c75167007e00671b5d573ded72208e6f923406e37e8e5e3c28181ebe1a

diff --git a/dev-libs/libfilezilla/libfilezilla-0.21.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.21.0.ebuild
deleted file mode 100644
index 03074019d21..000
--- a/dev-libs/libfilezilla/libfilezilla-0.21.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for 
platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/;
-SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0/6" # libfilezilla .so version
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/nettle:0=
-   >=net-libs/gnutls-3.5.7:=
-"
-DEPEND="${RDEPEND}
-   test? ( dev-util/cppunit )"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if ! test-flag-CXX -std=c++14; then
-   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
-   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
-   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
-   die "Currently active compiler does not support 
-std=c++14"
-   fi
-   fi
-}
-
-src_install() {
-   default
-   find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
-}

diff --git a/dev-libs/libfilezilla/libfilezilla-0.22.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.22.0.ebuild
deleted file mode 100644
index 37ef85045da..000
--- 

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

2020-10-23 Thread Lars Wendler
commit: d22e6ebe28405c188daee6a3a787b590d530131e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:34:20 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22e6ebe

sys-fs/btrfs-progs: Removed old

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

 sys-fs/btrfs-progs/Manifest |   1 -
 sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild | 129 
 2 files changed, 130 deletions(-)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index 166341c23f3..760be27a79c 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -1,5 +1,4 @@
 DIST btrfs-progs-v4.19.tar.xz 2001340 BLAKE2B 
117087adcb57e4ebf6a2e9c66bf0ad2b098108f7363fc3c015d73bf9afcda9d579831fe0e324125893cdb2510873d052522b15843c461e640a546900e535ce76
 SHA512 
e5abf637a9c811973422ca05a5530f6cd18263013d141277e2a70099cf8ab7e0eb8781df56368da4321c90f21d1022ad852b661adc4877e9a9ba5c60ccbefdee
 DIST btrfs-progs-v5.4.1.tar.xz 2107476 BLAKE2B 
1ea58f49b0f8185e944010804e544643a2eafeea58fecb480b13095c362350c218f0602fbb43a96705a81befe88ec3e3abe35cc90d4732006479b059aa7fed32
 SHA512 
56381b37036aecea61b758fb4971abfeda24a387bb3a828f7d54eb068982a37763a8ebe2bcc6be61d6a8bc2057dddcd4754325b236e14d8ec02e58cf711f192f
-DIST btrfs-progs-v5.6.1.tar.xz 2117064 BLAKE2B 
9183300e7c086cb8f03ac14139d3d2a424461f4c5afc0e7b9bb588f4c0ddd2c41d7cefe91787b1cabe6397f8abeb6e958900e7742a80d3519382e98c3b197c9d
 SHA512 
8f523249a5c2bfe1c0d52b0dc5d31d52b330b1c616d3ec423fa1fb4a845441bfeaa32abbe42a444a4fc84016a482c8102a3eb451ac423b542e332e9c26e76dc6
 DIST btrfs-progs-v5.7.tar.xz 2182728 BLAKE2B 
47573baa26cde058003b402dadba28f278b4b3ffd270d002ab8fd72d94ee41d3fdfb3d36c0c579e24ea6afae4b2dea2ca704d9dd809fcd10fbc146d63d48980c
 SHA512 
72c3af13ca589f2e0b96cb7602319035ef8aab6ee224fff3544a5d0bfc013a66552dde4533ec5e64696d404b8905431cd0f25367c40fd34ea39be7c0ed8c2d16
 DIST btrfs-progs-v5.9.tar.xz 2189724 BLAKE2B 
3692e058e5e52c2a3684548d0b0ca94a9101a66dc8951266a49a71b6848b7f0cce8ade0e914ae8b71345021750e7d20742af13aec69aef7d52e3030fca289529
 SHA512 
38db047198ab0467d3fe235f7e8e1fd14ade00dd0b182588220c5f5e4b598efbdcd30a3d5d56cf0a0ed8a902d2374af0927eb7f3720cd761172c7291a2a65c94

diff --git a/sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild
deleted file mode 100644
index e8b44f1ff9b..000
--- a/sys-fs/btrfs-progs/btrfs-progs-5.6.1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 2008-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit bash-completion-r1 python-single-r1
-
-libbtrfs_soname=0
-
-if [[ ${PV} !=  ]]; then
-   MY_PV="v${PV/_/-}"
-   [[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
-   S="${WORKDIR}/${PN}-${MY_PV}"
-else
-   WANT_LIBTOOL=none
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git;
-   EGIT_BRANCH="devel"
-fi
-
-DESCRIPTION="Btrfs filesystem utilities"
-HOMEPAGE="https://btrfs.wiki.kernel.org;
-
-LICENSE="GPL-2"
-SLOT="0/${libbtrfs_soname}"
-IUSE="+convert doc python reiserfs static static-libs +zstd"
-
-RESTRICT=test # tries to mount repared filesystems
-
-RDEPEND="
-   dev-libs/lzo:2=
-   sys-apps/util-linux:0=[static-libs(+)?]
-   sys-libs/zlib:0=
-   convert? (
-   sys-fs/e2fsprogs:0=
-   sys-libs/e2fsprogs-libs:0=
-   reiserfs? (
-   >=sys-fs/reiserfsprogs-3.6.27
-   )
-   )
-   python? ( ${PYTHON_DEPS} )
-   zstd? ( app-arch/zstd:0= )
-"
-DEPEND="${RDEPEND}
-   convert? ( sys-apps/acl )
-   python? (
-   $(python_gen_cond_dep '
-   dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   static? (
-   dev-libs/lzo:2[static-libs(+)]
-   sys-apps/util-linux:0[static-libs(+)]
-   sys-libs/zlib:0[static-libs(+)]
-   convert? (
-   sys-fs/e2fsprogs:0[static-libs(+)]
-   sys-libs/e2fsprogs-libs:0[static-libs(+)]
-   reiserfs? (
-   >=sys-fs/reiserfsprogs-3.6.27[static-libs(+)]
-   )
-   )
-   zstd? ( app-arch/zstd:0[static-libs(+)] )
-   )
-"
-BDEPEND="
-   doc? (
-   || ( >=app-text/asciidoc-8.6.0 dev-ruby/asciidoctor )
-   app-text/docbook-xml-dtd:4.5
-   app-text/xmlto
-   )
-"
-
-if [[ ${PV} ==  ]]; then
-   DEPEND+=" sys-devel/gnuconfig"
-fi
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2020-10-23 Thread Lars Wendler
commit: e703c9835ed6b58e9520dbe8f04f767e24b24bff
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:37:08 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e703c983

x11-terms/xterm: Bump to version 361

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

 x11-terms/xterm/Manifest |  1 +
 x11-terms/xterm/xterm-361.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index bbf4d8e0150..a37e2db6b14 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -2,3 +2,4 @@ DIST xterm-337.tgz 1336781 BLAKE2B 
6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b
 DIST xterm-351.tgz 1401009 BLAKE2B 
df32425affce33deb199710be118e90da7b1975882aaf92ff1ad5e976ac18f280cf7d72362d82c0ff9f9530d8da3ba133e345ff9de7f0ac0a2134200c9cc87e6
 SHA512 
941507be19ad062b39c57288c6e28a17f0ceba090a2d1c3f626f638e5333ca9b4c762fe2fbc42908adf7854b00d9a98cb6eb7481dfa50fd0125459f8ca385c00
 DIST xterm-357.tgz 1422256 BLAKE2B 
fb3f090c296b7f6063206538a2e7b38a9953433a029a531ebc2efbf7c9a6822a51f1bb6475ad2494279079b332de1fb15c262f51545f3d37ebc1b19fef9f341b
 SHA512 
a4e3998496fe202835e97fef50eb608cbb0345d8f503dd4d629a1d313664b2c536e97e7eafdf9d346df87e31822f5cf6f78dc66833b0fe01b6d79dd7c58dc751
 DIST xterm-360.tgz 1431491 BLAKE2B 
2afa7f9cb93136ad0bfb29e0862642221b4b1f583caa5890bbdd4c0a2370266f7c7f19419e3bb82f93d854b3c5703ddd30b896dcb5069873458ac3483dbd7073
 SHA512 
ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607
+DIST xterm-361.tgz 1435017 BLAKE2B 
8e413f3d9b8f3aa11fd71ed5692da9b274109bef5e0303470cf3eb81a333a12eb1437a01c023cff2dd0eb14aa19a849f6b00fa0a155c068421c7d070b1c64e35
 SHA512 
99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852

diff --git a/x11-terms/xterm/xterm-361.ebuild b/x11-terms/xterm/xterm-361.ebuild
new file mode 100644
index 000..ace98c8c3af
--- /dev/null
+++ b/x11-terms/xterm/xterm-361.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop flag-o-matic multilib
+
+DESCRIPTION="Terminal Emulator for X Windows"
+HOMEPAGE="https://invisible-island.net/xterm/;
+SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
+
+BDEPEND="virtual/pkgconfig
+   x11-base/xorg-proto"
+DEPEND="kernel_linux? ( sys-libs/libutempter )
+   kernel_FreeBSD? ( sys-libs/libutempter )
+   media-libs/fontconfig:1.0
+   >=sys-libs/ncurses-5.7-r7:0=
+   x11-apps/xmessage
+   x11-libs/libICE
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXft
+   x11-libs/libxkbfile
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   unicode? ( x11-apps/luit )
+   Xaw3d? ( x11-libs/libXaw3d )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${DEPEND}
+   media-fonts/font-misc-misc
+   x11-apps/rgb"
+
+DOCS=( README{,.i18n} ctlseqs.txt )
+
+pkg_setup() {
+   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
+}
+
+src_configure() {
+   # 454736
+   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
+   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
+   # Everything gets linked against ncurses anyways, so don't shout
+   append-libs $(pkg-config --libs ncurses)
+
+   local myeconfargs=(
+   --disable-full-tgetent
+   --disable-imake
+   --disable-setgid
+   --disable-setuid
+   --enable-256-color
+   --enable-broken-osc
+   --enable-broken-st
+   --enable-dabbrev
+   --enable-exec-xterm
+   --enable-i18n
+   --enable-load-vt-fonts
+   --enable-logging
+   --enable-screen-dumps
+   --enable-warnings
+   --enable-wide-chars
+   --libdir="${EPREFIX}"/etc
+   --with-app-defaults="${DEFAULTS_DIR}"
+   --with-utempter
+   --with-x
+   $(use_enable openpty)
+   $(use_enable sixel sixel-graphics)
+   $(use_enable toolbar)
+   $(use_enable truetype freetype)
+   $(use_enable unicode luit)
+   $(use_enable unicode mini-luit)
+   $(use_with Xaw3d)
+   $(use_with 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2020-10-23 Thread Lars Wendler
commit: cefab771797678f52e9f077c08531f7654c4140e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:38:08 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefab771

x11-terms/xterm: Removed old

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

 x11-terms/xterm/Manifest |  1 -
 x11-terms/xterm/xterm-357.ebuild | 99 
 2 files changed, 100 deletions(-)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index a37e2db6b14..b439dbf6c54 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -1,5 +1,4 @@
 DIST xterm-337.tgz 1336781 BLAKE2B 
6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b4153e169654fc441f1209c97a6d17bf3f880d0160a42e102ca8fd4a291c2b7d373269290a7bbebeeb8d
 SHA512 
fad31aa971a42cf38d3e3db2edc615b408d92226c305654b9276592c6dee075f31c7f082a3f549284f1685a31d5d9dedbda99c2c308a90bd741958f862806609
 DIST xterm-351.tgz 1401009 BLAKE2B 
df32425affce33deb199710be118e90da7b1975882aaf92ff1ad5e976ac18f280cf7d72362d82c0ff9f9530d8da3ba133e345ff9de7f0ac0a2134200c9cc87e6
 SHA512 
941507be19ad062b39c57288c6e28a17f0ceba090a2d1c3f626f638e5333ca9b4c762fe2fbc42908adf7854b00d9a98cb6eb7481dfa50fd0125459f8ca385c00
-DIST xterm-357.tgz 1422256 BLAKE2B 
fb3f090c296b7f6063206538a2e7b38a9953433a029a531ebc2efbf7c9a6822a51f1bb6475ad2494279079b332de1fb15c262f51545f3d37ebc1b19fef9f341b
 SHA512 
a4e3998496fe202835e97fef50eb608cbb0345d8f503dd4d629a1d313664b2c536e97e7eafdf9d346df87e31822f5cf6f78dc66833b0fe01b6d79dd7c58dc751
 DIST xterm-360.tgz 1431491 BLAKE2B 
2afa7f9cb93136ad0bfb29e0862642221b4b1f583caa5890bbdd4c0a2370266f7c7f19419e3bb82f93d854b3c5703ddd30b896dcb5069873458ac3483dbd7073
 SHA512 
ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607
 DIST xterm-361.tgz 1435017 BLAKE2B 
8e413f3d9b8f3aa11fd71ed5692da9b274109bef5e0303470cf3eb81a333a12eb1437a01c023cff2dd0eb14aa19a849f6b00fa0a155c068421c7d070b1c64e35
 SHA512 
99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852

diff --git a/x11-terms/xterm/xterm-357.ebuild b/x11-terms/xterm/xterm-357.ebuild
deleted file mode 100644
index ace98c8c3af..000
--- a/x11-terms/xterm/xterm-357.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop flag-o-matic multilib
-
-DESCRIPTION="Terminal Emulator for X Windows"
-HOMEPAGE="https://invisible-island.net/xterm/;
-SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
-
-BDEPEND="virtual/pkgconfig
-   x11-base/xorg-proto"
-DEPEND="kernel_linux? ( sys-libs/libutempter )
-   kernel_FreeBSD? ( sys-libs/libutempter )
-   media-libs/fontconfig:1.0
-   >=sys-libs/ncurses-5.7-r7:0=
-   x11-apps/xmessage
-   x11-libs/libICE
-   x11-libs/libX11
-   x11-libs/libXaw
-   x11-libs/libXft
-   x11-libs/libxkbfile
-   x11-libs/libXmu
-   x11-libs/libXrender
-   x11-libs/libXt
-   unicode? ( x11-apps/luit )
-   Xaw3d? ( x11-libs/libXaw3d )
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${DEPEND}
-   media-fonts/font-misc-misc
-   x11-apps/rgb"
-
-DOCS=( README{,.i18n} ctlseqs.txt )
-
-pkg_setup() {
-   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
-}
-
-src_configure() {
-   # 454736
-   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
-   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
-   # Everything gets linked against ncurses anyways, so don't shout
-   append-libs $(pkg-config --libs ncurses)
-
-   local myeconfargs=(
-   --disable-full-tgetent
-   --disable-imake
-   --disable-setgid
-   --disable-setuid
-   --enable-256-color
-   --enable-broken-osc
-   --enable-broken-st
-   --enable-dabbrev
-   --enable-exec-xterm
-   --enable-i18n
-   --enable-load-vt-fonts
-   --enable-logging
-   --enable-screen-dumps
-   --enable-warnings
-   --enable-wide-chars
-   --libdir="${EPREFIX}"/etc
-   --with-app-defaults="${DEFAULTS_DIR}"
-   --with-utempter
-   --with-x
-   $(use_enable openpty)
-   $(use_enable sixel sixel-graphics)
-   $(use_enable 

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

2020-10-23 Thread Lars Wendler
commit: b4307923d82f3594703702bf4020d9001069caf8
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:33:02 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4307923

sys-fs/btrfs-progs: Bump to version 5.9

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

 sys-fs/btrfs-progs/Manifest   |   1 +
 sys-fs/btrfs-progs/btrfs-progs-5.9.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index e53947dd8ce..166341c23f3 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -2,3 +2,4 @@ DIST btrfs-progs-v4.19.tar.xz 2001340 BLAKE2B 
117087adcb57e4ebf6a2e9c66bf0ad2b09
 DIST btrfs-progs-v5.4.1.tar.xz 2107476 BLAKE2B 
1ea58f49b0f8185e944010804e544643a2eafeea58fecb480b13095c362350c218f0602fbb43a96705a81befe88ec3e3abe35cc90d4732006479b059aa7fed32
 SHA512 
56381b37036aecea61b758fb4971abfeda24a387bb3a828f7d54eb068982a37763a8ebe2bcc6be61d6a8bc2057dddcd4754325b236e14d8ec02e58cf711f192f
 DIST btrfs-progs-v5.6.1.tar.xz 2117064 BLAKE2B 
9183300e7c086cb8f03ac14139d3d2a424461f4c5afc0e7b9bb588f4c0ddd2c41d7cefe91787b1cabe6397f8abeb6e958900e7742a80d3519382e98c3b197c9d
 SHA512 
8f523249a5c2bfe1c0d52b0dc5d31d52b330b1c616d3ec423fa1fb4a845441bfeaa32abbe42a444a4fc84016a482c8102a3eb451ac423b542e332e9c26e76dc6
 DIST btrfs-progs-v5.7.tar.xz 2182728 BLAKE2B 
47573baa26cde058003b402dadba28f278b4b3ffd270d002ab8fd72d94ee41d3fdfb3d36c0c579e24ea6afae4b2dea2ca704d9dd809fcd10fbc146d63d48980c
 SHA512 
72c3af13ca589f2e0b96cb7602319035ef8aab6ee224fff3544a5d0bfc013a66552dde4533ec5e64696d404b8905431cd0f25367c40fd34ea39be7c0ed8c2d16
+DIST btrfs-progs-v5.9.tar.xz 2189724 BLAKE2B 
3692e058e5e52c2a3684548d0b0ca94a9101a66dc8951266a49a71b6848b7f0cce8ade0e914ae8b71345021750e7d20742af13aec69aef7d52e3030fca289529
 SHA512 
38db047198ab0467d3fe235f7e8e1fd14ade00dd0b182588220c5f5e4b598efbdcd30a3d5d56cf0a0ed8a902d2374af0927eb7f3720cd761172c7291a2a65c94

diff --git a/sys-fs/btrfs-progs/btrfs-progs-5.9.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-5.9.ebuild
new file mode 100644
index 000..81e4dc34e2d
--- /dev/null
+++ b/sys-fs/btrfs-progs/btrfs-progs-5.9.ebuild
@@ -0,0 +1,129 @@
+# Copyright 2008-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit bash-completion-r1 python-single-r1
+
+libbtrfs_soname=0
+
+if [[ ${PV} !=  ]]; then
+   MY_PV="v${PV/_/-}"
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
+   S="${WORKDIR}/${PN}-${MY_PV}"
+else
+   WANT_LIBTOOL=none
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git;
+   EGIT_BRANCH="devel"
+fi
+
+DESCRIPTION="Btrfs filesystem utilities"
+HOMEPAGE="https://btrfs.wiki.kernel.org;
+
+LICENSE="GPL-2"
+SLOT="0/${libbtrfs_soname}"
+IUSE="+convert doc python reiserfs static static-libs +zstd"
+
+RESTRICT=test # tries to mount repared filesystems
+
+RDEPEND="
+   dev-libs/lzo:2=
+   sys-apps/util-linux:0=[static-libs(+)?]
+   sys-libs/zlib:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   reiserfs? (
+   >=sys-fs/reiserfsprogs-3.6.27
+   )
+   )
+   python? ( ${PYTHON_DEPS} )
+   zstd? ( app-arch/zstd:0= )
+"
+DEPEND="${RDEPEND}
+   convert? ( sys-apps/acl )
+   python? (
+   $(python_gen_cond_dep '
+   dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
+   ')
+   )
+   static? (
+   dev-libs/lzo:2[static-libs(+)]
+   sys-apps/util-linux:0[static-libs(+)]
+   sys-libs/zlib:0[static-libs(+)]
+   convert? (
+   sys-fs/e2fsprogs:0[static-libs(+)]
+   sys-libs/e2fsprogs-libs:0[static-libs(+)]
+   reiserfs? (
+   >=sys-fs/reiserfsprogs-3.6.27[static-libs(+)]
+   )
+   )
+   zstd? ( app-arch/zstd:0[static-libs(+)] )
+   )
+"
+BDEPEND="
+   doc? (
+   || ( >=app-text/asciidoc-8.6.0 dev-ruby/asciidoctor )
+   app-text/docbook-xml-dtd:4.5
+   app-text/xmlto
+   )
+"
+
+if [[ ${PV} ==  ]]; then
+   DEPEND+=" sys-devel/gnuconfig"
+fi
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]]; then
+   AT_M4DIR=m4 eautoreconf
+   mkdir config || die
+   

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

2020-10-23 Thread Lars Wendler
commit: 1c18e4df3ea6532cb485b2d33c8ab9c6af936762
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 23 18:30:42 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 23 18:56:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c18e4df

dev-vcs/git: Bump to version 2.29.1. Removed old

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

 dev-vcs/git/Manifest | 6 +++---
 dev-vcs/git/{git-2.29.0.ebuild => git-2.29.1.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 942dd7e9a06..7e6070ef01e 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -4,18 +4,18 @@ DIST git-2.25.4.tar.xz 5880976 BLAKE2B 
a3ac79918ba174a93844d9518a2f1c6970abe2cd3
 DIST git-2.26.2.tar.xz 6007864 BLAKE2B 
efce003a95e24dbb6e14feebd35874c9ed1a5c06d7f0722d4dfefae830613b64b81faa41d5952400fa382b385d15d48829f8ee3b4d065e134bd38fa0e10bf570
 SHA512 
5d92d07b171c5cd6e89a29c1211c73c1c900cd51c74d690aebfb4a3d0e93b541b09b42b6d6a1a82f5c3d953096771f9a8605c63be139f559f58698c1a0eabcfc
 DIST git-2.27.0.tar.xz 6074636 BLAKE2B 
72c992ee35a50cdeb2363f04edfab65358216b8415f31f217b6e837d1f7bc28b90e49850006596a8f5f1932fd3011c4253df287d445dca58e335d2f6e7bab8c2
 SHA512 
8ddea44503db7caf1f6080e6441aa64a7b8761fd6541965ee244d9c4a47befccda1a239f11d86c2ad0ff24923d084f65712f5f2d6cfa178573e3471c6c33
 DIST git-2.28.0.tar.xz 6117608 BLAKE2B 
81c834dfda5b8e3065d098e411eb2408a1e7ccfde9c447a4164c131c9c2c32dcfd888980bcd180952435c05976a4fa18c155830432170deff70aa1aa2989cd2a
 SHA512 
a6159c0a15e3c5f9603157d4010664a6d74e7d65b9fe97a03b36fac12607248ed57980d96565841e88eae343001c16732737d3af812608c8db011941df1a
-DIST git-2.29.0.tar.xz 6187748 BLAKE2B 
12795d49d76b7514ec20695faafaabc9608d0d77794c2aed55f95144c3a439569f6496a1aac86ae321f6faec0937bef427358c0b9b0e7a61e1561097107a6757
 SHA512 
7efca642d78403d15435bc1d44379b328432a36cfeeaa229b6f83e6e6ce52ca0e8fb7de05a8b04d0d2d257d0935e6424e419b892b9cfcd91d90e0fc7c335
+DIST git-2.29.1.tar.xz 6187580 BLAKE2B 
76296c316c191aa1c1d3fc35781ba1138620c13f5278f554215dbb7ec4f0811a202a893d75b962c1882ed780c4d626649e65f05c545b2848f3df2ad8678f0fb1
 SHA512 
4c72afd33a83b93769bdd16350925f4776a2c92bdbffd951bf8b0bb0fc6a474b3f54b08fc4252cc5b1a029d9d21e1f8993d49e991af89ee9b676c6d18d696822
 DIST git-htmldocs-2.23.3.tar.xz 1295344 BLAKE2B 
7a6d8198cf8285717f11731ea907ea06786c486701a729d071deedc5437a595dab355ae2d0ac2814b10503ab4161e76a1245663a9ce35ce48d03be9905315db3
 SHA512 
2c86c03f29f1a4fc2acb17a17a9e1a3df2ec95138895f5c8e776859772ebc7b95c24af0e328508ccf1ea85b7adaa86a9aedc4d0c353ffc91ad5810ecc9a48059
 DIST git-htmldocs-2.24.3.tar.xz 1307828 BLAKE2B 
5d6dda03e2c51346326a1258a14a0ee16fab7fe83c80b4a1a0b307a6343db851d89b96afcf616e10ad5831352a90332ac602e5713444855327e11be8992a5274
 SHA512 
14289fb46cff48bece0cdafea9ef201facdb58eafce4b735ce50489356deb993c481ac1b6e96a2f98cfe30434280997c47f2cca0bdb2b6e85c31cb7cf17cc257
 DIST git-htmldocs-2.25.4.tar.xz 1296896 BLAKE2B 
4f6469acdcd699698bd1f19bd0d911fd522c1890115f25c087a7870b855eb9354340fe17e9e6aaec7fb27cd951fe28cadbf26e1aeadc76f3c3a1cde4d23e42cd
 SHA512 
e10c6fa52e213a2b18290fed375f6e176eef17b0a19f6906f09d6228d18bece88ff0ec97d871db0ba29fc0fbff73740312ab01eab809bd6a9a41c8b295cf8d67
 DIST git-htmldocs-2.26.2.tar.xz 1304788 BLAKE2B 
e0de88c5c41646d5fb9b54e2ee873c7904e1b85c67f971499f0227eb2dd59cabd4ffc58c468cf8a7a7466920af972dbc7f95d78003e487edac9a15a9c49b80a2
 SHA512 
b577693180b4fc035af211e3b83e98ad5e1bfbb98706924858df6558383b82ca05f870bdae90f8a14c8bf664f091ee928af52dcdebdfb98dc7387fdfe2e3a396
 DIST git-htmldocs-2.27.0.tar.xz 1325820 BLAKE2B 
a86cb62b6e42e451201a69e92c897566a78ed4965a98ef7b09f7c4674f60a334357ea8834ec5d97764f5f7e8fe580b8ac3af4da588b72a0e01f065adcd019aec
 SHA512 
6af974ea6c8458f72c5fc7a372611e0153b705a85092a5fe37587a3165368712e077f582ce4085538f48df925d60898b96c32275182b7ef034711ab53e7ab811
 DIST git-htmldocs-2.28.0.tar.xz 1347596 BLAKE2B 
9c447f951cc31eb306841d12a94aefd3bb9699f374f2919f7eed0789f6b49cd54df74ecddaa1475203a5dca33140787f53272774f71ccbb48e5da5f1ab6bfbde
 SHA512 
bbe7a7c221d1bb8d9852d5210a80b3d60c5b66f159591971abb2d9a08570cb7bf85686c7eba8cf37e04d37d63702906b308692a68c05fdbd0e3f3d60322003f0
-DIST git-htmldocs-2.29.0.tar.xz 1364672 BLAKE2B 
db02e2e58202dcb949b42a0d947311d50b19f7ebd86e6c1d10d6a291a376dd2b8b5c135c5a25b4b4d5e466269e6a17ca270aef4097cc7b8b10cbfda71e664679
 SHA512 
8385b18ba191651042663f10b38a89f4aff1293f986459c0560a2915315a6f62c16e9f028fbe97c4f1dd8ee5015e9092f4698ff66b3d17010a876929def61529
+DIST git-htmldocs-2.29.1.tar.xz 1364316 BLAKE2B 
4d73b58ca47e3b8a940058debe4203f5105435e21ff61f8b43a43d5d9f2337ab2802646980514c019d4b2bbfbe9a4a84645af1f6ed4846d6b8d710c9bc8ac082
 SHA512 
4ce49d3ff9130db986be39388157f955ab45661325984927d78dd1742f5c43afb8dac6f89a3f40583763ed913c214faf5d40ba48ce0b52bef363e312deed230d
 DIST git-manpages-2.23.3.tar.xz 449464 BLAKE2B 

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

2020-10-23 Thread Rick Farina
commit: 3bf47f7c2f1660632551c7b573e38f2f959947d9
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Oct 23 18:12:32 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Oct 23 18:12:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf47f7c

net-wireless/kismet: track upstream

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

 net-wireless/kismet/kismet-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 06840c1eb32..e62e5fa8145 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -45,7 +45,8 @@ CDEPEND="
dev-libs/elfutils:=
sys-libs/zlib:=
dev-db/sqlite:=
-   net-libs/libmicrohttpd
+   net-libs/libmicrohttpd:=
+   net-libs/libwebsockets:=[client]
kernel_linux? ( sys-libs/libcap
dev-libs/libnl:3
net-libs/libpcap



[gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/

2020-10-23 Thread Georgy Yakovlev
commit: d2c2689267235a687a766d45c779c36b1c22fd41
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Oct 23 13:34:13 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Oct 23 17:48:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c26892

app-shells/loksh: version bump to 6.8

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18010
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-shells/loksh/Manifest |  1 +
 app-shells/loksh/loksh-6.8.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index 0488e96ec10..1b38d621530 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1,3 +1,4 @@
 DIST loksh-6.7.2.tar.xz 209520 BLAKE2B 
37635721b4ed99b3a8ffd0bc6806e29e96c68618db32d8aad32e8cafb2c669ff44e0228588631478c189fb804a790245a66abe700bd78d06f3fdbd3baaa03778
 SHA512 
0008905c97c0d65ab246c05ddcd733925cdf2e35bc0eb09dd4301718236cab3f2682bee250e3630f3f9d801c1e20ee2db71194ac01f9ea4c2c8ff437328f5d08
 DIST loksh-6.7.4.tar.xz 210008 BLAKE2B 
80fd4ffa1a45f0c8775540832996278f41078850d6c9ccca8f2a1db5e2de0bb5663d11fa28c26e9b523fc6d9fbc9e1db7cfb93035ceef1bc2040e8f2083691da
 SHA512 
d0c4aa3cb0b48d85c667a7d2e1a9c28c1533c43b3a8804806120f646a711499c96165e0e1ed7f285cd8da0d21e7ef80535b071066cc804c11cdf67e1a5e5918e
 DIST loksh-6.7.5.tar.xz 209928 BLAKE2B 
76f00cba08d425e7b0605a7a8b66f8ff6f7626a277bf5308877a8d61d6e65c2c7a68867beae8244aa42cf76e7f942dac46780432f76f63a6e007f3d772fbda78
 SHA512 
20f203afcc4b582e89c825852428a33f74232cb71708b7153b6f3a78d692766cfd67b8993c38e58a223b0e95caf2a487eea6bdda321ad056bf475b21d47f97f1
+DIST loksh-6.8.tar.xz 210440 BLAKE2B 
438181e3fa5b95bc15d5cd2d5a42d09d595aefa45b8598532835f5df2464c40c6ebcab8febeee55f20272cbe3acc57f02d1408bf726cc9fc3435b7b35fae6e4a
 SHA512 
bc862c4aa0796b0fde14c5c3067fc48c6325741bf7e62dcd99faa2ed0ddb80a8fcce79819ff599395f88ee8e5958ce4a451f777d0105fd8ea0ec513977d4e715

diff --git a/app-shells/loksh/loksh-6.8.ebuild 
b/app-shells/loksh/loksh-6.8.ebuild
new file mode 100644
index 000..ca44f5e3fd4
--- /dev/null
+++ b/app-shells/loksh/loksh-6.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Linux port of OpenBSD's ksh"
+HOMEPAGE="https://github.com/dimkr/loksh;
+SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/src.tar.xz -> 
${P}.tar.xz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="sys-libs/ncurses:0="
+
+RDEPEND="
+   ${DEPEND}
+   !app-shells/ksh
+"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   default
+   sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
+}
+
+src_configure() {
+   # we want it as /bin/ksh
+   meson_src_configure --bindir=../bin
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/simutrans/, games-simulation/simutrans/files/

2020-10-23 Thread Michał Górny
commit: fb75467bcf4b8c308ebbc5b9121a6f42d43680d3
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Oct 23 14:50:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 17:08:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb75467b

games-simulation/simutrans: Delete old ebuild.

It doesn't compile since 2018.

Bug: https://bugs.gentoo.org/664634
Bug: https://bugs.gentoo.org/724470
Bug: https://bugs.gentoo.org/739360

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/15314
Signed-off-by: Michał Górny  gentoo.org>

 games-simulation/simutrans/Manifest|  3 -
 .../files/simutrans-0.120.2.2-Makefile.patch   | 89 --
 .../simutrans/simutrans-0.120.2.2.ebuild   | 71 -
 3 files changed, 163 deletions(-)

diff --git a/games-simulation/simutrans/Manifest 
b/games-simulation/simutrans/Manifest
index 404b39b85fe..ee3db6e423f 100644
--- a/games-simulation/simutrans/Manifest
+++ b/games-simulation/simutrans/Manifest
@@ -1,6 +1,3 @@
-DIST language_pack-Base+texts.zip 1097263 BLAKE2B 
08678f36a2425b84bf5f440a546af7ca6507ee17bdcfd3096335c20ce60c23a5375eb133f597806bed28db2d9ed067669e83a4df47443be0cb48bf151ba91ef2
 SHA512 
015caafaeace03bd5475e66c93bb433d9b07b600c3fcf125a4bda9b2856ba41dc43b923e032920df4a060087ead7180df59092f23ab6dcf12579b580827b1248
-DIST simupak64-120-2.zip 4453079 BLAKE2B 
910f7937d5eabe8c97f9b9fb6b1d0a63ffe5c7a897a83d5649581f629c1e6d000442399f3e181c0a6e2b08a6f9948354df1848b84df6c2d37bd65d4c303d1626
 SHA512 
c7f819142b66c093c8631fcfe8e70c3be667680d745a66eab65e06979f849592d2c09ed18eb33ca2e359b2830f57874ae23d989ab5aa901eece69de83180f357
-DIST simutrans-src-120-2-2.zip 3900947 BLAKE2B 
69e9f78883d1b611bc76bbff1dc46ab1a645580ec0114f342aeb5e243c643c0fa4d3684e8102a0196f95320b4f93a0a50a93bb61802e81236f286a2989ac646f
 SHA512 
db9797be132bb1936d8c3192e536523d1249d20a513f3758037097ef46c2bab40d4be8adb68cb21eda2b4820369e89bd0a6e2abc4fe2bbcefe40bb414a3d1ab2
 DIST simutrans-src-122-0.zip 4534293 BLAKE2B 
c4117baf82530adced1fbb60e099176b7b63ade07e10f741e19e41aedd4b65f5d7b6ab60145f3bce7ff88def9836eac88323b14aa74f2ce5f1c76eeaa6beb713
 SHA512 
7a044ceda9359847353c1dcd23c380d1ddcca901fd674a25b66d7bd0ede7f974525c5fc3b37781977e9946626f30b538c483166983ab8b7be9e73903dc9be0bd
 DIST simutrans_PAK128.german_2.0_for_ST_122.0.zip 186572954 BLAKE2B 
1f21655660f947767657f79fa45f66cd434888c37596e17dbd8400ce684251c33617dc78096c34b23bad3f241cc4641029d0f12b5f09d199013582c89fa02ab3
 SHA512 
9e6250b333e6b31e0ad23f2629409c2b4914e5fb9cb0304baa1e70f0c268d5eca7db27d77b51f18fff57569df56eecb82c8ec9b48c3a3efacf7d47501546347d
 DIST simutrans_coalwagonfix.rar 10769 BLAKE2B 
4ebb14c5585fcb09b2c9e70451a0a4f1133d1bf7a184c898463c4393026dcbaf10954430d83e64cd7430ec3e3708e0d51f04b805ac0c32656c138b001e617079
 SHA512 
503c795b4fdc168cc925a3b5ff385880dd28c8e3214a7c5aeb80e937378cf19b1f2408d19f2ab6ef066f47d6f6ab0955e6d5ec59981d1e76fbe3cd661b8bd22e

diff --git 
a/games-simulation/simutrans/files/simutrans-0.120.2.2-Makefile.patch 
b/games-simulation/simutrans/files/simutrans-0.120.2.2-Makefile.patch
deleted file mode 100644
index f9fb48ab682..000
--- a/games-simulation/simutrans/files/simutrans-0.120.2.2-Makefile.patch
+++ /dev/null
@@ -1,89 +0,0 @@
 a/Makefile 2017-03-29 12:04:15.0 +0300
-+++ b/Makefile 2017-06-08 01:41:32.605031258 +0300
-@@ -87,8 +87,6 @@
-   CFLAGS += -minline-all-stringops
- endif
-   endif
--else
--  CFLAGS += -O
- endif
- 
- ifdef DEBUG
-@@ -110,6 +108,7 @@
-   endif
- else
-   CFLAGS += -DNDEBUG
-+  CXXFLAGS += -DNDEBUG
- endif
- 
- ifdef MSG_LEVEL
-@@ -127,6 +126,7 @@
- ifneq ($(MULTI_THREAD),)
-   ifeq ($(shell expr $(MULTI_THREAD) \>= 1), 1)
- CFLAGS += -DMULTI_THREAD
-+CXXFLAGS += -DMULTI_THREAD
- ifneq ($(OSTYPE),haiku)
-   LDFLAGS += -lpthread
- endif
-@@ -142,11 +142,13 @@
- endif
- ifneq ($(REV),)
-   CFLAGS  += -DREVISION="$(REV)"
-+  CXXFLAGS  += -DREVISION="$(REV)"
- endif
-   endif
- endif
- 
- CFLAGS   += -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align $(FLAGS)
-+CXXFLAGS   += -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align $(FLAGS)
- CCFLAGS  += -ansi -Wstrict-prototypes -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64
- 
- 
-@@ -514,6 +516,7 @@
- endif
-   endif
-   CFLAGS += $(SDL_CFLAGS)
-+  CXXFLAGS += $(SDL_CFLAGS)
-   LIBS   += $(SDL_LDFLAGS)
- endif
- 
-@@ -553,6 +556,7 @@
- endif
-   endif
-   CFLAGS += $(SDL_CFLAGS)
-+  CXXFLAGS += $(SDL_CFLAGS)
-   LIBS   += $(SDL_LDFLAGS)
- endif
- 
-@@ -568,6 +572,7 @@
- SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs)
-   endif
-   CFLAGS += $(SDL_CFLAGS)
-+  CXXFLAGS += $(SDL_CFLAGS)
-   LIBS   += $(SDL_LDFLAGS) -lSDL_mixer
- endif
- 
-@@ -594,6 +599,7 @@
- SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs)
-   endif
-   CFLAGS += $(SDL_CFLAGS)
-+  CXXFLAGS += $(SDL_CFLAGS)
-   LIBS   += $(SDL_LDFLAGS) -lglew32
-   ifeq 

[gentoo-commits] repo/gentoo:master commit in: games-simulation/simutrans/files/, games-simulation/simutrans/

2020-10-23 Thread Michał Górny
commit: 3cd3ac0da3b0b26ee001e014ccec1aa45d131ef6
Author: Ronny Gutbrod  tastytea  de>
AuthorDate: Sat Apr 11 20:56:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 17:07:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd3ac0d

games-simulation/simutrans: Version bump 0.122.0.

Also add a Desktop Entry and all the maintained paksets (scenario data) via
use-flags.

Closes: https://bugs.gentoo.org/668504
Closes: https://bugs.gentoo.org/636324
Closes: https://bugs.gentoo.org/664634
Closes: https://bugs.gentoo.org/724470
Closes: https://bugs.gentoo.org/739360
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>
Signed-off-by: Michał Górny  gentoo.org>

 games-simulation/simutrans/Manifest|   8 ++
 .../files/simutrans-0.122.0-Fix-Makefile.patch |  21 
 games-simulation/simutrans/files/simutrans.desktop |   9 ++
 games-simulation/simutrans/metadata.xml|  14 ++-
 .../simutrans/simutrans-0.122.0.ebuild | 106 +
 5 files changed, 156 insertions(+), 2 deletions(-)

diff --git a/games-simulation/simutrans/Manifest 
b/games-simulation/simutrans/Manifest
index f604b92dcbb..404b39b85fe 100644
--- a/games-simulation/simutrans/Manifest
+++ b/games-simulation/simutrans/Manifest
@@ -1,3 +1,11 @@
 DIST language_pack-Base+texts.zip 1097263 BLAKE2B 
08678f36a2425b84bf5f440a546af7ca6507ee17bdcfd3096335c20ce60c23a5375eb133f597806bed28db2d9ed067669e83a4df47443be0cb48bf151ba91ef2
 SHA512 
015caafaeace03bd5475e66c93bb433d9b07b600c3fcf125a4bda9b2856ba41dc43b923e032920df4a060087ead7180df59092f23ab6dcf12579b580827b1248
 DIST simupak64-120-2.zip 4453079 BLAKE2B 
910f7937d5eabe8c97f9b9fb6b1d0a63ffe5c7a897a83d5649581f629c1e6d000442399f3e181c0a6e2b08a6f9948354df1848b84df6c2d37bd65d4c303d1626
 SHA512 
c7f819142b66c093c8631fcfe8e70c3be667680d745a66eab65e06979f849592d2c09ed18eb33ca2e359b2830f57874ae23d989ab5aa901eece69de83180f357
 DIST simutrans-src-120-2-2.zip 3900947 BLAKE2B 
69e9f78883d1b611bc76bbff1dc46ab1a645580ec0114f342aeb5e243c643c0fa4d3684e8102a0196f95320b4f93a0a50a93bb61802e81236f286a2989ac646f
 SHA512 
db9797be132bb1936d8c3192e536523d1249d20a513f3758037097ef46c2bab40d4be8adb68cb21eda2b4820369e89bd0a6e2abc4fe2bbcefe40bb414a3d1ab2
+DIST simutrans-src-122-0.zip 4534293 BLAKE2B 
c4117baf82530adced1fbb60e099176b7b63ade07e10f741e19e41aedd4b65f5d7b6ab60145f3bce7ff88def9836eac88323b14aa74f2ce5f1c76eeaa6beb713
 SHA512 
7a044ceda9359847353c1dcd23c380d1ddcca901fd674a25b66d7bd0ede7f974525c5fc3b37781977e9946626f30b538c483166983ab8b7be9e73903dc9be0bd
+DIST simutrans_PAK128.german_2.0_for_ST_122.0.zip 186572954 BLAKE2B 
1f21655660f947767657f79fa45f66cd434888c37596e17dbd8400ce684251c33617dc78096c34b23bad3f241cc4641029d0f12b5f09d199013582c89fa02ab3
 SHA512 
9e6250b333e6b31e0ad23f2629409c2b4914e5fb9cb0304baa1e70f0c268d5eca7db27d77b51f18fff57569df56eecb82c8ec9b48c3a3efacf7d47501546347d
+DIST simutrans_coalwagonfix.rar 10769 BLAKE2B 
4ebb14c5585fcb09b2c9e70451a0a4f1133d1bf7a184c898463c4393026dcbaf10954430d83e64cd7430ec3e3708e0d51f04b805ac0c32656c138b001e617079
 SHA512 
503c795b4fdc168cc925a3b5ff385880dd28c8e3214a7c5aeb80e937378cf19b1f2408d19f2ab6ef066f47d6f6ab0955e6d5ec59981d1e76fbe3cd661b8bd22e
+DIST simutrans_language_pack-Base+texts-0.122.0.zip 1172877 BLAKE2B 
6a1646d8bd1e74a54506cd32508b5dd9da3d2ce77c7920049fea6bd42c6b46b91e9b248860a352380a5f2bb1393f2bbc9b837dcb347c132c7132f6813a608212
 SHA512 
d87b4f65188f6efd7e277f6ae5796584e58a1302dae7246cd7b6e3c06d8cdc81c5eae647e12cdf7598230c588f66f5682d2be0e6628311343daf4bd46b441278
+DIST simutrans_pak128-2.8.1.zip 97430218 BLAKE2B 
95b6788fd8e4f539b232e9de563227704f16c05951d8cd42ca3faf6b9f625d08108bda068417e9e04c14db8ee6fe860e9b8d958c703719223de770da36ee686b
 SHA512 
c4635a446d9874fe1cf1a15a1ca8eaa50a0888c7679df540aa7509e30db6cb8f9519a27aad10dc481a7762c6c16bb5df64e18665652dcd777885adf0dae6736a
+DIST simutrans_pak128.Britain.1.18-120-3.zip 67251660 BLAKE2B 
6dbebdf77985e2610f4283b1ae252a19cbfcc37cc1c6974e4132300f87c7d881bd87aba29bb01974d56d261ee6694fd81d0d4b09eb0a2854e38de6f278f91b53
 SHA512 
234a6c3dffa236ae98ba3372efb2e2b2808c0dcc0933ea5f339aa639e0705674435599e27228f0ee82f24af49ffbd7cb7c6c076ff6569a7ce622c6b8009c8472
+DIST simutrans_pak192.comic.0.5.zip 70896173 BLAKE2B 
63557e08387802a788f8e77157674847d757a23f329aa452c9ea6c096f875d665bb2090df34886437a2d35519c83b38f03d06566bf052c1ffe3cad718c7c3dfe
 SHA512 
f61ad804d63027e181bb99a92f48d23cf6a6f47047a1ba9e8f83383cc4e6d603c7fe260d0846613d43765d3fc933bf13ae063d8d8176f8aef41db8d6bf187773
+DIST simutrans_simupak64-122-0.zip 4537410 BLAKE2B 
300d0248f4f3781578579f31056810c3f1261660b7d1eaa4ec21e735625c3b499548c560d1b1ee918fd7111ca4f872f77119cffc82014c95753520225226665b
 SHA512 
de099d71392130e26a907f4cd30d5e714cc472cb91c606b3dc5e499653a277750cd971440351fd384c368b453704633ad4eda8ec3e6e16e9ea797080371aaa9d

diff --git 
a/games-simulation/simutrans/files/simutrans-0.122.0-Fix-Makefile.patch 

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

2020-10-23 Thread Thomas Deutschmann
commit: 0b684bfbdff41cbaab1a6c1969c931a1670395d7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 23 16:19:06 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 23 16:19:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b684bfb

dev-libs/nss: always tolerate the first CCS in TLS 1.3

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

 ...8-always-tolerate-the-first-CCS-in-TLS1.3.patch | 111 +
 .../nss/{nss-3.58.ebuild => nss-3.58-r1.ebuild}|   1 +
 2 files changed, 112 insertions(+)

diff --git 
a/dev-libs/nss/files/nss-3.58-always-tolerate-the-first-CCS-in-TLS1.3.patch 
b/dev-libs/nss/files/nss-3.58-always-tolerate-the-first-CCS-in-TLS1.3.patch
new file mode 100644
index 000..f68b65c119c
--- /dev/null
+++ b/dev-libs/nss/files/nss-3.58-always-tolerate-the-first-CCS-in-TLS1.3.patch
@@ -0,0 +1,111 @@
+https://bugzilla.mozilla.org/show_bug.cgi?id=1672703
+
+--- a/gtests/ssl_gtest/ssl_tls13compat_unittest.cc
 b/gtests/ssl_gtest/ssl_tls13compat_unittest.cc
+@@ -348,8 +348,8 @@
+   client_->CheckErrorCode(SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT);
+ }
+ 
+-// The server rejects a ChangeCipherSpec if the client advertises an
+-// empty session ID.
++// The server accepts a ChangeCipherSpec even if the client advertises
++// an empty session ID.
+ TEST_F(TlsConnectStreamTls13, ChangeCipherSpecAfterClientHelloEmptySid) {
+   EnsureTlsSetup();
+   ConfigureVersion(SSL_LIBRARY_VERSION_TLS_1_3);
+@@ -358,9 +358,8 @@
+   client_->Handshake();  // Send ClientHello
+   client_->SendDirect(DataBuffer(kCannedCcs, sizeof(kCannedCcs)));  // Send 
CCS
+ 
+-  server_->ExpectSendAlert(kTlsAlertUnexpectedMessage);
+-  server_->Handshake();  // Consume ClientHello and CCS
+-  server_->CheckErrorCode(SSL_ERROR_RX_MALFORMED_CHANGE_CIPHER);
++  Handshake();
++  CheckConnected();
+ }
+ 
+ // The server rejects multiple ChangeCipherSpec even if the client
+@@ -381,7 +380,7 @@
+   server_->CheckErrorCode(SSL_ERROR_RX_MALFORMED_CHANGE_CIPHER);
+ }
+ 
+-// The client rejects a ChangeCipherSpec if it advertises an empty
++// The client accepts a ChangeCipherSpec even if it advertises an empty
+ // session ID.
+ TEST_F(TlsConnectStreamTls13, ChangeCipherSpecAfterServerHelloEmptySid) {
+   EnsureTlsSetup();
+@@ -398,9 +397,10 @@
+  // send ServerHello..CertificateVerify
+   // Send CCS
+   server_->SendDirect(DataBuffer(kCannedCcs, sizeof(kCannedCcs)));
+-  client_->ExpectSendAlert(kTlsAlertUnexpectedMessage);
+-  client_->Handshake();  // Consume ClientHello and CCS
+-  client_->CheckErrorCode(SSL_ERROR_RX_MALFORMED_CHANGE_CIPHER);
++
++  // No alert is sent from the client. As Finished is dropped, we
++  // can't use Handshake() and CheckConnected().
++  client_->Handshake();
+ }
+ 
+ // The client rejects multiple ChangeCipherSpec in a row even if the
+--- a/lib/ssl/ssl3con.c
 b/lib/ssl/ssl3con.c
+@@ -6645,11 +6645,7 @@
+ 
+ /* TLS 1.3: We sent a session ID.  The server's should match. */
+ if (!IS_DTLS(ss) && (sentRealSid || sentFakeSid)) {
+-if (sidMatch) {
+-ss->ssl3.hs.allowCcs = PR_TRUE;
+-return PR_TRUE;
+-}
+-return PR_FALSE;
++return sidMatch;
+ }
+ 
+ /* TLS 1.3 (no SID)/DTLS 1.3: The server shouldn't send a session ID. */
+@@ -8696,7 +8692,6 @@
+ errCode = PORT_GetError();
+ goto alert_loser;
+ }
+-ss->ssl3.hs.allowCcs = PR_TRUE;
+ }
+ 
+ /* TLS 1.3 requires that compression include only null. */
+@@ -13066,15 +13061,14 @@
+ ss->ssl3.hs.ws != idle_handshake &&
+ cText->buf->len == 1 &&
+ cText->buf->buf[0] == change_cipher_spec_choice) {
+-if (ss->ssl3.hs.allowCcs) {
+-/* Ignore the first CCS. */
+-ss->ssl3.hs.allowCcs = PR_FALSE;
++if (!ss->ssl3.hs.rejectCcs) {
++/* Allow only the first CCS. */
++ss->ssl3.hs.rejectCcs = PR_TRUE;
+ return SECSuccess;
+-}
+-
+-/* Compatibility mode is not negotiated. */
+-alert = unexpected_message;
+-PORT_SetError(SSL_ERROR_RX_MALFORMED_CHANGE_CIPHER);
++} else {
++alert = unexpected_message;
++PORT_SetError(SSL_ERROR_RX_MALFORMED_CHANGE_CIPHER);
++}
+ }
+ 
+ if ((IS_DTLS(ss) && !dtls13_AeadLimitReached(spec)) ||
+--- a/lib/ssl/sslimpl.h
 b/lib/ssl/sslimpl.h
+@@ -710,10 +710,7 @@
+* or received. */
+ PRBool receivedCcs;   /* A server received 
ChangeCipherSpec
+* before the handshake started. */
+-PRBool allowCcs;  /* A server allows ChangeCipherSpec
+-  

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

2020-10-23 Thread Andreas Sturmlechner
commit: 97213464378a284b250c6e0c1b1b956d1e79b4fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 16:12:55 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 16:12:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97213464

profiles: Mask media-libs/webvfx, media-video/shotcut for removal

Bug: https://bugs.gentoo.org/688850
Bug: https://bugs.gentoo.org/744199
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 48892cab8e3..23d470dcf1a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-10-23)
+# Depends on deprecated QtWebKit with no work towards QtWebEngine port at all.
+# Bug #688850, security bug #744199. Removal in 30 days.
+media-video/shotcut
+media-libs/webvfx
+
 # Michał Górny  (2020-10-23)
 # Fails to build.  Needs a dedicated maintainer and a version bump.
 # Removal in 30 days.  Bug #635592.



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

2020-10-23 Thread Louis Sautier
commit: cee993a310a9b07d5908c962c1831c05d44d1b1e
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Oct 23 16:02:50 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Oct 23 16:05:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee993a3

dev-python/importlib_resources: remove old

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

 dev-python/importlib_resources/Manifest|  1 -
 .../importlib_resources-3.1.0.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/importlib_resources/Manifest 
b/dev-python/importlib_resources/Manifest
index 83be335d261..755ef202a4b 100644
--- a/dev-python/importlib_resources/Manifest
+++ b/dev-python/importlib_resources/Manifest
@@ -1,4 +1,3 @@
 DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B 
aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87
 SHA512 
34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed
 DIST importlib_resources-3.0.0.tar.gz 26725 BLAKE2B 
e2517b0d1e576ce949ac05230892acbad59c09fa4b84401b3c957e83f40b50d12bc02360b135fe949d12c43f8f557006824e4e4a3e9ff2ce879c03362569a00c
 SHA512 
cd29e268cacef3729024af6cae8394ce5aa8c1d8a28397fd8f009c7eaa908ed3775508bde86c26b0d233c25261b8509abb1e16c378c7c8a9bb0906224f3fdd54
-DIST importlib_resources-3.1.0.tar.gz 27630 BLAKE2B 
fbfa4464580c7ec8a880161a3e28c9fc783676ddbc5470e419cdabe7fc7c037a59fb6a29dcc9cc523ad47b2624e0df4738cfe6e7bbf09704f4512c96eb34474f
 SHA512 
0f659afc3f65d7245c137fe447606e138391bddbdcc1cfacafe94bcb557245d8f576d4d489f209047a0cbc2a60e79e37ee9419062c7472f12e0aee0acec7056a
 DIST importlib_resources-3.1.1.tar.gz 27715 BLAKE2B 
e7dc82dc2e082e94bcf87869e7f761bb008bf556b98ac94cab782b8f5430c87e3546cdc5e19819b1556de49ad5f755cbabb372cb254e909349a85264c00cadc6
 SHA512 
92577dca638a282306334441608a8f7315c1c4034004e52002029450c56529b1fc8edbd2a62c8ecc74b18ed9d3c3bf04e037d9510fa279ec7f18cb6170b2fb3a

diff --git a/dev-python/importlib_resources/importlib_resources-3.1.0.ebuild 
b/dev-python/importlib_resources/importlib_resources-3.1.0.ebuild
deleted file mode 100644
index 49e25f9954b..000
--- a/dev-python/importlib_resources/importlib_resources-3.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# This is a backport of Python 3.9's importlib.resources
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read resources from Python packages"
-HOMEPAGE="https://github.com/python/importlib_resources;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/zipp[${PYTHON_USEDEP}]
-   ' pypy3 python3_{6,7})
-"
-BDEPEND="
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging



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

2020-10-23 Thread Louis Sautier
commit: 2059d4deeed55eab129bd402184401285e2f26d3
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Oct 23 16:02:27 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Oct 23 16:05:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2059d4de

dev-python/importlib_resources: bump to 3.1.1

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

 dev-python/importlib_resources/Manifest|  1 +
 .../importlib_resources-3.1.1.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/importlib_resources/Manifest 
b/dev-python/importlib_resources/Manifest
index 9dfbc236e49..83be335d261 100644
--- a/dev-python/importlib_resources/Manifest
+++ b/dev-python/importlib_resources/Manifest
@@ -1,3 +1,4 @@
 DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B 
aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87
 SHA512 
34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed
 DIST importlib_resources-3.0.0.tar.gz 26725 BLAKE2B 
e2517b0d1e576ce949ac05230892acbad59c09fa4b84401b3c957e83f40b50d12bc02360b135fe949d12c43f8f557006824e4e4a3e9ff2ce879c03362569a00c
 SHA512 
cd29e268cacef3729024af6cae8394ce5aa8c1d8a28397fd8f009c7eaa908ed3775508bde86c26b0d233c25261b8509abb1e16c378c7c8a9bb0906224f3fdd54
 DIST importlib_resources-3.1.0.tar.gz 27630 BLAKE2B 
fbfa4464580c7ec8a880161a3e28c9fc783676ddbc5470e419cdabe7fc7c037a59fb6a29dcc9cc523ad47b2624e0df4738cfe6e7bbf09704f4512c96eb34474f
 SHA512 
0f659afc3f65d7245c137fe447606e138391bddbdcc1cfacafe94bcb557245d8f576d4d489f209047a0cbc2a60e79e37ee9419062c7472f12e0aee0acec7056a
+DIST importlib_resources-3.1.1.tar.gz 27715 BLAKE2B 
e7dc82dc2e082e94bcf87869e7f761bb008bf556b98ac94cab782b8f5430c87e3546cdc5e19819b1556de49ad5f755cbabb372cb254e909349a85264c00cadc6
 SHA512 
92577dca638a282306334441608a8f7315c1c4034004e52002029450c56529b1fc8edbd2a62c8ecc74b18ed9d3c3bf04e037d9510fa279ec7f18cb6170b2fb3a

diff --git a/dev-python/importlib_resources/importlib_resources-3.1.1.ebuild 
b/dev-python/importlib_resources/importlib_resources-3.1.1.ebuild
new file mode 100644
index 000..49e25f9954b
--- /dev/null
+++ b/dev-python/importlib_resources/importlib_resources-3.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# This is a backport of Python 3.9's importlib.resources
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read resources from Python packages"
+HOMEPAGE="https://github.com/python/importlib_resources;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/zipp[${PYTHON_USEDEP}]
+   ' pypy3 python3_{6,7})
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging



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

2020-10-23 Thread Craig Andrews
commit: 405a70fe620693829669357c4722c7e6dccf961e
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Oct 23 15:55:34 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct 23 15:55:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405a70fe

media-plugins/kodi-pvr-hts: 7.2.2 version bump

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

 media-plugins/kodi-pvr-hts/Manifest|  1 +
 .../kodi-pvr-hts/kodi-pvr-hts-7.2.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/media-plugins/kodi-pvr-hts/Manifest 
b/media-plugins/kodi-pvr-hts/Manifest
index eab66c9da8a..f49bb0a5117 100644
--- a/media-plugins/kodi-pvr-hts/Manifest
+++ b/media-plugins/kodi-pvr-hts/Manifest
@@ -9,3 +9,4 @@ DIST kodi-pvr-hts-7.1.1.tar.gz 167379 BLAKE2B 
f2391d7997a7e17ed1fb7b2326cdb0cddf
 DIST kodi-pvr-hts-7.1.4.tar.gz 167634 BLAKE2B 
34c19b9be6f8e66c22b93e74703d55ccf66970fb39b4c2ac52146aa9d94175280406339fbe6651a53be4b9216713dbeb25fc004f9959a1ce1db42e13b0aec2f7
 SHA512 
91f9420ad88ec806d2d16e618827583039b90e488014d0f998108c9d94906aa247755f5d53dc4b59badc9fdfad96c975b0d7c98ef0ffd7116171e8abd247c94b
 DIST kodi-pvr-hts-7.2.0.tar.gz 167998 BLAKE2B 
4da53589b58849259d66a03d2f719067cc1749ea181ad6037f03ca178879a34e209422039a1b2d0b3900ee2a2ef65d32a09cae0f177dc17dd8aa97e06dea4f2b
 SHA512 
736188c4464c9110e4916223cd0aa79195547d4ff568aea711aa42c1145d5aa981d1d5f62d4ed79b37575592bda9f2bbc532eff7b09e48785e644e8fdea668c0
 DIST kodi-pvr-hts-7.2.1.tar.gz 180461 BLAKE2B 
c0beed28549d80f71e5bb7197a396c5abf6c26e119caee5624e37c250d718425519d93317e26e1fa831f13d83903807e2fa3917831645ed83e465f8177cc77d3
 SHA512 
6f971a14e04c4ebb7b300286f7b10f64092eac91a63cbb1ea7ce0d47431231743080b73eb9939273e775f69c1659c2daa669ee53b22be3dafa4c732b095c43f8
+DIST kodi-pvr-hts-7.2.2.tar.gz 180484 BLAKE2B 
051fec04c54ef0e6d6bb756e118827b399881d34eb4657efad0a8f390d96d3b7117a7b48172674d6e5fa6179bf96716665f97d8bacd3f3097d7087eaa1cfa902
 SHA512 
1dd1a097f08e329afdcbcf749417da57001b0191b3a00851607851ba982a268d122dbb9bccf779a8d95f96227a1cf7dd557fcc7761fa32ed263510c2e7941f33

diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.2.ebuild 
b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.2.ebuild
new file mode 100644
index 000..c5e930e9931
--- /dev/null
+++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.hts;
+SRC_URI=""
+
+if [[ ${PV} ==  ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git;
+   inherit git-r3
+else
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2020-10-23 Thread Conrad Kostecki
commit: c8a9f3996f7ec903d8d9d4b1de611df035f93dcb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Oct 23 15:35:03 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 23 15:35:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a9f399

sys-apps/ipmicfg: fix SRC_URI

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

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

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
index c4778e0cb97..642ff2b9341 100644
--- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
+++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
@@ -9,7 +9,7 @@ MY_PV="$(ver_cut 1-3)"
 
 DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
 HOMEPAGE="https://www.supermicro.com;
-SRC_URI="https://www.supermicro.com/wftp/utility/{MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
 
 LICENSE="supermicro"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/files/, net-im/prosody/

2020-10-23 Thread Conrad Kostecki
commit: a7c01843ba339d47ec244309c2d343ebf6b65b28
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Oct 23 15:44:11 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 23 15:44:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c01843

net-im/prosody: fix systemd unit

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

 net-im/prosody/files/prosody.service-r2 | 13 +
 net-im/prosody/prosody-0.11.7-r2.ebuild | 96 +
 2 files changed, 109 insertions(+)

diff --git a/net-im/prosody/files/prosody.service-r2 
b/net-im/prosody/files/prosody.service-r2
new file mode 100644
index 000..81408beefe5
--- /dev/null
+++ b/net-im/prosody/files/prosody.service-r2
@@ -0,0 +1,13 @@
+[Unit]
+Description=Prosody XMPP server
+After=network.target
+
+[Service]
+Group=jabber
+PIDFile=/run/jabber/prosody.pid
+ExecStart=/usr/bin/prosody
+ExecReload=/bin/kill -HUP $MAINPID
+User=jabber
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-im/prosody/prosody-0.11.7-r2.ebuild 
b/net-im/prosody/prosody-0.11.7-r2.ebuild
new file mode 100644
index 000..4495eed2ee3
--- /dev/null
+++ b/net-im/prosody/prosody-0.11.7-r2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="Prosody is a modern XMPP communication server"
+HOMEPAGE="https://prosody.im/;
+SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+libevent libressl luajit mysql postgres +sqlite +ssl test +zlib"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   || (
+   >=dev-lang/lua-5.2:*
+   dev-lua/lua-bit32
+   )
+   net-dns/libidn
+   net-im/jabber-base
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:0= )
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( dev-lang/lua:0 )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   test? ( dev-lua/busted )
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-lua/luaexpat
+   dev-lua/luafilesystem
+   dev-lua/luasocket
+   libevent? ( dev-lua/luaevent )
+   mysql? ( dev-lua/luadbi[mysql] )
+   postgres? ( dev-lua/luadbi[postgres] )
+   sqlite? ( dev-lua/luadbi[sqlite] )
+   ssl? ( dev-lua/luasec )
+   zlib? ( dev-lua/lua-zlib )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.11.7-bit32.patch"
+   "${FILESDIR}/${PN}-0.11.7-gentoo.patch"
+)
+
+src_prepare() {
+   default
+
+   # Set correct plugin path for optional net-im/prosody-modules package
+   sed -e "s/GENTOO_LIBDIR/$(get_libdir)/g" -i prosody.cfg.lua.dist || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --c-compiler="$(tc-getCC)"
+   --datadir="${EPREFIX}/var/spool/jabber"
+   --libdir="${EPREFIX}/usr/$(get_libdir)"
+   --linker="$(tc-getCC)"
+   --ostype="linux"
+   --prefix="${EPREFIX}/usr"
+   --runwith="$(usex luajit luajit lua)"
+   --sysconfdir="${EPREFIX}/etc/jabber"
+   --with-lua-include="${EPREFIX}/usr/include"
+   --with-lua-lib="${EPREFIX}/usr/$(get_libdir)/lua"
+   )
+
+   # Since the configure script is handcrafted,
+   # and yells at unknown options, do not use 'econf'.
+   ./configure ${myeconfargs[@]} --cflags="${CFLAGS} -Wall -fPIC" 
--ldflags="${LDFLAGS} -shared" || die
+
+   rm makefile || die
+   mv GNUmakefile Makefile || die
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/prosody.initd-r4 prosody
+   systemd_newunit "${FILESDIR}"/prosody.service-r2 prosody.service
+
+   newtmpfiles "${FILESDIR}"/prosody.tmpfilesd-r1 prosody.conf
+
+   keepdir /var/spool/jabber
+}
+
+pkg_postinst() {
+   tmpfiles_process prosody.conf
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/files/, net-im/prosody/

2020-10-23 Thread Conrad Kostecki
commit: 363d4260585fe701da73df093bec4dd8a2fc4d72
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Oct 23 15:45:11 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 23 15:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363d4260

net-im/prosody: drop old version

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

 net-im/prosody/files/prosody.service-r1 | 13 -
 net-im/prosody/prosody-0.11.7-r1.ebuild | 96 -
 2 files changed, 109 deletions(-)

diff --git a/net-im/prosody/files/prosody.service-r1 
b/net-im/prosody/files/prosody.service-r1
deleted file mode 100644
index 608423869fd..000
--- a/net-im/prosody/files/prosody.service-r1
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Prosody XMPP server
-After=network.target
-
-[Service]
-Group=jabber
-PIDFile=/run/jabber/prosody.pid
-ExecStart=/usr/bin/prosody
-ExecReload=/usr/bin/kill -HUP $MAINPID
-User=jabber
-
-[Install]
-WantedBy=multi-user.target

diff --git a/net-im/prosody/prosody-0.11.7-r1.ebuild 
b/net-im/prosody/prosody-0.11.7-r1.ebuild
deleted file mode 100644
index bdfb5f9d6c3..000
--- a/net-im/prosody/prosody-0.11.7-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="Prosody is a modern XMPP communication server"
-HOMEPAGE="https://prosody.im/;
-SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+libevent libressl luajit mysql postgres +sqlite +ssl test +zlib"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   || (
-   >=dev-lang/lua-5.2:*
-   dev-lua/lua-bit32
-   )
-   net-dns/libidn
-   net-im/jabber-base
-   libressl? ( dev-libs/libressl:= )
-   !libressl? ( dev-libs/openssl:0= )
-   luajit? ( dev-lang/luajit:2 )
-   !luajit? ( dev-lang/lua:0 )
-"
-
-DEPEND="
-   ${COMMON_DEPEND}
-   test? ( dev-lua/busted )
-"
-
-RDEPEND="
-   ${COMMON_DEPEND}
-   dev-lua/luaexpat
-   dev-lua/luafilesystem
-   dev-lua/luasocket
-   libevent? ( dev-lua/luaevent )
-   mysql? ( dev-lua/luadbi[mysql] )
-   postgres? ( dev-lua/luadbi[postgres] )
-   sqlite? ( dev-lua/luadbi[sqlite] )
-   ssl? ( dev-lua/luasec )
-   zlib? ( dev-lua/lua-zlib )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.11.7-bit32.patch"
-   "${FILESDIR}/${PN}-0.11.7-gentoo.patch"
-)
-
-src_prepare() {
-   default
-
-   # Set correct plugin path for optional net-im/prosody-modules package
-   sed -e "s/GENTOO_LIBDIR/$(get_libdir)/g" -i prosody.cfg.lua.dist || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   --c-compiler="$(tc-getCC)"
-   --datadir="${EPREFIX}/var/spool/jabber"
-   --libdir="${EPREFIX}/usr/$(get_libdir)"
-   --linker="$(tc-getCC)"
-   --ostype="linux"
-   --prefix="${EPREFIX}/usr"
-   --runwith="$(usex luajit luajit lua)"
-   --sysconfdir="${EPREFIX}/etc/jabber"
-   --with-lua-include="${EPREFIX}/usr/include"
-   --with-lua-lib="${EPREFIX}/usr/$(get_libdir)/lua"
-   )
-
-   # Since the configure script is handcrafted,
-   # and yells at unknown options, do not use 'econf'.
-   ./configure ${myeconfargs[@]} --cflags="${CFLAGS} -Wall -fPIC" 
--ldflags="${LDFLAGS} -shared" || die
-
-   rm makefile || die
-   mv GNUmakefile Makefile || die
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/prosody.initd-r4 prosody
-   systemd_newunit "${FILESDIR}"/prosody.service-r1 prosody.service
-
-   newtmpfiles "${FILESDIR}"/prosody.tmpfilesd-r1 prosody.conf
-
-   keepdir /var/spool/jabber
-}
-
-pkg_postinst() {
-   tmpfiles_process prosody.conf
-}



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

2020-10-23 Thread Andreas Sturmlechner
commit: 12d60733ea2e1e9994c0b75af348dcfcc16157a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 14:55:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 15:00:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d60733

media-gfx/engauge: EAPI-7 bump, gnome2-utils.eclass -> xdg.eclass

Use https, sort deps, call default in src_prepare.

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

 media-gfx/engauge/engauge-10.6.ebuild | 30 +-
 1 file changed, 9 insertions(+), 21 deletions(-)

diff --git a/media-gfx/engauge/engauge-10.6.ebuild 
b/media-gfx/engauge/engauge-10.6.ebuild
index 7f52ab96807..e1145ca2e15 100644
--- a/media-gfx/engauge/engauge-10.6.ebuild
+++ b/media-gfx/engauge/engauge-10.6.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit desktop gnome2-utils qmake-utils
+inherit desktop qmake-utils xdg
 
 DESCRIPTION="Convert an image file showing a graph or map into numbers"
-HOMEPAGE="http://markummitchell.github.io/engauge-digitizer/;
+HOMEPAGE="https://markummitchell.github.io/engauge-digitizer/;
 
SRC_URI="https://github.com/markummitchell/engauge-digitizer/archive/v$PV.tar.gz
 -> engauge-digitizer-$PV.tar.gz"
 
 LICENSE="GPL-2"
@@ -16,23 +16,23 @@ IUSE="doc examples jpeg2k pdf"
 
 RDEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   dev-qt/qthelp:5
-   dev-qt/qtnetwork:5
dev-libs/log4cpp
sci-libs/fftw:3.0
jpeg2k? ( media-libs/openjpeg:2 )
pdf? ( app-text/poppler[qt5] )"
 DEPEND="${RDEPEND}"
 
-S=$WORKDIR/engauge-digitizer-$PV
+S=${WORKDIR}/engauge-digitizer-${PV}
 
-src_prepare() {
-   eapply_user
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
 
-   eapply "${FILESDIR}/${P}-qt-5.11.patch"
+src_prepare() {
+   default
 
# Make sure the documentation is looked for in the proper directory
sed -e "s:engauge-digitizer/engauge.qhc:${PF}/engauge.qhc:" \
@@ -81,15 +81,3 @@ src_install() {
doins -r samples
fi
 }
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2020-10-23 Thread David Seifert
commit: eb8fb2e80653a0aeda86ed994e7670c2c245da2e
Author: David Seifert  gentoo  org>
AuthorDate: Fri Oct 23 14:52:03 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Oct 23 14:52:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8fb2e8

net-im/skypeforlinux: Version bump to 8.65.0.78

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

 net-im/skypeforlinux/Manifest  |  1 +
 .../skypeforlinux/skypeforlinux-8.65.0.78.ebuild   | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index aef65e62018..9c14e6641d1 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1 +1,2 @@
 DIST skypeforlinux_8.65.0.76-1.x86_64.rpm 115113199 BLAKE2B 
b5f0fbb70849d3e6ec866b502b11d3b843ce25a27455e86a410c563f7de3b4961c843d461087b613581ebcecd0c79232552c4150684f6eb92eca779b4ffbad28
 SHA512 
6df1d3d98221ae9636a3f62d6acf0cb68376fce4b8abccbdf5d881092be91f337cc32323d263b708509e6f63bcfe4d0f4c9674ae106419de07acaf36e41434f2
+DIST skypeforlinux_8.65.0.78-1.x86_64.rpm 11532 BLAKE2B 
2ec066763154a3479060d09e4d2106d04e8fdfe36361e27d85cf8605a675f6ca1db618f5a7d919686f39e1040f173c6bd028c11bea7eaff77801ea420272a948
 SHA512 
311805d46091d74104c0a87128c27ce61ba0a2401346d6aec1ee9f96c98912d1bbb087545b6ae69c77dc68ac800f27ea5e66c0eee624b2f28fcbbdcc196e68ba

diff --git a/net-im/skypeforlinux/skypeforlinux-8.65.0.78.ebuild 
b/net-im/skypeforlinux/skypeforlinux-8.65.0.78.ebuild
new file mode 100644
index 000..c2755ee5b06
--- /dev/null
+++ b/net-im/skypeforlinux/skypeforlinux-8.65.0.78.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit chromium-2 desktop pax-utils rpm multilib-build xdg
+
+DESCRIPTION="Instant messaging client, with support for audio and video"
+HOMEPAGE="https://www.skype.com/;
+SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm;
+
+LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 
Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+S="${WORKDIR}"
+QA_PREBUILT="*"
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="
+   app-crypt/libsecret[${MULTILIB_USEDEP}]
+   dev-libs/atk[${MULTILIB_USEDEP}]
+   dev-libs/expat[${MULTILIB_USEDEP}]
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   dev-libs/nspr[${MULTILIB_USEDEP}]
+   dev-libs/nss[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib[${MULTILIB_USEDEP}]
+   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   media-libs/libv4l[${MULTILIB_USEDEP}]
+   net-print/cups[${MULTILIB_USEDEP}]
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-devel/gcc[cxx]
+   virtual/ttf-fonts
+   x11-libs/cairo[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/libxcb[${MULTILIB_USEDEP}]
+   x11-libs/libxkbfile[${MULTILIB_USEDEP}]
+   x11-libs/pango[${MULTILIB_USEDEP}]"
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   rpm_src_unpack ${A}
+}
+
+src_prepare() {
+   default
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
+   -i usr/bin/skypeforlinux || die
+   sed -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
+   -e "/^OnlyShowIn=/d" \
+   -i usr/share/applications/skypeforlinux.desktop || die
+}
+
+src_install() {
+   dodir /opt
+   cp -a usr/share/skypeforlinux "${ED}"/opt || die
+
+   # remove chrome-sandbox binary, users should use kernel namespaces
+   # https://bugs.gentoo.org/692692#c18
+   rm "${ED}"/opt/skypeforlinux/chrome-sandbox || die
+
+   dobin usr/bin/skypeforlinux
+
+   dodoc usr/share/skypeforlinux/*.html
+   dodoc -r usr/share/doc/skypeforlinux/.
+   # symlink required for the "Help->3rd Party Notes" menu entry  
(otherwise frozen skype -> xdg-open)
+   dosym ${PF} usr/share/doc/skypeforlinux
+
+   doicon usr/share/pixmaps/skypeforlinux.png
+
+   local res
+   for res in 16 32 256 512; do
+   newicon -s ${res} 

[gentoo-commits] repo/proj/guru:master commit in: app-admin/customrescuecd-x86_64/

2020-10-23 Thread Andrew Ammerlaan
commit: bc5d5f40fda8c0eec04badae2e572a7e1fd40a35
Author: Andrea Postiglione  gmail  com>
AuthorDate: Fri Oct 23 14:04:27 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Oct 23 14:04:27 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc5d5f40

app-admin/customrescuecd-x86_64: drop old versions

Signed-off-by: Andrea Postiglione  gmail.com>

 app-admin/customrescuecd-x86_64/Manifest   |  2 -
 .../customrescuecd-x86_64-0.10.3.ebuild| 55 --
 .../customrescuecd-x86_64-0.11.0.ebuild| 55 --
 3 files changed, 112 deletions(-)

diff --git a/app-admin/customrescuecd-x86_64/Manifest 
b/app-admin/customrescuecd-x86_64/Manifest
index 39fa287c..aefacd25 100644
--- a/app-admin/customrescuecd-x86_64/Manifest
+++ b/app-admin/customrescuecd-x86_64/Manifest
@@ -1,3 +1 @@
-DIST CUSTOMRESCUECD-x86_64-0.10.3.iso 1537474560 BLAKE2B 
d4812074013323d8372bd71bea1c81cbe8cb88e0cf87dd1ec7c4373a1c4f4023cfec383ea3327cb75aa903021d929ac7a29290a2a9a7a75857c591827af7a148
 SHA512 
1092dc85a82c1f17c362b19e91d36602debaab7d52a98945ebb494f9d8bec03fb07b16649c7401233a060ce95905c3f9259107c2eb9f80bd63d759740754105e
-DIST CUSTOMRESCUECD-x86_64-0.11.0.iso 1265106944 BLAKE2B 
f6732d1f903c02a49ed13525e19f957ccc5a78466cdc62d609579d2aaf2bfa5bcdf5cf2597089d3634fa8124cff3293030703e95187771c7517d890226997245
 SHA512 
6099c5a344c701936743bbbfad02206dca7937b6c6b796fa7cb42ad42a544c731fa2e0895a94d138cd3d91d34791a5ed88d723973e2e383e900ad1a385a27482
 DIST CUSTOMRESCUECD-x86_64-0.11.1.iso 1261371392 BLAKE2B 
b12dc61fb2c91fd04832ba22af3421f7223c40ae8e1fe2bd4fc0beeb0aafbc1b11a82aacb16282ce7dd14621e3be717af90363d157c5f36ee33f3eb03a36e26a
 SHA512 
07475353e883756b2782ad6727440132d6f97b9bca7f3cd9180b5a47290a8a0361fb672ef01ac5a5ea5862b1b4ec7bec85990710a53b7a190cce321b24660d01

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.10.3.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.10.3.ebuild
deleted file mode 100644
index 96d32df6..
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.10.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="CUSTOMRESCUECD-x86_64"
-DESCRIPTION="A system rescue cd or usbstick for desktop and server based on 
gentoo"
-HOMEPAGE="https://sourceforge.net/projects/customrescuecd;
-SRC_URI="mirror://sourceforge/customrescuecd/"${MY_P}"-"${PV}".iso"
-
-LICENSE="GPL-3"
-SLOT="${PV}"
-KEYWORDS="~amd64"
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-src_unpack() { :; }
-
-src_install() {
-   insinto "/usr/share/${PN%-*}"
-   doins "${DISTDIR}/${MY_P}-${PV}.iso"
-}
-
-pkg_postinst() {
-   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
-
-   # no version newer than ours? we're the newest!
-   if ! has_version ">${CATEGORY}/${PF}"; then
-   ln -f -s -v "${MY_P}-${PV}.iso" "${f}" || die
-   fi
-}
-
-pkg_postrm() {
-   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
-
-   # if there is no version newer than ours installed
-   if ! has_version ">${CATEGORY}/${PF}"; then
-   # and we are truly and completely uninstalled...
-   if [[ ! ${REPLACED_BY_VERSION} ]]; then
-   # then find an older version to set the symlink to
-   local newest_version=$(best_version 
"<${CATEGORY}/${PF}")
-
-   if [[ ${newest_version} ]]; then
-   # update the symlink
-   ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
-   else
-   # last version removed? clean up the symlink
-   rm -v "${f}" || die
-   # and the parent directory
-   rmdir "${f%/*}" || die
-   fi
-   fi
-   fi
-}

diff --git 
a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.0.ebuild 
b/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.0.ebuild
deleted file mode 100644
index 96d32df6..
--- a/app-admin/customrescuecd-x86_64/customrescuecd-x86_64-0.11.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="CUSTOMRESCUECD-x86_64"
-DESCRIPTION="A system rescue cd or usbstick for desktop and server based on 
gentoo"
-HOMEPAGE="https://sourceforge.net/projects/customrescuecd;
-SRC_URI="mirror://sourceforge/customrescuecd/"${MY_P}"-"${PV}".iso"
-
-LICENSE="GPL-3"
-SLOT="${PV}"
-KEYWORDS="~amd64"
-RESTRICT="bindist mirror"
-
-S=${WORKDIR}
-
-src_unpack() { :; }
-
-src_install() {
-   insinto "/usr/share/${PN%-*}"
-   doins "${DISTDIR}/${MY_P}-${PV}.iso"
-}
-
-pkg_postinst() {
-   local 

  1   2   >