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

2020-09-18 Thread Miroslav Šulc
commit: d4f9e6856cb72361c2a195215ff249c83271762d
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Sep 18 10:02:58 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Sep 18 10:02:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f9e685

media-sound/csound: removed obsolete 6.14.0

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/csound/Manifest |   3 -
 media-sound/csound/csound-6.14.0.ebuild | 278 
 2 files changed, 281 deletions(-)

diff --git a/media-sound/csound/Manifest b/media-sound/csound/Manifest
index a964a75e23b..dbe4c2256bf 100644
--- a/media-sound/csound/Manifest
+++ b/media-sound/csound/Manifest
@@ -1,6 +1,3 @@
-DIST Csound6.14.0_manual_html.zip 17081006 BLAKE2B 
9565c21623a60e06aae82bfbde186e496b5f3ae0eb619289a7db08235c7dcd520bee2283552fdf2ddb4eb85c7b0f184397d2fa0ee14d3bdeff9dccb44a7d7ff1
 SHA512 
638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b
-DIST Csound6.14.0_manual_pdf.zip 8881242 BLAKE2B 
a91a3689dd3efa5c32c924178b646b73787132a07575f05a65ee1acafc69108ce6c33512e0b703012f75f201a86a0b84e08976f158b01ef5201807d1aaa31c35
 SHA512 
55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d
 DIST Csound6.15.0_manual_html.zip 20674415 BLAKE2B 
b15b3381f13c7877130dfec60803ba1cdd12e5d2d92e5ea02c4d0dd5c1c70cc2bbec5f76634b385a0ffd20e7397d6c33bbe374128f01345999f34e2e2a0b7dd1
 SHA512 
cf7df42f3b6d869a5e9f531c64a50287f9385927b26c48ff3c334b2ed95d17334be85a3ef671008504d1a365b1412e2715dcff61a41e3c83b60621df25d67946
 DIST Csound6.15.0_manual_pdf.zip 9360598 BLAKE2B 
898da87eb8b10a75f3f6256eeade7aa180ff5e6dd93de8d2bf462d01d1d1cf5f4c5d7c4ed73402aa019674d597ff3fd1b7ac436059d9df39e0d77a15365d529e
 SHA512 
0eca00951708d7064d789bdd0d98534e815ecc275e09b3020cce89d6f6b1009c0347e7d5fd400ed321bd7e05c89d79644f64c18f47b46013bb6b49c88e42fca0
-DIST csound-6.14.0-distributable.tar.xz 21114184 BLAKE2B 
ebcdff074d77fd6244875a3ccb6c0dc6364b6f3ae0ca0de75cc8ad893c91a30f17237bf7f1b06296f7141d2c9092594dea75b7539f033574bec7c8f36aaf9251
 SHA512 
21e857a363962c95f0b7702ce8a07713e56b267dae51f2c50d34ae8885f89e2ad0e241e84927d649912cddffeaecc6bfef15ef8958ffb621d825f4547c3632f8
 DIST csound-6.15.0-distributable.tar.xz 25156784 BLAKE2B 
f944385256b423d95da2df8da7dc2bcf164ffc469f55650396827bc9da49ef1778039772e149bcbde77c71a363e8ea253ec3103c753cc3916d63d450f571c2a8
 SHA512 
a0a65805507ac7afd6bcb0fe988cb1bdba0a95a591ac6837a2c31cf3a7aeef56fee44eed7bca14409ccf600412782098a8c2ffb1aecb5eefd703bc270a0ee308

