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

2021-01-19 Thread Agostino Sarubbo
commit: 2b93bef884850f3a534b71045feded6e42093697
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:55:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:55:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b93bef8

net-libs/srt: amd64 stable wrt bug #765040

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

 net-libs/srt/srt-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/srt/srt-1.4.2.ebuild b/net-libs/srt/srt-1.4.2.ebuild
index cad2371d541..0fa8b5336b2 100644
--- a/net-libs/srt/srt-1.4.2.ebuild
+++ b/net-libs/srt/srt-1.4.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 
~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 
~ppc-macos ~x64-macos"
 fi
 
 LICENSE="MPL-2.0"



[gentoo-commits] repo/gentoo:master commit in: media-video/vlc/

2021-01-19 Thread Agostino Sarubbo
commit: 6a0b33dfde04c9f5740fedfff88218ed862a5ab5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:55:00 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:55:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0b33df

media-video/vlc: amd64 stable wrt bug #765040

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

 media-video/vlc/vlc-3.0.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vlc/vlc-3.0.12.1.ebuild 
b/media-video/vlc/vlc-3.0.12.1.ebuild
index 1e009fb8113..180285d0e07 100644
--- a/media-video/vlc/vlc-3.0.12.1.ebuild
+++ b/media-video/vlc/vlc-3.0.12.1.ebuild
@@ -21,7 +21,7 @@ else
#else
#   
SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
#fi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86"
 fi
 
 inherit autotools flag-o-matic toolchain-funcs virtualx xdg



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

2021-01-19 Thread Fabian Groffen
commit: 80f508cf33b67c0443d35679e0953e7007dda66f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan 20 07:41:57 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan 20 07:42:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f508cf

net-misc/nx: fix install for Prefix, by Firas, bug #682864

Closes: https://bugs.gentoo.org/682864
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 net-misc/nx/nx-3.5.99.25.ebuild | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/net-misc/nx/nx-3.5.99.25.ebuild b/net-misc/nx/nx-3.5.99.25.ebuild
index 2da4b0963c2..d3b7370a907 100644
--- a/net-misc/nx/nx-3.5.99.25.ebuild
+++ b/net-misc/nx/nx-3.5.99.25.ebuild
@@ -113,8 +113,9 @@ src_compile() {
emake -C nx-X11 BuildDependsOnly
# Parallel make issue resurfaced, upstream working on autotools switch
emake -j1 -C nx-X11 World \
-   USRLIBDIR="/usr/$(get_libdir)/${PN}/X11" \
-   SHLIBDIR="/usr/$(get_libdir)"
+   USRLIBDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/X11" \
+   SHLIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   ETCDIR_NX="${EPREFIX}/etc/nxagent"
 
emake -C nxproxy
 }
@@ -122,10 +123,11 @@ src_compile() {
 src_install() {
emake \
DESTDIR="${D}" \
-   PREFIX="/usr" \
-   NXLIBDIR="/usr/$(get_libdir)/${PN}" \
-   SHLIBDIR="/usr/$(get_libdir)" \
-   USRLIBDIR="/usr/$(get_libdir)/${PN}/X11" \
+   PREFIX="${EPREFIX}/usr" \
+   NXLIBDIR="${EPREFIX}/usr/$(get_libdir)/${PN}" \
+   SHLIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   USRLIBDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/X11" \
+   ETCDIR_NX="${EPREFIX}/etc/nxagent" \
install
 
# Already provided by mesa & related packages



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

2021-01-19 Thread Agostino Sarubbo
commit: b96be4434fb2b2d60a1c5e3667213f9a84c07feb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:40:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:40:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96be443

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

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

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

diff --git a/dev-python/eventlet/eventlet-0.30.0.ebuild 
b/dev-python/eventlet/eventlet-0.30.0.ebuild
index 9256bc3d1f3..c447489ae40 100644
--- a/dev-python/eventlet/eventlet-0.30.0.ebuild
+++ b/dev-python/eventlet/eventlet-0.30.0.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-python/pygresql/

2021-01-19 Thread Agostino Sarubbo
commit: 7bf7dcd820e896fdd6ec91104a80a72c722862f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:41:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf7dcd8

dev-python/pygresql: amd64 stable wrt bug #765952

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

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

diff --git a/dev-python/pygresql/pygresql-5.2.2.ebuild 
b/dev-python/pygresql/pygresql-5.2.2.ebuild
index 96432e33a83..a56bba8e0cc 100644
--- a/dev-python/pygresql/pygresql-5.2.2.ebuild
+++ b/dev-python/pygresql/pygresql-5.2.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz"
 
 LICENSE="POSTGRESQL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc ~x86"
 
 DEPEND="${POSTGRES_DEP}"
 RDEPEND="${DEPEND}"



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

2021-01-19 Thread Agostino Sarubbo
commit: 26df026a46733f9545b9bd653fd38e2a4400797f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:41:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:41:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26df026a

dev-python/fsspec: amd64/x86 stable (ALLARCHES policy) wrt bug #765925

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

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

diff --git a/dev-python/fsspec/fsspec-0.8.5.ebuild 
b/dev-python/fsspec/fsspec-0.8.5.ebuild
index 42f59375ae3..50283761787 100644
--- a/dev-python/fsspec/fsspec-0.8.5.ebuild
+++ b/dev-python/fsspec/fsspec-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]



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

2021-01-19 Thread Agostino Sarubbo
commit: dd73d1674df897bb8b18fdfdf04a3b67a35c4b44
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:39:58 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:39:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd73d167

dev-python/PyQtWebEngine: amd64 stable wrt bug #766171

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

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

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild
index 94183f43f9b..870ba2ca1d8 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="



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

2021-01-19 Thread Agostino Sarubbo
commit: 1f30db61f8128c9e073830ab6dc6ccebe03d7d98
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:40:33 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:40:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f30db61

net-fs/openafs: amd64 stable wrt bug #765574

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

 net-fs/openafs/openafs-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/openafs/openafs-1.8.7.ebuild 
b/net-fs/openafs/openafs-1.8.7.ebuild
index d7b1f8f077d..48bb3d12f89 100644
--- a/net-fs/openafs/openafs-1.8.7.ebuild
+++ b/net-fs/openafs/openafs-1.8.7.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 IUSE="apidoc bitmap-later debug doc fuse kauth kerberos +modules +namei
 ncurses perl +pthreaded-ubik +supergroups tsm ubik-read-while-write"



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

2021-01-19 Thread Agostino Sarubbo
commit: ffabc75dd19817bb8e9516835d345ed3805ed448
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:40:59 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffabc75d

dev-lang/erlang: amd64 stable wrt bug #765733

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

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

diff --git a/dev-lang/erlang/erlang-23.2.ebuild 
b/dev-lang/erlang/erlang-23.2.ebuild
index a18718fcf2a..3c1427ccf89 100644
--- a/dev-lang/erlang/erlang-23.2.ebuild
+++ b/dev-lang/erlang/erlang-23.2.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc emacs +hipe java +kpoll libressl odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2021-01-19 Thread Agostino Sarubbo
commit: ecaf9b61dacfaaed21d418c32beec20831723c4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:40:47 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:40:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecaf9b61

sys-devel/gcc: amd64 stable wrt bug #765730

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

 sys-devel/gcc/gcc-8.4.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gcc/gcc-8.4.0-r2.ebuild 
b/sys-devel/gcc/gcc-8.4.0-r2.ebuild
index 576f5446974..7de031d31f4 100644
--- a/sys-devel/gcc/gcc-8.4.0-r2.ebuild
+++ b/sys-devel/gcc/gcc-8.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -7,7 +7,7 @@ PATCH_VER="3"
 
 inherit toolchain
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2021-01-19 Thread Agostino Sarubbo
commit: c30e56468a3193923f4b4282b842a13b68c4d49b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:41:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:41:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30e5646

app-emulation/qemu: amd64 stable wrt bug #765736

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

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

diff --git a/app-emulation/qemu/qemu-5.2.0-r1.ebuild 
b/app-emulation/qemu/qemu-5.2.0-r1.ebuild
index 727692305af..18c93659313 100644
--- a/app-emulation/qemu/qemu-5.2.0-r1.ebuild
+++ b/app-emulation/qemu/qemu-5.2.0-r1.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.qemu.org/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



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

2021-01-19 Thread Agostino Sarubbo
commit: 93465ef0234cdeec9c58f1ba2c4b31cf1292ac9b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:39:54 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:39:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93465ef0

dev-python/PyQt5: amd64 stable wrt bug #766171

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

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

diff --git a/dev-python/PyQt5/PyQt5-5.15.2.ebuild 
b/dev-python/PyQt5/PyQt5-5.15.2.ebuild
index c9884132274..0950b911b82 100644
--- a/dev-python/PyQt5/PyQt5-5.15.2.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 # TODO: QtNfc, QtQuick3D, QtRemoteObjects, QtTextToSpeech
 IUSE="bluetooth dbus debug declarative designer examples gles2-only gui help 
location



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

2021-01-19 Thread Agostino Sarubbo
commit: dfe892809b972fc6fa4f618783d7789374eda4ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:39:33 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:39:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe89280

media-libs/openimageio: amd64 stable wrt bug #765076

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

 media-libs/openimageio/openimageio-2.2.9.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/openimageio/openimageio-2.2.9.0-r1.ebuild 
b/media-libs/openimageio/openimageio-2.2.9.0-r1.ebuild
index 3e0eafee8bf..fefae14a27c 100644
--- a/media-libs/openimageio/openimageio-2.2.9.0-r1.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}/oiio-Release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/2.2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 X86_CPU_FEATURES=(
aes:aes sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



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

2021-01-19 Thread Agostino Sarubbo
commit: 9dedde5a90085b65732633dd4cd7879090a37063
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:39:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:39:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dedde5a

dev-python/pyls-spyder: amd64 stable wrt bug #765955

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

 dev-python/pyls-spyder/pyls-spyder-0.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyls-spyder/pyls-spyder-0.3.0.ebuild 
b/dev-python/pyls-spyder/pyls-spyder-0.3.0.ebuild
index c4e47f6ce32..58ebfa51d2f 100644
--- a/dev-python/pyls-spyder/pyls-spyder-0.3.0.ebuild
+++ b/dev-python/pyls-spyder/pyls-spyder-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}-gh.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=">=dev-python/python-language-server-0.36.2[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/mock )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-core/

2021-01-19 Thread Agostino Sarubbo
commit: 6f65c81232d4cb8356bbb6b9c976feb105204039
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 20 07:40:11 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 20 07:40:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f65c812

dev-python/google-api-core: amd64/x86 stable (ALLARCHES policy) wrt bug #765268

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

 dev-python/google-api-core/google-api-core-1.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/google-api-core/google-api-core-1.24.0.ebuild 
b/dev-python/google-api-core/google-api-core-1.24.0.ebuild
index 78bdc1d03c0..251292eeb2e 100644
--- a/dev-python/google-api-core/google-api-core-1.24.0.ebuild
+++ b/dev-python/google-api-core/google-api-core-1.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P//google/python}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/namespace-google[${PYTHON_USEDEP}]



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

2021-01-19 Thread Alfredo Tupone
commit: 5e516f03a0f0543480601b545cadfa074c6051eb
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Jan 20 07:31:58 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Jan 20 07:31:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e516f03

sci-mathematics/cvc4: add python dep

Closes: https://bugs.gentoo.org/766099
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-mathematics/cvc4/{cvc4-1.7.ebuild => cvc4-1.7-r1.ebuild} | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/cvc4/cvc4-1.7.ebuild 
b/sci-mathematics/cvc4/cvc4-1.7-r1.ebuild
similarity index 90%
rename from sci-mathematics/cvc4/cvc4-1.7.ebuild
rename to sci-mathematics/cvc4/cvc4-1.7-r1.ebuild
index 09aab161f76..a35698d4920 100644
--- a/sci-mathematics/cvc4/cvc4-1.7.ebuild
+++ b/sci-mathematics/cvc4/cvc4-1.7-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-any-r1 cmake-utils
 
 DESCRIPTION="automatic theorem prover for satisfiability modulo theories (SMT) 
problems"
 HOMEPAGE="http://cvc4.cs.stanford.edu/web/;
@@ -21,6 +23,7 @@ RDEPEND="dev-libs/antlr-c
cln? ( sci-libs/cln )
!cln? ( dev-libs/gmp:= )"
 DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}"/CVC4-${PV}
 



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

2021-01-19 Thread Hans de Graaff
commit: 34dd1a6c749cfe9f9bcddf54ba4d7c202ff472e2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 20 07:20:31 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 20 07:20:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34dd1a6c

dev-ruby/ruby2_keywords: add 0.0.4

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

 dev-ruby/ruby2_keywords/Manifest|  1 +
 dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/ruby2_keywords/Manifest b/dev-ruby/ruby2_keywords/Manifest
index cac2ba9eaef..8bb450dddf7 100644
--- a/dev-ruby/ruby2_keywords/Manifest
+++ b/dev-ruby/ruby2_keywords/Manifest
@@ -1 +1,2 @@
 DIST ruby2_keywords-0.0.2.gem 4608 BLAKE2B 
a13fab6800dafe557ca05a14301ed37afdd0fef22b6c4a8458be758d96099dbad47c49d7b01bd3c7297aec51d971c944005f704fbdfc45d8f50249040c244250
 SHA512 
a7bc02980e073a899bf3de2e32711ca9820657d43cc44dede44ca31681d8586e7f808a93b6f6778f8b84da37a48c8062e69ca33477d9469e9634d616ed8d
+DIST ruby2_keywords-0.0.4.gem 5632 BLAKE2B 
1d2d4a71823e61a14fdf15edc2ad8ed8df70e3f52f621940d3d3e00c18f58e76d7c18ca2ff409b1c2b5d77216f90e72e1d50bad00093fa1f7740ccf8375c11a2
 SHA512 
22cc0c9c08f84ee6485e02f1d1fa244219dc96846a638b428970e0876c83056b87939e8a3cddac833d6feb493e34420604e81a3973d7cfa4dc969a6639b13439

diff --git a/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild 
b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild
new file mode 100644
index 000..da9a11ff613
--- /dev/null
+++ b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Shim library for Module#ruby2_keywords"
+HOMEPAGE="https://github.com/ruby/ruby2_keywords;
+
+LICENSE="Ruby"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""



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

2021-01-19 Thread Hans de Graaff
commit: 9d1a7d2de4132f81f2b8a5f1ce1788819d0c0dcb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 20 07:18:32 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 20 07:18:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1a7d2d

dev-ruby/bundler: add 2.2.6

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

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

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index d75d611bc50..9f1fbc17c26 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -3,3 +3,4 @@ DIST bundler-2.2.0.gem 400896 BLAKE2B 
a9d67d052bc6b7b8c09a6dbc249e348209a6a02bb3
 DIST bundler-2.2.3.gem 401408 BLAKE2B 
7162444956c65d6684a299c7ce15f64a178dab40867315241eaa3cfcb51b6973a004980abef359c911de06ce2051e5ca98e68e3df388963f40378a6f5fabda62
 SHA512 
da1f1dfae51cdf3dd6792fc66c33389c113579b8a723fb204ae3b315dcd1d45aed65524469336934d7276be53b026952c944457e326c97b20d4c423dd44321ef
 DIST bundler-2.2.4.gem 386048 BLAKE2B 
7a2cec046b75ff371df9b563a81f48c8a2a3782f75ec4868869b4b2fda5e117b6cd38daf6a566ec1201fe7a5f6b8b2c4dbe0cc552d2a63bcb4e5e9f53c710046
 SHA512 
f3c988278746896da276e5af5cf046c5910962c2022fc8d37ab00db1a81a69d77a1fd21fabd8a1d086891d18bfb4ac321dbb60f830b139aa7c3192ea879b4cf8
 DIST bundler-2.2.5.gem 386560 BLAKE2B 
070f52338e9424e571ae40c01ba559158fd9938910be4d5b1d4c8990cdaac4f6a2cb7d2a554a2e7bbb35b18a31e9d1dba5c4e711556294496ac6978ae63a94f0
 SHA512 
d985168531ad7415841535a496717faff2cbdcff04c8b701c0e29533f3fe5c87cb5815e6b219ab1d536c29c8c8d80b051f4f05aeb2b6fe279dc12404bf824742
+DIST bundler-2.2.6.gem 386560 BLAKE2B 
e1e3f50425839bbb13360fc986f98588aa09643b6fb5b8c13911b5680ef0ae2ca0b19f71ffa99234f6f6a39ca6467564f25ac26874c67b493e028f086e89c211
 SHA512 
58e80bb313c132125e2b601113e6e262d00f768ca75adbacbff2e98cdcd83e40aa68a8f92aa56e477c66cd396687ad6d9f54f4df9366fd6b51424b6ff5429504

diff --git a/dev-ruby/bundler/bundler-2.2.6.ebuild 
b/dev-ruby/bundler/bundler-2.2.6.ebuild
new file mode 100644
index 000..8256c696086
--- /dev/null
+++ b/dev-ruby/bundler/bundler-2.2.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git !

[gentoo-commits] proj/sci:master commit in: x11-misc/envytools/

2021-01-19 Thread Aisha Tammy
commit: c2df401838e2bb3ea4409c9edd05448890cf
Author: Aisha Tammy  aisha  cc>
AuthorDate: Wed Jan 20 02:52:12 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Wed Jan 20 02:52:12 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c2df4018

x11-misc/envytools: add dated ebuild + EAPI 7

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 x11-misc/envytools/envytools-0_pre20200928.ebuild | 36 +++
 x11-misc/envytools/envytools-.ebuild  | 30 ---
 2 files changed, 55 insertions(+), 11 deletions(-)

diff --git a/x11-misc/envytools/envytools-0_pre20200928.ebuild 
b/x11-misc/envytools/envytools-0_pre20200928.ebuild
new file mode 100644
index 0..d36148e3e
--- /dev/null
+++ b/x11-misc/envytools/envytools-0_pre20200928.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake git-r3
+
+DESCRIPTION="Tools for people envious of nvidia's blob driver"
+HOMEPAGE="https://envytools.readthedocs.io/en/latest/;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/envytools/envytools;
+else
+   COMMIT="2d9931313aa14dfdf26f85be2576b181a14ad387"
+   
SRC_URI="https://github.com/envytools/envytools/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}"/${PN}-${COMMIT}
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   dev-libs/libxml2
+   x11-libs/libpciaccess
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   sys-devel/bison
+   sys-devel/flex
+"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${PN}-bison.patch )

diff --git a/x11-misc/envytools/envytools-.ebuild 
b/x11-misc/envytools/envytools-.ebuild
index d01476085..d36148e3e 100644
--- a/x11-misc/envytools/envytools-.ebuild
+++ b/x11-misc/envytools/envytools-.ebuild
@@ -1,27 +1,35 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils git-r3
+inherit cmake git-r3
 
 DESCRIPTION="Tools for people envious of nvidia's blob driver"
-HOMEPAGE="https://github.com/pathscale/envytools;
-EGIT_REPO_URI="
-   https://github.com/envytools/envytools.git;
+HOMEPAGE="https://envytools.readthedocs.io/en/latest/;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/envytools/envytools;
+else
+   COMMIT="2d9931313aa14dfdf26f85be2576b181a14ad387"
+   
SRC_URI="https://github.com/envytools/envytools/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}"/${PN}-${COMMIT}
+   KEYWORDS="~amd64"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
 
 RDEPEND="
dev-libs/libxml2
-   x11-libs/libpciaccess"
-DEPEND="${RDEPEND}
+   x11-libs/libpciaccess
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
sys-devel/bison
-   sys-devel/flex"
+   sys-devel/flex
+"
 
 DOCS=( README.rst )
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/files/, sys-devel/llvm-roc/

2021-01-19 Thread Benda XU
commit: 1ec9b7d4bb0cce7a501686733565b0221ee1db69
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jan 19 14:34:10 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jan 20 04:51:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec9b7d4

sys-devel/llvm-roc: replace HIP finder with Gentoo paths.

remove isystem include path.

Set USE=runtime as default.

Suggested-by: Yiyang Wu  gmail.com>
Suggested-by: Wilfried Holzke  holzke.net>
Reference: https://github.com/justxi/rocm/issues/174#issuecomment-749479598
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: Benda Xu  gentoo.org>

 .../files/llvm-roc-4.0.0-hip-location.patch| 47 +++
 ...llvm-roc-4.0.0-remove-isystem-usr-include.patch | 29 +++
 sys-devel/llvm-roc/llvm-roc-4.0.0-r1.ebuild| 94 ++
 3 files changed, 170 insertions(+)