diff --git a/media-sound/csound/csound-6.14.0.ebuild 
b/media-sound/csound/csound-6.14.0.ebuild
deleted file mode 100644
index 389c8227528..000
--- a/media-sound/csound/csound-6.14.0.ebuild
+++ /dev/null
@@ -1,278 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# As upstream (and we aswell) are not allowed to redistribute scansyn,
-# we have to repackage the tarball. For that purpose use `bash 
files/repackage.sh version`
-# Reference: https://github.com/csound/csound/issues/1148
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake python-single-r1 toolchain-funcs
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/csound/csound.git;
-   inherit git-r3
-else
-   DOC_P="Csound${PV}"
-   
SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${P}-distributable.tar.xz
-   doc? (
-   
https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_pdf.zip
-   
https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_html.zip
-   )"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Sound design and signal processing system for composition and 
performance"
-HOMEPAGE="https://csound.github.io/;
-
-LICENSE="LGPL-2.1 doc? ( FDL-1.2+ )"
-SLOT="0"
-# java doesn't work atm as it needs to have some variables specified to work, 
see src_configure
-# mp3 doesnt work as media-sound/lame does not install cmake file
-IUSE="+alsa beats chua curl +cxx debug doc double-precision dssi examples
-fltk +fluidsynth hdf5 +image jack keyboard linear lua luajit nls osc portaudio
-portaudio portmidi pulseaudio python samples static-libs stk test +threads 
+utils
-vim-syntax websocket"
-
-REQUIRED_USE="
-   linear? ( double-precision )
-   lua? ( cxx )
-   python? ( ${PYTHON_REQUIRED_USE} cxx )
-"
-#  java? ( cxx )
-
-BDEPEND="
-   sys-devel/flex
-   virtual/yacc
-   chua? ( dev-libs/boost )
-   python? ( dev-lang/swig )
-   nls? ( sys-devel/gettext )
-   test? (
-   dev-util/cunit
-   ${PYTHON_DEPS}
-   )
-"
-# linear currently works only with sci-mathematics-gmm-5.1
-#   

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

2020-09-18 Thread Thomas Deutschmann
commit: a850195da5c24b5816359fe77cb6b6fed79bea19
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Sep 18 12:32:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Sep 18 12:33:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a850195d

dev-lang/spidermonkey: disabling tests in EOL versions

Tests are written against bundled ICU. Once system's ICU version
is newer than bundled ICU, tests are likely to fail because due to
changes in newer ICU (changed locales, changed format), expected
hardcoded results don't match anymore.

Disabling tests because these versions are already EOL and keeping
up with ICU in a rolling distribution is impossible with the limited
man power we have.

Bug: https://bugs.gentoo.org/737464
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r2.ebuild | 5 -
 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r2.ebuild 
b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r2.ebuild
index 7f328008d90..b6ca6c1760f 100644
--- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r2.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r2.ebuild
@@ -19,7 +19,10 @@ SLOT="52"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 x86"
 IUSE="debug minimal +system-icu test"
 
-RESTRICT="!test? ( test ) ia64? ( test )"
+# Disable tests:
+# Version is dead and most issues are related to the use of
+# system's ICU.
+RESTRICT="test"
 
 S="${WORKDIR}/${MY_P%.rc*}"
 BUILDDIR="${S}/jsobj"

diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild 
b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
index 663dcc95bf9..e2a81ff6576 100644
--- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild
@@ -20,7 +20,10 @@ SLOT="60"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="debug +jit minimal +system-icu test"
 
-RESTRICT="!test? ( test ) ia64? ( test )"
+# Disable tests:
+# Version is dead and most issues are related to the use of
+# system's ICU.
+RESTRICT="test"
 
 S="${WORKDIR}/${MY_P%.rc*}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/, dev-java/openjfx/files/8/

2020-09-18 Thread Georgy Yakovlev
commit: ccbc027a9ab6b69d9252f5fb535fdea84a963017
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 04:46:01 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 04:46:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbc027a

dev-java/openjfx: add sysctl.h patch

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

 ...kager-don-t-include-obsolete-sys-sysctl.h.patch | 24 ++
 dev-java/openjfx/openjfx-8.202.ebuild  |  1 +
 2 files changed, 25 insertions(+)

diff --git 
a/dev-java/openjfx/files/8/fxpackager-don-t-include-obsolete-sys-sysctl.h.patch 
b/dev-java/openjfx/files/8/fxpackager-don-t-include-obsolete-sys-sysctl.h.patch
new file mode 100644
index 000..a01dd05494f
--- /dev/null
+++ 
b/dev-java/openjfx/files/8/fxpackager-don-t-include-obsolete-sys-sysctl.h.patch
@@ -0,0 +1,24 @@
+From 26d59b7c8cc2b40277756f55387606ba8a852b31 Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Fri, 18 Sep 2020 21:43:57 -0700
+Subject: [PATCH] fxpackager: don't include obsolete sys/sysctl.h
+
+---
+ .../fxpackager/src/main/native/library/common/PosixPlatform.cpp  | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git 
a/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp 
b/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
+index 5ea3bc6..b5d167b 100644
+--- a/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
 b/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
+@@ -43,7 +43,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.28.0
+

diff --git a/dev-java/openjfx/openjfx-8.202.ebuild 
b/dev-java/openjfx/openjfx-8.202.ebuild
index 14586e69d95..75fd19046cc 100644
--- a/dev-java/openjfx/openjfx-8.202.ebuild
+++ b/dev-java/openjfx/openjfx-8.202.ebuild
@@ -68,6 +68,7 @@ PATCHES=(
"${FILESDIR}"/8/10-javadoc-locale.patch
"${FILESDIR}"/8/Wno-error.patch
"${FILESDIR}"/8/0001-don-t-force-msse.patch
+   "${FILESDIR}"/8/fxpackager-don-t-include-obsolete-sys-sysctl.h.patch
 )
 
 egradle() {



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/, dev-java/openjfx/files/8/

2020-09-18 Thread Georgy Yakovlev
commit: 9fceaba2c7cd5b7136e4e36c6ccc700ad78fdf6c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 04:34:03 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 04:36:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fceaba2

dev-java/openjfx: add missing msse2 patch, and remove unused

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

 .../files/8/0002-Allow-build-to-work-on-newer-gradles.patch| 10 --
 dev-java/openjfx/openjfx-8.202.ebuild  |  3 ++-
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git 
a/dev-java/openjfx/files/8/0002-Allow-build-to-work-on-newer-gradles.patch 
b/dev-java/openjfx/files/8/0002-Allow-build-to-work-on-newer-gradles.patch
deleted file mode 100644
index 050ee23b07a..000
--- a/dev-java/openjfx/files/8/0002-Allow-build-to-work-on-newer-gradles.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 rt-8u152-b05/buildSrc/build.gradle 2017-06-16 01:18:26.0 +0200
-+++ rt-8u152-b05-patched/buildSrc/build.gradle 2018-11-07 13:15:06.915893681 
+0100
-@@ -57,6 +57,7 @@
- 
- 
- repositories {
-+xmvn()
- if (buildClosed) {
- ivy {
- url jfxRepositoryURL

diff --git a/dev-java/openjfx/openjfx-8.202.ebuild 
b/dev-java/openjfx/openjfx-8.202.ebuild
index c3aeb88a51e..14586e69d95 100644
--- a/dev-java/openjfx/openjfx-8.202.ebuild
+++ b/dev-java/openjfx/openjfx-8.202.ebuild
@@ -46,7 +46,7 @@ REQUIRED_USE="amd64? ( cpu_flags_x86_sse2 )"
 RESTRICT="test" # needs junit version we don't have, fragile
 
 # FIXME: majority of flags are honored, needs a bit more patching
-QA_FLAGS_IGNORED="*"
+QA_FLAGS_IGNORED=".*"
 
 S="${WORKDIR}/rt-${MY_PV}"
 
@@ -67,6 +67,7 @@ PATCHES=(
"${FILESDIR}"/8/07-disable-assembler-on-unsupported-archs.patch
"${FILESDIR}"/8/10-javadoc-locale.patch
"${FILESDIR}"/8/Wno-error.patch
+   "${FILESDIR}"/8/0001-don-t-force-msse.patch
 )
 
 egradle() {



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

2020-09-18 Thread Georgy Yakovlev
commit: a0bb0879fdbf4ec347737af3582ac17c5bcc1aba
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 05:25:27 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 05:25:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bb0879

app-text/jabref-bin: adjust jre dep

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

 app-text/jabref-bin/jabref-bin-3.7.ebuild| 4 ++--
 app-text/jabref-bin/jabref-bin-3.8.1.ebuild  | 4 ++--
 app-text/jabref-bin/jabref-bin-3.8.2.ebuild  | 4 ++--
 app-text/jabref-bin/jabref-bin-3.8.ebuild| 4 ++--
 app-text/jabref-bin/jabref-bin-4.0.ebuild| 2 +-
 app-text/jabref-bin/jabref-bin-4.1.ebuild| 2 +-
 app-text/jabref-bin/jabref-bin-4.3.1.ebuild  | 2 +-
 app-text/jabref-bin/jabref-bin-4..ebuild | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/app-text/jabref-bin/jabref-bin-3.7.ebuild 
b/app-text/jabref-bin/jabref-bin-3.7.ebuild
index 1e671d607b1..7ce3bd08767 100644
--- a/app-text/jabref-bin/jabref-bin-3.7.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ DEPEND="
app-arch/unzip
 "
 RDEPEND="
-   >=virtual/jre-1.8
+   virtual/jre:1.8
 "
 
 S="${WORKDIR}"

diff --git a/app-text/jabref-bin/jabref-bin-3.8.1.ebuild 
b/app-text/jabref-bin/jabref-bin-3.8.1.ebuild
index c69c8a61c6e..3217186a660 100644
--- a/app-text/jabref-bin/jabref-bin-3.8.1.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="app-arch/unzip"
 
-RDEPEND=">=virtual/jre-1.8"
+RDEPEND="virtual/jre:1.8"
 
 S="${WORKDIR}"
 

diff --git a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild 
b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild
index a0ff6dfe94b..106c4590fe8 100644
--- a/app-text/jabref-bin/jabref-bin-3.8.2.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/unzip"
 
-RDEPEND=">=virtual/jre-1.8"
+RDEPEND="virtual/jre:1.8"
 
 S="${WORKDIR}"
 

diff --git a/app-text/jabref-bin/jabref-bin-3.8.ebuild 
b/app-text/jabref-bin/jabref-bin-3.8.ebuild
index 9bd26009948..0bf932d8461 100644
--- a/app-text/jabref-bin/jabref-bin-3.8.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ DEPEND="
app-arch/unzip
 "
 RDEPEND="
-   >=virtual/jre-1.8
+   virtual/jre:1.8
 "
 
 S="${WORKDIR}"

diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild 
b/app-text/jabref-bin/jabref-bin-4.0.ebuild
index cd9f996131f..228d81dafa3 100644
--- a/app-text/jabref-bin/jabref-bin-4.0.ebuild
+++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild
@@ -24,7 +24,7 @@ DEPEND="app-arch/unzip"
 
 RDEPEND="
dev-java/openjdk:8[javafx]
-   >=virtual/jre-1.8
+   virtual/jre:1.8
 "
 
 S="${WORKDIR}"

diff --git a/app-text/jabref-bin/jabref-bin-4.1.ebuild 
b/app-text/jabref-bin/jabref-bin-4.1.ebuild
index cd9f996131f..228d81dafa3 100644
--- a/app-text/jabref-bin/jabref-bin-4.1.ebuild
+++ b/app-text/jabref-bin/jabref-bin-4.1.ebuild
@@ -24,7 +24,7 @@ DEPEND="app-arch/unzip"
 
 RDEPEND="
dev-java/openjdk:8[javafx]
-   >=virtual/jre-1.8
+   virtual/jre:1.8
 "
 
 S="${WORKDIR}"

diff --git a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild 
b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild
index cd9f996131f..228d81dafa3 100644
--- a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild
+++ b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild
@@ -24,7 +24,7 @@ DEPEND="app-arch/unzip"
 
 RDEPEND="
dev-java/openjdk:8[javafx]
-   >=virtual/jre-1.8
+   virtual/jre:1.8
 "
 
 S="${WORKDIR}"

diff --git a/app-text/jabref-bin/jabref-bin-4..ebuild 
b/app-text/jabref-bin/jabref-bin-4..ebuild
index e04fd8f296f..4c60f2779d0 100644
--- a/app-text/jabref-bin/jabref-bin-4..ebuild
+++ b/app-text/jabref-bin/jabref-bin-4..ebuild
@@ -16,7 +16,7 @@ DEPEND="app-arch/unzip"
 
 RDEPEND="
dev-java/openjdk:8[javafx]
-   >=virtual/jre-1.8
+   virtual/jre:1.8
 "
 
 S="${WORKDIR}"



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

2020-09-18 Thread Georgy Yakovlev
commit: 6368ce70e7084394864b40ddd8a04039fc94e94f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 05:28:55 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 05:28:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6368ce70

profiles/package.mask: unmask jabref-bin

Bug: https://bugs.gentoo.org/681828
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 95771dc18a0..760ebb29f03 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -772,7 +772,6 @@ dev-python/matplotlib-python2
 # https://bugs.gentoo.org/681828
 dev-java/oracle-jdk-bin
 dev-java/oracle-jre-bin
-app-text/jabref-bin
 dev-java/netbeans-platform
 dev-java/netbeans-harness
 games-util/pogo-manager-bin



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

2020-09-18 Thread Georgy Yakovlev
commit: 80339d991c3f1fc715429bd08c0be6ba9adbd442
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 05:15:51 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 05:15:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80339d99

app-text/jabref-bin: switch to openjdk[javafx]

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

 app-text/jabref-bin/jabref-bin-4.0.ebuild|  7 ++-
 app-text/jabref-bin/jabref-bin-4.1.ebuild|  7 ++-
 app-text/jabref-bin/jabref-bin-4.3.1.ebuild  |  7 ++-
 app-text/jabref-bin/jabref-bin-4..ebuild | 11 ---
 4 files changed, 10 insertions(+), 22 deletions(-)

diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild 
b/app-text/jabref-bin/jabref-bin-4.0.ebuild
index a4bf511e4d4..cd9f996131f 100644
--- a/app-text/jabref-bin/jabref-bin-4.0.ebuild
+++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,10 +23,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="app-arch/unzip"
 
 RDEPEND="
-   || (
-   dev-java/oracle-jre-bin:1.8[javafx]
-   dev-java/oracle-jdk-bin:1.8[javafx]
-   )
+   dev-java/openjdk:8[javafx]
>=virtual/jre-1.8
 "
 

diff --git a/app-text/jabref-bin/jabref-bin-4.1.ebuild 
b/app-text/jabref-bin/jabref-bin-4.1.ebuild
index a4bf511e4d4..cd9f996131f 100644
--- a/app-text/jabref-bin/jabref-bin-4.1.ebuild
+++ b/app-text/jabref-bin/jabref-bin-4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,10 +23,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="app-arch/unzip"
 
 RDEPEND="
-   || (
-   dev-java/oracle-jre-bin:1.8[javafx]
-   dev-java/oracle-jdk-bin:1.8[javafx]
-   )
+   dev-java/openjdk:8[javafx]
>=virtual/jre-1.8
 "
 

diff --git a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild 
b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild
index a4bf511e4d4..cd9f996131f 100644
--- a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild
+++ b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,10 +23,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="app-arch/unzip"
 
 RDEPEND="
-   || (
-   dev-java/oracle-jre-bin:1.8[javafx]
-   dev-java/oracle-jdk-bin:1.8[javafx]
-   )
+   dev-java/openjdk:8[javafx]
>=virtual/jre-1.8
 "
 

diff --git a/app-text/jabref-bin/jabref-bin-4..ebuild 
b/app-text/jabref-bin/jabref-bin-4..ebuild
index 9c54f3b9b7e..e04fd8f296f 100644
--- a/app-text/jabref-bin/jabref-bin-4..ebuild
+++ b/app-text/jabref-bin/jabref-bin-4..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,12 +15,9 @@ SLOT="0"
 DEPEND="app-arch/unzip"
 
 RDEPEND="
-   || (
-   dev-java/oracle-jre-bin:1.8[javafx]
-   dev-java/oracle-jdk-bin:1.8[javafx]
-   )
-   >=virtual/jre-1.8
-   "
+   dev-java/openjdk:8[javafx]
+   >=virtual/jre-1.8
+"
 
 S="${WORKDIR}"
 



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

2020-09-18 Thread Hans de Graaff
commit: 9111bf227a117c3f2be9ec0da4beaddedf734870
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 05:21:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:35:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9111bf22

dev-ruby/acme-client: add 2.0.7

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

 dev-ruby/acme-client/Manifest |  1 +
 dev-ruby/acme-client/acme-client-2.0.7.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/acme-client/Manifest b/dev-ruby/acme-client/Manifest
index 2300f4a0fd3..c5952a2240d 100644
--- a/dev-ruby/acme-client/Manifest
+++ b/dev-ruby/acme-client/Manifest
@@ -1 +1,2 @@
 DIST acme-client-2.0.6.tar.gz 162500 BLAKE2B 
a32b2d0361d202a6a799e5ed61eb310ec51971a7a7e3e5747c0ca37a597114d1964cf336d053277cc45ae91640c706e39a1e70d5dfe77abea5bddd1055c5a0b8
 SHA512 
aeb2102971f4d09b07f7b9a793ce9a5e35bed77fa50f3c74558e85a81023e6ebe6317e56f5297e8b26fdaedfdb95041b73240a812d849828fdd99c4dc93684de
+DIST acme-client-2.0.7.tar.gz 177325 BLAKE2B 
607de0c4512f4f369ea3725e8a4116082bfa6b069121c9a5af0cf893cabefc9eb0c05a581d3773f8e8d5023b5a250956b5d596c2c11bab116f75e3e35d96ac78
 SHA512 
1c77c3380e861976e7e3d1d05d5642fa9bd2275182a41a7de6645b07a61a4055b00cbc6723d633e939458754dbee88802793ad7de80163df9e713996c4e5b378

diff --git a/dev-ruby/acme-client/acme-client-2.0.7.ebuild 
b/dev-ruby/acme-client/acme-client-2.0.7.ebuild
new file mode 100644
index 000..0ab0d2e5eb9
--- /dev/null
+++ b/dev-ruby/acme-client/acme-client-2.0.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="acme-client.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby client for the letsencrypt's ACME protocol."
+HOMEPAGE="https://github.com/unixcharles/acme-client;
+SRC_URI="https://github.com/unixcharles/acme-client/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "|| ( dev-ruby/faraday:1 >=dev-ruby/faraday-0.17:0 )"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/vcr-2.9.3
+   >=dev-ruby/webmock-3.8:3
+)"
+
+all_ruby_prepare() {
+   # Avoid dependency on git
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2020-09-18 Thread Hans de Graaff
commit: b58005b20ba0459b3fc903dc2412ca57836635e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 18 08:33:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:35:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58005b2

dev-ruby/public_suffix: add slot for mocha depend

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

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

diff --git a/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild 
b/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
index 6cc41205676..e7114d51936 100644
--- a/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
+++ b/dev-ruby/public_suffix/public_suffix-4.0.6.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 SLOT="$(ver_cut 1)"
 IUSE=""
 
-ruby_add_bdepend "test? ( dev-ruby/mocha )"
+ruby_add_bdepend "test? ( dev-ruby/mocha:1.0 )"
 
 all_ruby_prepare() {
sed -i -e '/rubocop/I s:^:#:' \



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

2020-09-18 Thread Hans de Graaff
commit: e5ac10eb1958a81336226c9020fdec065c1cfb29
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 18 08:24:32 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:35:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ac10eb

dev-ruby/coderay: also run specs

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

 dev-ruby/coderay/coderay-1.1.3-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild 
b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild
index cf223d7b17d..1cc2fec61d4 100644
--- a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild
+++ b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 # The test target also contains test:exe but that requires
 # shoulda-context which we do not have packaged yet.
-RUBY_FAKEGEM_TASK_TEST="test:functional test:units"
+RUBY_FAKEGEM_TASK_TEST="spec test:functional test:units"
 
 RUBY_FAKEGEM_TASK_DOC="doc"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -32,6 +32,8 @@ IUSE=""
 # bootstrapping rspec with new versions easier, since redcloth depends
 # on rake-compiler.
 
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
 all_ruby_prepare() {
sed -i -e "/[Bb]undler/d" Rakefile || die
sed -i -e '/git ls-files/ s:^:#:' -e 's/.rc.*"/"/' coderay.gemspec || 
die



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

2020-09-18 Thread Hans de Graaff
commit: b800b5126e20796bd3d1c0bb6dc364be338f4826
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 05:35:13 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:35:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b800b512

dev-ruby/asciidoctor-diagram: add 2.0.3

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

 dev-ruby/asciidoctor-diagram/Manifest  |  1 +
 .../asciidoctor-diagram-2.0.3.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest 
b/dev-ruby/asciidoctor-diagram/Manifest
index 2dbb0ddaab8..78b14f6cc02 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,2 +1,3 @@
 DIST asciidoctor-diagram-1.5.19.tar.gz 11707367 BLAKE2B 
2088d2a7b424b9a716204e607d6e4c3bb7521b2098caad131210c163ade6f8a07872793945829d6b1e6e88a9d04126738eb439c968e99f326baddc310b48de0e
 SHA512 
14270c8ea0e63163e01171695ecb99f5ef9667e2ec50b26e56495a1fc2c0e8af97fc784f5decb8fc75f1830581a9bc658d699af6aeee52adc20adad82cb1aed9
 DIST asciidoctor-diagram-2.0.2.tar.gz 12481283 BLAKE2B 
f0b12514a7b16f6ab8c3a072aa9550ecfe0c8139e8f9ec1ea660a805813f942530519e4d90357e9b28d5d0e6c48bb9aff5dc1d56bfbe1cb15095653a8311c62c
 SHA512 
8a72ee61b7341c516d1d34610a7cd0cd6d0c8dbd4b970b79c3b313f1230a0cc79ff47fcf553c2de144bd3f1f922183f0236354651a255023ce14b04f17195ee7
+DIST asciidoctor-diagram-2.0.3.tar.gz 12483731 BLAKE2B 
b907ff1747b440ddabe83ca9a562ed9ad7b4b04b07d18fe7d3214f0eea035d4a9b340a121c91a7a5d1f5dc9011d6e56958b784b229a571b6cd2d902205eeda13
 SHA512 
19bd0263b6d159685f1d0b7955f11428bcce9afd66157903cb797499652bfd587d41d0bd8493f7e97ccf3ee32cfdebcab10c4001b50a21060a890289573adbf1

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.3.ebuild 
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.3.ebuild
new file mode 100644
index 000..9a6dfb6b196
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A set of Asciidoctor extensions that enable you to add diagrams"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-diagram;
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 

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

2020-09-18 Thread Georgy Yakovlev
commit: 83a1e5413257ef13dec0e480a3096091d3682856
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 03:07:30 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 03:11:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a1e541

virtual/jdk: revbump 11, remove oracle provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/jdk/jdk-11-r1.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/virtual/jdk/jdk-11-r1.ebuild b/virtual/jdk/jdk-11-r1.ebuild
new file mode 100644
index 000..556db1627c6
--- /dev/null
+++ b/virtual/jdk/jdk-11-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND="|| (
+   dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
+   dev-java/openjdk:${SLOT}[gentoo-vm(+)]
+)"



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/, dev-java/openjfx/files/8/

2020-09-18 Thread Georgy Yakovlev
commit: 4eda5ab2b3cb995c23c2af6b2b0397637c2b21f0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 01:10:05 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 02:56:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eda5ab2

dev-java/openjfx: add openjfx8

Bug: https://bugs.gentoo.org/681828
Closes: https://bugs.gentoo.org/547918
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjfx/Manifest  |   1 +
 .../8/-Fix-wait-call-in-PosixPlatform.patch|  14 ++
 dev-java/openjfx/files/8/0001-Change-Lucene.patch  |  79 +
 .../openjfx/files/8/0001-don-t-force-msse.patch|  69 
 ...0002-Allow-build-to-work-on-newer-gradles.patch |  10 ++
 ...-cast-between-incompatible-function-types.patch |  77 +
 .../files/8/0004-Fix-Compilation-Flags.patch   |  23 +++
 .../files/8/0005-don-t-include-xlocale.h.patch |  25 +++
 .../8/06-disable-architecture-verification.patch   |  21 +++
 ...07-disable-assembler-on-unsupported-archs.patch |  18 ++
 dev-java/openjfx/files/8/10-javadoc-locale.patch   |  21 +++
 dev-java/openjfx/files/8/99-sysdeps.patch  |  30 
 dev-java/openjfx/files/8/Wno-error.patch   | 121 ++
 .../openjfx/files/8/disable-online-repos.patch |  54 ++
 dev-java/openjfx/files/8/respect_flags.patch   |  22 +++
 dev-java/openjfx/openjfx-8.202.ebuild  | 185 +
 16 files changed, 770 insertions(+)

diff --git a/dev-java/openjfx/Manifest b/dev-java/openjfx/Manifest
index 1b63e285337..28cb9dbe6da 100644
--- a/dev-java/openjfx/Manifest
+++ b/dev-java/openjfx/Manifest
@@ -8,3 +8,4 @@ DIST lucene-queries-7.1.0.jar 243126 BLAKE2B 
166c3efea04c19314be7fd8c1d6b1378b2b
 DIST lucene-queryparser-7.1.0.jar 384680 BLAKE2B 
adce2572de9f534323eead31dd30f97b853b2d5e4be6828c415f0c647460c361e00680d856ff9ffbba0fe45c3e4a425d68938a3d2dc01c76491bb65673e120fa
 SHA512 
7151ef899e318679995138262c3450577ae33580708864581dc22a027f43ca4989825d434680925547e3c04ad4453a454e7045f605d7eee0da57d63db978ed68
 DIST lucene-sandbox-7.1.0.jar 182914 BLAKE2B 
70c795f84d8f0908abe47db77f632eeb6571a77e1445b8ab04a75080cea40e3b8171071965ff7fd9f6d39a450dd33144e922d19c1f07c605de54b45e3e881323
 SHA512 
6faf9fd9c7c082bf062adb6a28d89447e6e27152eb3f0a325081e5f791196e5440334632ccbf9c458940220676f7e73390a174889d9b7a656d088b3dade5d500
 DIST openjfx-11.0.9_p0.tar.bz2 64148934 BLAKE2B 
317fb1c9ea99816ecbd8ab64ed3a6ad0aaa319bedd17bf71ee192c5e610fea14611f3938302f1caf666980bcc7d4787f770e36aec1884a73dac3ddba8e1a878f
 SHA512 
8b6d339131f096b4490d7a8c4a20c15362b4f6c6aa4ddd74f610f3b5a8b8c7aac3ab123dcdd5488cc37dc38f1536ce1db95286f4233ee4db1845d1bd560b2236
+DIST openjfx-8.202.tar.bz2 62024068 BLAKE2B 
006d9a3922812b58a80b6c8e2c80d758b7e18375da5667141cd266b5ce6ae4859d95d7a6701031926db1ce12b5638dfc6ff710cbe8e6c0bc74f347dc0c5f167c
 SHA512 
6759c6422bfc18f78877b13ac664da23c820e8c37f31f3b470760e344b2b6a18936c5a70e3a495addf2129c2548375dc5588147eb0cefbf41dae258ef0d8896c

diff --git a/dev-java/openjfx/files/8/-Fix-wait-call-in-PosixPlatform.patch 
b/dev-java/openjfx/files/8/-Fix-wait-call-in-PosixPlatform.patch
new file mode 100644
index 000..fee211fd877
--- /dev/null
+++ b/dev-java/openjfx/files/8/-Fix-wait-call-in-PosixPlatform.patch
@@ -0,0 +1,14 @@
+--- 
rt-8u202-b02/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
   2018-10-29 16:26:04.0 +0100
 
rt-8u202-b02-patched/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
   2018-11-27 15:34:52.170181958 +0100
+@@ -232,10 +232,7 @@
+ pid_t wpid = 0;
+ 
+ //TODO Use waitpid instead of wait
+-#ifdef LINUX
+-wait();
+-#endif
+-#ifdef MAC
++#if defined(LINUX) || defined(MAC)
+ wpid = wait();
+ #endif
+ 

diff --git a/dev-java/openjfx/files/8/0001-Change-Lucene.patch 
b/dev-java/openjfx/files/8/0001-Change-Lucene.patch
new file mode 100644
index 000..58d0c805ccb
--- /dev/null
+++ b/dev-java/openjfx/files/8/0001-Change-Lucene.patch
@@ -0,0 +1,79 @@
+--- rt-8u202-b02/build.gradle
 rt-8u202-b02-patched/build.gradle
+@@ -3268,38 +3268,38 @@
+ // The apps build is Ant based, and gradle lets us "import" ant build.xml
+ // into our configuration.
+ 
+-ant.importBuild 'build.xml'
++//ant.importBuild 'build.xml'
+ 
+ // Download the Lucene libraries needed for the Ensemble8 app
+-def luceneVersion = "7.4.0"
+-getConfigurations().create("lucene");
+-dependencies {
+-lucene group: "org.apache.lucene", name: "lucene-core", version: 
luceneVersion
+-lucene group: "org.apache.lucene", name: "lucene-grouping", version: 
luceneVersion
+-lucene group: "org.apache.lucene", name: "lucene-queryparser", 
version: luceneVersion
+-}
++//def luceneVersion = "7.4.0"
++//getConfigurations().create("lucene");
++//dependencies {
++//lucene 

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

2020-09-18 Thread Georgy Yakovlev
commit: aebb1a4d39b51d9192880b5ee08b5451ea558304
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 03:04:10 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 03:11:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebb1a4d

virtual/jdk: revbump 1.8.0, move openjdk to preferred

and remove oracle as provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/jdk/jdk-1.8.0-r5.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/jdk/jdk-1.8.0-r5.ebuild b/virtual/jdk/jdk-1.8.0-r5.ebuild
new file mode 100644
index 000..02eb7d76ea4
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+   dev-java/openjdk-bin:8
+   dev-java/openjdk:8
+   dev-java/icedtea-bin:8
+   dev-java/icedtea:8
+)"



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

2020-09-18 Thread Georgy Yakovlev
commit: 225e58c168d71f2ba91fc806d004d31929af9b55
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 02:05:37 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 02:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225e58c1

profiles/base/package.use.stable.mask: stablemask openjdk:8[javafx]

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

 profiles/base/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 6cb7ba9f261..dbf8fed5b0f 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Georgy Yakovlev  (2020-09-18)
+# openjfx:8 will never be stabilized
+dev-java/openjdk:8 javafx
+
 # Pacho Ramos  (2020-08-21)
 # app-text/pandoc is hard to stabilize #737612
 sys-apps/earlyoom docs



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

2020-09-18 Thread Georgy Yakovlev
commit: b1d282b0e097a33835d583c5e2f1a678226f2383
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 02:15:09 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 02:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d282b0

profiles/arch/powerpc: adjust javafx mask

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

 profiles/arch/powerpc/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index ebf8ca404e1..86286297180 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -68,7 +68,7 @@ app-misc/lcdproc freetype lcd_devices_glcd png
 
 # Georgy Yakovlev  (2019-06-01)
 # not yet keyworded
-dev-java/openjdk javafx
+dev-java/openjdk:11 javafx
 
 # Patrick McLean  (2019-04-15)
 # deps not available on platform



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

2020-09-18 Thread Georgy Yakovlev
commit: c8426bca4cadb376ac4d52c57595b1aa7670b051
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 03:06:01 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 03:11:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8426bca

virtual/jre: revbump 1.8.0

remove oracle as provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/jre/jre-1.8.0-r3.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/virtual/jre/jre-1.8.0-r3.ebuild b/virtual/jre/jre-1.8.0-r3.ebuild
new file mode 100644
index 000..4ef62157254
--- /dev/null
+++ b/virtual/jre/jre-1.8.0-r3.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+   virtual/jdk:1.8
+   dev-java/openjdk-jre-bin:8
+)"



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

2020-09-18 Thread Georgy Yakovlev
commit: 0ca55f5ae95a46b6b702af34614c24090d117f62
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 02:13:10 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 02:56:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca55f5a

dev-java/openjdk: add javafx flag to openjdk8

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/metadata.xml | 1 +
 dev-java/openjdk/openjdk-8.265_p01.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-java/openjdk/metadata.xml b/dev-java/openjdk/metadata.xml
index ebcb18f5897..24efdf8c811 100644
--- a/dev-java/openjdk/metadata.xml
+++ b/dev-java/openjdk/metadata.xml
@@ -20,6 +20,7 @@

Don't install the X backend for AWT, 
needed by some GUIs
Allow this JDK to be recognised by 
Gentoo (package manager, eselect, java-config, EXPERIMENTAL!)
+   Provide 
JavaFX support via dev-java/openjfx
Import 
OpenJFX modules at build time, via dev-java/openjfx
Build OpenJDK twice, the second time 
using the result of the first
Install JVM sources

diff --git a/dev-java/openjdk/openjdk-8.265_p01.ebuild 
b/dev-java/openjdk/openjdk-8.265_p01.ebuild
index 5101407a542..038f2db6b3c 100644
--- a/dev-java/openjdk/openjdk-8.265_p01.ebuild
+++ b/dev-java/openjdk/openjdk-8.265_p01.ebuild
@@ -44,7 +44,7 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="$(ver_cut 1)"
 KEYWORDS="amd64 ~arm64 ppc64 x86"
-IUSE="alsa debug cups doc examples headless-awt +jbootstrap +pch selinux 
source"
+IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap +pch 
selinux source"
 
 COMMON_DEPEND="
media-libs/freetype:2=
@@ -89,6 +89,8 @@ DEPEND="
)
 "
 
+PDEPEND="javafx? ( dev-java/openjfx:${SLOT} )"
+
 # The space required to build varies wildly depending on USE flags,
 # ranging from 2GB to 16GB. This function is certainly not exact but
 # should be close enough to be useful.



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

2020-09-18 Thread Georgy Yakovlev
commit: e5a037dbda7da44ef5cbea74b5adbb6a5c1b3d8d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 02:12:06 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 02:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a037db

profiles/arch/x86/package.use.mask: mask openjdk:8[javafx]

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

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

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index fd1f1e3fd9c..9c4f8313a32 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2020-09-18)
+# swt 4.10 not keyworded on x86
+dev-java/openjdk:8 javafx
+
 # Thomas Deutschmann  (2020-08-17)
 # Columnstore engine is supported on x86
 dev-db/mariadb -columnstore



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

2020-09-18 Thread Georgy Yakovlev
commit: 0a7f740c6a58e860b062ec62619ea01aae863400
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 03:08:34 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 03:11:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7f740c

virtual/jre: revbump 11, remove oracle provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/jre/jre-11-r2.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/virtual/jre/jre-11-r2.ebuild b/virtual/jre/jre-11-r2.ebuild
new file mode 100644
index 000..1e2c5b84355
--- /dev/null
+++ b/virtual/jre/jre-11-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND="|| (
+   virtual/jdk:${SLOT}
+   dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)]
+)"



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

2020-09-18 Thread Georgy Yakovlev
commit: 700329d663a300f38d532048bef657173418d5dc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Apr 27 03:49:35 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 03:14:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700329d6

dev-java/swt: fix build on ppc64le

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

 dev-java/swt/swt-4.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-java/swt/swt-4.10.ebuild b/dev-java/swt/swt-4.10.ebuild
index 4b2c5aafc0e..a029c5bc508 100644
--- a/dev-java/swt/swt-4.10.ebuild
+++ b/dev-java/swt/swt-4.10.ebuild
@@ -88,7 +88,8 @@ src_compile() {
local AWT_ARCH
local JAWTSO="libjawt.so"
if [[ $(tc-arch) == 'ppc64' ]] ; then
-   AWT_ARCH="ppc64"
+   # no big-endian support
+   AWT_ARCH="ppc64le"
else
AWT_ARCH="amd64"
fi



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/files/8/

2020-09-18 Thread Georgy Yakovlev
commit: 627150d435ac9d4c9fdafe312eca24dfcbdfce2f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep 19 04:54:40 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 04:54:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627150d4

dev-java/openjfx: adjust patch header

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

 dev-java/openjfx/files/8/0005-don-t-include-xlocale.h.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjfx/files/8/0005-don-t-include-xlocale.h.patch 
b/dev-java/openjfx/files/8/0005-don-t-include-xlocale.h.patch
index c47331e1e62..883c3da57e7 100644
--- a/dev-java/openjfx/files/8/0005-don-t-include-xlocale.h.patch
+++ b/dev-java/openjfx/files/8/0005-don-t-include-xlocale.h.patch
@@ -1,5 +1,5 @@
 From 597f200762be416d5a62f1efd351cba6e47c1c4c Mon Sep 17 00:00:00 2001
-From: Georgy Yakovlev 
+From: Georgy Yakovlev 
 Date: Thu, 30 May 2019 12:07:30 -0700
 Subject: [PATCH] don't include xlocale.h
 



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

2020-09-18 Thread Hans de Graaff
commit: 21211425255cebdd0a517b9dec989f448b1a2727
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 05:42:45 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:42:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21211425

dev-ruby/actiontext: fix tests

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

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

diff --git a/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild 
b/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild
index 49794bec348..a228d2e2d07 100644
--- a/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild
+++ b/dev-ruby/actiontext/actiontext-6.0.3.3.ebuild
@@ -40,7 +40,7 @@ ruby_add_bdepend "test? (
 all_ruby_prepare() {
# Remove items from the common Gemfile that we don't need for this
# test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\)/
 s:^:#:" \
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\|capybara\)/
 s:^:#:" \
-e '/:job/,/end/ s:^:#:' \
-e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
rm ../Gemfile.lock || die



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

2020-09-18 Thread Hans de Graaff
commit: 6c0ea2c94d223566be8ada32dfe92447500370a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 05:44:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:44:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0ea2c9

dev-ruby/jbuilder: add missing test dep

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

 dev-ruby/jbuilder/jbuilder-2.10.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/jbuilder/jbuilder-2.10.1.ebuild 
b/dev-ruby/jbuilder/jbuilder-2.10.1.ebuild
index 6198e4aa3ee..b37ef8d2e4b 100644
--- a/dev-ruby/jbuilder/jbuilder-2.10.1.ebuild
+++ b/dev-ruby/jbuilder/jbuilder-2.10.1.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 ruby_add_rdepend ">=dev-ruby/activesupport-5.0.0:*"
 
 ruby_add_bdepend "test? (
+   >=dev-ruby/activemodel-5.0.0
>=dev-ruby/railties-5.0.0
 )"
 



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

2020-09-18 Thread Matthew Thode
commit: 8349b5b199fff2621cc61012f1822eaf31d62a41
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 19 03:25:44 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep 19 03:25:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8349b5b1

app-emulation/diskimage-builder: 3.3.1 fix

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

 .../{diskimage-builder-3.3.0.1build => diskimage-builder-3.3.1.build} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.3.0.1build 
b/app-emulation/diskimage-builder/diskimage-builder-3.3.1.build
similarity index 100%
rename from app-emulation/diskimage-builder/diskimage-builder-3.3.0.1build
rename to app-emulation/diskimage-builder/diskimage-builder-3.3.1.build



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/geogebra-bin/files/, sci-mathematics/geogebra-bin/

2020-09-18 Thread Georgy Yakovlev
commit: 59675b1abf9fdc1af45f786a40fe180bdb24b55d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Sep 18 23:21:35 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep 19 04:15:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59675b1a

sci-mathematics/geogebra-bin: new package

Bug: https://bugs.gentoo.org/719076
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sci-mathematics/geogebra-bin/Manifest  |  2 +
 sci-mathematics/geogebra-bin/files/geogebra.sh | 23 ++
 .../geogebra-bin/geogebra-bin-5.0.604.0.ebuild | 51 ++
 sci-mathematics/geogebra-bin/metadata.xml  |  7 +++
 4 files changed, 83 insertions(+)

diff --git a/sci-mathematics/geogebra-bin/Manifest 
b/sci-mathematics/geogebra-bin/Manifest
new file mode 100644
index 000..a5abac0caa1
--- /dev/null
+++ b/sci-mathematics/geogebra-bin/Manifest
@@ -0,0 +1,2 @@
+DIST GeoGebra-Linux-Portable-5-0-604-0.tar.bz2 138245005 BLAKE2B 
589b12a60161ca07e6da82953aeda69a2ed7302634df9078cb997000e2b77486aa1f4dfcbc1daddfddf0b425574ad927c97e0a08d70d708a209eaf0af86d9756
 SHA512 
ccf190f436504727dc9c6fa10adbd2d0a72a87b641e5b7ce2c7bc8ffe8c1baa00d97b3d2b619f32f1c50b28d5c72b0e0b15619e9c8be74ad8c8fb5afbe66c9a3
+DIST Geogebra.svg 522 BLAKE2B 
8c11d037bd8af7af571abc2bba0a8610f0ed5c1cea46fdc47a40d0176e5ea3b7ad4700601a3094b1aa15012f769883c7f5cb60a70f4ed400df57e3b0610271e9
 SHA512 
a54fedd530d1c803e14d6f44ab7341d9f1ae17fb6b6496bd21788ad1b88b0977d574db6de199e9168543a03dff73ab19e3c50793ec91750ff5fff4a4b7af408d

diff --git a/sci-mathematics/geogebra-bin/files/geogebra.sh 
b/sci-mathematics/geogebra-bin/files/geogebra.sh
new file mode 100644
index 000..652563aa47f
--- /dev/null
+++ b/sci-mathematics/geogebra-bin/files/geogebra.sh
@@ -0,0 +1,23 @@
+#!@GENTOO_PORTAGE_EPREFIX@/bin/bash
+
+main() {
+   local JAVACMD
+   # prefer openjdk-8 over 11
+   local j8="$(java-config --select-vm openjdk-8 -J)"
+   local j11="$(java-config --select-vm openjdk-11 -J)"
+
+   if [[ -f $(dirname ${j8:-/})/../jre/lib/javafx.properties ]]; then
+   JAVACMD="${j8}"
+   elif [[ -f $(dirname ${j11:-/})/../lib/javafx.properties ]]; then
+   JAVACMD="${j11}"
+   else
+   echo "openjdk[javafx] not found!"  1>&2
+   exit 1
+   fi
+
+   echo "using ${JAVACMD}"
+   export JAVACMD
+   exec "@GENTOO_PORTAGE_EPREFIX@/opt/geogebra/geogebra" "${@}"
+}
+
+main "$@"

diff --git a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0.ebuild 
b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0.ebuild
new file mode 100644
index 000..67801b98a81
--- /dev/null
+++ b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop prefix xdg
+
+MY_PV="${PV//./-}"
+
+DESCRIPTION="Mathematics software for geometry"
+HOMEPAGE="https://www.geogebra.org;
+SRC_URI="https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
+   https://dev.gentoo.org/~gyakovlev/distfiles/Geogebra.svg;
+
+LICENSE="Geogebra CC-BY-NC-SA-3.0 GPL-3 Apache-2.0 BSD-2 BSD BSD-4 colt 
EPL-1.0 icu LGPL-2.1 LGPL-2.1+ MIT W3C || ( GPL-2 CDDL )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE=""
+
+RDEPEND="
+   dev-java/openjdk[javafx]
+   !sci-mathematics/geogebra
+"
+
+# no tests
+RESTRICT="test"
+
+src_unpack() {
+   default
+   mv -v GeoGebra-Linux-Portable-* "${P}" || die
+   rm -rf "${P}/jre"* || die
+   rm -f "${P}/geogebra-portable" || die
+}
+
+src_prepare() {
+   eapply_user
+}
+
+src_install() {
+   insinto /opt
+   doins -r geogebra
+   newbin "$(prefixify_ro "${FILESDIR}"/geogebra.sh)" geogebra
+
+   fperms 0755 /opt/geogebra/geogebra
+   doicon "${DISTDIR}/Geogebra.svg"
+   make_desktop_entry geogebra Geogebra Geogebra Science
+}
+
+src_test() {
+   ewarn "package has no tests"
+}

diff --git a/sci-mathematics/geogebra-bin/metadata.xml 
b/sci-mathematics/geogebra-bin/metadata.xml
new file mode 100644
index 000..0d49beafc75
--- /dev/null
+++ b/sci-mathematics/geogebra-bin/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   
+



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

2020-09-18 Thread Hans de Graaff
commit: 074837c2832564a85c4f5203673f7233846b5e76
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 05:50:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:50:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074837c2

dev-ruby/warden: cleanup

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

 dev-ruby/warden/Manifest|  1 -
 dev-ruby/warden/warden-1.2.8.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/warden/Manifest b/dev-ruby/warden/Manifest
index e6da1e1e806..8f7a91efef6 100644
--- a/dev-ruby/warden/Manifest
+++ b/dev-ruby/warden/Manifest
@@ -1,2 +1 @@
-DIST warden-1.2.8.tar.gz 29841 BLAKE2B 
657f9d1b5a7fbf3b07ac8cfa514c410561cce853cbc2e6c7bf6d98deab8f625771b20d339613738a979395638b654b066080fad5a7378b15345cb46e273966c9
 SHA512 
efd7a416f2da3095d6d33c2dca3a7e09d127fb0abec86e959aba56739ae865ea9a11e234ea1f6d557466d9076e3f271481e20982bc159a3f09a4d55148d45734
 DIST warden-1.2.9.tar.gz 29992 BLAKE2B 
8a4470c6503c89cb759ebcc155171e86dbb124585d391d6d06c09da0fc0a4095f0235816b9e80895dafe7290584ba49e6699adc9fe8121b2aaee8d1045919b59
 SHA512 
2ec1129d9afc178c9883a72ffed06f184001147463827f4c5d09475ad65beb084832902a94980e22136400648ad97f2e42a779faf6d49d5a110f545d82a4ddb7

diff --git a/dev-ruby/warden/warden-1.2.8.ebuild 
b/dev-ruby/warden/warden-1.2.8.ebuild
deleted file mode 100644
index 3a84077a9c0..000
--- a/dev-ruby/warden/warden-1.2.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="General Rack Authentication Framework"
-HOMEPAGE="https://github.com/wardencommunity/warden;
-SRC_URI="https://github.com/wardencommunity/warden/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rack-2.0.6:2.0"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-
-   sed -i -e '5igem "rack", "~>2.0.6"' spec/spec_helper.rb || die
-}



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

2020-09-18 Thread Hans de Graaff
commit: 8ecd68fca6f2ff539764748e16b60e3df4d4dee0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 05:54:45 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:54:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecd68fc

dev-ruby/web-console: add 4.0.4

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

 dev-ruby/web-console/Manifest |  1 +
 dev-ruby/web-console/web-console-4.0.4.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/web-console/Manifest b/dev-ruby/web-console/Manifest
index 9a9d571ee3c..da359b2a3fa 100644
--- a/dev-ruby/web-console/Manifest
+++ b/dev-ruby/web-console/Manifest
@@ -1,3 +1,4 @@
 DIST web-console-3.7.0.tar.gz 53714 BLAKE2B 
d69a7b467e419e87d43c988026f278aea5ca142e336d120e0a50ef85b36186d2f388d551f19820e01d85fdca5a49c471aed69cb2ae0d6f1828a99350dfe86d55
 SHA512 
d44e4dc3ef12216829b3f522e3645b0fa9b8ae34fa70b5e52a96e345b8b5fc8dad9af6f9918ea23d276cae03445133b15f780041a8cb61584b182ca6934fd71b
 DIST web-console-4.0.1.tar.gz 54076 BLAKE2B 
d1c93d828f7c0c33edaac664e2f763aff55bd8437c3f8e3b20cc5c065129a0b213234ea372147d5d6df0917d17cc458e63dad1aa64f9cbd67fbf0a02ab631c5e
 SHA512 
7f2d931b94fc2e51edd28ca0f83473c382bd7ade6e425dd9c79770885efcdfbcf6a3a3223d36572d749da15b05126fd287412d2365d9faa33039de4bcb1c9b27
 DIST web-console-4.0.2.tar.gz 54115 BLAKE2B 
fe1250ee27cb4df4367e6578d8f644be28fc0cc93b4c9df0f130490d57af1cf14e0d98459ea8404bd7633eb9ec88e6723626d69ec9ea8e39c8566d14c0d3eb04
 SHA512 
471728a66148bca36c2d7130bbb63d3fa427318bcf01a424b0e26781657990fcc836fb8707a53c396ab934003e53bb9282130a7cd36168007c774beb49e15d4d
+DIST web-console-4.0.4.tar.gz 54372 BLAKE2B 
5b52c7dbeeeb13ae6cb8bff8982a7a696311e3667ef69b17611cf3ec8ab26b19869ec799e10d4140cc41cfb31a22af1f51134da06d05cca12b488c5470f6ae2a
 SHA512 
66dbfb9d13be57b790053d748c88a9266e673cfcc253df67b4dbb00c874a4bd3601a61b633d5e3e470e010cb764c13846a7038247122140bdb78f40f673cd82b

diff --git a/dev-ruby/web-console/web-console-4.0.4.ebuild 
b/dev-ruby/web-console/web-console-4.0.4.ebuild
new file mode 100644
index 000..d5cc8c49ccf
--- /dev/null
+++ b/dev-ruby/web-console/web-console-4.0.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
+
+RUBY_FAKEGEM_GEMSPEC="web-console.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A debugging tool for your Ruby on Rails applications"
+HOMEPAGE="https://github.com/rails/web-console;
+SRC_URI="https://github.com/rails/web-console/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/actionview-6.0:*
+   >=dev-ruby/activemodel-6.0:*
+   >=dev-ruby/bindex-0.4.0
+   >=dev-ruby/railties-6.0:*
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/bundler
+   >=dev-ruby/rails-6.0
+   dev-ruby/arel
+   dev-ruby/rack
+   dev-ruby/sqlite3
+   dev-ruby/mocha
+   www-servers/puma
+)"
+
+all_ruby_prepare() {
+   # Use an installed rails version rather than live source from github.
+   sed -i -e '/\(rack\|arel\|rails\|simplecov\)/ s/,/#/'  \
+   -e '/\(byebug\|simplecov\)/ s:^:#:' Gemfile || die
+
+   sed -i -e '/simplecov/I s:^:#:' test/test_helper.rb || die
+}



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

2020-09-18 Thread Hans de Graaff
commit: 7bcbc511003d487372cd020dbf84a59e7f6429aa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 05:57:07 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 05:57:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcbc511

dev-ruby/web-console: cleanup

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

 dev-ruby/web-console/Manifest |  1 -
 dev-ruby/web-console/web-console-4.0.2.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/web-console/Manifest b/dev-ruby/web-console/Manifest
index da359b2a3fa..d6df9a964b2 100644
--- a/dev-ruby/web-console/Manifest
+++ b/dev-ruby/web-console/Manifest
@@ -1,4 +1,3 @@
 DIST web-console-3.7.0.tar.gz 53714 BLAKE2B 
d69a7b467e419e87d43c988026f278aea5ca142e336d120e0a50ef85b36186d2f388d551f19820e01d85fdca5a49c471aed69cb2ae0d6f1828a99350dfe86d55
 SHA512 
d44e4dc3ef12216829b3f522e3645b0fa9b8ae34fa70b5e52a96e345b8b5fc8dad9af6f9918ea23d276cae03445133b15f780041a8cb61584b182ca6934fd71b
 DIST web-console-4.0.1.tar.gz 54076 BLAKE2B 
d1c93d828f7c0c33edaac664e2f763aff55bd8437c3f8e3b20cc5c065129a0b213234ea372147d5d6df0917d17cc458e63dad1aa64f9cbd67fbf0a02ab631c5e
 SHA512 
7f2d931b94fc2e51edd28ca0f83473c382bd7ade6e425dd9c79770885efcdfbcf6a3a3223d36572d749da15b05126fd287412d2365d9faa33039de4bcb1c9b27
-DIST web-console-4.0.2.tar.gz 54115 BLAKE2B 
fe1250ee27cb4df4367e6578d8f644be28fc0cc93b4c9df0f130490d57af1cf14e0d98459ea8404bd7633eb9ec88e6723626d69ec9ea8e39c8566d14c0d3eb04
 SHA512 
471728a66148bca36c2d7130bbb63d3fa427318bcf01a424b0e26781657990fcc836fb8707a53c396ab934003e53bb9282130a7cd36168007c774beb49e15d4d
 DIST web-console-4.0.4.tar.gz 54372 BLAKE2B 
5b52c7dbeeeb13ae6cb8bff8982a7a696311e3667ef69b17611cf3ec8ab26b19869ec799e10d4140cc41cfb31a22af1f51134da06d05cca12b488c5470f6ae2a
 SHA512 
66dbfb9d13be57b790053d748c88a9266e673cfcc253df67b4dbb00c874a4bd3601a61b633d5e3e470e010cb764c13846a7038247122140bdb78f40f673cd82b

diff --git a/dev-ruby/web-console/web-console-4.0.2.ebuild 
b/dev-ruby/web-console/web-console-4.0.2.ebuild
deleted file mode 100644
index 4b777aa1bc8..000
--- a/dev-ruby/web-console/web-console-4.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
-
-RUBY_FAKEGEM_GEMSPEC="web-console.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A debugging tool for your Ruby on Rails applications"
-HOMEPAGE="https://github.com/rails/web-console;
-SRC_URI="https://github.com/rails/web-console/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/actionview-6.0:*
-   >=dev-ruby/activemodel-6.0:*
-   >=dev-ruby/bindex-0.4.0
-   >=dev-ruby/railties-6.0:*
-"
-
-ruby_add_bdepend "test? (
-   dev-ruby/bundler
-   >=dev-ruby/rails-6.0
-   dev-ruby/arel
-   

[gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/

2020-09-18 Thread Lars Wendler
commit: 6bbef22015f3243fc012becd396e145981eb6c05
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep 18 06:09:20 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep 18 06:09:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbef220

net-fs/cifs-utils: Security bump to version 6.11

Bug: https://bugs.gentoo.org/743211
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/cifs-utils/Manifest   |   1 +
 net-fs/cifs-utils/cifs-utils-6.11.ebuild | 126 +++
 2 files changed, 127 insertions(+)

diff --git a/net-fs/cifs-utils/Manifest b/net-fs/cifs-utils/Manifest
index 6571c0d3ac2..91cd6be06ba 100644
--- a/net-fs/cifs-utils/Manifest
+++ b/net-fs/cifs-utils/Manifest
@@ -1,2 +1,3 @@
 DIST cifs-utils-6.10.tar.bz2 364221 BLAKE2B 
45b692fb85217a25b7042fbe7e40cc8c4fe0d6cc9c905acde2c6fc9c3048343064e376f47128bcacba88f745452148040ad3f5e8ca15e297531f0dc868e1b75b
 SHA512 
e19ca69b7948f01c1fd6a4ed069e00511588b903a5b8b0dc35ac1e00743170b9ca180b747c47d56cfacf273b296da21df60e1957404f26ebf2ba80bfa7e275cc
+DIST cifs-utils-6.11.tar.bz2 408903 BLAKE2B 
5ee7cd87b54a266750bf938396ee90b3f20c2a3446aca295ccb58cb667fbfb68be9aa0e2bbc20aa5e18ffd7f1fcd5fbb0aef3bc25fd13bb96abc5a57a0b45b4b
 SHA512 
064c0ac75572fb44908390508462e4fdfe0686751149fd8b656a209dd961a5a24a7d9774c38c0e72fa5f9875b43aea7bf2de038c4e4a63a11664e71d9003100e
 DIST cifs-utils-6.9.tar.bz2 400430 BLAKE2B 
fc8cc55fae54d84fc1f1d4a14a9d666d87a3da78d1502f0d72ac9cb44ff1424ca2c5b15b0be510579d4c9f5181980627efedd00e0e5cfb1b3e47188ba307ad28
 SHA512 
b92e4e39eeed1032bb175659296cde034703fb3ca63aae00419d46a33dadf821fedaf03734128112c164c84bcbb48d92d03cdc275c4a7cba26f984aeca40a40a

diff --git a/net-fs/cifs-utils/cifs-utils-6.11.ebuild 
b/net-fs/cifs-utils/cifs-utils-6.11.ebuild
new file mode 100644
index 000..18fc41eaf8c
--- /dev/null
+++ b/net-fs/cifs-utils/cifs-utils-6.11.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 linux-info multilib pam
+
+DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems"
+HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils;
+SRC_URI="https://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-linux"
+IUSE="+acl +ads +caps creds pam systemd"
+
+RDEPEND="
+   !net-fs/mount-cifs
+   sys-apps/keyutils:=
+   ads? (
+   sys-libs/talloc
+   virtual/krb5
+   )
+   caps? ( sys-libs/libcap-ng )
+   pam? ( sys-libs/pam )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/docutils"
+PDEPEND="
+   acl? ( >=net-fs/samba-4.0.0_alpha1 )
+"
+
+REQUIRED_USE="acl? ( ads )"
+
+DOCS="doc/linux-cifs-client-guide.odt"
+
+PATCHES=( "${FILESDIR}/${PN}-6.10-ln_in_destdir.patch" )
+
+pkg_setup() {
+   linux-info_pkg_setup
+
+   if ! linux_config_exists || ! linux_chkconfig_present CIFS; then
+   ewarn "You must enable CIFS support in your kernel config, "
+   ewarn "to be able to mount samba shares. You can find it at"
+   ewarn
+   ewarn "  File systems"
+   ewarn " Network File Systems"
+   ewarn " CIFS support"
+   ewarn
+   ewarn "and recompile your kernel ..."
+   fi
+}
+
+src_prepare() {
+   default
+
+   if has_version app-crypt/heimdal ; then
+   # https://bugs.gentoo.org/612584
+   eapply "${FILESDIR}/${PN}-6.7-heimdal.patch"
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-man
+   --enable-smbinfo
+   $(use_enable acl cifsacl cifsidmap)
+   $(use_enable ads cifsupcall)
+   $(use_with caps libcap)
+   $(use_enable creds cifscreds)
+   $(use_enable pam)
+   $(use_with pam pamdir $(getpam_mod_dir))
+   # mount.cifs can get passwords from systemd
+   $(use_enable systemd)
+   )
+   ROOTSBINDIR="${EPREFIX}"/sbin \
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # remove empty directories
+   find "${ED}" -type d -empty -delete || die
+
+   if use acl ; then
+   dodir /etc/cifs-utils
+   dosym ../../usr/$(get_libdir)/cifs-utils/idmapwb.so \
+   /etc/cifs-utils/idmap-plugin
+   dodir /etc/request-key.d
+   echo 'create cifs.idmap * * /usr/sbin/cifs.idmap %k' \
+   > "${ED}/etc/request-key.d/cifs.idmap.conf"
+   fi
+
+   if use ads ; then
+   dodir /etc/request-key.d
+   echo 'create dns_resolver * * /usr/sbin/cifs.upcall %k' \
+   

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

2020-09-18 Thread Sergei Trofimovich
commit: 242941226a1ba95b69dc7dc1728b5bbf3322ec9f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:41:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:41:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24294122

app-misc/datefudge: stable 1.24 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/datefudge/datefudge-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/datefudge/datefudge-1.24.ebuild 
b/app-misc/datefudge/datefudge-1.24.ebuild
index ade713b8eb6..201c4a116e6 100644
--- a/app-misc/datefudge/datefudge-1.24.ebuild
+++ b/app-misc/datefudge/datefudge-1.24.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {



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

2020-09-18 Thread Sergei Trofimovich
commit: 4da940cb91b103bb2471c70a584261486fae376c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:45:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:45:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da940cb

dev-libs/gjs: stable 1.58.8 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/gjs/gjs-1.58.8.ebuild b/dev-libs/gjs/gjs-1.58.8.ebuild
index ff08567af5e..24e8ffd19a0 100644
--- a/dev-libs/gjs/gjs-1.58.8.ebuild
+++ b/dev-libs/gjs/gjs-1.58.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk readline +sysprof test"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.58.0



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

2020-09-18 Thread Sergei Trofimovich
commit: 3b7cd904a803218e5698220bcb83c6cd7a461b90
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7cd904

media-libs/graphene: stable 1.10.0 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/graphene/graphene-1.10.0.ebuild 
b/media-libs/graphene/graphene-1.10.0.ebuild
index 60a20dbffe3..c8c9d6b8726 100644
--- a/media-libs/graphene/graphene-1.10.0.ebuild
+++ b/media-libs/graphene/graphene-1.10.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ebassi/graphene/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 doc +introspection test"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Sergei Trofimovich
commit: 957ae89f61e831dcac5edefaf67340d8308ffa90
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:45:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:45:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957ae89f

media-libs/harfbuzz: stable 2.6.7 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild
index 2bda89594bd..c2173b0c694 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
-   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"
+   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"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2020-09-18 Thread Sergei Trofimovich
commit: 4d556a12fd5d886931626efdcd0ea395895dcf44
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:45:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:45:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d556a12

x11-libs/gtk+: stable 3.24.20 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/gtk+/gtk+-3.24.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.20.ebuild 
b/x11-libs/gtk+/gtk+-3.24.20.ebuild
index 9a806a2d123..1715700dc3d 100644
--- a/x11-libs/gtk+/gtk+-3.24.20.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.20.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/

2020-09-18 Thread Sergei Trofimovich
commit: acc1b1fca22a1cded9ea35b88b0f0af5b128e99f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc1b1fc

dev-lang/vala: stable 0.46.10 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/vala/vala-0.46.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/vala/vala-0.46.10.ebuild 
b/dev-lang/vala/vala-0.46.10.ebuild
index 1679dc70e43..506c3d7b9a8 100644
--- a/dev-lang/vala/vala-0.46.10.ebuild
+++ b/dev-lang/vala/vala-0.46.10.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.46"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Sergei Trofimovich
commit: 92f79831a8c879d2fee1701c2000d105f662aba9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f79831

app-crypt/libsecret: stable 0.20.3 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-crypt/libsecret/libsecret-0.20.3.ebuild 
b/app-crypt/libsecret/libsecret-0.20.3.ebuild
index 07aa303ea62..2107c049c95 100644
--- a/app-crypt/libsecret/libsecret-0.20.3.ebuild
+++ b/app-crypt/libsecret/libsecret-0.20.3.ebuild
@@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( introspection )
vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]



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

2020-09-18 Thread Sergei Trofimovich
commit: 72046c990407e2197199ff0121212d04514ed6c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72046c99

dev-libs/appstream-glib: stable 0.7.17 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild
index 0ecb78c0317..d1a110f3eaf 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/8" # soname version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="gtk-doc fonts +introspection stemmer"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/

2020-09-18 Thread Sergei Trofimovich
commit: 84f9f956d3bab8cfb710802d811687554971f6ea
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f9f956

dev-lang/vala: stable 0.48.6 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/vala/vala-0.48.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/vala/vala-0.48.6.ebuild b/dev-lang/vala/vala-0.48.6.ebuild
index e8e41c66652..9847cf57742 100644
--- a/dev-lang/vala/vala-0.48.6.ebuild
+++ b/dev-lang/vala/vala-0.48.6.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.48"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Sergei Trofimovich
commit: 4387fddb66f35dec6cfd2b59db6805e4d3a2589c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4387fddb

dev-util/gtk-update-icon-cache: stable 3.24.20 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
index 2e418357d6d..1ee366c2c28 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # man page was previously installed by gtk+:3 ebuild
 RDEPEND="



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

2020-09-18 Thread Sergei Trofimovich
commit: c7d81f6850e39f1c9c52b1d8d1323b1ae5d92b59
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d81f68

dev-libs/libsigc++: stable 2.10.3 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libsigc++/libsigc++-2.10.3.ebuild 
b/dev-libs/libsigc++/libsigc++-2.10.3.ebuild
index 5cdeef64138..16723c05982 100644
--- a/dev-libs/libsigc++/libsigc++-2.10.3.ebuild
+++ b/dev-libs/libsigc++/libsigc++-2.10.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://libsigc.sourceforge.net/;
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-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 
~x64-solaris ~x86-solaris"
+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 
~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Sergei Trofimovich
commit: 3b4728c7c3ff98624be7edf278cfce6fb99e41d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4728c7

sys-apps/accountsservice: stable 0.6.55 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-apps/accountsservice/accountsservice-0.6.55.ebuild 
b/sys-apps/accountsservice/accountsservice-0.6.55.ebuild
index 594f51a3a77..13cdbe016d6 100644
--- a/sys-apps/accountsservice/accountsservice-0.6.55.ebuild
+++ b/sys-apps/accountsservice/accountsservice-0.6.55.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 ~sparc x86"
 
 IUSE="doc consolekit elogind gtk-doc +introspection selinux systemd"
 REQUIRED_USE="^^ ( consolekit elogind systemd )"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/

2020-09-18 Thread Sergei Trofimovich
commit: ff224bd83b15fbf64d929bd405a8ee9cacb64f52
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:45:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:45:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff224bd8

dev-lang/vala: stable 0.40.23 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/vala/vala-0.40.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/vala/vala-0.40.23.ebuild 
b/dev-lang/vala/vala-0.40.23.ebuild
index fa0827d6f75..cfac23abb74 100644
--- a/dev-lang/vala/vala-0.40.23.ebuild
+++ b/dev-lang/vala/vala-0.40.23.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1"
 SLOT="0.40"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Sergei Trofimovich
commit: 5793cd0124d4941f5dc5862a6e6e685cb1f99c5b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:45:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:45:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5793cd01

dev-libs/vala-common: stable 0.48.6 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/vala-common/vala-common-0.48.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/vala-common/vala-common-0.48.6.ebuild 
b/dev-libs/vala-common/vala-common-0.48.6.ebuild
index 3d68342f295..b63de98002f 100644
--- a/dev-libs/vala-common/vala-common-0.48.6.ebuild
+++ b/dev-libs/vala-common/vala-common-0.48.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 RDEPEND=""



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

2020-09-18 Thread Sergei Trofimovich
commit: 7dff7ae33ad36ba99cf61fd86defc2de99908445
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:46:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 06:46:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dff7ae3

media-libs/woff2: stable 1.0.2-r2 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/woff2/woff2-1.0.2-r2.ebuild 
b/media-libs/woff2/woff2-1.0.2-r2.ebuild
index 0a3b2ddb988..42d5918d4de 100644
--- a/media-libs/woff2/woff2-1.0.2-r2.ebuild
+++ b/media-libs/woff2/woff2-1.0.2-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
 IUSE=""
 
 RDEPEND="app-arch/brotli"



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

2020-09-18 Thread Stephan Hartmann
commit: 63d0f2fd102f99d0c6f050dc384067e48ab691f0
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Sep 18 06:57:57 2020 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Sep 18 06:58:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d0f2fd

www-client/chromium: beta channel bump to 86.0.4240.42

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

 www-client/chromium/Manifest| 2 +-
 .../{chromium-86.0.4240.30.ebuild => chromium-86.0.4240.42.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 00fe94cb4c1..428f534f836 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,7 +1,7 @@
 DIST chromium-85-patchset-2.tar.xz 9724 BLAKE2B 
929d6abe3a66db395a9cedc63510a6a0ed0d79057f92ade22fe26221bf46a63e88fb40d6e54e6ffa837d142ec5da22e2b428f3153db431e3389de0b230fa2aec
 SHA512 
753ce53c2c10cf1abdce334086a633dfcb4543c86a2dccbee0ad1bc8a8a0b642cdd18e2277c67088a380a9fa2ca8fd655e2fc0b3a2931de3230afa046615cd0e
 DIST chromium-85.0.4183.102.tar.xz 833172260 BLAKE2B 
f10cd8579db8c5d61d818604da0353baf5848b7658ec3942bd67471d29b4b4399d989349b1830009df139db9061452ce66fdedfec09f66074e37594584f546b3
 SHA512 
acd6f0a7b74018098752b6598e09a2bd6d1c9f1120c39a5c6cd3d924c466be92b854f3c7f91693ba9506e47b173ef12c14427f998362524b2497fbe5587a6b6c
 DIST chromium-86-patchset-6.tar.xz 7152 BLAKE2B 
494b412caec2b3e3fd6c838ba4b61d499433f5a6043e4763efc424c811e405ed11461d8df2afe0aa22d898329ef82df0c43c47ae30f7c4a1c0c3f6e5b314e283
 SHA512 
68833c9dea6a7183ff42a2d432cf811b360c1237c36feed6b4f9163b61d7f98854ce73b33c58851cb800cf72311a638adeedb4555caf15f80b4bd6aca5039aef
-DIST chromium-86.0.4240.30.tar.xz 826279324 BLAKE2B 
133a696f326627dc07234ceaba006bce27ea57a0c857727759caab34e32c2dd3b16d1bb4e1a20d575595636b241cf2c0264a921f2aedcdd3ce05abb45b3f0090
 SHA512 
c45e7c0df5ba5e589b34785e1b2b448cb95cd1352642a97cdbddce47db33024b3411e5b76380f54c64e27bd077a0b645896a641d712b35a60a9ddf85260e0f70
+DIST chromium-86.0.4240.42.tar.xz 825375252 BLAKE2B 
9b2abf8c9158630cf89cb35106db7259cf99b6e9753446fd2fc5ce47ceb4f5bc37e68b92e26b80a9e3ab0bf972309b5fdf6326eb9a890d187959f5f95b2309e0
 SHA512 
8b0edac6b924d6f599c3051e06309824367951389cb18920e7d401ac56f65305b4d39b702cad92babe38c8ae3833f24accf5f436bb9aa5a525f52fcf6fa0603b
 DIST chromium-87-patchset-3.tar.xz 8884 BLAKE2B 
9f06f3e4afd53d633a01a5df197799ac54760b5608f202be0216fca80bba57cfbee78b0ea67290f12bccbf1bc150802f007914563f04903727ac15b92a3a68f9
 SHA512 
1fde82d4cc238a949b6aad7e5c2b7213c06dac49965873b7dcc270312a581421687f7726dbf6c28220c0e69379a5ccdadfc2a99fcdfe6c9f011f482266c177ef
 DIST chromium-87.0.4263.3.tar.xz 830924908 BLAKE2B 
8388732772ae84671a3cf90a04663a1f71d4ee51310bf494a9bcbb60867648ac30920ab5eca83b236784cb6f3bb44ecde94b5d74f92e22f5bddd456bc01308fe
 SHA512 
071cc9f88ad7229619b101911202f9c0fa094c99238a20ade793a9e013e2bb497033fb1a1c4458218003f1892e4a3018ac103ea0bf28a44ea689cb4b4cb4c17d
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-86.0.4240.30.ebuild 
b/www-client/chromium/chromium-86.0.4240.42.ebuild
similarity index 100%
rename from www-client/chromium/chromium-86.0.4240.30.ebuild
rename to www-client/chromium/chromium-86.0.4240.42.ebuild



[gentoo-commits] proj/devmanual:master commit in: eclass-writing/

2020-09-18 Thread Ulrich Müller
commit: 5a28f4c774671cc78517596ef77692dbce0e2704
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep 12 17:05:00 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Sep 12 17:59:17 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5a28f4c7

eclass-writing: Update list of eclass examples.

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

 eclass-writing/text.xml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index d5fcc8d..6598f9a 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -27,15 +27,16 @@ Roughly speaking, there are three kinds of eclass:
 
   
 Those which provide common functions which are used by many ebuilds (for
-example, eutils, eapi7-ver, cvs, 
bash-completion)
+example, autotools, bash-completion-r1, flag-o-matic,
+toolchain-funcs
   
   
 Those which provide a basic build system for many similar packages (for
-example, vim-plugin, kde)
+example, perl-module, vim-plugin)
   
   
 Those which handle one or a small number of packages with complex build
-systems (for example, vim, toolchain, kernel-2)
+systems (for example, kernel-2, toolchain)
   
 
 



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

2020-09-18 Thread Michał Górny
commit: cd2303981c188e02cb5ba4a20fc39466a6b2a4dd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 07:07:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 07:23:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd230398

dev-lang/python: Bump to 3.9.0rc2

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

 dev-lang/python/Manifest|   1 +
 dev-lang/python/python-3.9.0_rc2.ebuild | 331 
 2 files changed, 332 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index ae00c258dd6..54a41f6ec11 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -6,6 +6,7 @@ DIST Python-3.7.9.tar.xz 17389636 BLAKE2B 
484833aa2aa4e29051a02969294f72099ff6f1
 DIST Python-3.8.4.tar.xz 18020412 BLAKE2B 
cfcfb293c413b25fc3ca48116cf8ffaba7bee18e9af9accf26be9b4373a0c62dd8e9da70e5a8a38ba6da4d1afbdbd589ae5ea4b618b65130ae061698b445908c
 SHA512 
37a36d014a8372742be9d0bd9dd3a275e100dc21b1515c145bc62425d4d157327b6e63ad99bc888c0b36c1da4c05676c40eb086e75072d1906e3210ec3043dcb
 DIST Python-3.8.5.tar.xz 18019640 BLAKE2B 
bb3e0566afe28759e4ab129ad0986a0fc5103514f2e2b22ff4aa3973c3173ebdd24d4267fbaf903841814a611fd9ea122673e5a1918934366e5c0efaef9d7517
 SHA512 
460cee65d7df7150694590575502d7f22e548ebfc99c8f8b363eef8bf30ee72e58d8ffacb1d607824f877f880eb9fd6775a508388029583e1e1df3380f3f9587
 DIST Python-3.9.0rc1.tar.xz 18798364 BLAKE2B 
2ebf669720bcc057f7e1056aca6ff42686a8e567a5ea10304f19e53ae80ba6ba60b9157ae401427be4afa1ec296d97bb81a2b55c60a4df3dba39ae545484e0fc
 SHA512 
8fddf940600bdd4096c0144f689fb9e803bdc7a1ee00f46ccfde3566342ed465c7ac6806613e4f61440fb65f8f83057204bd0dc432ac379759cd4d410c151eef
+DIST Python-3.9.0rc2.tar.xz 18802576 BLAKE2B 
fa39f359ca79db83873a9a05c07b3915e759df887c80835f6d0db0e4906f919677c3cac23b83aeb7397800107207f742a876efa8dd74a2bf3b418fd1b05df069
 SHA512 
77aced89518d86c1fb0e48a96be135c8385f6fb912543f7bb8e792b15ca0d59005269a4c35d4185d31536980572f8fa0adee022a572a268e1f8e9832a052ef5c
 DIST python-gentoo-patches-2.7.18-r1.tar.xz 15500 BLAKE2B 
7008b29827dbbd80d4ab8f010ccf9efced99c6b4b9109e4430c0ba269ce53529cb6fedd832502c8d2d3aa21938749cc3591c2545b21c0a59a6e60f8598e84ccc
 SHA512 
e656ab07281fd932b92165674619bbf55ecf410d2937ae4ae771d490b4532540498cc731d30d19c1e8aafd1f64df8a406bbfbb46ea985b3dcd8edb89a0b7f20f
 DIST python-gentoo-patches-2.7.18-r2.tar.xz 18820 BLAKE2B 
0855ca0d76b0027caab7a1655f7e13117eabd24bcb308419624d39265b1cbfb24783571bd64eccac88345bb5b6c98470de74564924a62d66124bca0f0405f211
 SHA512 
ce478125602b2c9a2142469de6b434e4e4be0fefcea685a9618dd8129a9f1cfea1a4244bec5991aedc0f73b5d5379cfae62241819af9bbd97e8d0439b97bb04a
 DIST python-gentoo-patches-2.7.18-r3.tar.xz 18856 BLAKE2B 
e35b3d847dad114057b7dab7615941b4879f3531aff1d23bced22da2d445cdec77cdd416566611ca01a3d39f30f16ef224f835f35ca12a301024d7a9fb6a507b
 SHA512 
abb10222335d5214fa91fd4bb3d1241050c86027af1612a9bd43fea2721e184587e5b784e5af9cbf563b8fec5a25cd07dc5fa72d762228734713176cfcbd

diff --git a/dev-lang/python/python-3.9.0_rc2.ebuild 
b/dev-lang/python/python-3.9.0_rc2.ebuild
new file mode 100644
index 000..9f6b2edbb3a
--- /dev/null
+++ b/dev-lang/python/python-3.9.0_rc2.ebuild
@@ -0,0 +1,331 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic multiprocessing pax-utils \
+   python-utils-r1 toolchain-funcs
+
+MY_P="Python-${PV/_/}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-3.9.0rc1"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="https://www.python.org/;
+SRC_URI="https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz
+   https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="PSF-2"
+SLOT="${PYVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test tk wininst +xml"
+RESTRICT="!test? ( test )"
+
+# Do not add a dependency on dev-lang/python to this ebuild.
+# If you need to apply a patch which requires python for bootstrapping, please
+# run the bootstrap code on your dev box and include the results in the
+# patchset. See bug 447752.
+
+RDEPEND="app-arch/bzip2:=
+   app-arch/xz-utils:=
+   dev-libs/libffi:=
+   sys-apps/util-linux:=
+   >=sys-libs/zlib-1.1.3:=
+   virtual/libcrypt:=
+   virtual/libintl
+   gdbm? ( sys-libs/gdbm:=[berkdb] )
+   ncurses? ( >=sys-libs/ncurses-5.2:= )
+   readline? ( >=sys-libs/readline-4.1:= )
+   sqlite? ( >=dev-db/sqlite-3.3.8:3= )
+   ssl? (
+   !libressl? ( dev-libs/openssl:= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   tk? (
+   >=dev-lang/tcl-8.0:=
+   >=dev-lang/tk-8.0:=
+

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

2020-09-18 Thread Michał Górny
commit: 2c545ddcf67659542fc82a00a08a8053fc550752
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 07:11:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 07:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c545ddc

dev-python/cmd2: Bump to 1.3.10

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

 dev-python/cmd2/Manifest   |  1 +
 dev-python/cmd2/cmd2-1.3.10.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index 56e317afe09..420d5cc0f4a 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -1,4 +1,5 @@
 DIST cmd2-1.2.1.tar.gz 623518 BLAKE2B 
69aebdb6350c453001b6101988d9b0d3d96ca7970c54cd59d3aad6e01b3e7133d62b57cb44588cec786ea21818d8c5983e5bc64510e8c6f07627505f14c28651
 SHA512 
5f7259111ed8f5719c230c33f6131c8464f5500ba14869d26e9f52850ea619c2b97ed950774930d9e19621e98c64b50c67eaff34277cd81463b60f8dcf6f04a3
+DIST cmd2-1.3.10.tar.gz 656845 BLAKE2B 
56e9b3a201eb8d87922b62160631a54429f03d9b667ed7785f6b1b06f130176aea45316ebd4bb394ba91293e7640f970be64addcbf59115256980cf28a2213ac
 SHA512 
b1d21528fbfef79d2cbec05e4886e9c0d3a29862a3f29eb4a076d598edd8a8968112e383fc882c6d7902cf7e4c301f4c2c912cd40ae3abafbc7ffae3fe9ebaab
 DIST cmd2-1.3.4.tar.gz 641801 BLAKE2B 
0d85cad11613aec5d58d9130f4edb46b038abe3ba02aa84570cb5c34100d02f7b5d0fa92cbc49a71d3be19b15f5b380e42d4eac28a609fac4f1e9d0c8b85fc34
 SHA512 
a8fcb7448e5afde392921ad15c0848c3396b91922f10fcee925721860ee74f678fbf43d334091e201b9e6612e4d70825762a03a870f2e4aa1f82a43b37c5800c
 DIST cmd2-1.3.5.tar.gz 642337 BLAKE2B 
85003cbe6161b280421ef05280171d4c76092240b6b060651be58dd7ca25562ef5666760d5261bd6e94d76598b24861eb1986ec8046813f698d2d789682b2b1d
 SHA512 
39d0142eaf238005787786e2033187d512073872a032d5bd973f81ef07cbc43a660c2c0c44175115ba25892aba9407789c21864ad19ea2ff287a44f37da6929b
 DIST cmd2-1.3.8.tar.gz 643320 BLAKE2B 
ca9eb089c4d1a5922d3f762e9fe118168349c807b770265d2e565a183447b938f08da578e0dc7de4a59a52fc39df2b53a63c84c1d86efd75c0ba58950bbe9a9a
 SHA512 
af2b56234e0b257c4de564d46f4be83b56c37fd903ee737e825779558e44a9b60164bac1c0bc35a79c8aa1ba80155331c496c310e5ecad94f984673a30ef6976

diff --git a/dev-python/cmd2/cmd2-1.3.10.ebuild 
b/dev-python/cmd2/cmd2-1.3.10.ebuild
new file mode 100644
index 000..cdd3428887c
--- /dev/null
+++ b/dev-python/cmd2/cmd2-1.3.10.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} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Extra features for standard library's cmd module"
+HOMEPAGE="https://github.com/python-cmd2/cmd2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pyperclip-1.6[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-1.6.0[${PYTHON_USEDEP}]
+   ' python3_{6,7})
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:test_which_editor_good:_&:' tests/test_cmd2.py || die
+   distutils-r1_src_prepare
+}
+
+src_test() {
+   # tests rely on very specific text wrapping...
+   local -x COLUMNS=80
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv || die "Tests failed with ${EPYTHON}"
+}



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

2020-09-18 Thread Michał Górny
commit: 8e7f6d299dfc55c3388f53b01b4048a02f2e9214
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 07:07:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 07:23:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7f6d29

dev-python/pygments: Bump to 2.7.1

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

 dev-python/pygments/Manifest  |  1 +
 dev-python/pygments/pygments-2.7.1.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
index 50ed4869fa6..0024397c3a5 100644
--- a/dev-python/pygments/Manifest
+++ b/dev-python/pygments/Manifest
@@ -1,3 +1,4 @@
 DIST Pygments-2.5.2.tar.gz 20263984 BLAKE2B 
fab5d11458bcb3bd9a825026f119c0bde6f672b00704f3d5db24ce050b959f0c1a34544642fc1b5911f6ae12a9b595a2cbedadc791d6a3e8c83da1a1add60471
 SHA512 
d6715ca26cdb68d4c771bb530b2395805025c14c78d9099b033d3410ea239c41033fb611e43e39cbaa4ac38078a09324d8cfde42269129be0a096dcc13586859
 DIST Pygments-2.6.1.tar.gz 3303050 BLAKE2B 
105f43301d2e7348937345519fe04817fa5baa5de4d0b9b0e9096d34612018bb992721df58a24008b009c0690054ac02c18c57b6b1a8a68039f9b4d20b5900a6
 SHA512 
0d793bb6eabe43645541347e44932ee50ccd4309f40e7a327422bcbe57d40a7cb8bbf2fb0911744ed6f316c6c08f4216462be88d79192a2ea004d6da51329932
 DIST Pygments-2.7.0.tar.gz 2358072 BLAKE2B 
a9c4753f62589a676300d366804aecc9349de2367b609919518f11be3ea40c3fb264d68c5da515cf80aaa42fb4e4dd9dd362d58945148a21c81a214c7e6c6b58
 SHA512 
b70714dd33cac725e0b32678971ab5902895c7d2fd8c9548f69110af32c82ba46a2d366dbbc9c4017e91c39120abe3e5d28e69893e8d92058f0bcbf579909db5
+DIST Pygments-2.7.1.tar.gz 2323072 BLAKE2B 
ee55bb47369caca78d180659c2f62af18c1b1c6bfd803148ed88254f33c7261bf8acd29d193be2ac9c04d022a1c0c14c0fe9ff3cfcf8a5dc1d4dec90d3f1ee43
 SHA512 
95d1109cd53092fafa2f1d5c21a135c426700fc92e39bb22a27f47e63d10bdcb9e52593cd282339a3b501430ededbccea4f8d5970ba1171204579b964a6771c8

diff --git a/dev-python/pygments/pygments-2.7.1.ebuild 
b/dev-python/pygments/pygments-2.7.1.ebuild
new file mode 100644
index 000..d203e4246cb
--- /dev/null
+++ b/dev-python/pygments/pygments-2.7.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1 bash-completion-r1
+
+MY_PN="Pygments"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pygments is a syntax highlighting package written in Python"
+HOMEPAGE="https://pygments.org/ https://pypi.org/project/Pygments/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   virtual/ttf-fonts
+   )"
+
+distutils_enable_sphinx doc
+
+python_test() {
+   cp -r -l tests "${BUILD_DIR}"/ || die
+   pytest -vv "${BUILD_DIR}"/tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   newbashcomp external/pygments.bashcomp pygmentize
+}



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

2020-09-18 Thread Michał Górny
commit: 051bb577fea902dca26f1938da5ddcd81bbe2cec
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 07:17:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 07:23:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051bb577

dev-python/pygments: Update metadata for GitHub move

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

 dev-python/pygments/metadata.xml  | 2 +-
 dev-python/pygments/pygments-2.7.1.ebuild | 5 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/pygments/metadata.xml b/dev-python/pygments/metadata.xml
index 1af0e3d5058..f0c75b1c9be 100644
--- a/dev-python/pygments/metadata.xml
+++ b/dev-python/pygments/metadata.xml
@@ -9,6 +9,6 @@


Pygments
-   birkenfeld/pygments-main
+   pygments/pygments

 

diff --git a/dev-python/pygments/pygments-2.7.1.ebuild 
b/dev-python/pygments/pygments-2.7.1.ebuild
index d203e4246cb..490e9a55d2d 100644
--- a/dev-python/pygments/pygments-2.7.1.ebuild
+++ b/dev-python/pygments/pygments-2.7.1.ebuild
@@ -12,7 +12,10 @@ MY_PN="Pygments"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Pygments is a syntax highlighting package written in Python"
-HOMEPAGE="https://pygments.org/ https://pypi.org/project/Pygments/;
+HOMEPAGE="
+   https://pygments.org/
+   https://github.com/pygments/pygments/
+   https://pypi.org/project/Pygments/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/

2020-09-18 Thread Michał Górny
commit: b7164ce419d33af6b70e2d2767995c886feedd7a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 07:23:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 07:23:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7164ce4

app-eselect/eselect-python: Mark ALLARCHES

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

 app-eselect/eselect-python/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-eselect/eselect-python/metadata.xml 
b/app-eselect/eselect-python/metadata.xml
index 7f4f33c6dbc..4c43a15ce6f 100644
--- a/app-eselect/eselect-python/metadata.xml
+++ b/app-eselect/eselect-python/metadata.xml
@@ -5,4 +5,5 @@
pyt...@gentoo.org
Python

+   
 



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

2020-09-18 Thread Agostino Sarubbo
commit: 9ebf1c58e4cf8fb4af0e9911b08e847213cee677
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:25:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebf1c58

media-sound/csound: amd64 stable wrt bug #742368

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

 media-sound/csound/csound-6.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/csound/csound-6.15.0.ebuild 
b/media-sound/csound/csound-6.15.0.ebuild
index b52669444ab..695b7485fbe 100644
--- a/media-sound/csound/csound-6.15.0.ebuild
+++ b/media-sound/csound/csound-6.15.0.ebuild
@@ -20,7 +20,7 @@ else

https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_pdf.zip

https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_html.zip
)"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Sound design and signal processing system for composition and 
performance"



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

2020-09-18 Thread Agostino Sarubbo
commit: 2d2bdc59ffc1521d63a7ca2a035c6943a66a3471
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:26:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2bdc59

dev-python/botocore: amd64/x86 stable (ALLARCHES policy) wrt bug #742611

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/botocore/botocore-1.17.46.ebuild 
b/dev-python/botocore/botocore-1.17.46.ebuild
index 8737f742498..9e8ccfc9598 100644
--- a/dev-python/botocore/botocore-1.17.46.ebuild
+++ b/dev-python/botocore/botocore-1.17.46.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == "" ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 fi
 
 RDEPEND="



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

2020-09-18 Thread Agostino Sarubbo
commit: 6f93e395d7f5863d1dacacaa6c8016b90bcc8fb8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:28:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f93e395

dev-python/docker-py: amd64/x86 stable (ALLARCHES policy) wrt bug #742806

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/docker-py/docker-py-4.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docker-py/docker-py-4.3.0.ebuild 
b/dev-python/docker-py/docker-py-4.3.0.ebuild
index 53069223525..5eba6c4519e 100644
--- a/dev-python/docker-py/docker-py-4.3.0.ebuild
+++ b/dev-python/docker-py/docker-py-4.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
!~dev-python/requests-2.18.0[${PYTHON_USEDEP}]



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

2020-09-18 Thread Agostino Sarubbo
commit: d3fb57a033021087db97e973c083e6b76c3fbe2d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:24:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fb57a0

dev-python/python-evdev: amd64 stable wrt bug #740112

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

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

diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild 
b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
index 46b1cc4b846..b076afebcdb 100644
--- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 distutils_enable_tests pytest
 



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

2020-09-18 Thread Agostino Sarubbo
commit: 6f3fac2b24abb1c9872a77c621f7466725b57918
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:28:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3fac2b

dev-python/llvmlite: amd64 stable wrt bug #742842

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

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

diff --git a/dev-python/llvmlite/llvmlite-0.34.0.ebuild 
b/dev-python/llvmlite/llvmlite-0.34.0.ebuild
index 3fa3c11d9cb..7d5b705dc00 100644
--- a/dev-python/llvmlite/llvmlite-0.34.0.ebuild
+++ b/dev-python/llvmlite/llvmlite-0.34.0.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${P/_/}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 LLVM_MAX_SLOT=10



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

2020-09-18 Thread Agostino Sarubbo
commit: 93f5f66fb46a60827ff220d3af2bd9c7bbe2148a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:28:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f5f66f

dev-python/phonenumbers: amd64/x86 stable (ALLARCHES policy) wrt bug #742851

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.8.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.8.ebuild
index 4d3183b1591..edac4c6caf9 100644
--- a/dev-python/phonenumbers/phonenumbers-8.12.8.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.12.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DOCS=(README.md)
 



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

2020-09-18 Thread Agostino Sarubbo
commit: 9e517649c5753b5c787b1613562a581b64c1cced
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:25:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e517649

media-sound/jack-keyboard: amd64 stable wrt bug #742371

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

 media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild 
b/media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild
index dd40aa9f0a7..f6633e6a5a7 100644
--- a/media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild
+++ b/media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="lash X"
 
 CDEPEND="



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

2020-09-18 Thread Agostino Sarubbo
commit: aa9dfb0fa3b17d8d35b23e1c76d6cff842419b50
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:25:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9dfb0f

app-text/dictd: amd64 stable wrt bug #742548

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

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

diff --git a/app-text/dictd/dictd-1.13.0.ebuild 
b/app-text/dictd/dictd-1.13.0.ebuild
index 7e19c83bbfa..81f6e252eaf 100644
--- a/app-text/dictd/dictd-1.13.0.ebuild
+++ b/app-text/dictd/dictd-1.13.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
 SLOT="0"
 # We install rfc so - ISOC-rfc
 LICENSE="GPL-2 ISOC-rfc"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="dbi judy minimal test"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Agostino Sarubbo
commit: 0a77f83f88279dd8ad029cbdaaa0b851bc29056c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:25:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a77f83f

dev-ruby/nokogiri: amd64 stable wrt bug #742458

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

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

diff --git a/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
index d3ea36c3842..2407a5843a9 100644
--- a/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2020-09-18 Thread Agostino Sarubbo
commit: 69454b7eb18fbc200d2262100278277374e7e12a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:27:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69454b7e

dev-python/eventlet: amd64 stable wrt bug #742800

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

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

diff --git a/dev-python/eventlet/eventlet-0.26.1.ebuild 
b/dev-python/eventlet/eventlet-0.26.1.ebuild
index 2fb9d9a1d19..5cdfd526372 100644
--- a/dev-python/eventlet/eventlet-0.26.1.ebuild
+++ b/dev-python/eventlet/eventlet-0.26.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="doc examples test"
 
 RDEPEND="



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

2020-09-18 Thread Agostino Sarubbo
commit: 62e8235636a4d3e59532466d39453874bf924a62
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:26:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e82356

app-emulation/vkd3d: amd64 stable wrt bug #742704

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

 app-emulation/vkd3d/vkd3d-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild 
b/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild
index 1c952142c43..3b32cd0c2df 100644
--- a/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.1-r1.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz;
 fi
 



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

2020-09-18 Thread Agostino Sarubbo
commit: 27197f5c3e8b7991020c1165ed4ace695178978d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:24:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27197f5c

app-portage/cpuid2cpuflags: amd64 stable wrt bug #742350

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

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

diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-11.ebuild 
b/app-portage/cpuid2cpuflags/cpuid2cpuflags-11.ebuild
index 68febed6eb1..6956ec3d483 100644
--- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-11.ebuild
+++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-11.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-doc/csound-manual/

2020-09-18 Thread Agostino Sarubbo
commit: 6054058b4f3a87e524e4e887647ec0d8cf1124b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:25:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6054058b

app-doc/csound-manual: amd64 stable wrt bug #742368

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

 app-doc/csound-manual/csound-manual-6.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/csound-manual/csound-manual-6.15-r1.ebuild 
b/app-doc/csound-manual/csound-manual-6.15-r1.ebuild
index 57b53d8d76a..bdd49968074 100644
--- a/app-doc/csound-manual/csound-manual-6.15-r1.ebuild
+++ b/app-doc/csound-manual/csound-manual-6.15-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="FDL-1.2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="html"
 
 LANGS=" fr"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-timer-plugin/

2020-09-18 Thread Agostino Sarubbo
commit: 1cd5501a620aed5f961206f91f114cf1ba7fed69
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:24:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd5501a

xfce-extra/xfce4-timer-plugin: amd64 stable wrt bug #742314

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

 xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1.ebuild 
b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1.ebuild
index 1fc07d2b2e0..be4786382c2 100644
--- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1.ebuild
+++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 #libx11?



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

2020-09-18 Thread Agostino Sarubbo
commit: 40ad2e4c8c685383934a841af55ac8ac34fdc118
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:28:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ad2e4c

dev-python/dask: amd64/x86 stable (ALLARCHES policy) wrt bug #742815

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/dask/dask-2.23.0.ebuild 
b/dev-python/dask/dask-2.23.0.ebuild
index 1930b91f340..ca386a69eec 100644
--- a/dev-python/dask/dask-2.23.0.ebuild
+++ b/dev-python/dask/dask-2.23.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="distributed"
 
 RDEPEND="



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

2020-09-18 Thread Agostino Sarubbo
commit: 3f565b6e88ecec2dbaea4ae24877b3d0290f3425
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:25:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f565b6e

x11-misc/qt5ct: amd64 stable wrt bug #742365

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

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

diff --git a/x11-misc/qt5ct/qt5ct-1.1.ebuild b/x11-misc/qt5ct/qt5ct-1.1.ebuild
index 976ddce5823..fdc06c00927 100644
--- a/x11-misc/qt5ct/qt5ct-1.1.ebuild
+++ b/x11-misc/qt5ct/qt5ct-1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/qt5ct/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="+dbus"
 
 RDEPEND="



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

2020-09-18 Thread Agostino Sarubbo
commit: a81f7bc7bf5fb1e27689931ed328de0bc3dae7a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:27:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81f7bc7

dev-python/bcrypt: amd64 stable wrt bug #742773

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

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

diff --git a/dev-python/bcrypt/bcrypt-3.2.0.ebuild 
b/dev-python/bcrypt/bcrypt-3.2.0.ebuild
index fe01a36b8ed..a256b81dab7 100644
--- a/dev-python/bcrypt/bcrypt-3.2.0.ebuild
+++ b/dev-python/bcrypt/bcrypt-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris"
 
 RDEPEND="
$(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')



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

2020-09-18 Thread Agostino Sarubbo
commit: 971fbb86e2c3531a557a1ead0204003054cd42e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:27:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971fbb86

dev-util/cgdb: amd64 stable wrt bug #742719

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

 dev-util/cgdb/cgdb-0.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild 
b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
index ba5293f966b..a37ddb6ab93 100644
--- a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
+++ b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = ** ]]; then
g...@github.com:cgdb/cgdb.git"
 else
SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 inherit autotools multilib-minimal



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

2020-09-18 Thread Agostino Sarubbo
commit: 51cb611b851a0f621bfbe13143e296247c1b0264
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:27:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cb611b

dev-libs/girara: amd64 stable wrt bug #742722

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

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

diff --git a/dev-libs/girara/girara-0.3.4.ebuild 
b/dev-libs/girara/girara-0.3.4.ebuild
index 77385380530..c4a12693dcb 100644
--- a/dev-libs/girara/girara-0.3.4.ebuild
+++ b/dev-libs/girara/girara-0.3.4.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *999 ]]; then
EGIT_BRANCH="develop"
 else
SRC_URI="https://github.com/pwmt/girara/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 LICENSE="ZLIB"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-time-out-plugin/

2020-09-18 Thread Agostino Sarubbo
commit: d650a4bec49e82f6c57844eb6a120ec4f9d70034
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:24:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d650a4be

xfce-extra/xfce4-time-out-plugin: amd64 stable wrt bug #742317

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

 xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.1.1.ebuild
index 8974ee5e964..05ec9d55634 100644
--- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.1.1.ebuild
+++ b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



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

2020-09-18 Thread Agostino Sarubbo
commit: 49b89da12ad4d93cdb8dbe20662bafcce1bf8f34
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:27:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b89da1

dev-python/aws-sam-translator: amd64/x86 stable (ALLARCHES policy) wrt bug 
#742758

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/aws-sam-translator/aws-sam-translator-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.26.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.26.0.ebuild
index fa122747762..21f682a6715 100644
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.26.0.ebuild
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.26.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/serverless-application-model-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/boto3-1.5[${PYTHON_USEDEP}]



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

2020-09-18 Thread Agostino Sarubbo
commit: e67058b0098a34f3aca5f3a2fea15364b2784b79
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:26:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67058b0

dev-python/boto3: amd64/x86 stable (ALLARCHES policy) wrt bug #742611

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/boto3/boto3-1.14.46.ebuild 
b/dev-python/boto3/boto3-1.14.46.ebuild
index ccc99e1c241..c6eddaafb50 100644
--- a/dev-python/boto3/boto3-1.14.46.ebuild
+++ b/dev-python/boto3/boto3-1.14.46.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "" ]]; then
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"
+   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-)"



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

2020-09-18 Thread Agostino Sarubbo
commit: 1c85650bbb96f6d9b4761a1382b8541c2842ee47
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:26:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c85650b

net-irc/weechat: amd64 stable wrt bug #740444

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

 net-irc/weechat/weechat-2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/weechat/weechat-2.9.ebuild 
b/net-irc/weechat/weechat-2.9.ebuild
index d9bee70c87f..4b83921fb38 100644
--- a/net-irc/weechat/weechat-2.9.ebuild
+++ b/net-irc/weechat/weechat-2.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/weechat/weechat.git;
 else
SRC_URI="https://weechat.org/files/src/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



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

2020-09-18 Thread Agostino Sarubbo
commit: a0ff3e32174529c67545810b52559829d56f0679
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:28:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ff3e32

dev-python/humanize: amd64/x86 stable (ALLARCHES policy) wrt bug #742827

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/humanize/humanize-2.6.0.ebuild 
b/dev-python/humanize/humanize-2.6.0.ebuild
index 6225e90488c..7c93eeb5fa8 100644
--- a/dev-python/humanize/humanize-2.6.0.ebuild
+++ b/dev-python/humanize/humanize-2.6.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Agostino Sarubbo
commit: f0c3270ead38a23991283bde723aaa9c0cbab42e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:25:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:29:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c3270e

sys-apps/pkgcore: amd64 stable wrt bug #742362

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

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

diff --git a/sys-apps/pkgcore/pkgcore-0.10.13.ebuild 
b/sys-apps/pkgcore/pkgcore-0.10.13.ebuild
index 694b1fb7786..e326a0ef679 100644
--- a/sys-apps/pkgcore/pkgcore-0.10.13.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.10.13.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 sparc 
~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~s390 sparc 
~x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/

2020-09-18 Thread Sergei Trofimovich
commit: 58c61fffa27cb1ee1d3466ae4055d5cfc9daa06a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c61fff

dev-lang/vala: stable 0.46.10 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/vala/vala-0.46.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/vala/vala-0.46.10.ebuild 
b/dev-lang/vala/vala-0.46.10.ebuild
index 506c3d7b9a8..4159e3cb27e 100644
--- a/dev-lang/vala/vala-0.46.10.ebuild
+++ b/dev-lang/vala/vala-0.46.10.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.46"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Sergei Trofimovich
commit: 469601221588a1d603379d65d2d7251443bc4adb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46960122

sys-apps/accountsservice: stable 0.6.55 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-apps/accountsservice/accountsservice-0.6.55.ebuild 
b/sys-apps/accountsservice/accountsservice-0.6.55.ebuild
index 13cdbe016d6..d9188e5e306 100644
--- a/sys-apps/accountsservice/accountsservice-0.6.55.ebuild
+++ b/sys-apps/accountsservice/accountsservice-0.6.55.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
 
 IUSE="doc consolekit elogind gtk-doc +introspection selinux systemd"
 REQUIRED_USE="^^ ( consolekit elogind systemd )"



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

2020-09-18 Thread Sergei Trofimovich
commit: 641ed3d25b34fac102e0f92e3136ba43924415d0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641ed3d2

dev-libs/libsigc++: stable 2.10.3 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libsigc++/libsigc++-2.10.3.ebuild 
b/dev-libs/libsigc++/libsigc++-2.10.3.ebuild
index 16723c05982..c1434665cb5 100644
--- a/dev-libs/libsigc++/libsigc++-2.10.3.ebuild
+++ b/dev-libs/libsigc++/libsigc++-2.10.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://libsigc.sourceforge.net/;
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-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 
~x64-solaris ~x86-solaris"
+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 
~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Miroslav Šulc
commit: 7d0c5f3085e92c8fab2aae58786ac6a5d72563da
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Sep 18 07:43:39 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Sep 18 07:43:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0c5f30

net-analyzer/zabbix: removed obsolete 4.0.22

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-analyzer/zabbix/Manifest |   1 -
 net-analyzer/zabbix/zabbix-4.0.22.ebuild | 350 ---
 2 files changed, 351 deletions(-)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index 65e5959dd7c..6562d63fd4c 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -1,5 +1,4 @@
 DIST zabbix-3.0.31.tar.gz 14698394 BLAKE2B 
b8b5f94fe7fe08385b1b358c628b2047b437e6068dab8c3dbdab03e55e95e27f1b77ede4a1a57c4f79bf4a629d9dc5671bd144c002ace7c915f2fed382ac13b2
 SHA512 
35fec45667cdf217c2be21a164181f92f8f11ef9bcfb0c8dad914726e7c436bae5f8a97aebc3af82499e37125f4d1896ef74ad061a1ee3cbb674562c22a832b1
-DIST zabbix-4.0.22.tar.gz 17392386 BLAKE2B 
6d293c6096fb481bef4246703dd00066305c5f980f66e9225461edc677e1930df766f2aeadb6aa1ae6225fce791228e37304a9ed1adb40dc785d18b4393b4dd4
 SHA512 
de6176c8f833e76da86c6a16558fa7b94fd40d87b4a2525dc91f60490ea226751bf93829f2ec2da87804ab0468c9f76e4b4e9ee7f4e620c87115a5bd9a654f53
 DIST zabbix-4.0.23.tar.gz 17398767 BLAKE2B 
e1a2dba3c5d0eff6e5b277beb3b0fcfc931883f4ccd9ab458dde4115f997c37ae813804d890f586c560191523b8ed5b2fde72c71910436ab33ea953373316641
 SHA512 
7d78bf21cc9df6a924543b4ce0ba1ea5e5de4b169fd2333cafbac7eb8a757d2db32dcbbc8783ed0c95dfdddb7dadd6109352f2544d3c92f6f410d2116bf72ca2
 DIST zabbix-4.0.24.tar.gz 17404177 BLAKE2B 
3c2e9d6f69ad32c5fbee4d4f57661dffa9afafd98056f199658e05ff6c241149c5f23bb3a71a8524e3d83b33a6635b78713e8ec7a77457ae62550f9580715969
 SHA512 
ec4d4bbfc3ce1ea10a4e6cf96c10e4495ce2ea154dc297544ae107d4cb7451e3fc76e25d7822f40a809a87a268c54abb8a9d49869942f2009c0a7f92ff6abaf3
 DIST zabbix-5.0.2.tar.gz 18823956 BLAKE2B 
170b64a15ac8dfbf16264e4973b16130f8066a7b08e579265ae17132d9b78f43bcc8840606c0413a4db199e237ba92989556cbd12f76e595f2999cfe9ff041a0
 SHA512 
81cf26d67e4e4df388dd6505db6f7451cf2f05aa6ac7b5d043c32eec89053cf133075bbb289cfb5b15f48a3eb94f646242704035ab09cc1dfeefba926dd6

diff --git a/net-analyzer/zabbix/zabbix-4.0.22.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.22.ebuild
deleted file mode 100644
index 065c01ba723..000
--- a/net-analyzer/zabbix/zabbix-4.0.22.ebuild
+++ /dev/null
@@ -1,350 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# needed to make webapp-config dep optional
-WEBAPP_OPTIONAL="yes"
-inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
-
-DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
-HOMEPAGE="https://www.zabbix.com/;
-MY_P=${P/_/}
-MY_PV=${PV/_/}
-SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS="amd64 x86"
-IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle 
+postgres proxy server ssh ssl snmp sqlite odbc static"
-REQUIRED_USE="|| ( agent frontend proxy server )
-   proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )
-   server? ( ^^ ( mysql oracle postgres odbc ) )
-   static? ( !oracle !snmp )"
-
-COMMON_DEPEND="
-   curl? ( net-misc/curl )
-   java? ( >=virtual/jdk-1.8:* )
-   ldap? (
-   =dev-libs/cyrus-sasl-2*
-   net-libs/gnutls
-   net-nds/openldap
-   )
-   libxml2? ( dev-libs/libxml2 )
-   mysql? ( dev-db/mysql-connector-c )
-   odbc? ( dev-db/unixODBC )
-   openipmi? ( sys-libs/openipmi )
-   oracle? ( dev-db/oracle-instantclient-basic )
-   postgres? ( dev-db/postgresql:* )
-   proxy?  ( sys-libs/zlib )
-   server? (
-   dev-libs/libevent
-   sys-libs/zlib
-   )
-   snmp? ( net-analyzer/net-snmp )
-   sqlite? ( dev-db/sqlite )
-   ssh? ( net-libs/libssh2 )
-   ssl? ( dev-libs/openssl:=[-bindist] )
-   xmpp? ( dev-libs/iksemel )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jre-1.8:* )
-   mysql? ( virtual/mysql )
-   proxy? ( net-analyzer/fping[suid] )
-   server? (
-   app-admin/webapp-config
-   dev-libs/libevent
-   dev-libs/libpcre
-   net-analyzer/fping[suid]
-   )
-   frontend? (
-   app-admin/webapp-config
-   
dev-lang/php:*[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode]
-   media-libs/gd[png]
-   virtual/httpd-php:*
-   mysql? ( dev-lang/php[mysqli] )
-   odbc? ( dev-lang/php[odbc] )
-   oracle? ( dev-lang/php[oci8-instant-client] )

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

2020-09-18 Thread Sergei Trofimovich
commit: 7ec4476361d358636442e6a27ccfedaaa5bc1edf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec44763

dev-util/gtk-update-icon-cache: stable 3.24.20 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
index 1ee366c2c28..f83602ea880 100644
--- a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.20.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # man page was previously installed by gtk+:3 ebuild
 RDEPEND="



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

2020-09-18 Thread Sergei Trofimovich
commit: 7c628c8285b30e055d80f379c55c1d002bc5508b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:57:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c628c82

x11-libs/gtk+: stable 3.24.20 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/gtk+/gtk+-3.24.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.20.ebuild 
b/x11-libs/gtk+/gtk+-3.24.20.ebuild
index 1715700dc3d..ed300aa27ff 100644
--- a/x11-libs/gtk+/gtk+-3.24.20.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.20.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



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

2020-09-18 Thread Sergei Trofimovich
commit: 40bdbdb0f6b1aa7d5b92a673f4f4520dfdbe8c9b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:57:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bdbdb0

media-libs/harfbuzz: stable 2.6.7 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild
index c2173b0c694..0e2f9fbf250 100644
--- a/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.6.7.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
-   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"
+   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"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2020-09-18 Thread Sergei Trofimovich
commit: 4521d68474603c0563df1191d8523677ae97a7ab
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4521d684

media-libs/woff2: stable 1.0.2-r2 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/woff2/woff2-1.0.2-r2.ebuild 
b/media-libs/woff2/woff2-1.0.2-r2.ebuild
index 42d5918d4de..6cf3ad9bb3b 100644
--- a/media-libs/woff2/woff2-1.0.2-r2.ebuild
+++ b/media-libs/woff2/woff2-1.0.2-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
 IUSE=""
 
 RDEPEND="app-arch/brotli"



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

2020-09-18 Thread Sergei Trofimovich
commit: 7220e6735b229d860476b354a22319ee0380b0d7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:57:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7220e673

dev-libs/gjs: stable 1.58.8 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/gjs/gjs-1.58.8.ebuild b/dev-libs/gjs/gjs-1.58.8.ebuild
index 24e8ffd19a0..2f256eb68f4 100644
--- a/dev-libs/gjs/gjs-1.58.8.ebuild
+++ b/dev-libs/gjs/gjs-1.58.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk readline +sysprof test"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.58.0



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

2020-09-18 Thread Sergei Trofimovich
commit: b188dbc3c47925c19081821f47a91c32fc7a4b55
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b188dbc3

dev-libs/appstream-glib: stable 0.7.17 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild
index d1a110f3eaf..6710f44c42c 100644
--- a/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild
+++ b/dev-libs/appstream-glib/appstream-glib-0.7.17.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/8" # soname version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="gtk-doc fonts +introspection stemmer"
 
 RDEPEND="



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

2020-09-18 Thread Sergei Trofimovich
commit: 955874b45d7936af860d1fc268a4b2b4d6453761
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955874b4

app-crypt/libsecret: stable 0.20.3 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-crypt/libsecret/libsecret-0.20.3.ebuild 
b/app-crypt/libsecret/libsecret-0.20.3.ebuild
index 2107c049c95..e5125875d2b 100644
--- a/app-crypt/libsecret/libsecret-0.20.3.ebuild
+++ b/app-crypt/libsecret/libsecret-0.20.3.ebuild
@@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( introspection )
vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]



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

2020-09-18 Thread Sergei Trofimovich
commit: bd20377c39225dad67d0f3f5a6acbada658ce1a9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd20377c

media-libs/graphene: stable 1.10.0 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/graphene/graphene-1.10.0.ebuild 
b/media-libs/graphene/graphene-1.10.0.ebuild
index c8c9d6b8726..32de0b68ad4 100644
--- a/media-libs/graphene/graphene-1.10.0.ebuild
+++ b/media-libs/graphene/graphene-1.10.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ebassi/graphene/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 doc +introspection test"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Agostino Sarubbo
commit: e33d023bfcc46237ee18df4d911ef455db9a3e5a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:44:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:44:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33d023b

dev-ruby/nokogiri: arm stable wrt bug #742458

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
index 2407a5843a9..22b35a3764d 100644
--- a/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.10.10.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2020-09-18 Thread Agostino Sarubbo
commit: fe558c95dcca763cee6ee7401ca452a5d200
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:44:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:44:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe558c95

sys-kernel/gentoo-sources: arm stable wrt bug #738000

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.14.194.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.141.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.233.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.233.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

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

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

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

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

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



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

2020-09-18 Thread Agostino Sarubbo
commit: 374b54974c8eb9a6c57e3591e9db5122b0807550
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:44:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:44:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374b5497

dev-util/cgdb: arm stable wrt bug #742719

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/cgdb/cgdb-0.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild 
b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
index a37ddb6ab93..140cfe72bad 100644
--- a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
+++ b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = ** ]]; then
g...@github.com:cgdb/cgdb.git"
 else
SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 inherit autotools multilib-minimal



[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/

2020-09-18 Thread Sergei Trofimovich
commit: 5753b629a61f0b7195bdd8f80739aa963a78ed63
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:58:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5753b629

dev-lang/vala: stable 0.48.6 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/vala/vala-0.48.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/vala/vala-0.48.6.ebuild b/dev-lang/vala/vala-0.48.6.ebuild
index 9847cf57742..04168dea956 100644
--- a/dev-lang/vala/vala-0.48.6.ebuild
+++ b/dev-lang/vala/vala-0.48.6.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.48"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/

2020-09-18 Thread Sergei Trofimovich
commit: 96439484190438434a091687ea4bc3f8e248c04d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:57:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96439484

dev-lang/vala: stable 0.40.23 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/vala/vala-0.40.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/vala/vala-0.40.23.ebuild 
b/dev-lang/vala/vala-0.40.23.ebuild
index cfac23abb74..9fe3b6a6d57 100644
--- a/dev-lang/vala/vala-0.40.23.ebuild
+++ b/dev-lang/vala/vala-0.40.23.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1"
 SLOT="0.40"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2020-09-18 Thread Sergei Trofimovich
commit: 07f01f76f8b053c70bb46e2e5a921bbceb2f615d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 18 06:57:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 18 07:44:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f01f76

dev-libs/vala-common: stable 0.48.6 for ppc64

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/vala-common/vala-common-0.48.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/vala-common/vala-common-0.48.6.ebuild 
b/dev-libs/vala-common/vala-common-0.48.6.ebuild
index b63de98002f..580d77e0c60 100644
--- a/dev-libs/vala-common/vala-common-0.48.6.ebuild
+++ b/dev-libs/vala-common/vala-common-0.48.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 RDEPEND=""



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

2020-09-18 Thread Agostino Sarubbo
commit: 3fef2f56a25f2dfc5fa7b7aa3c7f4db5f0ce2294
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:45:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:45:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fef2f56

dev-python/llvmlite: arm stable wrt bug #742842

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/llvmlite/llvmlite-0.34.0.ebuild 
b/dev-python/llvmlite/llvmlite-0.34.0.ebuild
index 7d5b705dc00..886e1f8f619 100644
--- a/dev-python/llvmlite/llvmlite-0.34.0.ebuild
+++ b/dev-python/llvmlite/llvmlite-0.34.0.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${P/_/}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 LLVM_MAX_SLOT=10



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

2020-09-18 Thread Agostino Sarubbo
commit: 05f147879813835e8ad447a45bb0c66ecb642c66
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:45:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:45:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f14787

dev-python/pip: arm stable wrt bug #742848

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pip/pip-20.2.2.ebuild b/dev-python/pip/pip-20.2.2.ebuild
index c9f558ef467..227c9d95a98 100644
--- a/dev-python/pip/pip-20.2.2.ebuild
+++ b/dev-python/pip/pip-20.2.2.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
 # setuptools & wheel .whl files are required for testing, exact version is not 
very important.
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 SLOT="0"
 IUSE="test -vanilla"
 



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

2020-09-18 Thread Agostino Sarubbo
commit: 1211a6cc4c0a4b763bda89ce19fcda6a6bbc81a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:45:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:45:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1211a6cc

dev-python/eventlet: arm stable wrt bug #742800

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/eventlet/eventlet-0.26.1.ebuild 
b/dev-python/eventlet/eventlet-0.26.1.ebuild
index 5cdfd526372..6cdcf68c6e7 100644
--- a/dev-python/eventlet/eventlet-0.26.1.ebuild
+++ b/dev-python/eventlet/eventlet-0.26.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="doc examples test"
 
 RDEPEND="



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

2020-09-18 Thread Agostino Sarubbo
commit: 3015761c48bce5d1ef3c7215925c1d2c6ab217bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:45:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:45:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3015761c

dev-libs/girara: arm stable wrt bug #742722

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/girara/girara-0.3.4.ebuild 
b/dev-libs/girara/girara-0.3.4.ebuild
index c4a12693dcb..afe991deec6 100644
--- a/dev-libs/girara/girara-0.3.4.ebuild
+++ b/dev-libs/girara/girara-0.3.4.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *999 ]]; then
EGIT_BRANCH="develop"
 else
SRC_URI="https://github.com/pwmt/girara/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 arm ~x86"
 fi
 
 LICENSE="ZLIB"



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

2020-09-18 Thread Agostino Sarubbo
commit: 27bddbd69f3a5ad4acea8b23355aa4e910965f6e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 18 07:45:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 18 07:45:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bddbd6

dev-python/bcrypt: arm stable wrt bug #742773

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/bcrypt/bcrypt-3.2.0.ebuild 
b/dev-python/bcrypt/bcrypt-3.2.0.ebuild
index a256b81dab7..a6d579f01d7 100644
--- a/dev-python/bcrypt/bcrypt-3.2.0.ebuild
+++ b/dev-python/bcrypt/bcrypt-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris"
 
 RDEPEND="
$(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')



<    1   2   3   4   5   6   7   >