diff --git a/sys-devel/llvm-roc/files/llvm-roc-4.0.0-hip-location.patch 
b/sys-devel/llvm-roc/files/llvm-roc-4.0.0-hip-location.patch
new file mode 100644
index 000..8342299f113
--- /dev/null
+++ b/sys-devel/llvm-roc/files/llvm-roc-4.0.0-hip-location.patch
@@ -0,0 +1,47 @@
+replace hardcoded hip finder with Gentoo paths.
+
+Author: Benda Xu 
+
+Index: llvm-project-rocm-4.0.0/clang/lib/Driver/ToolChains/AMDGPU.cpp
+===
+--- llvm-project-rocm-4.0.0.orig/clang/lib/Driver/ToolChains/AMDGPU.cpp
 llvm-project-rocm-4.0.0/clang/lib/Driver/ToolChains/AMDGPU.cpp
+@@ -116,37 +116,8 @@ RocmInstallationDetector::getInstallatio
+ return Candidates;
+   }
+ 
+-  // Try to find relative to the compiler binary.
+-  const char *InstallDir = D.getInstalledDir();
++  Candidates.emplace_back(D.SysRoot + "/usr/lib/hip", 
/*StrictChecking=*/true);
+ 
+-  // Check both a normal Unix prefix position of the clang binary, as well as
+-  // the Windows-esque layout the ROCm packages use with the host architecture
+-  // subdirectory of bin.
+-
+-  // Strip off directory (usually bin)
+-  StringRef ParentDir = llvm::sys::path::parent_path(InstallDir);
+-  StringRef ParentName = llvm::sys::path::filename(ParentDir);
+-
+-  // Some builds use bin/{host arch}, so go up again.
+-  if (ParentName == "bin") {
+-ParentDir = llvm::sys::path::parent_path(ParentDir);
+-ParentName = llvm::sys::path::filename(ParentDir);
+-  }
+-
+-  // Some versions of the rocm llvm package install to /opt/rocm/llvm/bin
+-  if (ParentName == "llvm")
+-ParentDir = llvm::sys::path::parent_path(ParentDir);
+-
+-  Candidates.emplace_back(ParentDir.str(), /*StrictChecking=*/true);
+-
+-  // Device library may be installed in clang resource directory.
+-  Candidates.emplace_back(D.ResourceDir, /*StrictChecking=*/true);
+-
+-  Candidates.emplace_back(D.SysRoot + "/opt/rocm", /*StrictChecking=*/true);
+-  if (ParentName.startswith("aomp")) {
+-// Some versions of the aomp package install to /opt/rocm/aomp/bin
+-Candidates.emplace_back(ParentDir.str());
+-  }
+   return Candidates;
+ }
+ 

diff --git 
a/sys-devel/llvm-roc/files/llvm-roc-4.0.0-remove-isystem-usr-include.patch 
b/sys-devel/llvm-roc/files/llvm-roc-4.0.0-remove-isystem-usr-include.patch
new file mode 100644
index 000..f14ec4ac0db
--- /dev/null
+++ b/sys-devel/llvm-roc/files/llvm-roc-4.0.0-remove-isystem-usr-include.patch
@@ -0,0 +1,29 @@
+Author: Wilfried (justxi) Holzke
+
+Adopted from 
https://github.com/justxi/rocm/blob/master/sys-devel/llvm-roc/files/llvm-roc-4.0.0-remove-isystem-usr-include.patch
+
+Index: llvm-project-rocm-4.0.0/clang/lib/Driver/ToolChains/AMDGPU.cpp
+===
+--- llvm-project-rocm-4.0.0.orig/clang/lib/Driver/ToolChains/AMDGPU.cpp
 llvm-project-rocm-4.0.0/clang/lib/Driver/ToolChains/AMDGPU.cpp
+@@ -326,11 +326,6 @@ void RocmInstallationDetector::AddHIPInc
+ //
+ // ROCm 3.5 does not fully support the wrapper headers. Therefore it needs
+ // a workaround.
+-SmallString<128> P(D.ResourceDir);
+-if (UsesRuntimeWrapper)
+-  llvm::sys::path::append(P, "include", "cuda_wrappers");
+-CC1Args.push_back("-internal-isystem");
+-CC1Args.push_back(DriverArgs.MakeArgString(P));
+   }
+ 
+   if (DriverArgs.hasArg(options::OPT_nogpuinc))
+@@ -341,8 +336,6 @@ void RocmInstallationDetector::AddHIPInc
+ return;
+   }
+ 
+-  CC1Args.push_back("-internal-isystem");
+-  CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath()));
+   if (UsesRuntimeWrapper)
+ CC1Args.append({"-include", "__clang_hip_runtime_wrapper.h"});
+ }

diff --git a/sys-devel/llvm-roc/llvm-roc-4.0.0-r1.ebuild 
b/sys-devel/llvm-roc/llvm-roc-4.0.0-r1.ebuild
new file mode 100644
index 000..5714ae9b719
--- /dev/null
+++ b/sys-devel/llvm-roc/llvm-roc-4.0.0-r1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Radeon Open 

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

2021-01-19 Thread Benda XU
commit: 8837056f58be66a4bc0cad115f66264fb8e066d7
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jan 19 12:53:28 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jan 20 04:51:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8837056f

dev-util/hip: replace hcc with rocclr.

hcc is deprecated and rocclr is the mainstream.  Replace remaining hcc
in run_hipcc.cmake and hipcc.  This also enables --genco support, which
will be essential in building e.g. Tensile.

Fix trailing - in HIP_LIB_VERSION_STRING by imposing Gentoo version.

Let cmake use the correct HIP_CLANG_INCLUDE_PATH for llvm-roc.

Suggested-by: Yiyang Wu  gmail.com>
Closes: https://bugs.gentoo.org/733794
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: Benda Xu  gentoo.org>

 dev-util/hip/hip-4.0.0-r1.ebuild | 116 +++
 1 file changed, 116 insertions(+)

diff --git a/dev-util/hip/hip-4.0.0-r1.ebuild b/dev-util/hip/hip-4.0.0-r1.ebuild
new file mode 100644
index 000..9252cfffc77
--- /dev/null
+++ b/dev-util/hip/hip-4.0.0-r1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake flag-o-matic prefix
+
+DESCRIPTION="C++ Heterogeneous-Compute Interface for Portability"
+HOMEPAGE="https://github.com/ROCm-Developer-Tools/HIP;
+SRC_URI="https://github.com/ROCm-Developer-Tools/HIP/archive/rocm-${PV}.tar.gz 
-> rocm-hip-${PV}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+
+IUSE="debug profile"
+
+# Don't strip to prevent some tests from failing.
+RESTRICT="strip"
+
+DEPEND=">=dev-libs/rocclr-$(ver_cut 1-2)
+   >=dev-util/rocminfo-$(ver_cut 1-2)
+   =sys-devel/llvm-roc-${PV}*[runtime]"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.9.0-DisableTest.patch"
+   "${FILESDIR}/${PN}-3.9.0-add-include-directories.patch"
+   "${FILESDIR}/${PN}-3.5.1-config-cmake-in.patch"
+   "${FILESDIR}/${PN}-3.5.1-hip_vector_types.patch"
+   "${FILESDIR}/${PN}-3.5.1-detect_offload-arch_for_clang-roc.patch"
+   "${FILESDIR}/${PN}-3.9.0-lpl_ca-add-include.patch"
+)
+
+S="${WORKDIR}/HIP-rocm-${PV}"
+
+src_prepare() {
+   cmake_src_prepare
+   eapply_user
+
+   # Use Gentoo version number, otherwise git hash is attempted in vain.
+   sed -e "/set (HIP_LIB_VERSION_STRING/cset (HIP_LIB_VERSION_STRING 
${PVR})" -i CMakeLists.txt || die
+
+   # disable PCH, because it results in a build error in ROCm 4.0.0
+   sed -e "s:option(__HIP_ENABLE_PCH:#option(__HIP_ENABLE_PCH:" -i 
"${S}/CMakeLists.txt" || die
+
+   # "hcc" is deprecated and not installed, new platform is "rocclr";
+   # Setting HSA_PATH to "/usr" results in setting "-isystem /usr/include"
+   # which makes "stdlib.h" not found when using "#include_next" in header 
files;
+   sed -e "/HIP_PLATFORM.*HIP_COMPILER.*clang/s:hcc:rocclr:" \
+   -e "/FLAGS .= \" -isystem \$HSA_PATH/d" \
+   -e "s:\$ENV{'DEVICE_LIB_PATH'}:'/usr/lib/amdgcn/bitcode':" \
+   -i bin/hipcc || die
+
+   # replace hcc remnants with modern rocclr.
+   sed -e "/HIP_PLATFORM.*STREQUAL/s:hcc:rocclr:" -i 
cmake/FindHIP/run_hipcc.cmake || die
+
+   # correctly find HIP_CLANG_INCLUDE_PATH using cmake
+   sed -e 
"/set(HIP_CLANG_ROOT/s:\"\${ROCM_PATH}/llvm\":/usr/lib/llvm/roc:" -i 
hip-config.cmake.in || die
+
+   # change --hip-device-lib-path to "/usr/lib/amdgcn/bitcode", must align 
with "dev-libs/rocm-device-libs"
+   sed -e "s:\${AMD_DEVICE_LIBS_PREFIX}/lib:/usr/lib/amdgcn/bitcode:" \
+   -i "${S}/hip-config.cmake.in" || die
+
+   einfo "prefixing hipcc and its utils..."
+   hprefixify $(grep -rl --exclude-dir=build/ "/usr" "${S}")
+}
+
+src_configure() {
+   strip-flags
+   if ! use debug; then
+   append-cflags "-DNDEBUG"
+   append-cxxflags "-DNDEBUG"
+   buildtype="Release"
+   else
+   buildtype="Debug"
+   fi
+
+   # TODO: Currently a GENTOO configuration is build,
+   # this is also used in the cmake configuration files
+   # which will be installed to find HIP;
+   # Other ROCm packages expect a "RELEASE" configuration,
+   # see "hipBLAS"
+   local mycmakeargs=(
+   -DCMAKE_PREFIX_PATH="${EPREFIX}/usr/lib/llvm/roc"
+   -DCMAKE_BUILD_TYPE=${buildtype}
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/lib/hip"
+   -DBUILD_HIPIFY_CLANG=OFF
+   -DHIP_PLATFORM=rocclr
+   -DHIP_RUNTIME=ROCclr
+   -DHIP_COMPILER=clang
+   -DROCM_PATH="${EPREFIX}/usr"
+   -DHSA_PATH="${EPREFIX}/usr"
+   -DUSE_PROF_API=$(usex profile 1 0)
+   -DROCclr_DIR="${EPREFIX}"/usr/include/rocclr
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   echo 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/rocm-opencl-runtime/

2021-01-19 Thread Benda XU
commit: fcb201320292ec4d5b9015425a3069c2fb6835bb
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan 20 05:26:42 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jan 20 05:26:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb20132

dev-libs/rocm-opencl-runtime: support Prefix.

Drop an upstream fixed hack.

Reference: 
https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/commit/2bfbd8a80d3cdb5d4ead23301c12bf719c47b790
Suggested-by: Suggested-by: Yiyang Wu  gmail.com>
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: Benda Xu  gentoo.org>

 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild 
b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild
index 12532109499..d3a5d3f5ef8 100644
--- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild
+++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-4.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake flag-o-matic
+inherit cmake flag-o-matic prefix
 
 if [[ ${PV} == * ]] ; then

EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/;
@@ -42,10 +42,9 @@ src_prepare() {
# Remove "clinfo" - use "dev-util/clinfo" instead
[ -d tools/clinfo ] && rm -rf tools/clinfo || die
 
-   # Wrong position of a '"' results in a list of strings instead of a 
single string and the build fails...
-   sed -e "s:set(CMAKE_SHARED_LINKER_FLAGS \${CMAKE_SHARED_LINKER_FLAGS} 
\":set(CMAKE_SHARED_LINKER_FLAGS \"\${CMAKE_SHARED_LINKER_FLAGS} :" -i 
"${S}/amdocl/CMakeLists.txt"
-
cmake_src_prepare
+
+   hprefixify amdocl/CMakeLists.txt
 }
 
 src_configure() {



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

2021-01-19 Thread Benda XU
commit: 29637005c092e15a8f8b63181b82e26bfa115d6c
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan 20 05:08:31 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jan 20 05:08:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29637005

dev-libs/rocclr: support Prefix.

Suggested-by: Yiyang Wu  gmail.com>
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: Benda Xu  gentoo.org>

 dev-libs/rocclr/rocclr-4.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/rocclr/rocclr-4.0.0.ebuild 
b/dev-libs/rocclr/rocclr-4.0.0.ebuild
index ffa5203065d..14d12c5c2f5 100644
--- a/dev-libs/rocclr/rocclr-4.0.0.ebuild
+++ b/dev-libs/rocclr/rocclr-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,7 +31,7 @@ src_configure() {
local mycmakeargs=(
-DUSE_COMGR_LIBRARY=YES
-DOPENCL_DIR="${WORKDIR}/ROCm-OpenCL-Runtime-rocm-${PV}"
-   -DCMAKE_INSTALL_PREFIX="/usr"
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
)
cmake_src_configure
 }
@@ -40,5 +40,5 @@ src_install() {
cmake_src_install
 
# This should be fixed in the CMakeLists.txt
-   sed -e "s:${BUILD_DIR}:${EPREFIX}/usr:" -i 
"${D}/usr/lib/cmake/rocclr/ROCclrConfig.cmake" || die
+   sed -e "s:${BUILD_DIR}:${EPREFIX}/usr:" -i 
"${ED}/usr/lib/cmake/rocclr/ROCclrConfig.cmake" || die
 }



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

2021-01-19 Thread Mike Frysinger
commit: e70c3835fa0ce573996b6b0d20cdb7b2dc245dbf
Author: Mike Frysinger  chromium  org>
AuthorDate: Wed Jan 20 04:24:50 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 20 04:29:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70c3835

dev-python/boto: pull in more python 3 fixes

These mostly come from gsutil's boto fork.

The SNI fix from Debian was slightly broken in that it passed the
host:port down to the SSL layers to validate, but Python matches
against just host, so it would always fail.

Also unbundle the six module and use the system copy.

URL: https://crbug.com/1128519
Signed-off-by: Mike Frysinger  gentoo.org>

 dev-python/boto/boto-2.49.0-r4.ebuild  |  60 
 .../files/boto-2.49.0-py3-httplib-strict.patch |  35 +++
 .../boto/files/boto-2.49.0-py3-server-port.patch   |  42 +
 .../boto/files/boto-2.49.0-py3-socket-binary.patch |  59 
 .../boto-2.49.0-try-to-add-SNI-support-v3.patch| 104 +
 .../boto/files/boto-2.49.0-unbundle-six.patch  |  28 ++
 6 files changed, 328 insertions(+)

diff --git a/dev-python/boto/boto-2.49.0-r4.ebuild 
b/dev-python/boto/boto-2.49.0-r4.ebuild
new file mode 100644
index 000..1841ab488bb
--- /dev/null
+++ b/dev-python/boto/boto-2.49.0-r4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Amazon Web Services API"
+HOMEPAGE="https://github.com/boto/boto https://pypi.org/project/boto/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+
+PATCHES=(
+   # taken from https://bugs.debian.org/909545
+   "${FILESDIR}"/${P}-try-to-add-SNI-support-v3.patch
+   "${FILESDIR}"/${P}-py38.patch
+   "${FILESDIR}"/${P}-py3-socket-binary.patch
+   "${FILESDIR}"/${P}-py3-httplib-strict.patch
+   "${FILESDIR}"/${P}-py3-server-port.patch
+   "${FILESDIR}"/${P}-unbundle-six.patch
+)
+
+RDEPEND=">=dev-python/six-1.12.0[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   test? (
+   dev-python/httpretty[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests nose
+
+src_prepare() {
+   # remove bundled libs.
+   rm -f "${S}"/boto/vendored/six.py || die
+   # broken, not worth fixing
+   rm tests/unit/cloudfront/test_signed_urls.py || die
+   # fix tests
+   mkdir -p "${HOME}"/.ssh || die
+   : > "${HOME}"/.ssh/known_hosts || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   nosetests -v tests/unit ||
+   die "Tests fail with ${EPYTHON}"
+}

diff --git a/dev-python/boto/files/boto-2.49.0-py3-httplib-strict.patch 
b/dev-python/boto/files/boto-2.49.0-py3-httplib-strict.patch
new file mode 100644
index 000..209b01aa74a
--- /dev/null
+++ b/dev-python/boto/files/boto-2.49.0-py3-httplib-strict.patch
@@ -0,0 +1,35 @@
+https://github.com/boto/boto/commit/4f4dcb31fe852c05ce19b44eb9d5b5d747e36f7c
+https://github.com/boto/boto/pull/2718
+
+From 4f4dcb31fe852c05ce19b44eb9d5b5d747e36f7c Mon Sep 17 00:00:00 2001
+From: Lee Ball <43632885+catleeb...@users.noreply.github.com>
+Date: Mon, 10 Jun 2019 16:02:53 -0700
+Subject: [PATCH] Remove `strict=True` from http_client (#6)
+
+In Python 3.4, the `strict` kwarg was removed[1]. We are removing it
+here too.
+
+Alternatively, we can leave in `strict=True` for 2.x, but I chose to
+remove it entirely to maintain consistent behavior across versions.
+
+[1]: https://docs.python.org/3/library/http.client.html
+---
+ boto/connection.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/boto/connection.py b/boto/connection.py
+index c731173bb4eb..54e26fb2de16 100644
+--- a/boto/connection.py
 b/boto/connection.py
+@@ -807,7 +807,7 @@ class AWSAuthConnection(object):
+ sock.sendall(six.ensure_binary("\r\n"))
+ else:
+ sock.sendall(six.ensure_binary("\r\n"))
+-resp = http_client.HTTPResponse(sock, strict=True, 
debuglevel=self.debug)
++resp = http_client.HTTPResponse(sock, debuglevel=self.debug)
+ resp.begin()
+ 
+ if resp.status != 200:
+-- 
+2.28.0
+

diff --git a/dev-python/boto/files/boto-2.49.0-py3-server-port.patch 
b/dev-python/boto/files/boto-2.49.0-py3-server-port.patch
new file mode 100644
index 000..62e33192198
--- /dev/null
+++ 

[gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/

2021-01-19 Thread Ronny Gutbrod
commit: 3c87c691d94542109cc5267a2ed24fee52900107
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Jan 20 03:36:22 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Jan 20 03:39:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c87c691

net-im/nheko: Remove old ebuild.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 net-im/nheko/Manifest   |  1 -
 net-im/nheko/nheko-0.7.1.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index f3fdab00..c30dc70a 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,3 +1,2 @@
-DIST nheko-0.7.1.tar.gz 781856 BLAKE2B 
ebe4bc30b31c38f31dd732ebfeac6d79f3772a1de54ec3d46a0b3cf3622e6acbac574733da78420ece4030b0dee921f054f44ce9c2c159c67d94add1b2f3685b
 SHA512 
c3f8325c865b4021709114ab7f658ae5198404242eb8761c8589d42b08d175323406a65ff0706b16a4139155ac7676e12282bce078cc0a02284ecd70a7d62bdc
 DIST nheko-0.7.2.tar.gz 899562 BLAKE2B 
39a21c5a164cdc1090479422607297e48ca0e1d5455e3fabd4cf4e2af6ee8527409fbde58b0320ae0938757f055929ca5188e5b4bb9be3d1a2832d66914588a6
 SHA512 
8f253bdac22a2d3412fcb18671145d9601d8609dbc79358412e81a17a9677a1cb44b6fc4d029f4d850818cb3fe3531adc869a7e54273e7bb17d0aa7ef85dce17
 DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B 
ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77
 SHA512 
c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb

diff --git a/net-im/nheko/nheko-0.7.1.ebuild b/net-im/nheko/nheko-0.7.1.ebuild
deleted file mode 100644
index 16b387a0..
--- a/net-im/nheko/nheko-0.7.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Desktop client for Matrix using Qt and C++14"
-HOMEPAGE="https://github.com/Nheko-Reborn/nheko;
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtmultimedia:5[gstreamer,qml]
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtsvg:5
-   dev-qt/qtconcurrent:5
-   app-text/cmark
-   dev-libs/tweeny
-   dev-db/lmdb++
-   >=dev-libs/mtxclient-0.3.0
-   dev-cpp/nlohmann_json
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/spdlog
-"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_prepare() {
-   cmake_src_prepare
-   xdg_src_prepare
-
-   # TODO: Unbundle SingleApplication, blurhash and cpp-httplib.
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/

2021-01-19 Thread Ronny Gutbrod
commit: 2c3dafa13ed99bf16e8adee4ed27e9cfc4148516
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Jan 20 03:35:12 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Jan 20 03:39:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c3dafa1

net-im/nheko: Version bump 0.8.0.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 net-im/nheko/Manifest   |  1 +
 net-im/nheko/nheko-0.8.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
index 52d4340a..f3fdab00 100644
--- a/net-im/nheko/Manifest
+++ b/net-im/nheko/Manifest
@@ -1,2 +1,3 @@
 DIST nheko-0.7.1.tar.gz 781856 BLAKE2B 
ebe4bc30b31c38f31dd732ebfeac6d79f3772a1de54ec3d46a0b3cf3622e6acbac574733da78420ece4030b0dee921f054f44ce9c2c159c67d94add1b2f3685b
 SHA512 
c3f8325c865b4021709114ab7f658ae5198404242eb8761c8589d42b08d175323406a65ff0706b16a4139155ac7676e12282bce078cc0a02284ecd70a7d62bdc
 DIST nheko-0.7.2.tar.gz 899562 BLAKE2B 
39a21c5a164cdc1090479422607297e48ca0e1d5455e3fabd4cf4e2af6ee8527409fbde58b0320ae0938757f055929ca5188e5b4bb9be3d1a2832d66914588a6
 SHA512 
8f253bdac22a2d3412fcb18671145d9601d8609dbc79358412e81a17a9677a1cb44b6fc4d029f4d850818cb3fe3531adc869a7e54273e7bb17d0aa7ef85dce17
+DIST nheko-0.8.0.tar.gz 1150754 BLAKE2B 
ef932f824a2e519514836aa1362504b11c4c9f511e8e66889008891cf5ac008442629afc56deb221dfaebda42c91c9c145f5e489733fee95838e100b4d4c5b77
 SHA512 
c427904bc846956aeda57ec6bc1bcf25962caa99f47da669c006d5adeb10b8b14c75aa98d9879fa91b558af8d0e9b475f52c60a1a3ee34b2cd5780f84130bcdb

diff --git a/net-im/nheko/nheko-0.8.0.ebuild b/net-im/nheko/nheko-0.8.0.ebuild
new file mode 100644
index ..ba84dfd6
--- /dev/null
+++ b/net-im/nheko/nheko-0.8.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="Desktop client for Matrix using Qt and C++14"
+HOMEPAGE="https://github.com/Nheko-Reborn/nheko;
+SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtmultimedia:5[gstreamer,qml]
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtsvg:5
+   dev-qt/qtconcurrent:5
+   app-text/cmark
+   dev-libs/tweeny
+   dev-db/lmdb++
+   >=dev-libs/mtxclient-0.4.0
+   dev-cpp/nlohmann_json
+   dev-libs/qtkeychain
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/spdlog
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_src_prepare
+}
+
+# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
+# MY_GSTREAMER_V="1.18"
+#
+#  voip? (
+#  >=media-libs/gstreamer-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
+#  >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
+#  >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
+#  >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
+#  >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
+#  net-libs/libnice
+#  )



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/files/, dev-libs/mtxclient/

2021-01-19 Thread Ronny Gutbrod
commit: 8c6700cd404bec58ec5cd9d30d24065ba240a74f
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Jan 20 03:32:32 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Jan 20 03:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c6700cd

dev-libs/mtxclient: Remove old ebuild and patch.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 dev-libs/mtxclient/Manifest|  1 -
 .../mtxclient/files/0.3.0_add_missing_header.patch | 22 -
 dev-libs/mtxclient/mtxclient-0.3.0.ebuild  | 52 --
 3 files changed, 75 deletions(-)

diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 83f44686..22606391 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.3.0.tar.gz 507299 BLAKE2B 
4c36762a3a0a3aafebd414d2c967cc5183710c7be34df9b50078538e7971e86182114ed310ed96a452a02f3d8c1c18fa5aa0de414d0c391d97efb1ce7f1b49f9
 SHA512 
113eb2c1042e0aeea6607fae0b7fd0ff1655d6b902fa11a3492561c53240901e641f53d413810e932ac210e519026016c5fac38bda1592336c95b2d79781557e
 DIST mtxclient-0.3.1.tar.gz 511985 BLAKE2B 
5271dc755ea10be2bddd0155b9c3288be2f0cb165989fdebcf237795a12041e8f21f7c54b9f7ec86e5fa08c386daad696f77509ae65b2aa2c30c9a292bb1b682
 SHA512 
ed4991b0a611be80cef42dec5e4b747787dae6aeaf46dc1cc395b06233efc9a5b1b57b1809eb9dacd7893b4de19f43996bb6d4556fc67697013248d79528a567
 DIST mtxclient-0.4.0.tar.gz 571434 BLAKE2B 
d836d94f9045f0ca5a0aa9b5fe6f3643e3189d4ee31b797472aca10320678308d51e2c9bc37f4234d00e0c201aeefaf8c4c40072b0ad8c7f5b6a9e0c10163a2a
 SHA512 
8c3538147b9277babbac14aaec6652ff638ae9335c01f786dfec78e3edc5c23591da8ce33c4366329050cf644f71a9fac8d337a2a9fbf7ea2883be05f6ac1a1e

diff --git a/dev-libs/mtxclient/files/0.3.0_add_missing_header.patch 
b/dev-libs/mtxclient/files/0.3.0_add_missing_header.patch
deleted file mode 100644
index fd8769dd..
--- a/dev-libs/mtxclient/files/0.3.0_add_missing_header.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 3692a1dce868cfde29547757b6a8e91a05761b12 Mon Sep 17 00:00:00 2001
-From: Nicolas Werner 
-Date: Sat, 9 May 2020 00:33:29 +0200
-Subject: [PATCH] gcc 10 fixes
-

- include/mtx/identifiers.hpp | 2 ++
- tests/messages.cpp  | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/include/mtx/identifiers.hpp b/include/mtx/identifiers.hpp
-index a18b26e9..077099c4 100644
 a/include/mtx/identifiers.hpp
-+++ b/include/mtx/identifiers.hpp
-@@ -6,4 +6,6 @@
- #include 
- #endif
-
-+#include 
-+
- namespace mtx {
- namespace identifiers {

diff --git a/dev-libs/mtxclient/mtxclient-0.3.0.ebuild 
b/dev-libs/mtxclient/mtxclient-0.3.0.ebuild
deleted file mode 100644
index aa3beef8..
--- a/dev-libs/mtxclient/mtxclient-0.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
-HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient;
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/libsodium
-   >=dev-libs/boost-1.70.0
-   dev-libs/olm
-   dev-libs/openssl
-   dev-cpp/nlohmann_json
-"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/spdlog
-   test? ( dev-cpp/gtest )
-"
-
-# remove_failing_tests depends on remove_network_tests.
-PATCHES=(
-   "${FILESDIR}/0.3.0_remove_network_tests.patch"
-   "${FILESDIR}/0.3.0_remove_failing_tests.patch"
-   "${FILESDIR}/0.3.0_add_missing_header.patch"
-)
-
-src_configure() {
-   local -a mycmakeargs=(
-   -DBUILD_LIB_TESTS="$(usex test)"
-   -DBUILD_LIB_EXAMPLES=OFF
-   )
-
-   if use test; then
-   # Upstream uses a toolchain file to set these, fixed in >0.3.0.
-   mycmakeargs+=(
-   -DCMAKE_CXX_STANDARD=17
-   -DCMAKE_CXX_STANDARD_REQUIRED=ON
-   )
-   fi
-
-   cmake_src_configure
-}



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

2021-01-19 Thread Ronny Gutbrod
commit: 13879e61ea8d4c4031332eeda74a49a427620e94
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Jan 20 02:50:09 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Jan 20 03:39:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13879e61

dev-libs/mtxclient: Version bump 0.4.0.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 dev-libs/mtxclient/Manifest   |  1 +
 dev-libs/mtxclient/mtxclient-0.4.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 8e3b770e..83f44686 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
 DIST mtxclient-0.3.0.tar.gz 507299 BLAKE2B 
4c36762a3a0a3aafebd414d2c967cc5183710c7be34df9b50078538e7971e86182114ed310ed96a452a02f3d8c1c18fa5aa0de414d0c391d97efb1ce7f1b49f9
 SHA512 
113eb2c1042e0aeea6607fae0b7fd0ff1655d6b902fa11a3492561c53240901e641f53d413810e932ac210e519026016c5fac38bda1592336c95b2d79781557e
 DIST mtxclient-0.3.1.tar.gz 511985 BLAKE2B 
5271dc755ea10be2bddd0155b9c3288be2f0cb165989fdebcf237795a12041e8f21f7c54b9f7ec86e5fa08c386daad696f77509ae65b2aa2c30c9a292bb1b682
 SHA512 
ed4991b0a611be80cef42dec5e4b747787dae6aeaf46dc1cc395b06233efc9a5b1b57b1809eb9dacd7893b4de19f43996bb6d4556fc67697013248d79528a567
+DIST mtxclient-0.4.0.tar.gz 571434 BLAKE2B 
d836d94f9045f0ca5a0aa9b5fe6f3643e3189d4ee31b797472aca10320678308d51e2c9bc37f4234d00e0c201aeefaf8c4c40072b0ad8c7f5b6a9e0c10163a2a
 SHA512 
8c3538147b9277babbac14aaec6652ff638ae9335c01f786dfec78e3edc5c23591da8ce33c4366329050cf644f71a9fac8d337a2a9fbf7ea2883be05f6ac1a1e

diff --git a/dev-libs/mtxclient/mtxclient-0.4.0.ebuild 
b/dev-libs/mtxclient/mtxclient-0.4.0.ebuild
new file mode 100644
index ..6589f98e
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.4.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
+HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient;
+SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-libs/boost-1.70.0
+   dev-libs/olm
+   >=dev-libs/openssl-1.1.0
+   dev-cpp/nlohmann_json
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/spdlog
+   test? ( dev-cpp/gtest )
+"
+
+# remove_failing_tests depends on remove_network_tests.
+PATCHES=(
+   "${FILESDIR}/0.3.0_remove_network_tests.patch"
+   "${FILESDIR}/0.3.0_remove_failing_tests.patch"
+)
+
+src_configure() {
+   local -a mycmakeargs=(
+   -DBUILD_LIB_TESTS="$(usex test)"
+   -DBUILD_LIB_EXAMPLES=OFF
+   )
+
+   cmake_src_configure
+}



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

2021-01-19 Thread Sam James
commit: e095455ebcf69605fe4f34332176da8198e7e333
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 01:35:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 01:35:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e095455e

dev-python/pyyaml: security bump to 5.4

Bug: https://bugs.gentoo.org/766228
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyyaml/Manifest  |  1 +
 dev-python/pyyaml/pyyaml-5.4.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pyyaml/Manifest b/dev-python/pyyaml/Manifest
index 360375ff281..78896f1cf48 100644
--- a/dev-python/pyyaml/Manifest
+++ b/dev-python/pyyaml/Manifest
@@ -1 +1,2 @@
 DIST pyyaml-5.3.1.gh.tar.gz 168044 BLAKE2B 
2acc62ecc7448925eb340c2555001c8a74bd883d720b992d6deaea890b4eac435e4ae02eb129db3a6778c0be21a231fa9d96ee8ae59a4a39bc49961e5fb0d6ab
 SHA512 
27d97e8493c7660c7c0c471e20a8aa46c85431e4559a98bcbdafc2bd89a67fd04c6f2090e54ff6b206c868b33635ef8be68070a4c25d17a25c97fd5ad3549556
+DIST pyyaml-5.4.gh.tar.gz 173140 BLAKE2B 
2ff298cce2b8431197b9222c2fba18d4f0aaf600fe636174864096f49f1392c3e965155b36c94ad0cf659402ffbd660cea5719b509bf90e9f316c1893248
 SHA512 
a76f9cf1838380b2e509bf1d5251f175cca1b413aadc511517de5fb3b4743747918f94abc1cf1976171731a1ba67596def3cb0652d08e1e3af3235cf7c0a610f

diff --git a/dev-python/pyyaml/pyyaml-5.4.ebuild 
b/dev-python/pyyaml/pyyaml-5.4.ebuild
new file mode 100644
index 000..cb18eff64eb
--- /dev/null
+++ b/dev-python/pyyaml/pyyaml-5.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="YAML parser and emitter for Python"
+HOMEPAGE="https://pyyaml.org/wiki/PyYAML
+   https://pypi.org/project/PyYAML/
+   https://github.com/yaml/pyyaml;
+SRC_URI="https://github.com/yaml/pyyaml/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+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 
~x64-solaris ~x86-solaris"
+IUSE="examples +libyaml"
+
+BDEPEND="
+   libyaml? (
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+RDEPEND="libyaml? ( dev-libs/libyaml:= )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   # bug #659348
+   "${FILESDIR}/pyyaml-5.1-cve-2017-18342.patch"
+)
+
+distutils_enable_tests setup.py
+
+python_configure_all() {
+   mydistutilsargs=( $(use_with libyaml) )
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/

2021-01-19 Thread Sam James
commit: be5f5c5fac2119ca62de81e8b0bcb634864f2e3c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 01:24:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 01:24:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5f5c5f

x11-wm/awesome: Stabilize 4.3-r2 ppc64, #763861

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

 x11-wm/awesome/awesome-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/awesome/awesome-4.3-r2.ebuild 
b/x11-wm/awesome/awesome-4.3-r2.ebuild
index d330c79709c..c402663215f 100644
--- a/x11-wm/awesome/awesome-4.3-r2.ebuild
+++ b/x11-wm/awesome/awesome-4.3-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/awesomeWM/${PN}.git;
 else

SRC_URI="https://github.com/awesomeWM/awesome-releases/raw/master/${P}.tar.xz;
-   KEYWORDS="amd64 arm ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm ppc ppc64 x86"
 fi
 
 DESCRIPTION="A dynamic floating and tiling window manager"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/postgrey/

2021-01-19 Thread Sam James
commit: f9383cb3e37a1172c1c6e57df7040f4188c3f3d5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 01:19:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 01:19:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9383cb3

mail-filter/postgrey: Stabilize 1.37_p20190625-r1 ppc64, #766141

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

 mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild 
b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
index 584d66a0291..08f57fbbf82 100644
--- a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
+++ b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 ~x86"
 
 DEPEND="
acct-group/postgrey



[gentoo-commits] repo/gentoo:master commit in: media-video/gxine/

2021-01-19 Thread Sam James
commit: 9dc115f68c8772646ccb71e199c171a6a5692043
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 01:20:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 01:20:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc115f6

media-video/gxine: Stabilize 0.5.909-r1 ppc64, #764281

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

 media-video/gxine/gxine-0.5.909-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/gxine/gxine-0.5.909-r1.ebuild 
b/media-video/gxine/gxine-0.5.909-r1.ebuild
index 7d68ece3cc0..f8dca86551c 100644
--- a/media-video/gxine/gxine-0.5.909-r1.ebuild
+++ b/media-video/gxine/gxine-0.5.909-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="l10n_cs l10n_de lirc nls udev xinerama"
 
 DEPEND="



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

2021-01-19 Thread Sam James
commit: 6d979386ad30e0bbb20dc1e901a3fe37cab6a5e3
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:52:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:52:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d979386

net-libs/neon: Stabilize 0.31.2 arm, #764860

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

 net-libs/neon/neon-0.31.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.31.2.ebuild b/net-libs/neon/neon-0.31.2.ebuild
index cba2633fae0..70f1bbad101 100644
--- a/net-libs/neon/neon-0.31.2.ebuild
+++ b/net-libs/neon/neon-0.31.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc expat gnutls kerberos libproxy libressl nls pkcs11 ssl static-libs 
zlib"
 RESTRICT="test"
 



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

2021-01-19 Thread Sam James
commit: 7cf1b5aa80b8f85ffeec56c25d68b68d5748bd34
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:52:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf1b5aa

net-libs/neon: Stabilize 0.31.2 sparc, #764860

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

 net-libs/neon/neon-0.31.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.31.2.ebuild b/net-libs/neon/neon-0.31.2.ebuild
index d96a5ee04c6..cba2633fae0 100644
--- a/net-libs/neon/neon-0.31.2.ebuild
+++ b/net-libs/neon/neon-0.31.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc expat gnutls kerberos libproxy libressl nls pkcs11 ssl static-libs 
zlib"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/

2021-01-19 Thread Sam James
commit: cae77f466809b95db6823d4dbc700cb1180e25f5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:52:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae77f46

net-mail/ezmlm-idx: Stabilize 7.2.2 sparc, #763831

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

 net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild 
b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
index 6d5b5f6fa41..065dc0a9534 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://untroubled.org/ezmlm/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc sparc ~x86"
 IUSE="mysql postgres sqlite"
 
 DEPEND="mysql? ( dev-db/mysql-connector-c:0= )



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

2021-01-19 Thread Sam James
commit: 658b952794dd00bf5d6c5644312c403b07c13761
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:39:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:39:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658b9527

sys-libs/blocksruntime: Keyword 0_pre20171027-r1 ppc, #765199

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

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild 
b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index c9679eef1e0..ccb8ae62120 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE="static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-video/gpac/

2021-01-19 Thread Sam James
commit: e81addc5d84b2fff821ec83b4a8bf01644ecb103
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:39:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:39:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81addc5

media-video/gpac: Stabilize 1.0.1 ppc64, #747202

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

 media-video/gpac/gpac-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/gpac/gpac-1.0.1.ebuild 
b/media-video/gpac/gpac-1.0.1.ebuild
index 27fe93c249d..c372803a25a 100644
--- a/media-video/gpac/gpac-1.0.1.ebuild
+++ b/media-video/gpac/gpac-1.0.1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/gpac/gpac;
 else
SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
 fi
 
 inherit flag-o-matic toolchain-funcs ${SCM} xdg



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

2021-01-19 Thread Sam James
commit: 7c61c6cb56e1b339dea67824c274cfbd4eff2ee0
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:38:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:38:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c61c6cb

sys-libs/blocksruntime: Keyword 0_pre20171027-r1 arm64, #765199

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

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild 
b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index 1c13f058894..c9679eef1e0 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="static-libs"
 
 RDEPEND=""



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

2021-01-19 Thread Sam James
commit: 950d4cc61a31e2ef73e4960acab16b79c1eebd72
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:37:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:37:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950d4cc6

dev-ruby/ffi-compiler: Keyword 1.0.1 arm64, #761550

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

 dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild 
b/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
index 6a2ac5d40c8..c927d37f8ee 100644
--- a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
+++ b/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ffi/ffi/wiki;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rake >=dev-ruby/ffi-1.0.0"



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

2021-01-19 Thread Sam James
commit: 7a1f7602af52b9c71868a57613135e5b200e9b19
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:37:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:37:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1f7602

dev-ruby/http-parser: Keyword 1.2.3 arm64, #761550

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

 dev-ruby/http-parser/http-parser-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/http-parser/http-parser-1.2.3.ebuild 
b/dev-ruby/http-parser/http-parser-1.2.3.ebuild
index 24bab3203d7..61c84cda710 100644
--- a/dev-ruby/http-parser/http-parser-1.2.3.ebuild
+++ b/dev-ruby/http-parser/http-parser-1.2.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/cotag/http-parser;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE=""
 
 DEPEND+=" >=net-libs/http-parser-2.8.1"



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

2021-01-19 Thread Sam James
commit: 2d6ca0e032c545c80b0d3b48e26a7c7d27bc14a7
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:37:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:37:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6ca0e0

dev-ruby/http: Keyword 4.4.1 arm64, #761550

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

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

diff --git a/dev-ruby/http/http-4.4.1.ebuild b/dev-ruby/http/http-4.4.1.ebuild
index b0471b97c35..2383d9799f2 100644
--- a/dev-ruby/http/http-4.4.1.ebuild
+++ b/dev-ruby/http/http-4.4.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/tarcieri/http;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-01-19 Thread Sam James
commit: 115d1531223dede9fc00ef6faf92185cffb8f4f3
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:34:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:34:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115d1531

media-sound/mpg123: Stabilize 1.26.3 sparc, #763408

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

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

diff --git a/media-sound/mpg123/mpg123-1.26.3.ebuild 
b/media-sound/mpg123/mpg123-1.26.3.ebuild
index 20bb34812d0..6f6f3472c53 100644
--- a/media-sound/mpg123/mpg123-1.26.3.ebuild
+++ b/media-sound/mpg123/mpg123-1.26.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2021-01-19 Thread Sam James
commit: bf5595ce6d9717b7cf1ee0252b0c16e814454fc1
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:34:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:34:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5595ce

media-sound/mpg123: Stabilize 1.26.3 arm, #763408

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

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

diff --git a/media-sound/mpg123/mpg123-1.26.3.ebuild 
b/media-sound/mpg123/mpg123-1.26.3.ebuild
index b8398cad4eb..20bb34812d0 100644
--- a/media-sound/mpg123/mpg123-1.26.3.ebuild
+++ b/media-sound/mpg123/mpg123-1.26.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2021-01-19 Thread Sam James
commit: 9ea9f00065334e1e5a48e49e0bc85a7cab5c18d5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:34:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:34:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea9f000

dev-db/slony1: Stabilize 2.2.10 ppc, #762943

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

 dev-db/slony1/slony1-2.2.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/slony1/slony1-2.2.10.ebuild 
b/dev-db/slony1/slony1-2.2.10.ebuild
index 0e854d2ba2c..ac3b6ee7019 100644
--- a/dev-db/slony1/slony1-2.2.10.ebuild
+++ b/dev-db/slony1/slony1-2.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,7 @@ 
SRC_URI="https://slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 
 DEPEND="${POSTGRES_DEP}
perl? ( dev-perl/DBD-Pg )



[gentoo-commits] repo/gentoo:master commit in: mail-filter/dcc/

2021-01-19 Thread Sam James
commit: fe830e961033e94209275e4d40bef50838e0324b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:34:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:34:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe830e96

mail-filter/dcc: Stabilize 1.3.158-r1 ppc, #765079

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

 mail-filter/dcc/dcc-1.3.158-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/dcc/dcc-1.3.158-r1.ebuild 
b/mail-filter/dcc/dcc-1.3.158-r1.ebuild
index 36206cce7d5..909cdbd79e3 100644
--- a/mail-filter/dcc/dcc-1.3.158-r1.ebuild
+++ b/mail-filter/dcc/dcc-1.3.158-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.rhyolite.com/dcc/source/old/${P}.tar.Z;
 
 LICENSE="DCC GPL-2"
 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="cgi ipv6 rrdtool milter"
 
 RDEPEND="



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

2021-01-19 Thread Sam James
commit: 200a00adffdb11f6be32f54b82e56757bbc67ace
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:33:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:33:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200a00ad

dev-libs/opensc: Stabilize 0.21.0 x86, #746821

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

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

diff --git a/dev-libs/opensc/opensc-0.21.0.ebuild 
b/dev-libs/opensc/opensc-0.21.0.ebuild
index da434727b10..720d1aa3832 100644
--- a/dev-libs/opensc/opensc-0.21.0.ebuild
+++ b/dev-libs/opensc/opensc-0.21.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc x86"
 IUSE="ctapi doc libressl openct notify +pcsc-lite readline secure-messaging 
ssl test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-01-19 Thread Sam James
commit: 87f793b6e4bad864ab0ee3514d64103e26c706b3
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:33:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:33:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f793b6

media-sound/mpg123: Stabilize 1.26.3 amd64, #763408

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

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

diff --git a/media-sound/mpg123/mpg123-1.26.3.ebuild 
b/media-sound/mpg123/mpg123-1.26.3.ebuild
index 33bf8b8cebf..b8398cad4eb 100644
--- a/media-sound/mpg123/mpg123-1.26.3.ebuild
+++ b/media-sound/mpg123/mpg123-1.26.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



[gentoo-commits] repo/gentoo:master commit in: net-mail/isync/

2021-01-19 Thread Sam James
commit: 9973ae3c9a84dcb67a13d9c2f388989d1b909a2f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:33:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:33:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9973ae3c

net-mail/isync: Stabilize 1.3.3 amd64, #763492

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

 net-mail/isync/isync-1.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/isync/isync-1.3.3.ebuild 
b/net-mail/isync/isync-1.3.3.ebuild
index 74b81bf11ed..55478128ab6 100644
--- a/net-mail/isync/isync-1.3.3.ebuild
+++ b/net-mail/isync/isync-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3 autotools
 else
SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 IUSE="libressl sasl ssl zlib"



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

2021-01-19 Thread Sam James
commit: 59f15eea393ca3b2d0f5d0aa7d9106d971a598b5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:33:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:33:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f15eea

net-analyzer/authforce: Stabilize 0.9.9-r3 amd64, #763270

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

 net-analyzer/authforce/authforce-0.9.9-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
index 183912b43ca..80cae582f1b 100644
--- a/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
+++ b/net-analyzer/authforce/authforce-0.9.9-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="curl nls"
 
 RDEPEND="sys-libs/readline:0=



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

2021-01-19 Thread Anthony G. Basile
commit: c6edddf3068d8ad4fa02caf7fa539812e395cefb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jan 20 00:32:43 2021 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jan 20 00:32:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6edddf3

dev-libs/xapian: remove older versions

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-libs/xapian/Manifest |  3 --
 dev-libs/xapian/xapian-1.4.14.ebuild | 74 
 dev-libs/xapian/xapian-1.4.15.ebuild | 74 
 dev-libs/xapian/xapian-1.4.16.ebuild | 74 
 4 files changed, 225 deletions(-)

diff --git a/dev-libs/xapian/Manifest b/dev-libs/xapian/Manifest
index f3e48c4b944..7806bb6ff95 100644
--- a/dev-libs/xapian/Manifest
+++ b/dev-libs/xapian/Manifest
@@ -1,6 +1,3 @@
 DIST xapian-core-1.2.25.tar.xz 3253292 BLAKE2B 
a130e26188c949d0433d017e8d13e7ecf6241a232d00125699ba8ed63eab9cb1651e02182fcc152f960f4e122709958632779daaaf5760fe50953a3b5b07a243
 SHA512 
a15b5d9b5770337519f671732f53f0642b31f08206824500d589ba309c9e91a05a30353d66ebf70a4c1cb1824b44e1c7b7630e799de3b15d645cf951a6017bfe
-DIST xapian-core-1.4.14.tar.xz 2970624 BLAKE2B 
5bfa5ab36ad4626fcc9a214427f88bdf55e60166939db3a65d3118b426b0ec6754efc10dbcf32456e033292eba3b29f7500679f69a49df15d40c4111322249ed
 SHA512 
c08c9abe87e08491566b7cfa8cda9e2a80e4959a647428b6d82bce7af1c967b4cb463607ffb8976372a980c163923ced36117a66e0b5a1f35659393def3d371b
-DIST xapian-core-1.4.15.tar.xz 2988752 BLAKE2B 
d68d69cdc55c1b62a746620fc90f028819813bb98c0ad0cc130c399a4dd62231b920d24363b61e58d002f65a79a117598455779028de1b26b7a808367f5f2de4
 SHA512 
f28209acae12a42a345382668f7f7da7a2ce5a08362d0e2af63c9f94cb2adca95366499a7afa0bd9008fbfcca4fd1f2c9221e594fc2a2c740f5899e9f03ecad3
-DIST xapian-core-1.4.16.tar.xz 3041132 BLAKE2B 
2c009bcdec05542ceae9354e47e8ff9b971ec87d04caf8058711fd6952135620c353f2feabcd869313f55194409944bc7374ce69d626f948461963a7790c3953
 SHA512 
3d319ab672485e840019ee28b54b1c59bbd535c1802874f58593fb999681c19bff3e776dc19ab5d5bd97734bf01f1408f36ae49e21ca9706ca187db49f8a18a6
 DIST xapian-core-1.4.17.tar.xz 2997700 BLAKE2B 
882bc28c9a55731212a5c3ac6da3ad2082e3345cb473eb2c09b80fdd05e700bb31cff6c9a0524b27da015b14655c30548e92a457b48af43279bfd3564cf3c3fa
 SHA512 
3eaf45d31eb9318e292fa052b32b1d9e1035651bdd3c366a0134f4b39d03d987083c19426a3d4b10f60078190fc3388f05b332cba958263bab1abf236c7a3ca7
 DIST xapian-core-1.4.18.tar.xz 2984508 BLAKE2B 
e5d680578e0a4605a8e99470921fba29cdd3d137d017608b8bf571951726055d2a1d49e9649829f0df92af3d27d0565f90baaca5a4eb5c67cb368f5d1e592d28
 SHA512 
ba6240054c0d2f92b9f1059aa934cdf35388ee7c7e05f4ef6f9856bdaed8ad821095a348ed9a892afdf18c3c0ad20e163028ad0ed3a9934bd69b861e814678ef

diff --git a/dev-libs/xapian/xapian-1.4.14.ebuild 
b/dev-libs/xapian/xapian-1.4.14.ebuild
deleted file mode 100644
index f6ae79205eb..000
--- a/dev-libs/xapian/xapian-1.4.14.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit eutils multilib-minimal
-
-MY_P="${PN}-core-${PV}"
-
-DESCRIPTION="Xapian Probabilistic Information Retrieval library"
-HOMEPAGE="https://www.xapian.org/;
-SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0/30" # ABI version of libxapian.so
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-solaris"
-IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +inmemory +remote"
-
-DEPEND="sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-multilib_src_configure() {
-   local myconf=""
-
-   if use cpu_flags_x86_sse2; then
-   myconf="${myconf} --enable-sse=sse2"
-   else
-   if use cpu_flags_x86_sse; then
-   myconf="${myconf} --enable-sse=sse"
-   else
-   myconf="${myconf} --disable-sse"
-   fi
-   fi
-
-   myconf="${myconf} $(use_enable static-libs static)"
-
-   use inmemory || myconf="${myconf} --disable-backend-inmemory"
-   use remote || myconf="${myconf} --disable-backend-remote"
-
-   myconf="${myconf} --enable-backend-glass --enable-backend-chert 
--program-suffix="
-
-   ECONF_SOURCE=${S} econf $myconf
-}
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/xapian/postingsource.h
-   /usr/include/xapian/attributes.h
-   /usr/include/xapian/valuesetmatchdecider.h
-   /usr/include/xapian/version.h
-   /usr/include/xapian/version.h
-   /usr/include/xapian/types.h
-   /usr/include/xapian/positioniterator.h
-   /usr/include/xapian/registry.h
-)
-
-multilib_src_test() {
-   emake check VALGRIND=
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-   if use doc; then
-   rm 

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

2021-01-19 Thread Anthony G. Basile
commit: 14855cf5157e74a9d857dd159e402495eea0ffa1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jan 20 00:31:32 2021 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jan 20 00:31:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14855cf5

dev-libs/xapian: version bump to 1.4.18

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-libs/xapian/Manifest |  1 +
 dev-libs/xapian/xapian-1.4.18.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/dev-libs/xapian/Manifest b/dev-libs/xapian/Manifest
index f557a0eaaf8..f3e48c4b944 100644
--- a/dev-libs/xapian/Manifest
+++ b/dev-libs/xapian/Manifest
@@ -3,3 +3,4 @@ DIST xapian-core-1.4.14.tar.xz 2970624 BLAKE2B 
5bfa5ab36ad4626fcc9a214427f88bdf5
 DIST xapian-core-1.4.15.tar.xz 2988752 BLAKE2B 
d68d69cdc55c1b62a746620fc90f028819813bb98c0ad0cc130c399a4dd62231b920d24363b61e58d002f65a79a117598455779028de1b26b7a808367f5f2de4
 SHA512 
f28209acae12a42a345382668f7f7da7a2ce5a08362d0e2af63c9f94cb2adca95366499a7afa0bd9008fbfcca4fd1f2c9221e594fc2a2c740f5899e9f03ecad3
 DIST xapian-core-1.4.16.tar.xz 3041132 BLAKE2B 
2c009bcdec05542ceae9354e47e8ff9b971ec87d04caf8058711fd6952135620c353f2feabcd869313f55194409944bc7374ce69d626f948461963a7790c3953
 SHA512 
3d319ab672485e840019ee28b54b1c59bbd535c1802874f58593fb999681c19bff3e776dc19ab5d5bd97734bf01f1408f36ae49e21ca9706ca187db49f8a18a6
 DIST xapian-core-1.4.17.tar.xz 2997700 BLAKE2B 
882bc28c9a55731212a5c3ac6da3ad2082e3345cb473eb2c09b80fdd05e700bb31cff6c9a0524b27da015b14655c30548e92a457b48af43279bfd3564cf3c3fa
 SHA512 
3eaf45d31eb9318e292fa052b32b1d9e1035651bdd3c366a0134f4b39d03d987083c19426a3d4b10f60078190fc3388f05b332cba958263bab1abf236c7a3ca7
+DIST xapian-core-1.4.18.tar.xz 2984508 BLAKE2B 
e5d680578e0a4605a8e99470921fba29cdd3d137d017608b8bf571951726055d2a1d49e9649829f0df92af3d27d0565f90baaca5a4eb5c67cb368f5d1e592d28
 SHA512 
ba6240054c0d2f92b9f1059aa934cdf35388ee7c7e05f4ef6f9856bdaed8ad821095a348ed9a892afdf18c3c0ad20e163028ad0ed3a9934bd69b861e814678ef

diff --git a/dev-libs/xapian/xapian-1.4.18.ebuild 
b/dev-libs/xapian/xapian-1.4.18.ebuild
new file mode 100644
index 000..b33e8c6402c
--- /dev/null
+++ b/dev-libs/xapian/xapian-1.4.18.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit eutils multilib-minimal
+
+MY_P="${PN}-core-${PV}"
+
+DESCRIPTION="Xapian Probabilistic Information Retrieval library"
+HOMEPAGE="https://www.xapian.org/;
+SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/30" # ABI version of libxapian.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos ~x64-solaris"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +inmemory +remote"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+multilib_src_configure() {
+   local myconf=""
+
+   if use cpu_flags_x86_sse2; then
+   myconf="${myconf} --enable-sse=sse2"
+   else
+   if use cpu_flags_x86_sse; then
+   myconf="${myconf} --enable-sse=sse"
+   else
+   myconf="${myconf} --disable-sse"
+   fi
+   fi
+
+   myconf="${myconf} $(use_enable static-libs static)"
+
+   use inmemory || myconf="${myconf} --disable-backend-inmemory"
+   use remote || myconf="${myconf} --disable-backend-remote"
+
+   myconf="${myconf} --enable-backend-glass --enable-backend-chert 
--program-suffix="
+
+   ECONF_SOURCE=${S} econf $myconf
+}
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/xapian/postingsource.h
+   /usr/include/xapian/attributes.h
+   /usr/include/xapian/valuesetmatchdecider.h
+   /usr/include/xapian/version.h
+   /usr/include/xapian/version.h
+   /usr/include/xapian/types.h
+   /usr/include/xapian/positioniterator.h
+   /usr/include/xapian/registry.h
+)
+
+multilib_src_test() {
+   emake check VALGRIND=
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+}
+
+multilib_src_install_all() {
+   if use doc; then
+   rm -rf "${D}/usr/share/doc/xapian-core-${PV}" || die
+   fi
+
+   dodoc AUTHORS HACKING PLATFORMS README NEWS
+
+   find "${D}" -name "*.la" -type f -delete || die
+}



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

2021-01-19 Thread Michał Górny
commit: 15d2c3334b6ed61405fcfb6dd2d323ab73adab4a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 22:11:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d2c333

sys-kernel/vanilla-kernel: Bump to 5.4.91

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.91.ebuild| 106 +
 2 files changed, 108 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 62d7c593248..4c8abeb8498 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -42,3 +42,5 @@ DIST linux-5.4.89.tar.sign 989 BLAKE2B 
6a18738bf3d05b8eec8937604680d2d836b75df6d
 DIST linux-5.4.89.tar.xz 109646912 BLAKE2B 
598c524ea324dfa77abeaf0117ed9587c9e1d4d9c7b2db60d46c3e374b31e72374df095aa08e66372a62aba9bf5ebfd489c335557fa0e837ff4b0ab198228cb2
 SHA512 
b69793a9ad0807db409593bee12dd4998b21bdf43a4b07d212818f7f6b916cfadd4a599007f1989fc49425367cd5ba5094fc35e075bb796b2efb7502813e657e
 DIST linux-5.4.90.tar.sign 989 BLAKE2B 
5ccde60f966806468ea1a839cbab030dbdeff530a5ef76e64ba1d9d861ae3b5dba3c773d5f56c14e103662e57ec3c4984d21935a27ecc01451d3837d77548a3c
 SHA512 
f4b71ee6298f2d54f5f51b0b6fca6d5adf41c7139cac1ffd16b8ebc516b12ae9b0be123f0edeae777f46f7820bd4ab2118a5d6a847d70b054409e49c66da30f8
 DIST linux-5.4.90.tar.xz 109650236 BLAKE2B 
d40a447bea1b77eb9ebac798c1d35e4ce63a2babb54675da5ebff3d954f8ce6c40dc367b019e2280463e7d7813035374461d0cb4dbd80c9574cc752486e86f6f
 SHA512 
4be07d786b74958ce27d6aaf196dd9b920f1e25dc93dd18edaace0fb86f7d0570bd7b594afb27c0502b23533fee22ae825200c37bcbfd10aa54140bea1dfc5e4
+DIST linux-5.4.91.tar.sign 989 BLAKE2B 
9eb7b9e7201ce69e6779a501e6f6e4a862cec1606150a55961a238d6031ed4b4f5d75b7b16dc2ddf9c4be0984fee53ad264d4b6f2bee2ef8e4a4740f23ca5846
 SHA512 
d2fbbff77bfd2f927d62f14a47587894b0de479de25c01aafcb74d3a52928992303600a8435ccc7025f33731e9dfd437842b707603e30a2192f6eff5f043478a
+DIST linux-5.4.91.tar.xz 109653720 BLAKE2B 
5b017547953aded31e54a69c2609dfae6e516b50b10d58fe1aeedbbd93652de33aac737a688b284889bf6d0ee2d5d6551eae73a693ddbf45d9d9fdd0663268d1
 SHA512 
81d02edc9b4ea416e630064904187e981bd607ac9ae795e19935f53bd91a48d0371ba2786693f6c0f26245752113eb8009bcdf7d04664982eb6343584732c22b

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.91.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.91.ebuild
new file mode 100644
index 000..f8ec23f5913
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.91.ebuild
@@ -0,0 +1,106 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.89
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/dwarves )
+   verify-sig? ( app-crypt/openpgp-keys-kernel )"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking linux-${PV}.tar.xz ..."
+   verify-sig_verify_detached 

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

2021-01-19 Thread Michał Górny
commit: fcd672dfa8a4bf786afb13aa4ebeb42870b20524
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 23:00:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd672df

dev-lang/python: Backport CVE-2021-3177 fix to 2.7.18

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

 dev-lang/python/Manifest|   1 +
 dev-lang/python/python-2.7.18-r6.ebuild | 347 
 2 files changed, 348 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 4abaf2aa595..d9e3342af2e 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -7,6 +7,7 @@ DIST Python-3.8.7.tar.xz 18261096 BLAKE2B 
6ac20efef41e828cb796aabcb7808400d494b9
 DIST Python-3.9.0.tar.xz 18866140 BLAKE2B 
8e12b64e187a65461473ac3b281dc489f0abac586e0755f6dbeceb236b34bdc008085eeac9ee1a19d76f5ec6a2fbda623985454c9d0164c4888a97b8cd940034
 SHA512 
b141039c9701a8cb0d15cd11a279153077524af4d0599e7d2c7279d4c18d05fda06b33ef82342d875de996c7117b7dc6eb154dc3669d38a1efa99801aeec6c5e
 DIST Python-3.9.1.tar.xz 18897104 BLAKE2B 
bcbce176510e8e7c6ba6070588bedc52121c21c5271f59b3d629dfb542c51ee62622b2ca53a6e2041f1a51b2d089368cc4de9bb749e8ebad9a2c4eb4de83538e
 SHA512 
b90029d6825751685983e9dcf0e0ec9e46f18e6c7d37b0dd7a245a94316f8c0090308ad7c2b2b49ed2514b0b909177231dd5bcad03031bf4624e37136fcf8019
 DIST python-gentoo-patches-2.7.18-r4.tar.xz 21352 BLAKE2B 
d322f5afd63813d7c9280c75f942bde75ee19793e121d0406c4f229ead53324bf3996342eed9a6c1aa474894afe7f2dd70aec38aee8042993a5274abc288fd31
 SHA512 
1cb0be8e79d0c6c55fcbe3f3dabf8b760aea0e60d888ea39d3e69de03b55738c50b2cca06586c1cd2896956f5764eefd6d3f9fbf2de0d0ddfd8aab86837976b6
+DIST python-gentoo-patches-2.7.18-r6.tar.xz 22740 BLAKE2B 
1727fcab273dfe5e5739c7ce1cd7fb3c6bd13c2bda25a2e4e0609a2e727a69318a46b7c2173ea7746f8a124e778b276408adc9968ed2025b8643e660bb3d3ea3
 SHA512 
975fe72c5b2f4577563e8e972c70b7eec7203790a500e6f051fab1f66c71e5ae46fcb3c571a9e6346bf3a0d1dd48594a61bf2751007e4f5e3d19f8db6146c99d
 DIST python-gentoo-patches-3.10.0a3-r1.tar.xz 10068 BLAKE2B 
8b305a31cf0aab4da9e27e671b4fd48be6224ff8508ed1831ad4149761bb263cd9a694e90d52335390643a537dee2d6cab4e086bd521c99217e81845b4f9bcf1
 SHA512 
69c52c61dd2f1ca097fafe13c27cd1979280675bef6af8e8e300f3791d7eb50368311e3d055075f4bca01ce02d9e97a94fcd2662c78f14cfb6a37d77c39a158f
 DIST python-gentoo-patches-3.6.12-r1.tar.xz 16540 BLAKE2B 
8204b6f25e1f7c6fef024933d54bfa6085158ac624a6e5a8d51576da2047b6db791be5d071c483fdec5c033b8fa8ee3d4e176a3e442defa556b34a304de3b7f3
 SHA512 
ad74c73b4f963427e66ac6187e1569dbfbbe3c916c24971a1eba4ad7e2f94e39c970f80e197c0498820451f036b12f3076b46cfd73bb5d6d56183ac05453d9ad
 DIST python-gentoo-patches-3.6.12-r2.tar.xz 17988 BLAKE2B 
c252bce5ac49b9af11174d3c974d95c24ec280230cede75a7650cb914f8acb3d41b8d575e469fe7f274c6d3bc238847b82e815bf1444c5afd7292e00248e3365
 SHA512 
50813fbd810c8b865c0f0f8d56780af7a9e094336ba486ddd94ba8fb0a83b5373f41274bbb10c3d732449ee5b2076b7430404c02bfac10fb9b27f92de79c25e2

diff --git a/dev-lang/python/python-2.7.18-r6.ebuild 
b/dev-lang/python/python-2.7.18-r6.ebuild
new file mode 100644
index 000..e5cfcd3ff40
--- /dev/null
+++ b/dev-lang/python/python-2.7.18-r6.ebuild
@@ -0,0 +1,347 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+WANT_LIBTOOL="none"
+
+inherit autotools flag-o-matic pax-utils python-utils-r1 toolchain-funcs
+
+MY_P="Python-${PV}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-2.7.18-r6"
+
+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 ~s390 
~sparc ~x86"
+IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
+
+# 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:=
+   dev-libs/libffi:=
+   >=sys-libs/zlib-1.1.3:=
+   virtual/libcrypt:=
+   virtual/libintl
+   berkdb? ( || (
+   sys-libs/db:5.3
+   sys-libs/db:5.1
+   sys-libs/db:4.8
+   sys-libs/db:4.7
+   sys-libs/db:4.6
+   sys-libs/db:4.5
+   sys-libs/db:4.4
+   sys-libs/db:4.3
+   sys-libs/db:4.2
+   ) )
+   gdbm? ( sys-libs/gdbm:=[berkdb] )
+   ncurses? ( >=sys-libs/ncurses-5.2:= 

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

2021-01-19 Thread Michał Górny
commit: d2e0f5a807a281c42da31f104b91633035d64a64
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 22:11:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e0f5a8

sys-kernel/vanilla-kernel: Bump to 5.10.9

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.9.ebuild| 100 +
 2 files changed, 102 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 4c8abeb8498..5b954782e1c 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -26,6 +26,8 @@ DIST linux-5.10.7.tar.sign 989 BLAKE2B 
b6c0f9ede022691159e3b8d85f1ac96435485e05b
 DIST linux-5.10.7.tar.xz 116616036 BLAKE2B 
c3a222cf56350a3778bd825ba8434d27266412ffe921429be189d51fa97ec66b6aaf336bfd67c20d44828e4b150afade9659b341e9c499f63d6dc01fc2a4fb03
 SHA512 
d639ee7ddd8071b1b54354e68034508bd32a3d2b8eb50ab4aa0f64f3beac9d4ce4f7940ba1848f9903ee827f7cad1a2625185eb4071b0f348bc4639af6f41d9a
 DIST linux-5.10.8.tar.sign 989 BLAKE2B 
5f4194a7199daac1bb9d967b81cf6e9107d7064065cd2df4ea9ca195195c2924e8f314ca0a0c33a0c373cc59ae7d64536faef5a2193e18102d4e89c5694c474f
 SHA512 
cc4da89a8e12aff5a933d92642146789bea700ec2cffd5e32b555bb0dc700819f59df5cc807cd2acad3b54ff13a6080a5c0874b8fa3e6dab049c87aa43712e65
 DIST linux-5.10.8.tar.xz 116625448 BLAKE2B 
1bea3293bb036639d5dd72aba9ca078e1cf94c3752d48abd6462c65038ca5808ee976919623ccb64356756b2cc766a014e57483e8e1418a089236522a0e0a56e
 SHA512 
13ea7cf81db43059466c1558bd80175a6c2090496786fe9220c165958d19781d5501104f41f8207e0239a101611a1faa38b203dd1e8890964494ef8518f5f21e
+DIST linux-5.10.9.tar.sign 989 BLAKE2B 
4573f4a502d7b86924051da635af393a0d61628fb88f01d14ec5a8b454974b707f547c60bcf965f73af92e850f496c659847142058e61951065db4e2e40cf8e6
 SHA512 
0a1700731809dd615a8d692a9be195564d6f0edbf722e72d8fd36cecbe4c3dbbcc26e3a194ab08945445a883d5ef3f491f5358d715537240a430bd750179f5f9
+DIST linux-5.10.9.tar.xz 116619508 BLAKE2B 
faedb4032fd709d3f0089d706232ec0dcfdf3817223aa910112e6cd58bffea20a3127fee407a465fa3b4db1a54050fabd839809c404492820216fadae70885b9
 SHA512 
63271212f300a58a5c2826052928aa980994fff6af553f801b0d2a1ae05e3b55788cc46fa26c97f330bab74068a93df58ce768f21fc5edd1481c841b975e56cf
 DIST linux-5.4.80.tar.sign 989 BLAKE2B 
7d0fa889c353c83eeb38d4868de3736baf6dd668db2b6660472b85dd6f9fffa83350954da80bd8e6441b54aa15324d68734ca863b0b1980b92a7b3a58073037e
 SHA512 
54b7a124065020a69702fbc4ec82359c728ba32e8cafb7ba083d12974914c8309cc6b33b85769d87f91cbb2583b7c0a20d019d1b3808f32f07dda0ec795e8906
 DIST linux-5.4.80.tar.xz 109626784 BLAKE2B 
b395b0326162ca6d9b9a59966e641eb1df63dbd402c8287b276c915478819132e201ae68fcbab2fbae353591ff4f38951a643b6a2e1283a551ab8464c21a2abc
 SHA512 
ba400e61ce4e55a8bf391b45df15bb71f43f42de1f2cf2c19468f503b102ec1269589908fa186bfff946baf031ae1531f30ab420605a078439508898e5fdfb37
 DIST linux-5.4.83.tar.sign 989 BLAKE2B 
0c1c9737b51eb02747146498475436682fec4d0e97c6e90e840682878eff34aeffa6970eac0ce117ce18bb8ca2e15fc1a9b0bfb83e021b710fa10dd713437c32
 SHA512 
be2564571dc109611e802d5dfe1d69339d375bb01259d46888c18ef03979401d9943721131c10609a8a07f14cfe0b990e558e15c7d89a2eccc71e86d620cf4c0

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.9.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.9.ebuild
new file mode 100644
index 000..51afd5f766b
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.9.ebuild
@@ -0,0 +1,100 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.7
+CONFIG_HASH=b238267df7cd80dc3aa6b5b654cbe145367383df
+GENTOO_CONFIG_VER=5.10.7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

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

2021-01-19 Thread Michał Górny
commit: 0d96ae69ed04d0f828ded845801c360eeb497596
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 22:11:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d96ae69

sys-kernel/gentoo-kernel: Bump to 5.4.91

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 23b8100c4d7..ad02e985a8b 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -28,6 +28,8 @@ DIST genpatches-5.4-91.base.tar.xz 2975372 BLAKE2B 
6385731a166348210c96f8ad6a813
 DIST genpatches-5.4-91.extras.tar.xz 1772 BLAKE2B 
d7440a80cd6d994cc853f54f5f4c4708f203fd625b99c9b9431cbecc2206dd335f0710dc6364b658e246eaa8e758a65bdb6daa45cd795f06a6f963853a7be04d
 SHA512 
63317305324b862fdd70bb2955504795d4764f9e90fb74953d40ecd8c0201114b1bfe11fea96a97471011b35d72f16234de7c0540f466e8e510a69e7047e3ffd
 DIST genpatches-5.4-92.base.tar.xz 2987648 BLAKE2B 
ffdccfc93b1b759494cd3adf2496e2074e847c46ec1c9dfdab32d3a7dfaf5a334df0391ba7ccb35250c562a529df8ae2784656628e110887b593536ac6b0d3ea
 SHA512 
d2c08ecebcabaeb658407626c71c98201f86cf6510c4906b37f45d0f9fd6677b709fbdd9a1ce16622632c9a2e72a11d93463bdae62c5d8d0655c999223909e51
 DIST genpatches-5.4-92.extras.tar.xz 1768 BLAKE2B 
41cca01e9893db97ab1c7bc920d3240b3aec6207ff6516b346a87f24b47811077d7bbbdca49ed267238af4f5eeb2e8e0de03c946fb6f3784a08bdde348a5a64b
 SHA512 
bb88a3c13a4335b93eb1ded903696e63ffa87b0a1dc587f464335fe077623abc36831fe514f33737960328ec765c5c0bf5489e84dff3fc6ae37ab2e1cd61d94e
+DIST genpatches-5.4-93.base.tar.xz 3001024 BLAKE2B 
d5f3020aae1a920a076457cf28ae640e8ab7387652a61db3d631a3494c5cb0e8706d92debb6356768fea992679aefd4bda6d212a9918a714740439811dd3ef6d
 SHA512 
420512b65e20f00fcabf4d122cf5fd166a6cc196a77451f8a06b333ca2cdc189c38654333e565cc555b1f3e9745e9c4b188b98648cd57ccb395ca1259675e4d2
+DIST genpatches-5.4-93.extras.tar.xz 1772 BLAKE2B 
0ad1eff5f82120235a1f326176beeaefcf7aa547eecc94ad103a5be1701dd922ae0309431a10233c0df5bf63c5ba970bdec32e6ca782965e369be2fa5a4577dc
 SHA512 
b5415fe59ba41d60a46e0c123abcee0bb72b5a7d7358789947627ae086c7391c09f116a16c32b2475c278ea14d7275932046d686aa4a849942cbf64440506c92
 DIST gentoo-kernel-config-5.10.7.tar.gz 1146 BLAKE2B 
f755581e9f3be3122e5f6e6fc133d3e5c3116d4580b53f95ff5b2cee5150233fe82be5cd45637a9792ae4612be5d2cb4dd954506f97fe82c9e96cb8b772cb342
 SHA512 
8c64768e83d2552e69a29c6c3f958ef6a1e5a767acd04b3bfcd0cd49453ab5d0aa54fcfee76a8c9d07f72abdbf70380b070e3d1584e7b7d05a6daa3399892f51
 DIST gentoo-kernel-config-5.4.77-r1.tar.gz 1289 BLAKE2B 
6612741cfbf458f4bd8915b476aac3aa6934e8bbab344da877fa4ad52b6133e01f5d44bf0e5d048e79e56c1a351774135ee55f1aa839b230e2418db7c5d9b123
 SHA512 
2a09dd85af37447b278847aeaad114ef47470726cec015ed5ee1b54b3080f4b2c48de8b2f7b817eeb4e27c753579cf0820053e22caa762cb1552116d8d69eba0
 DIST gentoo-kernel-config-5.4.89.tar.gz 1240 BLAKE2B 
50bd2e64eb1a62d2f0d67e02b78da56cb507fd7a5993d663b880c94ecd535898285ed01e00d5d07fc1ba0d044657e776456736d8fdcacecf7ca464979a8a1d06
 SHA512 
ad31f9895b9dd45edd7f8715516edfc303c23600f243f3ca122c7c554c9fdbe3c3aa62970a24ef7291d7937e04c63c0258f6348e796686902a011c055c1bed01

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

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

2021-01-19 Thread Michał Górny
commit: 26eba4e529cb82f5fef77eb66c2840902f88f75b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 22:11:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26eba4e5

virtual/dist-kernel: Bump to 5.4.91

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

 virtual/dist-kernel/dist-kernel-5.4.91.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.91.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.91.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.91.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-01-19 Thread Michał Górny
commit: e69870f261573ce9d16c5c972debb42321b47022
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 22:11:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69870f2

sys-kernel/gentoo-kernel: Bump to 5.10.9

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index ad02e985a8b..1bd7238815f 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,5 +1,7 @@
 DIST genpatches-5.10-10.base.tar.xz 303380 BLAKE2B 
61d1378cbde5f4df5ee41d2a3391705279e647410125350a2329c6448357617cc93e1acb7f8af4cb43869ff11b6759caa3652242b52feeb8ce2aa2c36c26260a
 SHA512 
9d9bd200682a6cd92e067024e42bdb80347e7083a698d2aa135de34998a80454130ac82ab49018e538197d35f48fdfb0e60827a219e2d6844e221450b86b9ada
 DIST genpatches-5.10-10.extras.tar.xz 1768 BLAKE2B 
cabeb1ebfbd545382a8bd7fe89ca78d58665848b86a5b25519c2d018720d04253847824d4059308b80edfe137383d26c89491c15be8efe86b95dcc184d3f35e0
 SHA512 
1e7c37441d3324c961d8d55eda3e43afed64cdbb45f2080673ab888b65b3b93c5f74495d8a3a53197b17f9d07f01cfc84a0b1719e5f3cd93652a512b9be536e4
+DIST genpatches-5.10-11.base.tar.xz 343372 BLAKE2B 
d844a4ce292477da26bc02743916143cd6851b2ba85229ed37361213580b47b5386f260bde7cb77eb5842f3fd1022b6af64d47dcc3fcf2161be8157380e082bd
 SHA512 
069efa3d348d8a7601c6bf37ec92e3efa692abe4a7ca5dc4bfe30fb76f1b7fe8daf1a0f237d60dcf66a0815e909ac77cb1cc189d46f6fb4884a260f30a4af48b
+DIST genpatches-5.10-11.extras.tar.xz 1772 BLAKE2B 
8d4c4b94e9bd7c585f56038900256b3ec1ae721b4ed7adb326f393094e5c8960575efdbe2cc14cd219ae0a69cdde5c626d6983741e3f13a39bed3e85f3eb7060
 SHA512 
90ce771ad84ffbeaeaff6a2827577fc9c9113930dc4fd394300e1a971cc205a1f4805404e1b356dc36b373bfcd9daa95de7a364144f0fbeb0f923209946635fe
 DIST genpatches-5.10-5.base.tar.xz 19928 BLAKE2B 
6fe55e2d7b32871600fc8d97b644e22797dac42450512c9d35f9d7f1eb72671bdc4e71ae22dbc178d1fed479ce2c8d908e77087da9c9eff90ce0b9536e89d0cf
 SHA512 
dc9f536c40259a584041a72e8aebd6c38e94645ba2a25d05da76c254be0d1d959a45245e9645c876fb44a00887e8730c94c14bd7bb81cc194260f0688fecd3ac
 DIST genpatches-5.10-5.extras.tar.xz 1772 BLAKE2B 
1c475a58e71f1d029676d627e31859d93970b59d300106dfb24839bec1545dc5f9185ae802c325f5f0f76bdfa9bec27514d8aa9c61388b5ff76b2ada1d742edd
 SHA512 
96aad42f563cb5eab9944b660d51639c2ac30e9c4a5f4742796c5084d22dacf2789226cb7df804aad5b9450f5715945632bae1df6f22183eb6ab38494e16527c
 DIST genpatches-5.10-6.base.tar.xz 203736 BLAKE2B 
9bc25d288cf6f0b7c8b93518484a3bdb4324627813ad4b03c4a8189637776b6a142bc1168ff34d0e50c539887a17d4ae26647cb508dee64de010407567b9107a
 SHA512 
0314a323a35cd98d736010753dea6a267fefee0d648ca66f5cabafbbd760a6e2424ec86785c1a1d3da7b933afba01a09f13d9af73e2cd1b8303e9912e81cc28e

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

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

2021-01-19 Thread Michał Górny
commit: 26053cb0d57efdd886675bdf3ed671c3c6970a31
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 23:54:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26053cb0

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

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.4.91.ebuild| 55 ++
 2 files changed, 57 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 33bfd684b42..efa3302a932 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -39,3 +39,5 @@ DIST gentoo-kernel-5.4.89-1.x86.xpak 52893729 BLAKE2B 
10ab4e0b343cfc5803a72a0328
 DIST gentoo-kernel-5.4.90-1.amd64.xpak 61093793 BLAKE2B 
3230b63cfd81a4b9ab3721f3288fe92d87578fed12ee0b9e9ffa677a1373a3c4d62003d47bc08d6e3ca27d8bd121cf904bc59de2267f684ff36e976cb75d3c68
 SHA512 
430153300290d9900b9418518452b4a0d35fd8ab91c74b48fff52ea35ef0d8fa70212752d3666ac9e3faae8880b0849f7839633858b91656f2541b10ead63861
 DIST gentoo-kernel-5.4.90-1.arm64.xpak 56377814 BLAKE2B 
6fa1a85cb9ff8c4f75c40e3f27942408670750c4501d0e51586e270885223d2a524541a197c189d73b4551340ac461d3e64215e4884cdfff70ce560a9404b693
 SHA512 
a199b602e36998b3bdb5f3ec3be1c8ad6658f4c4f7488ee5231335584ff81ca146b64d06c18bd3b5fadcac59d04c8b51081a48b187320519a21516c32977e829
 DIST gentoo-kernel-5.4.90-1.x86.xpak 52894045 BLAKE2B 
53e8bf765625298041c5f2e2d47ac7f9c5f34e40acae62b43a895aaf2285c3a9bc2bdc841ecc9b0da731522fb9fe32e6ff4461ba9ad57a8ea040ff45c96501a1
 SHA512 
89f51dd4e420dd75063c0b7ea15dec896dfe25cc64dea3bcaf8fd9362b34a6ef57c5155a248f59cc89162c66d81383bcc2194ccd2a23c6bbde457e61ea8b7298
+DIST gentoo-kernel-5.4.91-1.amd64.xpak 61048020 BLAKE2B 
f2155b5e4cdf3f142eaa1b81bcef529840dd50c0eb7d6cc225216ce5965bd53f00fc7c6334c6c7e6332feac3a3432dcdbc35622d9015cf750fcbb08202bb9c40
 SHA512 
fecb178c72e37b12d940e924a320802e4bf1a27338a7f07c0f0cca9c45f65b72b9e03eb120da399aad4e9aebf2ca806134de4350b9b8c936665a2845fae88de6
+DIST gentoo-kernel-5.4.91-1.x86.xpak 52889220 BLAKE2B 
d58145b5a092981f90f7699d1455a6f8e21bb5b8c15d4dba100aa0512782248d0017adb19edc7fb7a5348649aa76ea285e4f288c1f748d9de18453db505daa54
 SHA512 
5b1e5563181c1d5fa6593a5547f22670504edea0f9553e0b4e7d43d8a621f46ff4ebe369c95e1d7239c483ee31d99b9395384cb02e49c2eefecac26d475e9ede

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.91.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.91.ebuild
new file mode 100644
index 000..b8eb2c63573
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.91.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   "${WORKDIR}/usr/src/linux-${PV}/$(dist-kernel_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2021-01-19 Thread Michał Górny
commit: b55c7889b50e91fd0148df53539ac3b81cc65b4c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 23:54:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55c7889

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index efa3302a932..a2d32f5f04f 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -16,6 +16,8 @@ DIST gentoo-kernel-5.10.7-1.x86.xpak 57282477 BLAKE2B 
743d2bb10de76025510a307f93
 DIST gentoo-kernel-5.10.8-1.amd64.xpak 64351138 BLAKE2B 
7518aea3dff97debfd4ce1d3670c4d388b0ee66c865144c87b7d68bc735f0c6861980316357d76b9981169c082bb7fa443bd8c652fabe85ff69280d5455b
 SHA512 
0c9b7790f7fee0f70dc7553bc5a1d279021769be6e975e936942ca468828a3215e75986ec7d05f573f4bb1c90697c52d36ade5c8b2f3f7586c64dc38b4e3e51f
 DIST gentoo-kernel-5.10.8-1.arm64.xpak 59771930 BLAKE2B 
f124d13111f2c749ae45c08478a1a42ab3a179bb39fd30524c8cbd34f07ac8286496dbbf549e21f3f5041a6a26f90dd894458140da94128741762dfceb5b8179
 SHA512 
a897ed41a7ade8ab572a07d5c629ec394d5bffe578beba83e08742e078612d47d772749eee0b53cf9e39170e1f1f1599a3fdbc7354a7ff5940538ab39c4ff9bf
 DIST gentoo-kernel-5.10.8-1.x86.xpak 57271496 BLAKE2B 
f141f9eac74d497327e39456fd346a810334b05e5f3b19ae1cf3b8e27297a412038165ec93a0bea42c46b712ec91bf9b3d51d3c452e7f34dcad0d338fda647a4
 SHA512 
ec84d1bc50def3bcad74a2f0f8555e120a91f8fd8c2df334faa73f7ef3e00f9ff34815124a124481751609b94e844c4e7946eeb6199abf729058f5c7b4ee0943
+DIST gentoo-kernel-5.10.9-1.amd64.xpak 64344838 BLAKE2B 
a43bee38c3d4ce1be11d99ee73489cf2d93c794fa06405f7597a7a2fa29c9ef3e64a0f9f34a20467fb730d25682062cba0ad73eb824b34918c5854010bc6cfc7
 SHA512 
b6c09eac07a3ada4e8ab6573d877ac62ac67858f4b5ad70364e7414fd4d269df88a57dd4fe2bd31a76537fd464b234fac513e898f07969f5d5c6857c8f0fbe65
+DIST gentoo-kernel-5.10.9-1.x86.xpak 57275255 BLAKE2B 
b577fbfbf9a470a4383f6d3cf91a26ecb8e41da62807595fded551d52b4629d2f532604e986900c9b8818a48dfbfc87b98deafbffa0c2a96bba8a252446e7675
 SHA512 
ce5d7bbe47d0c2ec31611580da10af7e4d0ef8979ca14a86c172b75658ef536c25b6336e57aad023de890f806e6e93658d9cf809d3a4f08bb5b2c22b002ae2c8
 DIST gentoo-kernel-5.4.80-r1-1.amd64.xpak 61053571 BLAKE2B 
24eebf676e1824b01aa6b75963ff8afe25e797afe90440016f4675e8385e1d6b1a04aa662d7c92217af97d56d79f9631a84c2a271b005b5ea7ad71bb8637d941
 SHA512 
ea99729ee68a44f6b5081e0d81dd7d5abbb50482eda8c4e435d6ee997572362de09d7c813da2ecf1aac4ed299feb73205bcff7d4d359793889690ce07cfb057f
 DIST gentoo-kernel-5.4.80-r1-1.x86.xpak 52880910 BLAKE2B 
f94a7bbdcdbd383e919f2542251d2552e50e34264ab495a43d75e28dab881162f2549b48383b32a3b2a813a192b7d9f602eaa8210085733ac123e2246e6a285b
 SHA512 
3b5dd91103461306f4a4ea4554792d4cdabedba6165de119523b927abb2009adc7d554f23110ddeac1a1add69b2d1674b7b87b93b1e1b186a2594174808dd9d2
 DIST gentoo-kernel-5.4.83-1.amd64.xpak 61015400 BLAKE2B 
73527460e0c430a23c8221f8a736416ef6c3ff0ab93d017096456e72bd6c2c88e2a631bd18b2f995bc929f918e9b5a59aa033119a534a985ae1e33d39ff48790
 SHA512 
53dbb9fe6d940bd93eeb35c93bb869931f8f423f6c3997433030bede0b0c11dde478e391ff372ff252771a1bb32207cefbfb478f79715ba2ee3910016087bd87

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

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

2021-01-19 Thread Michał Górny
commit: 7ae6ea92c55662a8f57026baa1afc7550ca58a8c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 19 22:11:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 20 00:12:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae6ea92

virtual/dist-kernel: Bump to 5.10.9

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

 virtual/dist-kernel/dist-kernel-5.10.9.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.9.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.9.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/dcc/

2021-01-19 Thread Sam James
commit: 8ac882aa3ecd42a6155b45042f2329aabf8d4e33
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:06:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:06:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac882aa

mail-filter/dcc: Stabilize 1.3.158-r1 sparc, #765079

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

 mail-filter/dcc/dcc-1.3.158-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/dcc/dcc-1.3.158-r1.ebuild 
b/mail-filter/dcc/dcc-1.3.158-r1.ebuild
index 41858fed80f..36206cce7d5 100644
--- a/mail-filter/dcc/dcc-1.3.158-r1.ebuild
+++ b/mail-filter/dcc/dcc-1.3.158-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.rhyolite.com/dcc/source/old/${P}.tar.Z;
 
 LICENSE="DCC GPL-2"
 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="cgi ipv6 rrdtool milter"
 
 RDEPEND="



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

2021-01-19 Thread Sam James
commit: 00dc272b50b08483b2f2a8f437e92ff7cecce32b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:06:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:06:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dc272b

dev-db/freetds: Stabilize 1.2.18 sparc, #718950

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

 dev-db/freetds/freetds-1.2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/freetds/freetds-1.2.18.ebuild 
b/dev-db/freetds/freetds-1.2.18.ebuild
index 49116dd616d..3e28f31f794 100644
--- a/dev-db/freetds/freetds-1.2.18.ebuild
+++ b/dev-db/freetds/freetds-1.2.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.freetds.org/pub/${PN}/current/${MY_PN}.${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~ppc-macos"
 
 IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
 # iODBC and unixODBC are mutually-exclusive choices for



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

2021-01-19 Thread Sam James
commit: 0801b298f459d1f3b942248f5818c3afa6aa8503
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:05:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0801b298

net-libs/neon: Stabilize 0.31.2 arm64, #764860

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

 net-libs/neon/neon-0.31.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.31.2.ebuild b/net-libs/neon/neon-0.31.2.ebuild
index 06d89576f8d..d96a5ee04c6 100644
--- a/net-libs/neon/neon-0.31.2.ebuild
+++ b/net-libs/neon/neon-0.31.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/neon/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/27"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc expat gnutls kerberos libproxy libressl nls pkcs11 ssl static-libs 
zlib"
 RESTRICT="test"
 



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

2021-01-19 Thread Sam James
commit: 7565ccdfa004f4222b63fc20737783022397a15b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:05:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:05:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7565ccdf

dev-libs/libyaml: Stabilize 0.2.5 arm64, #764893

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

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

diff --git a/dev-libs/libyaml/libyaml-0.2.5.ebuild 
b/dev-libs/libyaml/libyaml-0.2.5.ebuild
index a06f6338b29..f75b03b982c 100644
--- a/dev-libs/libyaml/libyaml-0.2.5.ebuild
+++ b/dev-libs/libyaml/libyaml-0.2.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/yaml/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-01-19 Thread Sam James
commit: 154b518928f7d505e8315cc6cf1dddc2d9b03494
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:05:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:05:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154b5189

dev-db/freetds: Stabilize 1.2.18 arm64, #718950

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

 dev-db/freetds/freetds-1.2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/freetds/freetds-1.2.18.ebuild 
b/dev-db/freetds/freetds-1.2.18.ebuild
index c69607a00a0..49116dd616d 100644
--- a/dev-db/freetds/freetds-1.2.18.ebuild
+++ b/dev-db/freetds/freetds-1.2.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.freetds.org/pub/${PN}/current/${MY_PN}.${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~ppc-macos"
 
 IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
 # iODBC and unixODBC are mutually-exclusive choices for



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

2021-01-19 Thread Sam James
commit: 65b79e71c73a21cb35353d1b1617911898b901b3
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:05:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:05:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b79e71

media-sound/mpg123: Stabilize 1.26.3 arm64, #763408

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

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

diff --git a/media-sound/mpg123/mpg123-1.26.3.ebuild 
b/media-sound/mpg123/mpg123-1.26.3.ebuild
index 0a9547accb7..33bf8b8cebf 100644
--- a/media-sound/mpg123/mpg123-1.26.3.ebuild
+++ b/media-sound/mpg123/mpg123-1.26.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2021-01-19 Thread Sam James
commit: f0347e305b0baf0dd27677c07f2cbc8d332af426
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:05:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:05:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0347e30

dev-libs/opensc: Stabilize 0.21.0 arm, #746821

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

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

diff --git a/dev-libs/opensc/opensc-0.21.0.ebuild 
b/dev-libs/opensc/opensc-0.21.0.ebuild
index c495f8b4f25..da434727b10 100644
--- a/dev-libs/opensc/opensc-0.21.0.ebuild
+++ b/dev-libs/opensc/opensc-0.21.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="ctapi doc libressl openct notify +pcsc-lite readline secure-messaging 
ssl test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-01-19 Thread Sam James
commit: 86dab4e1a6a4f0a97a4f4f012327fd1b8eedf038
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:05:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:05:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dab4e1

dev-db/freetds: Stabilize 1.2.18 arm, #718950

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

 dev-db/freetds/freetds-1.2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/freetds/freetds-1.2.18.ebuild 
b/dev-db/freetds/freetds-1.2.18.ebuild
index 436686624ac..c69607a00a0 100644
--- a/dev-db/freetds/freetds-1.2.18.ebuild
+++ b/dev-db/freetds/freetds-1.2.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.freetds.org/pub/${PN}/current/${MY_PN}.${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos"
 
 IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
 # iODBC and unixODBC are mutually-exclusive choices for



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

2021-01-19 Thread Sam James
commit: 093030635d9ebf02407966128373ba7eb0a1ba1a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:04:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:04:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09303063

dev-libs/opensc: Stabilize 0.21.0 ppc64, #746821

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

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

diff --git a/dev-libs/opensc/opensc-0.21.0.ebuild 
b/dev-libs/opensc/opensc-0.21.0.ebuild
index c0aeac885a3..c495f8b4f25 100644
--- a/dev-libs/opensc/opensc-0.21.0.ebuild
+++ b/dev-libs/opensc/opensc-0.21.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="ctapi doc libressl openct notify +pcsc-lite readline secure-messaging 
ssl test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-01-19 Thread Sam James
commit: 68420128af78173e9efcd2aaa7a6f955c1022e88
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:04:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:04:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68420128

dev-libs/pugixml: Stabilize 1.11.4 ppc, #766021

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

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

diff --git a/dev-libs/pugixml/pugixml-1.11.4.ebuild 
b/dev-libs/pugixml/pugixml-1.11.4.ebuild
index 7ffb8098086..d10864c4fc2 100644
--- a/dev-libs/pugixml/pugixml-1.11.4.ebuild
+++ b/dev-libs/pugixml/pugixml-1.11.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Light-weight, simple, and fast XML parser for C++ with XPath 
support"



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

2021-01-19 Thread Sam James
commit: e383a017fd27a34372f2f8c36279a8c5b08392a4
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:04:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:04:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e383a017

dev-python/pygresql: Stabilize 5.2.2 ppc, #765952

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

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

diff --git a/dev-python/pygresql/pygresql-5.2.2.ebuild 
b/dev-python/pygresql/pygresql-5.2.2.ebuild
index 709e1ceeafe..96432e33a83 100644
--- a/dev-python/pygresql/pygresql-5.2.2.ebuild
+++ b/dev-python/pygresql/pygresql-5.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz"
 
 LICENSE="POSTGRESQL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~sparc ~x86"
 
 DEPEND="${POSTGRES_DEP}"
 RDEPEND="${DEPEND}"



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

2021-01-19 Thread Sam James
commit: 1fd9a3fa7cfb776e2969b99480cefdc7bff69187
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:03:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:03:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd9a3fa

dev-python/msgpack: Stabilize 1.0.2 ppc, #765934

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

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

diff --git a/dev-python/msgpack/msgpack-1.0.2.ebuild 
b/dev-python/msgpack/msgpack-1.0.2.ebuild
index f5083a8c348..7c14310a2d1 100644
--- a/dev-python/msgpack/msgpack-1.0.2.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ~x86 ~x64-macos"
 IUSE="+native-extensions"
 
 # extension code is relying on CPython implementation details



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

2021-01-19 Thread Sam James
commit: 2a58e6aae76267fc986d8afba6b9b88e3c5f93cc
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:03:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:03:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a58e6aa

dev-db/freetds: Stabilize 1.2.18 ppc, #718950

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

 dev-db/freetds/freetds-1.2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/freetds/freetds-1.2.18.ebuild 
b/dev-db/freetds/freetds-1.2.18.ebuild
index c3fcbd28f9b..436686624ac 100644
--- a/dev-db/freetds/freetds-1.2.18.ebuild
+++ b/dev-db/freetds/freetds-1.2.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.freetds.org/pub/${PN}/current/${MY_PN}.${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos"
 
 IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
 # iODBC and unixODBC are mutually-exclusive choices for



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

2021-01-19 Thread Sam James
commit: be726db72544b52ffd0e143a92e050295289957c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:03:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:03:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be726db7

sys-apps/portage: Stabilize 3.0.13 ppc, #765895

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

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

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



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

2021-01-19 Thread Sam James
commit: 665d85acd3386b4c0db1ab68ef86cf2efc6b3587
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:03:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:03:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665d85ac

dev-libs/opensc: Stabilize 0.21.0 ppc, #746821

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

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

diff --git a/dev-libs/opensc/opensc-0.21.0.ebuild 
b/dev-libs/opensc/opensc-0.21.0.ebuild
index 2012045fe1c..c0aeac885a3 100644
--- a/dev-libs/opensc/opensc-0.21.0.ebuild
+++ b/dev-libs/opensc/opensc-0.21.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="ctapi doc libressl openct notify +pcsc-lite readline secure-messaging 
ssl test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-01-19 Thread Sam James
commit: 50ae90202fec555f042aaa0b9d23b33c57912a4d
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:03:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:03:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ae9020

dev-db/freetds: Stabilize 1.2.18 x86, #718950

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

 dev-db/freetds/freetds-1.2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/freetds/freetds-1.2.18.ebuild 
b/dev-db/freetds/freetds-1.2.18.ebuild
index a0fc203e71e..c3fcbd28f9b 100644
--- a/dev-db/freetds/freetds-1.2.18.ebuild
+++ b/dev-db/freetds/freetds-1.2.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.freetds.org/pub/${PN}/current/${MY_PN}.${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-macos"
 
 IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
 # iODBC and unixODBC are mutually-exclusive choices for



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

2021-01-19 Thread Sam James
commit: 99f54bc5c25797436736689b145c3fa72a8a133c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:03:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:03:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f54bc5

net-libs/mbedtls: Stabilize 2.25.0 x86, #764317

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

 net-libs/mbedtls/mbedtls-2.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/mbedtls/mbedtls-2.25.0.ebuild 
b/net-libs/mbedtls/mbedtls-2.25.0.ebuild
index 02354b030f8..3a3fe113f9f 100644
--- a/net-libs/mbedtls/mbedtls-2.25.0.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.25.0.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/6.13.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs -static-libs test 
threads zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/postgrey/

2021-01-19 Thread Sam James
commit: c37d699f660fd973a172ed42d2872ebbb75858c1
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:02:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:02:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37d699f

mail-filter/postgrey: Stabilize 1.37_p20190625-r1 amd64, #766141

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

 mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild 
b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
index 7714cf102c0..584d66a0291 100644
--- a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
+++ b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 DEPEND="
acct-group/postgrey



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

2021-01-19 Thread Sam James
commit: a819bf4bf980f3258fd9b9a2e0a1269ad33c19cc
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:02:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:02:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a819bf4b

media-sound/qjackctl: Stabilize 0.9.0 amd64, #766096

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

 media-sound/qjackctl/qjackctl-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/qjackctl/qjackctl-0.9.0.ebuild 
b/media-sound/qjackctl/qjackctl-0.9.0.ebuild
index f91e1e16e54..4acaf95cd53 100644
--- a/media-sound/qjackctl/qjackctl-0.9.0.ebuild
+++ b/media-sound/qjackctl/qjackctl-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="alsa dbus debug portaudio"
 
 BDEPEND="dev-qt/linguist-tools:5"



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

2021-01-19 Thread Sam James
commit: 296076ee2638f48354a32823bc3dd65308d55c8b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:02:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:02:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296076ee

dev-libs/opensc: Stabilize 0.21.0 amd64, #746821

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

 dev-libs/opensc/opensc-0.21.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/opensc/opensc-0.21.0.ebuild 
b/dev-libs/opensc/opensc-0.21.0.ebuild
index 732336d18a8..2012045fe1c 100644
--- a/dev-libs/opensc/opensc-0.21.0.ebuild
+++ b/dev-libs/opensc/opensc-0.21.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="ctapi doc libressl openct notify +pcsc-lite readline secure-messaging 
ssl test zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Archive_Tar/

2021-01-19 Thread Sam James
commit: 0a8afce1515a34630e6e34445136d73c7fb10ba4
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:02:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:02:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8afce1

dev-php/PEAR-Archive_Tar: Stabilize 1.4.12 ALLARCHES, #766036

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

 dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.12.ebuild 
b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.12.ebuild
index 02c0db09b3a..09a18646d8e 100644
--- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.12.ebuild
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.12.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Archive_Tar;
 SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 # bzip2 and zlib are needed for compressed tarballs, and there's one



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

2021-01-19 Thread Sam James
commit: ec88754f8f58d2cddce083f119d42e7a7ed0dfc2
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 20 00:02:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 20 00:02:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec88754f

dev-db/freetds: Stabilize 1.2.18 amd64, #718950

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

 dev-db/freetds/freetds-1.2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/freetds/freetds-1.2.18.ebuild 
b/dev-db/freetds/freetds-1.2.18.ebuild
index 10fde9e9f6b..a0fc203e71e 100644
--- a/dev-db/freetds/freetds-1.2.18.ebuild
+++ b/dev-db/freetds/freetds-1.2.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.freetds.org/pub/${PN}/current/${MY_PN}.${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-macos"
 
 IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
 # iODBC and unixODBC are mutually-exclusive choices for



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

2021-01-19 Thread Patrice Clement
commit: f4ca47198587e55b8de861dde144bdf452f9ff8e
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 23:33:58 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:43:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ca4719

dev-java/jacoco: stable for amd64.

Mark stable for the remaining arches via ALLARCHES.

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

 dev-java/jacoco/jacoco-0.7.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/jacoco/jacoco-0.7.9.ebuild 
b/dev-java/jacoco/jacoco-0.7.9.ebuild
index 34d19717a0a..14007c22816 100644
--- a/dev-java/jacoco/jacoco-0.7.9.ebuild
+++ b/dev-java/jacoco/jacoco-0.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 
 CDEPEND="
dev-java/ant-core:0



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

2021-01-19 Thread Patrice Clement
commit: 4f2359b3b39fbfb8efe29fd6b99750700a8b31a1
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 23:39:22 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:43:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2359b3

dev-java/jacoco: clean up old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/jacoco/Manifest|  4 
 dev-java/jacoco/jacoco-0.7.5.ebuild | 40 -
 2 files changed, 44 deletions(-)

diff --git a/dev-java/jacoco/Manifest b/dev-java/jacoco/Manifest
index 5f276e30e12..f472f9d8ba9 100644
--- a/dev-java/jacoco/Manifest
+++ b/dev-java/jacoco/Manifest
@@ -1,7 +1,3 @@
-DIST jacoco-0.7.5-agent.jar 4078 BLAKE2B 
ca2f7a06f69ad682ab69baf959367c45fae4e1d5d32936a83bc631e9cf53945871c88db7954e2c5ebfe3266c1f2e703887dd03ba2282f308f04b645c3b903ec9
 SHA512 
bb374677679bb00de2029a0247af0117393bf691b1ad54f43756e6a17dfb5745f90a3c4d6470278f56e6dfde24e54e45663938d037cd3aeb0d24780b17575e56
-DIST jacoco-0.7.5-ant.jar 18060 BLAKE2B 
c7a04d127b2a65b5661f54786e51a2ec81589cbaecf54e02a804ed262fd4e857a51a269ef1728d81418c86e1897e54674eb3dc73ec735e84502848cdf5fe691a
 SHA512 
1404727c1ebd9af8f6be47e0b7dc0b717a8f235a10e0fcb9d0472b8286a6a0c719877947cefe472fecdf2388b46810668650fed5567038310cec37f7f11c04c6
-DIST jacoco-0.7.5-core.jar 111749 BLAKE2B 
96321d0c51aee10b71ca9c29bd22947c7befecdff42619d3eebe1b2a99eb4f2aa96062468e014ed53e956312751abdd1d7a253e3bc47ea87d55d957aee9fdea0
 SHA512 
7dfb16ff621b8eca76cfaeb468f9448b7c1f2bf2cffd324a5069822a03d6b70a7b9e63a08f78dc0bad7c6854e8b1059f36095a01e155f1767da6ca88913c3989
-DIST jacoco-0.7.5-report.jar 112315 BLAKE2B 
88ed31eef647742c2a4b114c83aac7f31de68ffd854e0140f9d2775d2ffc9791245da54a839978b28423c887b00b39cf4680cee056f21356a353034a0858a67f
 SHA512 
3347130757022da94b41a6b0d001d8b59e000630834de7972248ce53b447f28aeaf902226acf2485e8afbd797b84af00fdd1ea2c6f24d93ec60407e229f8a796
 DIST jacoco-0.7.9-agent.jar 4078 BLAKE2B 
40d44cbbaecdd4613abed5c065c2ee320208fb1bc7e8b0a5b1e65f2ce59424967c49ee3c286ab59adc504efd2f8dac0a08c2716b400b9dae63ce5cb583a4ac1c
 SHA512 
b0dc423039bd03bbccb62667c5dd6e2838bf75a8d98b0bb5eb51c6ebfbe3fbc6cdda86ac9e15cd2e06165202d40ddfdcc5a8553681d78026fc766ebe2f81f17e
 DIST jacoco-0.7.9-ant.jar 18096 BLAKE2B 
08b5831a0321ee5620d71fbdb397bb1854c1fbd8d3d134ef8b924c67d4aff21c84875df8c2e6ec16d4a658a79ebeeb6af0ab5d653bfa87498221c38d163ce681
 SHA512 
8238cf2ee6233199280eaa271db8a189c33c9bef3508a7bdffc9363e6afaba90ed38d9d53eb2a88ddc3b214f1f25d7f872d6109942de7a8987e84392fb958f72
 DIST jacoco-0.7.9-core.jar 117366 BLAKE2B 
2c0278cc688a26f429d78066d76148ac94b2af8bcad4631666a53b4977f136c9379e8fcc817dfede088f3df0b179220eb8d9d915d599b0a076edc0d9e86a2638
 SHA512 
7ac184a92aa0054eb44bfadd54c42de238da6193e9536b26fe67c2d4b65398e9ed7c471daa69a98d7138fc0ee5035a8ef40731e45363435cd30df959eb80e5f6

diff --git a/dev-java/jacoco/jacoco-0.7.5.ebuild 
b/dev-java/jacoco/jacoco-0.7.5.ebuild
deleted file mode 100644
index 01911e7ac90..000
--- a/dev-java/jacoco/jacoco-0.7.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DATE="201505241946"
-
-DESCRIPTION="Java Code Coverage library."
-HOMEPAGE="https://eclemma.org/jacoco/;
-SRC_URI="
-   
https://repo1.maven.org/maven2/org/${PN}/org.${PN}.report/${PV}.${DATE}/org.${PN}.report-${PV}.${DATE}-sources.jar
 -> ${P}-report.jar
-   
https://repo1.maven.org/maven2/org/${PN}/org.${PN}.agent/${PV}.${DATE}/org.${PN}.agent-${PV}.${DATE}-sources.jar
 -> ${P}-agent.jar
-   
https://repo1.maven.org/maven2/org/${PN}/org.${PN}.core/${PV}.${DATE}/org.${PN}.core-${PV}.${DATE}-sources.jar
 -> ${P}-core.jar
-   
https://repo1.maven.org/maven2/org/${PN}/org.${PN}.ant/${PV}.${DATE}/org.${PN}.ant-${PV}.${DATE}-sources.jar
 -> ${P}-ant.jar"
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-CDEPEND="
-   dev-java/ant-core:0
-   dev-java/asm:4"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-DEPEND="
-   ${CDEPEND}
-   app-arch/unzip
-   >=virtual/jdk-1.6"
-
-JAVA_GENTOO_CLASSPATH="
-   asm-4
-   ant-core
-"



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

2021-01-19 Thread Patrice Clement
commit: 5ed8b33610f41e8de8b53a7095d7d821fd772cc2
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 23:42:38 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:43:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed8b336

sys-process/ftop: stable for amd64.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 sys-process/ftop/ftop-1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/ftop/ftop-1.0-r1.ebuild 
b/sys-process/ftop/ftop-1.0-r1.ebuild
index 60b20fc1727..852566d92e0 100644
--- a/sys-process/ftop/ftop-1.0-r1.ebuild
+++ b/sys-process/ftop/ftop-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 
 DEPEND="sys-libs/ncurses:0="
 RDEPEND="${DEPEND}"



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

2021-01-19 Thread Patrice Clement
commit: 0d7dd564b8cb9ac2f83381c3a53c97314002ddf3
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 23:43:01 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:43:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7dd564

sys-process/ftop: clean up old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 sys-process/ftop/ftop-1.0.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/sys-process/ftop/ftop-1.0.ebuild b/sys-process/ftop/ftop-1.0.ebuild
deleted file mode 100644
index ed63276afe3..000
--- a/sys-process/ftop/ftop-1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=frob
-inherit autotools-utils
-
-DESCRIPTION="Monitor open files and filesystems"
-HOMEPAGE="https://code.google.com/p/ftop/;
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
-
-DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-overflow.patch
-   "${FILESDIR}"/${P}-tinfo.patch
-)



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/files/, kde-plasma/kwallet-pam/

2021-01-19 Thread Andreas Sturmlechner
commit: 8248ba08cccbeb3d0a8632ec4b4e7871abd5e3b9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 19 23:37:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 19 23:38:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8248ba08

kde-plasma/kwallet-pam: Fix automatic unlock with x11-misc/lightdm

Upstream commit 8f899902e6a3be8ad4948eb1ebdf679186aa20a7
KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=400929
Closes: https://bugs.gentoo.org/717606
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...kwallet-pam-5.20.5-socket-listening-error.patch | 44 ++
 .../kwallet-pam/kwallet-pam-5.20.5-r1.ebuild   | 39 +++
 2 files changed, 83 insertions(+)

diff --git 
a/kde-plasma/kwallet-pam/files/kwallet-pam-5.20.5-socket-listening-error.patch 
b/kde-plasma/kwallet-pam/files/kwallet-pam-5.20.5-socket-listening-error.patch
new file mode 100644
index 000..790a644003d
--- /dev/null
+++ 
b/kde-plasma/kwallet-pam/files/kwallet-pam-5.20.5-socket-listening-error.patch
@@ -0,0 +1,44 @@
+From 06cd94634feb70dfa7e2f8695b97317cb2ebe44c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Stefano=20Alo=C3=A9?= 
+Date: Sun, 17 Jan 2021 23:16:57 +0100
+Subject: [PATCH] Avoid socket listening error
+
+Closing all file descriptor above 3 is causing problem to socket() and 
listen(). Setting FD_CLOEXEC on them solves the problem and should have exactly 
the same behavior.
+
+BUG: 400929
+(cherry picked from commit 8f899902e6a3be8ad4948eb1ebdf679186aa20a7)
+---
+ pam_kwallet.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/pam_kwallet.c b/pam_kwallet.c
+index 2585a68..a099872 100644
+--- a/pam_kwallet.c
 b/pam_kwallet.c
+@@ -21,6 +21,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -355,12 +356,13 @@ static int drop_privileges(struct passwd *userInfo)
+ static void execute_kwallet(pam_handle_t *pamh, struct passwd *userInfo, int 
toWalletPipe[2], char *fullSocket)
+ {
+ //In the child pam_syslog does not work, using syslog directly
++
+ //keep stderr open so socket doesn't returns us that fd
+ int x = 3;
+-//Close fd that are not of interest of kwallet
++//Set FD_CLOEXEC on fd that are not of interest of kwallet
+ for (; x < 64; ++x) {
+ if (x != toWalletPipe[0]) {
+-close (x);
++fcntl(x, F_SETFD, FD_CLOEXEC);
+ }
+ }
+ 
+-- 
+GitLab
+

diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild 
b/kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild
new file mode 100644
index 000..2dd76daad16
--- /dev/null
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+inherit ecm kde.org
+
+DESCRIPTION="PAM module to not enter KWallet password again after login"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/libgcrypt:0=
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   sys-libs/pam
+"
+RDEPEND="${DEPEND}
+   net-misc/socat
+"
+
+PATCHES=( "${FILESDIR}/${P}-socket-listening-error.patch" ) # bug 717606
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+   )
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+   elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
+   elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking;
+}



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

2021-01-19 Thread Patrice Clement
commit: 26dc3c4ddc226dbc77dd340d18d7ddb4a5640ee1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jan 18 19:41:01 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:10:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26dc3c4d

app-admin/ansible: remove unused patch(es).

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19110
Signed-off-by: Patrice Clement  gentoo.org>

 .../files/ansible-2.10.0-CVE-2020-25635-6.patch| 54 --
 1 file changed, 54 deletions(-)

diff --git a/app-admin/ansible/files/ansible-2.10.0-CVE-2020-25635-6.patch 
b/app-admin/ansible/files/ansible-2.10.0-CVE-2020-25635-6.patch
deleted file mode 100644
index df88be4264f..000
--- a/app-admin/ansible/files/ansible-2.10.0-CVE-2020-25635-6.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 921bd53103c2b543e95c9e6b863702db3ff54d0c Mon Sep 17 00:00:00 2001
-From: Jill R <4121322+ji...@users.noreply.github.com>
-Date: Fri, 2 Oct 2020 11:37:37 -0700
-Subject: [PATCH] aws_ssm: Namespace S3 buckets and delete transferred files
- (#237)
-
-Files transferred to instances via the SSM connection plugin should use
-folders within the bucket that are namespaced per-host, to prevent collisions.
-Files should also be deleted from buckets when they are no longer required.
-
-Fixes: #221
-Fixes: #222
-
-Based on work by abeluck
-
-changelog

- 
ansible_collections/community/aws/changelogs/fragments/221_222_ssm_bucket_operations.yaml
 | 2 ++
- ansible_collections/community/aws/plugins/connection/aws_ssm.py   
| 6 +-
- 2 files changed, 7 insertions(+), 1 deletion(-)
- create mode 100644 
ansible_collections/community/aws/changelogs/fragments/221_222_ssm_bucket_operations.yaml
-
-diff --git 
a/ansible_collections/community/aws/changelogs/fragments/221_222_ssm_bucket_operations.yaml
 
b/ansible_collections/community/aws/changelogs/fragments/221_222_ssm_bucket_operations.yaml
-new file mode 100644
-index ..247d5e36
 /dev/null
-+++ 
b/ansible_collections/community/aws/changelogs/fragments/221_222_ssm_bucket_operations.yaml
-@@ -0,0 +1,2 @@
-+bugfixes:
-+  - aws_ssm connection plugin - namespace file uploads to S3 into unique 
folders per host, to prevent name collisions. Also deletes files from S3 to 
ensure temp files are not left behind. 
(https://github.com/ansible-collections/community.aws/issues/221, 
https://github.com/ansible-collections/community.aws/issues/222)
-diff --git a/ansible_collections/community/aws/plugins/connection/aws_ssm.py 
b/ansible_collections/community/aws/plugins/connection/aws_ssm.py
-index 7f7d6926..94289eee 100644
 a/ansible_collections/community/aws/plugins/connection/aws_ssm.py
-+++ b/ansible_collections/community/aws/plugins/connection/aws_ssm.py
-@@ -522,7 +522,8 @@ def _get_boto_client(self, service, region_name=None):
- def _file_transport_command(self, in_path, out_path, ssm_action):
- ''' transfer a file from using an intermediate S3 bucket '''
- 
--s3_path = out_path.replace('\\', '/')
-+path_unescaped = "{0}/{1}".format(self.instance_id, out_path)
-+s3_path = path_unescaped.replace('\\', '/')
- bucket_url = 's3://%s/%s' % (self.get_option('bucket_name'), s3_path)
- 
- if self.is_windows:
-@@ -546,6 +547,9 @@ def _file_transport_command(self, in_path, out_path, 
ssm_action):
- client.upload_fileobj(data, self.get_option('bucket_name'), 
s3_path)
- (returncode, stdout, stderr) = self.exec_command(get_command, 
in_data=None, sudoable=False)
- 
-+# Remove the files from the bucket after they've been transferred
-+client.delete_object(Bucket=self.get_option('bucket_name'), 
Key=s3_path)
-+
- # Check the return code
- if returncode == 0:
- return (returncode, stdout, stderr)



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

2021-01-19 Thread Patrice Clement
commit: efc99ca10e1a3db2f17df66888a932a3783025bb
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 22:38:28 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc99ca1

app-doc/diveintopython: retire diveintopython-2.

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

 app-doc/diveintopython/Manifest|  2 --
 app-doc/diveintopython/diveintopython-2.ebuild | 31 --
 2 files changed, 33 deletions(-)

diff --git a/app-doc/diveintopython/Manifest b/app-doc/diveintopython/Manifest
index 9067c87f841..eb03085a45e 100644
--- a/app-doc/diveintopython/Manifest
+++ b/app-doc/diveintopython/Manifest
@@ -1,4 +1,2 @@
-DIST diveintopython-2-pdf.zip 782047 BLAKE2B 
aecb0dab23fc9737a22e032628e23eecdec1c56b330d7ba884acc97e63bc4f4b9ff5dc53ad89f588ef7e1d15991f1aa11cf70c479864a6b8e3b959287c299dbc
 SHA512 
24857e22b587878e22b8347bb53ca60697b3940ea2d2f9ea7fe5eabc5d8d2b3d580b278379436f4282f515a25a285f3f558f461daa9edaae6f565c246154978c
-DIST diveintopython-2.zip 86 BLAKE2B 
55c541c3c77f3b0c4942212f4a15925571d1eb5974af4330f9edd610ba0037a9042442d2c1283d05e893888b2e2bb3da8cfe17c62a699fe8cb6e2682cbe0cd35
 SHA512 
9c57a9e228d30186b1e6fc10a47d4fa69704fd83ea68bba030d7909ad8df2b9cfeee942caf359b1dd1fd8f9459fee58ea8ddb3813759b17f06b93b3ccf4ca296
 DIST diveintopython-3-pdf.tar.gz 2235256 BLAKE2B 
2617ae5fc8e7a61402a56aa43c094412bdf9b3350901980d4d0e33179f7e1ae9100e4d3ca8201e18a473c17205a7ee6a8efab55cfd230249f1eb07b671f90c96
 SHA512 
ecca7ba1540a48eb41b5bfd7ca878962939b9ec47eac6100f13d75eb24c6cae20177110877d34e6d1de47bed6883f9a25b379ced5c03b8c220103774a00a54b4
 DIST diveintopython-3.tar.gz 9958889 BLAKE2B 
5c0b9764b6bb5f51af05142446750e9831fa6edb53336c47b398bf604c349e6c5c002c8f19f390d4929c94e2c19c5f0bb18a71ddb4b8b85d3701ee5feb35a4a4
 SHA512 
19a8498e4d91fc2ea2c899400336696732dae73da48faf55de43507e41e72a68c6ac25cea0acfdf3ca783344cd12c41326190ac9bbaf7ebdc113833e8bfea3a4

diff --git a/app-doc/diveintopython/diveintopython-2.ebuild 
b/app-doc/diveintopython/diveintopython-2.ebuild
deleted file mode 100644
index 194048ff03a..000
--- a/app-doc/diveintopython/diveintopython-2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV="5.4"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="'Dive Into Python' by Mark Pilgrim - Python 2"
-HOMEPAGE="http://www.diveintopython.net/;
-SRC_URI="
-http://www.diveintopython.net/download/${PN}-html-${MY_PV}.zip -> ${P}.zip
-pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> 
${P}-pdf.zip )
-"
-
-LICENSE="FDL-1.1"
-SLOT="2"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="pdf"
-
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto "/usr/share/doc/${PN}-${SLOT}"
-   use pdf && dodoc "${PN}.pdf"
-   doins -r html/*
-   insinto "/usr/share/doc/${PN}-${SLOT}"/examples
-   doins -r py
-}



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

2021-01-19 Thread Patrice Clement
commit: a5260d2d5ca5dacfbe4793bfba1a05db654bb67a
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 22:34:58 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:09:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5260d2d

net-misc/spiped: version bump.

Closes: https://bugs.gentoo.org/744091
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 net-misc/spiped/Manifest|  1 +
 net-misc/spiped/spiped-1.6.1.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/net-misc/spiped/Manifest b/net-misc/spiped/Manifest
index 70597cde5b7..9946dbce1cc 100644
--- a/net-misc/spiped/Manifest
+++ b/net-misc/spiped/Manifest
@@ -1 +1,2 @@
 DIST spiped-1.6.0.tgz 94431 BLAKE2B 
e994115d5080e4f41d57d3ef88223c7dca373320266a3fe4f0420fb7aef6ecf329fad5a409ec31f53caaeb22d86d0c3a48060758ceee28d011676a12124fc057
 SHA512 
9bca8e7da31b86f956a653279f9346d8270a7e28a07d30b4a7104b21fbfbd1a81410e6a7dc0827127331a8f10226d5b8d2ddaacb94c9f76ecc6d15d728ead27a
+DIST spiped-1.6.1.tgz 115055 BLAKE2B 
d9ee65c10b183cc8d5451adeb65a728052378811e71ee40d7e6f121c00b6003d4b21cc9402b424aac15d115cdbdc158207ef3e6c60b93fab2a4ba63257fd2f1d
 SHA512 
ec69cb49a19e4e5705526ec74ee683ac3923412bc5ca3a45fc8268699367421cd37354ccc03c18c2d48f06cdb8a4c4bce3ef3b60934997c6770547e02e6f66ae

diff --git a/net-misc/spiped/spiped-1.6.1.ebuild 
b/net-misc/spiped/spiped-1.6.1.ebuild
new file mode 100644
index 000..c1cc245241a
--- /dev/null
+++ b/net-misc/spiped/spiped-1.6.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="secure pipe daemon"
+HOMEPAGE="http://www.tarsnap.com/spiped.html;
+SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+MY_PN="${PN/d/}"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+
+# Blocker added due to #548126
+RDEPEND="
+   ${DEPEND}
+   !net-mail/qlogtools"
+
+# Some tests fail.
+RESTRICT="test"
+
+src_compile() {
+   emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin "${MY_PN}/${MY_PN}"
+   dosbin "${PN}/${PN}"
+
+   doman "${MY_PN}/${MY_PN}.1" "${PN}/${PN}.1"
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+
+   dodir "etc/${PN}"
+}
+
+pkg_postinst() {
+   elog
+   elog "You will need to configure spiped via its"
+   elog "configuration file located in /etc/conf.d/."
+   elog
+   elog "Please have a look at this file prior to starting up spiped!"
+   elog
+}



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

2021-01-19 Thread Patrice Clement
commit: df665d834ed5c7e074a74b343c1c5b1ab7cc148b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 22:26:10 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 23:09:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df665d83

app-misc/tmux-xpanes: version bump.

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

 app-misc/tmux-xpanes/Manifest |  1 +
 app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/app-misc/tmux-xpanes/Manifest b/app-misc/tmux-xpanes/Manifest
index 086fac74101..53c61977eb8 100644
--- a/app-misc/tmux-xpanes/Manifest
+++ b/app-misc/tmux-xpanes/Manifest
@@ -1 +1,2 @@
 DIST tmux-xpanes-4.1.1.tar.gz 62564 BLAKE2B 
195221c5f069048ab42a57a00c4c8b79f0c2acf1b0cdd7096e553c9a5ed0b3e3b3e9dfacb8f2eb141861b34ef52ad0a675fb501e314d7e4bfe4a41ff4bfd9f35
 SHA512 
789e19136faa939670cf8e91e7e7979fae8e536aeffdad7d39e1861e279214985d40807dc07afcd8b28cc4de140a944c9b2f5fe051a6b53e12b7903baefcb251
+DIST tmux-xpanes-4.1.2.tar.gz 63337 BLAKE2B 
1ddc0c0422eec64697aea7eb97c8d4005f4c470d5d0bf1fae4eab01d8ced50503180f76d0ed5aa9d29e854b54aab8f8216ac945e6c1c2e4b4833c5661ceb
 SHA512 
b18445940052a6af848286b901bfd81abfbdf83356cd1b39ac592e1509c9d63b81440978a8c2632672bfb7a2429a7fcc57b7c55c91a00d751b43aa9f368a5c57

diff --git a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild 
b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
new file mode 100644
index 000..2b3315319df
--- /dev/null
+++ b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="tmux-based terminal divider"
+HOMEPAGE="https://github.com/greymd/tmux-xpanes;
+SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+IUSE="zsh-completion"
+
+RDEPEND="
+   app-misc/tmux
+   dev-lang/perl
+   dev-libs/openssl:0=
+   zsh-completion? ( app-shells/zsh )"
+
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+DOCS=( CONTRIBUTING.md LICENSE README.md )
+
+src_install() {
+   dobin bin/*
+   doman man/*.1
+   einstalldocs
+   if use zsh-completion; then
+   insinto /usr/share/zsh/site-functions
+   doins completion/zsh/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/

2021-01-19 Thread James Le Cuirot
commit: e4838ac91243db3cc2fc510d7fbab6fe368e6278
Author: TheGreatMcPain  gmail  com>
AuthorDate: Tue Jan 19 22:38:54 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jan 19 23:03:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4838ac9

games-fps/gzdoom: Add '-DNDEBUG' to CXXFLAGS

Allows certain mods, like Project Brutality's git master, to work.

See: https://github.com/coelckers/gzdoom/issues/1279

I've also added a 'debug' useflag that skips 'append-cppflags -DNDEBUG'
just incase.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: James McClain  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19121
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/gzdoom-4.5.0.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/games-fps/gzdoom/gzdoom-4.5.0.ebuild 
b/games-fps/gzdoom/gzdoom-4.5.0.ebuild
index bf1ddc570ec..60680a131e1 100644
--- a/games-fps/gzdoom/gzdoom-4.5.0.ebuild
+++ b/games-fps/gzdoom/gzdoom-4.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake desktop xdg
+inherit cmake desktop xdg flag-o-matic
 
 DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
 HOMEPAGE="https://zdoom.org;
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0 BSD BZIP2 GPL-3 LGPL-2.1+ LGPL-3 MIT
non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist 
WidePix )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="gtk gtk2 +non-free openmp"
+IUSE="debug gtk gtk2 +non-free openmp"
 
 DEPEND="
app-arch/bzip2
@@ -58,6 +58,9 @@ src_configure() {
-DNO_OPENMP="$(usex !openmp)"
-DBUILD_NONFREE="$(usex non-free)"
)
+
+   use debug || append-cppflags -DNDEBUG
+
cmake_src_configure
 }
 



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

2021-01-19 Thread Maciej Barć
commit: 382f441ef56f98cfaca08c5ccfca287954e2d036
Author: Maciej Barć  protonmail  com>
AuthorDate: Tue Jan 19 18:50:34 2021 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Tue Jan 19 18:50:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=382f441e

add editorconfig

I have included some common rules I've see applied in ::gentoo.
Please help to make a complete list OR remove the ones that you think
are too restrictive, but I do like to have metadata.xml formatted the same.
... yea, I know that up until now I used to use spaces in metadata.xml

Signed-off-by: Maciej Barć  protonmail.com>

 .editorconfig | 16 
 1 file changed, 16 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index ..3d49c10c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+tab_width = 4
+
+[*.ebuild]
+indent_style = tab
+
+[metadata.xml]
+indent_style = tab
+
+[repositories.xml]
+indent_style = space
+tab_width = 2



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

2021-01-19 Thread Piotr Karbowski
commit: 9df881b25817078942da3f422f98ef3dd4008b06
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Tue Jan 19 22:51:10 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Tue Jan 19 22:51:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df881b2

sys-apps/fwupd: 1.5.5: uefi? sys-fs/udisks.

Signed-off-by: Piotr Karbowski  gentoo.org>

 sys-apps/fwupd/fwupd-1.5.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/fwupd/fwupd-1.5.5.ebuild 
b/sys-apps/fwupd/fwupd-1.5.5.ebuild
index b00f596c3ed..c484e7376ff 100644
--- a/sys-apps/fwupd/fwupd-1.5.5.ebuild
+++ b/sys-apps/fwupd/fwupd-1.5.5.ebuild
@@ -69,6 +69,7 @@ CDEPEND="${PYTHON_DEPS}
sys-boot/efibootmgr
sys-libs/efivar
x11-libs/cairo
+   sys-fs/udisks
)
 "
 # Block sci-chemistry/chemical-mime-data for bug #701900



[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/

2021-01-19 Thread James Le Cuirot
commit: 308e38977c46e65f9b1662d0f4d1595144d52f90
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Jan 19 22:24:25 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jan 19 22:38:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308e3897

x11-wm/xpra: Add myself as maintainer for a little while

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

 x11-wm/xpra/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-wm/xpra/metadata.xml b/x11-wm/xpra/metadata.xml
index 349c6f4b186..4f4e62d12f5 100644
--- a/x11-wm/xpra/metadata.xml
+++ b/x11-wm/xpra/metadata.xml
@@ -13,6 +13,10 @@
ale...@gentoo.org
Alexey Shvetsov
 
+
+   ch...@gentoo.org
+   James Le Cuirot
+
 
https://www.xpra.org/trac/report
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/files/, x11-wm/xpra/

2021-01-19 Thread James Le Cuirot
commit: 31776efc4ea73f03c05e368548e74d720ade0872
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Jan 19 22:37:19 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jan 19 22:38:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31776efc

x11-wm/xpra: Drop old 3.0.2-r1 and 4.0.4

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

 x11-wm/xpra/Manifest|   2 -
 x11-wm/xpra/files/xpra-3.0.2-dbus.patch |  29 ---
 x11-wm/xpra/metadata.xml|   4 -
 x11-wm/xpra/xpra-3.0.2-r1.ebuild| 144 
 x11-wm/xpra/xpra-4.0.4.ebuild   | 139 --
 5 files changed, 318 deletions(-)

diff --git a/x11-wm/xpra/Manifest b/x11-wm/xpra/Manifest
index 836f937897f..50c37163f42 100644
--- a/x11-wm/xpra/Manifest
+++ b/x11-wm/xpra/Manifest
@@ -1,5 +1,3 @@
-DIST xpra-3.0.2.tar.xz 2749196 BLAKE2B 
3c8745657a12637704fb88ac7b867ab387ef7ed2250396d9e534aecf81e40f85332a2c51ba49638834012f4a4d85c03bd7e49ee259bb2400aeb60fb06abf8b59
 SHA512 
115f606ff5886d99a906f318cb1a7a4a86e80ebf23e4336e67938267d92ef624de577cc8fc06c6ce541b7c44a0cef58d930b5928f32e24dfc67c72127c7b623c
 DIST xpra-3.0.5.tar.xz 2752016 BLAKE2B 
a36d6a4ebb0b14665014da92d510c0d5f978c96db653709ddc09a1015426d6ac6f71f9a221db68ee1114c95eeaca6600f9e49102ce9f936d9b0ee298ac432647
 SHA512 
3dbc122ebc8c4aa67154acfe92668ac364d8469022b03e28946d763e4d396f8c707690b2a4dbf07b55545259a53b46c9dd94e6e40131289ccc3dce6a88107681
-DIST xpra-4.0.4.tar.xz 2792512 BLAKE2B 
e16c47e82cf9f8712521c8f9c436b7bb819d9469fc0135ade1f2c9fc6f2a8a0fecf417caae87a1eca9c4b6daec1a82add5d6547208caee1a1d681ebc7b3d3d3b
 SHA512 
91a90cdab775ec2501ef1601188b97ca4aa741e541f8d941add8d509767790a144b67f094177dda7539eff305710f2c834b90a93e9441437dac615677963094c
 DIST xpra-4.0.5.tar.xz 2795828 BLAKE2B 
fed6514d75dbb08f386325e30e375fd2077db1dad91602e575e3955a622a52ade2fc8e0c6c823d8a495684afb3a2f55f27e28abdf8734d0eca25275a3d358193
 SHA512 
d2aa2b70b6ec702bca5b0c2b06378107d45c4cad79f83ee2a1ed27fd5f66474e2d8e1d28d5111e60417ed089f91bab0b1566b0c9b3dcf6f0cb5e204ff5c42c92
 DIST xpra-4.0.6.tar.xz 2797752 BLAKE2B 
3f2d4108fec1f1b5c0cd38a26f1a2c41af253fd234427e8e54104ff3742b9f7ae3e1863db837addd76acc6856b6f3cfcbde97edc2bc75314b215d4ca46a816f8
 SHA512 
e3dc66040898ed40ef12b8cdb89e5f42c2f36edc071afb435334389e727f376ddc116dbee47018468bff24f2cdd7be35750b58bc108ba73c5558bd9eccbd04ea

diff --git a/x11-wm/xpra/files/xpra-3.0.2-dbus.patch 
b/x11-wm/xpra/files/xpra-3.0.2-dbus.patch
deleted file mode 100644
index e0f14b8ba59..000
--- a/x11-wm/xpra/files/xpra-3.0.2-dbus.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Remove dbus functionality if USE=dbus is not specified.
-
-Index: xpra-3.0.2/xpra/scripts/server.py
-===
 xpra-3.0.2.orig/xpra/scripts/server.py
-+++ xpra-3.0.2/xpra/scripts/server.py
-@@ -748,14 +748,9 @@ def do_run_server(error_cb, opts, mode,
- log("chdir(%s)", opts.chdir)
- os.chdir(opts.chdir)
- 
--dbus_pid, dbus_env = 0, {}
- if not shadowing and POSIX and not OSX and not clobber:
- no_gtk()
- assert starting or starting_desktop or proxying
--from xpra.server.dbus.dbus_start import start_dbus
--dbus_pid, dbus_env = start_dbus(opts.dbus_launch)
--if dbus_env:
--os.environ.update(dbus_env)
- 
- display = None
- if not proxying:
-@@ -835,7 +830,6 @@ def do_run_server(error_cb, opts, mode,
- app.display_name = display_name
- app.init(opts)
- app.init_sockets(sockets)
--app.init_dbus(dbus_pid, dbus_env)
- if not shadowing and (xvfb_pid or clobber):
- app.init_display_pid(xvfb_pid)
- app.original_desktop_display = desktop_display

diff --git a/x11-wm/xpra/metadata.xml b/x11-wm/xpra/metadata.xml
index 4f4e62d12f5..ce472786e3a 100644
--- a/x11-wm/xpra/metadata.xml
+++ b/x11-wm/xpra/metadata.xml
@@ -25,10 +25,6 @@
Build client-side code
Enable clipboard support
Enable csc softscaler support
-   Enable avcodec2 decoder support
-   Enable advanced ffmpeg/libav encoder 
support
-   Enable x264 encoder support
-   Enable x265 encoder support
Enable pillow support
Build server-side code
Enable vpx image format support

diff --git a/x11-wm/xpra/xpra-3.0.2-r1.ebuild b/x11-wm/xpra/xpra-3.0.2-r1.ebuild
deleted file mode 100644
index f518280f02d..000
--- a/x11-wm/xpra/xpra-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3
-PYTHON_COMPAT=( python3_{6,7} )
-inherit xdg distutils-r1 eutils flag-o-matic user tmpfiles prefix
-
-DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/

2021-01-19 Thread James Le Cuirot
commit: 63e84c8efc156cbbe07582eaac96fd2fee77352f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Jan 19 22:31:33 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jan 19 22:38:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e84c8e

x11-wm/xpra: Use single Python implementation, EAPI 7

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

 x11-wm/xpra/xpra-4.0.6_p28363.ebuild | 64 ++--
 1 file changed, 40 insertions(+), 24 deletions(-)

diff --git a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild 
b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
index 22424531d4a..01ec69226da 100644
--- a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
+++ b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
@@ -1,11 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_SINGLE_IMPL=yes
 DISTUTILS_USE_SETUPTOOLS=no
-inherit xdg distutils-r1 eutils tmpfiles prefix
+inherit xdg distutils-r1 tmpfiles prefix
 
 MY_P="${PN}-${PV%_p*}"
 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
@@ -23,8 +24,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
opengl? ( client )
 "
 
-COMMON_DEPEND="${PYTHON_DEPS}
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+DEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
+   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
+   sound? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )
+   ')
x11-libs/gtk+:3[introspection]
x11-libs/libX11
x11-libs/libXcomposite
@@ -37,40 +43,50 @@ COMMON_DEPEND="${PYTHON_DEPS}
csc? ( >=media-video/ffmpeg-1.2.2:0= )
ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264,x265] )
jpeg? ( media-libs/libjpeg-turbo )
-   opengl? ( dev-python/pyopengl )
pulseaudio? (
media-sound/pulseaudio
media-plugins/gst-plugins-pulse:1.0
)
-   sound? ( media-libs/gstreamer:1.0
+   sound? (
+   media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
-   dev-python/gst-python:1.0 )
+   )
vpx? ( media-libs/libvpx media-video/ffmpeg )
webp? ( media-libs/libwebp )
 "
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/rencode[${PYTHON_USEDEP}]
+   dev-python/pillow[jpeg?,${PYTHON_USEDEP}]
+   cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
+   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
+   lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
+   lzo? ( >=dev-python/python-lzo-0.7.0[${PYTHON_USEDEP}] )
+   opengl? (
+   client? ( 
dev-python/pyopengl_accelerate[${PYTHON_USEDEP}] )
+   )
+   webcam? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pyinotify[${PYTHON_USEDEP}]
+   media-libs/opencv[${PYTHON_USEDEP},python]
+   )
+   ')
acct-group/xpra
-   dev-python/netifaces[${PYTHON_USEDEP}]
-   dev-python/rencode[${PYTHON_USEDEP}]
-   dev-python/pillow[jpeg?,${PYTHON_USEDEP}]
virtual/ssh
x11-apps/xmodmap
-   cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
-   lzo? ( >=dev-python/python-lzo-0.7.0[${PYTHON_USEDEP}] )
-   opengl? (
-   client? ( dev-python/pyopengl_accelerate[${PYTHON_USEDEP}] )
-   )
-   server? ( x11-base/xorg-server[-minimal,xvfb]
+   server? (
+   x11-base/xorg-server[-minimal,xvfb]
x11-drivers/xf86-input-void
)
-   webcam? ( dev-python/numpy[${PYTHON_USEDEP}]
-   media-libs/opencv[python]
-   dev-python/pyinotify[${PYTHON_USEDEP}] )"
-DEPEND="${COMMON_DEPEND}
+"
+BDEPEND="
virtual/pkgconfig
-   >=dev-python/cython-0.16[${PYTHON_USEDEP}]"
+   $(python_gen_cond_dep '
+   >=dev-python/cython-0.16[${PYTHON_USEDEP}]
+   ')
+"
 
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/files/, x11-wm/xpra/

2021-01-19 Thread James Le Cuirot
commit: b0de3418e9b17db2f09fc2acdb60668f65c013fd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Jan 19 22:25:23 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jan 19 22:38:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0de3418

x11-wm/xpra: Version bump to 4.0.6_p28363

4.0.6 has some nice fixes but also a bad bug. This revision has a few
subsequent fixes.

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

 x11-wm/xpra/Manifest  |   1 +
 x11-wm/xpra/files/xpra-4.0.6-r28363.patch | 238 ++
 x11-wm/xpra/xpra-4.0.6_p28363.ebuild  | 148 +++
 3 files changed, 387 insertions(+)

diff --git a/x11-wm/xpra/Manifest b/x11-wm/xpra/Manifest
index 8a4b5fa5d88..836f937897f 100644
--- a/x11-wm/xpra/Manifest
+++ b/x11-wm/xpra/Manifest
@@ -2,3 +2,4 @@ DIST xpra-3.0.2.tar.xz 2749196 BLAKE2B 
3c8745657a12637704fb88ac7b867ab387ef7ed22
 DIST xpra-3.0.5.tar.xz 2752016 BLAKE2B 
a36d6a4ebb0b14665014da92d510c0d5f978c96db653709ddc09a1015426d6ac6f71f9a221db68ee1114c95eeaca6600f9e49102ce9f936d9b0ee298ac432647
 SHA512 
3dbc122ebc8c4aa67154acfe92668ac364d8469022b03e28946d763e4d396f8c707690b2a4dbf07b55545259a53b46c9dd94e6e40131289ccc3dce6a88107681
 DIST xpra-4.0.4.tar.xz 2792512 BLAKE2B 
e16c47e82cf9f8712521c8f9c436b7bb819d9469fc0135ade1f2c9fc6f2a8a0fecf417caae87a1eca9c4b6daec1a82add5d6547208caee1a1d681ebc7b3d3d3b
 SHA512 
91a90cdab775ec2501ef1601188b97ca4aa741e541f8d941add8d509767790a144b67f094177dda7539eff305710f2c834b90a93e9441437dac615677963094c
 DIST xpra-4.0.5.tar.xz 2795828 BLAKE2B 
fed6514d75dbb08f386325e30e375fd2077db1dad91602e575e3955a622a52ade2fc8e0c6c823d8a495684afb3a2f55f27e28abdf8734d0eca25275a3d358193
 SHA512 
d2aa2b70b6ec702bca5b0c2b06378107d45c4cad79f83ee2a1ed27fd5f66474e2d8e1d28d5111e60417ed089f91bab0b1566b0c9b3dcf6f0cb5e204ff5c42c92
+DIST xpra-4.0.6.tar.xz 2797752 BLAKE2B 
3f2d4108fec1f1b5c0cd38a26f1a2c41af253fd234427e8e54104ff3742b9f7ae3e1863db837addd76acc6856b6f3cfcbde97edc2bc75314b215d4ca46a816f8
 SHA512 
e3dc66040898ed40ef12b8cdb89e5f42c2f36edc071afb435334389e727f376ddc116dbee47018468bff24f2cdd7be35750b58bc108ba73c5558bd9eccbd04ea

diff --git a/x11-wm/xpra/files/xpra-4.0.6-r28363.patch 
b/x11-wm/xpra/files/xpra-4.0.6-r28363.patch
new file mode 100644
index 000..5187b700c0d
--- /dev/null
+++ b/x11-wm/xpra/files/xpra-4.0.6-r28363.patch
@@ -0,0 +1,238 @@
+Index: selinux/xpra_socketactivation/xpra_socketactivation.te
+===
+--- a/selinux/xpra_socketactivation/xpra_socketactivation.te   (revision 28285)
 b/selinux/xpra_socketactivation/xpra_socketactivation.te   (revision 28363)
+@@ -27,6 +27,7 @@
+   type unconfined_t;
+   type bin_t;
+   type avahi_t;
++  type config_home_t;
+ 
+   attribute can_read_shadow_passwords;
+ }
+@@ -55,6 +56,9 @@
+ allow xpra_t xpra_conf_t:dir { getattr open read search };
+ files_search_etc(xpra_t)
+ 
++allow xpra_t config_home_t:dir { getattr search };
++allow xpra_t config_home_t:file { getattr ioctl open read };
++
+ type xpra_socket_t;
+ files_type(xpra_socket_t)
+ 
+Index: setup.py
+===
+--- a/setup.py (revision 28285)
 b/setup.py (revision 28363)
+@@ -1533,8 +1533,9 @@
+ for k,v in subs.items():
+ data = data.replace(k, v)
+ with open(dst_file, "wb") as f:
+-return f.write(data)
++f.write(data)
+ if chmod:
++print("chmod(%s, %s)" % (dst_file, oct(chmod)))
+ os.chmod(dst_file, chmod)
+ 
+ if printing_ENABLED and POSIX:
+Index: unittests/unit/net/crypto_test.py
+===
+--- a/unittests/unit/net/crypto_test.py(revision 28285)
 b/unittests/unit/net/crypto_test.py(revision 28363)
+@@ -88,7 +88,7 @@
+ start = monotonic_time()
+ self.do_test_backend(data, enc_iterations, dec_iterations)
+ end = monotonic_time()
+-elapsed = end-start
++elapsed = max(0.0001, end-start)
+ speed = (asize*16) * (enc_iterations + dec_iterations) / elapsed
+ iter_time = elapsed*1000/(enc_iterations + dec_iterations)
+ print("%10iKB: %5.1fms: %16iMB/s" % (asize*16//1024, iter_time, 
speed//1024//1024))
+Index: win32/MINGW_BUILD.sh
+===
+--- a/win32/MINGW_BUILD.sh (revision 28285)
 b/win32/MINGW_BUILD.sh (revision 28363)
+@@ -286,6 +286,8 @@
+ #why is it shipping those files??
+ find lib/ -name "*dll.a" -exec rm {} \;
+ #only keep the actual loaders, not all the other crap cx_Freeze put there:
++#but keep librsvg
++mv lib/gdk-pixbuf-2.0/2.10.0/loaders/librsvg* ./
+ mkdir 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/

2021-01-19 Thread James Le Cuirot
commit: d93067873047fb02e00e6e3f636572749a0fe767
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Jan 19 22:30:18 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jan 19 22:38:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9306787

x11-wm/xpra: Use HTTPS for HOMEPAGE and SRC_URI

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

 x11-wm/xpra/xpra-4.0.6_p28363.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild 
b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
index dc52b8c275e..22424531d4a 100644
--- a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
+++ b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
@@ -9,8 +9,8 @@ inherit xdg distutils-r1 eutils tmpfiles prefix
 
 MY_P="${PN}-${PV%_p*}"
 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
-HOMEPAGE="http://xpra.org/ http://xpra.org/src/;
-SRC_URI="http://xpra.org/src/${MY_P}.tar.xz;
+HOMEPAGE="https://xpra.org/;
+SRC_URI="https://xpra.org/src/${MY_P}.tar.xz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/

2021-01-19 Thread James Le Cuirot
commit: e688527e830c8f2f1fe77d0029788290ccb78dd7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Jan 19 22:28:19 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jan 19 22:38:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e688527e

x11-wm/xpra: Drop obsolete -fno-strict-aliasing fix

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

 x11-wm/xpra/xpra-4.0.6_p28363.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild 
b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
index 55099a674a1..dc52b8c275e 100644
--- a/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
+++ b/x11-wm/xpra/xpra-4.0.6_p28363.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=no
-inherit xdg distutils-r1 eutils flag-o-matic tmpfiles prefix
+inherit xdg distutils-r1 eutils tmpfiles prefix
 
 MY_P="${PN}-${PV%_p*}"
 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
@@ -140,9 +140,5 @@ python_configure_all() {
--with-x11
)
 
-   # see https://www.xpra.org/trac/ticket/1080
-   # and http://trac.cython.org/ticket/395
-   append-cflags -fno-strict-aliasing
-
export XPRA_SOCKET_DIRS="${EPREFIX}/run/xpra"
 }



  1   2   3   4   5   >